:root {
  --green: #00a178;
  --green-dark: #087a62;
  --mint: #dff5ec;
  --warm: #f8f7f3;
  --yellow: #f5d66a;
  --coral: #ff7d74;
  --ink: #111111;
  --muted: #5d625f;
  --line: #dddcd7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 17, 17, 0.09);
  --radius: 18px;
  --container: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  font: 16px/1.65 Montserrat, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #61d5b6; outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

h1, h2, h3 { margin: 0 0 .55em; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.15rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1em; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead { max-width: 760px; color: #343836; font-size: clamp(1.03rem, 2vw, 1.18rem); }
.section { padding: 78px 0; }
.section--white { background: var(--white); }
.section--mint { background: var(--mint); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.section-heading p { max-width: 590px; color: var(--muted); }

.announcement { padding: 8px 20px; background: var(--yellow); text-align: center; font-size: .85rem; font-weight: 750; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(248,247,243,.96); border-bottom: 1px solid rgba(17,17,17,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 138px; height: auto; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--ink); font-size: .91rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; background: var(--green); color: white; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--green-dark); }
.button--secondary { border-color: var(--green-dark); background: transparent; color: var(--green-dark); }
.button--secondary:hover { background: var(--green-dark); color: white; }
.text-link { font-weight: 800; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 64px 0 74px; background: linear-gradient(128deg, #eef8d5 0%, #fff0ad 54%, #ffd7cf 100%); }
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; top: -100px; border-radius: 50%; background: rgba(255,255,255,.42); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-art { min-height: 450px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 16px; }
.hero-product { padding: 18px; border-radius: 30px; background: rgba(255,255,255,.8); box-shadow: var(--shadow); transform: rotate(-4deg); }
.hero-product:nth-child(2) { transform: translateY(-24px) rotate(3deg); }
.hero-product:nth-child(3) { transform: rotate(5deg); }
.hero-product img { width: 100%; aspect-ratio: 1; object-fit: contain; }

.stats-band { background: var(--ink); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: 26px; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--yellow); font-size: 1.45rem; }
.stat span { color: #e4e4df; font-size: .9rem; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card__copy { padding: 26px 26px 12px; }
.category-card__copy p { color: var(--muted); }
.category-card__media { margin-top: auto; padding: 12px 26px 24px; }
.category-card__media img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }
.product-card__media { display: block; padding: 14px; aspect-ratio: 1; background: #fff; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { display: flex; min-height: 270px; flex: 1; flex-direction: column; padding: 18px; border-top: 1px solid #eee; }
.product-card__category { color: var(--green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin-top: 8px; font-size: 1rem; line-height: 1.35; }
.product-card h3 a { color: var(--ink); text-decoration: none; }
.product-card__description { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .88rem; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.product-card.is-expanded .product-card__description { display: block; }
.card-more { align-self: start; margin: -4px 0 14px; padding: 0; border: 0; background: none; color: var(--green-dark); font-size: .8rem; font-weight: 800; cursor: pointer; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.price { font-size: 1.12rem; font-weight: 850; }
.price--fallback { font-size: .82rem; }

.page-hero { padding: 58px 0 38px; background: linear-gradient(110deg, var(--mint), #fff6cf); }
.page-hero .lead { max-width: 900px; }
.breadcrumb { padding: 18px 0; font-size: .82rem; color: var(--muted); }
.breadcrumb ol { display: flex; gap: 8px; margin: 0; padding: 0; overflow-x: auto; list-style: none; white-space: nowrap; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aaa; }
.breadcrumb a { color: inherit; }

.catalog-tools { display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 18px; margin-bottom: 28px; }
.search-field { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; }
.filter-button[aria-pressed="true"] { border-color: var(--green); background: var(--mint); color: var(--green-dark); font-weight: 800; }
.catalog-count { margin: 0 0 20px; color: var(--muted); }

.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 54px; align-items: start; }
.gallery { min-width: 0; }
.gallery-main { padding: 20px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 20px; background: white; }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 72px)); gap: 10px; margin-top: 12px; }
.gallery-thumb { height: 68px; padding: 6px; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; }
.gallery-thumb[aria-current="true"] { border: 2px solid var(--green); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { position: sticky; top: 112px; }
.product-summary h1 { font-size: clamp(2rem, 4vw, 3rem); }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.badge { padding: 6px 10px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-size: .76rem; font-weight: 800; }
.purchase-panel { margin: 26px 0; padding: 22px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.purchase-panel .price { display: block; margin-bottom: 3px; font-size: 1.65rem; }
.purchase-note { margin-bottom: 16px; color: var(--muted); font-size: .78rem; }
.purchase-panel .button { width: 100%; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { padding: 24px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.feature-card p { color: var(--muted); }
.spec-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: white; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 34%; color: var(--muted); font-size: .83rem; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 24px; border-radius: 16px; background: white; border: 1px solid var(--line); }
.review-stars { color: #d89000; letter-spacing: .08em; }
.review-card blockquote { margin: 14px 0; color: #343836; }
.review-card footer { color: var(--muted); font-size: .84rem; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: white; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 4px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--green); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 860px; padding: 0 4px 22px; color: var(--muted); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 28px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.contact-card, .legal-copy { max-width: 880px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.legal-copy h2 { margin-top: 1.4em; font-size: 1.35rem; }
.legal-copy ul { padding-left: 20px; }

.site-footer { padding: 58px 0 28px; background: var(--ink); color: #e9e9e4; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.site-footer img { width: 128px; filter: brightness(0) invert(1); }
.site-footer h3 { color: white; font-size: .92rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a { color: #e9e9e4; text-decoration: none; }
.footer-note { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #aaa; font-size: .78rem; }
.empty-state { grid-column: 1 / -1; padding: 40px; text-align: center; color: var(--muted); }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 113px 0 auto; height: calc(100dvh - 113px); padding: 24px 20px 40px; overflow-y: auto; background: var(--warm); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav ul { width: var(--container); margin-inline: auto; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { display: block; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .hero-grid, .product-layout { grid-template-columns: 1fr; }
  .hero-art { min-height: 350px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-summary { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1240px); }
  .announcement { font-size: .72rem; }
  .header-inner { min-height: 68px; }
  .brand img { width: 116px; }
  .site-nav { inset: 101px 0 auto; height: calc(100dvh - 101px); }
  .section { padding: 54px 0; }
  .section-heading { display: block; }
  .hero { padding: 44px 0 54px; }
  .hero-art { min-height: 260px; gap: 7px; }
  .hero-product { padding: 8px; border-radius: 18px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .category-grid, .value-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-card__body { min-height: 285px; padding: 14px; }
  .product-card h3 { font-size: .9rem; }
  .product-card__footer { align-items: flex-start; flex-direction: column; }
  .product-card__footer .button { width: 100%; min-height: 42px; padding: 8px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .page-hero { padding: 42px 0 30px; }
  .breadcrumb { padding: 12px 0; }
  .gallery-thumbs { grid-template-columns: repeat(4, 58px); }
  .gallery-thumb { height: 56px; }
  .feature-grid, .review-grid, .related-grid { grid-template-columns: 1fr; }
  .spec-table th, .spec-table td { padding: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-card, .legal-copy { padding: 22px; }
}

@media (max-width: 430px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card__body { min-height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
