:root {
  --ink: #111111;
  --ivory: #f7f5f0;
  --white: #ffffff;
  --stone: #aaa49b;
  --line: #dedbd5;
  --burgundy: #4a1428;
  --cobalt: #1646c5;
  --error: #9d1c20;
  --success: #285a3a;
  --max: 1440px;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, textarea, select { font: inherit; }
button, .button { min-height: 46px; }
:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 18px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.topline { padding: 7px 20px; color: var(--white); background: var(--ink); text-align: center; font-size: 10px; letter-spacing: .18em; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 96px; padding: 18px clamp(20px, 4vw, 68px); border-bottom: 1px solid rgba(17, 17, 17, .12); background: rgba(255,255,255,.96); }
.brand { justify-self: start; text-decoration: none; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; width: max-content; line-height: .88; }
.wordmark strong { font-family: var(--serif); font-size: clamp(23px, 2.3vw, 38px); font-weight: 500; letter-spacing: .18em; }
.wordmark span { margin-top: 7px; font-size: 8px; letter-spacing: .45em; }
.nav-desktop { grid-column: 2 / 4; display: flex; justify-self: end; gap: clamp(20px, 2.8vw, 46px); align-items: center; }
.nav-desktop a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.nav-desktop a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav-desktop a:hover::after { right: 0; }
.nav-mobile { display: none; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding-block: clamp(72px, 9vw, 144px); }
.section-tight { padding-block: clamp(48px, 6vw, 88px); }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; font-size: 10px; line-height: 1.4; letter-spacing: .2em; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(48px, 8.8vw, 142px); font-weight: 400; line-height: .84; letter-spacing: -.045em; }
.headline { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5.2vw, 78px); font-weight: 400; line-height: .95; letter-spacing: -.025em; }
.subheadline { max-width: 720px; margin: 20px 0 0; font-size: clamp(17px, 2vw, 23px); font-weight: 300; line-height: 1.45; }
.text-link { display: inline-block; margin-top: 24px; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; text-decoration: none; border-bottom: 1px solid currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); text-transform: uppercase; text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .13em; cursor: pointer; transition: background .2s ease, color .2s ease; }
.button:hover { background: var(--white); color: var(--ink); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-small { min-height: 38px; padding: 9px 14px; font-size: 9px; }
.button-danger { border-color: var(--error); background: var(--error); }

.hero { position: relative; min-height: min(830px, calc(100vh - 125px)); overflow: hidden; background: var(--ivory); }
.hero > img { width: 100%; height: min(830px, calc(100vh - 125px)); min-height: 620px; object-fit: cover; object-position: center; }
.hero-copy { position: absolute; inset: 0 auto 0 clamp(20px, 6vw, 100px); z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(43vw, 620px); }
.hero-copy .display { max-width: 650px; }
.hero-copy p:not(.eyebrow) { max-width: 430px; margin: 28px 0; font-size: clamp(16px, 1.5vw, 20px); font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-index { position: absolute; right: 28px; bottom: 24px; color: rgba(17,17,17,.65); font-family: var(--serif); font-size: 13px; }

.manifesto { display: grid; grid-template-columns: .75fr 1.5fr; gap: 8vw; align-items: start; background: var(--white); }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(36px, 5vw, 72px); line-height: 1.02; letter-spacing: -.025em; }
.manifesto blockquote em { color: var(--burgundy); font-style: italic; }
.manifesto-copy { max-width: 480px; padding-top: 10px; }

.lookbook { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 2px; padding: 2px; background: var(--white); }
.lookbook-copy { display: flex; flex-direction: column; justify-content: end; padding: clamp(30px, 5vw, 72px); background: var(--ink); color: var(--white); }
.lookbook-copy .headline { font-size: clamp(42px, 5vw, 72px); }
.lookbook-copy p:last-child { max-width: 320px; color: #bbb; }
.lookbook figure { position: relative; margin: 0; overflow: hidden; background: #f2f0eb; }
.lookbook img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.lookbook figure:hover img { transform: scale(1.025); }
.lookbook figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 10px; background: rgba(255,255,255,.9); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }

.section-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-header .headline { max-width: 800px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2.2vw, 34px); }
.product-card { min-width: 0; }
.product-media { display: block; overflow: hidden; background: #f2f0eb; text-decoration: none; }
.product-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.product-media:hover img { transform: scale(1.025); }
.product-info { padding: 18px 1px 8px; }
.product-info .eyebrow { margin-bottom: 8px; color: #5f5b56; font-size: 9px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.15; }
.product-info h3 a { text-decoration: none; }
.price { margin: 10px 0 0; font-size: 14px; }
.price span { color: #6b6762; font-size: 11px; }
.empty-state { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(32px, 5vw, 62px); font-weight: 400; }

.duo { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.duo-panel { display: flex; flex-direction: column; justify-content: end; min-height: 620px; padding: clamp(36px, 6vw, 88px); }
.duo-panel:first-child { color: var(--white); background: var(--burgundy); }
.duo-panel:last-child { background: var(--ivory); }
.duo-panel h2 { max-width: 500px; margin: 0 0 22px; font-family: var(--serif); font-size: clamp(44px, 5.3vw, 78px); font-weight: 400; line-height: .94; }
.duo-panel p { max-width: 460px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.step { min-height: 340px; padding: 28px clamp(20px, 3vw, 46px); border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { font-family: var(--serif); font-size: 14px; }
.step h3 { margin: 80px 0 16px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.step p { max-width: 320px; color: #4c4945; }

.page-hero { padding: clamp(70px, 11vw, 180px) clamp(20px, 6vw, 100px) clamp(56px, 8vw, 120px); background: var(--ivory); }
.page-hero .display { max-width: 1150px; }
.page-hero .subheadline { max-width: 760px; }
.breadcrumbs { padding: 20px clamp(20px, 6vw, 100px); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; gap: 9px; margin: 0; padding: 0; list-style: none; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.breadcrumbs li { display: flex; gap: 9px; }
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 40px; }
.filterbar a { padding: 10px 15px; border: 1px solid var(--line); text-transform: uppercase; text-decoration: none; font-size: 9px; letter-spacing: .12em; }
.filterbar a[aria-current="page"], .filterbar a:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr); align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--white); }
.product-gallery img, .product-gallery video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #f2f0eb; }
.product-gallery img:first-child:nth-last-child(1), .product-gallery video:first-child:nth-last-child(1) { grid-column: 1 / -1; max-height: 1000px; object-fit: contain; }
.product-summary { position: sticky; top: 0; padding: clamp(38px, 5vw, 78px); }
.product-summary h1 { margin: 4px 0 18px; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 68px); font-weight: 400; line-height: .95; }
.product-summary .price { margin: 18px 0 34px; font-size: 22px; }
.product-description { margin: 30px 0; padding-block: 24px; border-block: 1px solid var(--line); white-space: pre-line; }
.product-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0; }
.product-facts dt { text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.product-facts dd { margin: 4px 0 0; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr); gap: clamp(44px, 8vw, 120px); align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 70px 0 18px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 400; line-height: 1; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 38px 0 12px; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.prose p, .prose li { font-size: 17px; line-height: 1.72; }
.prose li + li { margin-top: 9px; }
.side-note { position: sticky; top: 30px; padding: 28px; border: 1px solid var(--line); }
.side-note h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 400; }

.form-shell { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 680px; }
.form-intro { padding: clamp(48px, 7vw, 110px); color: var(--white); background: var(--ink); }
.form-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 86px); font-weight: 400; line-height: .9; }
.form-intro p { max-width: 420px; margin-top: 28px; color: #ddd; }
.form-card { padding: clamp(40px, 7vw, 110px); background: var(--ivory); }
.form-card form { max-width: 720px; }
.form-card h2 { margin: 0 0 32px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.form-compact { max-width: 720px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.field-hint { margin: -3px 0 8px; color: #625f5b; font-size: 12px; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #aaa49b; border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { resize: vertical; }
.field input[type="file"] { padding: 11px; }
.checkbox { display: flex; gap: 10px; align-items: start; margin: 18px 0 28px; font-size: 13px; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; }
.notice { margin: 0 0 24px; padding: 15px 18px; border-left: 3px solid; background: var(--white); }
.notice-error { border-color: var(--error); color: var(--error); }
.notice-success { border-color: var(--success); color: var(--success); }
.notice-info { border-color: var(--cobalt); }

.dashboard { min-height: 700px; display: grid; grid-template-columns: 260px 1fr; }
.dashboard-nav { padding: 34px 26px; color: var(--white); background: var(--ink); }
.dashboard-nav h2 { margin: 0 0 30px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.dashboard-nav a, .dashboard-nav button { display: block; width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #393939; background: none; color: inherit; text-align: left; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
.dashboard-main { min-width: 0; padding: clamp(32px, 5vw, 74px); background: var(--ivory); }
.dashboard-main h1 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(44px, 6vw, 76px); font-weight: 400; line-height: .95; }
.dashboard-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 40px; }
.table-wrap { overflow-x: auto; background: var(--white); }
.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.data-table th, .data-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.inline-form { display: flex; flex-wrap: wrap; gap: 6px; }
.inline-form select { min-height: 38px; border: 1px solid var(--line); }
.status { display: inline-block; padding: 5px 8px; border: 1px solid currentColor; text-transform: uppercase; white-space: nowrap; font-size: 8px; letter-spacing: .09em; }
.status-approved, .status-completed { color: var(--success); }
.status-pending, .status-new { color: #785d13; }
.status-rejected, .status-blocked, .status-cancelled { color: var(--error); }
.status-reserved, .status-contacted { color: var(--cobalt); }

.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(34px, 5vw, 80px); padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 100px) 28px; color: var(--white); background: var(--ink); }
.site-footer .wordmark strong { font-size: 30px; }
.site-footer .wordmark span { font-size: 7px; }
.site-footer h2 { margin: 0 0 20px; text-transform: uppercase; font-size: 10px; font-weight: 500; letter-spacing: .14em; }
.site-footer p { color: #aaa; font-size: 13px; }
.site-footer nav a, .site-footer > div > a { display: block; width: fit-content; margin: 8px 0; color: #ddd; text-decoration: none; font-size: 13px; }
.footer-brand p { max-width: 260px; margin-top: 24px; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #333; color: #888; font-size: 11px; }
.footer-legal a { margin: 0 !important; color: #888 !important; }

@media (max-width: 1100px) {
  .lookbook { grid-template-columns: repeat(3, 1fr); }
  .lookbook-copy { grid-column: 1 / -1; min-height: 360px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { grid-template-columns: 1.25fr .75fr; }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer > div:nth-of-type(2) { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  .topline { font-size: 8px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; padding: 15px 20px; }
  .nav-desktop { display: none; }
  .nav-mobile { display: block; grid-column: 2; }
  .nav-mobile summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; list-style: none; }
  .nav-mobile summary::-webkit-details-marker { display: none; }
  .nav-mobile summary span { display: block; width: 24px; height: 1px; background: var(--ink); }
  .nav-mobile nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; padding: 20px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 35px rgba(0,0,0,.1); }
  .nav-mobile nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); text-transform: uppercase; text-decoration: none; font-size: 11px; letter-spacing: .12em; }
  .hero { min-height: 720px; }
  .hero > img { height: 720px; min-height: 0; object-position: 62% center; opacity: .72; }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,245,240,.95) 0%, rgba(247,245,240,.8) 45%, rgba(247,245,240,.08) 100%); }
  .hero-copy { left: 24px; width: min(82vw, 580px); }
  .manifesto, .content-grid { grid-template-columns: 1fr; }
  .manifesto-copy, .side-note { max-width: none; }
  .side-note { position: static; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .duo { grid-template-columns: 1fr; }
  .duo-panel { min-height: 500px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 48px; }
  .product-detail { display: block; }
  .product-summary { position: static; }
  .form-shell { grid-template-columns: 1fr; }
  .form-intro { min-height: 380px; }
  .dashboard { grid-template-columns: 1fr; }
  .dashboard-nav { display: flex; flex-wrap: wrap; gap: 0 18px; align-items: center; }
  .dashboard-nav h2 { width: 100%; }
  .dashboard-nav a, .dashboard-nav button { width: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:nth-of-type(2) { grid-column: auto; }
  .footer-brand, .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .wordmark strong { font-size: 23px; }
  .display { font-size: clamp(48px, 17vw, 78px); }
  .hero-copy { left: 18px; width: calc(100% - 36px); }
  .hero-copy p:not(.eyebrow) { max-width: 88%; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 300px); }
  .product-grid { gap: 20px 10px; }
  .lookbook { grid-template-columns: 1fr; }
  .lookbook-copy { grid-column: auto; min-height: 420px; }
  .lookbook img { min-height: 0; aspect-ratio: 4 / 5; }
  .product-info h3 { font-size: 19px; }
  .product-info .eyebrow { letter-spacing: .1em; }
  .section-header { align-items: start; flex-direction: column; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-summary { padding: 36px 20px 60px; }
  .product-facts, .form-grid { grid-template-columns: 1fr; }
  .form-intro, .form-card, .dashboard-main { padding: 40px 20px; }
  .page-hero { padding-inline: 20px; }
  .breadcrumbs { padding-inline: 20px; overflow-x: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > * { grid-column: 1 !important; }
}

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