/* =====================================================================
   VasiLab – main.css
   Mobile-first. Palette: warm ivory #F5EFE5, cream beige #EFE5D7, olive charcoal #2B2E22, olive green #656D55 / #4B513E, taupe #C5B398, warm white #FAF7F0.
   ===================================================================== */

:root {
	/* Brand palette (VasiLab) */
	--c-ivory: #f5efe5;        /* main background & header */
	--c-cream: #f5efe5;
	--c-beige-bg: #efe5d7;     /* banners & custom orders backgrounds */
	--c-ink: #2b2e22;          /* headings & main text – deep olive charcoal */
	--c-ink-2: #2b2e22;
	--c-olive: #656d55;        /* buttons – muted olive green */
	--c-olive-600: #4b513e;    /* logo leaves – dark olive green */
	--c-taupe: #c5b398;        /* decorative branches & thin lines */
	--c-warm-white: #faf7f0;   /* button text */
	--c-accent: #656d55;
	--c-accent-600: #4b513e;
	--c-red: #656d55;          /* legacy alias */
	--c-red-600: #4b513e;
	--c-promo: #8a5a44;        /* sale badge – warm clay, used sparingly */
	--c-gold: #c9a961;
	--c-beige: #c5b398;
	--c-beige-200: #d9ccb6;
	--c-beige-100: #efe5d7;
	--c-beige-50: #f5efe5;
	--c-sand: #d9ccb6;
	--c-sand-100: #efe5d7;
	--c-tertiary: #efe5d7;
	/* Neutrals */
	--c-white: #faf7f0;
	--c-tile: #efe5d7;
	--c-grey-100: #e9e0d3;
	--c-grey-200: #d6cab8;
	--c-grey-300: #c5b398;
	--c-grey-500: #7c7666;
	--c-grey-700: #4d4c40;
	/* Pastels (decoration) */
	--c-green: #656d55; --c-green-bg: #e7e9df;
	--c-sage: #656d55;  --c-sage-bg: #e7e9df;
	--c-aqua: #4f7d7a;  --c-aqua-bg: #e3f0ee;
	--c-blue: #4c5c86;  --c-blue-bg: #e6eaf5;
	--c-purple: #6d4f7c;--c-purple-bg: #efe6f3;
	--c-pink: #9a4f6d;  --c-pink-bg: #f6e3ea;
	--c-peach: #a45a45; --c-peach-bg: #f7e5de;
	--c-blush: #f3e6dc;
	--c-rose-bg: #f2dfd6;
	/* Type */
	--f-body: 'Lato', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--f-display: 'Lora', Georgia, 'Times New Roman', serif;
	--fs-xs: 12px; --fs-sm: 13px; --fs-base: 15px; --fs-md: 16px; --fs-lg: 18px; --fs-xl: 22px; --fs-2xl: 28px;
	/* Layout */
	--wrap: 1250px;
	--gutter: 16px;
	--header-h: 60px;
	--nav-h: 44px;
	/* Radii */
	--r-2: 2px; --r-4: 4px; --r-8: 8px; --r-12: 12px; --r-16: 16px; --r-24: 24px; --r-32: 32px; --r-full: 999px;
	/* Motion */
	--ease: cubic-bezier(.2,.7,.2,1);
	--shadow-1: 0 1px 2px rgba(43,46,34,.06), 0 4px 14px rgba(43,46,34,.08);
	--shadow-2: 0 8px 30px rgba(43,46,34,.14);
}
@media (min-width: 992px) {
	:root { --gutter: 24px; --header-h: 80px; --fs-base: 16px; }
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
body { margin: 0; font: 400 var(--fs-base)/1.5 var(--f-body); color: var(--c-ink); background: var(--c-cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, .o-display { font-family: var(--f-display); font-weight: 600; line-height: 1.15; letter-spacing: -.005em; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
:focus-visible { outline: 2px solid var(--c-olive); outline-offset: 2px; border-radius: var(--r-4); }
.screen-reader-text, .o-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.o-skip { position: absolute; left: -999px; top: 8px; background: var(--c-ink); color: #fff; padding: 8px 14px; border-radius: var(--r-full); z-index: 1000; }
.o-skip:focus { left: 8px; }
.o-hide-sm { display: none !important; }
@media (min-width: 992px) { .o-hide-sm { display: inline-flex !important; } .o-show-sm { display: none !important; } }
.o-muted { color: var(--c-grey-500); }
.o-ico { flex: none; }

/* ---------- Layout ---------- */
.o-wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.o-sec { padding-block: 28px; }
.o-sec--tight { padding-block: 16px; }
.o-sec--band { background: var(--c-sand-100); }
.o-sec--chips { padding-block: 24px 8px; }
@media (min-width: 992px) { .o-sec { padding-block: 44px; } .o-sec--tight { padding-block: 24px; } }
.o-sec__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.o-sec__title { font-size: clamp(24px, 2.8vw, 34px); }
.o-page__title { font-size: clamp(24px, 3vw, 34px); margin-bottom: 18px; }
.o-main { min-height: 50vh; }

/* ---------- Buttons ---------- */
.o-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 0 26px; border-radius: var(--r-full); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid transparent; transition: background .2s var(--ease), color .2s var(--ease), transform .15s var(--ease), border-color .2s; white-space: nowrap; }
.o-btn:active { transform: scale(.98); }
.o-btn--dark { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.o-btn--dark:hover { background: var(--c-olive-600); }
.o-btn--light { background: var(--c-warm-white); color: var(--c-ink-2); border-color: var(--c-warm-white); }
.o-btn--light:hover { background: var(--c-beige-bg); }
.o-btn--outline { background: transparent; color: var(--c-ink-2); border-color: var(--c-taupe); }
.o-btn--outline:hover { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.o-btn--beige, .o-btn--sand { background: var(--c-sand); color: var(--c-ink-2); border-color: var(--c-sand); }
.o-btn--beige:hover, .o-btn--sand:hover { background: #dbbf9c; }
.o-btn--red, .o-btn--accent { background: var(--c-accent); color: var(--c-warm-white); border-color: var(--c-accent); }
.o-btn--red:hover, .o-btn--accent:hover { background: var(--c-accent-600); }
.o-btn--sm { min-height: 36px; padding: 0 16px; font-size: 12px; }
.o-btn--block { width: 100%; }
.o-btn--checkout { justify-content: space-between; padding-left: 22px; padding-right: 8px; min-height: 50px; }
.o-btn--checkout b { background: var(--c-warm-white); color: var(--c-ink-2); border-radius: var(--r-full); padding: 6px 14px; font-size: 15px; }
.o-btn[disabled], .o-btn.disabled { opacity: .45; pointer-events: none; }
.o-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--r-full); position: relative; color: var(--c-ink); transition: background .2s; }
.o-iconbtn:hover { background: var(--c-grey-100); }

/* Chips */
.o-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.o-chips--center { justify-content: center; }
.o-chips--scroll { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.o-chips--scroll::-webkit-scrollbar { display: none; }
.o-chip { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 16px; border-radius: var(--r-full); border: 1px solid var(--c-grey-200); background: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; transition: all .2s var(--ease); }
.o-chip:hover, .o-chip.is-active { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.o-chip--light { background: #fff; border-color: #fff; color: var(--c-ink); }
.o-chip--xs { min-height: 28px; padding: 0 10px; font-size: 12px; font-weight: 600; }
.o-chip--red, .o-chip--accent { background: var(--c-accent); color: #fff; border-color: var(--c-accent); }

/* Badge */
.o-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--c-promo); margin-bottom: 4px; }
.o-badge--new { color: var(--c-green); }

/* Price */
.o-price { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; font-weight: 700; }
.o-price__std { color: var(--c-ink); }
.o-price__std del, .o-price del { color: var(--c-grey-500); font-weight: 400; margin-right: 4px; }
.o-price__std ins, .o-price ins { text-decoration: none; color: var(--c-accent); }
.o-price em { font-style: normal; font-weight: 400; color: var(--c-grey-500); font-size: .85em; }
.o-price .woocommerce-Price-amount { white-space: nowrap; }

/* ---------- Promo bar ---------- */
.o-promo { position: relative; background: var(--c-olive-600); color: var(--c-warm-white); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; padding: 9px 40px; line-height: 1.3; }
.o-promo__text { display: block; }
.o-promo__close { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-full); color: #fff; }
.o-promo__close:hover { background: rgba(255,255,255,.15); }
.o-promo.is-hidden { display: none; }

/* ---------- Header ---------- */
.o-header { position: sticky; top: 0; z-index: 90; background: rgba(245,239,229,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--c-grey-100); transition: box-shadow .2s; }
.o-header.is-scrolled { box-shadow: var(--shadow-1); }
.o-header__row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; height: var(--header-h); gap: 8px; }
.o-logo { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.o-logo__img { height: 34px; width: auto; max-width: 180px; }
.o-logo__mark { display: inline-flex; align-items: center; gap: 6px; color: var(--c-olive-600); }
.o-logo__word { font-family: var(--f-display); font-weight: 600; font-style: italic; font-size: 26px; letter-spacing: -.01em; color: var(--c-ink); }
.o-logo__tag { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--c-grey-500); margin-top: 2px; }
.o-header__logo { justify-self: center; }
.o-header__icons { display: flex; align-items: center; gap: 0; justify-self: end; }
.o-header__searchbtn { display: inline-flex; }
.o-cart-count { position: absolute; top: 4px; right: 2px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: var(--r-full); background: var(--c-red); color: #fff; font-size: 10px; font-weight: 700; display: none; align-items: center; justify-content: center; line-height: 1; }
.o-cart-count.is-on { display: inline-flex; }
.o-pill { display: none; align-items: center; gap: 6px; height: 32px; padding: 0 14px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-right: 8px; transition: background .2s; }
.o-pill:hover { background: var(--c-accent-600); }
.o-search { display: none; }
.o-nav { display: none; }
@media (min-width: 992px) {
	.o-header__row { grid-template-columns: 220px 1fr auto; gap: 24px; }
	.o-header__burger { display: none; }
	.o-header__logo { justify-self: start; }
	.o-logo__img { height: 44px; max-width: 220px; }
	.o-logo__word { font-size: 32px; }
	.o-header__searchbtn { display: none; }
	.o-pill { display: inline-flex; }
	.o-search { display: flex; align-items: center; max-width: 480px; width: 100%; height: 44px; border: 1px solid var(--c-grey-200); border-radius: var(--r-full); padding: 0 6px 0 16px; background: #fff; transition: border-color .2s, box-shadow .2s; justify-self: center; }
	.o-search:focus-within { border-color: var(--c-ink); box-shadow: 0 0 0 3px rgba(34,41,48,.08); }
	.o-search__input { flex: 1; border: 0; outline: 0; background: none; padding: 0 12px; height: 100%; font-size: 14px; min-width: 0; }
	.o-search__go { width: 32px; height: 32px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); display: inline-flex; align-items: center; justify-content: center; }
	.o-search__ico { color: var(--c-grey-500); }
	.o-header__icons { gap: 2px; }
	.o-nav { display: block; height: var(--nav-h); }
	.o-nav__list { display: flex; justify-content: center; gap: 4px; height: 100%; }
	.o-nav__item { position: relative; height: 100%; display: flex; align-items: center; }
	.o-nav__link { display: inline-flex; align-items: center; height: 34px; padding: 0 14px; border-radius: var(--r-full); font-weight: 700; font-size: 14px; letter-spacing: .02em; transition: background .2s, color .2s; }
	.o-nav__item:hover > .o-nav__link, .o-nav__item.is-open > .o-nav__link { background: var(--c-olive); color: var(--c-warm-white); }
	.o-nav__item.is-hl > .o-nav__link { color: var(--c-accent); }
	.o-nav__item.is-hl:hover > .o-nav__link { background: var(--c-accent); color: #fff; }
	/* Mega panel */
	.o-mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--c-cream); box-shadow: var(--shadow-2); border-top: 1px solid var(--c-grey-100); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s .18s; z-index: 95; }
	.o-nav__item { position: static; }
	.o-nav__item:hover > .o-mega, .o-nav__item.is-open > .o-mega, .o-nav__item:focus-within > .o-mega { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
	.o-mega__inner { padding-block: 28px 32px; }
	.o-mega__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px 32px; }
	.o-mega__title { display: block; font-family: var(--f-display); font-weight: 600; font-size: 17px; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--c-taupe); }
	.o-mega__title:hover { color: var(--c-accent); }
	.o-mega__list li { margin-bottom: 6px; }
	.o-mega__link { font-size: 14px; color: var(--c-grey-700); }
	.o-mega__link:hover { color: var(--c-ink); text-decoration: underline; text-underline-offset: 3px; }
}
/* Immersive header on home (transparent over hero) – only desktop */
@media (min-width: 992px) {
	.o-body.o-home .o-header--immersive { position: sticky; }
}

/* ---------- Drawer / overlay / search ---------- */
.o-overlay { position: fixed; inset: 0; background: rgba(34,41,48,.5); z-index: 120; opacity: 0; transition: opacity .25s; }
.o-overlay.is-on { opacity: 1; }
.o-drawer, .o-filters { position: fixed; top: 0; bottom: 0; width: min(92vw, 400px); background: var(--c-ivory); z-index: 130; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform .28s var(--ease); overflow: hidden; }
.o-drawer.is-on, .o-filters.is-on { transform: none; }
.o-drawer { left: 0; }
.o-filters { right: 0; transform: translateX(100%); }
.o-drawer[hidden], .o-filters[hidden], .o-overlay[hidden], .o-searchbox[hidden] { display: none; }
.o-drawer__head, .o-filters__head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 20px; border-bottom: 1px solid var(--c-grey-100); min-height: 60px; }
.o-logo--drawer .o-logo__word { font-size: 22px; }
.o-drawer__account { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 20px; background: var(--c-sand-100); font-size: 13px; }
.o-drawer__account a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }
.o-drawer__nav { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.o-drawer__row { display: flex; align-items: center; gap: 12px; padding: 13px 20px; font-weight: 700; font-size: 15px; border-bottom: 1px solid var(--c-grey-100); }
.o-drawer__row .o-drawer__chev { margin-left: auto; transition: transform .2s; }
.o-drawer__acc[open] > summary .o-drawer__chev { transform: rotate(90deg); }
.o-drawer__thumb { width: 44px; height: 44px; border-radius: var(--r-full); object-fit: cover; }
.o-drawer__sub { background: var(--c-tile); }
.o-drawer__sub .o-drawer__row { padding-left: 32px; font-weight: 600; font-size: 14px; border-bottom-color: #fff; }
.o-drawer__sub--1 .o-drawer__row { padding-left: 46px; font-weight: 400; }
.o-drawer__all { display: block; padding: 10px 32px; font-size: 13px; color: var(--c-accent); font-weight: 700; background: var(--c-tile); }
.o-drawer__foot { border-top: 1px solid var(--c-grey-100); }
.o-drawer__foot .o-drawer__row { font-size: 14px; }
.o-searchbox { position: fixed; top: 0; left: 0; right: 0; z-index: 130; background: var(--c-ivory); box-shadow: var(--shadow-2); transform: translateY(-100%); transition: transform .25s var(--ease); }
.o-searchbox.is-on { transform: none; }
.o-searchbox__form { display: flex; align-items: center; gap: 10px; height: 64px; }
.o-searchbox__form input { flex: 1; border: 0; outline: 0; font-size: 18px; min-width: 0; }

/* ---------- Hero ---------- */
.o-hero { position: relative; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; background: var(--c-sand-100); }
.o-hero--plain { background: radial-gradient(120% 90% at 70% 20%, #efe5d7 0%, #c5b398 55%, #656d55 140%); }
.o-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.o-hero__cover { position: absolute; inset: 0; z-index: 1; }
.o-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,46,34,0) 25%, rgba(43,46,34,.6) 100%); pointer-events: none; }
.o-hero__content { position: relative; z-index: 2; padding-block: 28px; color: #fff; pointer-events: none; }
.o-hero__content .o-chips { pointer-events: auto; margin-top: 16px; }
.o-hero__kicker { font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; text-shadow: 0 1px 8px rgba(0,0,0,.3); opacity: .95; }
.o-hero__title { font-size: clamp(40px, 7.5vw, 84px); line-height: 1; font-weight: 500; letter-spacing: -.01em; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.o-hero__title em, .o-hero__title i { font-style: italic; }
.o-hero__sub { margin-top: 12px; max-width: 520px; font-size: 15px; line-height: 1.5; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.o-hero__pricechip { position: absolute; z-index: 2; right: var(--gutter); top: 20px; background: var(--c-warm-white); border-radius: var(--r-16); padding: 12px 16px; display: flex; flex-direction: column; gap: 2px; font-size: 12px; box-shadow: var(--shadow-1); min-width: 130px; }
.o-hero__pricechip b { font-size: 20px; }
.o-hero__pricechip @media (min-width: 992px) {
	.o-hero { min-height: 560px; height: calc(100vh - var(--header-h) - var(--nav-h) - 40px); max-height: 720px; }
	.o-hero__content { padding-block: 64px; }
	.o-hero__sub { font-size: 17px; }
	.o-hero__pricechip { right: auto; left: 62%; top: 44%; padding: 16px 20px; }
	.o-hero__pricechip b { font-size: 26px; }
}

/* ---------- Category quick cards ---------- */
.o-scroll { position: relative; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.o-scroll::-webkit-scrollbar { display: none; }
.o-scroll__track { display: flex; gap: 12px; }
.o-quick__card { flex: 0 0 auto; width: 108px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; scroll-snap-align: start; font-size: 13px; font-weight: 700; }
.o-quick__img { width: 96px; height: 96px; border-radius: var(--r-full); object-fit: cover; background: var(--c-tile); border: 3px solid var(--c-warm-white); box-shadow: 0 0 0 1px var(--c-taupe); transition: transform .25s var(--ease), box-shadow .25s; }
.o-quick__card:hover .o-quick__img { transform: scale(1.04); box-shadow: 0 0 0 2px var(--c-accent); }
@media (min-width: 992px) {
	.o-quick { justify-content: center; gap: 28px; }
	.o-quick__card { width: 150px; font-size: 15px; }
	.o-quick__img { width: 130px; height: 130px; }
}

/* ---------- MEA grid ---------- */
.o-mea { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.o-mea__card { position: relative; display: block; border-radius: var(--r-16); overflow: hidden; background: var(--c-tile); aspect-ratio: 1; }
.o-mea__card--1, .o-mea__card--4 { grid-column: span 2; aspect-ratio: 16/9; }
.o-mea__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.o-mea__card:hover .o-mea__img { transform: scale(1.04); }
.o-mea__img--empty { background: linear-gradient(135deg, var(--c-beige-bg), var(--c-taupe)); }
.o-mea__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; color: #fff; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5)); }
.o-mea__title { font-family: var(--f-display); font-weight: 600; font-size: 24px; line-height: 1.05; }
.o-mea__sub { font-size: 12px; font-weight: 700; }
.o-mea__body .o-btn { margin-top: 6px; }
@media (min-width: 768px) {
	.o-mea { grid-template-columns: 2fr 1fr 1fr 2fr; grid-template-rows: 320px 320px; gap: 20px; }
	.o-mea__card, .o-mea__card--1, .o-mea__card--4 { aspect-ratio: auto; grid-column: auto; }
	.o-mea__card--1 { grid-column: 1 / 3; }
	.o-mea__card--2 { grid-column: 3 / 5; }
	.o-mea__card--3 { grid-column: 1 / 3; }
	.o-mea__card--4 { grid-column: 3 / 5; }
	.o-mea__body { padding: 24px; }
	.o-mea__title { font-size: 34px; }
	.o-mea__sub { font-size: 14px; }
}
@media (min-width: 992px) {
	.o-mea { grid-template-columns: 2fr 1fr 1fr 2fr; }
	.o-mea__card--1 { grid-column: 1 / 3; } .o-mea__card--2 { grid-column: 3 / 5; }
	.o-mea__card--3 { grid-column: 1 / 2; } .o-mea__card--4 { grid-column: 2 / 5; }
}

/* ---------- Tabs (featured) ---------- */
.o-tabs__nav { margin-bottom: 16px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.o-tabs__nav::-webkit-scrollbar { display: none; }
.o-tabs__panel[hidden] { display: none; }

/* ---------- Brands ---------- */
.o-brand { flex: 0 0 auto; width: 140px; display: flex; flex-direction: column; align-items: center; gap: 8px; scroll-snap-align: start; }
.o-brand img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-12); background: #fff; }
.o-brand__name { font-size: 13px; font-weight: 700; text-align: center; }
@media (min-width: 992px) { .o-brand { width: calc((100% - 5 * 16px) / 6); } }

/* ---------- Edito cards ---------- */
.o-edito { display: grid; gap: 16px; }
.o-edito__card { border-radius: var(--r-16); padding: 20px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.o-edito__card--red, .o-edito__card--terracotta, .o-edito__card--olive { background: var(--c-olive); color: var(--c-warm-white); }
.o-edito__card--beige, .o-edito__card--sand { background: var(--c-sand-100); }
.o-edito__card--green, .o-edito__card--sage { background: var(--c-sage-bg); }
.o-edito__card--blush, .o-edito__card--pink { background: var(--c-blush); }
.o-edito__card--cream { background: var(--c-warm-white); border: 1px solid var(--c-taupe); }
.o-edito__card--ink { background: var(--c-ink); color: var(--c-cream); }
.o-edito__media { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-12); overflow: hidden; background: rgba(255,255,255,.35); display: flex; align-items: center; justify-content: center; }
.o-edito__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.o-edito__card:hover .o-edito__media img { transform: scale(1.03); }
.o-edito__title { font-size: 24px; }
.o-edito__text { font-size: 14px; }
.o-edito__ph { width: 50%; aspect-ratio: 1; border-radius: var(--r-full); background: rgba(255,255,255,.55); display: inline-flex; align-items: center; justify-content: center; color: var(--c-accent); }
.o-edito__card--terracotta .o-edito__ph, .o-edito__card--olive .o-edito__ph, .o-edito__card--ink .o-edito__ph { color: var(--c-warm-white); background: rgba(255,255,255,.15); }
@media (min-width: 768px) { .o-edito { grid-template-columns: repeat(3, 1fr); gap: 20px; } .o-edito__card { padding: 24px; } }

/* ---------- Reassurance ---------- */
.o-reassure { background: var(--c-beige-bg); padding-block: 22px; border-top: 1px solid var(--c-taupe); }
.o-reassure__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; }
.o-reassure__item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; font-size: 12px; font-weight: 700; line-height: 1.3; }
.o-reassure__item .o-ico { color: var(--c-ink); }
.o-reassure__item:hover .o-ico { color: var(--c-accent); }
@media (min-width: 768px) { .o-reassure__row { grid-template-columns: repeat(5, 1fr); } .o-reassure__item { font-size: 13px; } }

/* ---------- Product tile ---------- */
.o-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
@media (min-width: 768px) { .o-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; } }
@media (min-width: 992px) { .o-grid { grid-template-columns: repeat(4, 1fr); gap: 32px 20px; } }
.o-tile { position: relative; display: flex; flex-direction: column; min-width: 0; }
.o-car__track .o-tile { flex: 0 0 auto; width: 46%; scroll-snap-align: start; }
@media (min-width: 768px) { .o-car__track .o-tile { width: calc((100% - 2 * 16px) / 3); } }
@media (min-width: 992px) { .o-car__track .o-tile { width: calc((100% - 3 * 20px) / 4); } .o-car__track { gap: 20px; } }
.o-tile__media { position: relative; border-radius: var(--r-12); overflow: hidden; background: var(--c-tile); aspect-ratio: 1; }
.o-tile__imglink { display: block; height: 100%; }
.o-tile__img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s var(--ease), transform .5s var(--ease); }
.o-tile__img--hover { position: absolute; inset: 0; opacity: 0; }
@media (hover: hover) {
	.o-tile:hover .o-tile__img--hover { opacity: 1; }
	.o-tile:hover .o-tile__img:not(.o-tile__img--hover) { transform: scale(1.02); }
}
.o-tile__media .o-wish { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border-radius: var(--r-full); background: var(--c-warm-white); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-1); transition: transform .2s var(--ease), color .2s; z-index: 2; }
.o-tile__media .o-wish:hover { transform: scale(1.1); }
.o-wish.is-on { color: var(--c-accent); }
.o-wish.is-on .o-ico path { fill: currentColor; }
.o-tile__add { position: absolute; right: 8px; bottom: 8px; width: 34px; height: 34px; border-radius: var(--r-full); background: var(--c-warm-white); color: var(--c-ink); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-1); transition: background .2s, color .2s, transform .2s; z-index: 2; }
.o-tile__add:hover { background: var(--c-olive); color: var(--c-warm-white); }
.o-tile__add.loading { opacity: .5; }
.o-tile__add.added { background: var(--c-green); color: #fff; }
.o-tile__body { padding: 10px 2px 0; display: flex; flex-direction: column; gap: 3px; }
.o-tile__brand { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--c-grey-500); }
.o-tile__title { font-family: var(--f-display); font-size: 15px; font-weight: 600; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.o-tile__title:hover { text-decoration: underline; text-underline-offset: 3px; }
.o-tile__price { font-size: 14px; margin-top: 2px; }
.o-tile__price .o-price { gap: 4px 8px; }
.o-stars { display: inline-flex; align-items: center; gap: 3px; font-size: 12px; color: var(--c-grey-700); }
.o-stars .o-ico { color: var(--c-gold); }
.o-stars i { font-style: normal; color: var(--c-grey-500); }
@media (min-width: 992px) { .o-tile__title { font-size: 17px; } .o-tile__price { font-size: 15px; } }

/* ---------- Carousel ---------- */
.o-car { position: relative; }
.o-car__track { scroll-snap-type: x mandatory; }
.o-car__nav { display: none; }
@media (min-width: 992px) {
	.o-car__nav { display: flex; gap: 8px; position: absolute; right: 0; top: -58px; }
	.o-sec__head + .o-car .o-car__nav { top: -66px; }
	.o-sec__head:has(+ .o-car) > .o-btn { margin-right: 100px; }
	.o-car__btn { width: 40px; height: 40px; border-radius: var(--r-full); border: 1px solid var(--c-taupe); display: inline-flex; align-items: center; justify-content: center; transition: background .2s, color .2s; background: var(--c-warm-white); }
	.o-car__btn:hover { background: var(--c-olive); color: var(--c-warm-white); }
	.o-car__btn[disabled] { opacity: .3; pointer-events: none; }
}

/* ---------- Shop archive ---------- */
.o-crumb { font-size: 12px; color: var(--c-grey-500); padding: 12px 0; display: flex; flex-wrap: wrap; gap: 4px; }
.o-crumb a:hover { color: var(--c-ink); text-decoration: underline; }
.o-crumb__sep { margin: 0 2px; }
.o-shop__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 14px; }
.o-shop__title { font-size: clamp(26px, 3.2vw, 38px); }
.o-shop__tools { display: flex; flex-direction: column; gap: 12px; }
.o-shop__filterbtn { align-self: flex-start; }
.o-shop__count { font-size: 12px; color: var(--c-grey-500); margin-bottom: 14px; }
.o-shop__count .woocommerce-result-count { margin: 0; }
.o-shop__desc { margin-bottom: 20px; font-size: 14px; color: var(--c-grey-700); }
@media (min-width: 992px) {
	.o-shop__head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
	.o-shop__tools { flex-direction: row; align-items: center; }
	.o-shop__filterbtn { align-self: auto; }
}
.o-more { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 40px auto; max-width: 320px; }
.o-more__count { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--c-grey-500); }
.o-progress__bar { width: 100%; height: 4px; background: var(--c-grey-200); border-radius: var(--r-full); overflow: hidden; }
.o-progress__bar i { display: block; height: 100%; background: var(--c-accent); border-radius: var(--r-full); transition: width .4s var(--ease); }
.o-more__btn.is-loading { opacity: .6; pointer-events: none; }
.o-filters__body { flex: 1; overflow-y: auto; padding: 8px 20px; }
.o-filters__foot { display: flex; gap: 10px; padding: 14px 20px; border-top: 1px solid var(--c-grey-100); }
.o-filters__foot .o-btn--dark { flex: 1; }
.o-filters__hint { font-size: 13px; padding: 12px 0; }
.o-filters .woocommerce-ordering select, .o-filters select { width: 100%; height: 44px; border: 1px solid var(--c-grey-200); border-radius: var(--r-8); padding: 0 12px; background: #fff; }
.o-filter-widget ul li { padding: 6px 0; font-size: 14px; }
.o-filter-widget .chosen { font-weight: 700; }
.o-filter-widget .count { color: var(--c-grey-500); font-size: 12px; }

/* Accordions */
.o-acc { border-bottom: 1px solid var(--c-grey-200); }
.o-acc__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; font-weight: 700; font-size: 15px; }
.o-acc__head::after { content: ''; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; flex: none; margin-left: 12px; }
.o-acc[open] > .o-acc__head::after { transform: rotate(225deg); }
.o-acc__body { padding: 0 0 18px; font-size: 14px; }
.o-acc--pdp .o-acc__head { padding: 18px 0; text-transform: uppercase; letter-spacing: .03em; font-size: 14px; }

/* ---------- PDP ---------- */
.o-pdp { display: grid; gap: 22px; padding-bottom: 20px; }
@media (min-width: 992px) { .o-pdp { grid-template-columns: minmax(0, 1fr) 440px; gap: 48px; align-items: start; } }
.o-pdp__gallery { margin-inline: calc(-1 * var(--gutter)); }
.o-mosaic { position: relative; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.o-mosaic::-webkit-scrollbar { display: none; }
.o-mosaic__item { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 1; background: var(--c-tile); transition: outline-color .2s; outline: 2px solid transparent; outline-offset: -2px; }
.o-mosaic__item.is-active { outline-color: var(--c-ink); }
.o-mosaic__img { width: 100%; height: 100%; object-fit: cover; }
.o-mosaic__dots { display: flex; justify-content: center; gap: 6px; padding: 10px 0 0; }
.o-mosaic__dots i { width: 6px; height: 6px; border-radius: var(--r-full); background: var(--c-grey-300); transition: background .2s, transform .2s; }
.o-mosaic__dots i.is-on { background: var(--c-ink); transform: scale(1.3); }
@media (min-width: 992px) {
	.o-pdp__gallery { margin-inline: 0; }
	.o-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; overflow: visible; }
	.o-mosaic__item { border-radius: var(--r-12); overflow: hidden; cursor: zoom-in; }
	.o-mosaic--1 .o-mosaic__item, .o-mosaic--3 .o-mosaic__item:first-child, .o-mosaic--5 .o-mosaic__item:first-child { grid-column: 1 / -1; }
	.o-mosaic__dots { display: none; }
}
.o-pdp__sticky { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 992px) { .o-pdp__sticky { position: sticky; top: calc(var(--header-h) + var(--nav-h) + 16px); } }
.o-pdp__title { font-size: 28px; font-weight: 600; line-height: 1.2; }
.o-pdp__ref { font-size: 12px; color: var(--c-grey-500); }
.o-pdp__excerpt { font-size: 14px; color: var(--c-grey-700); }
.o-pdp__price { font-size: 20px; margin-top: 4px; }
.o-pdp__price .o-pdp__form { margin-top: 6px; }
.o-pdp__custom { display: flex; gap: 12px; align-items: center; padding: 14px; border: 1px dashed var(--c-taupe); background: var(--c-beige-bg); color: var(--c-ink); border-radius: var(--r-12); font-size: 13px; margin-top: 8px; transition: background .2s; }
.o-pdp__custom:hover { background: var(--c-grey-100); }
.o-pdp__custom .o-ico { color: var(--c-accent); }
.o-pdp__custom b { display: block; }
.o-pdp__shiptitle { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; margin: 12px 0 8px; }
.o-shipgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.o-shipgrid li { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; line-height: 1.35; }
.o-shipgrid__check { color: var(--c-green); margin-top: 2px; }
.o-shipgrid b { display: block; } .o-shipgrid em { font-style: normal; color: var(--c-accent); font-weight: 700; } .o-shipgrid small { display: block; color: var(--c-grey-500); }
.o-shiplist li { display: grid; grid-template-columns: 28px 1fr auto; gap: 4px 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--c-grey-100); }
.o-shiplist span { font-weight: 700; color: var(--c-accent); }
.o-carelist li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--c-grey-100); } .o-carelist .o-ico { color: var(--c-green); flex: none; margin-top: 3px; } .o-shiplist em { grid-column: 2 / -1; font-style: normal; font-size: 12px; color: var(--c-grey-500); }
.o-pdp__accs { margin-bottom: 20px; }
.o-pdp__accs .o-acc { max-width: 820px; }

/* Variation form (Woo markup) */
.variations { width: 100%; border-collapse: collapse; }
.variations tr { display: block; margin-bottom: 14px; }
.variations th, .variations td { display: block; padding: 0; text-align: left; }
.variations th.label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }
.variations th.label label::after { content: ''; }
.variations select { display: none; }
.o-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.o-sw { min-width: 46px; height: 40px; padding: 0 12px; border-radius: var(--r-full); border: 1.5px solid var(--c-grey-200); background: #fff; font-size: 13px; font-weight: 700; transition: all .15s var(--ease); }
.o-sw:hover { border-color: var(--c-ink); }
.o-sw.is-selected { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.o-sw.is-unavailable { color: var(--c-grey-300); border-style: dashed; text-decoration: line-through; }
.o-sw.is-unavailable.is-selected { background: var(--c-grey-100); color: var(--c-grey-500); }
.o-swatches--color .o-sw { min-width: 0; width: 34px; height: 34px; padding: 0; border-radius: var(--r-full); background: var(--sw, #ddd); border: 2px solid #fff; box-shadow: 0 0 0 1px var(--c-grey-300); }
.o-swatches--color .o-sw.is-selected { box-shadow: 0 0 0 2px var(--c-olive); }
.o-swatches--color .o-sw.is-unavailable { opacity: .35; text-decoration: none; }
.woocommerce-variation-price { margin: 8px 0; font-size: 18px; }
.woocommerce-variation-availability { font-size: 13px; }
.woocommerce-variation-availability .out-of-stock { color: var(--c-accent); font-weight: 700; }
.woocommerce-variation-availability .in-stock { color: var(--c-green); }
.woocommerce-variation-add-to-cart, form.cart:not(.variations_form) { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
form.cart .single_add_to_cart_button { flex: 1; min-width: 200px; min-height: 48px; padding: 0 24px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; }
form.cart .single_add_to_cart_button:hover { background: var(--c-accent-600); }
form.cart .single_add_to_cart_button.disabled, form.cart .single_add_to_cart_button[disabled] { opacity: .45; cursor: not-allowed; }
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button { opacity: .45; }
.single_variation_wrap .woocommerce-variation-description { font-size: 13px; }
.stock.out-of-stock { color: var(--c-accent); font-weight: 700; }

/* Sticky mobile buy bar */
.o-stickybuy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--c-ivory); box-shadow: 0 -4px 20px rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); transform: translateY(100%); transition: transform .25s var(--ease); }
.o-stickybuy.is-on { transform: none; }
.o-stickybuy[hidden] { display: none; }
.o-stickybuy__price { font-size: 15px; }
.o-stickybuy .o-btn { min-height: 44px; padding-inline: 20px; font-size: 12px; }
@media (min-width: 992px) { .o-stickybuy { display: none !important; } }

/* ---------- Cart ---------- */
.o-sec--tunnel { padding-top: 16px; }
.o-cart { display: grid; gap: 24px; }
@media (min-width: 992px) { .o-cart { grid-template-columns: minmax(0, 1fr) 400px; gap: 40px; align-items: start; } .o-cart__side { position: sticky; top: 90px; } }
.o-cartlist { width: 100%; border-collapse: collapse; }
.o-cartitem { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 4px 14px; padding: 16px 0; border-bottom: 1px solid var(--c-grey-200); }
.o-cartitem td { display: block; padding: 0; vertical-align: top; }
.o-cartitem__media { grid-row: 1 / 3; }
.o-cartitem__media img { width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-8); background: var(--c-tile); }
.o-cartitem__name { display: block; font-weight: 700; font-size: 14px; line-height: 1.35; }
.o-cartitem__ref { display: block; font-size: 11px; color: var(--c-grey-500); margin: 2px 0 4px; }
.o-cartitem .variation { display: flex; flex-wrap: wrap; gap: 2px 10px; font-size: 12px; color: var(--c-grey-700); margin: 0 0 6px; }
.o-cartitem .variation dt, .o-cartitem .variation dd { margin: 0; display: inline; } .o-cartitem .variation dd p { display: inline; margin: 0; }
.o-cartitem__price { font-size: 14px; font-weight: 700; display: flex; gap: 10px; align-items: baseline; }
.o-cartitem__actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.o-cartitem__actions .o-chip { gap: 4px; }
.o-cartitem__qty { grid-column: 2; display: flex !important; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }
.o-cartitem__sub { font-weight: 700; font-size: 15px; }
.o-cartitem__sub @media (min-width: 768px) {
	.o-cartitem { grid-template-columns: 120px minmax(0, 1fr) 200px; }
	.o-cartitem__media { grid-row: auto; } .o-cartitem__media img { width: 120px; height: 120px; }
	.o-cartitem__qty { grid-column: auto; flex-direction: column; align-items: flex-end; margin-top: 0; }
}
.o-cart__actionsrow td { display: block; padding: 14px 0 0; }
.o-cart__actionsrow .o-btn { display: none; }
.o-cart__actionsrow .o-btn.is-dirty { display: inline-flex; }
.o-qty { display: inline-flex; align-items: center; border: 1px solid var(--c-grey-200); border-radius: var(--r-full); height: 40px; overflow: hidden; }
.o-qty__btn { width: 36px; height: 100%; display: inline-flex; align-items: center; justify-content: center; }
.o-qty__btn:hover { background: var(--c-grey-100); }
.o-qty__input { width: 44px; height: 100%; text-align: center; border: 0; outline: 0; font-weight: 700; -moz-appearance: textfield; background: #fff; }
.o-qty__input::-webkit-outer-spin-button, .o-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.o-progress { margin-top: 20px; padding: 14px 16px; background: var(--c-sand-100); border-radius: var(--r-12); font-size: 13px; }
.o-progress p { margin-top: 8px; }
.o-cart__summary { background: var(--c-warm-white); border: 1px solid var(--c-taupe); border-radius: var(--r-16); padding: 18px; }
.o-totals__cta { margin-bottom: 14px; }
.o-totals__table { width: 100%; border-collapse: collapse; font-size: 14px; }
.o-totals__table th, .o-totals__table td { padding: 8px 0; text-align: left; vertical-align: top; font-weight: 400; }
.o-totals__table td { text-align: right; }
.o-totals__table tr { border-bottom: 1px solid var(--c-grey-200); }
.o-totals__table .order-total { border-bottom: 0; }
.o-totals__table .order-total th, .o-totals__table .order-total td { padding-top: 12px; font-weight: 700; font-size: 17px; }
.o-totals__table .woocommerce-shipping-methods { list-style: none; }
.o-totals__table .woocommerce-shipping-methods li { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; text-align: left; }
.o-totals__table .woocommerce-shipping-methods label { flex: 1; text-align: left; }
.o-totals__table .shipping td { text-align: left; }
.o-totals__table .shipping th { display: none; }
.o-totals__table .shipping td::before { content: attr(data-title); display: block; font-size: 12px; color: var(--c-grey-500); margin-bottom: 6px; }
.o-totals__table .woocommerce-shipping-destination { font-size: 12px; color: var(--c-grey-500); margin: 6px 0 0; }
.o-totals__table .shipping-calculator-button { font-size: 12px; text-decoration: underline; }
.o-acc--coupon { margin-top: 12px; border: 1px solid var(--c-grey-200); border-radius: var(--r-12); padding: 0 16px; }
.o-acc--coupon .o-acc__head { gap: 8px; justify-content: flex-start; }
.o-acc--coupon .o-acc__head::after { margin-left: auto; }
.o-coupon { display: flex; gap: 8px; padding-bottom: 16px; }
.o-coupon input { flex: 1; min-width: 0; height: 40px; border: 1px solid var(--c-grey-200); border-radius: var(--r-full); padding: 0 14px; }
.o-cart__reassure { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.o-cart__reassure li { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.o-cart__reassure b { display: block; font-size: 13px; }
.o-cart__secure { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--c-grey-500); margin-top: 14px; justify-content: center; }
.o-empty { text-align: center; padding: 40px 0 20px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.o-empty__title { font-size: 20px; font-weight: 700; }

/* ---------- Checkout ---------- */
.o-checkout { display: grid; gap: 20px; }
@media (min-width: 992px) { .o-checkout { grid-template-columns: minmax(0, 1fr) 420px; gap: 40px; align-items: start; } .o-checkout__side { position: sticky; top: 90px; } }
.o-card { background: var(--c-warm-white); border: 1px solid var(--c-taupe); border-radius: var(--r-16); padding: 18px; }
.o-card__title { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 600; margin-bottom: 14px; }
.o-checkout .col2-set { display: flex; flex-direction: column; gap: 10px; }
.o-checkout h3 { font-family: var(--f-body); font-size: 14px; font-weight: 700; margin: 8px 0 10px; }
.o-checkout .form-row { margin: 0 0 12px; display: flex; flex-direction: column; gap: 4px; }
.o-checkout .form-row label { font-size: 12px; font-weight: 700; color: var(--c-grey-700); }
.o-checkout .form-row label .required { color: var(--c-accent); text-decoration: none; }
.o-checkout .form-row label .optional { font-weight: 400; color: var(--c-grey-500); }
.o-checkout .input-text, .o-checkout select, .o-checkout textarea, .woocommerce-account .input-text, .woocommerce-form .input-text, .woocommerce-account select, .woocommerce-EditAccountForm .input-text { width: 100%; height: 46px; border: 1px solid var(--c-grey-200); border-radius: var(--r-8); padding: 0 14px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.o-checkout textarea { height: auto; min-height: 90px; padding: 10px 14px; }
.o-checkout .input-text:focus, .o-checkout select:focus, .o-checkout textarea:focus, .woocommerce-form .input-text:focus { border-color: var(--c-ink); box-shadow: 0 0 0 3px rgba(34,41,48,.08); outline: 0; }
.o-checkout .form-row.woocommerce-invalid .input-text { border-color: var(--c-accent); }
.o-checkout .select2-container .select2-selection--single { height: 46px; border: 1px solid var(--c-grey-200); border-radius: var(--r-8); }
.o-checkout .select2-container .select2-selection--single .select2-selection__rendered { line-height: 44px; padding-left: 14px; }
.o-checkout .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }
.o-checkout .woocommerce-form__label-for-checkbox, .woocommerce-form__label-for-checkbox { display: flex; gap: 8px; align-items: center; font-size: 13px; }
.o-checkout .create-account, .o-checkout #ship-to-different-address { font-size: 14px; }
.o-checkout .woocommerce-additional-fields h3 { display: none; }
@media (min-width: 768px) {
	.o-checkout .form-row-first, .o-checkout .form-row-last { width: calc(50% - 6px); display: inline-flex; }
	.o-checkout .form-row-first { margin-right: 12px; }
	.o-checkout .col2-set { gap: 16px; }
	.o-card { padding: 24px; }
}
.woocommerce-checkout-review-order-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce-checkout-review-order-table thead { display: none; }
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th { padding: 8px 0; text-align: left; vertical-align: top; }
.woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout-review-order-table tfoot td { text-align: right; }
.woocommerce-checkout-review-order-table .cart_item { border-bottom: 1px solid var(--c-grey-100); }
.woocommerce-checkout-review-order-table .product-name { font-weight: 600; }
.woocommerce-checkout-review-order-table .product-quantity { font-weight: 400; color: var(--c-grey-500); }
.woocommerce-checkout-review-order-table .variation { font-size: 12px; color: var(--c-grey-500); margin: 2px 0 0; display: flex; flex-wrap: wrap; gap: 0 8px; }
.woocommerce-checkout-review-order-table .variation dt, .woocommerce-checkout-review-order-table .variation dd { display: inline; margin: 0; } .woocommerce-checkout-review-order-table .variation dd p { display: inline; margin: 0; }
.woocommerce-checkout-review-order-table tfoot th { font-weight: 400; }
.woocommerce-checkout-review-order-table tfoot tr { border-top: 1px solid var(--c-grey-100); }
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td { font-weight: 700; font-size: 17px; padding-top: 12px; }
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li { display: flex; gap: 8px; margin-bottom: 6px; }
#payment { margin-top: 16px; }
.wc_payment_methods { display: flex; flex-direction: column; gap: 8px; }
.wc_payment_method { border: 1px solid var(--c-grey-200); border-radius: var(--r-12); padding: 12px 14px; }
.wc_payment_method > label { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; cursor: pointer; }
.wc_payment_method > label img { max-height: 24px; }
.wc_payment_method .payment_box { margin-top: 8px; font-size: 13px; color: var(--c-grey-700); }
.woocommerce-terms-and-conditions-wrapper { font-size: 12px; color: var(--c-grey-500); margin: 14px 0 8px; }
.woocommerce-privacy-policy-text p { margin: 0 0 8px; }
#place_order, .woocommerce #place_order { width: 100%; min-height: 50px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; border: 0; }
#place_order:hover { background: var(--c-accent-600); }
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle { margin-bottom: 14px; }
.woocommerce-form-login, .woocommerce-form-coupon { background: var(--c-sand-100); border-radius: var(--r-12); padding: 16px; margin-bottom: 16px; }
.blockUI.blockOverlay { border-radius: var(--r-16); }
.woocommerce-order { display: flex; flex-direction: column; gap: 20px; }
.woocommerce-thankyou-order-received { font-family: var(--f-display); font-size: 28px; }
.woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 14px 18px; background: var(--c-tile); border-radius: var(--r-12); font-size: 13px; }
.woocommerce-order-overview li strong { display: block; font-size: 15px; }
.woocommerce-table--order-details, .woocommerce-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce-table th, .woocommerce-table td { padding: 10px 6px; text-align: left; border-bottom: 1px solid var(--c-grey-100); }
.woocommerce-customer-details address { font-style: normal; font-size: 14px; }

/* ---------- Tunnel header / steps ---------- */
.o-tunnel-head { background: var(--c-ivory); border-bottom: 1px solid var(--c-taupe); }
.o-tunnel__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; flex-wrap: wrap; padding-block: 8px; }
.o-tunnel__back { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: var(--r-full); }
.o-tunnel__back:hover { background: var(--c-grey-100); }
.o-logo--tunnel .o-logo__word { font-size: 22px; }
.o-steps { display: flex; align-items: center; gap: 4px; width: 100%; justify-content: center; background: var(--c-tile); border-radius: var(--r-full); padding: 4px; }
.o-steps__item { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: var(--r-full); font-size: 12px; font-weight: 700; color: var(--c-grey-500); }
.o-steps__item span { display: none; }
.o-steps__item.active { background: var(--c-olive); color: var(--c-warm-white); }
.o-steps__item.active span { display: inline; }
.o-steps__item.done { color: var(--c-green); }
@media (min-width: 768px) { .o-steps { width: auto; } .o-steps__item span { display: inline; } .o-steps__item { padding: 0 16px; } .o-tunnel__bar { flex-wrap: nowrap; } }
.o-tunnel-foot { border-top: 1px solid var(--c-grey-100); padding: 20px 0 40px; font-size: 12px; color: var(--c-grey-500); }
.o-tunnel-foot .o-wrap { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; justify-content: center; }
.o-legal { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12px; }

/* ---------- Account ---------- */
.woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.woocommerce-MyAccount-navigation a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 16px; border-radius: var(--r-full); border: 1px solid var(--c-grey-200); font-size: 13px; font-weight: 600; }
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.woocommerce-MyAccount-content { font-size: 14px; }
.woocommerce-MyAccount-content p { margin-bottom: 12px; }
.woocommerce-form-login, .woocommerce-form-register { max-width: 460px; }
.woocommerce-account .u-columns { display: grid; gap: 30px; }
@media (min-width: 992px) { .woocommerce-account .u-columns { grid-template-columns: 1fr 1fr; } }
.woocommerce-form .form-row { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.woocommerce-form .form-row label { font-size: 12px; font-weight: 700; }
.woocommerce-form .button:not(.o-btn), .woocommerce-MyAccount-content .button:not(.o-btn), .woocommerce button.button:not(.o-btn), .woocommerce a.button:not(.o-btn):not(.o-tile__add), .woocommerce input.button:not(.o-btn) { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; border: 0; }
.woocommerce-form .button:hover { background: var(--c-olive-600); }
.woocommerce-LostPassword { font-size: 13px; }
.woocommerce-orders-table { width: 100%; font-size: 13px; }
.woocommerce-orders-table th, .woocommerce-orders-table td { padding: 10px 4px; border-bottom: 1px solid var(--c-grey-100); text-align: left; }
.woocommerce-orders-table .button { min-height: 32px; padding: 0 14px; font-size: 11px; }
.woocommerce-Address { border: 1px solid var(--c-grey-200); border-radius: var(--r-12); padding: 16px; margin-bottom: 14px; }
.woocommerce-Address-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.woocommerce-Address-title h2, .woocommerce-Address-title h3 { font-family: var(--f-body); font-size: 15px; }

/* ---------- Notices ---------- */
.o-notices:empty { display: none; }
.o-notices { padding-top: 10px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 12px 16px; border-radius: var(--r-12); font-size: 14px; margin: 0 0 10px; background: var(--c-green-bg); color: var(--c-green); }
.woocommerce-info { background: var(--c-blue-bg); color: var(--c-blue); }
.woocommerce-error { background: var(--c-rose-bg); color: var(--c-accent-600); }
.woocommerce-error li { list-style: none; }
.woocommerce-message .button, .woocommerce-info .button { min-height: 32px; padding: 0 14px; font-size: 11px; margin-left: auto; }
.woocommerce-NoticeGroup { width: 100%; }
.wc-block-components-notice-banner { margin-bottom: 10px; border-radius: var(--r-12); }

/* ---------- Footer ---------- */
.o-footer { background: var(--c-ink); color: var(--c-warm-white); padding: 28px 0 24px; font-size: 14px; border-top: 1px solid var(--c-taupe); }
.o-footer__grid { display: grid; gap: 0; }
.o-footer__col { border-bottom: 1px solid rgba(255,255,255,.1); }
.o-footer__title { display: flex; justify-content: space-between; align-items: center; font-family: var(--f-display); font-weight: 600; font-size: 17px; padding: 14px 0; }
.o-footer__chev { transition: transform .2s; }
.o-footer__col[open] .o-footer__chev { transform: rotate(180deg); }
.o-footer__list { padding-bottom: 14px; display: flex; flex-direction: column; gap: 8px; color: rgba(251,247,242,.8); }
.o-footer__list a { display: inline-flex; align-items: center; gap: 6px; }
.o-footer__list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.o-footer__hours { color: rgba(251,247,242,.55); font-size: 13px; }
.o-footer__col--social { padding: 14px 0; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.o-socials { display: flex; gap: 8px; }
.o-social { width: 38px; height: 38px; border-radius: var(--r-full); background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.o-social:hover { background: var(--c-olive); color: var(--c-warm-white); }
.o-footer .o-btn--outline { color: var(--c-cream); border-color: rgba(255,255,255,.4); }
.o-footer .o-btn--outline:hover { background: var(--c-cream); color: var(--c-ink); border-color: var(--c-cream); }
.o-footer__bottom { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: rgba(251,247,242,.55); border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }
@media (max-width: 767px) { .o-footer__col:not([open]) .o-footer__list { display: none; } }
@media (min-width: 768px) {
	.o-footer { padding: 48px 0 32px; }
	.o-footer__grid { grid-template-columns: repeat(5, 1fr); gap: 24px; }
	.o-footer__col { border: 0; }
	.o-footer__title { padding: 0 0 12px; pointer-events: none; }
	.o-footer__chev { display: none; }
	.o-footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; margin-top: 36px; }
}

/* ---------- Prose / posts / 404 ---------- */
.o-prose { font-size: 15px; line-height: 1.65; }
.o-prose p, .o-prose ul, .o-prose ol { margin-bottom: 14px; }
.o-prose ul { list-style: disc; padding-left: 20px; } .o-prose ol { list-style: decimal; padding-left: 20px; }
.o-prose h2 { font-size: 24px; margin: 24px 0 10px; } .o-prose h3 { font-size: 19px; margin: 18px 0 8px; }
.o-prose--page { max-width: 820px; }
.o-prose table { width: 100%; border-collapse: collapse; } .o-prose th, .o-prose td { padding: 8px; border-bottom: 1px solid var(--c-grey-200); text-align: left; }
.o-prose img { border-radius: var(--r-12); }
.o-prose a { text-decoration: underline; text-underline-offset: 3px; }
.o-posts { display: grid; gap: 24px; }
@media (min-width: 768px) { .o-posts { grid-template-columns: repeat(3, 1fr); } }
.o-post__media img { border-radius: var(--r-12); aspect-ratio: 1; object-fit: cover; width: 100%; }
.o-post__title { font-size: 19px; margin-top: 10px; }
.o-post__meta { font-size: 12px; color: var(--c-grey-500); margin: 4px 0 8px; }
.o-post__hero { margin-bottom: 20px; }
.o-404 { text-align: center; padding-block: 60px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.o-404__code { color: var(--c-accent); text-shadow: none; font-size: 120px; }
.o-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 30px; }
.o-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; border-radius: var(--r-full); border: 1px solid var(--c-grey-200); font-size: 13px; }
.o-pagination .page-numbers.current { background: var(--c-olive); color: var(--c-warm-white); border-color: var(--c-olive); }
.o-comments { margin-top: 30px; }
.o-comments__list li { padding: 12px 0; border-bottom: 1px solid var(--c-grey-100); }
.comment-form p { margin-bottom: 10px; display: flex; flex-direction: column; gap: 4px; }
.comment-form input:not([type=submit]), .comment-form textarea { border: 1px solid var(--c-grey-200); border-radius: var(--r-8); padding: 10px 14px; width: 100%; }
.comment-form .submit { display: inline-flex; align-items: center; min-height: 44px; padding: 0 24px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); font-weight: 700; text-transform: uppercase; font-size: 13px; width: auto; }

/* Reviews (Woo) */
#reviews .commentlist { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
#reviews .comment_container { display: flex; gap: 12px; }
#reviews .avatar { width: 40px; height: 40px; border-radius: var(--r-full); }
#reviews .meta { font-size: 12px; color: var(--c-grey-500); margin: 2px 0 6px; }
#reviews .star-rating { font-size: 12px; }
.star-rating { position: relative; display: inline-block; width: 5.4em; height: 1em; line-height: 1; overflow: hidden; font-family: var(--f-body); }
.star-rating::before { content: '★★★★★'; color: var(--c-grey-300); position: absolute; top: 0; left: 0; letter-spacing: .1em; }
.star-rating span { position: absolute; top: 0; left: 0; overflow: hidden; padding-top: 1.5em; }
.star-rating span::before { content: '★★★★★'; color: var(--c-gold); position: absolute; top: 0; left: 0; letter-spacing: .1em; }
.comment-form-rating .stars a { color: var(--c-grey-300); font-size: 22px; text-decoration: none; }
.comment-form-rating .stars a.active, .comment-form-rating .stars:hover a { color: var(--c-gold); }
.comment-form-rating .stars a:hover ~ a { color: var(--c-grey-300); }
.comment-form-rating .stars { display: inline-flex; gap: 2px; }
.comment-form-rating .stars a::before { content: '★'; }
.comment-form-rating .stars a { width: auto; text-indent: 0; }
.comment-form-rating .stars.selected a.active ~ a::before { color: var(--c-grey-300); }
.comment-form-rating .stars a.active::before, .comment-form-rating .stars.selected a:not(.active)::before { color: var(--c-gold); }
.comment-form-rating .stars.selected a.active ~ a::before { color: var(--c-grey-300); }
.woocommerce-noreviews { font-size: 14px; color: var(--c-grey-500); }
#review_form .comment-reply-title { font-weight: 700; font-size: 15px; display: block; margin-bottom: 10px; }

/* Woo generic */
.woocommerce-result-count { font-size: 12px; }
.woocommerce-ordering { margin: 0; }
.onsale { display: none; }
.woocommerce-no-products-found { padding: 30px 0; }
table.shop_attributes { width: 100%; border-collapse: collapse; }
table.shop_attributes th, table.shop_attributes td { padding: 8px 6px; border-bottom: 1px solid var(--c-grey-100); text-align: left; font-size: 14px; }
table.shop_attributes th { width: 40%; font-weight: 700; }
table.shop_attributes p { margin: 0; }
.woocommerce-shipping-calculator .form-row { margin-bottom: 8px; }
.woocommerce-shipping-calculator .input-text, .woocommerce-shipping-calculator select { width: 100%; height: 40px; border: 1px solid var(--c-grey-200); border-radius: var(--r-8); padding: 0 10px; }
.select2-dropdown { border-color: var(--c-grey-200); border-radius: var(--r-8); }

/* ---------- Entrance animation ---------- */
@keyframes o-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.o-home .o-hero__content > * { animation: o-rise .6s var(--ease) both; }
.o-home .o-hero__content > :nth-child(2) { animation-delay: .08s; } .o-home .o-hero__content > :nth-child(3) { animation-delay: .16s; }
.o-tile.is-new { animation: o-rise .4s var(--ease) both; }

/* ---------- Toast ---------- */
.o-toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); z-index: 200; background: var(--c-olive-600); color: var(--c-warm-white); border-radius: var(--r-full); padding: 10px 10px 10px 20px; display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 700; white-space: nowrap; box-shadow: var(--shadow-2); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s var(--ease), visibility 0s .25s; max-width: calc(100vw - 32px); }
.o-toast.is-on { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition-delay: 0s; }
.added_to_cart { display: none !important; }

/* ---------- Custom Orders page ---------- */
.o-custom__hero { background: var(--c-beige-bg); border-bottom: 1px solid var(--c-taupe); color: var(--c-ink); }
.o-custom__heroin { padding-block: 48px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; max-width: 760px; }
.o-custom__heroin .o-hero__kicker { text-shadow: none; color: var(--c-olive); margin: 0; }
.o-custom__title { font-size: clamp(34px, 6vw, 60px); line-height: 1.02; font-weight: 500; }
.o-custom__intro { font-size: 16px; line-height: 1.6; max-width: 620px; }
@media (min-width: 992px) { .o-custom__heroin { padding-block: 80px 64px; } .o-custom__intro { font-size: 18px; } }
.o-types { display: grid; gap: 14px; }
.o-types__card { background: var(--c-warm-white); border: 1px solid var(--c-taupe); border-radius: var(--r-16); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.o-types__card .o-ico { color: var(--c-accent); }
.o-types__card h3 { font-size: 20px; }
.o-types__card p { font-size: 14px; color: var(--c-grey-700); }
@media (min-width: 768px) { .o-types { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.o-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.o-gallery__item { position: relative; border-radius: var(--r-12); overflow: hidden; background: var(--c-tile); aspect-ratio: 1; }
.o-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.o-gallery__item:hover img { transform: scale(1.04); }
.o-gallery__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px; font-size: 13px; font-weight: 700; color: #fff; background: linear-gradient(180deg, rgba(43,38,34,0), rgba(43,38,34,.6)); }
@media (min-width: 768px) { .o-gallery { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 992px) { .o-gallery { grid-template-columns: repeat(4, 1fr); } .o-gallery__item:first-child { grid-column: span 2; grid-row: span 2; } }
.o-custom__formsec { display: grid; gap: 28px; }
@media (min-width: 992px) { .o-custom__formsec { grid-template-columns: 360px minmax(0, 1fr); gap: 56px; align-items: start; } .o-custom__formhead { position: sticky; top: calc(var(--header-h) + var(--nav-h) + 24px); } }
.o-custom__formhead .o-sec__title { margin-bottom: 8px; }
.o-howto { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.o-howto li { display: flex; align-items: center; gap: 12px; }
.o-howto b { width: 30px; height: 30px; border-radius: var(--r-full); background: var(--c-olive); color: var(--c-warm-white); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; flex: none; }
.o-request { background: var(--c-warm-white); border: 1px solid var(--c-taupe); border-radius: var(--r-16); padding: 22px; }
@media (min-width: 768px) { .o-request { padding: 30px; } }
.o-request__hp { position: absolute; left: -9999px; }
.o-request__grid { display: grid; gap: 14px; }
@media (min-width: 768px) { .o-request__grid { grid-template-columns: 1fr 1fr; gap: 16px 18px; } .o-request__row--textarea, .o-request__row--file { grid-column: 1 / -1; } }
.o-request__row { display: flex; flex-direction: column; gap: 5px; }
.o-request__row label { font-size: 12px; font-weight: 700; color: var(--c-grey-700); letter-spacing: .02em; }
.o-request__row .required { color: var(--c-accent); }
.o-request__row input:not([type=file]), .o-request__row select, .o-request__row textarea { width: 100%; min-height: 46px; border: 1px solid var(--c-taupe); border-radius: var(--r-8); padding: 10px 14px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.o-request__row textarea { min-height: 130px; resize: vertical; }
.o-request__row input:focus, .o-request__row select:focus, .o-request__row textarea:focus { border-color: var(--c-ink); box-shadow: 0 0 0 3px rgba(43,38,34,.08); outline: 0; }
.o-file { display: flex; align-items: center; gap: 10px; border: 1px dashed var(--c-grey-300); border-radius: var(--r-8); padding: 12px 14px; font-size: 13px; color: var(--c-grey-700); position: relative; }
.o-file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.o-request__consent { margin: 16px 0 14px; font-size: 13px; } .o-request__consent label { display: flex; gap: 8px; align-items: center; } .o-request__consent input { width: 18px; height: 18px; accent-color: var(--c-olive); }
.o-request__alt { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; font-size: 13px; }
.o-request__alt a { display: inline-flex; align-items: center; gap: 6px; text-decoration: underline; text-underline-offset: 3px; }
.o-request__ok { margin-bottom: 16px; }
