:root {
  --forest-950: #082619;
  --forest-900: #0d3522;
  --forest-800: #16472e;
  --forest-700: #21633e;
  --leaf: #81a95d;
  --lime: #dce9a4;
  --gold: #f2c84b;
  --gold-light: #ffe991;
  --cream: #faf7ec;
  --paper: #fffdf6;
  --ink: #172018;
  --muted: #677067;
  --line: rgba(23, 32, 24, 0.13);
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 38, 25, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--forest-900);
}
.skip-link:focus { top: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 10px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: var(--white);
  background: rgba(8, 38, 25, .94);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.28)); }

.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); font-size: 13px; font-weight: 600; }
.site-header nav a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-cta { border: 1px solid rgba(242,200,75,.6); border-radius: 999px; padding: 10px 18px; color: var(--gold-light); font-size: 13px; font-weight: 800; }
.language-switcher { display: inline-flex; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 3px; background: rgba(255,255,255,.06); }
.language-switcher button { min-width: 34px; height: 28px; border: 0; border-radius: 999px; padding: 0 8px; color: rgba(255,255,255,.64); background: transparent; cursor: pointer; font-size: 10px; font-weight: 900; transition: color .2s, background .2s; }
.language-switcher button:hover { color: var(--white); }
.language-switcher button.is-active { color: var(--forest-950); background: var(--gold); }
.language-switcher button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 2px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  min-height: calc(100vh - 92px);
  color: var(--white);
  background:
    radial-gradient(circle at 15% 18%, rgba(129,169,93,.19), transparent 28%),
    linear-gradient(135deg, var(--forest-950), var(--forest-900));
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.11); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 110px) clamp(24px, 6vw, 90px); }
.availability { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 12px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 700; }
.availability > span:first-child { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: #8ee26d; box-shadow: 0 0 0 5px rgba(142,226,109,.12); }
.availability.is-closed > span:first-child { background: #ff9f91; box-shadow: 0 0 0 5px rgba(255,159,145,.12); }
.eyebrow { margin: 0 0 12px; color: var(--forest-700); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(48px, 6.3vw, 92px); line-height: 1.04; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
h2 { margin-bottom: 14px; font-size: clamp(34px, 4.5vw, 60px); line-height: 1.1; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 22px; }
.lead { max-width: 640px; margin-bottom: 26px; color: rgba(255,255,255,.68); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.8; }
.hero-price { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.hero-price strong { color: var(--gold); font-size: clamp(48px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
.hero-price span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 0 22px; cursor: pointer; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.whatsapp-link[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }
.button-gold { color: var(--forest-950); background: var(--gold); box-shadow: 0 13px 35px rgba(242,200,75,.2); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 16px 40px rgba(242,200,75,.28); }
.button-ghost { border: 1px solid rgba(255,255,255,.23); color: var(--white); background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; padding: 0; color: rgba(255,255,255,.6); list-style: none; font-size: 12px; }
.trust-list li::first-letter { color: var(--gold); }
.hero-media { position: relative; min-height: 620px; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,38,25,.34), transparent 28%), linear-gradient(0deg, rgba(8,38,25,.35), transparent 34%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-stamp { position: absolute; z-index: 2; top: clamp(28px, 5vw, 70px); right: clamp(22px, 4vw, 58px); display: grid; width: 120px; height: 120px; place-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--forest-950); background: rgba(255,233,145,.9); text-align: center; transform: rotate(7deg); box-shadow: var(--shadow); }
.hero-stamp strong { font-size: 24px; }
.hero-stamp span { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.hero-note { position: absolute; z-index: 2; right: clamp(22px, 4vw, 58px); bottom: clamp(28px, 5vw, 56px); display: grid; gap: 4px; border-left: 3px solid var(--gold); padding: 13px 16px; color: var(--white); background: rgba(8,38,25,.72); backdrop-filter: blur(12px); }
.hero-note span { color: var(--gold-light); font-size: 11px; font-weight: 800; }
.hero-note strong { font-size: 15px; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.service-strip div { display: grid; gap: 5px; padding: 22px clamp(20px, 4vw, 64px); }
.service-strip div + div { border-left: 1px solid var(--line); }
.service-strip span { color: var(--muted); font-size: 11px; font-weight: 700; }
.service-strip strong { font-size: 13px; }

.section { padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.compact { max-width: 560px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.product-section { background: var(--cream); }
.product-card { display: grid; grid-template-columns: 1.08fr .92fr; max-width: 1280px; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.product-visual { position: relative; min-height: 520px; overflow: hidden; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.product-badge { position: absolute; top: 22px; left: 22px; border-radius: 999px; padding: 9px 13px; color: var(--forest-950); background: var(--gold); font-size: 12px; font-weight: 900; }
.product-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.product-info h3 { font-size: clamp(32px, 4vw, 54px); letter-spacing: -.04em; }
.product-description { color: var(--muted); line-height: 1.85; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; border-block: 1px solid var(--line); }
.product-facts div { display: grid; gap: 5px; padding: 20px 10px 20px 0; }
.product-facts dt { color: var(--muted); font-size: 11px; }
.product-facts dd { margin: 0; font-weight: 900; }
.text-link { width: fit-content; color: var(--forest-700); font-weight: 900; }

.product-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1280px; }
.catalog-card { display: grid; grid-template-rows: 290px 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 18px 50px rgba(8,38,25,.11); }
.catalog-card.is-sold-out { filter: saturate(.5); }
.catalog-visual { position: relative; overflow: hidden; background: var(--forest-950); }
.catalog-visual img { width: 100%; height: 100%; object-fit: cover; }
.catalog-info { display: flex; flex-direction: column; padding: 30px; }
.catalog-info h3 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.catalog-info .product-description { flex: 1; }
.catalog-facts { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 16px 0 22px; border-block: 1px solid var(--line); padding: 16px 0; }
.catalog-facts span { color: var(--muted); font-size: 13px; }
.catalog-facts strong { color: var(--forest-700); font-size: 24px; }
.catalog-quantity { display: grid; grid-template-columns: 48px minmax(60px, 1fr) 48px; overflow: hidden; border: 1px solid #d5d9c9; border-radius: 999px; }
.catalog-quantity button { min-height: 46px; border: 0; color: var(--forest-700); background: #f4f7ed; cursor: pointer; font-size: 22px; font-weight: 900; }
.catalog-quantity button:hover:not(:disabled) { color: var(--white); background: var(--forest-700); }
.catalog-quantity button:disabled { cursor: not-allowed; opacity: .35; }
.catalog-quantity output { display: grid; place-items: center; font-weight: 900; }
.catalog-state { grid-column: 1 / -1; margin: 0; border: 1px dashed var(--line); border-radius: var(--radius-md); padding: 34px; color: var(--muted); background: var(--white); text-align: center; }

.real-gallery-section { background: var(--paper); }
.real-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 1280px; }
.gallery-card { position: relative; min-height: 360px; overflow: hidden; margin: 0; border-radius: var(--radius-md); background: var(--forest-950); box-shadow: 0 18px 50px rgba(8,38,25,.12); }
.gallery-card-tall { min-height: 560px; }
.gallery-card-wide { min-height: 390px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(8,38,25,.9)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 28px; color: var(--white); }
.gallery-card figcaption strong { font-size: 19px; }
.gallery-card figcaption span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }

.steps-section { color: var(--white); background: var(--forest-900); }
.steps-section .eyebrow { color: var(--gold); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.14); list-style: none; }
.steps li { padding: clamp(26px, 4vw, 48px); background: var(--forest-900); }
.steps li > span { display: block; margin-bottom: 34px; color: var(--gold); font-size: 12px; font-weight: 900; }
.steps p { margin-bottom: 0; color: rgba(255,255,255,.58); line-height: 1.7; }

.delivery-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 120px); align-items: center; background: var(--paper); }
.delivery-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.map-link { display: flex; gap: 14px; margin-top: 30px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--forest-700); }
.map-link > span:first-child { font-size: 28px; }
.map-link > span:last-child { display: grid; gap: 5px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.map-link strong { color: var(--ink); }
.entrance-note { display: grid; gap: 5px; margin: 18px 0 0; border-left: 3px solid var(--gold); padding-left: 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.entrance-note strong { color: var(--ink); }
.delivery-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.delivery-cards article { display: flex; min-height: 310px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); padding: clamp(25px, 4vw, 42px); background: var(--cream); }
.delivery-cards article:nth-child(2) { color: var(--white); background: var(--forest-900); }
.delivery-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: auto; border-radius: 50%; color: var(--forest-900); background: var(--gold); font-size: 11px; font-weight: 900; }
.delivery-cards p { color: var(--muted); line-height: 1.7; }
.delivery-cards article:nth-child(2) p { color: rgba(255,255,255,.6); }
.delivery-cards article > strong { margin-top: 18px; color: var(--forest-700); font-size: 13px; letter-spacing: .08em; }
.delivery-cards article:nth-child(2) > strong { color: var(--gold); }
.pickup-photos { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .75fr; gap: 18px; }
.pickup-photo { position: relative; min-height: 430px; overflow: hidden; margin: 0; border-radius: var(--radius-md); background: var(--forest-950); box-shadow: 0 18px 50px rgba(8,38,25,.12); }
.pickup-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pickup-photo::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(8,38,25,.92)); pointer-events: none; }
.pickup-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 26px; color: var(--white); }
.pickup-photo figcaption strong { font-size: 18px; }
.pickup-photo figcaption span { color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.6; }

.order-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 120px); align-items: start; background: #e7edcf; }
.order-intro { position: sticky; top: 120px; }
.order-intro > p:not(.eyebrow) { color: #586052; line-height: 1.8; }
.contact-card { display: grid; gap: 4px; margin-top: 34px; border-left: 3px solid var(--forest-700); padding-left: 18px; }
.contact-card span, .contact-card small { color: #697061; font-size: 12px; }
.contact-card a { font-size: 21px; font-weight: 900; }
.order-form { display: grid; gap: 22px; border-radius: var(--radius-lg); padding: clamp(26px, 5vw, 54px); background: var(--white); box-shadow: 0 24px 70px rgba(53,67,42,.12); }
.form-row.two-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
label, legend { color: var(--ink); font-size: 13px; font-weight: 800; }
label { display: grid; gap: 9px; }
fieldset { margin: 0; border: 0; padding: 0; }
legend { margin-bottom: 10px; }
input, select, textarea { width: 100%; border: 1px solid #d5d9c9; border-radius: var(--radius-sm); padding: 14px; color: var(--ink); background: #fcfdf9; outline: 0; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 4px rgba(33,99,62,.1); }
textarea { resize: vertical; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice { cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice > span { display: grid; gap: 3px; border: 1px solid #d5d9c9; border-radius: var(--radius-sm); padding: 15px; background: #fcfdf9; transition: .2s; }
.choice small { color: var(--muted); font-weight: 500; }
.choice input:checked + span { border-color: var(--forest-700); background: rgba(129,169,93,.14); box-shadow: 0 0 0 2px rgba(33,99,62,.08); }
.choice input:focus-visible + span { outline: 3px solid var(--forest-700); outline-offset: 3px; }
.quantity-control { display: grid; grid-template-columns: 44px 1fr 44px; overflow: hidden; border: 1px solid #d5d9c9; border-radius: var(--radius-sm); background: #fcfdf9; }
.quantity-control button { border: 0; color: var(--forest-700); background: transparent; cursor: pointer; font-size: 22px; font-weight: 800; }
.quantity-control input { border: 0; border-inline: 1px solid #e6e8de; border-radius: 0; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.order-summary { border-radius: var(--radius-sm); padding: 18px; color: var(--white); background: var(--forest-900); }
.summary-row { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.7); font-size: 13px; }
.summary-row + .summary-row { margin-top: 8px; }
.summary-row.total { margin-top: 15px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 15px; color: var(--white); font-size: 17px; font-weight: 900; }
.summary-row.total strong { color: var(--gold); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }
.form-note { margin: -10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.cart-hint { margin: 0; border-left: 3px solid var(--gold); padding: 10px 14px; color: var(--muted); background: #faf9f2; font-size: 12px; }

.faq-section { background: var(--cream); }
.faq-list { max-width: 920px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 50px 23px 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--forest-700); font-size: 28px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; padding: 0 50px 22px 0; color: var(--muted); line-height: 1.8; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: 42px clamp(20px, 7vw, 110px); color: var(--white); background: var(--forest-950); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 92px; height: 92px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.32)); }
.footer-contact { display: grid; gap: 5px; }
.footer-brand span, .footer-contact span { color: rgba(255,255,255,.55); font-size: 11px; }
.footer-contact { text-align: right; }
.footer-contact a { color: var(--gold); font-size: 18px; font-weight: 900; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; color: rgba(255,255,255,.4); font-size: 11px; }
.mobile-whatsapp { display: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 660px; }
  .hero-media { min-height: 580px; }
  .product-card, .product-catalog, .delivery-section, .order-section { grid-template-columns: 1fr; }
  .delivery-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .order-intro { position: static; }
}

@media (min-width: 681px) and (max-width: 900px) {
  .delivery-cards { grid-template-columns: 1fr; }
  .delivery-cards article { min-height: 240px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 74px; padding: 6px 16px; }
  .brand-logo { width: 60px; height: 60px; }
  .header-cta { display: none; }
  .hero-copy { min-height: auto; padding: 60px 20px 112px; }
  .availability { margin-bottom: 22px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .lead { font-size: 15px; }
  .hero-media { min-height: 430px; }
  .hero-media > img { object-position: 50% center; }
  .hero-stamp { top: 20px; right: 18px; width: 94px; height: 94px; }
  .hero-stamp strong { font-size: 19px; }
  .hero-note { right: 18px; bottom: 18px; }
  .trust-list { gap: 9px 14px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip div { padding: 16px 20px; }
  .service-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 20px; }
  .section-heading { margin-bottom: 30px; }
  .product-visual { min-height: 360px; }
  .product-info { padding: 30px 22px 36px; }
  .catalog-card { grid-template-rows: 250px 1fr; }
  .catalog-info { padding: 25px 22px 28px; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts div + div { border-top: 1px solid var(--line); }
  .real-gallery { grid-template-columns: 1fr; }
  .gallery-card-tall, .gallery-card-wide { min-height: 390px; }
  .gallery-card figcaption { padding: 22px; }
  .steps, .delivery-cards { grid-template-columns: 1fr; }
  .steps { gap: 1px; }
  .steps li { padding: 30px 24px; }
  .steps li > span { margin-bottom: 20px; }
  .delivery-cards article { min-height: 250px; }
  .pickup-photos { grid-template-columns: 1fr; }
  .pickup-photo { min-height: 320px; }
  .pickup-photo figcaption { padding: 22px; }
  .form-row.two-columns, .choice-grid { grid-template-columns: 1fr; }
  .order-form { padding: 26px 18px; border-radius: 20px; }
  footer { grid-template-columns: 1fr; padding: 38px 20px; }
  .footer-brand img { width: 82px; height: 82px; }
  .footer-contact { text-align: left; }
  .mobile-whatsapp { position: fixed; z-index: 60; right: 12px; bottom: 10px; left: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; color: var(--forest-950); background: var(--gold); box-shadow: 0 14px 35px rgba(8,38,25,.35); font-size: 14px; font-weight: 900; opacity: 0; pointer-events: none; transform: translateY(76px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-whatsapp.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

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

/* Gallery Market — approved A+C storefront direction */
body[data-design="gallery-market"] {
  --cream: #fbfbf8;
  --paper: #ffffff;
  --ink: #1d1d1f;
  --muted: #6c6c70;
  --line: rgba(29, 29, 31, .12);
  --forest-950: #0e4825;
  --forest-900: #11562c;
  --forest-800: #176b36;
  --forest-700: #176b36;
  --gold: #d8f08a;
  --gold-light: #eff9c7;
  --shadow: 0 1px 2px rgba(0,0,0,.04), 0 16px 44px rgba(18,40,25,.09);
  --radius-lg: 22px;
  background: var(--cream);
  color: var(--ink);
}

body[data-design="gallery-market"] .site-header {
  min-height: 68px;
  padding-block: 0;
  border-bottom-color: rgba(0,0,0,.07);
  color: var(--ink);
  background: rgba(251,251,248,.9);
  backdrop-filter: blur(18px) saturate(170%);
}
body[data-design="gallery-market"] .brand-logo { width: 48px; height: 48px; filter: none; }
body[data-design="gallery-market"] .site-header nav a { color: var(--ink); font-weight: 650; }
body[data-design="gallery-market"] .site-header nav a:hover { color: var(--forest-700); }
body[data-design="gallery-market"] .header-cta { border-color: var(--forest-700); color: var(--white); background: var(--forest-700); }
body[data-design="gallery-market"] .language-switcher { border: 0; background: #e9eae5; }
body[data-design="gallery-market"] .language-switcher button { color: #555; }
body[data-design="gallery-market"] .language-switcher button:hover { color: var(--ink); }
body[data-design="gallery-market"] .language-switcher button.is-active { color: var(--white); background: var(--ink); }
body[data-design="gallery-market"] .language-switcher button:focus-visible { outline-color: var(--forest-700); }

body[data-design="gallery-market"] .hero {
  grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr);
  min-height: 760px;
  max-width: 1500px;
  margin-inline: auto;
  color: var(--ink);
  background: var(--cream);
}
body[data-design="gallery-market"] .hero::after { background: var(--line); }
body[data-design="gallery-market"] .hero-copy { padding: clamp(60px,7vw,108px) clamp(24px,5vw,78px); }
body[data-design="gallery-market"] .availability { margin-bottom: 24px; border-color: #d8ddd5; color: var(--forest-950); background: var(--white); }
body[data-design="gallery-market"] .availability > span:first-child { background: #44a85b; box-shadow: 0 0 0 4px rgba(68,168,91,.12); }
body[data-design="gallery-market"] .hero .eyebrow { color: var(--forest-700); }
body[data-design="gallery-market"] h1 { line-height: .98; letter-spacing: -.062em; }
body[data-design="gallery-market"] h1 em { color: var(--forest-700); font-family: inherit; font-style: normal; }
body[data-design="gallery-market"] .lead { max-width: 590px; margin-bottom: 28px; color: var(--muted); font-size: clamp(17px,1.55vw,22px); line-height: 1.55; }
body[data-design="gallery-market"] .hero-price { margin-bottom: 24px; }
body[data-design="gallery-market"] .hero-price strong { color: var(--forest-700); font-size: clamp(40px,4vw,58px); }
body[data-design="gallery-market"] .hero-price span { border-left-color: var(--line); color: var(--muted); }
body[data-design="gallery-market"] .button-gold { color: var(--white); background: var(--forest-700); box-shadow: none; }
body[data-design="gallery-market"] .button-gold:hover { color: var(--white); background: var(--forest-950); box-shadow: none; }
body[data-design="gallery-market"] .button-ghost { border-color: var(--forest-700); color: var(--forest-700); }
body[data-design="gallery-market"] .trust-list { color: #5d625e; }
body[data-design="gallery-market"] .trust-list li::first-letter { color: var(--forest-700); }

body[data-design="gallery-market"] .hero-media { min-height: 620px; margin: 70px clamp(20px,4vw,62px) 70px 0; overflow: visible; }
body[data-design="gallery-market"] .hero-media::after { display: none; }
body[data-design="gallery-market"] .hero-gallery { height: 100%; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1.12fr .88fr; gap: 14px; }
body[data-design="gallery-market"] .hero-shot { position: relative; overflow: hidden; margin: 0; background: #e8eadf; }
body[data-design="gallery-market"] .hero-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
body[data-design="gallery-market"] .hero-shot:hover img { transform: scale(1.025); }
body[data-design="gallery-market"] .hero-shot-main { grid-row: 1 / 3; border-radius: 34px; }
body[data-design="gallery-market"] .hero-shot-main img { object-position: 46% 82%; }
body[data-design="gallery-market"] .hero-shot-packed { border-radius: 34px 34px 12px 34px; }
body[data-design="gallery-market"] .hero-shot-packed img { object-position: 50% 56%; }
body[data-design="gallery-market"] .hero-shot-black-thorn { border-radius: 34px 12px 34px 34px; }
body[data-design="gallery-market"] .hero-shot-black-thorn img { object-position: 52% 44%; }
body[data-design="gallery-market"] .hero-stamp { top: auto; right: auto; bottom: 34px; left: -28px; width: auto; height: auto; min-width: 190px; display: block; border: 0; border-radius: 18px; padding: 16px 18px; color: var(--ink); background: rgba(255,255,255,.94); text-align: left; transform: none; }
body[data-design="gallery-market"] .hero-stamp strong { display: block; font-size: 18px; }
body[data-design="gallery-market"] .hero-stamp span { color: var(--forest-700); }
body[data-design="gallery-market"] .hero-note { display: none; }

body[data-design="gallery-market"] .service-strip { max-width: 1500px; margin-inline: auto; border-block: 1px solid var(--line); background: var(--white); }
body[data-design="gallery-market"] .service-strip div { padding-block: 27px; }
body[data-design="gallery-market"] .service-strip strong { font-size: 16px; }

body[data-design="gallery-market"] .section { max-width: 1500px; margin-inline: auto; padding: clamp(82px,9vw,125px) clamp(20px,7vw,100px); }
body[data-design="gallery-market"] .section-heading { max-width: 860px; }
body[data-design="gallery-market"] .section-heading h2 { line-height: 1.02; }
body[data-design="gallery-market"] .product-section { background: var(--cream); }
body[data-design="gallery-market"] .product-catalog { gap: 22px; max-width: none; }
body[data-design="gallery-market"] .catalog-card { grid-template-rows: minmax(370px, 1fr) auto; border: 1px solid #e7e8e3; border-radius: 22px; box-shadow: 0 1px 2px rgba(0,0,0,.025); transition: transform .25s ease, box-shadow .25s ease; }
body[data-design="gallery-market"] .catalog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
body[data-design="gallery-market"] .catalog-visual { background: #eceee7; }
body[data-design="gallery-market"] .catalog-visual img { transition: transform .5s ease; }
body[data-design="gallery-market"] .catalog-card:hover .catalog-visual img { transform: scale(1.02); }
body[data-design="gallery-market"] .catalog-card[data-sku="MK-BOX"] .catalog-visual img { object-position: 50% 53%; }
body[data-design="gallery-market"] .catalog-card[data-sku="BT-BOX"] .catalog-visual img { object-position: 50% 43%; }
body[data-design="gallery-market"] .product-badge { top: 16px; right: 16px; left: auto; color: var(--white); background: rgba(20,73,37,.92); }
body[data-design="gallery-market"] .catalog-info { padding: 25px; }
body[data-design="gallery-market"] .catalog-info h3 { font-size: clamp(26px,2.4vw,34px); }
body[data-design="gallery-market"] .catalog-facts { border: 0; padding: 0; }
body[data-design="gallery-market"] .catalog-facts strong { color: var(--ink); font-size: 25px; }
body[data-design="gallery-market"] .catalog-quantity { max-width: 250px; border-color: #d8dad5; }
body[data-design="gallery-market"] .catalog-quantity button { min-height: 48px; color: var(--ink); background: #f6f7f3; }
body[data-design="gallery-market"] .catalog-quantity button:hover:not(:disabled) { background: var(--forest-700); }

body[data-design="gallery-market"] .real-gallery-section { background: var(--cream); }
body[data-design="gallery-market"] .real-gallery { grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(3, 200px); max-width: none; }
body[data-design="gallery-market"] .gallery-card { min-height: 0; height: 100%; border-radius: 28px; box-shadow: none; }
body[data-design="gallery-market"] .gallery-card:first-child { grid-row: 1 / 4; min-height: 0; }
body[data-design="gallery-market"] .gallery-card:nth-child(2),
body[data-design="gallery-market"] .gallery-card:nth-child(3),
body[data-design="gallery-market"] .gallery-card:nth-child(4) { min-height: 0; }
body[data-design="gallery-market"] .gallery-card img { object-position: 50% 55%; }
body[data-design="gallery-market"] .gallery-card:nth-child(2) img { object-position: 50% 58%; }
body[data-design="gallery-market"] .gallery-card::after { inset: 58% 0 0; }

body[data-design="gallery-market"] .steps-section { max-width: none; color: var(--white); background: var(--forest-950); }
body[data-design="gallery-market"] .steps-section .eyebrow { color: var(--gold); }
body[data-design="gallery-market"] .delivery-section { max-width: none; padding-inline: max(7vw, calc((100vw - 1500px)/2 + 100px)); color: var(--white); background: var(--forest-950); }
body[data-design="gallery-market"] .delivery-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
body[data-design="gallery-market"] .delivery-section .eyebrow { color: var(--gold); }
body[data-design="gallery-market"] .map-link { border-color: rgba(255,255,255,.18); color: var(--white); }
body[data-design="gallery-market"] .entrance-note { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.72); }
body[data-design="gallery-market"] .delivery-cards article { border: 0; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: none; }
body[data-design="gallery-market"] .delivery-cards article:nth-child(2) { color: var(--ink); background: var(--white); }
body[data-design="gallery-market"] .delivery-cards article:nth-child(2) p { color: var(--muted); }
body[data-design="gallery-market"] .delivery-cards article:nth-child(2) > strong { color: var(--forest-700); }
body[data-design="gallery-market"] .pickup-photos { grid-column: 1 / -1; }
body[data-design="gallery-market"] .order-section { background: var(--cream); }
body[data-design="gallery-market"] .order-form { border: 1px solid #e7e8e3; box-shadow: var(--shadow); }
body[data-design="gallery-market"] footer { background: var(--white); color: var(--ink); }
body[data-design="gallery-market"] .footer-brand img { filter: none; }
body[data-design="gallery-market"] .footer-brand span,
body[data-design="gallery-market"] .footer-contact span,
body[data-design="gallery-market"] .copyright { color: var(--muted); }
body[data-design="gallery-market"] .footer-contact a { color: var(--forest-700); }

@media (max-width: 1100px) {
  body[data-design="gallery-market"] .hero { grid-template-columns: 1fr; }
  body[data-design="gallery-market"] .hero-copy { min-height: auto; padding-bottom: 45px; }
  body[data-design="gallery-market"] .hero-media { min-height: 560px; margin: 0 24px 70px; }
  body[data-design="gallery-market"] .hero-stamp { left: 18px; }
}

@media (max-width: 680px) {
  body[data-design="gallery-market"] .site-header { min-height: 68px; padding-inline: 14px; }
  body[data-design="gallery-market"] .brand-logo { width: 44px; height: 44px; }
  body[data-design="gallery-market"] .language-switcher button { min-width: 44px; height: 44px; }
  body[data-design="gallery-market"] .hero-copy { padding: 54px 18px 40px; }
  body[data-design="gallery-market"] h1 { font-size: clamp(44px,13vw,52px); }
  body[data-design="gallery-market"] .lead { font-size: 16px; }
  body[data-design="gallery-market"] .hero-media { min-height: 460px; margin: 0 18px 70px; }
  body[data-design="gallery-market"] .hero-gallery { grid-template-columns: 1.18fr .82fr; gap: 8px; }
  body[data-design="gallery-market"] .hero-shot-main { border-radius: 22px; }
  body[data-design="gallery-market"] .hero-shot-packed { border-radius: 22px 22px 8px 22px; }
  body[data-design="gallery-market"] .hero-shot-black-thorn { border-radius: 22px 8px 22px 22px; }
  body[data-design="gallery-market"] .hero-stamp { bottom: 14px; left: 10px; min-width: 165px; padding: 12px; }
  body[data-design="gallery-market"] .service-strip { grid-template-columns: 1fr 1fr; }
  body[data-design="gallery-market"] .service-strip div { padding: 19px 16px; }
  body[data-design="gallery-market"] .service-strip div + div { border-top: 0; border-left: 1px solid var(--line); }
  body[data-design="gallery-market"] .service-strip div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  body[data-design="gallery-market"] .section { padding: 75px 18px; }
  body[data-design="gallery-market"] .catalog-card { grid-template-rows: 340px auto; }
  body[data-design="gallery-market"] .catalog-card[data-sku="MK-BOX"] .catalog-visual img { object-position: 53% 50%; }
  body[data-design="gallery-market"] .catalog-info { padding: 20px; }
  body[data-design="gallery-market"] .catalog-quantity { max-width: none; }
  body[data-design="gallery-market"] .real-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  body[data-design="gallery-market"] .gallery-card { min-height: 320px; height: auto; }
  body[data-design="gallery-market"] .gallery-card:nth-child(3),
  body[data-design="gallery-market"] .gallery-card:nth-child(4) { min-height: 320px; height: auto; }
  body[data-design="gallery-market"] .gallery-card:first-child,
  body[data-design="gallery-market"] .gallery-card:nth-child(2) { grid-row: auto; min-height: 420px; }
  body[data-design="gallery-market"] .delivery-section { padding-inline: 18px; }
  body[data-design="gallery-market"] .mobile-whatsapp { color: var(--white); background: var(--forest-700); }
}
