:root {
  --ink: #202a27;
  --muted: #63706a;
  --paper: #f8f7f2;
  --white: #fff;
  --sage: #5b7967;
  --dark: #3d5c4d;
  --cream: #efe7d5;
  --line: #d9ded7;
  --accent: #c56f45;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 'DM Sans', system-ui, sans-serif; }
a { color: inherit; }
.topbar { background: var(--dark); color: #f9fbf7; font-size: 12px; letter-spacing: .04em; padding: 9px 16px; text-align: center; }
.site-header { background: rgba(248,247,242,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.nav { align-items: center; display: flex; gap: 28px; justify-content: space-between; margin: auto; max-width: 1180px; min-height: 76px; padding: 0 22px; }
.brand { align-items: center; display: inline-flex; gap: 11px; text-decoration: none; }
.brand-mark { align-items: center; background: var(--sage); border-radius: 50%; color: #fff; display: inline-flex; font-size: 15px; font-weight: 700; height: 38px; justify-content: center; width: 38px; }
.brand-name { font-size: 18px; font-weight: 700; }
.nav-links { display: flex; gap: 27px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--muted); font-size: 14px; text-decoration: none; }
.nav-links a:hover { color: var(--dark); }
.nav-cta, .button { align-items: center; background: var(--ink); border: 1px solid transparent; border-radius: 3px; color: #fff; display: inline-flex; font-size: 14px; font-weight: 700; gap: 9px; justify-content: center; padding: 12px 18px; text-decoration: none; }
.nav-cta:hover, .button:hover { background: var(--dark); }
.button-accent { background: var(--accent); }
.button-accent:hover { background: #a95c38; }
.button-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.button-outline:hover { background: #fff; }
.container { margin: 0 auto; max-width: 1180px; padding-left: 22px; padding-right: 22px; }
.breadcrumbs { color: var(--muted); font-size: 12px; padding-bottom: 22px; padding-top: 25px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--dark); }
.product-hero { display: grid; gap: 62px; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); padding-bottom: 82px; }
.product-gallery { min-width: 0; }
.product-media { align-items: center; aspect-ratio: 1/1; background: #eef0ec; display: flex; justify-content: center; min-width: 0; overflow: hidden; }
.product-media img { display: block; height: 100%; object-fit: contain; width: 100%; }
.product-media.cover img { object-fit: cover; }
.gallery-thumbs { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 12px; }
.gallery-thumb { background: #fff; border: 1px solid var(--line); color: var(--muted); cursor: pointer; display: flex; flex-direction: column; font: 600 11px 'DM Sans', sans-serif; gap: 7px; padding: 7px; text-align: left; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--accent); color: var(--ink); }
.gallery-thumb img { aspect-ratio: 1/1; background: #eef0ec; display: block; object-fit: cover; width: 100%; }
.gallery-thumb:nth-child(2) img, .gallery-thumb:nth-child(3) img { object-fit: contain; }
.product-copy { align-self: center; }
.eyebrow, .section-kicker { color: var(--sage); font-size: 12px; font-weight: 700; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; }
h1 { font: 700 clamp(2.6rem,5vw,4.5rem)/1.05 'Playfair Display', Georgia, serif; letter-spacing: 0; margin-bottom: 23px; }
h2 { font: 600 clamp(1.9rem,3.5vw,2.8rem)/1.12 'Playfair Display', Georgia, serif; letter-spacing: 0; }
.lead { color: var(--muted); font-size: 17px; margin: 0 0 27px; max-width: 520px; }
.quick-specs { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 28px; }
.quick-spec { padding: 15px 13px 15px 0; }
.quick-spec + .quick-spec { border-left: 1px solid var(--line); padding-left: 16px; }
.quick-spec span { color: var(--muted); display: block; font-size: 11px; }
.quick-spec strong { display: block; font-size: 14px; margin-top: 2px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.notice { background: var(--cream); border-left: 3px solid var(--accent); color: var(--dark); font-size: 12px; margin-top: 24px; padding: 12px 14px; }
.band { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.details-grid { display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; padding-bottom: 78px; padding-top: 78px; }
.details-intro p { color: var(--muted); }
.spec-table { border-top: 1px solid var(--line); }
.spec-row { border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 38% 62%; padding: 15px 0; }
.spec-row span { color: var(--muted); font-size: 13px; }
.spec-row strong { font-size: 14px; }
.uses { padding-bottom: 78px; padding-top: 78px; }
.section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; max-width: 620px; }
.section-heading p { color: var(--muted); font-size: 14px; margin: 0; max-width: 360px; }
.use-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); }
.use-item { background: #fff; border: 1px solid var(--line); padding: 25px; }
.use-number { color: var(--accent); font: 600 25px 'Playfair Display', Georgia, serif; }
.use-item h3 { font-size: 17px; margin: 13px 0 7px; }
.use-item p { color: var(--muted); font-size: 13px; margin: 0; }
.bulk { background: var(--dark); color: #fff; }
.bulk-inner { align-items: center; display: grid; gap: 55px; grid-template-columns: 1fr auto; padding-bottom: 66px; padding-top: 66px; }
.bulk .section-kicker { color: #c7ddcc; }
.bulk h2 { margin-bottom: 13px; max-width: 700px; }
.bulk p { color: #d7e1d8; margin: 0; max-width: 680px; }
.related { padding-bottom: 75px; padding-top: 75px; }
.related h2 { margin-bottom: 28px; }
.related-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,1fr); }
.related-link { align-items: center; background: #fff; border: 1px solid var(--line); display: flex; gap: 18px; padding: 15px; text-decoration: none; }
.related-link:hover { border-color: var(--sage); }
.related-link img { background: #eef0ec; height: 76px; object-fit: contain; width: 76px; }
.related-link span { color: var(--muted); display: block; font-size: 11px; }
.related-link strong { display: block; font-size: 15px; }
.related-arrow { color: var(--accent)!important; font-size: 18px!important; margin-left: auto; }
footer { background: var(--ink); color: #dce3dc; }
.footer-inner { display: flex; gap: 30px; justify-content: space-between; margin: auto; max-width: 1180px; padding: 42px 22px 25px; }
footer .brand-name { color: #fff; }
footer p { color: #aebbb0; font-size: 12px; margin: 7px 0 0; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { font-size: 13px; text-decoration: none; }
.copyright { border-top: 1px solid rgba(255,255,255,.13); color: #99a79b; font-size: 11px; margin: 0 auto; max-width: 1180px; padding: 17px 22px 23px; }

@media (max-width: 760px) {
  .nav { min-height: 66px; }
  .nav-links { display: none; }
  .nav-cta { font-size: 12px; padding: 9px 12px; }
  .product-hero, .details-grid, .bulk-inner { grid-template-columns: 1fr; }
  .product-hero { gap: 35px; padding-bottom: 58px; }
  .details-grid, .uses { padding-bottom: 58px; padding-top: 58px; }
  .section-heading { align-items: start; display: block; }
  .section-heading p { margin-top: 14px; }
  .use-grid { grid-template-columns: 1fr; }
  .bulk-inner { gap: 28px; }
  .bulk-inner .button { justify-self: start; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  h1 { font-size: 2.6rem; }
  .quick-specs { grid-template-columns: 1fr; }
  .quick-spec + .quick-spec { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .spec-row { gap: 14px; grid-template-columns: 1fr; }
}
