@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #f6f8f5;
  --surface: #ffffff;
  --surface-soft: #edf5f0;
  --surface-warm: #fffaf1;
  --ink: #17362c;
  --ink-soft: #315246;
  --muted: #5f7269;
  --line: #dbe8e1;
  --line-strong: #c8d9d0;
  --brand: #17866b;
  --brand-strong: #0d6c55;
  --lime: #dff45c;
  --lime-soft: #edf8a4;
  --orange: #e57932;
  --red: #c95345;
  --shadow: 0 18px 50px rgba(20, 61, 46, .08);
  --shadow-small: 0 8px 22px rgba(20, 61, 46, .07);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;
  --text-4xl: 36px;
  --ease: cubic-bezier(.22, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: var(--text-base);
  line-height: 1.8;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--brand-strong); outline-offset: 3px; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; right: 16px; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 13px; transition: top .2s var(--ease); }
.skip-link:focus { top: 16px; }

.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-shell { min-width: 320px; }

.announcement { background: var(--ink); color: #fff; font-size: 12px; letter-spacing: -.01em; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(223,244,92,.12); }
.announcement-separator { height: 14px; width: 1px; background: rgba(255,255,255,.3); margin-inline: 3px; }
.announcement-muted { opacity: .65; }

.main-header { background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.header-row { min-height: 84px; display: grid; grid-template-columns: auto minmax(320px, 1fr) auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; direction: ltr; width: max-content; }
.brand-symbol { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--lime); color: var(--ink); font-size: 23px; font-weight: 900; letter-spacing: -.1em; transform: rotate(-7deg); }
.brand-name { font-size: 20px; font-weight: 900; letter-spacing: -.08em; }
.brand-name span { color: var(--brand); }
.search-box { height: 46px; display: flex; align-items: center; gap: 10px; padding: 1px 7px 1px 8px; border: 1px solid var(--line); border-radius: 13px; background: var(--bg); transition: border .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); }
.search-box:focus-within { background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(23,134,107,.08); }
.search-box svg { width: 19px; height: 19px; flex: 0 0 auto; stroke: var(--muted); stroke-width: 1.7; fill: none; }
.search-box input { min-width: 0; min-height: 44px; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-box input::placeholder { color: #6f8278; }
.search-box button { min-height: 44px; border: 0; border-radius: 9px; padding: 7px 16px; background: var(--surface); color: var(--brand-strong); font-size: 12px; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-action { display: flex; align-items: center; gap: 9px; border: 0; background: transparent; padding: 4px; text-align: right; }
.header-action small { display: block; color: var(--muted); font-size: 10px; line-height: 1.3; }
.header-action strong { display: block; font-size: 12px; line-height: 1.4; }
.header-action-icon { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.header-action-icon svg { width: 19px; height: 19px; stroke: var(--brand-strong); stroke-width: 1.7; fill: none; }
.header-action-icon b { position: absolute; top: -6px; right: -6px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50px; background: var(--orange); color: #fff; font-size: 10px; line-height: 1; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); font-size: 22px; line-height: 1; transition: border .2s var(--ease), transform .2s var(--ease), background .2s var(--ease); }
.icon-button:hover { border-color: var(--brand); background: var(--surface-soft); transform: translateY(-2px); }
.icon-button svg { width: 21px; height: 21px; stroke: var(--ink); stroke-width: 1.7; fill: none; }
.mobile-menu-button { display: none; }
.nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; display: inline-flex; align-items: center; min-width: 44px; color: var(--muted); font-size: 12px; font-weight: 600; padding: 12px 0; transition: color .2s var(--ease); }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; width: 0; height: 2px; border-radius: 99px; background: var(--brand); transition: width .25s var(--ease); }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { width: 20px; }
.nav-note { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 11px; font-weight: 600; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(23,134,107,.12); }

main { padding-bottom: 120px; }
.hero-section { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; gap: 58px; align-items: center; min-height: 570px; padding-top: 64px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 2; padding-inline-start: 24px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .1em; direction: ltr; }
.eyebrow i { display: block; width: 34px; height: 1px; background: var(--brand); opacity: .65; }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1 { margin: 20px 0 18px; color: var(--ink); font-size: clamp(42px, 5.4vw, 77px); line-height: 1.2; letter-spacing: -.09em; font-weight: 900; }
.hero-copy h1 em, .feature-copy h2 em { color: var(--brand); font-style: normal; position: relative; white-space: nowrap; }
.hero-copy h1 em::after, .feature-copy h2 em::after { content: ""; position: absolute; right: 4px; bottom: -4px; width: 88%; height: 7px; border-radius: 99px; background: var(--lime); z-index: -1; transform: rotate(-2deg); }
.hero-copy > p { max-width: 450px; color: var(--muted); font-size: 15px; line-height: 2.05; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 46px; border: 1px solid transparent; border-radius: 11px; padding: 10px 19px; font-size: 12px; font-weight: 800; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); }
.button:hover { transform: translateY(-3px); box-shadow: var(--shadow-small); }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: var(--brand-strong); }
.button-primary span { font-size: 18px; line-height: .8; direction: ltr; }
.button-outline { border-color: var(--brand); color: var(--brand-strong); background: transparent; }
.button-outline:hover { background: var(--brand); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 0; background: transparent; padding: 0; color: var(--brand-strong); font-size: 12px; font-weight: 800; }
.text-link span { font-size: 17px; line-height: 1; direction: ltr; transition: transform .2s var(--ease); }
.text-link:hover span { transform: translateX(-4px); }
.hero-proof { display: flex; gap: 24px; margin-top: 54px; }
.hero-proof div { display: grid; gap: 2px; padding-inline-start: 13px; border-inline-start: 1px solid var(--line-strong); }
.hero-proof strong { color: var(--ink); font-size: 16px; font-weight: 900; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 10px; }
.hero-visual { position: relative; min-height: 450px; }
.hero-image-wrap { position: relative; z-index: 2; width: 100%; height: 430px; overflow: hidden; border-radius: 33px 33px 10px 33px; background: var(--surface-soft); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,56,42,0) 45%, rgba(17,56,42,.48) 100%); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.hero-image-wrap:hover img { transform: scale(1.04); }
.hero-image-caption { position: absolute; right: 28px; bottom: 24px; z-index: 3; color: #fff; }
.hero-image-caption span { display: block; margin-bottom: 5px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .13em; direction: ltr; }
.hero-image-caption strong { display: block; font-size: 26px; line-height: 1.28; letter-spacing: -.07em; }
.hero-shape { position: absolute; border-radius: 50%; }
.shape-one { width: 210px; height: 210px; top: -35px; left: -40px; background: var(--lime); opacity: .85; }
.shape-two { width: 90px; height: 90px; right: -28px; bottom: -20px; border: 14px solid var(--brand); opacity: .75; }
.hero-stamp { position: absolute; z-index: 4; left: -28px; bottom: 36px; display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid var(--ink); border-radius: 50%; background: var(--surface); color: var(--ink); transform: rotate(-13deg); box-shadow: var(--shadow-small); }
.hero-stamp span { position: absolute; top: 12px; font-size: 9px; font-weight: 900; letter-spacing: .12em; direction: ltr; }
.hero-stamp strong { margin-top: 11px; font-size: 12px; line-height: 1.05; text-align: center; direction: ltr; }

.category-section, .products-section, .journal-section { padding-top: 48px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.compact-heading { margin-bottom: 20px; }
.section-kicker { display: block; margin-bottom: 5px; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.section-heading h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(24px, 3vw, 34px); line-height: 1.3; letter-spacing: -.07em; font-weight: 900; }
.category-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 12px; }
.category-card { position: relative; min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.category-card:hover { border-color: var(--brand); transform: translateY(-5px); box-shadow: var(--shadow-small); }
.category-card-featured { background: var(--surface-soft); }
.category-card img { position: absolute; top: 14px; left: 14px; width: 105px; height: 105px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s var(--ease); }
.category-card-featured img { width: 135px; height: 135px; left: 24px; top: 5px; }
.category-card:hover img { transform: rotate(-5deg) scale(1.08); }
.category-index { position: absolute; top: 17px; right: 19px; color: var(--muted); font-size: 10px; direction: ltr; }
.category-title { position: relative; z-index: 1; color: var(--ink); font-size: 15px; font-weight: 800; }
.category-arrow { position: absolute; right: 20px; bottom: 18px; color: var(--brand); font-size: 18px; direction: ltr; opacity: 0; transform: translate(4px, 4px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.category-card:hover .category-arrow { opacity: 1; transform: translate(0,0); }

.products-section { padding-top: 92px; }
.section-meta { display: flex; align-items: center; gap: 18px; }
.section-meta > span { color: var(--muted); font-size: 11px; }
.filter-toggle { display: none; min-height: 44px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); padding: 7px 12px; font-size: 12px; }
.filter-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.filter-chip { min-height: 44px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); padding: 7px 16px; color: var(--muted); font-size: 11px; font-weight: 700; transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.filter-chip:hover, .filter-chip.active { border-color: var(--brand); background: var(--brand); color: #fff; }
.filter-note { margin-inline-start: auto; color: var(--muted); font-size: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.product-card:hover { border-color: var(--line-strong); transform: translateY(-5px); box-shadow: var(--shadow-small); }
.product-card-image { position: relative; display: grid; place-items: center; height: 240px; padding: 20px; background: #f1f5f2; overflow: hidden; }
.product-card-image::before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: rgba(223,244,92,.42); transform: translate(-35px,-5px); }
.product-card:nth-child(3n+2) .product-card-image::before { background: rgba(197,231,220,.75); transform: translate(34px,8px); }
.product-card:nth-child(3n) .product-card-image::before { background: rgba(255,223,188,.68); transform: translate(-24px,18px); }
.product-card-image img { position: relative; z-index: 1; width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s var(--ease); }
.product-card:hover .product-card-image img { transform: scale(1.08) rotate(-3deg); }
.product-badge { position: absolute; z-index: 2; top: 14px; right: 14px; border-radius: 99px; background: var(--lime); color: var(--ink); padding: 4px 9px; font-size: 10px; font-weight: 900; }
.product-badge.sale { background: #ffe1d7; color: var(--red); }
.product-quick { position: absolute; z-index: 3; left: 14px; bottom: 14px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--surface); color: var(--brand); font-size: 20px; box-shadow: 0 5px 16px rgba(20,61,46,.12); opacity: 0; transform: translateY(6px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.product-card:hover .product-quick, .product-quick:focus-visible { opacity: 1; transform: translateY(0); }
.product-info { padding: 16px 17px 18px; }
.product-category { color: var(--brand); font-size: 10px; font-weight: 800; }
.product-title { min-height: 48px; margin: 5px 0 13px; color: var(--ink); font-size: 14px; line-height: 1.65; font-weight: 800; }
.product-title a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; }
.product-title a:hover { color: var(--brand-strong); }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-price { color: var(--ink); font-size: 15px; font-weight: 900; direction: rtl; }
.product-price small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 500; text-decoration: line-through; }
.add-button { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; border: 0; border-radius: 9px; background: var(--surface-soft); padding: 8px 11px; color: var(--brand-strong); font-size: 10px; font-weight: 800; transition: background .2s var(--ease), color .2s var(--ease); }
.add-button:hover { background: var(--brand); color: #fff; }
.empty-state { display: grid; justify-items: center; gap: 10px; padding: 50px 20px; border: 1px dashed var(--line-strong); border-radius: var(--radius-md); color: var(--muted); }
.empty-state strong { color: var(--ink); }

.feature-band { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; overflow: hidden; min-height: 355px; margin-top: 105px; border-radius: var(--radius-lg); background: var(--surface-soft); }
.feature-copy { position: relative; z-index: 2; padding: 48px 48px 48px 20px; }
.feature-copy h2 { margin: 10px 0 15px; color: var(--ink); font-size: 42px; line-height: 1.3; letter-spacing: -.08em; font-weight: 900; }
.feature-copy p { max-width: 350px; color: var(--muted); font-size: 13px; }
.feature-copy .button { margin-top: 10px; }
.feature-image { min-height: 355px; clip-path: polygon(13% 0,100% 0,100% 100%,0 100%); background: #d9ece2; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-number { position: absolute; left: 28px; bottom: 22px; color: rgba(23,54,44,.14); font-size: 120px; font-weight: 900; line-height: .8; direction: ltr; }

.journal-section { padding-top: 104px; }
.journal-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.journal-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.journal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.journal-image { height: 178px; overflow: hidden; background: var(--surface-soft); }
.journal-card-large .journal-image { height: 230px; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.journal-card:hover .journal-image img { transform: scale(1.05); }
.journal-body { padding: 19px; }
.journal-body > span { color: var(--brand); font-size: 10px; font-weight: 700; }
.journal-body h3 { min-height: 54px; margin: 8px 0 18px; color: var(--ink); font-size: 15px; line-height: 1.75; letter-spacing: -.04em; }
.journal-body a { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; color: var(--brand-strong); font-size: 11px; font-weight: 800; }
.journal-body a span { font-size: 16px; direction: ltr; }

.site-footer { background: var(--surface); border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-top: 58px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 10px; }
.footer-top > div:first-child p { color: var(--muted); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 60px; min-width: min(670px, 100%); }
.footer-links > div { display: grid; align-content: start; gap: 7px; }
.footer-links strong { margin-bottom: 8px; color: var(--ink); font-size: 12px; }
.footer-links a, .footer-links p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--brand); }
.footer-form { display: flex; align-items: center; height: 44px; margin-top: 8px; border-bottom: 1px solid var(--line-strong); }
.footer-form input { min-width: 0; min-height: 44px; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.footer-form button { display: grid; place-items: center; min-width: 44px; min-height: 44px; border: 0; background: transparent; color: var(--brand); font-size: 19px; direction: ltr; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; padding-bottom: 22px; border-top: 1px solid var(--line); color: #61746b; font-size: 10px; }

.cart-overlay { position: fixed; z-index: 50; inset: 0; background: rgba(23,54,44,.18); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 51; top: 0; left: 0; display: flex; flex-direction: column; width: min(410px, calc(100% - 20px)); height: 100dvh; padding: 27px; background: var(--surface); box-shadow: 16px 0 55px rgba(23,54,44,.15); transform: translateX(-105%); transition: transform .45s var(--ease); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 27px; letter-spacing: -.08em; }
.cart-items { flex: 1; overflow: auto; padding: 18px 0; }
.cart-empty { display: grid; justify-items: center; gap: 8px; padding: 80px 20px 20px; text-align: center; }
.cart-empty > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 5px; border-radius: 50%; background: var(--lime-soft); color: var(--brand); font-size: 31px; }
.cart-empty strong { color: var(--ink); }
.cart-empty p { margin-bottom: 13px; color: var(--muted); font-size: 12px; }
.cart-line { display: grid; grid-template-columns: 66px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 66px; height: 66px; border-radius: 10px; background: var(--surface-soft); object-fit: contain; }
.cart-line-info strong { display: block; margin-bottom: 4px; font-size: 12px; line-height: 1.55; }
.cart-line-info small, .cart-line-price { color: var(--muted); font-size: 10px; }
.cart-line-price { color: var(--ink); font-weight: 800; white-space: nowrap; }
.drawer-foot { display: grid; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line); }
.drawer-foot > div { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.drawer-foot > div strong { color: var(--ink); font-size: 17px; }
.drawer-foot .button { width: 100%; }
.drawer-foot small { color: var(--muted); font-size: 9px; text-align: center; }

.product-modal[hidden], .cart-overlay[hidden] { display: none; }
.product-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(23,54,44,.24); backdrop-filter: blur(4px); }
.modal-card { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; width: min(760px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.modal-close { position: absolute; z-index: 2; top: 16px; left: 16px; border: 0; background: rgba(255,255,255,.82); }
.modal-image { display: grid; place-items: center; min-height: 370px; background: var(--surface-soft); }
.modal-image img { width: 85%; height: 85%; object-fit: contain; mix-blend-mode: multiply; }
.modal-content { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.modal-content h2 { margin: 7px 0 13px; font-size: 28px; line-height: 1.45; letter-spacing: -.08em; }
.modal-content p { color: var(--muted); font-size: 13px; line-height: 2; }
.modal-price { margin: 15px 0 23px; color: var(--ink); font-size: 22px; font-weight: 900; }
.toast { position: fixed; z-index: 80; right: 24px; bottom: 24px; max-width: min(360px, calc(100% - 48px)); padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--ink); color: #fff; font-size: 12px; box-shadow: var(--shadow-small); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.toast.show { opacity: 1; transform: translateY(0); }

.product-header-row { grid-template-columns: auto 1fr auto; }
.header-context { display: grid; justify-items: center; gap: 1px; text-align: center; }
.header-context .section-kicker { margin: 0; font-size: 9px; }
.header-context strong { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.product-breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 28px; color: var(--muted); font-size: var(--text-xs); }
.product-breadcrumb a:hover { color: var(--brand-strong); }
.product-breadcrumb span[aria-current] { overflow: hidden; color: var(--ink-soft); text-overflow: ellipsis; white-space: nowrap; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(32px, 5vw, 76px); align-items: start; padding-top: 32px; padding-bottom: 80px; }
.product-gallery { min-width: 0; }
.product-gallery-head { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.product-gallery-head .eyebrow { font-size: 9px; }
.favorite-button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--brand-strong); font-size: 25px; line-height: 1; transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.favorite-button:hover, .favorite-button.active { border-color: var(--brand); background: var(--lime-soft); color: var(--red); transform: translateY(-2px); }
.product-stage { position: relative; display: grid; place-items: center; min-height: 520px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px 32px 10px 32px; background: linear-gradient(145deg, var(--surface-soft), #f8f9ed); }
.product-stage::before { content: ""; position: absolute; width: 74%; height: 74%; border-radius: 50%; background: rgba(223,244,92,.48); transform: translate(16%, -6%); }
.product-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, transparent 55%, rgba(23,54,44,.07)); pointer-events: none; }
.product-stage img { position: relative; z-index: 2; width: min(60%, 320px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 20px rgba(23,54,44,.16)); transition: transform .5s var(--ease); }
.product-stage:hover img { transform: scale(1.06) rotate(-3deg); }
.stage-ring { position: absolute; z-index: 1; width: 64%; aspect-ratio: 1; border: 1px solid rgba(23,134,107,.26); border-radius: 50%; transform: translate(-13%, 8%); }
.stage-label { position: absolute; z-index: 3; color: var(--brand-strong); font-size: 9px; font-weight: 900; line-height: 1.25; letter-spacing: .12em; direction: ltr; }
.stage-label strong { color: var(--ink); font-size: 14px; }
.stage-label-top { top: 31px; right: 31px; }
.stage-label-bottom { bottom: 27px; left: 31px; color: var(--muted); text-align: left; }
.gallery-note { display: flex; justify-content: space-between; gap: 16px; padding-top: 13px; color: var(--muted); font-size: 10px; }
.product-info-panel { padding-top: 40px; }
.product-info-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.product-info-head .section-kicker { margin-bottom: 8px; }
.stock-status { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-strong); font-size: 11px; font-weight: 700; }
.stock-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(23,134,107,.12); }
.product-info-head .product-badge { position: static; display: inline-flex; align-items: center; min-height: 28px; white-space: nowrap; }
.product-info-panel h1 { max-width: 10ch; margin: 7px 0 17px; color: var(--ink); font-size: clamp(38px, 4.2vw, 62px); line-height: 1.18; letter-spacing: -.1em; font-weight: 900; }
.rating-row { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.rating-stars { color: #e99d39; font-size: 15px; letter-spacing: 2px; direction: ltr; }
.rating-row strong { color: var(--ink); }
.rating-row a { color: var(--brand-strong); text-decoration: underline; text-underline-offset: 3px; }
.product-lede { max-width: 52ch; margin-bottom: 26px; color: var(--muted); font-size: var(--text-base); line-height: 1.95; }
.price-block { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-block > div:first-child { display: grid; gap: 5px; }
.price-block > div:first-child span, .price-side del { color: var(--muted); font-size: 11px; }
.price-block strong { color: var(--ink); font-size: clamp(22px, 2.5vw, 30px); font-weight: 900; letter-spacing: -.06em; }
.price-side { display: grid; justify-items: end; gap: 7px; }
.price-side del { text-decoration-thickness: 1px; }
.discount-pill { display: inline-flex; align-items: center; min-height: 26px; padding: 3px 9px; border-radius: 99px; background: #ffe1d7; color: var(--red); font-size: 10px; font-weight: 800; }
.option-block { display: grid; gap: 22px; padding: 24px 0 18px; }
.option-block fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.option-block legend { margin-bottom: 11px; color: var(--muted); font-size: 12px; }
.option-block legend strong { color: var(--ink); font-weight: 800; }
.color-options, .size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.color-swatch { position: relative; width: 44px; height: 44px; border: 2px solid transparent; border-radius: 50%; box-shadow: inset 0 0 0 4px var(--surface); transition: border-color .2s var(--ease), transform .2s var(--ease); }
.color-swatch:hover, .color-swatch[aria-pressed="true"] { border-color: var(--brand-strong); transform: scale(1.08); }
.color-swatch[aria-pressed="true"]::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 900; text-shadow: 0 1px 3px rgba(0,0,0,.35); }
.color-olive { background: #8b9a62; }
.color-black { background: #25302c; }
.color-sand { background: #d9bd98; }
.size-options button { min-width: 48px; min-height: 44px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); color: var(--ink-soft); font-size: 13px; font-weight: 700; transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.size-options button:hover, .size-options button[aria-pressed="true"] { border-color: var(--brand); background: var(--brand); color: #fff; transform: translateY(-2px); }
.option-helper { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.purchase-row { display: grid; grid-template-columns: 116px minmax(0, 1fr); align-items: end; gap: 12px; }
.quantity-picker { display: grid; gap: 7px; color: var(--muted); font-size: 11px; }
.quantity-control { display: flex; align-items: center; justify-content: space-between; min-height: 52px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 11px; background: var(--surface); }
.quantity-control button { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 50px; border: 0; background: transparent; color: var(--brand-strong); font-size: 20px; }
.quantity-control button:hover { background: var(--surface-soft); }
.quantity-control output { min-width: 26px; color: var(--ink); font-size: 15px; font-weight: 800; text-align: center; }
.purchase-button { min-height: 52px; font-size: 13px; }
.quick-buy-button { width: 100%; min-height: 48px; margin-top: 12px; font-size: 12px; }
.secure-note { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 17px 0 0; color: var(--muted); font-size: 10px; }
.secure-note > span { color: var(--brand); font-size: 15px; }
.secure-note i { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.product-trust { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 22px; padding-bottom: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-trust > div { display: grid; gap: 2px; padding-inline: 24px; border-inline-start: 1px solid var(--line); }
.product-trust > div:first-child { padding-inline-start: 0; border-inline-start: 0; }
.product-trust > div:last-child { padding-inline-end: 0; }
.product-trust span { color: var(--brand); font-size: 10px; font-weight: 900; direction: ltr; }
.product-trust strong { color: var(--ink); font-size: 14px; }
.product-trust p { margin: 0; color: var(--muted); font-size: 11px; }
.product-details { padding-top: 104px; }
.details-index { color: var(--muted); font-size: 10px; letter-spacing: .08em; direction: ltr; }
.details-tabs { display: flex; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.details-tab { position: relative; min-height: 49px; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; }
.details-tab::after { content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 3px; border-radius: 99px; background: var(--brand); transition: width .25s var(--ease); }
.details-tab:hover, .details-tab.active { color: var(--ink); }
.details-tab.active::after { width: 100%; }
.detail-panels { padding-top: 24px; }
.detail-panel { display: grid; grid-template-columns: minmax(190px, .6fr) minmax(0, 1fr); gap: 25px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-warm); }
.detail-panel > div { display: flex; align-items: start; gap: 15px; }
.detail-number { color: var(--brand); font-size: 11px; font-weight: 900; direction: ltr; }
.detail-panel h3 { margin: 0; color: var(--ink); font-size: 21px; line-height: 1.45; letter-spacing: -.05em; }
.detail-panel p { max-width: 58ch; margin: 0; color: var(--muted); font-size: var(--text-base); line-height: 1.95; }
.detail-panel ul { grid-column: 2; display: grid; gap: 7px; margin: 14px 0 0; padding: 0; color: var(--ink-soft); font-size: 13px; list-style: none; }
.detail-panel li::before { content: "—"; margin-left: 8px; color: var(--brand); }
.detail-panel .text-link { grid-column: 2; justify-self: start; }
.spec-list { display: grid; gap: 0; margin: 0; }
.spec-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-list > div:first-child { padding-top: 0; }
.spec-list > div:last-child { border-bottom: 0; }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; color: var(--ink); font-weight: 700; }
.related-section { padding-top: 104px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.related-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-small); transform: translateY(-5px); }
.related-image { position: relative; display: grid; place-items: center; height: 190px; overflow: hidden; background: var(--surface-soft); }
.related-image::before { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: var(--lime-soft); }
.related-card:nth-child(2) .related-image::before { background: #d6eee4; }
.related-card:nth-child(3) .related-image::before { background: #ffe7cf; }
.related-image img { position: relative; z-index: 1; width: 70%; height: 70%; object-fit: contain; mix-blend-mode: multiply; }
.related-image .product-badge { top: 13px; right: 13px; }
.related-body { position: relative; display: grid; gap: 5px; padding: 17px; }
.related-body > span:first-child { color: var(--brand); font-size: 10px; font-weight: 800; }
.related-body h3 { min-height: 48px; margin: 0; color: var(--ink); font-size: 14px; line-height: 1.7; }
.related-body strong { color: var(--ink); font-size: 14px; }
.related-arrow { position: absolute; left: 17px; bottom: 15px; color: var(--brand); font-size: 20px; direction: ltr; }
.mobile-buy-bar { display: none; }

@media (max-width: 1050px) {
  .container { width: min(100% - 40px, 900px); }
  .header-row { gap: 18px; }
  .desktop-only { display: none !important; }
  .hero-section { gap: 35px; }
  .hero-copy h1 { font-size: clamp(41px, 6vw, 64px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card-featured { grid-row: span 2; }
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-card-large { grid-column: span 2; }
  .journal-card-large .journal-image { height: 230px; }
  .footer-top { display: grid; }
  .footer-links { min-width: 0; }
  .product-detail { grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr); gap: 32px; }
  .product-stage { min-height: 430px; }
  .product-info-panel { padding-top: 25px; }
  .product-info-panel h1 { font-size: clamp(38px, 5vw, 52px); }
}

@media (max-width: 700px) {
  body { font-size: var(--text-base); }
  .container { width: min(100% - 28px, 520px); }
  .announcement-inner { min-height: 31px; font-size: 10px; }
  .announcement-muted, .announcement-separator { display: none; }
  .header-row { grid-template-columns: auto 1fr auto; min-height: 70px; gap: 12px; }
  .mobile-menu-button { display: grid; }
  .brand { gap: 7px; }
  .brand-symbol { width: 31px; height: 31px; font-size: 20px; border-radius: 9px; }
  .brand-name { font-size: 17px; }
  .search-box { grid-column: 1 / -1; grid-row: 2; height: 46px; margin-bottom: 10px; }
  .header-row { padding-top: 10px; padding-bottom: 10px; }
  .main-header { position: relative; }
  .nav-row { position: relative; display: block; min-height: 0; }
  .main-nav { display: none; position: absolute; z-index: 40; right: 0; left: 0; top: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: var(--shadow-small); }
  .main-nav.open { display: flex; }
  .main-nav a { display: flex; align-items: center; min-height: 44px; padding: 10px 2px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .nav-note { display: none; }
  main { padding-bottom: 70px; }
  .hero-section { display: flex; flex-direction: column-reverse; gap: 26px; min-height: 0; padding-top: 30px; padding-bottom: 30px; }
  .hero-copy { padding-inline-start: 0; }
  .hero-visual { width: 100%; min-height: 300px; }
  .hero-image-wrap { height: 295px; border-radius: 24px 24px 8px 24px; }
  .shape-one { width: 140px; height: 140px; top: -22px; left: -25px; }
  .shape-two { width: 64px; height: 64px; right: 0; bottom: -15px; border-width: 9px; }
  .hero-stamp { left: -11px; bottom: 13px; width: 78px; height: 78px; }
  .hero-stamp span { top: 9px; font-size: 7px; }
  .hero-stamp strong { margin-top: 9px; font-size: 9px; }
  .hero-image-caption { right: 18px; bottom: 17px; }
  .hero-image-caption strong { font-size: 20px; }
  .hero-copy h1 { margin: 15px 0 12px; font-size: clamp(40px, 14vw, 60px); }
  .hero-copy > p { font-size: 13px; line-height: 1.95; }
  .hero-actions { flex-wrap: wrap; gap: 16px; margin-top: 22px; }
  .hero-proof { justify-content: space-between; gap: 8px; margin-top: 34px; }
  .hero-proof div { padding-inline-start: 8px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof span { font-size: 8px; }
  .category-section, .products-section, .journal-section { padding-top: 45px; }
  .section-heading { align-items: center; margin-bottom: 17px; }
  .section-heading h2 { font-size: 25px; }
  .compact-heading .text-link { font-size: 10px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .category-card, .category-card-featured { min-height: 136px; grid-row: auto; padding: 14px; }
  .category-card img, .category-card-featured img { width: 85px; height: 85px; left: 3px; top: 3px; }
  .category-index { top: 10px; right: 12px; font-size: 8px; }
  .category-title { font-size: 11px; }
  .category-arrow { right: 12px; bottom: 11px; font-size: 14px; opacity: 1; transform: none; }
  .products-section { padding-top: 65px; }
  .filter-toggle { display: inline-flex; align-items: center; gap: 7px; }
  .filter-bar { display: none; flex-wrap: wrap; padding: 13px 0 5px; border-bottom: 0; }
  .filter-bar.open { display: flex; }
  .filter-note { width: 100%; margin: 5px 0 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .product-card-image { height: 145px; padding: 9px; }
  .product-card-image::before { width: 100px; height: 100px; }
  .product-badge { top: 8px; right: 8px; padding: 3px 6px; font-size: 8px; }
  .product-quick { left: 8px; bottom: 8px; width: 44px; height: 44px; font-size: 18px; opacity: 1; transform: none; }
  .product-info { padding: 11px 10px 12px; }
  .product-category { font-size: 8px; }
  .product-title { min-height: 43px; margin: 4px 0 9px; font-size: 12px; line-height: 1.7; }
  .product-price { font-size: 12px; }
  .product-price small { font-size: 7px; }
  .add-button { min-height: 44px; padding: 8px 8px; font-size: 10px; }
  .feature-band { display: flex; flex-direction: column; margin-top: 70px; border-radius: 22px; }
  .feature-copy { padding: 30px 25px 24px; }
  .feature-copy h2 { font-size: 34px; }
  .feature-copy p { font-size: 12px; }
  .feature-image { min-height: 210px; clip-path: none; }
  .feature-number { left: 14px; bottom: 190px; font-size: 90px; }
  .journal-section { padding-top: 72px; }
  .journal-grid { grid-template-columns: 1fr; gap: 10px; }
  .journal-card-large { grid-column: auto; }
  .journal-image, .journal-card-large .journal-image { height: 175px; }
  .journal-body h3 { min-height: 0; font-size: 13px; }
  .footer-top { padding-top: 40px; padding-bottom: 34px; gap: 28px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-links > div:last-child { grid-column: span 2; }
  .footer-links a { display: flex; align-items: center; min-height: 44px; }
  .footer-bottom { display: grid; gap: 4px; font-size: 9px; }
  .modal-card { grid-template-columns: 1fr; max-height: calc(100dvh - 30px); overflow: auto; }
  .modal-image { min-height: 210px; max-height: 250px; }
  .modal-content { padding: 25px; }
  .modal-content h2 { font-size: 23px; }
  .cart-drawer { padding: 20px; }
  .toast { right: 14px; bottom: 14px; max-width: calc(100% - 28px); }

  .product-header-row { min-height: 70px; }
  .product-header-row .header-context { display: none; }
  .product-breadcrumb { padding-top: 20px; gap: 7px; font-size: 11px; }
  .product-detail { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding-top: 22px; padding-bottom: 48px; }
  .product-gallery-head { min-height: 44px; }
  .product-stage { min-height: 330px; margin-top: 14px; border-radius: 24px 24px 8px 24px; }
  .product-stage img { width: min(62%, 230px); }
  .stage-ring { width: 66%; }
  .stage-label-top { top: 22px; right: 22px; }
  .stage-label-bottom { bottom: 20px; left: 22px; }
  .gallery-note { padding-top: 10px; font-size: 9px; }
  .product-info-panel { padding-top: 0; }
  .product-info-head .product-badge { min-height: 26px; }
  .product-info-panel h1 { max-width: 12ch; margin-top: 8px; font-size: clamp(34px, 11vw, 46px); }
  .product-lede { font-size: 16px; line-height: 1.9; }
  .price-block { align-items: center; padding: 18px 0; }
  .price-block strong { font-size: 23px; }
  .option-block { gap: 20px; padding-top: 20px; }
  .purchase-row { grid-template-columns: 105px minmax(0, 1fr); gap: 9px; }
  .purchase-button { min-height: 52px; padding-inline: 10px; font-size: 11px; }
  .secure-note { gap: 7px; line-height: 1.8; }
  .product-trust { grid-template-columns: 1fr; gap: 0; padding-top: 0; padding-bottom: 0; }
  .product-trust > div, .product-trust > div:first-child, .product-trust > div:last-child { padding: 17px 0; border-inline-start: 0; border-bottom: 1px solid var(--line); }
  .product-trust > div:last-child { border-bottom: 0; }
  .product-details, .related-section { padding-top: 72px; }
  .details-index { display: none; }
  .details-tabs { gap: 18px; overflow-x: auto; scrollbar-width: none; }
  .details-tabs::-webkit-scrollbar { display: none; }
  .details-tab { flex: 0 0 auto; min-height: 48px; }
  .detail-panel { grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; }
  .detail-panel h3 { font-size: 20px; }
  .detail-panel p { font-size: 16px; }
  .detail-panel ul, .detail-panel .text-link { grid-column: 1; }
  .spec-list > div { font-size: 14px; }
  .related-grid { grid-template-columns: 1fr; gap: 10px; }
  .related-image { height: 185px; }
  .mobile-buy-bar { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -8px 25px rgba(23,54,44,.1); backdrop-filter: blur(12px); }
  .mobile-buy-bar > span { display: grid; gap: 1px; }
  .mobile-buy-bar small { color: var(--muted); font-size: 10px; }
  .mobile-buy-bar strong { color: var(--ink); font-size: 14px; }
  .mobile-buy-bar .button { min-height: 48px; padding-inline: 17px; font-size: 11px; }
  .product-page main { padding-bottom: 145px; }
}

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