/* ==========================================================================
   Simply The Best Catering — "EMBER LIGHT" design system v3 (2026)
   Warm cream editorial · ember gradients · soft glass · Fraunces / Manrope
   ========================================================================== */

/* ---------- Fonts (self-hosted, variable) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces-var.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces-italic-var.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-var.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* surfaces — warm cream, paper-like */
  --bg: #faf5ec;
  --bg-soft: #f4ecdf;
  --bg-deep: #ede2d0;
  --card: #fffdf9;
  --glass: rgba(255, 253, 249, .72);
  --line: rgba(66, 46, 24, .1);
  --line-strong: rgba(66, 46, 24, .18);

  /* type — warm espresso */
  --ink: #241a0f;
  --ink-soft: #43362a;
  --muted: #7c6f5f;

  /* ember accent */
  --ember: #e8540e;
  --ember-hot: #f0740f;
  --ember-deep: #c2410a;
  --amber: #d98324;
  --grad-ember: linear-gradient(100deg, #c2410a 0%, #e8540e 55%, #e8811f 100%);
  --glow: rgba(232, 84, 14, .3);

  /* dark anchor (footer, mobile bar) — warm espresso, not black */
  --anchor: #2a1f12;
  --anchor-deep: #221909;

  --wa: #16a34a;
  --wa-deep: #15803d;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', -apple-system, 'Segoe UI', sans-serif;

  --r-lg: 26px;
  --r: 18px;
  --r-sm: 12px;
  --wrap: 1200px;
  --wrap-narrow: 800px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow: 0 24px 60px -28px rgba(66, 42, 18, .3);
  --shadow-soft: 0 10px 34px -16px rgba(66, 42, 18, .22);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 460;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--bg);
}
/* ambient warmth — fixed pseudo-element (background-attachment:fixed is broken on iOS) */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(1100px 520px at 88% -10%, rgba(232, 84, 14, .09), transparent 60%),
    radial-gradient(900px 640px at -10% 28%, rgba(217, 131, 36, .07), transparent 55%),
    linear-gradient(180deg, rgba(255, 253, 249, .5), transparent 40%);
}
/* paper grain — tiny inline SVG, zero requests */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .26 0 0 0 0 .18 0 0 0 0 .09 0 0 0 .028 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main, .site-header, .site-footer, .mobile-bar { position: relative; z-index: 1; }

img, svg, video { max-width: 100%; height: auto; display: block; }
/* Type system: Fraunces ONLY for the two big display levels (h1, h2, cta-title).
   Everything else runs on Manrope so the serif stays a deliberate accent. */
h1, h2 {
  font-family: var(--font-display);
  font-weight: 540;
  letter-spacing: -.015em;
  line-height: 1.04;
  margin: 0 0 .55em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6.2vw, 4.9rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3, h4 {
  font-family: var(--font-body);
  font-weight: 780;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin: 0 0 .55em;
  color: var(--ink);
  text-wrap: balance;
}
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
p { margin: 0 0 1em; }
a { color: var(--ember-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ember); }
ul { padding-left: 1.2em; }
em, .accent-i {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  background: var(--grad-ember);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(18px, 4vw, 36px); }
.wrap-narrow { max-width: var(--wrap-narrow); margin-inline: auto; padding-inline: clamp(18px, 4vw, 36px); }
.section { padding-block: clamp(64px, 9vw, 130px); }
.section-cream { background: linear-gradient(180deg, var(--bg-soft), rgba(244, 236, 223, .4)); border-block: 1px solid var(--line); }
.section-dark { background: transparent; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); font-weight: 440; color: var(--ink-soft); }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ember-deep); margin-bottom: 1.1em;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; border-radius: 2px; background: var(--grad-ember); }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 3px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ember); color: #fff; padding: 10px 18px; z-index: 300; }
.skip-link:focus { left: 0; }
.ic { flex: none; }
::selection { background: var(--ember); color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 750; font-size: .98rem; letter-spacing: .01em;
  padding: 15px 28px; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1.2; min-height: 50px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s, color .25s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-sm { padding: 10px 18px; font-size: .9rem; min-height: 42px; }
.btn-cta { background: var(--grad-ember); color: #fff8f0; box-shadow: 0 10px 28px -10px var(--glow); }
.btn-cta:hover { box-shadow: 0 16px 40px -12px var(--glow); color: #fff8f0; }
.btn-wa { background: var(--wa); color: #f4fff8; box-shadow: 0 10px 28px -12px rgba(22, 163, 74, .45); }
.btn-wa:hover { background: var(--wa-deep); color: #f4fff8; }
.btn-call { background: var(--anchor); color: #f6efe4; }
.btn-call:hover { background: #3a2c1a; color: #fff; }
.btn-mail { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-mail:hover { border-color: var(--ember); color: var(--ember-deep); }
.btn-ghost { background: rgba(255, 253, 249, .6); color: var(--ink); border-color: var(--line-strong); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: var(--ember); color: var(--ember-deep); }

/* ---------- Header — floating glass pill ---------- */
.site-header {
  position: sticky; top: 12px; z-index: 200;
  background: transparent;
  padding-inline: clamp(10px, 2vw, 24px);
}
.header-inner {
  position: relative;
  display: flex; align-items: center; gap: 18px; min-height: 68px;
  max-width: calc(var(--wrap) + 24px); margin-inline: auto;
  padding-inline: 14px 12px;
}
/* glass surface lives on a pseudo-element: backdrop-filter on the flex parent
   itself would turn it into the containing block for the fixed mobile overlay */
.header-inner::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  border: 1px solid rgba(255, 253, 249, .65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .55) inset, var(--shadow-soft);
  border-radius: 999px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); margin-right: auto; padding-left: 4px; }
.brand-mark {
  color: #fff8f0; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--grad-ember); box-shadow: 0 6px 16px -6px var(--glow);
}
.brand-text { display: grid; line-height: 1.08; }
.brand-text strong { font-family: var(--font-body); font-weight: 800; font-size: 1.06rem; letter-spacing: -.02em; }
.brand-text em { font-style: normal; background: none; color: var(--ember-deep); -webkit-text-fill-color: currentColor; font-family: var(--font-body); font-size: .6rem; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; }
.main-nav > ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; align-items: center; }
.main-nav ul a, .nav-sub-toggle {
  position: relative; display: block; padding: 9px 13px; font-weight: 720; font-size: .92rem; color: var(--ink-soft);
  text-decoration: none; background: none; border: 0; border-radius: 999px;
  font-family: var(--font-body); cursor: pointer; transition: color .2s;
}
/* sliding gradient underline instead of pill fills */
.main-nav > ul > li > a::after, .nav-sub-toggle::before {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px;
  border-radius: 2px; background: var(--grad-ember);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.main-nav > ul > li > a:hover::after, .nav-sub-toggle:hover::before { transform: scaleX(1); }
.main-nav ul a:hover, .nav-sub-toggle:hover { color: var(--ink); }
.main-nav ul a[aria-current="page"] { color: var(--ember-deep); }
.main-nav > ul > li > a[aria-current="page"]::after { transform: scaleX(1); }
.has-sub { position: relative; }
.nav-sub-toggle::after { content: ' ▾'; font-size: .7em; opacity: .7; }
.main-nav .sub-menu {
  display: none; position: absolute; top: calc(100% + 16px); left: 50%; translate: -50% 0;
  min-width: 560px; grid-template-columns: 1fr 1fr; gap: 2px;
  list-style: none; margin: 0; padding: 10px;
  background: var(--glass); backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  border: 1px solid rgba(255, 253, 249, .65); border-radius: 20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .55) inset, var(--shadow); z-index: 90;
}
/* hover bridge so the dropdown doesn't close crossing the gap */
.has-sub::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 18px; }
.sub-menu li { width: 100%; }
.sub-menu a { padding: 11px 16px; border-radius: 12px; font-weight: 680; }
.sub-menu a:hover { background: rgba(232, 84, 14, .08); color: var(--ember-deep); }
.main-nav .has-sub:hover .sub-menu, .main-nav .has-sub:focus-within .sub-menu, .main-nav .sub-menu.open { display: grid; }
.header-cta { display: flex; gap: 8px; }
.nav-toggle {
  display: none; position: relative; z-index: 210;
  background: rgba(66, 46, 24, .06); border: 1px solid var(--line); border-radius: 50%;
  color: var(--ink); cursor: pointer; padding: 10px;
}
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-menu { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }
.nav-toggle .ico-menu, .nav-toggle .ico-close { line-height: 0; }
/* mobile CTA block inside the overlay — hidden on desktop */
.nav-mobile-cta { display: none; }

/* ---------- Hero — photo right, cream veil left, dark editorial type ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg-soft); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(250, 245, 236, .97) 0%, rgba(250, 245, 236, .9) 38%, rgba(250, 245, 236, .48) 68%, rgba(250, 245, 236, .1) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 22%);
}
.hero-inner {
  position: relative; z-index: 1; display: grid; gap: 22px; max-width: 880px;
  padding-block: clamp(88px, 13vw, 180px);
}
.hero h1 { margin: 0; }
.hero .lead { color: var(--ink-soft); max-width: 620px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.hero-badges span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .85rem; font-weight: 750; color: var(--ink-soft);
  padding: 9px 16px; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--line);
  backdrop-filter: blur(6px); box-shadow: var(--shadow-soft);
}
.hero-badges .ic { color: var(--ember); }

/* ---------- Marquee ticker ---------- */
.marquee {
  overflow: hidden; white-space: nowrap; border-block: 1px solid var(--line);
  padding-block: 16px; position: relative; z-index: 1;
  background: rgba(232, 84, 14, .05);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track { display: inline-flex; gap: 0; animation: marquee 36s linear infinite; }
.marquee span {
  display: inline-flex; align-items: center; gap: 22px; padding-inline: 22px;
  font-family: var(--font-body); font-weight: 780; letter-spacing: .18em; text-transform: uppercase;
  font-size: clamp(.8rem, 1.3vw, .95rem); color: var(--muted);
}
.marquee span::after { content: '✦'; font-style: normal; color: var(--ember); font-size: .8em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Trust bar — big gradient numerals ---------- */
.trust-bar { border-block: 1px solid var(--line); background: var(--card); }
.trust-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 0; }
.trust-item { text-align: center; padding: 30px 14px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong {
  display: block; font-family: var(--font-body); font-weight: 800; letter-spacing: -.03em;
  font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1;
  background: var(--grad-ember); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 6px;
}
.trust-item span { font-size: .85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

/* ---------- CTA banners ---------- */
.cta-banner { position: relative; overflow: hidden; padding-block: clamp(40px, 5.5vw, 64px); }
.cta-inner { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.cta-title { font-family: var(--font-display); font-weight: 560; letter-spacing: -.01em; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.1; margin: 0; color: var(--ink); }
.cta-sub { margin: 8px 0 0; color: var(--ink-soft); opacity: .92; max-width: 520px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-orange {
  background:
    radial-gradient(700px 300px at 12% -40%, rgba(255, 200, 130, .4), transparent 60%),
    linear-gradient(100deg, #c2410a 0%, #e8540e 45%, #f0740f 100%);
}
.cta-orange .cta-title, .cta-orange .cta-sub { color: #fff7ee; }
.cta-orange .btn-call { background: rgba(34, 22, 8, .45); color: #fff7ee; }
.cta-orange .btn-mail { color: #fff7ee; border-color: rgba(255, 244, 230, .55); }
.cta-orange .btn-mail:hover { background: #fff7ee; color: var(--ember-deep); border-color: transparent; }
.cta-dark { background: var(--anchor); }
.cta-dark .cta-title { color: #f6efe4; }
.cta-dark .cta-sub { color: #cfc2b0; }
.cta-dark .btn-call { background: rgba(255, 244, 230, .12); border-color: rgba(255, 244, 230, .25); color: #f6efe4; }
.cta-dark .btn-call:hover { background: rgba(255, 244, 230, .2); color: #fff; }
.cta-dark .btn-mail { color: #f6efe4; border-color: rgba(255, 244, 230, .4); }
.cta-dark .btn-mail:hover { background: #f6efe4; color: var(--anchor); }
.cta-cream { border-block: 1px solid var(--line); background: linear-gradient(100deg, rgba(217, 131, 36, .14), rgba(232, 84, 14, .06)); }

/* ---------- Cards / grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: center; }
.card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .5s var(--ease); }
.card:hover img { transform: scale(1.04); }
.card-body { padding: 24px 26px 28px; display: grid; gap: 9px; }
.card-body h3 { margin: 0; }
.card-body p { margin: 0; color: var(--muted); font-size: .96rem; }
.card-link { font-weight: 750; color: var(--ember-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; margin-top: 6px; transition: gap .25s var(--ease), color .2s; }
.card:hover .card-link { gap: 12px; color: var(--ember); }
.card > a { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }

/* ---------- Checklist ---------- */
.checklist { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; }
.checklist .ic {
  color: var(--ember-deep); margin-top: 3px; background: rgba(232, 84, 14, .1);
  border: 1px solid rgba(232, 84, 14, .25); border-radius: 8px; padding: 3px;
  width: 24px; height: 24px;
}
.checklist strong { color: var(--ink); font-weight: 750; }

/* ---------- Menu / pricing cards ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
.menu-card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 32px 30px 34px; box-shadow: var(--shadow-soft);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.menu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.menu-card.highlight {
  background: linear-gradient(160deg, #fff8f0, #fff3e4 60%, var(--card));
  border-color: rgba(232, 84, 14, .4);
  box-shadow: 0 26px 70px -30px var(--glow);
}
.menu-card .tag {
  position: absolute; top: -13px; left: 26px;
  background: var(--grad-ember); color: #fff8f0;
  font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; box-shadow: 0 6px 18px -6px var(--glow);
}
.menu-card h3 { margin-bottom: 4px; }
.menu-price {
  font-family: var(--font-body); font-weight: 800; letter-spacing: -.02em; font-size: 2rem; line-height: 1.1;
  background: var(--grad-ember); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 0 0 18px;
}
.menu-price small { font-family: var(--font-body); font-size: .8rem; font-weight: 700; color: var(--muted); -webkit-text-fill-color: var(--muted); }
.menu-card ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 9px; }
.menu-card li { padding-left: 26px; position: relative; font-size: .96rem; }
.menu-card li::before { content: '✦'; position: absolute; left: 2px; color: var(--ember); font-size: .75em; top: .35em; }
.menu-note { font-size: .88rem; color: var(--muted); }
.menu-card .btn { width: 100%; }

/* ---------- Gallery ---------- */
.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery-strip a { border-radius: var(--r); overflow: hidden; display: block; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.gallery-strip img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .5s var(--ease); }
.gallery-strip a:hover img { transform: scale(1.07); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.gallery-grid a { border-radius: var(--r); overflow: hidden; display: block; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow-soft); }
.gallery-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .5s var(--ease); }
.gallery-grid a:hover img { transform: scale(1.06); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(30, 21, 10, .9); backdrop-filter: blur(10px); display: none; place-items: center; padding: 4vmin; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 86vh; width: auto; height: auto; border-radius: var(--r); box-shadow: var(--shadow); }
.lightbox-close, .lightbox-nav {
  position: absolute; background: rgba(255, 253, 249, .15); border: 1px solid rgba(255, 253, 249, .3);
  color: #fff; padding: 13px; border-radius: 50%; cursor: pointer; display: grid; place-items: center;
  transition: background .2s;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(232, 84, 14, .5); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 18px; } .lightbox-next { right: 18px; }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
.quote-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 30px 26px; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.quote-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quote-card blockquote {
  margin: 0 0 16px; font-family: var(--font-body); font-weight: 560;
  font-size: 1.08rem; line-height: 1.6; color: var(--ink);
}
.quote-card cite { font-style: normal; font-weight: 750; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.quote-stars { color: var(--amber); display: flex; gap: 3px; margin-bottom: 14px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; }
.faq { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 0 24px; box-shadow: var(--shadow-soft); transition: border-color .25s; }
.faq[open] { border-color: rgba(232, 84, 14, .45); }
.faq summary { cursor: pointer; font-weight: 750; color: var(--ink); padding: 19px 30px 19px 0; list-style: none; position: relative; font-size: 1.04rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 300; color: var(--ember); transition: transform .3s var(--ease); }
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { padding-bottom: 20px; margin: 0; color: var(--ink-soft); }

/* ---------- Related ---------- */
.related { border-top: 1px solid var(--line); background: var(--bg-soft); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.related-card { position: relative; border-radius: var(--r); overflow: hidden; display: block; text-decoration: none; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.related-img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .5s var(--ease); }
.related-card:hover .related-img { transform: scale(1.06); }
.related-label {
  position: absolute; inset: auto 0 0 0; padding: 34px 16px 14px;
  background: linear-gradient(transparent, rgba(34, 22, 8, .88));
  color: #fff8f0; font-weight: 750; font-size: .96rem; display: flex; align-items: center; gap: 7px;
}
.related-card:hover .related-label { color: #ffcf9e; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split-img { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.split-img img { width: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split.rev .split-img { order: 2; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; counter-increment: step; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block; font-family: var(--font-body); font-weight: 800; letter-spacing: -.03em;
  font-size: 2.4rem; line-height: 1;
  background: var(--grad-ember); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.step h3 { font-size: 1.12rem; margin-bottom: 7px; }
.step p { margin: 0; font-size: .93rem; color: var(--muted); }

/* ---------- Forms ---------- */
.form-grid { display: grid; gap: 18px; }
.form-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 750; font-size: .9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); padding: 14px 16px;
  border: 1px solid var(--line-strong); border-radius: var(--r-sm);
  background: var(--card); width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ember); outline: none; box-shadow: 0 0 0 4px rgba(232, 84, 14, .14); }
.field .hint { font-size: .82rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: .88rem; color: var(--muted); }
.alert { padding: 15px 20px; border-radius: var(--r-sm); margin-bottom: 20px; font-weight: 650; border: 1px solid; }
.alert-ok { background: #eaf7ef; color: #14532d; border-color: #bfe5cc; }
.alert-err { background: #fdeeec; color: #7f1d1d; border-color: #f2c9c4; }

/* ---------- Footer — warm espresso anchor ---------- */
.site-footer { background: var(--anchor); color: #cfc2b0; margin-bottom: 66px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding-block: 64px 36px; }
.footer-brand { font-family: var(--font-body); font-weight: 800; letter-spacing: -.02em; font-size: 1.35rem; color: #fff8f0; margin-bottom: .6em; }
.footer-head { font-weight: 800; color: #ffb877; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; margin: 1.4em 0 .7em; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #e5d9c6; text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #ffb877; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; padding: 3px 0; }
.footer-contact .ic { color: var(--ember-hot); }
.footer-areas { font-size: .88rem; color: #b3a48f; }
.footer-social a { margin-right: 16px; }
.footer-bottom { border-top: 1px solid rgba(255, 244, 230, .14); padding-block: 20px; font-size: .82rem; color: #b3a48f; }

/* ---------- Mobile action bar — floating warm pill ---------- */
.mobile-bar {
  position: fixed; bottom: 12px; left: 12px; right: 12px; z-index: 150;
  display: grid; grid-template-columns: 1fr 1.25fr 1fr;
  background: rgba(42, 31, 18, .93); backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(255, 244, 230, .18); border-radius: 22px;
  overflow: hidden; box-shadow: 0 18px 50px -14px rgba(42, 28, 10, .55);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #f6efe4; text-decoration: none; font-weight: 750; font-size: .9rem; padding: 15px 6px; }
.mobile-bar a:hover { background: rgba(255, 244, 230, .1); color: #fff; }
.mobile-bar .mobile-wa { background: var(--wa); color: #f4fff8; }
.mobile-bar .mobile-wa:hover { background: var(--wa-deep); color: #f4fff8; }

/* ---------- Reveal (html.js gate = visible without JS) ---------- */
html.js .reveal { opacity: 0; transform: translateY(22px); filter: blur(5px); transition: opacity .7s var(--ease), transform .7s var(--ease), filter .7s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; filter: none; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { font-size: .85rem; color: var(--muted); padding-top: 18px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: '›'; margin-right: 6px; color: var(--line-strong); }
.breadcrumbs a { color: var(--muted); }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .marquee-track { animation: none; }
  .btn, .card, .menu-card, .step, .quote-card, .card img, .gallery-strip img, .gallery-grid img, .related-img { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-cta .btn span { display: none; }
  .header-cta .btn { padding: 11px; border-radius: 14px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 860px) {
  /* full-screen frosted overlay */
  .main-nav {
    position: fixed; inset: 0; z-index: 200;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: calc(24px + env(safe-area-inset-top)) 26px calc(28px + env(safe-area-inset-bottom));
    background:
      radial-gradient(900px 500px at 85% -10%, rgba(232, 84, 14, .12), transparent 60%),
      rgba(250, 245, 236, .88);
    backdrop-filter: blur(26px) saturate(1.4);
    -webkit-backdrop-filter: blur(26px) saturate(1.4);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .3s var(--ease), visibility 0s .3s;
    overflow-y: auto;
  }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .3s var(--ease); }
  .main-nav > ul { flex-direction: column; align-items: stretch; gap: 0; margin-top: 74px; }
  .main-nav > ul > li { border-bottom: 1px solid var(--line); }
  .main-nav > ul > li > a, .nav-sub-toggle {
    padding: 18px 4px; font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em;
    width: 100%; text-align: left; border-radius: 0; color: var(--ink);
  }
  .main-nav > ul > li > a::after, .nav-sub-toggle::before { display: none; }
  .main-nav ul a[aria-current="page"] { color: var(--ember-deep); }
  .nav-sub-toggle::after { float: right; margin-top: .5em; transition: transform .3s var(--ease); }
  .nav-sub-toggle[aria-expanded="true"]::after { transform: rotate(180deg); }
  /* staggered entrance */
  .main-nav > ul > li { opacity: 0; translate: 0 14px; transition: opacity .35s var(--ease), translate .35s var(--ease); }
  .main-nav.open > ul > li { opacity: 1; translate: 0 0; }
  .main-nav.open > ul > li:nth-child(1) { transition-delay: .05s; }
  .main-nav.open > ul > li:nth-child(2) { transition-delay: .1s; }
  .main-nav.open > ul > li:nth-child(3) { transition-delay: .15s; }
  .main-nav.open > ul > li:nth-child(4) { transition-delay: .2s; }
  .main-nav.open > ul > li:nth-child(5) { transition-delay: .25s; }
  .main-nav .sub-menu {
    position: static; translate: 0 0; display: none; min-width: 0; grid-template-columns: 1fr;
    box-shadow: none; border: 0; border-radius: 14px; background: rgba(255, 253, 249, .7);
    backdrop-filter: none; -webkit-backdrop-filter: none;
    margin: 0 0 14px; padding: 6px;
  }
  .main-nav .sub-menu a { font-size: 1.02rem; font-weight: 700; padding: 12px 14px; }
  .main-nav .sub-menu.open { display: grid; }
  .main-nav .has-sub:hover .sub-menu:not(.open) { display: none; }
  .has-sub::after { display: none; }
  /* CTA block pinned at the overlay bottom */
  .main-nav .nav-mobile-cta {
    display: grid; gap: 10px; margin-top: 26px;
    opacity: 0; translate: 0 14px; transition: opacity .35s var(--ease) .3s, translate .35s var(--ease) .3s;
  }
  .main-nav.open .nav-mobile-cta { opacity: 1; translate: 0 0; }
  .nav-mobile-cta .btn { width: 100%; }
  .nav-mobile-cta .nav-mobile-hours { text-align: center; font-size: .82rem; color: var(--muted); margin: 4px 0 0; }
  .nav-toggle { display: block; }
  body.nav-open { overflow: hidden; }
  .split, .grid-2 { grid-template-columns: 1fr; }
  .split.rev .split-img { order: 0; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(250, 245, 236, .96) 0%, rgba(250, 245, 236, .88) 55%, rgba(250, 245, 236, .55) 100%),
      linear-gradient(0deg, var(--bg) 0%, transparent 22%);
  }
}
@media (max-width: 560px) {
  .grid-3 { grid-template-columns: 1fr; }
  .brand-text strong { white-space: nowrap; font-size: 1.08rem; }
  .brand-text em { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-actions, .cta-actions .btn, .hero-ctas .btn { width: 100%; }
  .hero-ctas { flex-direction: column; }
  .trust-item strong { font-size: 1.7rem; }
}
@media (min-width: 861px) {
  .site-footer { margin-bottom: 0; }
  .mobile-bar { display: none; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .mobile-bar, .cta-banner, .site-footer { display: none; }
  body { background: #fff; color: #000; }
}

/* ---------- Language switcher (EN/AF) ---------- */
.lang-switch { display: flex; align-items: center; gap: 4px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
.lang-switch a { padding: 6px 7px; border-radius: 10px; color: var(--muted); text-decoration: none; }
.lang-switch a:hover { color: var(--ink); }
.lang-switch a[aria-current] { color: var(--ember-deep); background: var(--bg-soft); }
.header-cta .lang-switch { margin-right: 6px; }
.nav-mobile-cta .lang-switch { margin-top: 14px; font-size: .95rem; justify-content: center; }
.lang-switch-footer a + a { margin-left: 12px; }
@media (max-width: 560px) { .header-cta .lang-switch { display: none; } }
