/* ==========================================================================
   Nutea Farms — Dark Premium Botanical Theme
   assets/css/main.css

   Sections
   1.  Design tokens (CSS variables)
   2.  Reset & base
   3.  Typography
   4.  Layout (container, sections, reveal)
   5.  Botanical background
   6.  Buttons
   7.  Glass cards
   8.  Header & navigation
   9.  Hero
   10. Intro / promise + stats
   11. Reasons
   12. Products
   13. Restaurants band
   14. Contact + form
   15. Footer
   16. WordPress content (pages, single, search, 404)
   17. Accessibility & helpers
   ========================================================================== */

/* 1. ---------------------------------------------------------------- Tokens */
:root {
	/* Luxury dark botanical base — charcoal/near-black, low green saturation */
	--bg:            #0b0e0c;
	--bg-deep:       #070908;
	--surface:       rgba(26, 28, 25, 0.66);
	--surface-2:     rgba(18, 20, 18, 0.60);
	--surface-solid: #151714;
	--card-border:   rgba(231, 222, 201, 0.10);
	--card-border-2: rgba(231, 222, 201, 0.055);

	/* Warm white / cream / soft grey text */
	--text:          #f4f1ea;
	--text-muted:    #b7b1a4;
	--text-dim:      #8a8576;

	/* Champagne gold accent system (primary accent) */
	--gold:          #d9b65f;
	--gold-soft:     #f1dca4;
	--gold-strong:   #c79a46;
	--gold-deep:     #9c7733;
	--gold-glow:     rgba(217, 182, 95, 0.22);

	/* Green — kept ONLY as a natural microgreens accent */
	--green:         #7bd88f;
	--green-soft:    #9fe6ac;
	--green-strong:  #43c46a;
	--green-deep:    #1f6b39;
	--green-glow:    rgba(78, 200, 120, 0.18);

	--white:         #ffffff;

	--r-xs: 12px;
	--r-sm: 16px;
	--r-md: 22px;
	--r-lg: 28px;
	--r-xl: 36px;
	--r-pill: 999px;

	--shadow-sm: 0 8px 24px -12px rgba(0, 0, 0, 0.55);
	--shadow-md: 0 24px 60px -28px rgba(0, 0, 0, 0.70);
	--shadow-lg: 0 40px 90px -40px rgba(0, 0, 0, 0.80);
	--glow:      0 0 0 1px rgba(212, 175, 95, 0.10), 0 18px 50px -18px rgba(199, 155, 70, 0.30);

	--container: 1200px;
	--gutter: clamp(18px, 5vw, 56px);

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--font: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* 2. ----------------------------------------------------------- Reset/base */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.7;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: rgba(212, 175, 95, 0.30); color: #fff; }

/* 3. ----------------------------------------------------------- Typography */
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--text); }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
	padding: 7px 14px;
	border-radius: var(--r-pill);
	background: rgba(212, 175, 95, 0.08);
	border: 1px solid rgba(212, 175, 95, 0.18);
}
.eyebrow::before {
	content: "";
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 12px var(--gold);
}

.lead { color: var(--text-muted); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }
.text-green { color: var(--gold); }

/* 4. --------------------------------------------------------------- Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }

.section { position: relative; padding-block: clamp(64px, 9vw, 120px); }
.section--tight { padding-block: clamp(48px, 6vw, 84px); }

/* Offset in-page anchors so the sticky header never covers the heading. */
section[id], .site-footer[id] { scroll-margin-top: 92px; }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-title { font-size: clamp(1.9rem, 4.2vw, 3.1rem); font-weight: 800; }
.section-head .lead { margin-top: 18px; }

/* Scroll reveal */
[data-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
	will-change: opacity, transform;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1; transform: none; }
}

/* 5. ---------------------------------------------------- Botanical background */
.site-bg {
	position: fixed;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	background:
		radial-gradient(1000px 680px at 88% -8%, rgba(217, 182, 95, 0.09), transparent 60%),  /* champagne gold glow */
		radial-gradient(680px 500px at 1% 1%, rgba(165, 45, 70, 0.08), transparent 54%),          /* subtle red microgreens corner accent */
		radial-gradient(900px 600px at 50% 126%, rgba(130, 32, 58, 0.10), transparent 58%),        /* faint red glow at the very base edge */
		radial-gradient(620px 500px at 99% 92%, rgba(150, 45, 78, 0.06), transparent 50%),         /* faint magenta corner hint */
		linear-gradient(180deg, var(--bg-deep), var(--bg) 32%, var(--bg-deep));
}
.site-bg::before {
	/* slow-drifting luxe glow */
	content: "";
	position: absolute;
	width: 80vw; height: 80vw;
	max-width: 1100px; max-height: 1100px;
	top: -22%; right: -12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217, 182, 95, 0.11), transparent 70%);
	filter: blur(28px);
	animation: nutea-drift 32s ease-in-out infinite alternate;
}
.site-bg::after {
	/* Dark readability scrim over the global "new Design" background image, so the
	   premium dark look + light text stay readable. Faint champagne-gold glow and an
	   edge vignette keep it on-brand. */
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(1000px 680px at 88% -8%, rgba(217, 182, 95, 0.10), transparent 58%),  /* champagne gold glow */
		radial-gradient(125% 125% at 50% 34%, transparent 40%, rgba(0, 0, 0, 0.52)),           /* edge vignette */
		linear-gradient(180deg, rgba(7, 11, 8, 0.74), rgba(6, 9, 7, 0.82));                     /* dark scrim */
}
/* Global website background — the uploaded "new Design" image, applied site-wide.
   The parent .site-bg is position:fixed, so this layer stays fixed on scroll (a
   "fixed" feel) without background-attachment:fixed and its mobile-perf cost.
   A dark scrim (.site-bg::after) sits above it to keep all text readable. */
.site-bg__photo {
	position: absolute;
	inset: 0;
	background-image: url(../images/backgrounds/new-design.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: saturate(0.85) brightness(0.92);
}

/* Soft floating blur orbs for depth (decorative) */
.orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; z-index: -1; pointer-events: none; }
.orb--green { background: radial-gradient(circle, rgba(199, 155, 70, 0.45), transparent 70%); }

/* 6. -------------------------------------------------------------- Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 15px 26px;
	border-radius: var(--r-pill);
	border: 1px solid transparent;
	transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease);
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn svg { width: 20px; height: 20px; flex: none; }
.btn .btn__arrow {
	display: inline-flex;
	width: 22px; height: 22px;
	transition: transform 0.35s var(--ease);
}
.btn:hover .btn__arrow { transform: translate(2px, -2px); }

.btn--primary {
	background: var(--white);
	color: #0c1410;
	box-shadow: var(--shadow-md);
}
.btn--primary:hover { box-shadow: 0 26px 60px -22px rgba(255, 255, 255, 0.35); }

.btn--gold {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 45%, var(--gold-deep) 100%);
	color: #1b2417;
	font-weight: 700;
	box-shadow: var(--glow);
}
.btn--gold:hover { box-shadow: 0 24px 56px -18px rgba(217, 182, 95, 0.55), 0 0 0 1px rgba(241, 220, 164, 0.4); }
/* subtle shine sweep on hover */
.btn--gold::after {
	content: "";
	position: absolute;
	top: 0; left: -130%;
	width: 55%; height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	transform: skewX(-22deg);
	pointer-events: none;
	z-index: 1;
}
.btn--gold:hover::after { animation: nutea-shine 0.85s var(--ease); }

.btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	border-color: var(--card-border);
	backdrop-filter: blur(10px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.09); border-color: rgba(212, 175, 95, 0.4); }

.btn--block { width: 100%; justify-content: center; }
.btn--sm { padding: 11px 18px; font-size: 0.9rem; }

/* WhatsApp glyph */
.ico-wa { width: 20px; height: 20px; fill: currentColor; }

/* 7. ----------------------------------------------------------- Glass card
   PURE liquid glass: a clear frosted pane over the green textured background.
   Very translucent (the green shows through, blurred), a bright cream/white glass
   edge, a soft inner highlight, a diagonal shine sweep and a soft outer depth
   shadow. Light text inside stays readable thanks to the dark, scrimmed backdrop
   plus a subtle text-shadow (see below). Deliberately frosted-translucent — NOT a
   solid dark, black or cream block. */
.glass {
	position: relative;
	background: rgba(255, 248, 236, 0.08);                 /* soft cream-white frost, very transparent */
	border: 1px solid rgba(255, 248, 236, 0.42);           /* visible cream/white glass edge */
	border-radius: var(--r-lg);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	box-shadow:
		0 20px 50px -24px rgba(0, 0, 0, 0.55),             /* outer depth */
		0 2px 10px -5px rgba(0, 0, 0, 0.32),               /* close contact shadow */
		inset 0 1px 0 rgba(255, 255, 255, 0.55),           /* crisp top edge highlight */
		inset 0 0 30px -8px rgba(255, 255, 255, 0.10);     /* soft inner glow */
}
.glass::before {
	/* diagonal liquid-glass shine sweep + soft top-left reflection */
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(125deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 16%, transparent 40%),
		radial-gradient(72% 52% at 12% 0%, rgba(255, 255, 255, 0.14), transparent 72%);
	opacity: 0.7;
	pointer-events: none;
}
.glass > * { position: relative; }
/* Keep light text crisp on the frosted pane (subtle, not a dark overlay). Scoped
   with :where() so it never raises specificity or touches gradient-fill numbers. */
.glass :where(h1, h2, h3, h4, p, .lead, li, .eyebrow, blockquote) { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42); }

.card-hover { transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.card-hover:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 248, 236, 0.62);               /* brighter glass edge */
	box-shadow:
		0 30px 64px -26px rgba(0, 0, 0, 0.60),
		inset 0 1px 0 rgba(255, 255, 255, 0.60),
		inset 0 0 38px -8px rgba(255, 255, 255, 0.14),
		0 0 48px -16px var(--gold-glow);                   /* gentle champagne glow */
}

/* Reusable clickable card — the WHOLE card is an <a>. The soft lift + champagne-gold
   border/glow come from .card-hover; this adds the pointer cursor, an accessible
   keyboard focus ring, and a bottom-pinned "Learn more" link. */
.click-card { cursor: pointer; position: relative; }
.click-card:focus-visible,
.contact-list a:focus-visible,
a.media-panel:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: var(--r-md); }
.click-card__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; color: var(--gold); font-weight: 600; font-size: 0.95rem; }
.click-card__cta svg { width: 18px; height: 18px; }
/* feature cards turn into flex columns when clickable, so the CTA sits at the bottom */
a.feature-card.click-card { display: flex; flex-direction: column; }
a.callout.click-card, a.freshness-note.click-card, a.bestfor-card.click-card { text-decoration: none; }

/* 8. ----------------------------------------------------- Header & nav */
/* Premium dark header — same dark design language as the footer, but lighter:
   a near-black charcoal frosted bar (not green-mixed) that sits clearly above the
   green page, with a soft bottom shadow and a fine champagne-gold hairline that
   mirrors the footer's gold top line. Deepens subtly on scroll. */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(10, 11, 12, 0.55);
	backdrop-filter: blur(14px) saturate(125%);
	-webkit-backdrop-filter: blur(14px) saturate(125%);
	border-bottom: 1px solid rgba(231, 222, 201, 0.05);
	box-shadow: 0 14px 34px -24px rgba(0, 0, 0, 0.75);
	transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(217, 182, 95, 0.38), transparent);
	pointer-events: none;
}
.site-header.is-stuck {
	background: rgba(7, 8, 9, 0.82);
	backdrop-filter: blur(18px) saturate(135%);
	-webkit-backdrop-filter: blur(18px) saturate(135%);
	border-bottom-color: rgba(231, 222, 201, 0.08);
	box-shadow: 0 18px 42px -26px rgba(0, 0, 0, 0.85);
}
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	height: 78px;
}

/* Brand / logo */
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -0.02em; }
.brand__mark {
	display: inline-grid;
	place-items: center;
	width: 38px; height: 38px;
	border-radius: 12px;
	background: linear-gradient(150deg, var(--gold-soft), var(--gold-deep));
	color: #1b2417;
	box-shadow: var(--glow);
	flex: none;
}
.brand__mark svg { width: 22px; height: 22px; }
.brand__name { font-size: 1.18rem; color: var(--text); }
.brand__name b { color: var(--gold); font-weight: 700; }

/* Primary nav */
.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
	display: inline-block;
	padding: 9px 15px;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--text-muted);
	border-radius: var(--r-pill);
	transition: color 0.25s var(--ease), background 0.25s var(--ease);
}
.nav a:hover, .nav a:focus-visible, .nav .current-menu-item > a { color: var(--text); background: rgba(255, 255, 255, 0.06); }

.header__actions { display: flex; align-items: center; gap: 12px; }
.header__loc {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.9rem;
	color: var(--text-muted);
	padding: 8px 14px;
	border-radius: var(--r-pill);
	border: 1px solid var(--card-border-2);
	background: rgba(255, 255, 255, 0.03);
}
.header__loc svg { width: 15px; height: 15px; stroke: var(--gold); }
/* Wexford pill is now a Google-Maps link — subtle hover/focus affordance, same resting design. */
a.header__loc { cursor: pointer; }
a.header__loc:hover, a.header__loc:focus-visible { color: var(--text); border-color: rgba(212, 175, 95, 0.4); background: rgba(212, 175, 95, 0.07); }
a.header__loc:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.header__wa {
	display: inline-grid;
	place-items: center;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--gold-soft), var(--gold-strong));
	color: #08130c;
	box-shadow: var(--glow);
	transition: transform 0.3s var(--ease);
	flex: none;
}
.header__wa:hover { transform: translateY(-2px) scale(1.04); }
.header__wa .ico-wa { width: 22px; height: 22px; }

/* Hamburger */
.nav-toggle {
	display: none;
	width: 46px; height: 46px;
	border-radius: 13px;
	border: 1px solid var(--card-border);
	background: rgba(255, 255, 255, 0.04);
	position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
	content: "";
	position: absolute;
	left: 50%; top: 50%;
	width: 20px; height: 2px;
	background: var(--text);
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle span::before { transform: translate(-50%, -7px); }
.nav-toggle span::after  { transform: translate(-50%, 7px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translate(-50%, 0) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translate(-50%, 0) rotate(-45deg); }

/* 9. ------------------------------------------------------------------ Hero */
.hero { position: relative; padding-block: clamp(48px, 7vw, 96px) clamp(56px, 8vw, 110px); }
.hero__decor {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}
.hero__leaf {
	position: absolute;
	opacity: 0.16;
	filter: blur(2px) saturate(0.7);
}
.hero__leaf--tl { top: -60px; left: -80px; width: 420px; transform: rotate(-12deg); }
.hero__leaf--br { bottom: -120px; right: -60px; width: 380px; transform: rotate(160deg); opacity: 0.11; }

.hero__grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(28px, 3.6vw, 52px);
	align-items: center;
}
.hero__title {
	font-size: clamp(2.3rem, 5.2vw, 4rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.03em;
	margin-top: 22px;
}
.hero__title .accent {
	background: linear-gradient(120deg, var(--gold-soft), var(--gold-strong) 60%, #d9f7e0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hero__sub { margin-top: 22px; max-width: 540px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero__meta-item { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--text-muted); }
.hero__meta-item svg { width: 18px; height: 18px; stroke: var(--gold); flex: none; }

/* Hero interactive image accordion — premium product showcase.
   One wide active card + slim vertical cards; hover/focus promotes a card. */
.hero-accordion {
	display: flex;
	gap: 14px;
	height: clamp(430px, 43vw, 472px);
	width: 100%;
}
.hac {
	position: relative;
	flex: 1 1 0;
	min-width: 58px;          /* slim (inactive) floor — keeps cards tappable */
	flex-grow: 1;
	border-radius: 24px;
	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
	text-decoration: none;
	background: linear-gradient(180deg, #10180f, #0a110b);
	box-shadow: inset 0 0 0 1px var(--card-border-2);
	transition: flex-grow 0.6s var(--ease), box-shadow 0.45s var(--ease);
}
.hac.is-active {
	flex-grow: 9;             /* wide active card fills the remaining space */
	box-shadow: inset 0 0 0 1px rgba(217, 182, 95, 0.34), var(--shadow-md);
}
.hac__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.04);
	transition: transform 0.7s var(--ease), filter 0.45s var(--ease);
	filter: saturate(0.96) brightness(0.86);
}
.hac.is-active .hac__img { transform: scale(1); filter: saturate(1.02) brightness(1); }
.hac:hover .hac__img { filter: saturate(1) brightness(0.96); }
.hac__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(7, 9, 8, 0.10) 0%, rgba(7, 9, 8, 0) 34%, rgba(7, 9, 8, 0.55) 74%, rgba(7, 9, 8, 0.86) 100%),
		radial-gradient(120% 70% at 50% 8%, rgba(199, 155, 70, 0.12), transparent 60%);
	transition: opacity 0.45s var(--ease);
}
/* Vertical label on slim (inactive) cards, like the reference design. */
.hac__vlabel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	z-index: 2;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	margin-inline: auto;
	width: max-content;
	max-height: calc(100% - 36px);
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--text);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
	opacity: 1;
	transition: opacity 0.35s var(--ease);
}
.hac.is-active .hac__vlabel { opacity: 0; pointer-events: none; }
/* Horizontal caption on the wide (active) card. */
.hac__caption {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 22px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.45s var(--ease) 0.08s, transform 0.5s var(--ease) 0.08s;
}
.hac.is-active .hac__caption { opacity: 1; transform: none; }
.hac__name {
	font-size: clamp(1.4rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: var(--text);
}
.hac__tag {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-soft);
}
.hac:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.hac:focus-visible .hac__img { filter: saturate(1) brightness(0.98); }

/* 10. -------------------------------------------------- Intro / promise */
.intro__top { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(24px, 4vw, 56px); align-items: end; margin-bottom: clamp(34px, 4vw, 52px); }
.intro__title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; }
.intro__title em { font-style: normal; color: var(--gold); }

.intro__grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: clamp(20px, 3vw, 32px); }

/* Unified to the transparent FAQ/.glass look (was a heavy dark-green fill). */
.media-panel {
	position: relative;
	border-radius: var(--r-xl);
	overflow: hidden;
	min-height: 340px;
	background: rgba(255, 248, 236, 0.08);
	border: 1px solid rgba(255, 248, 236, 0.42);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	display: grid;
	place-items: center;
	box-shadow:
		0 20px 50px -24px rgba(0, 0, 0, 0.55),
		0 2px 10px -5px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.55),
		inset 0 0 30px -8px rgba(255, 255, 255, 0.10);
}
.media-panel svg { width: 90%; }
.media-panel__caption {
	position: absolute;
	left: 20px; bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: var(--r-md);
	background: rgba(8, 14, 9, 0.55);
	border: 1px solid var(--card-border);
	backdrop-filter: blur(12px);
	font-size: 0.92rem;
	color: var(--text-muted);
}
.media-panel__caption strong { color: var(--text); font-weight: 600; }

.stats { display: grid; gap: 16px; align-content: start; }
.stat-card { display: flex; align-items: center; gap: 18px; padding: 22px 24px; border-radius: var(--r-md); }
.stat-card__num { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--text); }
.stat-card__num span { color: var(--gold); }
.stat-card__title { font-size: 1.1rem; font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
.stat-card__label { font-size: 0.95rem; color: var(--text-muted); line-height: 1.4; }
.stat-card__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(212, 175, 95, 0.10); border: 1px solid rgba(212, 175, 95, 0.2); flex: none; }
.stat-card__icon svg { width: 24px; height: 24px; stroke: var(--gold); }

/* 11. -------------------------------------------------------------- Reasons */
.reasons__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 22px); }
/* Premium photo card: a real image header inside the transparent glass card,
   with a small gold number badge over the image; readable copy below. Compact. */
.reason-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.reason-card__media { position: relative; overflow: hidden; flex: none; height: clamp(140px, 14.5vw, 166px); }
.reason-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.card-hover:hover .reason-card__media img { transform: scale(1.05); }
.reason-card__num {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
	color: var(--gold-soft);
	background: rgba(8, 12, 9, 0.62);
	border: 1px solid rgba(217, 182, 95, 0.45);
	border-radius: 50%;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.reason-card__body { display: flex; flex-direction: column; flex: 1; padding: 16px 22px 22px; }
.reason-card h3 { font-size: 1.18rem; margin-bottom: 7px; }
.reason-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; margin: 0; }
/* Clickable reason cards: pin the "Learn more" link to the bottom. */
a.reason-card { cursor: pointer; }
.reason-card__cta { margin-top: auto; padding-top: 14px; }

/* 12. ------------------------------------------------------------- Products */
/* Compact ecommerce product grid — 4 columns × 2 rows on desktop. */
.products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.product-card { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; }
.product-card__visual {
	position: relative;
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
	background: radial-gradient(110% 90% at 50% 0%, var(--pc-glow, rgba(199, 155, 70, 0.3)), transparent 58%), linear-gradient(180deg, #101a11, #0a110b);
	border-bottom: 1px solid var(--card-border-2);
}
.product-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s var(--ease); }
.card-hover:hover .product-card__img { transform: scale(1.045); }
.product-card__visual svg { width: 64%; } /* legacy SVG fallback */
.product-card__body { padding: 12px 15px 14px; display: flex; flex-direction: column; flex: 1; }
.product-card__title { font-size: 1.02rem; font-weight: 700; line-height: 1.25; }
.product-card__desc {
	color: var(--text-muted);
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 7px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.chip {
	font-size: 0.76rem;
	font-weight: 500;
	color: var(--gold-soft);
	padding: 6px 12px;
	border-radius: var(--r-pill);
	background: rgba(212, 175, 95, 0.08);
	border: 1px solid rgba(212, 175, 95, 0.16);
}
.chip__label { color: var(--text-dim); }

/* 13. ---------------------------------------------------------- Restaurants */
.restaurants .glass { padding: clamp(32px, 5vw, 64px); border-radius: var(--r-xl); overflow: hidden; position: relative; }
.restaurants__inner { position: relative; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.restaurants__title { font-size: clamp(1.7rem, 3.6vw, 2.7rem); font-weight: 800; margin: 18px 0; }
.restaurants__text { color: var(--text-muted); max-width: 560px; }
.restaurants__uses { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.restaurants__leaf { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: 360px; opacity: 0.35; filter: blur(1px); pointer-events: none; }
.restaurants__cta { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
@media (min-width: 921px) { .restaurants__cta { align-items: flex-end; text-align: right; } }

/* 14. -------------------------------------------------------------- Contact */
/* Contact page only — compact hero + reduced space before the contact grid
   (scoped via the .contact-page wrapper so other pages are unaffected). */
.contact-page .inner-hero { padding-block: clamp(30px, 4.4vw, 52px) clamp(12px, 1.8vw, 20px); }
.contact-page .inner-hero__lead { margin-top: 14px; }
.contact-page .section { padding-block: clamp(16px, 2.4vw, 30px) clamp(44px, 7vw, 84px); }

.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.contact__title { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; }
.contact__text { color: var(--text-muted); margin: 14px 0 24px; max-width: 440px; }

.contact-list { display: grid; gap: 12px; margin-bottom: 26px; }
/* Clearer glass tiles: a touch more tint, a visible cream border and a light blur
   so they read clearly against the green page, while staying glassy.
   Direct children only, so the inner icon/text spans are not themselves boxed. */
.contact-list > a, .contact-list > span {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 16px;
	border-radius: var(--r-md);
	background: rgba(255, 248, 236, 0.07);
	border: 1px solid rgba(255, 248, 236, 0.22);
	backdrop-filter: blur(10px) saturate(130%);
	-webkit-backdrop-filter: blur(10px) saturate(130%);
	color: var(--text);
	transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}
.contact-list a:hover { border-color: rgba(212, 175, 95, 0.45); background: rgba(212, 175, 95, 0.10); transform: translateX(3px); }
.contact-list .ci-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(212, 175, 95, 0.14); border: 1px solid rgba(212, 175, 95, 0.22); flex: none; }
.contact-list .ci-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; }
.contact-list .ci-meta small { display: block; color: var(--text-muted); font-size: 0.78rem; }
.contact-list .ci-meta strong { font-weight: 600; }

.social { display: flex; gap: 12px; }
.social a {
	width: 46px; height: 46px;
	border-radius: 13px;
	display: grid; place-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--card-border);
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.social a:hover { transform: translateY(-3px); border-color: rgba(212, 175, 95, 0.4); background: rgba(212, 175, 95, 0.08); }
.social svg { width: 21px; height: 21px; }

/* Form — compact but clean and readable. */
.contact-form { padding: clamp(20px, 2.6vw, 30px); border-radius: var(--r-xl); }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); margin-bottom: 5px; }
.field input, .field textarea {
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	color: var(--text);
	padding: 11px 15px;
	border-radius: var(--r-md);
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid var(--card-border);
	transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.field input:focus, .field textarea:focus {
	outline: none;
	border-color: rgba(212, 175, 95, 0.55);
	box-shadow: 0 0 0 3px rgba(212, 175, 95, 0.14);
	background: rgba(0, 0, 0, 0.36);
}
.field textarea { resize: vertical; min-height: 88px; }
.field input.field--error, .field textarea.field--error { border-color: #e07a7a; box-shadow: 0 0 0 3px rgba(224, 122, 122, 0.18); }
.form-note { margin-top: 10px; font-size: 0.82rem; color: var(--text-dim); text-align: center; }
.form-note a { color: var(--gold); }

/* 15. --------------------------------------------------------------- Footer */
/* Keep the final section above the footer from leaving a tall empty gap. */
.site-main > section:last-child { padding-bottom: clamp(28px, 3.5vw, 48px); }

/* Premium, compact footer — a solid near-black band that stands clearly apart
   from the green page background, lifted with an upward shadow and a fine gold
   top hairline so it reads as its own section. */
.site-footer {
	position: relative;
	margin-top: clamp(18px, 2.4vw, 32px);
	padding-block: clamp(28px, 3vw, 40px) 0;
	background: linear-gradient(180deg, #0a0c0b 0%, #050605 100%);
	box-shadow: 0 -24px 48px -30px rgba(0, 0, 0, 0.9);
}
.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(217, 182, 95, 0.45), transparent);
	pointer-events: none;
}
.footer__inner {
	display: grid;
	grid-template-columns: 1.5fr 1.2fr 1.25fr;
	gap: clamp(24px, 3vw, 36px);
	padding-bottom: clamp(14px, 1.8vw, 20px);
}
.footer__brandcol { max-width: 380px; }
.brand--footer { margin-bottom: 12px; }
.footer__tagline { color: var(--gold); font-weight: 600; letter-spacing: 0.01em; margin: 0 0 8px; }
.footer__about { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }
.footer__heading { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 13px; }
.footer__links { display: grid; gap: 11px; }
.footer__links a { color: var(--text-muted); font-size: 0.95rem; transition: color 0.25s var(--ease), transform 0.25s var(--ease); width: fit-content; }
.footer__links a:hover { color: var(--gold); transform: translateX(4px); }
/* Legal column carries 7 links — keep it compact so the footer does not grow taller. */
.footer__links--legal { gap: 9px; }
.footer__links--legal a { font-size: 0.9rem; line-height: 1.3; }
.footer__contactlist { display: grid; gap: 11px; }
.footer__contactlist li { display: flex; align-items: center; gap: 11px; color: var(--text-muted); font-size: 0.93rem; }
.footer__contactlist svg { width: 18px; height: 18px; stroke: var(--gold); flex: none; }
.footer__contactlist a { color: var(--text-muted); transition: color 0.25s var(--ease); }
.footer__contactlist a:hover { color: var(--gold); }
.footer__contactlist .ico-wa { fill: var(--gold); stroke: none; }
.footer__wa a { color: var(--gold); font-weight: 600; }
.footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 24px;
	padding: 13px 0 15px;
	border-top: 1px solid rgba(231, 222, 201, 0.07);
	color: var(--text-dim);
	font-size: 0.8rem;
}
.footer__bottom a { color: var(--text-muted); }
.footer__bottom a:hover { color: var(--gold); }
@media (max-width: 760px) {
	.footer__inner { grid-template-columns: 1fr; gap: 28px; }
	.footer__brandcol { max-width: none; }
}

/* 16. ------------------------------------------------ Pages, single, search & 404 */
.page-hero { padding-block: clamp(72px, 10vw, 120px) clamp(28px, 4vw, 48px); text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
.page-hero .lead { margin: 16px auto 0; max-width: 640px; }

.content-area { padding-block: clamp(24px, 4vw, 48px) clamp(64px, 9vw, 110px); }
.content-narrow { max-width: 800px; margin-inline: auto; }

.entry__thumb { border-radius: var(--r-md); overflow: hidden; margin-bottom: 24px; }

.prose { color: var(--text-muted); line-height: 1.8; }
.prose > * + * { margin-top: 1.1em; }
.prose h2, .prose h3, .prose h4 { color: var(--text); margin-top: 1.6em; }
.prose h2 { font-size: 1.6rem; }
.prose h3 { font-size: 1.3rem; }
.prose a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: var(--r-md); }
.prose blockquote { margin: 1.4em 0; padding: 18px 24px; border-left: 3px solid var(--gold); background: rgba(212, 175, 95, 0.06); border-radius: 0 var(--r-md) var(--r-md) 0; color: var(--text); }
.prose code { background: rgba(255, 255, 255, 0.08); padding: 2px 7px; border-radius: 6px; font-size: 0.9em; }
.prose pre { background: rgba(0, 0, 0, 0.4); padding: 20px; border-radius: var(--r-md); overflow-x: auto; border: 1px solid var(--card-border); }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-top: 0.5em; }

/* Legal / policy pages — premium, compact, dark with champagne-gold accents. */
.legal-note {
	margin: 0 0 28px;
	padding: 14px 20px;
	border-left: 3px solid var(--gold);
	background: rgba(212, 175, 95, 0.07);
	border-radius: 0 var(--r-md) var(--r-md) 0;
	color: var(--text-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}
.legal-prose h2:first-child { margin-top: 0; }
.legal-updated {
	margin: 36px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--card-border-2);
	color: var(--text-dim);
	font-size: 0.82rem;
}
.legal-contact { margin: 10px 0 0; color: var(--text-muted); font-size: 0.9rem; }
.legal-contact a { color: var(--gold); }

.btn-back { margin-bottom: 28px; }
.pagination { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: var(--r-md); border: 1px solid var(--card-border); color: var(--text-muted); background: rgba(255, 255, 255, 0.03); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: rgba(212, 175, 95, 0.12); color: var(--text); border-color: rgba(212, 175, 95, 0.35); }

.error-404 { text-align: center; padding-block: clamp(80px, 14vw, 160px); }
.error-404__code { font-size: clamp(6rem, 22vw, 13rem); font-weight: 800; line-height: 0.85; letter-spacing: -0.05em; background: linear-gradient(180deg, var(--gold-soft), rgba(199, 155, 70, 0.25)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.error-404 h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 18px 0 14px; }
.error-404 .lead { margin: 0 auto 30px; max-width: 480px; }

/* search (results list + 404 search box) */
.search-results { list-style: none; padding: 0; display: grid; gap: 12px; }
.search-results li { padding: 16px 20px; border-radius: var(--r-md); border: 1px solid var(--card-border); background: rgba(255, 255, 255, 0.03); }
.search-results a { color: var(--text); font-weight: 600; }
.search-results a:hover { color: var(--gold); }
.search-form { display: flex; gap: 10px; }
.search-form input[type="search"] { flex: 1; padding: 13px 16px; border-radius: var(--r-md); background: rgba(0,0,0,0.28); border: 1px solid var(--card-border); color: var(--text); }

/* 17. ------------------------------------------------ Accessibility & helpers */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 12px 20px;
	background: var(--gold);
	color: #08130c;
	border-radius: 0 0 var(--r-md) 0;
	font-weight: 600;
}
.skip-link:focus { left: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
/* Laptop: drop the 8-product grid to 3 columns when 4 is too tight. */
@media (max-width: 1200px) {
	.products__grid { grid-template-columns: repeat(3, 1fr); }
}

/* Tablet: 2 columns. */
@media (max-width: 1024px) {
	.reasons__grid { grid-template-columns: repeat(2, 1fr); }
	.products__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
	.nav-toggle { display: block; }
	.nav {
		position: fixed;
		inset: 78px 0 auto 0;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 18px var(--gutter) 26px;
		background: rgba(8, 9, 10, 0.97);
		backdrop-filter: blur(20px);
		border-bottom: 1px solid var(--card-border);
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
		max-height: calc(100dvh - 78px);
		overflow-y: auto;
	}
	.nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.nav a { padding: 14px 16px; font-size: 1.05rem; border-radius: var(--r-md); }
	.header__loc { display: none; }

	.hero__grid { grid-template-columns: 1fr; }
	.hero-accordion { height: clamp(380px, 52vw, 460px); }
	.intro__top { grid-template-columns: 1fr; align-items: start; gap: 16px; }
	.intro__grid { grid-template-columns: 1fr; }
	.stats { grid-template-columns: repeat(3, 1fr); }
	.restaurants__inner { grid-template-columns: 1fr; }
	.restaurants__leaf { display: none; }
	.contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.reasons__grid { grid-template-columns: 1fr; }
	.products__grid { grid-template-columns: 1fr; }
	.stats { grid-template-columns: 1fr; }
	.hero__meta { gap: 14px; }
	.reason-card { min-height: 0; }
	.section { padding-block: clamp(52px, 12vw, 80px); }
}

/* Hero accordion on phones: no slim/vertical cards — a clean horizontal-scroll
   row of full image cards with a normal caption on each. Readable + no overflow. */
@media (max-width: 700px) {
	.hero-accordion {
		height: auto;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
		scrollbar-width: thin;
		scrollbar-color: rgba(217, 182, 95, 0.4) transparent;
	}
	.hac, .hac.is-active {
		flex: 0 0 76%;
		max-width: 320px;
		min-width: 0;
		height: 300px;
		scroll-snap-align: start;
		box-shadow: inset 0 0 0 1px var(--card-border);
	}
	.hac__img, .hac.is-active .hac__img { transform: none; filter: saturate(1) brightness(0.94); }
	.hac__vlabel { display: none; }
	.hac__caption, .hac.is-active .hac__caption { opacity: 1; transform: none; } /* caption on every mobile card */
	.hero-accordion::-webkit-scrollbar { height: 6px; }
	.hero-accordion::-webkit-scrollbar-thumb { background: rgba(217, 182, 95, 0.4); border-radius: 999px; }
}

/* =====================================================================
   MULTI-PAGE COMPONENTS (v3)
   ===================================================================== */

/* Breadcrumbs */
.breadcrumbs { margin-bottom: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.85rem; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; color: var(--text-dim); }
.breadcrumbs li:not(:first-child)::before { content: "/"; opacity: 0.45; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs li[aria-current] { color: var(--text); }

/* Inner-page hero */
.inner-hero { position: relative; padding-block: clamp(46px, 7vw, 92px) clamp(26px, 4vw, 48px); overflow: hidden; }
.inner-hero__decor { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.inner-hero__title { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -0.03em; margin-top: 14px; }
.inner-hero__lead { margin-top: 18px; max-width: 680px; }
.inner-hero--center { text-align: center; }
.inner-hero--center .breadcrumbs ol { justify-content: center; }
.inner-hero--center .inner-hero__lead { margin-inline: auto; }

/* Hero CTA row + "learn more" links */
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.link-more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--gold); font-size: 0.95rem; }
.link-more svg { width: 18px; height: 18px; transition: transform 0.3s var(--ease); }
.link-more:hover { color: var(--gold-soft); }
.link-more:hover svg { transform: translateX(3px); }

.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px 28px; max-width: none; flex-wrap: wrap; }

/* Split (text + media) */
.split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.split__body .eyebrow { margin-bottom: 14px; }
.split__body h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
a.media-panel { text-decoration: none; transition: border-color 0.35s var(--ease), transform 0.35s var(--ease); }
a.media-panel:hover { border-color: rgba(212, 175, 95, 0.32); transform: translateY(-4px); }
.media-panel--tall { min-height: 420px; aspect-ratio: auto; }

/* Feature / value cards */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.feature-card { padding: 30px 26px; border-radius: var(--r-lg); }
.feature-card__icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: rgba(212, 175, 95, 0.10); border: 1px solid rgba(212, 175, 95, 0.2); margin-bottom: 18px; }
.feature-card__icon svg { width: 26px; height: 26px; stroke: var(--gold); }
.feature-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.feature-card p { color: var(--text-muted); font-size: 0.95rem; margin: 0; }

/* Tick list */
ul.ticks { list-style: none; padding-left: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.ticks li { display: flex; align-items: flex-start; gap: 12px; color: var(--text-muted); }
.prose .ticks li { margin-top: 0; }
.ticks svg { width: 22px; height: 22px; stroke: var(--gold); flex: none; margin-top: 1px; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.step-card { padding: 30px 26px; border-radius: var(--r-lg); }
.step-card__num { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; font-weight: 800; color: #08130c; background: linear-gradient(180deg, var(--gold-soft), var(--gold-strong)); margin-bottom: 16px; box-shadow: var(--glow); }
.step-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step-card p { color: var(--text-muted); font-size: 0.95rem; margin: 0; }
.step-card a { color: var(--gold); }

/* Teasers */
.teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 26px); }
.teaser { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.teaser__media { position: relative; overflow: hidden; flex: none; height: clamp(150px, 15vw, 188px); }
.teaser__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.card-hover:hover .teaser__media img { transform: scale(1.05); }
.teaser__icon { position: absolute; top: 14px; left: 14px; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(8, 12, 9, 0.62); border: 1px solid rgba(217, 182, 95, 0.4); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.teaser__icon svg { width: 26px; height: 26px; stroke: var(--gold); }
.teaser__body { display: flex; flex-direction: column; flex: 1; align-items: flex-start; padding: 22px clamp(22px, 3vw, 32px) clamp(24px, 3vw, 32px); }
.teaser__title { font-size: 1.4rem; margin-bottom: 10px; }
.teaser p { color: var(--text-muted); margin: 0 0 18px; }
.teaser .link-more { margin-top: auto; }

/* CTA band */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px 32px; padding: clamp(30px, 4vw, 54px); border-radius: var(--r-xl); flex-wrap: wrap; }
.cta-band__title { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800; }
.cta-band .lead { margin-top: 10px; max-width: 560px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band--center { flex-direction: column; text-align: center; }
.cta-band--center .lead { margin-inline: auto; }
.cta-band__actions--center { justify-content: center; }

/* Home final CTA — compact, premium 2-column card: text + buttons on the left,
   a supporting image on the right. Modifier only (other .cta-band uses unchanged). */
.cta-band--media {
	display: grid;
	grid-template-columns: 1.35fr 0.85fr;
	align-items: stretch;
	gap: 0;
	padding: 0;
	overflow: hidden;
}
.cta-band--media .cta-band__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 3vw, 40px);
}
.cta-band--media .cta-band__title { font-size: clamp(1.5rem, 2.6vw, 2.05rem); }
.cta-band--media .lead { margin-top: 10px; max-width: 460px; }
.cta-band--media .cta-band__actions { margin-top: clamp(16px, 2vw, 22px); }
.cta-band--media .cta-band__media { position: relative; overflow: hidden; }
.cta-band--media .cta-band__media img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; display: block; }
.cta-band--media .cta-band__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 9, 8, 0.5), rgba(7, 9, 8, 0) 34%);
	pointer-events: none;
}

/* Notice / callout */
.notice { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: var(--r-md); margin-bottom: clamp(28px, 4vw, 44px); }
.notice svg { width: 26px; height: 26px; stroke: var(--gold); flex: none; }
.notice p { margin: 0; color: var(--text-muted); font-size: 0.95rem; }
/* .callout always carries .glass — inherit the pure liquid-glass look (no own bg/border). */
.callout { display: flex; gap: 16px; padding: 20px 22px; border-radius: var(--r-md); margin: 24px 0; }
.callout svg { width: 26px; height: 26px; stroke: var(--gold); flex: none; }
.callout strong { color: var(--text); display: block; margin-bottom: 4px; }
.callout p { margin: 0; color: var(--text-muted); font-size: 0.95rem; }
.delivery-links { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 8px; }

/* Price tag */
.price-tag { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 10px; flex-wrap: wrap; }
.price-tag__amount { font-size: 1.25rem; font-weight: 800; color: var(--gold); letter-spacing: -0.02em; }
.price-tag__temp { font-size: 0.66rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-dim); padding: 4px 9px; border-radius: var(--r-pill); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--card-border-2); }
.price-tag--lg .price-tag__amount { font-size: 2rem; }

/* Product card extras */
.product-card__unit { color: var(--text-dim); font-size: 0.8rem; margin: 3px 0 0; }
/* Price sits AFTER the description; pin price + actions to the bottom so cards stay equal height. */
.price-tag--card { margin-top: auto; padding-top: 12px; margin-bottom: 12px; }
.product-card__actions { display: flex; flex-direction: column; gap: 8px; }

/* Product hero (single product) */
.product-hero { position: relative; padding-block: clamp(38px, 6vw, 78px) clamp(20px, 3vw, 36px); overflow: hidden; }
.product-hero .breadcrumbs { margin-bottom: 22px; }
.product-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
/* Background removed so this product-detail frame inherits the transparent .glass it carries. */
.product-hero__visual { position: relative; border-radius: var(--r-xl); padding: 24px; display: grid; place-items: center; min-height: 340px; }
.product-hero__visual svg { width: 86%; } /* legacy SVG fallback */
.product-hero__img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--r-lg); display: block; }
.product-hero__title { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; letter-spacing: -0.03em; margin: 12px 0 18px; }
.product-hero__unit { color: var(--text-dim); font-size: 0.9rem; margin: -6px 0 18px; }
.product-hero__excerpt { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 20px; }
.product-hero__actions { margin: 22px 0; max-width: 340px; }
.product-hero__links { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 20px; }
.freshness-note { display: flex; gap: 14px; padding: 16px 18px; border-radius: var(--r-md); background: rgba(212, 175, 95, 0.06); border: 1px solid rgba(212, 175, 95, 0.16); margin-top: 20px; }
.freshness-note svg { width: 24px; height: 24px; stroke: var(--gold); flex: none; }
.freshness-note p { margin: 0; color: var(--text-muted); font-size: 0.9rem; }

/* Best-for grid */
.bestfor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bestfor-card { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-radius: var(--r-md); font-weight: 600; }
.bestfor-card svg { width: 22px; height: 22px; stroke: var(--gold); flex: none; }

/* FAQ accordion (native <details>) */
.faqs__title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 24px; text-align: center; }
.faqs__list { display: grid; gap: 14px; }
.faq { border-radius: var(--r-md); overflow: hidden; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; font-weight: 600; color: var(--text); font-size: 1.02rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.faq__mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(212, 175, 95, 0.1); border: 1px solid rgba(212, 175, 95, 0.2); flex: none; transition: transform 0.3s var(--ease); }
.faq__mark svg { width: 18px; height: 18px; stroke: var(--gold); }
.faq[open] .faq__mark { transform: rotate(45deg); }
.faq__a { padding: 0 24px 22px; color: var(--text-muted); }
.faq__a p { margin: 0; }

/* Contact form extras */
.contact-form__title { font-size: 1.3rem; font-weight: 700; margin-bottom: 14px; }
.form-actions { display: grid; gap: 10px; }

/* (Old footer "contact band" styles removed — the footer is now a compact
   multi-column premium footer; see section 15 above.) */

/* Header cart button + badge */
.header__cart { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--card-border); color: var(--text); transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease); flex: none; }
.header__cart:hover { transform: translateY(-2px); border-color: rgba(212, 175, 95, 0.4); background: rgba(212, 175, 95, 0.08); }
.header__cart svg { width: 22px; height: 22px; }
.cart-badge { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: var(--r-pill); background: linear-gradient(180deg, var(--gold-soft), var(--gold-strong)); color: #08130c; font-size: 0.72rem; font-weight: 700; display: grid; place-items: center; box-shadow: var(--glow); }
.cart-badge[hidden] { display: none; }

/* Cart drawer */
body.cart-open { overflow: hidden; }
.cart-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(4, 8, 5, 0.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; transition: opacity 0.35s var(--ease); }
.cart-overlay.is-active { opacity: 1; }
.cart-overlay[hidden] { display: none; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 210; width: min(420px, 92vw); display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(16, 22, 17, 0.98), rgba(9, 13, 10, 0.99)); border-left: 1px solid var(--card-border); box-shadow: -30px 0 80px -30px rgba(0, 0, 0, 0.8); transform: translateX(100%); transition: transform 0.4s var(--ease); }
.cart-drawer.is-open { transform: none; }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--card-border-2); }
.cart-drawer__title { font-size: 1.2rem; font-weight: 700; }
.cart-close { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--card-border); background: rgba(255, 255, 255, 0.04); color: var(--text); display: grid; place-items: center; }
.cart-close:hover { border-color: rgba(212, 175, 95, 0.4); }
.cart-close svg { width: 20px; height: 20px; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-empty { text-align: center; color: var(--text-muted); padding: 48px 10px; }
.cart-empty__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(255, 255, 255, 0.04); margin-bottom: 16px; }
.cart-empty__icon svg { width: 30px; height: 30px; stroke: var(--text-dim); }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--card-border-2); }
.cart-item__name { font-weight: 600; }
.cart-item__unit { color: var(--text-dim); font-size: 0.78rem; }
.cart-item__price { color: var(--text-muted); font-size: 0.86rem; }
.cart-item__line { font-weight: 700; color: var(--text); text-align: right; align-self: start; }
.cart-item__controls { display: flex; align-items: center; gap: 14px; grid-column: 1 / -1; margin-top: 6px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--card-border); border-radius: var(--r-pill); overflow: hidden; }
.qty button { width: 32px; height: 32px; background: transparent; color: var(--text); display: grid; place-items: center; border: none; }
.qty button:hover { background: rgba(212, 175, 95, 0.12); }
.qty button svg { width: 16px; height: 16px; }
.qty span { min-width: 28px; text-align: center; font-weight: 600; font-size: 0.9rem; }
.cart-item__remove { background: none; border: none; color: var(--text-dim); display: inline-flex; align-items: center; gap: 5px; font-size: 0.8rem; }
.cart-item__remove:hover { color: #e89090; }
.cart-item__remove svg { width: 15px; height: 15px; }
.cart-drawer__foot { padding: 20px 24px; border-top: 1px solid var(--card-border); }
.cart-total { display: flex; align-items: center; justify-content: space-between; font-size: 1.02rem; margin-bottom: 4px; }
.cart-total strong { font-size: 1.3rem; color: var(--gold); }
.cart-note { font-size: 0.82rem; color: var(--text-dim); margin: 6px 0 16px; }
.cart-clear { width: 100%; margin-top: 10px; background: none; border: none; color: var(--text-dim); font-size: 0.85rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cart-clear:hover { color: #e89090; }
.cart-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); z-index: 220; background: linear-gradient(180deg, var(--gold-soft), var(--gold-strong)); color: #08130c; font-weight: 600; padding: 12px 20px; border-radius: var(--r-pill); box-shadow: var(--shadow-lg); opacity: 0; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); display: flex; align-items: center; gap: 8px; pointer-events: none; }
.cart-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.cart-toast svg { width: 18px; height: 18px; }

/* Responsive (v3 components) */
@media (max-width: 1024px) {
	.feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
	.bestfor-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
	.split { grid-template-columns: 1fr; }
	.product-hero__grid { grid-template-columns: 1fr; }
	.teaser-grid { grid-template-columns: 1fr; }
	.cta-band { flex-direction: column; align-items: flex-start; text-align: left; }
	.cta-band--center { align-items: center; text-align: center; }
	/* Home CTA stacks cleanly: image banner on top, then text + buttons. */
	.cta-band--media { grid-template-columns: 1fr; }
	.cta-band--media .cta-band__media { order: -1; }
	.cta-band--media .cta-band__media img { height: clamp(150px, 42vw, 200px); min-height: 0; }
	.cta-band--media .cta-band__media::before { background: linear-gradient(180deg, transparent 55%, rgba(7, 9, 8, 0.4)); }
}
@media (max-width: 620px) {
	.feature-grid, .steps-grid { grid-template-columns: 1fr; }
	.hero__cta .btn, .cta-band__actions .btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   ANIMATIONS (lightweight, CSS-only; honour prefers-reduced-motion)
   ===================================================================== */
@keyframes nutea-rise {
	from { opacity: 0; transform: translateY(26px); }
	to   { opacity: 1; transform: none; }
}
@keyframes nutea-shine {
	from { left: -130%; }
	to   { left: 150%; }
}
@keyframes nutea-drift {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to   { transform: translate3d(-6%, 5%, 0) scale(1.12); }
}

/* Hero headline + accordion fade-up on load (no JS dependency) */
.hero__content { animation: nutea-rise 0.8s 0.05s var(--ease) both; }
.hero-accordion { animation: nutea-rise 0.85s 0.22s var(--ease) both; }

/* Inner-page hero entrance on load */
.inner-hero .breadcrumbs { animation: nutea-rise 0.6s 0.02s var(--ease) both; }
.inner-hero .eyebrow { animation: nutea-rise 0.6s 0.08s var(--ease) both; }
.inner-hero__title { animation: nutea-rise 0.7s 0.12s var(--ease) both; }
.inner-hero__lead { animation: nutea-rise 0.7s 0.2s var(--ease) both; }

/* Product detail hero entrance on load */
.product-hero__visual { animation: nutea-rise 0.8s 0.05s var(--ease) both; }
.product-hero__buy { animation: nutea-rise 0.8s 0.18s var(--ease) both; }

@media (prefers-reduced-motion: reduce) {
	.hero__content, .hero-accordion,
	.inner-hero .breadcrumbs, .inner-hero .eyebrow, .inner-hero__title, .inner-hero__lead,
	.product-hero__visual, .product-hero__buy,
	.site-bg::before, .btn--gold::after { animation: none !important; }
	.hac, .hac__img, .hac__caption { transition: none !important; }

	/* Keep clickable cards from moving; only the border/glow changes on hover. */
	.card-hover:hover, .click-card:hover, a.media-panel:hover, .contact-list a:hover { transform: none; }
}

/* ===================================================================
   ABOUT PAGE — compact, image-led redesign.
   Every rule is scoped to .about-page so the shared building blocks
   (.inner-hero / .section / .split / .media-panel / .feature-card /
   .cta-band) stay exactly as they are on all other pages.
   =================================================================== */

/* Hero: much shorter, tighter top/bottom padding — no large empty space. */
.about-page .inner-hero { padding-block: clamp(14px, 2vw, 28px) clamp(8px, 1.2vw, 14px); }
.about-page .inner-hero .breadcrumbs { margin-bottom: 10px; }
.about-page .inner-hero__title { font-size: clamp(1.75rem, 3.4vw, 2.5rem); margin-top: 8px; }
.about-page .inner-hero__lead { margin-top: 10px; max-width: 640px; }

/* The three content blocks: pulled in tighter and visually balanced. */
.about-page .section { padding-block: clamp(34px, 5vw, 60px); }
.about-page .section--tight { padding-block: clamp(30px, 4vw, 52px); }
.about-page .section-head { margin-bottom: clamp(22px, 3vw, 34px); }
.about-page .section-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.about-page .split { gap: clamp(24px, 3.2vw, 44px); }
.about-page .split__body h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.about-page .split__body p { font-size: 0.97rem; }

/* Split media → a real, relevant photo inside the glass frame
   (replaces the tall, empty SVG illustration). */
.about-page .media-panel--photo {
	position: relative;
	display: block;
	min-height: clamp(230px, 28vw, 320px);
	padding: 0;
}
.about-page .media-panel--photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s var(--ease);
}
.about-page .media-panel--photo:hover img { transform: scale(1.04); }

/* Wexford banner only: it is a wide image, so show it in FULL (contain) on a
   soft dark-glass backdrop rather than cropping the sides. The shared --photo
   cards (e.g. the variety image) keep their cover crop, untouched. */
.about-page .media-panel--contain { background: rgba(8, 14, 9, 0.5); }
.about-page .media-panel--contain img { object-fit: contain; }
.about-page .media-panel--contain:hover img { transform: none; }

/* Location shown as clean text BELOW the image (no overlay on the photo). */
.about-page .media-loc {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--text-muted);
}
.about-page .media-loc svg { width: 20px; height: 20px; stroke: var(--gold); flex: none; }
.about-page .media-loc strong { color: var(--text); font-weight: 600; }

/* Feature cards → smaller, each with a title-matched photo header and a
   small overlaid icon (mirrors the home teaser/reason-card photo style). */
.about-page .feature-card--photo { padding: 0; overflow: hidden; }
.about-page .feature-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	height: clamp(124px, 13vw, 152px);
}
.about-page .feature-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s var(--ease);
}
.about-page .feature-card--photo:hover .feature-card__media img { transform: scale(1.05); }
.about-page .feature-card--photo .feature-card__icon {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 44px;
	height: 44px;
	margin-bottom: 0;
	border-radius: 13px;
	background: rgba(8, 12, 9, 0.62);
	border: 1px solid rgba(217, 182, 95, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.about-page .feature-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 16px 22px 20px;
}
.about-page .feature-card__body h3 { font-size: 1.1rem; margin-bottom: 7px; }
.about-page .feature-card__body p { font-size: 0.92rem; line-height: 1.6; }
.about-page .feature-card--photo .click-card__cta { padding-top: 12px; }

@media (max-width: 620px) {
	.about-page .media-panel--photo { min-height: clamp(200px, 52vw, 260px); }
}
