:root {
  --night: #11110f;
  --night-soft: #1b1a17;
  --bone: #eee9de;
  --paper: #f8f5ee;
  --brass: #b99358;
  --wine: #6d2828;
  --muted: #a8a194;
  --line-dark: rgba(17, 17, 15, .2);
  --line-light: rgba(255, 255, 255, .28);
  --pad: clamp(24px, 5vw, 82px);
  --header-h: 92px;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--night); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
.line-arrow { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: var(--paper); }
.skip-link:focus { top: 16px; }
.overline, .eyebrow { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; height: var(--header-h); padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; color: white; border-bottom: 1px solid var(--line-light); transition: background .25s ease; }
.brand { width: 190px; }
.brand img { height: 52px; object-fit: contain; object-position: left center; filter: invert(1); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 52px); align-items: center; }
.desktop-nav a { position: relative; font-size: .72rem; font-weight: 650; letter-spacing: .07em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-order { justify-self: end; display: inline-flex; align-items: center; gap: 24px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.55); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.header-order:hover { background: white; color: var(--night); }
.menu-toggle, .menu-close { display: none; border: 0; background: none; padding: 0; }

.mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; height: max(780px, 100svh); overflow: hidden; background: #0e0f0f; color: white; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,9,.9) 0%, rgba(8,9,9,.62) 40%, rgba(8,9,9,.12) 74%), linear-gradient(0deg, rgba(8,9,9,.68) 0%, transparent 44%); }
.hero-copy { position: relative; z-index: 2; width: min(860px, 74vw); height: 100%; min-height: inherit; padding: calc(var(--header-h) + 10vh) var(--pad) 130px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: #d9c49f; margin-bottom: clamp(28px, 5vh, 55px); }
.hero h1 { margin: 0; font-family: var(--sans); font-size: clamp(4rem, 7.2vw, 8.2rem); line-height: .93; letter-spacing: -.062em; font-weight: 520; }
.hero h1 em { display: inline-block; color: #d9c49f; font-family: var(--serif); font-weight: 400; }
.hero-intro { max-width: 560px; margin-top: clamp(36px, 7vh, 76px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.48); display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: end; }
.hero-intro p { margin: 0; color: rgba(255,255,255,.82); font-size: .98rem; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.text-link .line-arrow, .button-light .line-arrow, .product-action button .line-arrow, .order-form button .line-arrow { transition: transform .22s ease; }
.text-link:hover .line-arrow, .button-light:hover .line-arrow, .product-action button:hover .line-arrow, .order-form button:hover .line-arrow { transform: translateX(5px); }
.hero-footer { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 70px; padding: 0 var(--pad); display: flex; align-items: center; gap: 25px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.72); font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; backdrop-filter: blur(4px); }
.hero-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--brass); }
.scroll-cue { position: absolute; right: var(--pad); bottom: 94px; z-index: 4; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; }
.scroll-cue span { width: 1px; height: 14px; background: white; position: relative; animation: scroll-drop 1.8s ease-in-out infinite; }
.scroll-cue span::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 6px; height: 6px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(45deg); }
@keyframes hero-breathe { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes scroll-drop { 0%,100% { transform: translateY(-3px); opacity: .5; } 50% { transform: translateY(3px); opacity: 1; } }

.intro { padding: 150px var(--pad); display: grid; grid-template-columns: .34fr 1fr; gap: 8vw; background: var(--paper); }
.intro-aside { padding-top: 8px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--night); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.intro-aside span { writing-mode: vertical-rl; transform: rotate(180deg); align-self: flex-end; color: var(--muted); }
.intro-main { max-width: 1120px; }
.intro-main .overline { margin-bottom: 48px; color: var(--wine); }
.intro h2, .collection h2, .craft h2, .teams h2, .contact h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; line-height: .94; }
.intro h2 { max-width: 1050px; margin-bottom: 80px; font-size: clamp(4rem, 7.6vw, 8.7rem); }
.intro h2 em, .collection h2 em, .craft h2 em, .teams h2 em, .contact h2 em { color: var(--wine); font-weight: 400; }
.intro-copy { margin-left: 35%; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 28px; border-top: 1px solid var(--night); }
.intro-copy p { margin: 0; color: #5f5a52; }
.intro-copy p:first-child { color: var(--night); font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }

.collection { background: var(--night); color: white; padding-top: 130px; }
.collection-head { padding: 0 var(--pad) 88px; display: grid; grid-template-columns: 1fr 310px; gap: 70px; align-items: end; }
.collection-head .overline { color: #cfb98e; margin-bottom: 34px; }
.collection-head h2 { margin: 0; font-size: clamp(4rem, 6.8vw, 8rem); }
.collection-head h2 em { color: #cfb98e; }
.collection-head > p { margin: 0; color: rgba(255,255,255,.62); }
.lookbook { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.product { position: relative; height: min(78vw, 880px); min-height: 670px; overflow: hidden; border-right: 1px solid var(--line-light); color: white; }
.product:last-child { border-right: 0; }
.product > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease; filter: saturate(.83); }
.product:hover > img { transform: scale(1.035); filter: saturate(1); }
.product-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,9,8,.18), rgba(9,9,8,.08) 42%, rgba(9,9,8,.92) 100%); }
.product-number { position: absolute; top: 28px; left: 30px; font-size: .65rem; letter-spacing: .18em; }
.product-copy { position: absolute; left: 30px; right: 30px; bottom: 110px; }
.product-copy > p { color: #d9c49f; margin-bottom: 13px; font-size: .62rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.product h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(3rem, 4.2vw, 5rem); line-height: .95; font-weight: 400; letter-spacing: -.045em; }
.product-copy > span { color: rgba(255,255,255,.72); font-size: .83rem; }
.product-action { position: absolute; left: 30px; right: 30px; bottom: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-action strong { color: #d9c49f; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.product-action button { padding: 0; display: inline-flex; gap: 14px; align-items: center; border: 0; background: none; color: white; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.craft { min-height: 960px; display: grid; grid-template-columns: 47% 53%; background: var(--bone); }
.craft-image { position: sticky; top: 0; height: 100vh; min-height: 720px; overflow: hidden; }
.craft-image img { height: 100%; object-fit: cover; object-position: center 26%; }
.craft-copy { padding: 130px var(--pad); }
.craft-copy .overline { color: var(--wine); margin-bottom: 55px; }
.craft h2 { font-size: clamp(4rem, 6.2vw, 7.3rem); }
.craft h2 em { color: var(--wine); }
.craft-lead { max-width: 540px; margin: 62px 0 80px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.details { margin: 0; border-top: 1px solid var(--night); }
.details > div { min-height: 120px; padding: 24px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid var(--line-dark); }
.details dt { color: var(--wine); font-size: .64rem; font-weight: 700; letter-spacing: .12em; }
.details dd { margin: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.details strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 400; }
.details span { color: #676158; font-size: .84rem; }

.teams { position: relative; min-height: 860px; padding: 130px var(--pad); display: flex; align-items: center; overflow: hidden; color: white; }
.teams > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 12%; }
.teams-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,10,.93) 0%, rgba(12,12,10,.64) 46%, rgba(12,12,10,.15) 76%); }
.teams-copy { position: relative; z-index: 2; width: min(700px, 58vw); }
.teams .overline { color: #d9c49f; margin-bottom: 48px; }
.teams h2 { font-size: clamp(4rem, 7vw, 8rem); }
.teams h2 em { color: #d9c49f; }
.teams-copy > p:not(.overline) { max-width: 520px; margin: 50px 0 38px; color: rgba(255,255,255,.75); }
.button-light { display: inline-flex; align-items: center; gap: 40px; min-height: 56px; padding: 0 22px; border: 1px solid rgba(255,255,255,.65); font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.button-light:hover { background: white; color: var(--night); }
.teams-note { position: absolute; z-index: 2; right: var(--pad); bottom: 54px; width: 290px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.55); }
.teams-note span { color: #d9c49f; font-size: .6rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.teams-note p { margin: 16px 0 0; font-family: var(--serif); font-size: 1.15rem; }

.contact { padding: 140px var(--pad); display: grid; grid-template-columns: 1fr .8fr; gap: 11vw; background: var(--paper); }
.contact-copy .overline { color: var(--wine); margin-bottom: 50px; }
.contact h2 { font-size: clamp(4rem, 6.8vw, 8rem); }
.contact-copy > p:last-child { max-width: 470px; margin-top: 55px; color: #625c53; }
.order-form { align-self: end; }
.order-form > div { margin-top: 25px; }
.order-form label { display: block; margin-bottom: 8px; font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.order-form input, .order-form textarea { width: 100%; padding: 10px 0 16px; border: 0; border-bottom: 1px solid var(--night); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.order-form input:focus, .order-form textarea:focus { border-bottom-color: var(--wine); border-bottom-width: 2px; }
.order-form button { width: 100%; min-height: 58px; margin-top: 38px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 0; background: var(--wine); color: white; font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.order-form button:hover { background: var(--night); }
.order-form small { display: block; margin-top: 12px; color: #746e64; }

.site-footer { padding: 72px var(--pad) 30px; display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 45px; align-items: start; background: var(--night); color: white; }
.footer-brand { width: 220px; }
.footer-brand img { height: 66px; object-fit: contain; object-position: left; filter: invert(1); }
.footer-contact, .footer-meta { display: grid; gap: 8px; }
.footer-contact a, .footer-meta p { margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; }
.back-top { display: inline-flex; gap: 16px; align-items: center; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer > small { grid-column: 1 / -1; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --pad: 22px; --header-h: 78px; }
  .site-header { padding: 0 20px; grid-template-columns: 1fr auto; background: linear-gradient(180deg, rgba(8,9,9,.65), transparent); border-bottom: 1px solid rgba(255,255,255,.24); }
  .brand { width: 164px; }
  .brand img { height: 46px; }
  .desktop-nav, .header-order { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; }
  .menu-toggle span { display: block; width: 32px; height: 1px; background: white; }
  .mobile-nav { position: fixed; inset: 0; z-index: 100; min-height: 100dvh; padding: 0 24px 28px; display: flex; flex-direction: column; background: #11110f; color: white; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s, transform .25s ease; overflow-y: auto; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav-top { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); }
  .mobile-nav-top img { width: 164px; height: 46px; object-fit: contain; object-position: left; filter: invert(1); }
  .menu-close { width: 44px; height: 44px; display: block; position: relative; }
  .menu-close span { position: absolute; left: 6px; top: 22px; width: 32px; height: 1px; background: white; }
  .menu-close span:first-child { transform: rotate(45deg); }
  .menu-close span:last-child { transform: rotate(-45deg); }
  .mobile-links { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.25); }
  .mobile-links a { min-height: 86px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .mobile-links small { width: 26px; color: #d9c49f; font-size: .58rem; letter-spacing: .12em; }
  .mobile-links span { font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.15rem); letter-spacing: -.03em; }
  .mobile-nav > p { margin: auto 0 0; max-width: 340px; padding-top: 45px; color: rgba(255,255,255,.56); font-size: .82rem; }

  .hero { height: 100svh; min-height: 720px; }
  .hero-image { object-position: right center; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,9,9,.35) 0%, rgba(8,9,9,.12) 38%, rgba(8,9,9,.9) 87%, rgba(8,9,9,.98) 100%), linear-gradient(90deg, rgba(8,9,9,.65), transparent 72%); }
  .hero-copy { width: 100%; padding: calc(var(--header-h) + 40px) var(--pad) 110px; justify-content: flex-end; }
  .eyebrow { margin-bottom: 25px; font-size: .58rem; }
  .hero h1 { font-size: clamp(3.25rem, 14.3vw, 5.7rem); }
  .hero-intro { max-width: none; margin-top: 28px; padding-top: 18px; grid-template-columns: 1fr; gap: 20px; }
  .hero-intro p { max-width: 460px; font-size: .89rem; }
  .text-link { justify-self: start; }
  .hero-footer { min-height: 54px; padding: 0 18px; gap: 11px; overflow: hidden; white-space: nowrap; font-size: .48rem; }
  .scroll-cue { display: none; }

  .intro { padding: 90px var(--pad); grid-template-columns: 1fr; gap: 48px; }
  .intro-aside { min-height: 0; display: flex; flex-direction: row; }
  .intro-aside span { writing-mode: initial; transform: none; }
  .intro-main .overline { margin-bottom: 32px; }
  .intro h2 { margin-bottom: 52px; font-size: clamp(3.7rem, 16vw, 6rem); }
  .intro-copy { margin-left: 0; grid-template-columns: 1fr; gap: 24px; }
  .intro-copy p:first-child { font-size: 1.2rem; }

  .collection { padding-top: 85px; }
  .collection-head { padding: 0 var(--pad) 58px; grid-template-columns: 1fr; gap: 34px; }
  .collection-head .overline { margin-bottom: 26px; }
  .collection-head h2 { font-size: clamp(3.65rem, 15.5vw, 5.9rem); }
  .collection-head > p { max-width: 420px; }
  .lookbook { grid-template-columns: 1fr; }
  .product { height: min(150vw, 760px); min-height: 620px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .product > img { object-position: center 18%; }
  .product-copy { left: 22px; right: 22px; bottom: 102px; }
  .product h3 { font-size: clamp(3.5rem, 15vw, 5.3rem); }
  .product-action { left: 22px; right: 22px; bottom: 25px; }
  .product-number { left: 22px; }
  .product-action button { font-size: .55rem; }

  .craft { min-height: 0; grid-template-columns: 1fr; }
  .craft-image { position: relative; top: auto; height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .craft-image img { object-position: center 25%; }
  .craft-copy { padding: 88px var(--pad); }
  .craft-copy .overline { margin-bottom: 36px; }
  .craft h2 { font-size: clamp(3.65rem, 15.2vw, 5.8rem); }
  .craft-lead { margin: 45px 0 58px; font-size: 1.16rem; }
  .details > div { min-height: 0; grid-template-columns: 35px 1fr; }
  .details dd { grid-template-columns: 1fr; gap: 8px; }

  .teams { min-height: 760px; padding: 95px var(--pad); align-items: flex-start; }
  .teams > img { object-position: center top; }
  .teams-shade { background: linear-gradient(180deg, rgba(12,12,10,.46) 0%, rgba(12,12,10,.12) 50%, rgba(12,12,10,.72) 100%); }
  .teams-copy { width: 100%; }
  .teams .overline { margin-bottom: 34px; }
  .teams h2 { font-size: clamp(3.8rem, 16vw, 6rem); }
  .teams-copy > p:not(.overline) { margin: 38px 0 30px; }
  .teams-note { left: var(--pad); right: var(--pad); bottom: 28px; width: auto; }

  .contact { padding: 90px var(--pad); grid-template-columns: 1fr; gap: 65px; }
  .contact-copy .overline { margin-bottom: 34px; }
  .contact h2 { font-size: clamp(3.7rem, 15.5vw, 5.9rem); }
  .contact-copy > p:last-child { margin-top: 38px; }

  .site-footer { padding: 60px var(--pad) 26px; grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { width: 205px; }
  .back-top { justify-self: start; }
  .site-footer > small { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
