/* ─────────────────────────────────────────────────────────────────────
   Dozen Design — public site stylesheet
   Tokens (colors, type scale, radius, container) are injected by the
   server from Admin → Settings → Branding as CSS variables on :root.
   ───────────────────────────────────────────────────────────────────── */

@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/cairo-arabic-400-normal.woff2') format('woff2'); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/cairo-arabic-500-normal.woff2') format('woff2'); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/cairo-arabic-600-normal.woff2') format('woff2'); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/cairo-arabic-700-normal.woff2') format('woff2'); unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/cairo-latin-400-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/cairo-latin-500-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/cairo-latin-600-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/cairo-latin-700-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  /* fallbacks — overridden by injected branding */
  --bg: #FBF8F3; --surface: #F4EEE6; --sand: #E9DFD2; --beige: #CFBDAA; --taupe: #A88F76; --walnut: #6B4A33; --brown: #492D1A; --text: #3A2A1F; --muted: #7A6A5C;
  --font: 'Cairo', system-ui, sans-serif; --fs-base: 16px; --fs-sm: .833rem; --fs-md: 1.2rem; --fs-lg: 1.44rem; --fs-xl: 1.728rem; --fs-2xl: 2.074rem; --fs-3xl: 2.488rem; --fs-4xl: 2.986rem;
  --danger: #8C3B2E; --on-brown: #fff; --dark-section: #2C1C12;
  --hw: 700; --radius: 10px; --container: 1320px; --section-gap: 96px; --logo-h: 58px; --logo-h-m: 44px; --intro-bg: #FBF8F3;
  --line: rgba(207, 189, 170, .7); --beige-40: rgba(207, 189, 170, .4); --bg-92: rgba(251, 248, 243, .92); --bg-96: rgba(251, 248, 243, .96);
  --line-strong: var(--beige);
  --shadow: 0 18px 40px -24px rgba(73, 45, 26, .35);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --t: .32s var(--ease);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: var(--fs-base); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.8; min-height: 100vh; display: flex; flex-direction: column; }
[dir=ltr] body { line-height: 1.65; }
main { flex: 1; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: var(--hw); line-height: 1.3; color: var(--brown); letter-spacing: -.005em; }
h1 { font-size: var(--fs-3xl); } h2 { font-size: var(--fs-2xl); } h3 { font-size: var(--fs-lg); } h4 { font-size: var(--fs-md); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--beige); color: var(--brown); }
:focus-visible { outline: 2px solid var(--walnut); outline-offset: 3px; border-radius: 3px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; top: -60px; inset-inline-start: 12px; background: var(--brown); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 200; }
.skip-link:focus { top: 12px; }
.num { font-variant-numeric: tabular-nums; direction: ltr; unicode-bidi: isolate; }

.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.container--narrow { width: min(880px, 100% - 40px); margin-inline: auto; }
.section { padding-block: calc(var(--section-gap) * .6); }
.section + .section { padding-top: 0; }
.section--sand { background: var(--surface); padding-block: calc(var(--section-gap) * .6) !important; }
.section--dark { background: var(--dark-section, var(--brown)); color: var(--sand); padding-block: calc(var(--section-gap) * .6) !important; }
.section--dark h2, .section--dark h3 { color: #fff; }

/* ── Sketch rules (the thin architectural line the brand uses) ── */
.rule { position: relative; height: 1px; background: var(--line-strong); width: 64px; margin: 14px 0 22px; }
.rule::before, .rule::after { content: ""; position: absolute; top: -2px; width: 5px; height: 5px; background: var(--line-strong); }
.rule::before { inset-inline-start: 0; } .rule::after { inset-inline-end: 0; }
.rule--center { margin-inline: auto; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-head .rule { margin-bottom: 0; }
.section-head p { margin: 6px 0 0; color: var(--muted); max-width: 60ch; }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-head--center p { max-width: 62ch; }
.link-more { display: inline-flex; align-items: center; gap: 8px; color: var(--walnut); font-weight: 600; position: relative; padding-bottom: 3px; white-space: nowrap; }
.link-more::after { content: ""; position: absolute; bottom: 0; inset-inline-start: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(.35); transform-origin: var(--origin, left); transition: transform var(--t); }
[dir=rtl] .link-more::after { --origin: right; }
.link-more:hover::after { transform: scaleX(1); }
.link-more svg { width: 16px; height: 16px; transition: transform var(--t); }
.link-more:hover svg { transform: translateX(var(--dx, 3px)); }
[dir=rtl] .link-more svg { transform: scaleX(-1); --dx: -3px; }
[dir=rtl] .link-more:hover svg { transform: scaleX(-1) translateX(3px); }

/* ── Buttons ── */
.btn { --btn-bg: var(--brown); --btn-fg: var(--on-brown, #fff); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 26px; border-radius: 6px; background: var(--btn-bg); color: var(--btn-fg); font-weight: 600; line-height: 1; white-space: nowrap; border: 1px solid var(--btn-bg); position: relative; overflow: hidden; transition: background var(--t), color var(--t), border-color var(--t), transform .18s var(--ease), box-shadow var(--t); }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent); transform: translateX(-120%); transition: transform .6s var(--ease); }
[dir=rtl] .btn::after { transform: translateX(120%); }
.btn:hover { background: var(--walnut); border-color: var(--walnut); box-shadow: var(--shadow); transform: translateY(-1px); }
.btn:hover::after { transform: translateX(120%); }
[dir=rtl] .btn:hover::after { transform: translateX(-120%); }
.btn:active { transform: translateY(0); }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--brown); border-color: var(--brown); }
.btn--outline:hover { background: var(--brown); color: #fff; }
.btn--light { --btn-bg: var(--bg); --btn-fg: var(--brown); border-color: var(--bg); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--brown); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--walnut); border-color: transparent; padding-inline: 12px; }
.btn--ghost:hover { background: var(--surface); box-shadow: none; transform: none; border-color: transparent; color: var(--brown); }
.btn--sm { min-height: 40px; padding-inline: 18px; font-size: var(--fs-sm); }
.btn--lg { min-height: 56px; padding-inline: 34px; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn.is-loading { opacity: .6; pointer-events: none; }
.btn.is-loading::before { content: ""; width: 16px; height: 16px; border: 2px solid currentColor; border-inline-end-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.btn svg { width: 18px; height: 18px; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--brown); transition: background var(--t), color var(--t), transform .18s var(--ease); position: relative; }
.btn-icon:hover { background: var(--surface); color: var(--walnut); transform: translateY(-1px); }
.btn-icon svg { width: 22px; height: 22px; }
.btn-icon .count { position: absolute; top: 4px; inset-inline-end: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--brown); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; line-height: 1; }

/* ── Header ── */
.topbar { background: var(--surface); font-size: var(--fs-sm); color: var(--muted); border-bottom: 1px solid var(--line); }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 16px; }
.topbar ul { display: flex; gap: 22px; align-items: center; }
.topbar a:hover { color: var(--brown); }
.topbar .lang { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--brown); }
.topbar .lang svg { width: 16px; height: 16px; }
.header { position: sticky; top: 0; z-index: 90; background: var(--bg-92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow var(--t); }
.header.is-stuck { box-shadow: 0 10px 30px -22px rgba(73, 45, 26, .5); }
.header__main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: var(--header-h); gap: 20px; }
.header__start, .header__end { display: flex; align-items: center; gap: 6px; }
.header__end { justify-content: flex-end; }
.header__logo img { height: var(--logo-h); width: auto; }
.header__logo { display: block; transition: opacity var(--t); }
.header__logo:hover { opacity: .85; }
.menu-btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--brown); padding: 8px 12px 8px 8px; border-radius: 6px; transition: background var(--t); }
.menu-btn:hover { background: var(--surface); }
.menu-btn svg { width: 24px; height: 24px; }
.nav { border-top: 1px solid var(--line); }
.nav__row { display: flex; align-items: center; gap: 8px; min-height: 54px; }
.nav__cats { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; background: var(--brown); color: #fff; padding: 0 20px; min-height: 44px; border-radius: 6px; font-weight: 600; position: relative; }
.nav__cats svg { width: 20px; height: 20px; }
.nav__links { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav__links > li > a { display: block; padding: 10px 12px; font-weight: 600; white-space: nowrap; font-size: .95rem; color: var(--text); position: relative; border-radius: 6px; transition: color var(--t), background var(--t); }
.nav__links > li > a::after { content: ""; position: absolute; bottom: 4px; inset-inline-start: 14px; width: calc(100% - 28px); height: 2px; background: var(--walnut); transform: scaleX(0); transform-origin: var(--origin, left); transition: transform var(--t); }
[dir=rtl] .nav__links > li > a::after { --origin: right; }
.nav__links > li > a:hover, .nav__links > li > a.is-active { color: var(--brown); }
.nav__links > li > a:hover::after, .nav__links > li > a.is-active::after { transform: scaleX(1); }
.nav__search { position: relative; width: 250px; flex: none; }
.nav__search input { width: 100%; height: 42px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fff; padding: 0 44px 0 14px; transition: border-color var(--t), box-shadow var(--t); }
[dir=ltr] .nav__search input { padding: 0 14px 0 44px; }
.nav__search input:focus { border-color: var(--walnut); box-shadow: 0 0 0 3px var(--beige-40); outline: none; }
.nav__search button { position: absolute; top: 0; inset-inline-start: 0; height: 42px; width: 42px; display: grid; place-items: center; color: var(--muted); }
.nav__search button svg { width: 20px; height: 20px; }
.suggest { position: absolute; top: calc(100% + 6px); inset-inline: 0; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 8px; display: none; z-index: 30; max-height: 70vh; overflow: auto; }
.suggest.is-open { display: block; }
.suggest__group { font-size: var(--fs-sm); color: var(--muted); padding: 6px 10px 2px; }
.suggest a { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 6px; }
.suggest a:hover, .suggest a.is-hi { background: var(--surface); }
.suggest img { width: 44px; height: 44px; object-fit: cover; border-radius: 4px; background: var(--sand); }
.suggest .price { margin-inline-start: auto; color: var(--walnut); font-weight: 600; white-space: nowrap; }

/* Mega menu */
.mega { position: absolute; top: calc(100% + 8px); inset-inline-start: 0; width: min(920px, calc(100vw - 40px)); background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 22px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px 28px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity var(--t), transform var(--t), visibility var(--t); z-index: 40; color: var(--text); text-align: start; }
.nav__cats:hover .mega, .nav__cats:focus-within .mega, .nav__cats.is-open .mega { opacity: 1; visibility: visible; transform: none; }
.mega__col > a { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--brown); margin-bottom: 8px; }
.mega__col > a img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; }
.mega__col li a { display: block; padding: 4px 0; color: var(--muted); font-weight: 400; }
.mega__col li a:hover { color: var(--brown); padding-inline-start: 4px; }

/* Drawer (mobile) */
.drawer { position: fixed; inset: 0; z-index: 120; visibility: hidden; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(58, 42, 31, .45); opacity: 0; transition: opacity var(--t); }
.drawer__panel { position: absolute; top: 0; bottom: 0; inset-inline-start: 0; width: min(360px, 88vw); background: var(--bg); transform: translateX(var(--dx, -100%)); transition: transform var(--t); overflow: auto; padding: 18px 22px 40px; }
[dir=rtl] .drawer__panel { --dx: 100%; }
.drawer.is-open { visibility: visible; }
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer__head img { height: 40px; }
.drawer nav a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--brown); }
.drawer nav a small { color: var(--muted); font-weight: 400; }
.drawer .sub a { padding-inline-start: 18px; font-weight: 400; color: var(--text); }
.drawer__foot { margin-top: 24px; display: grid; gap: 8px; }

/* Mobile bottom nav */
.bottom-nav { display: none; position: fixed; inset-inline: 0; bottom: 0; z-index: 80; background: var(--bg-96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); }
.bottom-nav ul { display: grid; grid-template-columns: repeat(5, 1fr); }
.bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: var(--muted); padding: 4px 0; position: relative; }
.bottom-nav a svg { width: 22px; height: 22px; }
.bottom-nav a.is-active, .bottom-nav a:hover { color: var(--brown); }
.bottom-nav a .count { position: absolute; top: -2px; inset-inline-end: calc(50% - 20px); min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--brown); color: #fff; font-size: 10px; display: grid; place-items: center; }

/* ── Intro (logo splash) ── */
.intro { position: fixed; inset: 0; z-index: 300; background: var(--intro-bg); display: grid; place-items: center; transition: opacity .7s var(--ease), visibility .7s; animation: introOut .7s var(--ease) var(--intro-out, 2.8s) forwards; }
.no-intro .intro, html:not(.js) .intro { display: none; }
.intro__logo { width: min(420px, 70vw); opacity: 0; transform: translateY(8px) scale(.98); animation: introLogo 1.1s var(--ease) .15s forwards; }
.intro__line { width: min(420px, 70vw); height: 1px; background: var(--beige); margin-top: 22px; transform: scaleX(0); animation: introLine 1s var(--ease) .5s forwards; }
.intro__tag { margin-top: 10px; color: var(--taupe); font-size: var(--fs-sm); letter-spacing: .02em; opacity: 0; animation: introFade .8s var(--ease) 1s forwards; }
.intro.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes introOut { to { opacity: 0; visibility: hidden; pointer-events: none; } }
@keyframes introLogo { to { opacity: 1; transform: none; } }
@keyframes introLine { to { transform: scaleX(1); } }
@keyframes introFade { to { opacity: 1; } }

/* ── Reveal on scroll (single orchestrated pass per section) ── */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal-stagger] > * { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
/* safety nets: if the reveal script never runs (blocked/failed JS) everything is visible after 2.5s; and no element may stay hidden longer than 6s whatever happens */
.js [data-reveal], .js [data-reveal-stagger] > * { animation: revealFallback .01s 6s forwards; }
.js:not(.reveal-ok) [data-reveal], .js:not(.reveal-ok) [data-reveal-stagger] > * { animation-delay: 2.5s; }
@keyframes revealFallback { to { opacity: 1; transform: none; } }
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-stagger] > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .intro { display: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ── Hero ── */
.hero { position: relative; }
.hero--split .hero__grid { display: grid; grid-template-columns: 1fr 1.1fr; min-height: min(640px, 78vh); align-items: stretch; gap: 0; }
.hero__body { display: flex; flex-direction: column; justify-content: center; padding: 48px 40px 48px 0; position: relative; }
[dir=ltr] .hero__body { padding: 48px 0 48px 40px; }
.hero__body::before { content: ""; position: absolute; top: 12%; bottom: 12%; inset-inline-end: 0; width: 1px; background: var(--line); }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--taupe); font-weight: 600; font-size: var(--fs-sm); margin-bottom: 18px; }
.hero__eyebrow img { height: 34px; width: auto; }
.hero__title { font-size: clamp(2rem, 4.6vw, var(--fs-4xl)); line-height: 1.22; max-width: 14ch; }
.hero__sub { color: var(--muted); font-size: var(--fs-md); max-width: 44ch; margin: 18px 0 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__media { position: relative; overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); }
[dir=ltr] .hero__media { border-radius: 0 var(--radius) var(--radius) 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: heroZoom 6s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__frame { position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 6px; pointer-events: none; }
.hero__frame::before, .hero__frame::after { content: ""; position: absolute; width: 8px; height: 8px; border: 1px solid rgba(255, 255, 255, .8); }
.hero__frame::before { top: -4px; inset-inline-start: -4px; } .hero__frame::after { bottom: -4px; inset-inline-end: -4px; }
.hero--full { min-height: min(680px, 82vh); display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero--full .hero__bg { position: absolute; inset: 0; }
.hero--full .hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 7s var(--ease) forwards; }
.hero--full .hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(58, 42, 31, .72), rgba(58, 42, 31, .25) 55%, rgba(58, 42, 31, .1)); }
.hero--full .hero__body { position: relative; padding: 80px 0; }
.hero--full .hero__body::before { display: none; }
.hero--full .hero__title { color: #fff; }
.hero--full .hero__sub { color: rgba(255, 255, 255, .85); }
.hero--full .hero__eyebrow { color: rgba(255, 255, 255, .8); }
.hero[data-align=center] .hero__body { text-align: center; align-items: center; }
.hero[data-align=center] .hero__title, .hero[data-align=center] .hero__sub { margin-inline: auto; }
.hero[data-align=center] .hero__actions { justify-content: center; }
.hero[data-align=end] .hero__body { text-align: end; align-items: flex-end; }
.hero[data-align=end] .hero__actions { justify-content: flex-end; }

/* ── Trust bar ── */
.trust { border-block: 1px solid var(--line); background: var(--surface); }
.trust ul { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust li { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-inline-start: 1px solid var(--line); }
.trust li:first-child { border-inline-start: 0; padding-inline-start: 0; }
.trust svg { width: 30px; height: 30px; color: var(--walnut); flex: none; }
.trust strong { display: block; color: var(--brown); font-weight: 700; line-height: 1.3; }
.trust small { color: var(--muted); }

/* ── Service cards ── */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: var(--surface); aspect-ratio: 4 / 3; isolation: isolate; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter var(--t); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(58, 42, 31, .78), rgba(58, 42, 31, .12) 55%, transparent); transition: opacity var(--t); }
.service-card__body { position: absolute; inset-inline: 0; bottom: 0; padding: 20px 22px; color: #fff; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.service-card__num { position: absolute; top: 16px; inset-inline-start: 18px; z-index: 1; font-size: var(--fs-sm); color: #fff; opacity: .85; padding: 2px 8px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 4px; }
.service-card h3 { color: #fff; font-size: var(--fs-md); margin-bottom: 2px; }
.service-card small { display: block; color: rgba(255, 255, 255, .78); font-size: var(--fs-sm); }
.service-card__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .7); display: grid; place-items: center; flex: none; transition: background var(--t), color var(--t), transform var(--t); }
.service-card__arrow svg { width: 18px; height: 18px; }
[dir=rtl] .service-card__arrow svg { transform: scaleX(-1); }
.service-card:hover img { transform: scale(1.06); }
.service-card:hover .service-card__arrow { background: #fff; color: var(--brown); transform: translateX(var(--dx, 3px)); }
[dir=rtl] .service-card:hover .service-card__arrow { --dx: -3px; }
.services-grid .service-card:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.services-grid .service-card:first-child h3 { font-size: var(--fs-xl); }
.services-grid .service-card:nth-child(6), .services-grid .service-card:nth-child(7) { grid-column: span 2; aspect-ratio: 16 / 6.5; }

/* ── About split ── */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius); width: 100%; max-height: 640px; object-fit: cover; }
.about__media::after { content: ""; position: absolute; inset: -14px; inset-inline-start: 22px; border: 1px solid var(--line-strong); border-radius: var(--radius); z-index: -1; }
.about__body p { color: var(--muted); font-size: var(--fs-md); }
.about__logo { height: 62px; width: auto; margin-bottom: 20px; opacity: .9; }
.about__points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 26px 0 30px; }
.about__points li { display: flex; align-items: center; gap: 10px; color: var(--brown); font-weight: 600; }
.about__points li::before { content: ""; width: 14px; height: 1px; background: var(--taupe); }

/* ── Product cards ── */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.products-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-card { position: relative; display: flex; flex-direction: column; }
.product-card__media { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); aspect-ratio: 4 / 3.2; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-card__media img + img { position: absolute; inset: 0; opacity: 0; transition: opacity .5s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.04); }
.product-card:hover .product-card__media img + img { opacity: 1; }
.product-card__badges { position: absolute; top: 12px; inset-inline-start: 12px; display: flex; gap: 6px; z-index: 2; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; background: var(--brown); color: #fff; line-height: 1.5; }
.badge--sale { background: var(--danger); }
.badge--muted { background: var(--sand); color: var(--brown); }
.badge--outline { background: #fff; color: var(--brown); border: 1px solid var(--line-strong); }
.wish-btn { position: absolute; top: 10px; inset-inline-end: 10px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .92); display: grid; place-items: center; color: var(--brown); transition: transform .18s var(--ease), background var(--t); }
.wish-btn svg { width: 19px; height: 19px; }
.wish-btn:hover { transform: scale(1.08); background: #fff; }
.wish-btn.is-on svg { fill: var(--danger); color: var(--danger); }
.product-card__body { padding: 12px 4px 0; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.product-card__cat { font-size: var(--fs-sm); color: var(--taupe); }
.product-card__title { font-weight: 600; color: var(--brown); font-size: 1rem; line-height: 1.4; transition: color var(--t); }
.product-card:hover .product-card__title { color: var(--walnut); }
.product-card__title a::after { content: ""; position: absolute; inset: 0; }
.price { display: inline-flex; align-items: baseline; gap: 8px; color: var(--brown); font-weight: 700; }
.price del { color: var(--muted); font-weight: 400; font-size: var(--fs-sm); }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.product-card .add-btn { position: relative; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--brown); transition: background var(--t), color var(--t), border-color var(--t); }
.product-card .add-btn svg { width: 18px; height: 18px; }
.product-card .add-btn:hover { background: var(--brown); color: #fff; border-color: var(--brown); }
.product-card .add-btn.is-loading { opacity: .5; pointer-events: none; }
.product-card__stock { font-size: 12px; color: var(--muted); }
.product-card__stock.is-out { color: var(--danger); }

/* Horizontal scroller (mobile) */
.scroller { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.scroller > * { scroll-snap-align: start; flex: 0 0 min(280px, 78vw); }

/* ── Projects editorial grid ── */
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 18px; }
.project-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface); display: block; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.project-card:hover img { transform: scale(1.05); }
.project-card__body { position: absolute; inset-inline: 0; bottom: 0; padding: 18px 20px; color: #fff; background: linear-gradient(to top, rgba(58, 42, 31, .82), transparent); }
.project-card h3 { color: #fff; font-size: var(--fs-md); }
.project-card small { color: rgba(255, 255, 255, .8); }
.projects-grid .project-card:nth-child(1) { grid-row: span 2; }
.projects-grid .project-card:nth-child(4) { grid-column: span 2; }
.project-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.project-tabs a { padding: 8px 18px; border: 1px solid var(--line-strong); border-radius: 100px; color: var(--muted); font-weight: 600; transition: all var(--t); }
.project-tabs a:hover, .project-tabs a.is-active { background: var(--brown); border-color: var(--brown); color: #fff; }

/* ── Process steps (a real sequence) ── */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; counter-reset: step; }
.steps::before { content: ""; position: absolute; top: 26px; inset-inline: 8%; height: 1px; background: var(--line-strong); }
.step { position: relative; text-align: center; padding: 0 12px; }
.step__num { width: 52px; height: 52px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line-strong); display: grid; place-items: center; margin: 0 auto 14px; color: var(--walnut); font-weight: 700; position: relative; transition: background var(--t), color var(--t), border-color var(--t); }
.step:hover .step__num { background: var(--brown); border-color: var(--brown); color: #fff; }
.step h3 { font-size: 1rem; }
.step p { color: var(--muted); font-size: var(--fs-sm); margin: 4px 0 0; }
.section--sand .step__num { background: var(--surface); }

/* ── Why us ── */
.why { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.why li { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); transition: transform var(--t), border-color var(--t), box-shadow var(--t); }
.why li:hover { transform: translateY(-4px); border-color: var(--beige); box-shadow: var(--shadow); }
.why svg { width: 32px; height: 32px; color: var(--walnut); margin-bottom: 12px; }
.why h3 { font-size: var(--fs-md); margin-bottom: 4px; }
.why p { color: var(--muted); font-size: var(--fs-sm); margin: 0; }

/* ── Commercial ── */
.commercial { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: center; }
.commercial__body h2 { font-size: var(--fs-xl); }
.commercial__body p { color: var(--muted); }
.commercial__types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.commercial__types a { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; display: block; background: var(--sand); }
.commercial__types img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.commercial__types a:hover img { transform: scale(1.05); }
.commercial__types span { position: absolute; inset-inline: 0; bottom: 0; padding: 14px 16px; color: #fff; font-weight: 700; background: linear-gradient(to top, rgba(58, 42, 31, .85), transparent); }

/* ── Category tiles ── */
.cat-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat-tile { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; background: var(--surface); border-radius: var(--radius); overflow: hidden; min-height: 92px; transition: background var(--t), transform var(--t), box-shadow var(--t); }
.cat-tile:hover { background: var(--sand); transform: translateY(-2px); box-shadow: var(--shadow); }
.cat-tile span { padding: 12px 14px; font-weight: 700; color: var(--brown); font-size: var(--fs-sm); line-height: 1.35; }
.cat-tile img { width: 92px; height: 92px; object-fit: cover; }
.cat-tile__arrow { display: block; margin-top: 4px; color: var(--taupe); font-weight: 400; }

/* ── Gallery ── */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.gallery a { border-radius: 6px; overflow: hidden; aspect-ratio: 1; display: block; background: var(--surface); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter var(--t); }
.gallery a:hover img { transform: scale(1.06); }

/* ── Testimonials ── */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); position: relative; }
.testimonial::before { content: "”"; position: absolute; top: 10px; inset-inline-end: 22px; font-size: 72px; line-height: 1; color: var(--sand); font-family: Georgia, serif; }
.testimonial p { color: var(--text); position: relative; }
.testimonial__who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.testimonial__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial__who strong { display: block; color: var(--brown); line-height: 1.3; }
.testimonial__who small { color: var(--muted); }
.stars { color: var(--taupe); letter-spacing: 2px; font-size: 14px; }

/* ── Newsletter ── */
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; padding: 40px; border-radius: var(--radius); background: var(--brown); color: var(--sand); }
.newsletter h2 { color: #fff; font-size: var(--fs-xl); }
.newsletter p { color: var(--beige); margin: 4px 0 0; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { flex: 1; height: 50px; border-radius: 6px; border: 1px solid transparent; padding: 0 16px; background: rgba(255, 255, 255, .95); }
.newsletter input:focus { outline: none; border-color: var(--beige); }

/* ── Footer ── */
.footer { background: var(--surface); border-top: 1px solid var(--line); margin-top: var(--section-gap); padding-top: 56px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 40px; }
.footer__brand img { height: 74px; width: auto; margin-bottom: 16px; }
.footer__brand p { color: var(--muted); max-width: 40ch; font-size: var(--fs-sm); }
.footer h4 { font-size: 1rem; margin-bottom: 14px; position: relative; padding-bottom: 8px; }
.footer h4::after { content: ""; position: absolute; bottom: 0; inset-inline-start: 0; width: 28px; height: 1px; background: var(--beige); }
.footer li a { display: block; padding: 3px 0; color: var(--muted); font-size: var(--fs-sm); transition: color var(--t), padding var(--t); }
.footer li a:hover { color: var(--brown); padding-inline-start: 4px; }
.footer__contact li { display: flex; gap: 10px; color: var(--muted); font-size: var(--fs-sm); padding: 3px 0; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; flex: none; color: var(--walnut); margin-top: 4px; }
.socials { display: flex; gap: 8px; margin-top: 14px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--walnut); transition: all var(--t); }
.socials a:hover { background: var(--brown); border-color: var(--brown); color: #fff; }
.socials svg { width: 17px; height: 17px; }
.footer__bottom { border-top: 1px solid var(--line); padding: 18px 0 calc(18px + var(--bottom-nav-h, 0px)); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: var(--fs-sm); color: var(--muted); }
.pay-icons { display: flex; gap: 6px; flex-wrap: wrap; }
.pay-icons span { border: 1px solid var(--line-strong); border-radius: 4px; padding: 2px 8px; font-size: 11px; font-weight: 700; color: var(--walnut); background: #fff; letter-spacing: .02em; }
.footer__credit a { color: var(--walnut); }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 70; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -10px rgba(0, 0, 0, .4); transition: transform var(--t); }
.wa-float:hover { transform: translateY(-3px) scale(1.04); }
.wa-float svg { width: 28px; height: 28px; }

/* ── Page header / breadcrumbs ── */
.page-head { padding: 34px 0 20px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: var(--fs-sm); color: var(--muted); margin-bottom: 10px; }
.crumbs li + li::before { content: "›"; margin-inline-end: 6px; color: var(--beige); }
[dir=rtl] .crumbs li + li::before { content: "‹"; }
.crumbs a:hover { color: var(--brown); }
.page-head h1 { font-size: var(--fs-2xl); }
.page-head p { color: var(--muted); max-width: 70ch; margin: 8px 0 0; }
.cat-hero { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.cat-hero img { width: 420px; max-width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius); }
.subcats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.subcats a { padding: 8px 16px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fff; font-weight: 600; font-size: var(--fs-sm); color: var(--brown); transition: all var(--t); }
.subcats a:hover, .subcats a.is-active { background: var(--brown); border-color: var(--brown); color: #fff; }

/* ── Shop layout ── */
.shop { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.filters { position: sticky; top: calc(var(--header-h) + 16px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }
.filters__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--brown); }
.filters__head svg { width: 20px; height: 20px; color: var(--walnut); }
.filter { padding: 14px 18px; border-bottom: 1px solid var(--line); }
.filter summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; color: var(--brown); }
.filter summary::-webkit-details-marker { display: none; }
.filter summary::after { content: "+"; color: var(--taupe); font-weight: 400; font-size: 20px; line-height: 1; transition: transform var(--t); }
.filter[open] summary::after { content: "–"; }
.filter ul { margin-top: 10px; display: grid; gap: 6px; }
.filter label { display: flex; align-items: center; gap: 10px; font-size: var(--fs-sm); cursor: pointer; }
.filter label:hover { color: var(--brown); }
.filter input[type=checkbox] { width: 16px; height: 16px; accent-color: var(--brown); }
.filter small { color: var(--muted); margin-inline-start: auto; }
.swatches { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.swatch { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line-strong); cursor: pointer; position: relative; transition: transform .15s; }
.swatch input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.swatch:has(input:checked) { box-shadow: 0 0 0 2px var(--brown); transform: scale(1.08); }
.swatch.is-checked { box-shadow: 0 0 0 2px var(--brown); transform: scale(1.08); }
.price-range { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.price-range input { width: 100%; height: 38px; border: 1px solid var(--line-strong); border-radius: 6px; padding: 0 10px; background: #fff; }
.filters__foot { padding: 14px 18px; display: grid; gap: 8px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.toolbar__count { color: var(--muted); font-size: var(--fs-sm); }
.toolbar select { height: 40px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fff; padding: 0 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; background: var(--surface); border-radius: 100px; font-size: var(--fs-sm); color: var(--brown); }
.chip a { color: var(--muted); }
.filters-toggle { display: none; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination a, .pagination span { min-width: 40px; height: 40px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 6px; font-weight: 600; color: var(--brown); transition: all var(--t); }
.pagination a:hover { background: var(--surface); }
.pagination .is-current { background: var(--brown); color: #fff; border-color: var(--brown); }

/* ── Empty states ── */
.empty { text-align: center; padding: 64px 20px; border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.empty svg { width: 56px; height: 56px; color: var(--beige); margin: 0 auto 14px; }
.empty h2 { font-size: var(--fs-lg); }
.empty p { color: var(--muted); }

/* ── Product page ── */
.product { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }
.pgallery { position: sticky; top: calc(var(--header-h) + 16px); display: grid; grid-template-columns: 84px 1fr; gap: 12px; }
.pgallery__thumbs { display: flex; flex-direction: column; gap: 8px; max-height: 620px; overflow: auto; scrollbar-width: none; }
.pgallery__thumbs button { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; aspect-ratio: 1; background: var(--surface); transition: border-color var(--t); }
.pgallery__thumbs button.is-active { border-color: var(--brown); }
.pgallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pgallery__main { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface); aspect-ratio: 1; cursor: zoom-in; }
.pgallery__main img { width: 100%; height: 100%; object-fit: cover; }
.pgallery__zoom { position: absolute; inset: 0; background-repeat: no-repeat; opacity: 0; pointer-events: none; transition: opacity .2s; }
.pgallery__main.is-zooming .pgallery__zoom { opacity: 1; }
.pgallery__hint { position: absolute; bottom: 12px; inset-inline-start: 12px; background: rgba(255, 255, 255, .9); color: var(--muted); font-size: 12px; padding: 4px 10px; border-radius: 4px; pointer-events: none; display: inline-flex; gap: 6px; align-items: center; }
.pgallery__hint svg { width: 14px; height: 14px; }
.pgallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .9); display: grid; place-items: center; color: var(--brown); opacity: 0; transition: opacity var(--t); }
.pgallery__nav svg { width: 18px; height: 18px; }
.pgallery__nav--prev { inset-inline-start: 12px; } .pgallery__nav--next { inset-inline-end: 12px; }
.pgallery__main:hover .pgallery__nav { opacity: 1; }
[dir=rtl] .pgallery__nav svg { transform: scaleX(-1); }
.pinfo__cat { color: var(--taupe); font-size: var(--fs-sm); }
.pinfo h1 { font-size: var(--fs-2xl); margin: 4px 0 8px; }
.pinfo__meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: var(--fs-sm); margin-bottom: 14px; }
.pinfo__price { font-size: var(--fs-xl); display: flex; align-items: baseline; gap: 12px; }
.pinfo__price del { font-size: 1rem; color: var(--muted); font-weight: 400; }
.pinfo__price .badge { font-size: 12px; vertical-align: middle; }
.pinfo__vat { color: var(--muted); font-size: 12px; margin-bottom: 18px; }
.pinfo__short { color: var(--muted); margin-bottom: 20px; }
.opt { margin-bottom: 18px; }
.opt__label { display: flex; justify-content: space-between; font-weight: 700; color: var(--brown); margin-bottom: 8px; font-size: var(--fs-sm); }
.opt__label span { color: var(--muted); font-weight: 400; }
.chips-opt { display: flex; flex-wrap: wrap; gap: 8px; }
.chips-opt label { position: relative; padding: 8px 16px; border: 1px solid var(--line-strong); border-radius: 6px; cursor: pointer; font-size: var(--fs-sm); font-weight: 600; background: #fff; transition: all var(--t); }
.chips-opt input { position: absolute; opacity: 0; inset: 0; }
.chips-opt label:has(input:checked) { background: var(--brown); border-color: var(--brown); color: #fff; }
.chips-opt label.is-checked { background: var(--brown); border-color: var(--brown); color: #fff; }
.chips-opt label.is-disabled { opacity: .4; text-decoration: line-through; }
.swatches-opt { display: flex; flex-wrap: wrap; gap: 10px; }
.swatches-opt label { position: relative; width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line-strong); cursor: pointer; transition: transform .15s; }
.swatches-opt input { position: absolute; opacity: 0; inset: 0; }
.swatches-opt label:has(input:checked) { box-shadow: 0 0 0 2px var(--brown); transform: scale(1.08); }
.swatches-opt label.is-checked { box-shadow: 0 0 0 2px var(--brown); transform: scale(1.08); }
.swatches-opt label.is-disabled { opacity: .35; }
.pinfo__buy { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin: 8px 0 12px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 6px; height: 48px; background: #fff; }
.qty button { width: 42px; height: 100%; display: grid; place-items: center; color: var(--brown); font-size: 20px; transition: background var(--t); }
.qty button:hover { background: var(--surface); }
.qty input { width: 48px; text-align: center; border: 0; height: 100%; background: transparent; font-weight: 700; -moz-appearance: textfield; }
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.pinfo__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pinfo__extra { display: flex; gap: 18px; margin: 14px 0 24px; font-size: var(--fs-sm); }
.pinfo__extra button, .pinfo__extra a { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.pinfo__extra button:hover, .pinfo__extra a:hover { color: var(--brown); }
.pinfo__extra svg { width: 18px; height: 18px; }
.pinfo__extra .is-on svg { fill: var(--danger); color: var(--danger); }
.pinfo__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; padding: 18px 0; border-block: 1px solid var(--line); margin-bottom: 20px; font-size: var(--fs-sm); }
.pinfo__facts li { display: flex; gap: 10px; align-items: flex-start; }
.pinfo__facts svg { width: 20px; height: 20px; color: var(--walnut); flex: none; margin-top: 3px; }
.pinfo__facts strong { display: block; color: var(--brown); }
.pinfo__facts span { color: var(--muted); }
.stock-note { font-size: var(--fs-sm); font-weight: 600; margin-bottom: 12px; }
.stock-note.in { color: #4A6B3A; } .stock-note.low { color: #A3651F; } .stock-note.out { color: var(--danger); }
.tabs { margin-top: 56px; border-top: 1px solid var(--line); }
.tabs__nav { display: flex; gap: 6px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tabs__nav button { padding: 16px 20px; font-weight: 700; color: var(--muted); position: relative; white-space: nowrap; }
.tabs__nav button::after { content: ""; position: absolute; bottom: -1px; inset-inline: 20px; height: 2px; background: var(--brown); transform: scaleX(0); transition: transform var(--t); }
.tabs__nav button.is-active { color: var(--brown); }
.tabs__nav button.is-active::after { transform: scaleX(1); }
.tabs__panel { display: none; padding: 28px 0; max-width: 80ch; }
.tabs__panel.is-active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: start; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { width: 30%; color: var(--brown); font-weight: 700; background: var(--surface); }
.dims { display: flex; gap: 20px; }
.dims div { text-align: center; padding: 14px 18px; border: 1px solid var(--line); border-radius: 6px; min-width: 100px; }
.dims strong { display: block; font-size: var(--fs-lg); color: var(--brown); }
.dims small { color: var(--muted); }
.custom-opt input, .custom-opt select, .custom-opt textarea { width: 100%; }
.prose { max-width: 80ch; color: var(--text); }
.prose h2, .prose h3 { margin: 1.4em 0 .5em; }
.prose ul { list-style: disc; padding-inline-start: 1.4em; margin-bottom: 1em; }
.prose ol { list-style: decimal; padding-inline-start: 1.4em; margin-bottom: 1em; }
.prose a { color: var(--walnut); text-decoration: underline; }
.prose img { border-radius: var(--radius); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(30, 20, 14, .94); display: none; align-items: center; justify-content: center; flex-direction: column; }
.lightbox.is-open { display: flex; }
.lightbox__stage { flex: 1; width: 100%; display: grid; place-items: center; overflow: hidden; touch-action: none; }
.lightbox__stage img { max-width: 92vw; max-height: 80vh; object-fit: contain; transition: transform .12s ease-out; will-change: transform; user-select: none; -webkit-user-drag: none; cursor: grab; }
.lightbox__stage img.is-dragging { cursor: grabbing; transition: none; }
.lightbox__bar { display: flex; align-items: center; gap: 8px; padding: 12px; color: #fff; }
.lightbox__bar button { width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; transition: background var(--t); }
.lightbox__bar button:hover { background: rgba(255, 255, 255, .25); }
.lightbox__bar svg { width: 20px; height: 20px; }
.lightbox__count { font-size: var(--fs-sm); opacity: .8; margin-inline: 8px; min-width: 50px; text-align: center; }
.lightbox__close { position: absolute; top: 14px; inset-inline-end: 14px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; }
.lightbox__close svg { width: 22px; height: 22px; }
.lightbox__thumbs { display: flex; gap: 6px; padding: 0 12px 14px; overflow-x: auto; max-width: 100vw; }
.lightbox__thumbs button { width: 56px; height: 56px; border-radius: 4px; overflow: hidden; opacity: .5; border: 2px solid transparent; flex: none; }
.lightbox__thumbs button.is-active { opacity: 1; border-color: #fff; }
.lightbox__thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* ── Forms ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.form-grid .span-2 { grid-column: span 2; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 600; font-size: var(--fs-sm); color: var(--brown); }
.field label .opt-tag { color: var(--muted); font-weight: 400; }
.input, .field input:not([type=checkbox]):not([type=radio]), .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line-strong); border-radius: 6px; padding: 10px 14px; background: #fff; transition: border-color var(--t), box-shadow var(--t); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { border-color: var(--walnut); box-shadow: 0 0 0 3px var(--beige-40); outline: none; }
.field .error, .field-error { color: var(--danger); font-size: 12px; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: var(--fs-sm); }
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brown); flex: none; }
.alert { padding: 14px 18px; border-radius: 6px; margin-bottom: 20px; border: 1px solid transparent; font-size: var(--fs-sm); }
.alert--success { background: #EEF3E7; border-color: #C9D8B5; color: #3F5A2E; }
.alert--error { background: #F7E9E6; border-color: #E5C6C0; color: #7A2E22; }
.alert--info { background: var(--surface); border-color: var(--line-strong); color: var(--brown); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); padding: 24px; }
.card--sand { background: var(--surface); border-color: transparent; }
.card h2, .card h3 { margin-bottom: 14px; }
.auth { max-width: 460px; margin: 40px auto; }
.auth .card { padding: 32px; }
.auth h1 { font-size: var(--fs-xl); text-align: center; margin-bottom: 6px; }
.auth .sub { text-align: center; color: var(--muted); margin-bottom: 24px; }
.auth form { display: grid; gap: 14px; }
.auth .links { text-align: center; margin-top: 16px; color: var(--muted); font-size: var(--fs-sm); }
.auth .links a { color: var(--walnut); font-weight: 600; }
.radio-cards { display: grid; gap: 10px; }
.radio-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: 8px; cursor: pointer; background: #fff; transition: border-color var(--t), background var(--t); }
.radio-card:has(input:checked) { border-color: var(--brown); background: var(--surface); }
.radio-card.is-checked { border-color: var(--brown); background: var(--surface); }
.radio-card input { width: 18px; height: 18px; accent-color: var(--brown); }
.radio-card strong { display: block; color: var(--brown); }
.radio-card small { color: var(--muted); }
.radio-card .fee { font-weight: 700; color: var(--brown); white-space: nowrap; }
.pay-logos { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 6px; }

/* ── Cart & checkout ── */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: start; font-size: var(--fs-sm); color: var(--muted); font-weight: 600; padding: 0 8px 12px; border-bottom: 1px solid var(--line); }
.cart-table td { padding: 16px 8px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-item { display: flex; gap: 14px; align-items: center; }
.cart-item img { width: 90px; height: 80px; object-fit: cover; border-radius: 6px; background: var(--surface); flex: none; }
.cart-item strong { display: block; color: var(--brown); line-height: 1.4; }
.cart-item small { color: var(--muted); display: block; }
.cart-item .actions { display: flex; gap: 12px; margin-top: 4px; font-size: 12px; }
.cart-item .actions button { color: var(--muted); }
.cart-item .actions button:hover { color: var(--danger); }
.cart-table .qty { height: 40px; }
.cart-table .qty button { width: 34px; }
.summary { position: sticky; top: calc(var(--header-h) + 16px); }
.summary dl { display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; margin: 0 0 16px; }
.summary dt { color: var(--muted); } .summary dd { margin: 0; text-align: end; font-weight: 600; }
.summary .total dt, .summary .total dd { font-size: var(--fs-md); color: var(--brown); font-weight: 700; padding-top: 12px; border-top: 1px solid var(--line); }
.coupon-form { display: flex; gap: 8px; margin-bottom: 18px; }
.coupon-form input { flex: 1; text-transform: uppercase; }
.checkout-grid { display: grid; grid-template-columns: 1fr 400px; gap: 32px; align-items: start; }
.checkout-grid > form { display: grid; gap: 24px; }
.checkout-grid .card h2 { font-size: var(--fs-md); display: flex; align-items: center; gap: 10px; }
.checkout-grid .card h2 span { width: 28px; height: 28px; border-radius: 50%; background: var(--brown); color: #fff; font-size: 13px; display: grid; place-items: center; }
.mini-items { display: grid; gap: 12px; margin-bottom: 16px; max-height: 320px; overflow: auto; }
.mini-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; font-size: var(--fs-sm); }
.mini-item img { width: 56px; height: 50px; object-fit: cover; border-radius: 4px; background: var(--surface); }
.mini-item strong { display: block; color: var(--brown); font-weight: 600; }
.mini-item small { color: var(--muted); }
.success { text-align: center; max-width: 620px; margin: 40px auto; }
.success__icon { width: 84px; height: 84px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; margin: 0 auto 20px; color: var(--walnut); }
.success__icon svg { width: 40px; height: 40px; }
.success h1 { font-size: var(--fs-2xl); }
.success .num { font-size: var(--fs-xl); color: var(--brown); font-weight: 700; margin: 10px 0 8px; }
.success p { color: var(--muted); }
.success .actions { display: flex; gap: 10px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.bank-box { text-align: start; margin-top: 24px; white-space: pre-line; }

/* ── Timeline ── */
.timeline { position: relative; padding-inline-start: 26px; }
.timeline::before { content: ""; position: absolute; top: 6px; bottom: 6px; inset-inline-start: 7px; width: 1px; background: var(--line-strong); }
.timeline li { position: relative; padding-bottom: 18px; }
.timeline li::before { content: ""; position: absolute; inset-inline-start: -23px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--beige); border: 2px solid var(--bg); box-shadow: 0 0 0 1px var(--beige); }
.timeline li.is-current::before { background: var(--brown); box-shadow: 0 0 0 1px var(--brown); }
.timeline strong { display: block; color: var(--brown); }
.timeline small { color: var(--muted); display: block; }
.status-pill { display: inline-block; padding: 3px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; background: var(--surface); color: var(--brown); border: 1px solid var(--line-strong); }
.status-pill.delivered, .status-pill.paid { background: #EEF3E7; color: #3F5A2E; border-color: #C9D8B5; }
.status-pill.cancelled, .status-pill.failed, .status-pill.refunded { background: #F7E9E6; color: #7A2E22; border-color: #E5C6C0; }
.status-pill.shipped, .status-pill.out_for_delivery { background: #E9EEF5; color: #2F4A6D; border-color: #C2D0E3; }
.order-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 20px 0 28px; }
.order-steps li { text-align: center; font-size: 12px; color: var(--muted); position: relative; padding-top: 24px; }
.order-steps li::before { content: ""; position: absolute; top: 6px; inset-inline: 0; height: 3px; background: var(--sand); border-radius: 2px; }
.order-steps li.is-done::before, .order-steps li.is-current::before { background: var(--brown); }
.order-steps li.is-current { color: var(--brown); font-weight: 700; }

/* ── Account ── */
.account { display: grid; grid-template-columns: 250px 1fr; gap: 32px; align-items: start; }
.account__nav { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; position: sticky; top: calc(var(--header-h) + 16px); }
.account__nav .who { padding: 18px; background: var(--surface); border-bottom: 1px solid var(--line); }
.account__nav .who strong { display: block; color: var(--brown); }
.account__nav .who small { color: var(--muted); }
.account__nav a, .account__nav button { width: 100%; text-align: start; display: flex; align-items: center; gap: 10px; padding: 11px 18px; font-size: var(--fs-sm); font-weight: 600; color: var(--text); border-bottom: 1px solid var(--line); transition: background var(--t), color var(--t); }
.account__nav a:hover, .account__nav button:hover, .account__nav a.is-active { background: var(--surface); color: var(--brown); }
.account__nav a svg, .account__nav button svg { width: 18px; height: 18px; color: var(--taupe); }
.account__nav a:last-child { border-bottom: 0; }
.stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.stat-card { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.stat-card strong { display: block; font-size: var(--fs-xl); color: var(--brown); }
.stat-card span { color: var(--muted); font-size: var(--fs-sm); }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { text-align: start; padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); vertical-align: middle; }
.table th { color: var(--muted); font-weight: 600; }
.table a.strong { color: var(--brown); font-weight: 700; }
.address-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.address-card { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; font-size: var(--fs-sm); }
.address-card strong { display: block; color: var(--brown); margin-bottom: 4px; }
.address-card .badge { position: absolute; top: 12px; inset-inline-end: 12px; }
.address-card .actions { display: flex; gap: 14px; margin-top: 10px; }
.address-card .actions a, .address-card .actions button { color: var(--walnut); font-weight: 600; }

/* ── Service page ── */
.svc-hero { position: relative; min-height: 420px; border-radius: var(--radius); overflow: hidden; display: grid; align-items: end; color: #fff; }
.svc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(58, 42, 31, .82), rgba(58, 42, 31, .1) 60%); }
.svc-hero__body { position: relative; padding: 40px; z-index: 1; }
.svc-hero h1 { color: #fff; font-size: var(--fs-3xl); }
.svc-hero p { color: rgba(255, 255, 255, .85); max-width: 60ch; font-size: var(--fs-md); margin: 6px 0 0; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-list li { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.feature-list h3 { font-size: 1rem; margin-bottom: 4px; }
.feature-list p { margin: 0; color: var(--muted); font-size: var(--fs-sm); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list li { padding: 8px 16px; border: 1px solid var(--line-strong); border-radius: 100px; font-size: var(--fs-sm); background: #fff; color: var(--brown); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 40px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.cta-band h2 { font-size: var(--fs-xl); }
.cta-band p { color: var(--muted); margin: 4px 0 0; }
.cta-band .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.masonry { columns: 3; column-gap: 14px; }
.masonry a { display: block; break-inside: avoid; margin-bottom: 14px; border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.masonry img { width: 100%; transition: transform .9s var(--ease); }
.masonry a:hover img { transform: scale(1.03); }
.ba { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; user-select: none; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px; background: #fff; pointer-events: none; }
.ba__handle::after { content: "⇔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--brown); display: grid; place-items: center; font-weight: 700; }
.ba__label { position: absolute; top: 12px; padding: 3px 10px; background: rgba(255, 255, 255, .9); border-radius: 4px; font-size: 12px; font-weight: 700; color: var(--brown); pointer-events: none; }
.ba__label--before { left: 12px; } .ba__label--after { right: 12px; }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: start; }
.contact-info li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-info svg { width: 22px; height: 22px; color: var(--walnut); flex: none; margin-top: 4px; }
.contact-info strong { display: block; color: var(--brown); }
.contact-info span, .contact-info a { color: var(--muted); }
.map-embed iframe { width: 100%; height: 300px; border: 0; border-radius: var(--radius); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 700; color: var(--brown); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; color: var(--taupe); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 0 18px; color: var(--muted); }

/* ── Toast ── */
.toast-wrap { position: fixed; bottom: 90px; inset-inline-start: 50%; transform: translateX(-50%); z-index: 500; display: grid; gap: 8px; pointer-events: none; }
.toast { background: var(--brown); color: #fff; padding: 12px 20px; border-radius: 8px; box-shadow: var(--shadow); font-size: var(--fs-sm); font-weight: 600; opacity: 0; transform: translateY(10px); transition: opacity var(--t), transform var(--t); display: flex; align-items: center; gap: 10px; }
.toast.is-in { opacity: 1; transform: none; }
.toast--error { background: var(--danger); }
.toast svg { width: 18px; height: 18px; }

/* ── Skeletons ── */
.skeleton { background: linear-gradient(90deg, var(--surface) 25%, var(--sand) 37%, var(--surface) 63%); background-size: 400% 100%; animation: shimmer 1.4s infinite; border-radius: 6px; }
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
img.lazy-fade { opacity: 0; transition: opacity .5s var(--ease); }
img.lazy-fade.is-loaded { opacity: 1; }

/* ── Error pages ── */
.error-page { text-align: center; padding: 80px 20px; }
.error-page .code { font-size: 96px; font-weight: 700; color: var(--sand); line-height: 1; }
.error-page h1 { font-size: var(--fs-2xl); margin: 8px 0; }
.error-page p { color: var(--muted); }
.error-page img { height: 60px; margin: 0 auto 24px; }

/* ── Responsive ── */
@media (max-width: 1280px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .services-grid .service-card:nth-child(6), .services-grid .service-card:nth-child(7) { grid-column: span 1; aspect-ratio: 4 / 3; }
  .services-grid .service-card:nth-child(7) { grid-column: span 2; aspect-ratio: 16 / 6; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-tiles { grid-template-columns: repeat(3, 1fr); }
  .why { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .steps::before { display: none; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .footer__grid > :nth-child(3) { display: none; }
}
@media (max-width: 1024px) {
  :root { --header-h: 64px; }
  .topbar { display: none; }
  .nav { display: none; }
  .header__main { grid-template-columns: auto 1fr auto; }
  .header__logo { justify-self: center; }
  .header__logo img { height: var(--logo-h-m); }
  .hero--split .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__body { padding: 36px 0 28px; order: 2; }
  .hero__body::before { display: none; }
  .hero__media { order: 1; aspect-ratio: 4 / 3; border-radius: var(--radius); }
  .hero__title { max-width: none; }
  .about { grid-template-columns: 1fr; gap: 32px; }
  .about__media::after { display: none; }
  .commercial { grid-template-columns: 1fr; }
  .commercial__types { grid-template-columns: repeat(4, 1fr); }
  .product { grid-template-columns: 1fr; gap: 28px; }
  .pgallery { position: static; grid-template-columns: 1fr; }
  .pgallery__thumbs { flex-direction: row; order: 2; max-height: none; }
  .pgallery__thumbs button { width: 64px; flex: none; }
  .shop { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0; z-index: 130; border-radius: 0; overflow: auto; transform: translateY(100%); transition: transform var(--t); background: var(--bg); }
  .filters.is-open { transform: none; }
  .filters-toggle { display: inline-flex; }
  .cart-layout, .checkout-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .account { grid-template-columns: 1fr; }
  .account__nav { position: static; }
  .account__nav a { padding: 10px 14px; }
  .account__nav .list { display: flex; overflow-x: auto; }
  .account__nav .list a { white-space: nowrap; border-bottom: 0; border-inline-end: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; padding: 28px; }
  .testimonials { grid-template-columns: 1fr 1fr; }
  .projects-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .projects-grid .project-card:nth-child(4) { grid-column: span 1; }
  .feature-list { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-band .actions { justify-content: center; }
  .masonry { columns: 2; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .trust ul { grid-template-columns: 1fr 1fr; }
  .trust li:nth-child(3) { border-inline-start: 0; padding-inline-start: 0; }
}
@media (max-width: 768px) {
  :root { --section-gap: 64px; --bottom-nav-h: 64px; }
  .container { width: min(var(--container), 100% - 32px); }
  body { padding-bottom: var(--bottom-nav-h); }
  .bottom-nav { display: block; }
  .wa-float { bottom: calc(var(--bottom-nav-h) + 14px); }
  .toast-wrap { bottom: calc(var(--bottom-nav-h) + 20px); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
  .section-head--center { align-items: center; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .services-grid .service-card:first-child { grid-column: span 2; grid-row: span 1; aspect-ratio: 16 / 10; }
  .services-grid .service-card:nth-child(6) { grid-column: span 1; aspect-ratio: 4 / 3; }
  .services-grid .service-card:nth-child(7) { grid-column: span 1; aspect-ratio: 4 / 3; }
  .service-card__body { padding: 14px 16px; }
  .service-card h3 { font-size: 1rem; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .product-card__title { font-size: var(--fs-sm); }
  .cat-tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cat-tile img { width: 76px; height: 76px; }
  .why { grid-template-columns: 1fr 1fr; gap: 10px; }
  .why li { padding: 18px 16px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .commercial__types { grid-template-columns: 1fr 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .projects-grid .project-card:nth-child(1) { grid-row: span 1; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer__grid > :nth-child(3) { display: block; }
  .footer__grid > :first-child { grid-column: span 2; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: span 1; }
  .cart-table thead { display: none; }
  .cart-table tr { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .cart-table td { padding: 0; border: 0; }
  .cart-table td:first-child { grid-column: span 2; }
  .address-cards { grid-template-columns: 1fr; }
  .stat-cards { grid-template-columns: 1fr; }
  .pinfo__actions { grid-template-columns: 1fr; }
  .pinfo__buy { grid-template-columns: 1fr; }
  .pinfo__facts { grid-template-columns: 1fr; }
  .dims { flex-wrap: wrap; gap: 10px; }
  .feature-list { grid-template-columns: 1fr; }
  .masonry { columns: 2; }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .cat-hero { grid-template-columns: 1fr; }
  .cat-hero img { width: 100%; height: 160px; }
  .svc-hero { min-height: 320px; }
  .svc-hero__body { padding: 24px 20px; }
  .svc-hero h1 { font-size: var(--fs-2xl); }
  .hero__actions .btn { flex: 1; }
  .order-steps { grid-template-columns: repeat(5, 1fr); }
  .order-steps li { font-size: 10px; }
  .trust ul { grid-template-columns: 1fr 1fr; }
  .trust li { padding: 12px 10px; gap: 10px; }
  .trust svg { width: 24px; height: 24px; }
  .trust strong { font-size: var(--fs-sm); }
  .trust small { font-size: 11px; }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { gap: 16px 10px; }
  .hero__sub { font-size: 1rem; }
  .cat-tiles { grid-template-columns: 1fr 1fr; }
  .newsletter form { flex-direction: column; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: 1fr 1fr; }
}
@media print {
  .header, .topbar, .footer, .bottom-nav, .wa-float, .intro, .btn { display: none !important; }
  body { background: #fff; }
}

/* ── Compatibility fallbacks (older iOS Safari / WebView) ── */
@supports not (aspect-ratio: 1 / 1) {
  .service-card, .commercial__types a, .gallery a, .pgallery__thumbs button, .pgallery__main, .ba, .product-card__media, .hero__media { height: 0; padding-top: 75%; }
  .commercial__types a { padding-top: 133.33%; }
  .gallery a, .pgallery__thumbs button, .pgallery__main { padding-top: 100%; }
  .ba { padding-top: 62.5%; }
  .product-card__media { padding-top: 80%; }
  .service-card img, .commercial__types img, .gallery img, .pgallery__thumbs img, .pgallery__main img, .product-card__media img, .ba img, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
  .services-grid .service-card:first-child { grid-row: span 1; }
}
@media (max-width: 768px) {
  /* iOS zooms into inputs smaller than 16px */
  .field input, .field select, .field textarea, .input, .nav__search input, .qty input, .drawer input, .filters input, .filters select { font-size: 16px; }
  .wa-float { bottom: calc(var(--bottom-nav-h, 62px) + 14px + env(safe-area-inset-bottom)); }
}
@media (hover: none) { .product-card__media img + img { display: none; } }

/* ── Documents: policies, about, static pages ── */
.doc-head { padding: 28px 0 8px; }
.doc-head h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin: 6px 0 8px; }
.doc-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: var(--fs-sm); }
.doc-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.doc-chips a { padding: 6px 14px; border: 1px solid var(--line-strong); border-radius: 100px; font-size: var(--fs-sm); color: var(--text); background: var(--surface); transition: background .2s, color .2s, border-color .2s; }
.doc-chips a:hover { border-color: var(--walnut); color: var(--walnut); }
.doc-chips a.is-active { background: var(--brown); color: #fff; border-color: var(--brown); }
.doc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; align-items: start; padding: 20px 0 var(--section-gap); }
.doc { max-width: 78ch; font-size: 1.02rem; line-height: 1.95; counter-reset: sec; }
.doc > p { margin-bottom: 1.1em; }
.doc .doc-lead { font-size: 1.12rem; color: var(--walnut); line-height: 1.8; border-inline-start: 3px solid var(--beige); padding-inline-start: 16px; margin-bottom: 1.6em; }
.doc .doc-note { background: #FBF1E2; border: 1px solid #F0DDBA; color: #7A4F12; border-radius: var(--radius); padding: 12px 16px; font-size: var(--fs-sm); margin-bottom: 1.6em; }
html:not(.is-admin) .doc .doc-note { display: none; } /* placeholder warning is shown to admins only */
.doc h2 { counter-increment: sec; font-size: 1.32rem; margin: 2.2em 0 .7em; padding-bottom: .35em; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h, 72px) + 16px); display: flex; gap: 12px; align-items: baseline; }
.doc h2::before { content: counter(sec, decimal) "."; color: var(--beige); font-weight: 700; font-size: .9em; min-width: 1.6em; }
.doc h3 { font-size: 1.1rem; margin: 1.6em 0 .5em; }
.doc ul, .doc ol { margin: 0 0 1.2em; padding-inline-start: 1.5em; }
.doc li { margin-bottom: .45em; }
.doc li::marker { color: var(--walnut); font-weight: 700; }
.doc table { width: 100%; border-collapse: collapse; font-size: .94rem; margin: .4em 0 1.6em; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.doc th, .doc td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: start; vertical-align: top; line-height: 1.6; }
.doc th { background: var(--surface); color: var(--brown); font-weight: 700; font-size: var(--fs-sm); }
.doc tr:last-child td { border-bottom: 0; }
.doc a { color: var(--walnut); text-decoration: underline; text-underline-offset: 3px; }
.doc strong { color: var(--brown); }
.doc-side { position: sticky; top: calc(var(--header-h, 72px) + 20px); display: grid; gap: 18px; }
.doc-toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; font-size: var(--fs-sm); }
.doc-toc strong { display: block; color: var(--brown); margin-bottom: 8px; }
.doc-toc ol { list-style: decimal; padding-inline-start: 1.3em; margin: 0; }
.doc-toc ul { list-style: none; padding: 0; margin: 0; }
.doc-toc li { margin: 0; padding: 3px 0; }
.doc-toc a { color: var(--muted); }
.doc-toc a:hover, .doc-toc a.is-active { color: var(--brown); font-weight: 700; }
.doc-toc--mobile { display: none; margin-bottom: 20px; }
.doc-toc--mobile summary { cursor: pointer; font-weight: 700; color: var(--brown); list-style: none; display: flex; justify-content: space-between; }
.doc-toc--mobile summary::after { content: "+"; color: var(--taupe); }
.doc-toc--mobile[open] summary::after { content: "−"; }
.doc-toc--mobile ol { margin-top: 10px; }
@media (max-width: 1024px) { .doc-layout { grid-template-columns: 1fr; gap: 24px; } .doc-side { display: none; } .doc-toc--mobile { display: block; } }
@media (max-width: 640px) {
  .doc { font-size: 1rem; line-height: 1.85; }
  .doc h2 { font-size: 1.18rem; margin-top: 1.8em; }
  .doc th, .doc td { padding: 9px 10px; font-size: .88rem; }
  /* wide tables become stacked cards (labels come from the header row, added by site.js) */
  .doc table.is-stacked thead { display: none; }
  .doc table.is-stacked, .doc table.is-stacked tbody, .doc table.is-stacked tr, .doc table.is-stacked td { display: block; width: 100%; }
  .doc table.is-stacked tr { padding: 10px 14px; border-bottom: 1px solid var(--line); }
  .doc table.is-stacked tr:last-child { border-bottom: 0; }
  .doc table.is-stacked td { border: 0; padding: 3px 0; display: flex; gap: 10px; align-items: baseline; font-size: .92rem; }
  .doc table.is-stacked td::before { content: attr(data-label); color: var(--muted); font-size: .78rem; flex: 0 0 32%; }
  .doc table.is-stacked td:first-child { display: block; font-weight: 700; color: var(--brown); margin-bottom: 4px; }
  .doc table.is-stacked td:first-child::before { display: none; }
  .doc-chips { gap: 6px; } .doc-chips a { padding: 5px 11px; }
}
@media print { .doc-head .btn, .doc-chips, .doc-side, .doc-toc--mobile, .doc-note { display: none !important; } .doc { max-width: none; font-size: 12pt; } .doc h2 { break-after: avoid; } .doc table { break-inside: avoid; } }
/* honeypot: visually hidden without off-screen offsets (off-screen offsets create horizontal overflow in RTL) */
.hp { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; }

/* ── Hero slideshow ── */
.slider { position: relative; height: clamp(440px, 72vh, 760px); overflow: hidden; background: var(--sand); }
.slider--sm { height: clamp(360px, 52vh, 560px); } .slider--lg { height: clamp(520px, 88vh, 900px); }
.slider__track { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); }
.slide.is-active { opacity: 1; z-index: 1; }
.slide picture, .slide > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slide.is-active img { animation: slideZoom 9s ease-out forwards; }
@keyframes slideZoom { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,calc(var(--overlay, .45) + .15)) 0%, rgba(0,0,0,var(--overlay, .45)) 45%, rgba(0,0,0,calc(var(--overlay, .45) * .35)) 100%); }
.slide__body { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: clamp(56px, 10vh, 110px); color: #fff; max-width: min(var(--container), 100%); }
.slide__body[data-pos=center] { align-items: center; text-align: center; justify-content: center; padding-bottom: 0; }
.slide__body[data-pos=end] { align-items: flex-end; text-align: end; }
.slide__kicker { display: inline-block; font-size: var(--fs-sm); letter-spacing: .12em; text-transform: uppercase; color: var(--beige); margin-bottom: 12px; opacity: 0; transform: translateY(14px); }
.slide__title { font-size: clamp(1.9rem, 4.6vw, 3.6rem); line-height: 1.2; color: #fff; max-width: 15ch; margin: 0 0 12px; opacity: 0; transform: translateY(18px); text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.slide__text { font-size: clamp(1rem, 1.5vw, 1.2rem); max-width: 48ch; margin: 0 0 24px; color: rgba(255,255,255,.88); opacity: 0; transform: translateY(18px); }
.slide__body .btn { opacity: 0; transform: translateY(18px); align-self: flex-start; }
.slide__body[data-pos=center] .btn { align-self: center; } .slide__body[data-pos=end] .btn { align-self: flex-end; }
.slide.is-active .slide__kicker, .slide.is-active .slide__title, .slide.is-active .slide__text, .slide.is-active .btn { animation: slideIn .9s var(--ease) forwards; }
.slide.is-active .slide__title { animation-delay: .15s; } .slide.is-active .slide__text { animation-delay: .3s; } .slide.is-active .btn { animation-delay: .45s; }
@keyframes slideIn { to { opacity: 1; transform: none; } }
.slider__arrow { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: grid; place-items: center; transition: background .2s; border: 1px solid rgba(255,255,255,.35); }
.slider__arrow:hover { background: rgba(255,255,255,.3); }
.slider__arrow--prev { inset-inline-start: 22px; } .slider__arrow--next { inset-inline-end: 22px; }
[dir=rtl] .slider__arrow svg { transform: scaleX(-1); }
.slider__dots { position: absolute; bottom: 22px; inset-inline: 0; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.slider__dots button { width: 28px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.4); transition: background .2s, width .2s; }
.slider__dots button.is-active { background: #fff; width: 44px; }
@media (max-width: 768px) { .slider { height: clamp(420px, 78vh, 640px); } .slider__arrow { display: none; } .slide__body { padding-bottom: 64px; } .slide__title { max-width: 12ch; } }

/* ── Documents ── */
.docs-grid { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 18px; }
.doc-card { display: flex; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: transform .3s var(--ease), box-shadow .3s; }
.doc-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -24px rgba(44,28,18,.35); }
.doc-card__icon { flex: none; width: 72px; height: 92px; border-radius: 6px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; align-content: center; gap: 4px; color: var(--brown); overflow: hidden; }
.doc-card__icon svg { width: 28px; height: 28px; } .doc-card__icon span { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: var(--taupe); }
.doc-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.doc-card__kind { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe); }
.doc-card h3 { font-size: var(--fs-md); margin: 2px 0 6px; } .doc-card p { font-size: var(--fs-sm); color: var(--muted); margin-bottom: 12px; }
.doc-card__actions { display: flex; gap: 8px; flex-wrap: wrap; } .doc-card__actions small { font-weight: 400; opacity: .8; }
@media (max-width: 1024px) { .docs-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .docs-grid { grid-template-columns: 1fr; } .doc-card { padding: 16px; } }

/* ── Section design controls (from the home builder) ── */
.section--pad-sm { padding-block: calc(var(--section-gap) * .45) !important; } .section--pad-lg { padding-block: calc(var(--section-gap) * 1.5) !important; }
.section--full > .container { max-width: none; padding-inline: 0; }
.section[style*="--cols"] .products-grid, .section[style*="--cols"] .cat-tiles, .section[style*="--cols"] .projects-grid, .section[style*="--cols"] .gallery, .section[style*="--cols"] .services-grid, .section[style*="--cols"] .docs-grid { grid-template-columns: repeat(var(--cols), 1fr); }
.section[style*="--ratio"] .product-card__media, .section[style*="--ratio"] .about__media img, .section[style*="--ratio"] .cat-tile, .section[style*="--ratio"] .gallery a, .section[style*="--ratio"] .service-card { aspect-ratio: var(--ratio); }
.section--img-end .about { direction: rtl; } [dir=rtl] .section--img-end .about { direction: ltr; } .section--img-end .about > * { direction: inherit; }
.section--img-top .about { grid-template-columns: 1fr; } .section--img-top .about__media { max-width: min(100%, 760px); margin-inline: auto; }
.section[style*="--img-size"] .about { grid-template-columns: var(--img-size) 1fr; }
[dir=ltr] .section--img-end .about { direction: rtl; }
@media (max-width: 1024px) { .section[style*="--cols"] .products-grid, .section[style*="--cols"] .cat-tiles { grid-template-columns: repeat(2, 1fr); } .section[style*="--img-size"] .about { grid-template-columns: 1fr; } }

/* ── Header: prominent shop button ── */
.header__shop { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 18px; border-radius: 100px; background: var(--brown); color: var(--on-brown, #fff); font-weight: 700; font-size: var(--fs-sm); transition: transform .2s, box-shadow .2s; margin-inline-start: 6px; }
.header__shop:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -14px rgba(0,0,0,.5); color: var(--on-brown, #fff); }
.header__shop svg { width: 18px; height: 18px; }
@media (max-width: 768px) { .header__shop { min-height: 34px; padding: 0 12px; } .header__shop span { display: none; } }
.topbar__doc { display: inline-flex; align-items: center; gap: 6px; }

/* ── Category cards (home) ── */
.cat-tiles--cards { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-tiles--cards .cat-tile { display: block; background: var(--surface); min-height: 0; }
.cat-tile__img { display: block; aspect-ratio: var(--ratio, 16 / 11); overflow: hidden; background: var(--sand); }
.cat-tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cat-tiles--cards .cat-tile:hover .cat-tile__img img { transform: scale(1.05); }
.cat-tile__txt { display: grid; gap: 4px; padding: 16px 18px 18px !important; }
.cat-tile__txt strong { font-size: var(--fs-md); color: var(--brown); }
.cat-tile__txt small { color: var(--muted); font-weight: 400; font-size: var(--fs-sm); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cat-tile__txt em { font-style: normal; display: inline-flex; align-items: center; gap: 6px; color: var(--walnut); font-weight: 600; font-size: var(--fs-sm); margin-top: 6px; }
.cat-tile__txt em svg { width: 16px; height: 16px; transition: transform .3s; } [dir=rtl] .cat-tile__txt em svg { transform: scaleX(-1); }
.cat-tiles--cards .cat-tile:hover .cat-tile__txt em svg { transform: translateX(4px); } [dir=rtl] .cat-tiles--cards .cat-tile:hover .cat-tile__txt em svg { transform: scaleX(-1) translateX(4px); }
.about__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
@media (max-width: 1024px) { .cat-tiles--cards { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 480px) { .cat-tiles--cards { grid-template-columns: 1fr 1fr; gap: 10px; } .cat-tile__txt { padding: 10px 12px 12px !important; } .cat-tile__txt strong { font-size: var(--fs-base); } .cat-tile__txt small { display: none; } }
