/* ============== FORRESTAL FLOORING — BRAND TOKENS ==============
   Shared design tokens, reset, typography, header, footer, sticky-call CTA.
   Token values must match the home page (index.html) exactly so the
   /locations/ pages feel visually continuous with the demo. */

:root {
  --ff-walnut: #3a2e1e;
  --ff-walnut-soft: #4a3826;
  --ff-cream: #f6efe1;
  --ff-cream-deep: #ede2cb;
  --ff-paper: #fbf8f1;
  --ff-green: #5a7a4b;
  --ff-green-dark: #3f5c33;
  --ff-gold: #b89758;
  --ff-ink: #1a140d;
  --ff-mute: #766858;
  --ff-line: #e6dcc6;
  --shadow-soft: 0 8px 30px rgba(58, 46, 30, .08);
  --shadow-card: 0 14px 40px rgba(58, 46, 30, .12);
  --shadow-hero: 0 30px 90px rgba(0, 0, 0, .35);
  --r-sm: 6px; --r-md: 14px; --r-lg: 22px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --maxw: 1240px;
  --maxw-mid: 1080px;
  --pad-x: clamp(20px, 5vw, 72px);
  --grain-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  1 0 0 0 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/></svg>");
  --grain-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  1 0 0 0 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.09'/></svg>");
  --paper-fibre-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'><filter id='f'><feTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' seed='5' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.22  0 0 0 0 0.17  0 0 0 0 0.10  1 0 0 0 0'/></filter><rect width='100%25' height='100%25' filter='url(%23f)' opacity='0.045'/></svg>");
  --paper-fibre-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'><filter id='f'><feTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' seed='5' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.97  0 0 0 0 0.90  1 0 0 0 0'/></filter><rect width='100%25' height='100%25' filter='url(%23f)' opacity='0.055'/></svg>");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
section[id] { scroll-margin-top: 90px; }
svg { flex-shrink: 0; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ff-ink);
  background: var(--ff-paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.01em; margin: 0; }
h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 1.9vw, 1.6rem); }
h4 { font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.eyebrow { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .22em; color: var(--ff-green); font-weight: 600; }
.eyebrow.light { color: var(--ff-cream); }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ff-mute); max-width: 60ch; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }
.section { padding: clamp(60px, 7vw, 110px) 0; position: relative; background-image: var(--grain-light), var(--paper-fibre-light); background-repeat: repeat, repeat; }
.section--dark { background-color: var(--ff-walnut); color: var(--ff-cream); background-image: var(--grain-dark), var(--paper-fibre-dark); background-repeat: repeat, repeat; }
.section--cream { background-color: var(--ff-cream); background-image: var(--grain-light), var(--paper-fibre-light); background-repeat: repeat, repeat; }
.section--paper { background-color: var(--ff-paper); background-image: var(--grain-light), var(--paper-fibre-light); background-repeat: repeat, repeat; }
.section-divider { height: 1px; width: 120px; background: linear-gradient(90deg, transparent, var(--ff-line), transparent); margin: 0 auto 22px; }

/* Brand ornament — hairline + tiny green diamond + hairline.
   Used between eyebrow and h2 to whisper "wood-joint detail" without shouting. */
.ornament { display: inline-flex; align-items: center; gap: 12px; color: var(--ff-line); margin: 14px 0 18px; }
.ornament::before, .ornament::after { content: ""; display: block; width: 46px; height: 1px; background: linear-gradient(90deg, transparent, currentColor, transparent); }
.ornament i { display: block; width: 6px; height: 6px; background: var(--ff-green); transform: rotate(45deg); box-shadow: 0 0 0 1px rgba(90, 122, 75, .18); }
.ornament--center { justify-content: center; }
.ornament--dark { color: rgba(246, 239, 225, .3); }
.ornament--dark i { background: var(--ff-cream); box-shadow: 0 0 0 1px rgba(246, 239, 225, .25); }

/* Reveal-on-scroll. Opt-in: add .reveal to any element, wrap groups with [data-stagger]
   to cascade children. JS observer in base.njk toggles .in when in viewport. */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.22, .65, .34, 1) var(--reveal-d, 0ms), transform .9s cubic-bezier(.22, .65, .34, 1) var(--reveal-d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
[data-stagger] > .reveal:nth-child(1) { --reveal-d: 0ms; }
[data-stagger] > .reveal:nth-child(2) { --reveal-d: 90ms; }
[data-stagger] > .reveal:nth-child(3) { --reveal-d: 180ms; }
[data-stagger] > .reveal:nth-child(4) { --reveal-d: 270ms; }
[data-stagger] > .reveal:nth-child(5) { --reveal-d: 360ms; }
[data-stagger] > .reveal:nth-child(6) { --reveal-d: 450ms; }
[data-stagger] > .reveal:nth-child(7) { --reveal-d: 540ms; }
[data-stagger] > .reveal:nth-child(n+8) { --reveal-d: 630ms; }
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: opacity .2s ease; transform: none; }
}

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: .92rem; font-weight: 600; letter-spacing: .04em;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .25s ease; text-transform: uppercase;
}
.btn--primary { background: var(--ff-green); color: #fff; }
.btn--primary:hover { background: var(--ff-green-dark); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn--ghost { border-color: rgba(255, 255, 255, .5); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--ff-walnut); border-color: #fff; }
.btn--dark { background: var(--ff-walnut); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--outline { border-color: var(--ff-walnut); color: var(--ff-walnut); }
.btn--outline:hover { background: var(--ff-walnut); color: #fff; }
.btn svg { width: 16px; height: 16px; }

/* ============== HEADER ============== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 18px 0;
  transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
  background: rgba(58, 46, 30, .96); backdrop-filter: blur(8px);
}
.header.scrolled { padding: 10px 0; box-shadow: 0 2px 20px rgba(0, 0, 0, .2); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 38px; width: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .4)); }
.nav-links { display: flex; gap: 34px; font-size: .92rem; font-weight: 500; color: #fff; letter-spacing: .02em; }
.nav-links a { position: relative; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--ff-cream); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-cta .btn--primary { padding: 11px 22px; font-size: .78rem; letter-spacing: .1em; white-space: nowrap; line-height: 1; border-width: 1.5px; }
.nav-phone { color: #fff; font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; line-height: 1; }
.nav-phone svg { width: 16px; height: 16px; color: var(--ff-cream); flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 28px; height: 28px; }

/* Desktop Locations dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: none; border: 0; color: inherit; cursor: pointer; padding: 6px 0;
  font: inherit; font-weight: 500; letter-spacing: .02em;
  display: inline-flex; align-items: center; gap: 6px;
  position: relative;
}
.nav-dropdown-toggle::after {
  content: ""; position: absolute; left: 0; right: 18px; bottom: 0; height: 1.5px;
  background: var(--ff-cream); transform: scaleX(0); transform-origin: right;
  transition: transform .3s ease;
}
.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown.is-active .nav-dropdown-toggle::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown-caret { width: 14px; height: 14px; transition: transform .25s ease; }
.nav-dropdown:hover .nav-dropdown-caret,
.nav-dropdown:focus-within .nav-dropdown-caret { transform: rotate(180deg); }

.nav-dropdown-panel {
  position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 460px;
  background: #fff; color: var(--ff-ink);
  border-radius: var(--r-md);
  box-shadow: 0 24px 60px rgba(20, 14, 8, .25), 0 4px 14px rgba(20, 14, 8, .08);
  padding: 18px;
  opacity: 0; pointer-events: none; visibility: hidden;
  transition: opacity .25s ease, transform .25s ease, visibility 0s .25s;
}
.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel,
.nav-dropdown.is-click-open .nav-dropdown-panel {
  opacity: 1; pointer-events: auto; visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: opacity .25s ease, transform .25s ease, visibility 0s 0s;
}
.nav-dropdown.is-click-open .nav-dropdown-caret { transform: rotate(180deg); }
/* Hover bridge so caret doesn't dismiss before pointer reaches panel */
.nav-dropdown-panel::before {
  content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px;
}
.nav-dropdown-all {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px 12px;
  font-family: var(--sans); font-weight: 600; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--ff-green);
  border-bottom: 1px solid var(--ff-line);
  margin-bottom: 8px;
}
.nav-dropdown-all:hover { color: var(--ff-green-dark); }
.nav-dropdown-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
}
.nav-dropdown-item {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 12px; border-radius: var(--r-sm);
  transition: background .15s ease;
}
.nav-dropdown-item:hover { background: var(--ff-paper); }
.nav-dropdown-item.is-current { background: var(--ff-cream); }
.nav-dropdown-item strong {
  font-family: var(--serif); font-weight: 600; font-size: 1.08rem;
  color: var(--ff-ink); letter-spacing: -.005em;
}
.nav-dropdown-item small {
  font-size: .74rem; color: var(--ff-mute);
  text-transform: uppercase; letter-spacing: .08em;
}

@media (max-width: 1024px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-cta { gap: 12px; }
  .nav-cta .btn--primary { padding: 10px 18px; font-size: .74rem; }
}

/* ============== MOBILE MENU DRAWER ============== */
.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: #2c2317;
  background-image: linear-gradient(180deg, #3a2e1e 0%, #4a3826 55%, #2c2317 100%), var(--grain-dark);
  background-repeat: no-repeat, repeat;
  background-blend-mode: normal, overlay;
  z-index: 60;
  display: flex; flex-direction: column;
  padding: 22px 22px 32px;
  color: #fff;
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(100%); opacity: 0;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .3s ease;
  box-shadow: -30px 0 60px rgba(0, 0, 0, .4);
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { transform: translateX(0); opacity: 1; }
.mobile-menu > * { flex-shrink: 0; }
.mobile-menu-backdrop {
  position: fixed; inset: 0; background: rgba(20, 14, 8, .55); z-index: 59;
  backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity .35s ease;
}
.mobile-menu-backdrop.open { opacity: 1; pointer-events: auto; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-menu-head img { height: 34px; width: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .4)); }
.mobile-menu-close {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%; width: 42px; height: 42px;
  color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.mobile-menu-close:hover { background: rgba(255, 255, 255, .12); }
.mobile-menu-close svg { width: 20px; height: 20px; }

.mobile-menu-call {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; border-radius: 14px;
  background: linear-gradient(180deg, var(--ff-green) 0%, var(--ff-green-dark) 100%);
  color: #fff; text-decoration: none;
  box-shadow: 0 14px 28px rgba(63, 92, 51, .4), inset 0 1px 0 rgba(255, 255, 255, .18);
  margin-bottom: 10px;
}
.mobile-menu-call__icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(0, 0, 0, .22); color: var(--ff-cream);
  display: inline-flex; align-items: center; justify-content: center;
}
.mobile-menu-call__icon svg { width: 22px; height: 22px; }
.mobile-menu-call__text { display: flex; flex-direction: column; gap: 4px; line-height: 1.15; flex: 1; min-width: 0; }
.mobile-menu-call__text small {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .1em;
  font-weight: 600; color: var(--ff-cream); opacity: .95;
}
.mobile-menu-call__text strong {
  font-family: var(--serif); font-weight: 600; font-size: 1.45rem;
  letter-spacing: .02em; color: #fff; margin-top: 2px;
}

.mobile-menu-quote {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 18px; border-radius: 12px;
  background: rgba(246, 239, 225, .08);
  border: 1px solid rgba(246, 239, 225, .28);
  color: var(--ff-cream); text-decoration: none;
  font-family: var(--sans); font-weight: 600; font-size: .85rem;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 22px;
  transition: background .2s ease, border-color .2s ease;
}
.mobile-menu-quote:hover { background: rgba(246, 239, 225, .14); border-color: rgba(246, 239, 225, .45); }
.mobile-menu-quote svg { width: 16px; height: 16px; }

.mobile-menu-nav { display: flex; flex-direction: column; margin-bottom: 22px; }
.mobile-menu-nav > a {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--serif); font-weight: 500; font-size: 1.35rem;
  color: #fff;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  transition: color .2s ease, padding-left .2s ease;
}
.mobile-menu-nav > a:hover { color: var(--ff-cream); padding-left: 8px; }
.mobile-menu-nav > a::after {
  content: ""; width: 8px; height: 8px;
  border-right: 1.5px solid rgba(255, 255, 255, .4);
  border-top: 1.5px solid rgba(255, 255, 255, .4);
  transform: rotate(45deg);
  transition: border-color .2s ease;
}
.mobile-menu-nav > a:hover::after { border-color: var(--ff-cream); }

/* Locations accordion inside mobile menu */
.mm-loc { border-bottom: 1px solid rgba(255, 255, 255, .09); }
.mm-loc-toggle {
  background: none; border: 0; color: #fff; cursor: pointer; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  font: inherit;
  font-family: var(--serif); font-weight: 500; font-size: 1.35rem;
  padding: 16px 4px;
  text-align: left;
  transition: color .2s ease;
}
.mm-loc-toggle:hover { color: var(--ff-cream); }
.mm-loc-caret { width: 18px; height: 18px; transition: transform .25s ease; color: rgba(255, 255, 255, .6); }
.mm-loc.is-open .mm-loc-caret { transform: rotate(180deg); color: var(--ff-cream); }

.mm-loc-panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.mm-loc.is-open .mm-loc-panel { grid-template-rows: 1fr; }
.mm-loc-panel-inner { overflow: hidden; min-height: 0; padding-bottom: 14px; }
.mm-loc-all {
  display: block;
  margin: 4px 0 6px;
  padding: 8px 12px;
  font-family: var(--sans); font-size: .72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--ff-cream);
  background: rgba(246, 239, 225, .08);
  border-radius: 8px;
}
.mm-loc-item {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 2px;
  transition: background .15s ease;
}
.mm-loc-item:hover { background: rgba(255, 255, 255, .06); }
.mm-loc-item.is-current { background: rgba(90, 122, 75, .25); }
.mm-loc-town {
  font-family: var(--serif); font-weight: 500; font-size: 1.05rem;
  color: #fff;
}
.mm-loc-meta {
  font-size: .72rem; color: rgba(255, 255, 255, .55);
  text-transform: uppercase; letter-spacing: .08em;
}
.mobile-menu-footer {
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; flex-direction: column; gap: 8px;
}
.mobile-menu-footer__row {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255, 255, 255, .85); font-size: .85rem;
  text-decoration: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .04);
  border-radius: 10px;
  line-height: 1.3;
}
.mobile-menu-footer__row svg { flex-shrink: 0; color: var(--ff-cream); width: 18px; height: 18px; }
.mobile-menu-footer__row--address { color: rgba(255, 255, 255, .7); }

@media (prefers-reduced-motion: reduce) {
  .mobile-menu { transition: opacity .2s ease; }
  .mm-loc-panel { transition: none; }
}

/* ============== FOOTER ============== */
.footer { position: relative; background-color: #1f180e; background-image: var(--grain-dark), var(--paper-fibre-dark); background-repeat: repeat, repeat; color: rgba(255, 255, 255, .72); padding: 64px 0 26px; font-size: .92rem; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--ff-green) 18%, var(--ff-gold) 50%, var(--ff-green) 82%, transparent 100%); opacity: .85; }
.footer::after { content: ''; position: absolute; right: -120px; bottom: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(90, 122, 75, .14) 0%, rgba(90, 122, 75, 0) 65%); pointer-events: none; }
.footer .wrap { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 38px; margin-bottom: 44px; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 600; margin: 0 0 18px; padding-bottom: 10px; position: relative; }
.footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 24px; height: 2px; background: var(--ff-green); border-radius: 2px; }
.footer-brand img { height: 44px; width: auto; margin-bottom: 16px; }
.footer-brand p { margin: 0 0 18px; max-width: 34ch; line-height: 1.65; }
.footer-social { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .035); display: grid; place-items: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease; color: rgba(255, 255, 255, .82); }
.footer-social a:hover { transform: translateY(-2px); color: #fff; background: var(--ff-green); border-color: var(--ff-green); box-shadow: 0 10px 22px -10px rgba(90, 122, 75, .7); }
.footer-social a[data-net="facebook"]:hover { background: #1877f2; border-color: #1877f2; box-shadow: 0 10px 22px -10px rgba(24, 119, 242, .6); }
.footer-social a[data-net="instagram"]:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 60%, #bc1888 100%); border-color: transparent; box-shadow: 0 10px 22px -10px rgba(220, 39, 67, .6); }
.footer-social a[data-net="google"]:hover { background: #4285f4; border-color: #4285f4; box-shadow: 0 10px 22px -10px rgba(66, 133, 244, .6); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-rating { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; background: rgba(184, 151, 88, .12); border: 1px solid rgba(184, 151, 88, .35); border-radius: 999px; color: rgba(255, 255, 255, .88); font-size: .8rem; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-rating:hover { background: rgba(184, 151, 88, .22); border-color: rgba(184, 151, 88, .55); transform: translateY(-1px); }
.footer-rating svg { width: 13px; height: 13px; fill: var(--ff-gold); }
.footer-rating strong { color: #fff; font-weight: 600; }
.footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-list a { transition: color .15s ease, padding .15s ease; }
.footer-list a:hover { color: #fff; padding-left: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 13px; }
.footer-contact > div { display: flex; gap: 11px; align-items: flex-start; line-height: 1.5; }
.footer-contact svg { width: 17px; height: 17px; color: var(--ff-green); flex-shrink: 0; margin-top: 2px; }
.footer-contact a { transition: color .15s ease; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .8rem; color: rgba(255, 255, 255, .5); }
.footer-bottom a { color: rgba(255, 255, 255, .7); }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 1180px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 34px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact-col { grid-column: 1 / -1; }
  .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
}
@media (max-width: 760px) {
  .footer { padding: 48px 0 24px; }
  .footer::after { width: 320px; height: 320px; right: -100px; bottom: -120px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; margin-bottom: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: none; }
  .footer-contact-col { grid-column: 1 / -1; }
  .footer-contact { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-top: 18px; gap: 8px; font-size: .76rem; }
  .footer-bottom span:last-child { line-height: 1.8; }
}
@media (max-width: 380px) {
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}

/* ============== STICKY CALL CTA (mobile bar + desktop pill) ============== */
.ff-call-cta {
  position: fixed; z-index: 1100; text-decoration: none;
  font-family: var(--sans); font-weight: 600; color: #fff;
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(180deg, var(--ff-green) 0%, var(--ff-green-dark) 100%);
  box-shadow: 0 14px 32px -10px rgba(58, 46, 30, .55), 0 4px 10px rgba(0, 0, 0, .18);
  transform: translateY(160%); opacity: 0; pointer-events: none;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), opacity .35s ease;
  overflow: visible;
}
.ff-call-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.ff-call-cta:hover { filter: brightness(1.08); }
.ff-call-cta svg { flex-shrink: 0; width: 20px; height: 20px; color: #fff; }
.ff-call-cta .ff-cta-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .14); display: inline-flex; align-items: center; justify-content: center; position: relative; }
.ff-call-cta .ff-cta-label { display: inline-flex; flex-direction: column; line-height: 1.15; gap: 1px; }
.ff-call-cta .ff-cta-label small { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: .78rem; color: var(--ff-cream); letter-spacing: .01em; text-transform: none; }
.ff-call-cta .ff-cta-label strong { font-weight: 700; font-size: 1.02rem; letter-spacing: .02em; color: #fff; }
.ff-call-cta--pill { right: 24px; bottom: 24px; padding: 12px 22px 12px 14px; border-radius: 999px; min-width: 260px; box-sizing: border-box; }
.ff-call-cta--pill.ff-call-cta--whatsapp { bottom: 108px; }
.ff-call-cta--bar { display: none; left: 0; width: 50%; bottom: 0; padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px)); justify-content: center; border-radius: 0; }
.ff-call-cta--bar.ff-call-cta--whatsapp { left: 50%; width: 50%; }
.ff-call-cta--bar .ff-cta-label strong { font-size: 1rem; }
.ff-call-cta--whatsapp { background: linear-gradient(180deg, #25D366 0%, #128C7E 100%); }
.ff-call-cta--whatsapp .ff-cta-icon::before, .ff-call-cta--whatsapp .ff-cta-icon::after { animation: none; box-shadow: none; }
@media (max-width: 760px) {
  .ff-call-cta--pill { display: none; }
  .ff-call-cta--bar { display: inline-flex; }
  .ff-call-cta--bar { gap: 10px; padding-left: 10px; padding-right: 10px; }
  .ff-call-cta--bar .ff-cta-icon { width: 32px; height: 32px; }
  .ff-call-cta--bar svg { width: 17px; height: 17px; }
  .ff-call-cta--bar .ff-cta-label small { font-size: .85rem; }
  .ff-call-cta--bar .ff-cta-label strong { font-size: 1rem; letter-spacing: .01em; }
}
@media (max-width: 380px) {
  .ff-call-cta--bar { gap: 8px; padding-left: 8px; padding-right: 8px; }
  .ff-call-cta--bar .ff-cta-label small { font-size: .75rem; }
  .ff-call-cta--bar .ff-cta-label strong { font-size: .9rem; }
}
.ff-cta-icon::before, .ff-cta-icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none; box-shadow: 0 0 0 0 rgba(184, 151, 88, .55); animation: ff-cta-ring 2.4s cubic-bezier(.22, .65, .34, 1) infinite; }
.ff-cta-icon::after { animation-delay: 1.2s; box-shadow: 0 0 0 0 rgba(246, 239, 225, .5); }
@keyframes ff-cta-ring {
  0%   { box-shadow: 0 0 0 0 rgba(184, 151, 88, .55); }
  70%  { box-shadow: 0 0 0 14px rgba(184, 151, 88, 0); }
  100% { box-shadow: 0 0 0 0 rgba(184, 151, 88, 0); }
}
body.ff-cta-prelude .ff-call-cta, body.ff-cta-suppress .ff-call-cta { transform: translateY(160%); opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .ff-cta-icon::before, .ff-cta-icon::after { animation: none; }
}
