:root {
  --brand-950: #342719;
  --brand-900: #523e26;
  --brand-800: #6b4f30;
  --brand-700: #8a673e;
  --brand-600: #a77f4e;
  --brand-200: #e5d9c9;
  --brand-100: #f2ede7;
  --paper: #fbfaf8;
  --ink: #26313b;
  --muted: #59646f;
  --line: #e7e1db;
  --gallery: #0f766e;
  --gallery-dark: #0a5752;
  --warning: #fff7d6;
  --warning-line: #e6b800;
  --white: #fff;
  --shadow: 0 18px 45px rgba(52, 39, 25, .12);
}

* { 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.65;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-900); font-weight: 900; text-decoration: none; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 16px; }
.main-nav a { color: var(--brand-950); font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--gallery-dark); text-decoration: underline; text-underline-offset: 5px; }
.nav-order { background: var(--brand-700); color: #fff !important; padding: 10px 15px; border-radius: 12px; text-decoration: none !important; }
.nav-order:hover { background: var(--brand-900); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 9px 12px; font-weight: 800; }

.hero { padding: 62px 0; background: radial-gradient(circle at 80% 0, #fff 0, #f7f2ec 46%, #efe5d9 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--gallery-dark); font-size: .84rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { color: var(--brand-950); line-height: 1.15; }
h1 { margin: 0 0 20px; font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -.035em; }
h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 3.3vw, 2.65rem); letter-spacing: -.02em; }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.lead { max-width: 66ch; font-size: 1.12rem; color: #384550; }
.hero-photo { width: 100%; max-height: 530px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 19px; border: 0; border-radius: 13px; background: var(--brand-700); color: #fff; font-weight: 900; text-decoration: none; box-shadow: 0 8px 20px rgba(82,62,38,.16); }
.btn:hover { background: var(--brand-900); transform: translateY(-1px); }
.btn-gallery { background: var(--gallery); box-shadow: 0 8px 20px rgba(15,118,110,.2); }
.btn-gallery:hover { background: var(--gallery-dark); }
.btn-light { background: #fff; color: var(--brand-900); border: 2px solid var(--brand-700); box-shadow: none; }
.btn-light:hover { color: #fff; }
.badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.badge { padding: 7px 12px; border: 1px solid var(--brand-200); border-radius: 999px; background: #fff; color: var(--brand-900); font-weight: 700; }

section { padding: 58px 0; }
.section-soft { background: var(--brand-100); }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 22px; box-shadow: 0 9px 25px rgba(52,39,25,.06); }
.price { color: var(--brand-900); font-size: 1.55rem; font-weight: 950; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; font-weight: 800; }
.notice { margin: 22px 0; padding: 19px; border: 2px solid var(--warning-line); border-radius: 18px; background: var(--warning); color: #513d00; }
.notice strong { color: #352800; }
.notice-title { display: block; margin-bottom: 4px; font-size: 1.15rem; }
.color-notice { border-color: #67c6bd; background: #ecfbf9; color: #173f3b; }
.product-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.product-link { padding: 18px; border: 1px solid var(--brand-200); border-radius: 16px; background: #fff; color: var(--brand-900); font-weight: 900; text-decoration: none; }
.product-link:hover { border-color: var(--gallery); box-shadow: 0 10px 22px rgba(15,118,110,.13); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 9px 24px rgba(52,39,25,.08); }
.gallery-button { width: 100%; border: 0; background: #fff; padding: 0; text-align: left; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.gallery-button:hover img { transform: scale(1.025); }
.gallery-caption { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 15px; color: var(--brand-950); font-weight: 850; }
.gallery-caption span:last-child { color: var(--gallery-dark); font-size: .9rem; }
.gallery-cta { margin-top: 28px; padding: 24px; border-radius: 22px; background: var(--gallery); color: #fff; text-align: center; }
.gallery-cta h2, .gallery-cta h3 { color: #fff; }

.color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.color-card { overflow: hidden; border: 2px solid transparent; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.color-card:has(input:checked) { border-color: var(--gallery); box-shadow: 0 0 0 4px rgba(15,118,110,.18); }
.color-image-button { width: 100%; padding: 0; border: 0; background: #fff; }
.color-card img { width: 100%; height: 390px; object-fit: cover; }
.color-card-body { padding: 15px; }
.color-number { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.color-number strong { color: var(--brand-950); font-size: 1.15rem; }
.color-radio { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--gallery-dark); font-weight: 850; }
.color-radio input { width: 20px; height: 20px; accent-color: var(--gallery); }
.color-toolbar { position: sticky; bottom: 14px; z-index: 20; display: none; align-items: center; justify-content: space-between; gap: 14px; margin: 25px auto 0; padding: 14px 16px; border: 1px solid #9dd6d1; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 15px 40px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.color-toolbar.is-visible { display: flex; }

.site-footer { padding: 36px 0 90px; border-top: 1px solid var(--line); background: #fff; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a, .footer-links button { border: 0; background: none; color: var(--brand-800); text-decoration: underline; }
.mobile-cta { position: fixed; z-index: 40; right: 12px; bottom: 12px; display: none; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(14,19,23,.92); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 86vh; object-fit: contain; border-radius: 14px; }
.lightbox-close { position: fixed; top: 16px; right: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #fff; color: #111; font-size: 1.5rem; font-weight: 900; }
.lightbox-label { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); max-width: calc(100vw - 36px); padding: 8px 14px; border-radius: 999px; background: #fff; color: var(--brand-950); font-weight: 900; text-align: center; }

.becy-cookie-banner { position: fixed; z-index: 200; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(680px, calc(100% - 28px)); padding: 20px; border: 1px solid var(--brand-200); border-radius: 20px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.becy-cookie-banner[hidden] { display: none; }
.becy-cookie-banner h2 { margin: 0 0 8px; font-size: 1.3rem; }
.becy-cookie-actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.becy-cookie-button { min-height: 44px; padding: 10px 15px; border: 1px solid var(--brand-700); border-radius: 11px; font-weight: 850; }
.becy-cookie-button--primary { background: var(--brand-700); color: #fff; }
.becy-cookie-button--secondary { background: #fff; color: var(--brand-900); }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 7px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-height: 460px; }
  .feature-grid, .product-links { grid-template-columns: repeat(2, 1fr); }
  .cards, .gallery-grid, .color-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 26px, 1120px); }
  .hero { padding: 42px 0; }
  section { padding: 44px 0; }
  .actions .btn { width: 100%; }
  .cards, .cards.two, .feature-grid, .product-links { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .color-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
  .color-card img { height: 250px; }
  .color-card-body { padding: 11px; }
  .color-toolbar { align-items: stretch; flex-direction: column; }
  .color-toolbar .btn { width: 100%; }
  .mobile-cta { display: inline-flex; }
  .site-footer { padding-bottom: 105px; }
}

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