:root {
  --ink: #342724;
  --espresso: #44312d;
  --cream: #f4ede3;
  --paper: #fbf8f3;
  --rose: #cdaea7;
  --sage: #9da89b;
  --forest: #314a40;
  --line: rgba(52, 39, 36, 0.18);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.serif { font-family: Georgia, "Times New Roman", serif; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(251, 248, 243, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; letter-spacing: .18em; font-family: Georgia, serif; font-size: 17px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { opacity: .62; }

.hero { padding: 104px 0 96px; overflow: hidden; background: radial-gradient(circle at 15% 10%, rgba(205,174,167,.26) 0, transparent 32%), radial-gradient(circle at 86% 34%, rgba(157,168,155,.34) 0, transparent 34%), var(--paper); }
.hero-intro { max-width: 900px; text-align: center; }
.hero-intro .lead { margin-inline: auto; max-width: 760px; }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: 5px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 84px); line-height: .98; font-weight: 400; letter-spacing: -.045em; margin: 0 0 28px; }
.lead { max-width: 610px; font-size: 19px; color: #65544f; margin: 0 0 30px; }
.price-row { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.price { font-family: Georgia, serif; font-size: 40px; }
.badge { padding: 7px 12px; border: 1px solid var(--line); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; background: var(--espresso); color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-weight: 650; font-size: 12px; border: 1px solid var(--espresso); transition: .2s ease; }
.cta:hover { background: transparent; color: var(--espresso); }
.cta.secondary { background: transparent; color: var(--espresso); }
.cta.secondary:hover { background: var(--espresso); color: white; }
.note { font-size: 13px; color: #7b6b66; margin: 14px 0 0; }
.collections { padding-top: 80px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.product-image { aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 36px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.lume-card .product-image { background: #e7dbcc; }
.sage-card .product-image { background: #aab3a6; }
.product-info { padding: 30px; }
.product-label { margin: 0 0 10px; font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.product-info h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.product-info > p:not(.product-label) { min-height: 52px; margin: 0; color: #6b5b56; font-size: 14px; }
.product-meta { display: flex; justify-content: space-between; align-items: center; margin: 24px 0 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-meta strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.product-meta span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.full { width: 100%; }
.sage-button { background: var(--forest); border-color: var(--forest); }
.sage-button:hover { color: var(--forest); }
.secure-note { text-align: center; color: #7b6b66; font-size: 12px; margin: 22px 0 0; }
.hero-art { position: relative; min-height: 620px; }
.hero-art::before { content: ""; position: absolute; inset: 5% 0 0 13%; background: var(--cream); }
.hero-square { position: absolute; width: 76%; right: 6%; top: 0; box-shadow: 0 26px 70px rgba(52,39,36,.16); }
.hero-story { position: absolute; width: 32%; left: 2%; bottom: 0; box-shadow: 0 18px 50px rgba(52,39,36,.2); transform: rotate(-3deg); }

.strip { border-block: 1px solid var(--line); background: var(--cream); }
.strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { padding: 22px 16px; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; border-right: 1px solid var(--line); }
.strip-item:last-child { border-right: 0; }

section { padding: 92px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
h2 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.035em; margin: 0; }
.section-copy { max-width: 470px; color: #6b5b56; margin: 0; }
.gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; align-items: start; }
.gallery .square { background: var(--cream); }
.gallery .story { width: 82%; justify-self: center; box-shadow: 0 18px 50px rgba(52,39,36,.12); }
.lume-showcase { background: #f8f1e8; }
.lume-showcase .gallery { max-width: 1060px; margin-inline: auto; align-items: center; }
.lume-showcase .gallery .square { border: 1px solid var(--line); }
.gallery-wide { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }

.sage-showcase { background: #d4dbd0; color: #263d35; }
.sage-head { align-items: center; }
.sage-head h2 { color: #263d35; }
.sage-intro { max-width: 470px; }
.sage-intro p { margin: 0 0 18px; color: #40564e; font-size: 16px; }
.sage-text-link { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: 5px; }
.sage-editorial-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: stretch; }
.sage-feature { margin: 0; background: #aab3a6; border: 1px solid rgba(38,61,53,.2); }
.sage-feature img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.sage-feature figcaption { padding: 16px 18px; background: #263d35; color: #eef1eb; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.sage-square-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.sage-square-stack img { width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(38,61,53,.2); }
.sage-template-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: center; margin-top: 28px; padding: 34px 28px; background: #263d35; overflow: hidden; }
.sage-template-row img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; box-shadow: 0 18px 34px rgba(10,29,23,.28); }
.sage-template-row img:nth-child(2), .sage-template-row img:nth-child(4) { transform: translateY(-10px); }

.details { background: linear-gradient(115deg, var(--espresso) 0 44%, #263d35 44% 100%); color: var(--cream); }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.details h2 { color: white; }
.list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.25); }
.list-row { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.list-row span:first-child { color: var(--rose); font-family: Georgia, serif; font-size: 20px; }
.list-row strong { display: block; font-size: 15px; margin-bottom: 3px; }
.list-row p { margin: 0; color: #d6c8c2; font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { padding: 28px; border: 1px solid var(--line); min-height: 210px; background: #fff; }
.step-num { font-family: Georgia, serif; font-size: 30px; color: var(--rose); }
.step h3 { margin: 30px 0 8px; font-size: 16px; }
.step p { margin: 0; color: #6b5b56; font-size: 14px; }

.faq { background: var(--cream); }
details { border-top: 1px solid var(--line); padding: 20px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 600; font-size: 16px; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::after { content: "+"; font-size: 22px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; color: #65544f; margin: 12px 0 0; }

.final-cta { text-align: center; background: linear-gradient(135deg, var(--paper) 0 58%, #e0e5dc 100%); }
.final-cta p { max-width: 580px; margin: 20px auto 28px; color: #65544f; }
.cta-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.instagram-link { display: inline-block; margin-top: 24px; font-size: 13px; text-underline-offset: 5px; }
.site-footer { padding: 34px 0; background: #251c1a; color: #d7cbc6; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 12px; }
.footer-links a { text-decoration: none; }

.legal-main { padding: 76px 0 100px; }
.legal { max-width: 780px; }
.legal h1 { font-size: clamp(42px, 6vw, 68px); }
.legal .updated { color: #786a65; margin-bottom: 42px; }
.legal h2 { font-family: Inter, sans-serif; font-size: 21px; font-weight: 700; letter-spacing: 0; margin: 38px 0 10px; }
.legal p, .legal li { color: #574944; }
.legal li { margin-bottom: 8px; }

@media (max-width: 820px) {
  .wrap { width: min(100% - 28px, 680px); }
  .nav { min-height: 66px; }
  .brand { font-size: 14px; }
  .nav-links a:not(.nav-shop) { display: none; }
  .hero { padding: 68px 0 60px; }
  .product-grid { grid-template-columns: 1fr; }
  .hero-grid, .details-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-art { min-height: 490px; }
  .hero-square { width: 78%; }
  .hero-story { width: 37%; }
  .strip-inner { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(2) { border-right: 0; }
  .strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  section { padding: 64px 0; }
  .section-head { display: block; }
  .section-copy { margin-top: 16px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery .square { grid-column: 1 / -1; }
  .gallery .story { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 18px; }
  .sage-editorial-grid { grid-template-columns: 1fr; }
  .sage-square-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .details { background: linear-gradient(180deg, var(--espresso) 0 42%, #263d35 42% 100%); }
}

@media (max-width: 480px) {
  h1 { font-size: 50px; }
  .lead { font-size: 17px; }
  .hero-art { min-height: 410px; }
  .product-image { padding: 20px; }
  .product-info { padding: 24px; }
  .sage-template-row { grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px; }
  .sage-template-row img:nth-child(2), .sage-template-row img:nth-child(4) { transform: none; }
  .gallery-wide { grid-template-columns: 1fr; }
}
