:root {
  --ink: #191814;
  --ink-soft: #2d2b25;
  --paper: #f2ede3;
  --paper-bright: #fbf8f1;
  --clay: #bc5c38;
  --clay-dark: #8c3f27;
  --olive: #70735b;
  --sand: #d5c2a2;
  --acid: #d8eb5f;
  --line: rgba(25, 24, 20, 0.18);
  --shell: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px;
  color: var(--paper-bright); background: var(--ink); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow {
  margin: 0 0 26px; font-size: 0.73rem; line-height: 1; font-weight: 750;
  letter-spacing: 0.2em; text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center;
  justify-content: space-between; height: 78px; padding: 0 32px; color: var(--ink);
  transition: color 220ms ease, background 220ms ease, backdrop-filter 220ms ease;
}
.site-header.scrolled { background: rgba(242, 237, 227, 0.9); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; }
.wordmark img { width: 142px; height: 32px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; gap: 34px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  min-height: 900px; padding: 130px 32px 48px; overflow: hidden;
}
.hero-copy { align-self: center; max-width: 690px; padding: 40px 6vw 90px 2.4vw; }
.hero h1, .section-heading h2, .principles-copy h2, .care h2, .closing h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.055em; line-height: 0.92;
}
.hero h1 { font-size: clamp(4.7rem, 7.4vw, 8.6rem); }
.hero h1 em, .closing h2 em { color: var(--clay); font-weight: 400; }
.hero-intro { max-width: 520px; margin: 40px 0 0; font-size: clamp(1.08rem, 1.35vw, 1.3rem); color: #4a463e; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border: 1px solid currentColor; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-dark { color: var(--paper-bright); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--acid); }
.text-link { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 5px; font-size: 1.1rem; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(4px, 4px); }
.hero-visual { position: relative; min-height: 720px; align-self: stretch; }
.hero-frame { position: absolute; inset: 0 0 48px 3%; overflow: hidden; background: var(--sand); border-radius: 52% 52% 4px 4px / 20% 20% 4px 4px; }
.hero-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.sun-disc { position: absolute; z-index: -1; width: 360px; height: 360px; top: -70px; right: -80px; border-radius: 50%; background: var(--acid); }
.vertical-note { position: absolute; right: -11px; bottom: 47px; margin: 0; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.22em; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; left: 32px; bottom: 32px; display: flex; align-items: center; gap: 12px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 44px; height: 1px; background: var(--ink); }

.marquee { overflow: hidden; color: var(--paper-bright); background: var(--ink); }
.marquee div { display: flex; width: max-content; align-items: center; gap: 30px; padding: 17px 0; animation: marquee 30s linear infinite; }
.marquee span { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; white-space: nowrap; }
.marquee i { color: var(--acid); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.collection { padding-block: 130px 150px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.5fr .9fr; gap: 40px; align-items: end; margin-bottom: 90px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .principles-copy h2 { font-size: clamp(4rem, 6.2vw, 7.2rem); }
.section-heading > p:last-child { max-width: 330px; margin: 0 0 8px; color: #5d584f; }
.product-card-featured { display: grid; grid-template-columns: 1.35fr .65fr; gap: 68px; align-items: end; }
.product-image { position: relative; overflow: hidden; min-height: 580px; }
.product-image.clay { background: var(--clay); }
.product-image.olive { background: var(--olive); }
.product-image.sand { background: var(--sand); }
.product-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-index { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--paper-bright); background: var(--ink); font-size: .68rem; font-weight: 800; }
.product-copy { padding-bottom: 18px; }
.product-kicker { margin: 0 0 16px; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.product-copy h3 { margin: 0 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.5rem, 7vw, 7.5rem); font-weight: 400; line-height: .8; letter-spacing: -.05em; }
.product-lede { font-size: 1.15rem; color: #4d483f; }
.spec-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.spec-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.spec-list span { color: #716b60; }
.spec-list strong { font-weight: 700; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 120px; }
.product-grid .product-image { min-height: 510px; }
.product-card-offset { margin-top: 120px; }
.product-copy.compact { display: grid; grid-template-columns: 1fr auto; gap: 12px 30px; padding-top: 24px; }
.product-copy.compact .product-kicker { grid-column: 1 / -1; margin: 0; }
.product-copy.compact h3 { margin: 0; font-size: clamp(3rem, 4.8vw, 5rem); }
.product-copy.compact > p:last-child { max-width: 280px; margin: 6px 0 0; color: #5d584f; }

.principles { display: grid; grid-template-columns: 1fr 1fr; min-height: 980px; color: var(--paper-bright); background: var(--ink); }
.principles-media { position: relative; min-height: 760px; overflow: hidden; }
.principles-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(25,24,20,.55)); }
.principles-media img { width: 100%; height: 100%; object-fit: cover; }
.principles-media > p { position: absolute; z-index: 2; right: 42px; bottom: 42px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-style: italic; text-align: right; line-height: 1.05; }
.principles-copy { width: auto; margin: 0; padding: 130px clamp(40px, 7vw, 110px); }
.principles-copy h2 { font-size: clamp(3.6rem, 5.6vw, 6.5rem); }
.principles-intro { max-width: 610px; margin: 46px 0 70px; color: #bdb7ab; font-size: 1.08rem; }
.principle-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.principle-list li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.principle-list > li > span { color: var(--acid); font-size: .7rem; font-weight: 800; }
.principle-list h3 { margin: 0 0 6px; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.principle-list p { margin: 0; color: #a9a397; }

.care { padding-block: 140px; }
.care-panel { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; padding: 80px; border: 1px solid var(--line); background: var(--paper-bright); }
.care h2 { font-size: clamp(3.5rem, 5.3vw, 6.2rem); }
.care-panel > p { align-self: end; max-width: 430px; margin: 0; color: #5d584f; font-size: 1.05rem; }

.closing { position: relative; display: grid; place-items: center; min-height: 800px; overflow: hidden; color: var(--paper-bright); background: var(--clay-dark); text-align: center; }
.closing::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(216,235,95,.16), transparent 35%); }
.closing-copy { position: relative; z-index: 2; }
.closing h2 { margin-bottom: 48px; font-size: clamp(4rem, 7vw, 8rem); }
.closing h2 em { color: var(--acid); }
.button-light { color: var(--ink); background: var(--paper-bright); }
.button-light:hover { background: var(--acid); }
.closing-orbit { position: absolute; width: min(72vw, 760px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; animation: orbit 28s linear infinite; }
.closing-orbit::before, .closing-orbit::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: inherit; transform: rotate(55deg); }
.closing-orbit::after { inset: 29%; transform: rotate(-35deg); }
.closing-orbit span { position: absolute; top: 8%; left: 50%; padding: 7px 12px; color: var(--ink); background: var(--acid); font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
@keyframes orbit { to { transform: rotate(360deg); } }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 32px; align-items: start; padding: 68px 32px 34px; color: var(--paper-bright); background: var(--ink); }
.wordmark-light { grid-row: span 2; }
.wordmark-light img { width: 164px; height: 34px; }
.site-footer p { max-width: 280px; margin: 0; color: #aaa397; }
.site-footer > div { display: flex; gap: 22px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer small { grid-column: 2 / -1; color: #716d64; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { height: 68px; padding: 0 20px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 40px; height: 40px; place-content: center; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 34px; color: var(--paper-bright); background: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 2.7rem; font-weight: 400; letter-spacing: -.04em; text-transform: none; opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 110px 20px 70px; }
  .hero-copy { padding: 0 0 50px; }
  .hero h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .hero-visual { min-height: min(120vw, 750px); }
  .hero-frame { inset: 0 2% 0; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 60px; }
  .product-card-featured { grid-template-columns: 1fr; gap: 34px; }
  .product-image { min-height: min(105vw, 680px); }
  .product-grid .product-image { min-height: min(80vw, 560px); }
  .principles { grid-template-columns: 1fr; }
  .principles-media { min-height: 720px; }
  .care-panel { grid-template-columns: 1fr; padding: 48px 36px; }
}

@media (max-width: 680px) {
  .hero { padding-inline: 16px; }
  .hero-intro { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 34px; }
  .collection { padding-block: 90px 110px; }
  .section-heading h2, .principles-copy h2, .care h2 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  .product-grid { grid-template-columns: 1fr; gap: 78px; margin-top: 90px; }
  .product-card-offset { margin-top: 0; }
  .product-copy.compact { grid-template-columns: 1fr; }
  .product-copy.compact > p:last-child { max-width: none; }
  .principles-media { min-height: 560px; }
  .principles-copy { padding: 90px 24px; }
  .care { padding-block: 80px; }
  .care-panel { padding: 38px 24px; }
  .closing { min-height: 680px; padding: 50px 20px; }
  .closing-orbit { width: 120vw; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .wordmark-light { grid-row: auto; }
  .site-footer small { grid-column: auto; }
}

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