:root {
  --ink: #171815;
  --paper: #f2eee4;
  --paper-2: #e8e1d3;
  --wood: #d58c44;
  --line: rgba(23, 24, 21, 0.18);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.brand { display: inline-flex; align-items: center; }
.logo-frame { position: relative; display: block; width: 154px; height: 56px; overflow: hidden; }
.logo-frame img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.64); transform-origin: center; mix-blend-mode: multiply; filter: contrast(1.06); }
.brand-header .logo-frame { background: rgba(242,238,228,.96); border: 1px solid rgba(242,238,228,.38); border-radius: 2px; box-shadow: 0 10px 32px rgba(0,0,0,.12); }
.brand-footer .logo-frame { background: var(--paper); }
nav { display: flex; align-items: center; gap: 32px; font-size: 0.9rem; }
nav a { opacity: .8; transition: opacity .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero { min-height: 780px; height: 100svh; position: relative; display: grid; align-items: center; color: #fff; background: var(--ink); isolation: isolate; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(15,16,14,.94) 0%, rgba(15,16,14,.78) 35%, rgba(15,16,14,.18) 68%, rgba(15,16,14,.08) 100%), linear-gradient(0deg, rgba(15,16,14,.45), transparent 45%); }
.hero-copy { width: min(650px, 48vw); margin-left: max(7vw, calc((100vw - var(--max)) / 2 + 32px)); padding-top: 60px; }
.eyebrow, .section-kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font: 600 .74rem/1.2 "DM Sans", sans-serif; }
.eyebrow::before, .section-kicker::before { content: ""; display: inline-block; width: 42px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }
h1, h2, h3 { font-family: "DM Sans", sans-serif; margin-top: 0; }
h1 { font-size: clamp(4rem, 7.2vw, 7.3rem); line-height: .92; letter-spacing: -.07em; margin-bottom: 32px; font-weight: 500; }
h1 em { color: var(--wood); font-style: normal; }
.hero-text { max-width: 510px; font-size: 1.08rem; color: rgba(255,255,255,.76); margin: 0 0 38px; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 16px 20px; font: 600 .88rem/1 "DM Sans", sans-serif; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.55); padding: 8px 0; font-size: .9rem; }
.hero-note { position: absolute; right: 32px; bottom: 30px; display: flex; align-items: flex-end; gap: 18px; width: 290px; border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; }
.hero-note span { font: 600 .72rem/1 "DM Sans"; color: var(--wood); }
.hero-note p { margin: 0; font-size: .76rem; line-height: 1.4; color: rgba(255,255,255,.68); }

.statement { max-width: var(--max); margin: 0 auto; padding: 128px 32px 150px; }
.statement h2, .focus-copy h2, .lifestyle h2, .gallery h2, .sizes h2, .care h2, .closing h2 { font-weight: 500; font-size: clamp(3.1rem, 5.8vw, 6rem); line-height: .98; letter-spacing: -.065em; }
.statement > h2 { max-width: 900px; margin-bottom: 90px; }
.statement-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 11%; align-items: start; }
.lead { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; max-width: 480px; margin: 0; }
.feature-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 27px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-number { color: #8d6d4d; font-size: .72rem; padding-top: 6px; }
.feature-list h3 { font-size: 1.15rem; margin-bottom: 5px; }
.feature-list p { margin: 0; color: #5f605a; font-size: .94rem; max-width: 500px; }

.product-focus { background: var(--paper-2); display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.product-card { position: relative; background: var(--ink); margin: 52px; overflow: hidden; display: grid; place-items: center; }
.product-card img { width: 100%; height: 100%; object-fit: cover; }
.micro-label, .image-caption { position: absolute; left: 22px; z-index: 1; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.micro-label { top: 20px; color: #fff; }
.image-caption { bottom: 18px; color: rgba(255,255,255,.74); }
.focus-copy { padding: 110px 8vw 90px 5vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.focus-copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); margin-bottom: 36px; }
.focus-copy > p:not(.section-kicker) { color: #55564f; max-width: 490px; margin: 0 0 40px; font-size: 1.05rem; }

.lifestyle { min-height: 760px; position: relative; color: #fff; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.lifestyle > img, .lifestyle-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.lifestyle > img { object-fit: cover; z-index: -2; }
.lifestyle-overlay { z-index: -1; background: linear-gradient(0deg, rgba(15,16,14,.88) 0%, rgba(15,16,14,.12) 70%), linear-gradient(90deg, rgba(15,16,14,.45), transparent 65%); }
.lifestyle-copy { padding: 100px max(32px, calc((100vw - var(--max)) / 2 + 32px)); max-width: 960px; }
.lifestyle h2 { margin-bottom: 28px; }
.lifestyle-copy > p:last-child { max-width: 530px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }

.gallery { max-width: var(--max); margin: 0 auto; padding: 130px 32px 150px; }
.gallery-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8%; align-items: end; margin-bottom: 70px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: #62635c; margin: 0 0 8px; }
.gallery-shell { display: grid; grid-template-columns: 1fr 260px; grid-template-rows: 1fr auto; gap: 18px; }
.gallery-stage { position: relative; grid-row: 1 / 3; padding: 0; border: 0; background: var(--ink); overflow: hidden; cursor: zoom-in; min-height: 690px; }
.gallery-stage img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease, transform .5s ease; }
.gallery-stage:hover img { transform: scale(1.015); }
.gallery-expand, .gallery-count { position: absolute; z-index: 1; background: rgba(18,19,16,.82); color: #fff; backdrop-filter: blur(8px); font: 600 .68rem/1 "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.gallery-expand { left: 18px; bottom: 18px; padding: 13px 15px; }
.gallery-count { right: 18px; top: 18px; padding: 13px 15px; }
.gallery-thumbs { display: grid; gap: 10px; align-content: start; }
.gallery-thumb { appearance: none; width: 100%; padding: 0; border: 1px solid transparent; background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .2s ease, opacity .2s ease; opacity: .58; }
.gallery-thumb:hover, .gallery-thumb:focus-visible { opacity: .85; }
.gallery-thumb.is-active { border-color: var(--ink); opacity: 1; }
.gallery-thumb img { width: 100%; height: 110px; object-fit: cover; }
.gallery-thumb:last-child img { object-fit: contain; background: #fff; }
.gallery-thumb span { display: flex; gap: 12px; align-items: center; padding: 9px 10px; font-size: .72rem; }
.gallery-thumb b { color: #8d6d4d; font-size: .64rem; }
.gallery-controls { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 8px; border-top: 1px solid var(--line); padding-top: 12px; }
.gallery-controls button { appearance: none; border: 1px solid var(--line); background: transparent; width: 42px; height: 42px; cursor: pointer; color: var(--ink); font-size: 1rem; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { background: var(--ink); color: #fff; }
.gallery-controls p { margin: 0; text-align: center; font: 600 .75rem/1.2 "DM Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.lightbox { width: min(94vw, 1320px); height: min(92vh, 900px); border: 0; padding: 0; background: #0d0e0c; color: #fff; overflow: hidden; }
.lightbox::backdrop { background: rgba(10,10,9,.88); backdrop-filter: blur(10px); }
.lightbox[open] { display: grid; grid-template-rows: 1fr auto; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: 16px; top: 16px; border: 1px solid rgba(255,255,255,.35); background: rgba(10,10,9,.72); color: #fff; padding: 11px 14px; cursor: pointer; font: 600 .72rem/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.lightbox-footer { display: flex; justify-content: space-between; gap: 24px; padding: 15px 20px; font-size: .72rem; color: rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.12); }

.sizes { max-width: var(--max); margin: 0 auto; padding: 130px 32px; }
.sizes-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8%; align-items: end; margin-bottom: 72px; }
.sizes-heading h2 { margin-bottom: 0; }
.sizes-heading > p { color: #62635c; margin: 0 0 8px; }
.size-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.size-card { appearance: none; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; min-height: 330px; padding: 26px; cursor: pointer; display: flex; flex-direction: column; transition: color .25s ease, background .25s ease, transform .25s ease; }
.size-card:hover { transform: translateY(-4px); }
.size-card:focus-visible { outline: 3px solid var(--wood); outline-offset: -3px; }
.size-card.is-selected { background: var(--ink); color: #fff; }
.size-popular { min-height: 42px; font: 600 .68rem/1.25 "DM Sans", sans-serif; letter-spacing: .13em; text-transform: uppercase; color: #7d674f; }
.size-card.is-selected .size-popular { color: var(--wood); }
.size-card strong { font: 500 4.8rem/.9 "DM Sans", sans-serif; letter-spacing: -.08em; margin: 38px 0 14px; }
.size-card strong span { font-size: .85rem; letter-spacing: 0; margin-left: 8px; }
.size-weight { color: #73746d; font-size: .83rem; }
.size-card.is-selected .size-weight { color: rgba(255,255,255,.58); }
.size-price { font: 600 1.45rem/1 "DM Sans", sans-serif; margin-top: auto; }
.size-action { border-top: 1px solid currentColor; padding-top: 13px; margin-top: 18px; font-size: .76rem; opacity: .72; }
.selection-summary { display: grid; grid-template-columns: 1fr .6fr auto; gap: 40px; align-items: center; background: var(--paper-2); padding: 24px 28px; margin-top: 26px; }
.selection-summary > div { display: flex; flex-direction: column; gap: 3px; }
.selection-summary span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: #77776f; }
.selection-summary strong { font: 600 1rem/1.3 "DM Sans", sans-serif; }

.care { background: var(--ink); color: #fff; padding: 130px max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.care-intro { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; }
.care h2 { margin-bottom: 78px; }
.care-steps { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3, 1fr); }
.care-steps article { padding: 34px 42px 10px 0; border-right: 1px solid rgba(255,255,255,.2); }
.care-steps article + article { padding-left: 42px; }
.care-steps article:last-child { border-right: 0; }
.care-steps span { color: var(--wood); font-size: .75rem; }
.care-steps h3 { margin: 44px 0 12px; font-size: 1.15rem; }
.care-steps p { color: rgba(255,255,255,.62); font-size: .9rem; margin: 0; }

.closing { position: relative; background: #bc7139; color: #fff; padding: 128px max(32px, calc((100vw - var(--max)) / 2 + 32px)); overflow: hidden; }
.closing-copy { position: relative; z-index: 2; }
.closing h2 { max-width: 900px; margin-bottom: 30px; }
.closing-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.76); margin: 0 0 34px; }
.closing-monogram { position: absolute; right: -2vw; bottom: -11vw; font: 600 31vw/.8 "DM Sans"; letter-spacing: -.1em; color: rgba(82,44,20,.16); user-select: none; }
footer { background: var(--paper); padding: 34px max(32px, calc((100vw - var(--max)) / 2 + 32px)); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .78rem; }
footer p { color: #77776f; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 860px) {
  .site-header { padding: 22px 20px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; align-items: end; }
  .hero-photo { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,16,14,.96) 0%, rgba(15,16,14,.65) 58%, rgba(15,16,14,.16) 100%); }
  .hero-copy { width: auto; margin: 0; padding: 0 20px 104px; }
  h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .hero-note { display: none; }
  .statement { padding: 90px 20px; }
  .statement > h2 { margin-bottom: 55px; }
  .statement-grid, .product-focus, .gallery-heading, .sizes-heading, .care-intro { grid-template-columns: 1fr; }
  .statement-grid { gap: 46px; }
  .product-card { min-height: 520px; margin: 20px; }
  .product-card img { padding: 46px 16px; }
  .focus-copy { padding: 75px 20px 90px; }
  .lifestyle { min-height: 650px; }
  .lifestyle > img { object-position: 61% center; }
  .lifestyle-copy { padding: 70px 20px; }
  .gallery { padding: 90px 20px; }
  .gallery-heading { gap: 30px; margin-bottom: 46px; }
  .gallery-shell { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-stage { grid-row: auto; min-height: 58vw; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .gallery-thumb img { height: 90px; }
  .gallery-thumb span { display: none; }
  .gallery-controls { max-width: 360px; width: 100%; margin: 4px auto 0; }
  .sizes { padding: 90px 20px; }
  .sizes-heading { gap: 30px; margin-bottom: 48px; }
  .size-grid { grid-template-columns: repeat(2, 1fr); }
  .selection-summary { grid-template-columns: 1fr 1fr; }
  .selection-summary .button { grid-column: 1 / -1; }
  .care { padding: 90px 20px; }
  .care h2 { margin-bottom: 55px; }
  .care-steps { grid-template-columns: 1fr; }
  .care-steps article, .care-steps article + article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding: 28px 0 32px; }
  .care-steps h3 { margin-top: 18px; }
  .closing { padding: 90px 20px 110px; }
  .closing-monogram { font-size: 45vw; bottom: -5vw; }
  footer { padding: 28px 20px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .logo-frame { width: 132px; height: 48px; }
  .nav-cta { font-size: .78rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .statement h2, .focus-copy h2, .lifestyle h2, .gallery h2, .sizes h2, .care h2, .closing h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .product-card { min-height: 390px; }
  .gallery-stage { min-height: 78vw; }
  .gallery-thumb img { height: 72px; }
  .size-grid { grid-template-columns: 1fr; }
  .size-card { min-height: 280px; }
  .selection-summary { gap: 20px; padding: 22px 18px; }
}
