:root {
  --ink: #0a0a0a;
  --paper: #f5f3ef;
  --white: #ffffff;
  --line: rgba(10, 10, 10, .16);
  --muted: #6d6b66;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; width: 100%; }

.announcement {
  height: 30px;
  padding: 0 24px;
  background: #0a0a0a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
  position: relative;
  z-index: 30;
}

.site-header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  height: 78px;
  padding: 0 30px;
  z-index: 25;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  transition: background .35s ease, color .35s ease, height .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-solid {
  background: rgba(245,243,239,.96);
  color: var(--ink);
  backdrop-filter: blur(14px);
  border-color: var(--line);
  height: 66px;
}
.brand {
  font-family: var(--sans);
  font-size: 28px;
  letter-spacing: .28em;
  font-weight: 500;
  margin-right: -.28em;
}
.desktop-nav, .header-actions { display: flex; align-items: center; gap: 24px; }
.desktop-nav a, .text-action {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 10px 0;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: currentColor; transition: right .25s ease;
}
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-content: flex-end; }
.bag-count { opacity: .55; }
.mobile-only { display: none; }

.icon-button {
  width: 36px; height: 36px; border: 0; background: transparent; color: inherit; padding: 8px; cursor: pointer;
}
.icon-button span { display: block; width: 20px; height: 1px; background: currentColor; margin: 6px 0; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #111; color: #fff; }
.hero__media { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 50% 38%; transform: scale(1.02); animation: heroIn 1.8s ease-out both; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.06) 38%, rgba(0,0,0,.42) 100%); }
.hero__content { position: absolute; left: 50%; bottom: 9vh; transform: translateX(-50%); width: min(720px, 88vw); text-align: center; }
.eyebrow { margin: 0 0 18px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.hero h1 { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(58px, 9.4vw, 144px); line-height: .72; letter-spacing: .03em; }
.hero__copy { max-width: 490px; margin: 30px auto 25px; font-size: 12px; line-height: 1.7; letter-spacing: .03em; }
.hero__actions { display: flex; justify-content: center; gap: 32px; }
.scroll-cue { position: absolute; right: 27px; bottom: 28px; writing-mode: vertical-rl; text-transform: uppercase; font-size: 8px; letter-spacing: .24em; opacity: .8; }

.link-underline { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.link-underline.light { color: #fff; }

.category-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 92svh; }
.category-card { position: relative; min-height: 92svh; overflow: hidden; background: #111; color: #fff; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.035); }
.category-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.42), rgba(0,0,0,.04) 58%); }
.category-card__content { position: absolute; left: 36px; bottom: 38px; }
.category-card h2 { font-family: var(--display); font-weight: 400; font-size: clamp(50px, 6vw, 94px); line-height: 1; margin: 0 0 18px; }

.section-pad { padding: 120px 34px; }
.statement { text-align: center; max-width: 1180px; margin: 0 auto; }
.statement h2 { font-family: var(--display); font-weight: 400; font-size: clamp(48px, 7vw, 100px); line-height: .96; margin: 0 auto 32px; }
.statement__copy { max-width: 610px; margin: 0 auto; font-size: 13px; line-height: 1.85; color: var(--muted); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5.2vw, 80px); font-weight: 400; line-height: .94; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-card__media { position: relative; aspect-ratio: .77; overflow: hidden; background: #e9e6e0; }
.product-card__media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-tag { position: absolute; z-index: 2; left: 13px; top: 13px; background: rgba(245,243,239,.92); padding: 7px 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.quick-add { position: absolute; z-index: 3; left: 10px; right: 10px; bottom: 10px; height: 42px; border: 0; background: rgba(245,243,239,.94); color: var(--ink); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; transform: translateY(120%); transition: transform .28s ease; cursor: pointer; }
.product-card:hover .quick-add { transform: translateY(0); }
.product-card__meta { display: flex; justify-content: space-between; gap: 12px; padding: 13px 2px 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-card__meta h3 { margin: 0; font: inherit; }
.product-card__meta span { white-space: nowrap; }

.editorial { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 900px; background: #dad6cf; }
.editorial__image { min-height: 900px; overflow: hidden; }
.editorial__image img { height: 100%; object-fit: cover; }
.editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 10vw 80px 8vw; }
.editorial__copy h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(58px, 7vw, 106px); font-weight: 400; line-height: .86; }
.editorial__copy p:not(.eyebrow) { max-width: 470px; margin: 0 0 33px; font-size: 13px; line-height: 1.9; color: #54514b; }
.editorial__copy .link-underline { align-self: flex-start; }

.world { background: #111; color: #fff; }
.world-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.world-card { display: block; }
.world-card img { aspect-ratio: .82; object-fit: cover; filter: saturate(.86); transition: filter .4s ease, transform .6s ease; }
.world-card:hover img { filter: saturate(1); }
.world-card > div { padding: 16px 2px 0; display: grid; grid-template-columns: 30px 1fr; column-gap: 9px; }
.world-card span { opacity: .55; font-size: 9px; padding-top: 6px; }
.world-card h3 { font-family: var(--display); font-size: 30px; font-weight: 400; margin: 0; }
.world-card p { grid-column: 2; margin: 2px 0 0; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; opacity: .6; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip > div { padding: 34px; min-height: 152px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: end; }
.service-strip > div:last-child { border-right: 0; }
.service-strip span { font-size: 9px; opacity: .45; margin-bottom: 18px; }
.service-strip strong { text-transform: uppercase; font-size: 10px; letter-spacing: .11em; font-weight: 500; }
.service-strip small { font-size: 10px; color: var(--muted); margin-top: 5px; }

.newsletter { text-align: center; }
.newsletter h2 { font-family: var(--display); font-size: clamp(54px, 6.5vw, 96px); font-weight: 400; line-height: .95; margin: 0 0 20px; }
.newsletter > p:not(.eyebrow) { color: var(--muted); font-size: 12px; margin-bottom: 30px; }
.newsletter-form { width: min(620px, 100%); margin: 0 auto; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; border: 0; background: transparent; padding: 15px 2px; outline: none; font-size: 12px; }
.newsletter-form button { border: 0; background: none; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; cursor: pointer; }

.footer { background: #0a0a0a; color: #fff; padding: 62px 34px 24px; }
.footer-brand { font-size: clamp(70px, 15vw, 220px); line-height: .8; letter-spacing: .12em; font-weight: 500; margin-right: -.12em; text-align: center; padding: 35px 0 78px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 46px 0 60px; }
.footer-grid h4 { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 500; margin: 0 0 17px; opacity: .55; }
.footer-grid a { display: block; font-size: 11px; line-height: 2; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .6; }

.mobile-drawer { position: fixed; z-index: 60; inset: 0 auto 0 0; width: min(430px, 91vw); background: #f5f3ef; color: var(--ink); transform: translateX(-104%); transition: transform .42s cubic-bezier(.76,0,.24,1); padding: 22px 24px 28px; display: flex; flex-direction: column; }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 50px; font-size: 18px; letter-spacing: .22em; }
.drawer-top .icon-button { font-size: 28px; font-weight: 200; }
.mobile-drawer nav { display: flex; flex-direction: column; gap: 7px; }
.mobile-drawer nav a { font-family: var(--display); font-size: 45px; line-height: 1.1; }
.drawer-meta { margin-top: auto; border-top: 1px solid var(--line); padding-top: 18px; display: grid; gap: 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.drawer-backdrop { position: fixed; z-index: 55; inset: 0; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }

.toast { position: fixed; z-index: 80; right: 18px; bottom: 18px; padding: 14px 18px; background: #0a0a0a; color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; transform: translateY(70px); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroIn { from { opacity: .4; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 900px) {
  .announcement { justify-content: center; }
  .announcement__desktop, .desktop-nav, .desktop-only { display: none !important; }
  .mobile-only { display: block; }
  .site-header { grid-template-columns: 1fr auto 1fr; padding: 0 14px; height: 64px; }
  .brand { font-size: 21px; }
  .header-actions { gap: 0; }
  .hero__content { bottom: 9.5vh; }
  .hero h1 { font-size: clamp(62px, 18vw, 106px); }
  .hero__copy { width: 86%; }
  .hero__actions { gap: 18px; flex-wrap: wrap; }
  .scroll-cue { display: none; }

  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 84svh; }
  .category-card__content { left: 20px; bottom: 26px; }
  .section-pad { padding: 84px 18px; }
  .statement h2 { font-size: clamp(46px, 13vw, 74px); }
  .section-heading { align-items: start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 8px; }
  .quick-add { transform: none; }
  .product-card__meta { display: block; line-height: 1.6; }
  .product-card__meta span { display: block; }

  .editorial { grid-template-columns: 1fr; min-height: unset; }
  .editorial__image { min-height: 70svh; }
  .editorial__copy { padding: 82px 20px 90px; }
  .editorial__copy h2 { font-size: clamp(62px, 17vw, 92px); }

  .world-grid { grid-template-columns: 1fr; gap: 42px; }
  .world-card img { aspect-ratio: 1; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip > div { border-bottom: 1px solid var(--line); }
  .footer-brand { padding: 30px 0 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }
}

@media (max-width: 540px) {
  .announcement { height: 28px; padding: 0 10px; font-size: 8px; }
  .site-header { top: 28px; }
  .hero__media { object-position: 56% 40%; }
  .hero__copy { font-size: 11px; }
  .category-card { min-height: 72svh; }
  .product-grid { gap: 22px 6px; }
  .product-card__meta { font-size: 8px; }
  .product-tag { font-size: 7px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { min-height: 120px; }
  .footer { padding-left: 18px; padding-right: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Premium cinematic hero mask */
.hero__video {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0a;
}

.hero__veil {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.08) 30%, rgba(0,0,0,.04) 52%, rgba(0,0,0,.60) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22) 0%, transparent 28%, transparent 72%, rgba(0,0,0,.18) 100%);
}

.hero__cinematic-mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 38%, rgba(0,0,0,.10) 70%, rgba(0,0,0,.35) 110%),
    linear-gradient(115deg, rgba(224,204,176,.07) 0%, transparent 34%, transparent 70%, rgba(255,255,255,.035) 100%);
  box-shadow:
    inset 0 0 110px rgba(0,0,0,.23),
    inset 0 -110px 150px rgba(0,0,0,.15);
}

.hero__cinematic-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255,255,255,.025) 38%,
    rgba(255,255,255,.055) 50%,
    rgba(255,255,255,.018) 58%,
    transparent 72%
  );
  mix-blend-mode: soft-light;
  opacity: .6;
}

.hero__grain {
  position: absolute;
  inset: -40%;
  z-index: 4;
  pointer-events: none;
  opacity: .055;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
  animation: luxuryGrain .45s steps(2) infinite;
}

.hero__content,
.scroll-cue {
  z-index: 5;
}

.hero__content {
  text-shadow: 0 2px 24px rgba(0,0,0,.20);
}

@keyframes luxuryGrain {
  0% { transform: translate3d(0,0,0); }
  25% { transform: translate3d(2.5%,-1.5%,0); }
  50% { transform: translate3d(-1.8%,2.2%,0); }
  75% { transform: translate3d(1.2%,2.8%,0); }
  100% { transform: translate3d(-2.4%,-1.2%,0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__grain { animation: none; }
}

@media (max-width: 540px) {
  .hero__video { object-position: 50% center; }
  .hero__veil {
    background:
      linear-gradient(180deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.06) 35%, rgba(0,0,0,.12) 60%, rgba(0,0,0,.68) 100%),
      linear-gradient(90deg, rgba(0,0,0,.12), transparent 45%, rgba(0,0,0,.08));
  }
  .hero__grain { opacity: .045; }
}
