:root {
  color-scheme: light;
  --ink: #141915;
  --muted: #667064;
  --line: #dfe4dc;
  --soft: #f4f6f1;
  --paper: #ffffff;
  --forest: #162119;
  --forest-2: #243126;
  --lime: #d7e36f;
  --lime-2: #eef5ad;
  --accent: #d7e36f;
  --danger: #a33a32;
  --shadow: 0 18px 48px rgba(20, 28, 21, .1);
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

html { background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; }

a { color: inherit; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid #738000;
  outline-offset: 3px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  color: #fff;
  background: var(--forest);
  border-radius: 8px;
}

.skip-link:focus { top: 16px; }

.utility-bar {
  color: #dfe6dc;
  background: #0d140f;
  font-size: .78rem;
}

.utility-bar .container {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.utility-list span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  vertical-align: 1px;
  border-radius: 50%;
  background: var(--lime);
}

.utility-phone {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(18, 25, 20, .1);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 950;
}

.brand-name small {
  display: block;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: #333c34;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover { color: #6c7600; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.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 ease, opacity .2s ease;
}

.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--forest);
  background: var(--lime);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover { background: var(--lime-2); transform: translateY(-1px); }

.btn-dark {
  color: #fff;
  background: var(--forest);
}

.btn-dark:hover { background: #2b392d; }

.btn-outline {
  color: var(--ink);
  border-color: #bcc4b9;
  background: transparent;
}

.btn-outline:hover { border-color: var(--ink); background: #fff; }

.btn-small {
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: .88rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: #6d7700;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.catalog-hero {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 15%, rgba(215, 227, 111, .13), transparent 32%),
    linear-gradient(135deg, #111914 0%, #1d2920 70%, #263527 100%);
}

.catalog-hero-grid {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  align-items: center;
  gap: 32px;
  padding-block: 34px;
}

.catalog-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4.4vw, 4.15rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.catalog-hero h1 span { color: var(--lime); }

.catalog-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 20px;
  color: #cbd4c9;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .btn { min-height: 46px; }

.catalog-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
}

.catalog-hero .btn-outline:hover {
  color: var(--ink);
  border-color: #fff;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.hero-points span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #e4e9e2;
  font-size: .8rem;
}

.hero-product {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
}

.hero-product::before {
  content: none;
}

.hero-product-card {
  position: relative;
  width: min(300px, 100%);
  padding: 12px;
  border-radius: 20px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
  text-decoration: none;
}

.hero-product-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: contain;
  border-radius: 14px;
  background: #f5f5f3;
}

.hero-offer-label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: #18231a;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 3px 2px;
}

.hero-product-meta strong { font-size: 1rem; }

.hero-product-meta span {
  color: #485047;
  font-size: .88rem;
  text-align: right;
}

.hero-price {
  display: grid;
  justify-items: end;
  gap: 1px;
  line-height: 1.15;
}

.hero-price del { color: #7d857d; font-size: .74rem; }
.hero-price b { color: #171d18; font-size: 1rem; }

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child { border-left: 1px solid var(--line); }

.trust-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--forest);
  background: #edf1d0;
  font-weight: 950;
}

.trust-item strong { display: block; font-size: .92rem; }
.trust-item span { color: var(--muted); font-size: .78rem; }

.section { padding-block: 82px; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--forest); }

.section-heading {
  max-width: 740px;
  margin-bottom: 36px;
}

.section-heading h2,
.legal-hero h1,
.detail-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.section-heading p {
  max-width: 690px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-dark .section-heading p { color: #c6cec4; }

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.catalog-toolbar .section-heading { margin: 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(18, 25, 20, .02);
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-image-link {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f4f1;
}

.product-image-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .3s ease;
}

.product-card:hover .product-image-link img { transform: scale(1.025); }

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 29, 22, .9);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.badge-accent { color: var(--forest); background: var(--lime); }

.product-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.product-kicker {
  margin: 0 0 7px;
  color: #737c71;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.product-card h3 a { text-decoration: none; }
.product-card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }

.product-card-note {
  min-height: 46px;
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: .9rem;
}

.product-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.card-price {
  font-size: 1.42rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.card-link {
  color: #566100;
  font-size: .86rem;
  font-weight: 850;
}

.card-link::after { content: " →"; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 28px;
  border: 1px solid #405044;
  border-radius: 16px;
  background: #1f2c22;
}

.feature-card span {
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.feature-card h3 { margin: 18px 0 8px; font-size: 1.25rem; }
.feature-card p { margin: 0; color: #c7d0c5; font-size: .92rem; }

.contact-band {
  color: var(--forest);
  background: var(--lime);
}

.contact-band-inner {
  min-height: 240px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding-block: 50px;
}

.contact-band h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.contact-band p { max-width: 680px; margin: 0; color: #47513f; }

.contact-band-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 230px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 18px;
  color: #6c756a;
  font-size: .82rem;
}

.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span:not(:last-child)::after { content: "/"; margin-left: 8px; color: #a6ada3; }

.product-detail {
  padding: 18px 0 76px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  align-items: start;
  gap: 56px;
}

.product-gallery {
  position: sticky;
  top: 112px;
}

.gallery-stage {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f4f5f2;
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  cursor: zoom-in;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: 11px;
  background: #f4f5f2;
  cursor: pointer;
}

.gallery-thumb[aria-current="true"] { border-color: #758100; }

.gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.detail-copy {
  padding-top: 8px;
}

.detail-copy h1 { font-size: clamp(2.1rem, 4vw, 3.4rem); }

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #355e30;
  font-size: .86rem;
  font-weight: 850;
}

.availability::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #47a744;
  box-shadow: 0 0 0 4px #e4f2e1;
}

.detail-lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.detail-price {
  margin: 24px 0 4px;
  font-size: 2.15rem;
  font-weight: 950;
  letter-spacing: -.05em;
}

.price-caption {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: .78rem;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}

.quick-contact a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #495348;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.product-summary {
  margin: 0;
  padding: 21px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-summary li {
  margin: 9px 0;
  color: #404940;
}

.product-summary li::marker { color: #788300; }

.notice {
  margin-top: 20px;
  padding: 15px 17px;
  border-left: 4px solid #8d9900;
  border-radius: 4px 12px 12px 4px;
  background: #f6f8e7;
  color: #46503f;
  font-size: .87rem;
}

.detail-section {
  padding-block: 76px;
  border-top: 1px solid var(--line);
}

.detail-section h2 {
  margin: 0 0 25px;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
}

.detail-text p { color: #485047; }

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #3f493f;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #667200;
  font-weight: 950;
}

.spec-table, .size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
}

.spec-table th, .spec-table td,
.size-table th, .size-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.spec-table th {
  width: 42%;
  color: var(--muted);
  font-weight: 650;
}

.size-table thead { background: var(--forest); color: #fff; }
.size-table tbody tr:nth-child(even) { background: var(--soft); }

.purchase-info {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.purchase-info h3 { margin: 0 0 12px; }
.purchase-info p { margin: 8px 0; color: #4d564c; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.related-grid .product-card-body { padding: 17px; }
.related-grid .product-card h3 { font-size: 1rem; }
.related-grid .product-card-note { display: none; }

.image-dialog {
  width: min(960px, calc(100% - 30px));
  max-height: 92vh;
  padding: 12px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 40px 100px #0008;
}

.image-dialog::backdrop { background: rgba(7, 11, 8, .83); }

.image-dialog img {
  width: 100%;
  max-height: calc(92vh - 24px);
  display: block;
  object-fit: contain;
}

.image-dialog button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(13, 20, 15, .82);
  font-size: 1.5rem;
  cursor: pointer;
}

.legal-hero {
  padding-block: 62px;
  color: #fff;
  background: var(--forest);
}

.legal-hero p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #c6cec4;
}

.legal-content {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 65px 90px;
}

.legal-content h2 { margin: 40px 0 12px; font-size: 1.5rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #465047; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: #556000; }
.legal-note { padding: 18px; border-radius: 12px; background: var(--soft); }

.site-footer {
  color: #d5dcd3;
  background: #0d140f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .8fr 1fr;
  gap: 42px;
  padding-block: 56px 44px;
}

.site-footer .brand { color: #fff; }

.footer-about {
  max-width: 300px;
  margin: 18px 0 0;
  color: #9eaaa0;
  font-size: .88rem;
}

.footer-title {
  margin: 0 0 15px;
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #aeb9b0;
  font-size: .88rem;
  text-decoration: none;
}

.footer-links a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px 28px;
  border-top: 1px solid #283229;
  color: #849087;
  font-size: .76rem;
}

.mobile-buy-bar { display: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .84rem; }
  .catalog-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 800px) {
  .utility-list span:nth-child(2) { display: none; }
  .main-nav {
    position: fixed;
    inset: 100px 0 auto;
    display: none;
    padding: 22px 20px 30px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
  }
  .main-nav a { display: block; padding: 11px 0; font-size: 1rem; }
  .menu-open .main-nav { display: block; }
  .menu-toggle { display: block; }
  .header-actions .btn { display: none; }
  .catalog-hero-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .catalog-hero-copy { text-align: center; }
  .catalog-hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-product { min-height: 0; }
  .hero-product-card { width: min(300px, 86vw); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .catalog-toolbar { align-items: start; flex-direction: column; }
  .feature-grid { grid-template-columns: 1fr; }
  .contact-band-inner { grid-template-columns: 1fr; }
  .contact-band-actions { min-width: 0; flex-direction: row; }
  .detail-grid { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .detail-columns { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .utility-bar .container { justify-content: center; min-height: 30px; }
  .utility-list { display: none; }
  .header-inner { min-height: 64px; }
  .brand { gap: 8px; font-size: .9rem; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-name small { font-size: .58rem; }
  .main-nav { inset: 94px 0 auto; }
  .catalog-hero-grid { gap: 20px; padding-block: 24px; }
  .catalog-hero-copy { text-align: left; }
  .catalog-hero h1 { font-size: 2.25rem; }
  .catalog-hero-copy > p:not(.eyebrow) { margin-inline: 0; font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-actions .btn { min-height: 44px; padding: 10px 8px; font-size: .8rem; }
  .hero-points { justify-content: flex-start; gap: 6px; margin-top: 14px; }
  .hero-points span { padding: 5px 8px; font-size: .71rem; }
  .hero-product { min-height: 0; }
  .hero-product-card { width: 100%; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 12px; padding: 10px; border-radius: 16px; }
  .hero-product-card img { height: 112px; border-radius: 11px; }
  .hero-offer-label { top: 17px; left: 17px; padding: 4px 7px; font-size: .58rem; }
  .hero-product-meta { align-items: start; flex-direction: column; gap: 7px; padding: 0; }
  .hero-product-meta span { text-align: left; }
  .hero-price { justify-items: start; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 76px; gap: 7px; padding: 10px; border-left: 0; }
  .trust-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .trust-icon { width: 32px; height: 32px; }
  .trust-item strong { font-size: .78rem; }
  .trust-item > span:last-child { font-size: .68rem; }
  .section { padding-block: 62px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-note { min-height: 0; }
  .contact-band-actions { flex-direction: column; }
  .gallery-thumbs { display: flex; overflow-x: auto; padding-bottom: 6px; }
  .gallery-thumb { width: 76px; flex: 0 0 76px; }
  .detail-actions { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .size-table { min-width: 540px; }
  .table-scroll { overflow-x: auto; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .related-grid .product-card-body { padding: 12px; }
  .related-grid .product-kicker { display: none; }
  .related-grid .product-card h3 { font-size: .88rem; }
  .related-grid .product-card-footer { align-items: start; flex-direction: column; gap: 3px; }
  .related-grid .card-price { font-size: 1.05rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-buy-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #cdd3c8;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -12px 35px rgba(18, 25, 20, .14);
    backdrop-filter: blur(16px);
  }
  .mobile-buy-bar .btn { min-height: 46px; padding: 10px 12px; font-size: .82rem; }
  body.has-mobile-bar { padding-bottom: 72px; }
}

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

/* Cart, checkout and conversion UI */
[hidden] { display: none !important; }

.cart-button {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
}

.cart-button:hover { border-color: #aab29f; background: #f7f8f3; }
.cart-button-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  line-height: 1;
}

.cart-button-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count,
.nav-cart-link [data-cart-count] {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 99px;
  color: #10150f;
  background: var(--accent);
  font-size: .7rem;
  font-weight: 950;
  line-height: 1;
}

.nav-cart-link { display: none !important; }

.product-card-footer { flex-wrap: wrap; }
.product-card-footer .card-link { margin-left: auto; }

.old-price {
  color: #7e877c;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.sale-price {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 6px;
  color: #15180c;
  background: #f0dc4f;
}

.detail-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-old-price { font-size: 1.12rem; letter-spacing: 0; }
.detail-sale-price { font-size: 2.15rem; }

.card-buy-button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 44px;
  margin-top: 15px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  font: inherit;
  font-size: .88rem;
  font-weight: 850;
  cursor: pointer;
}

.card-buy-button:hover { background: #304033; }

.cart-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: min(420px, calc(100vw - 28px));
  padding: 15px 18px;
  border-radius: 12px;
  color: #fff;
  background: #162119;
  box-shadow: 0 18px 48px rgba(8, 15, 10, .28);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .2s ease, transform .2s ease;
}

.cart-toast.is-visible { opacity: 1; transform: translateY(0); }
.cart-toast span { font-weight: 750; }
.cart-toast a { color: var(--accent); font-weight: 900; white-space: nowrap; }

.cart-page { min-height: 70vh; background: #f3f5ef; }

.cart-heading {
  padding: 38px 0 32px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.cart-heading h1 {
  max-width: 800px;
  margin: 8px 0 10px;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.cart-heading > .container > p:last-child { margin: 0; color: var(--muted); }

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 30px;
  align-items: start;
  padding-block: 42px 72px;
}

.cart-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.cart-section-title h2 { margin: 4px 0 0; font-size: 1.65rem; }
.cart-section-title a { color: #566100; font-size: .88rem; font-weight: 850; }
.cart-items { display: grid; gap: 12px; }

.cart-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(21, 31, 23, .04);
}

.cart-item-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 11px;
  background: #e9ece4;
}

.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-main h2 { margin: 3px 0 10px; font-size: 1.05rem; line-height: 1.3; }
.cart-item-main h2 a { color: var(--ink); text-decoration: none; }

.cart-size-label {
  display: inline-grid;
  grid-template-columns: auto 92px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: .79rem;
  font-weight: 800;
}

.cart-size-label select {
  min-height: 38px;
  padding: 7px 30px 7px 10px;
  border: 1px solid #bfc6b9;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.cart-item-side { display: grid; justify-items: end; gap: 12px; }
.cart-item-price { display: grid; justify-items: end; gap: 3px; }
.cart-item-price strong { font-size: 1.14rem; white-space: nowrap; }

.quantity-control {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  overflow: hidden;
  border: 1px solid #c5cbc0;
  border-radius: 8px;
}

.quantity-control button {
  border: 0;
  background: #f2f4ee;
  color: var(--ink);
  font-size: 1rem;
  cursor: pointer;
}

.quantity-control span { display: grid; place-items: center; min-height: 34px; font-size: .86rem; font-weight: 900; }

.remove-item {
  padding: 0;
  border: 0;
  color: #8a4137;
  background: none;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.cart-empty {
  padding: 52px 26px;
  border: 1px dashed #b8c0b3;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.cart-empty > span { display: block; margin-bottom: 6px; font-size: 2.6rem; }
.cart-empty h2 { margin: 0 0 8px; }
.cart-empty p { margin: 0 auto 22px; color: var(--muted); }

.checkout-panel { position: sticky; top: 112px; }

.order-form {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(20, 31, 22, .08);
}

.checkout-summary {
  display: grid;
  gap: 9px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.checkout-summary p { display: flex; justify-content: space-between; gap: 16px; margin: 0; }
.checkout-summary small { color: var(--muted); line-height: 1.45; }
.checkout-total { align-items: end; padding-top: 5px; }
.checkout-total strong { font-size: 1.65rem; letter-spacing: -.04em; }

.order-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.order-form legend { width: 100%; margin-bottom: 12px; font-size: 1rem; font-weight: 900; }

.order-form legend span {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 7px;
  border-radius: 6px;
  color: #27311f;
  background: #e9edc3;
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-wide { grid-column: 1 / -1; }
.order-form label { color: #303a31; font-size: .8rem; font-weight: 800; }
.order-form label > span:first-child { display: block; margin-bottom: 6px; }

.order-form input:not([type="radio"]):not([type="checkbox"]),
.order-form select,
.order-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #bdc4b7;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
}

.order-form textarea { min-height: 92px; resize: vertical; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { outline: 3px solid rgba(191, 207, 56, .25); border-color: #758007; }

.payment-options { display: grid; gap: 8px; }
.payment-options > label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.payment-options input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #687300; }
.payment-options strong, .payment-options small { display: block; }
.payment-options small { margin-top: 3px; color: var(--muted); font-weight: 500; line-height: 1.4; }
.form-comment { display: block; }

.consent-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  line-height: 1.45;
}

.consent-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #687300; }
.consent-check a { color: #566100; }

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-error {
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #e2b7b2;
  border-radius: 8px;
  color: #8c2e23;
  background: #fff3f1;
  font-size: .83rem;
  line-height: 1.45;
}

.order-submit { width: 100%; min-height: 52px; }
.order-submit[disabled] { cursor: wait; opacity: .65; }
.submit-note { margin: -10px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; text-align: center; }

.success-page {
  min-height: 72vh;
  padding: 70px 14px;
  background: radial-gradient(circle at 50% 0, #eff4c8 0, #f3f5ef 38%, #f3f5ef 100%);
}

.success-card {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 60px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(20, 31, 22, .1);
  text-align: center;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: #397638;
  font-size: 2rem;
  font-weight: 950;
}

.success-card h1 { margin: 0 0 10px; font-size: clamp(2rem, 6vw, 3.5rem); letter-spacing: -.05em; }
.success-lead { max-width: 540px; margin: 0 auto; color: var(--muted); line-height: 1.6; }
.success-order { margin: 24px 0 0; padding: 13px; border-radius: 10px; background: #f3f5ef; }
.success-order strong { white-space: nowrap; }

.success-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 25px 0;
  text-align: left;
}

.success-steps div { padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.success-steps span { display: block; margin-bottom: 5px; color: #6d7700; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.success-steps p { margin: 0; font-size: .78rem; line-height: 1.45; }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(760px, calc(100vw - 28px));
  padding: 16px;
  border: 1px solid #313c32;
  border-radius: 14px;
  color: #fff;
  background: rgba(22, 33, 25, .98);
  box-shadow: 0 18px 55px rgba(6, 11, 7, .35);
  transform: translateX(-50%);
}

.cookie-banner p { margin: 0; font-size: .79rem; line-height: 1.45; }
.cookie-banner a { color: var(--accent); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-actions .btn-outline { border-color: #8b968c; color: #fff; background: transparent; }

@media (max-width: 900px) {
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-panel { position: static; }
}

@media (max-width: 800px) {
  .nav-cart-link { display: block !important; }
  .header-actions .cart-button { display: inline-flex; }
}

@media (max-width: 560px) {
  .header-actions { gap: 6px; }
  .cart-button { width: 42px; min-height: 42px; padding: 6px; }
  .cart-button > span:nth-child(2) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .cart-count { position: absolute; top: -5px; right: -5px; }
  .cart-toast { right: 14px; bottom: 86px; }
  .cart-heading { padding: 28px 0 25px; }
  .cart-layout { padding-block: 30px 56px; }
  .cart-section-title { align-items: start; flex-direction: column; gap: 6px; }
  .cart-item { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; align-items: start; padding: 12px; }
  .cart-item-main h2 { font-size: .94rem; }
  .cart-size-label { grid-template-columns: 1fr; gap: 4px; }
  .cart-size-label select { width: 100%; }
  .cart-item-side { grid-column: 1 / -1; grid-template-columns: 1fr auto auto; align-items: center; justify-items: start; width: 100%; }
  .cart-item-price { justify-items: start; }
  .remove-item { justify-self: end; }
  .order-form { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .success-page { padding-block: 36px; }
  .success-steps { grid-template-columns: 1fr; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 13px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .btn { padding-inline: 10px; }
}
