:root {
  --ink: #07111f;
  --ink-soft: #394456;
  --navy: #002851;
  --navy-deep: #001a35;
  --teal: #0f766e;
  --gold: #c88a14;
  --gold-light: #f7c65c;
  --coral: #d65d45;
  --mint: #dff4ed;
  --paper: #f6f7f3;
  --white: #ffffff;
  --line: #d9dee4;
  --muted: #687282;
  --shadow: 0 18px 48px rgba(7, 17, 31, 0.14);
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(7, 17, 31, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  height: 78px;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(20px, 5vw, 48px);
}

.brand {
  align-items: center;
  display: inline-flex;
  min-width: max-content;
}

.brand span {
  color: #05080d;
  font-size: clamp(1.28rem, 2vw, 1.76rem);
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #151b24;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0;
  transition: color 180ms ease;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--teal);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.icon-button,
.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background 180ms ease, color 180ms ease;
  width: 42px;
}

.icon-button:hover,
.icon-button:focus-visible,
.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: #edf0f5;
  color: var(--navy);
  outline: 0;
}

.cart-button span {
  align-items: center;
  background: var(--gold);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 850;
  height: 17px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 17px;
}

.nav-toggle {
  display: none;
}

.notice-bar {
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(247, 198, 92, 0.35);
  color: #d8e1ef;
  display: flex;
  gap: 36px;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}

.notice-track {
  align-items: center;
  animation: notice-scroll 28s linear infinite;
  display: flex;
  flex: 0 0 auto;
  gap: 44px;
  min-width: max-content;
  padding-left: 44px;
}

.notice-track span {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  gap: 9px;
}

.notice-track svg {
  color: var(--gold-light);
  height: 19px;
  width: 19px;
}

@keyframes notice-scroll {
  to {
    transform: translateX(-100%);
  }
}

.hero {
  background:
    linear-gradient(135deg, rgba(0, 26, 53, 0.96), rgba(0, 40, 81, 0.84) 48%, rgba(15, 118, 110, 0.76)),
    url("vbm_assets/Luxury_home_contemporary_living_…_202606241845.jpeg");
  background-position: center;
  background-size: cover;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: rgba(0, 0, 0, 0.14);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.85fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: clamp(620px, 78vh, 760px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 48px) clamp(44px, 7vw, 84px);
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-heading p {
  color: #8a5b03;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow,
.product-section-tinted .eyebrow,
.deals .eyebrow {
  color: #ffe0a0;
}

.hero h1 {
  font-size: clamp(2.65rem, 6.2vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.hero-copy > p:not(.eyebrow) {
  color: #dce6f1;
  font-size: clamp(1.02rem, 1.65vw, 1.28rem);
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 0 22px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold-light);
  color: #10151f;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffd77a;
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  background: #f0f3f8;
}

.button-outline-light {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: var(--white);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f3f8ff;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 10px 12px;
}

.hero-showcase {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.hero-showcase img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  width: 100%;
}

.hero-showcase::after {
  background: linear-gradient(180deg, rgba(0, 26, 53, 0.05), rgba(0, 26, 53, 0.28));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-card {
  background: rgba(255, 255, 255, 0.94);
  border-left: 5px solid var(--gold);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  min-width: 170px;
  padding: 16px 18px;
  position: absolute;
  z-index: 1;
}

.hero-card span {
  color: #7a5005;
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.15;
}

.hero-card-bottom {
  bottom: 30px;
  left: 24px;
}

.trust-badges {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.badge-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(20px, 5vw, 48px);
}

.badge-grid article {
  align-items: center;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  min-height: 128px;
  padding: 22px 12px;
  text-align: center;
}

.badge-grid svg {
  color: var(--teal);
  height: 30px;
  width: 30px;
}

.badge-grid span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  max-width: 720px;
  text-align: left;
}

.section-heading h2,
.product-heading h2,
.deal-copy h2 {
  color: #05080d;
  font-size: clamp(2.05rem, 4.7vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.rotating-heading {
  display: inline-block;
  min-width: min(100%, 9.8em);
  transform-origin: center;
  will-change: opacity, transform;
}

.rotating-heading.is-flipping {
  animation: heading-flip 560ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

@keyframes heading-flip {
  0% {
    opacity: 1;
    transform: perspective(700px) rotateX(0deg) translateY(0);
  }

  42% {
    opacity: 0;
    transform: perspective(700px) rotateX(78deg) translateY(-8px);
  }

  58% {
    opacity: 0;
    transform: perspective(700px) rotateX(-78deg) translateY(8px);
  }

  100% {
    opacity: 1;
    transform: perspective(700px) rotateX(0deg) translateY(0);
  }
}

.section-heading > span {
  color: var(--ink-soft);
  display: block;
  font-size: 1.04rem;
  line-height: 1.65;
  margin-top: 18px;
}

.why-shop,
.categories,
.product-section,
.deals {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(70px, 9vw, 112px) clamp(20px, 5vw, 48px);
}

.why-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.why-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(7, 17, 31, 0.06);
  min-height: 230px;
  padding: 24px;
}

.why-icon {
  align-items: center;
  background: var(--mint);
  color: var(--teal);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 22px;
  width: 48px;
}

.why-grid h3,
.product-card h3,
.arrival-strip h3 {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.22;
  margin: 0 0 10px;
}

.why-grid p,
.product-card p,
.arrival-strip p,
.deal-copy p,
.deal-panel p {
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.58;
  margin: 0;
}

.categories {
  padding-top: 24px;
}

.category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  align-items: flex-end;
  background-color: #07111f;
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 270px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.category-card::before {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.02), rgba(7, 17, 31, 0.9));
  content: "";
  inset: 0;
  position: absolute;
  transition: background 280ms ease;
  z-index: 1;
}

.category-card::after {
  background: inherit;
  background-position: inherit;
  background-size: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1.01);
  transition: transform 650ms ease, filter 650ms ease;
  z-index: 0;
}

.category-card > * {
  position: relative;
  z-index: 2;
}

.category-card:hover::after,
.category-card:focus-visible::after {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

.category-card:hover::before,
.category-card:focus-visible::before {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.06), rgba(0, 26, 53, 0.92));
}

.category-card span {
  display: block;
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 10px;
}

.category-card strong {
  color: #dce6f1;
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.category-kitchen {
  background-image: url("vbm_assets/Kitchen_appliances_on_quartz_cou…_202606241846.jpeg");
}

.category-furniture {
  background-image: linear-gradient(135deg, rgba(214, 93, 69, 0.35), rgba(0, 40, 81, 0.2)), url("vbm_assets/Luxury_home_contemporary_living_…_202606241845.jpeg");
  background-position: center;
}

.category-laundry,
.category-cleaning,
.category-electronics,
.category-outdoor {
  background-image: url("vbm_assets/VBM_imports_banner_img.png");
}

.category-laundry {
  background-image: url("vbm_assets/Modern_laundry_room_interior_design_202606241848.jpeg");
  background-position: center;
}

.category-storage {
  background-image: url("vbm_assets/Modern_laundry_room_interior_design_202606241848.jpeg");
  background-position: 72% center;
}

.category-cleaning {
  background-position: 54% 50%;
}

.category-electronics {
  background-position: 76% 62%;
}

.category-improvement {
  background-image: url("vbm_assets/Power_tools_Tubnail.png");
}

.category-outdoor {
  background-image: url("vbm_assets/A_spacious_and_modern_outdoor_202606242207.jpeg");
  background-position: center;
}

.category-improvement {
  background-position: 58% center;
}

.product-section {
  padding-top: 38px;
}

.product-section-tinted {
  background: var(--navy-deep);
  color: var(--white);
  max-width: none;
}

.product-section-tinted > * {
  margin-inline: auto;
  max-width: var(--max);
}

.product-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 28px;
}

.product-heading a {
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 850;
}

.product-section-tinted .product-heading h2 {
  color: var(--white);
}

.product-section-tinted .product-heading a {
  color: #ffe0a0;
}

.product-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.07);
  overflow: hidden;
}

.product-image {
  background-position: center;
  background-size: cover;
  min-height: 250px;
}

.product-kitchen {
  background-image: url("vbm_assets/Kitchen_appliances_on_quartz_cou…_202606241846.jpeg");
}

.product-tools {
  background-image: url("vbm_assets/Power_tools_Tubnail.png");
}

.product-home {
  background-image: url("vbm_assets/Luxury_home_contemporary_living_…_202606241845.jpeg");
  background-position: center;
}

.product-body {
  padding: 22px;
}

.product-tag,
.arrival-strip span,
.deal-panel span {
  color: var(--coral);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-meta {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 22px;
}

.product-meta strong {
  color: var(--navy);
  font-size: 1rem;
}

.product-meta button {
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
  min-height: 38px;
  padding: 0 16px;
}

.product-meta button:hover,
.product-meta button:focus-visible {
  background: var(--teal);
}

.arrival-strip {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.arrival-strip article {
  background: rgba(255, 255, 255, 0.08);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 210px;
  padding: 26px;
  position: relative;
}

.arrival-strip article::before {
  background: linear-gradient(180deg, rgba(0, 26, 53, 0.22), rgba(0, 26, 53, 0.88));
  content: "";
  inset: 0;
  position: absolute;
}

.arrival-strip article > * {
  position: relative;
  z-index: 1;
}

.arrival-kitchen {
  background-image: url("vbm_assets/Kitchen_appliances_on_quartz_cou…_202606241846.jpeg");
}

.arrival-home {
  background-image: url("vbm_assets/Luxury_home_contemporary_living_…_202606241845.jpeg");
}

.arrival-laundry {
  background-image: url("vbm_assets/Modern_laundry_room_interior_design_202606241848.jpeg");
}

.arrival-strip h3,
.arrival-strip p {
  color: var(--white);
}

.arrival-strip p {
  color: #c7d3e2;
}

.arrival-strip span {
  color: #ffe0a0;
}

.deals {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
}

.deal-copy p:not(.eyebrow) {
  margin: 22px 0 28px;
  max-width: 590px;
}

.deal-copy .eyebrow {
  color: #8a5b03;
}

.deal-panel {
  background:
    linear-gradient(135deg, rgba(0, 26, 53, 0.92), rgba(15, 118, 110, 0.68)),
    url("vbm_assets/Kitchen_appliances_on_quartz_cou…_202606241846.jpeg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 40px);
}

.deal-panel article {
  background: rgba(255, 255, 255, 0.92);
  border-left: 5px solid var(--gold);
  padding: 20px;
}

.deal-panel strong {
  color: var(--ink);
  display: block;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.footer {
  align-items: flex-start;
  background: #020408;
  color: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(240px, 1.2fr) minmax(150px, auto) minmax(150px, auto) minmax(280px, 1fr);
  padding: 46px clamp(20px, 5vw, 48px);
}

.footer > * {
  min-width: 0;
}

.footer h2 {
  color: var(--gold-light);
  font-size: 1.25rem;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.footer h3 {
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer p {
  margin: 0;
}

.footer a {
  display: block;
  margin-top: 10px;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--gold-light);
}

.copyright {
  justify-self: end;
  max-width: 500px;
  text-align: right;
}

@media (max-width: 1100px) {
  .nav {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    order: 2;
  }

  .nav-actions {
    order: 3;
  }

  .nav-links {
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 36px rgba(7, 17, 31, 0.14);
    display: none;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    left: 0;
    padding: 12px clamp(20px, 5vw, 48px) 18px;
    position: absolute;
    right: 0;
    top: 78px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 14px 0;
    width: 100%;
  }

  .hero-inner,
  .deals {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 380px;
  }

  .badge-grid,
  .why-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .arrival-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    grid-column: 1 / -1;
    justify-self: start;
    padding-top: 24px;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .nav {
    gap: 10px;
    height: 68px;
    padding-inline: 16px;
  }

  .brand span {
    font-size: 1.08rem;
  }

  .nav-links {
    top: 68px;
  }

  .nav-actions {
    gap: 2px;
  }

  .icon-button,
  .nav-toggle {
    height: 38px;
    width: 38px;
  }

  .notice-bar {
    padding: 8px 0;
  }

  .notice-track {
    animation-duration: 22s;
    gap: 28px;
    padding-left: 28px;
  }

  .notice-track span {
    font-size: 0.78rem;
  }

  .hero-inner {
    min-height: 0;
    padding-top: 54px;
  }

  .hero h1 {
    font-size: 2.78rem;
  }

  .hero-actions .button {
    flex: 1 1 190px;
  }

  .hero-showcase {
    min-height: 320px;
  }

  .badge-grid,
  .why-grid,
  .category-grid,
  .product-grid,
  .arrival-strip {
    grid-template-columns: 1fr;
  }

  .badge-grid article {
    min-height: 96px;
  }

  .category-card {
    min-height: 250px;
  }

  .product-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .deals {
    padding-top: 64px;
  }

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-heading.is-flipping {
    animation: none;
  }
}

@media (max-width: 440px) {
  .brand span {
    font-size: 0.98rem;
  }

  .nav {
    grid-template-columns: auto auto auto;
  }

  .nav-actions .icon-button:nth-child(2) {
    display: none;
  }

  .hero h1 {
    font-size: 2.36rem;
  }

  .hero-card {
    min-width: 145px;
    padding: 13px 14px;
  }

  .hero-card-bottom {
    bottom: 18px;
    left: 14px;
  }

  .why-shop,
  .categories,
  .product-section,
  .deals {
    padding-inline: 16px;
  }

  .footer {
    gap: 30px;
  }
}
