/* ==========================================================================
   Be Happy Bees — site.css
   Warm paper, honey and amber, near-black ink. Fraunces display, Karla body.
   ========================================================================== */

:root {
  --cream: #F5EFE3;
  --cream-2: #EDE4D2;
  --cream-3: #E4D8BF;
  --paper: #FFFDF8;
  --ink: #1C1712;
  --ink-2: #4A4038;
  --ink-3: #7A6E62;
  /* pulled from Noah's logo files: badge gold #E8C030, accent orange #E09028, eco green #286858, eco slate #283030 */
  --honey: #E9C233;
  --honey-2: #F3D66A;
  --honey-3: #FAEEC3;
  --amber: #E19229;
  --amber-2: #C47A1C;
  --forest: #286858;
  --forest-2: #1E5045;
  --forest-3: #3A8070;
  --slate: #283030;
  --line: rgba(28, 23, 18, .12);
  --line-strong: rgba(28, 23, 18, .22);
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 1px 2px rgba(28, 23, 18, .05), 0 18px 40px -22px rgba(28, 23, 18, .28);
  --shadow-lg: 0 2px 4px rgba(28, 23, 18, .06), 0 30px 60px -30px rgba(28, 23, 18, .35);
  --font-display: "Fraunces", "Iowan Old Style", "Palatino", Georgia, serif;
  --font-body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --hex: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  --honeycomb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='96' viewBox='0 0 56 96'%3E%3Cpath d='M28 0 56 16v32L28 64 0 48V16zM28 64v32' fill='none' stroke='%231C1712' stroke-opacity='.09' stroke-width='1.4'/%3E%3C/svg%3E");
  --honeycomb-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='96' viewBox='0 0 56 96'%3E%3Cpath d='M28 0 56 16v32L28 64 0 48V16zM28 64v32' fill='none' stroke='%23F5EFE3' stroke-opacity='.14' stroke-width='1.4'/%3E%3C/svg%3E");
}

/* ---------- reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
html.gate-on, html.nav-open { overflow: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; padding: 10px 14px; background: var(--ink); color: var(--cream); border-radius: 8px; }
.skip:focus { top: 12px; }

.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container.narrow { max-width: 820px; }

/* ---------- typography ---------- */
.display, .h1, .h2, .h3 {
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-weight: 640;
  letter-spacing: -.015em;
  line-height: 1.02;
  margin: 0 0 .5em;
  text-wrap: balance;
}
.display { font-size: clamp(2.6rem, 1.4rem + 4.6vw, 5rem); font-weight: 680; }
.display em, .h2 em { font-style: italic; font-weight: 560; color: var(--amber); font-variation-settings: "SOFT" 100, "WONK" 1; }
.h2 { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3rem); line-height: 1.08; }
.h3 { font-size: clamp(1.45rem, 1.1rem + 1.2vw, 1.9rem); line-height: 1.15; }
.h4 { font-family: var(--font-display); font-weight: 620; font-size: 1.28rem; line-height: 1.2; margin: 0 0 .45em; letter-spacing: -.01em; font-variation-settings: "SOFT" 30; }
.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 .9rem;
  display: flex; align-items: center; gap: .6rem;
}
.eyebrow::before { content: ""; width: 12px; height: 13px; background: currentColor; clip-path: var(--hex); flex: none; }
.eyebrow-ink { color: var(--ink); }
.eyebrow-honey { color: var(--honey); }
.eyebrow-forest { color: var(--forest-3); }
.eyebrow-light { color: var(--ink); }
.lede { font-size: clamp(1.08rem, 1rem + .35vw, 1.22rem); line-height: 1.6; color: var(--ink-2); max-width: 62ch; }
.lede a { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--honey); padding-bottom: 2px; transition: gap .2s var(--ease), border-color .2s; }
.text-link:hover { gap: .7rem; border-color: var(--amber); }
.ic { width: 1.1em; height: 1.1em; flex: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.35rem; border-radius: 999px;
  font-weight: 700; font-size: .98rem; line-height: 1; text-decoration: none; white-space: nowrap;
  border: 2px solid transparent;
  transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 1.05rem 1.6rem; font-size: 1.05rem; }
.btn-honey { background: var(--honey); color: var(--ink); box-shadow: 0 10px 24px -14px rgba(214, 138, 30, .9); }
.btn-honey:hover { background: var(--honey-2); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: #2a231c; }
.btn-forest { background: var(--forest); color: var(--cream); }
.btn-forest:hover { background: var(--forest-3); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-ink { background: transparent; color: var(--ink); border-color: rgba(28, 23, 18, .35); }
.btn-ghost-ink:hover { background: rgba(28, 23, 18, .08); border-color: var(--ink); }
.btn .ic { width: 1.05em; height: 1.05em; }

/* ---------- hexagons ---------- */
.hex { position: absolute; clip-path: var(--hex); background: var(--honey); pointer-events: none; }
.hex-block {
  position: absolute; clip-path: var(--hex); background: var(--honey);
  width: clamp(360px, 44vw, 720px); aspect-ratio: .88;
  right: -6vw; top: -8%; opacity: .95;
  transform: rotate(8deg);
}
.hex-block-sm { width: clamp(280px, 34vw, 520px); top: -4%; right: -8vw; }
.hex-block-forest { background: var(--forest); opacity: .92; }
.hex-forest { background: var(--forest-3) !important; }
.hex-float { opacity: .9; animation: floaty 9s ease-in-out infinite; }
.hex-fa { width: 54px; height: 62px; left: 46%; top: 12%; background: var(--amber); animation-delay: -2s; }
.hex-fb { width: 34px; height: 40px; right: 10%; bottom: 14%; background: var(--honey-2); animation-delay: -5s; }
.hex-fc { width: 22px; height: 26px; left: 58%; bottom: 22%; background: var(--amber); animation-delay: -7s; }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(6deg); } }
.hexnum {
  display: inline-grid; place-items: center; width: 64px; height: 72px; clip-path: var(--hex);
  background: var(--honey); color: var(--ink);
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.theme-eco .hexnum { background: var(--forest); color: var(--cream); }
.hex-photo { clip-path: var(--hex); }
.hex-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: .88; }
.hex-accent { width: 70px; height: 80px; }
.hex-accent-a { right: -4%; top: 6%; background: var(--honey); }
.hex-accent-b { left: 2%; bottom: 4%; width: 44px; height: 50px; background: var(--amber); }
.honeycomb { position: absolute; inset: 0; background: var(--honeycomb); pointer-events: none; }
.honeycomb-light { background: var(--honeycomb-light); }

/* ---------- header ---------- */
/* No backdrop-filter here on purpose: a filter makes the header the containing
   block for its fixed-position children, which pins the mobile nav panel inside
   the 78px header and collapses it. */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--cream) 96%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(28, 23, 18, .35); }
.header-inner { display: flex; align-items: center; gap: 1.25rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--ink); flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em; font-variation-settings: "SOFT" 60, "WONK" 1; }
.brand-sub { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-top: 3px; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: .2rem; align-items: center; }
.nav a { display: inline-block; padding: .55rem .7rem; border-radius: 999px; font-weight: 700; font-size: .92rem; white-space: nowrap; text-decoration: none; color: var(--ink-2); transition: background .2s, color .2s; }
.nav a:hover { background: rgba(28, 23, 18, .06); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); background: var(--honey-3); }
.nav-call-mobile { display: none; }
.header-call { padding: .7rem 1.1rem; }
.header-call .ic { width: 1.1em; height: 1.1em; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; position: relative; margin-left: auto; }
.nav-toggle .bar { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle .bar:nth-child(1) { top: 15px; }
.nav-toggle .bar:nth-child(2) { top: 22px; }
.nav-toggle .bar:nth-child(3) { top: 29px; }
.nav-open .nav-toggle .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle .bar:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 0; background: var(--cream); background-image: var(--honeycomb); padding: 100px var(--gutter) 3rem; transform: translateX(100%); opacity: 0; visibility: hidden; transition: transform .35s var(--ease), opacity .3s, visibility 0s .35s; overflow: auto; z-index: 55; }
  .nav-open .nav { transform: none; opacity: 1; visibility: visible; transition-delay: 0s; }
  .brand, .header-call, .nav-toggle { position: relative; z-index: 56; }
  .nav ul { max-width: 520px; }
  .nav ul { flex-direction: column; align-items: stretch; gap: .25rem; }
  .nav a { font-size: 1.35rem; padding: .9rem 1rem; font-family: var(--font-display); font-weight: 620; }
  .nav-call-mobile { display: block; margin-top: 1rem; }
  .nav-call-mobile .btn { width: 100%; }
  .header-call span { display: none; }
  .header-call { padding: .7rem; margin-left: auto; }
  .nav-toggle { display: block; margin-left: 0; }
}
@media (max-width: 480px) { .brand-sub { display: none; } .brand-name { font-size: 1.2rem; } }

/* ---------- gate ---------- */
.gate {
  position: fixed; inset: 0; z-index: 120;
  display: grid; place-items: center; padding: var(--gutter);
  background: var(--cream);
  transition: opacity .6s var(--ease), visibility .6s;
}
.gate::before { content: ""; position: absolute; inset: 0; background: var(--honeycomb); opacity: .9; }
.gate.is-leaving { opacity: 0; visibility: hidden; }
.gate-off .gate, .no-js .gate { display: none; }
.gate-bg .hex { opacity: .9; animation: floaty 10s ease-in-out infinite; }
.gate-bg .hex-1 { width: 220px; height: 250px; left: -60px; top: 8%; background: var(--honey); }
.gate-bg .hex-2 { width: 120px; height: 138px; right: 8%; top: 10%; background: var(--amber); animation-delay: -3s; }
.gate-bg .hex-3 { width: 320px; height: 366px; right: -120px; bottom: -80px; background: var(--honey); animation-delay: -6s; }
.gate-bg .hex-4 { width: 60px; height: 70px; left: 14%; bottom: 18%; background: var(--amber); animation-delay: -1s; }
.gate-bg .hex-5 { width: 34px; height: 40px; left: 40%; top: 14%; background: var(--honey-2); animation-delay: -8s; }
.gate-card {
  position: relative; width: min(640px, 100%); background: var(--paper); border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 3rem); box-shadow: var(--shadow-lg); text-align: center;
  animation: gate-in .9s var(--ease) both;
}
@keyframes gate-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.gate-brand { display: flex; flex-direction: column; align-items: center; gap: .3rem; margin-bottom: 1.4rem; }
.gate-mark { color: var(--ink); }
.gate-brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -.02em; font-variation-settings: "SOFT" 60, "WONK" 1; }
.gate-brand-sub { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.gate .eyebrow { justify-content: center; }
.gate-title { font-family: var(--font-display); font-weight: 640; font-size: clamp(1.7rem, 1.2rem + 2vw, 2.5rem); line-height: 1.1; letter-spacing: -.015em; margin: 0 0 .8rem; font-variation-settings: "SOFT" 40, "WONK" 1; text-wrap: balance; }
.gate-body { color: var(--ink-2); max-width: 50ch; margin: 0 auto 1.6rem; }
.gate-note { margin: 1.2rem 0 0; font-size: .95rem; color: var(--ink-3); }
.gate-note a { color: var(--ink); font-weight: 700; }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hex-float, .gate-bg .hex, .gate-card { animation: none !important; }
  html { scroll-behavior: auto; }
  .bee-flight { display: none; }
}

/* ---------- hero (home) ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy .eyebrow { --d: 60ms; }
.hero-copy .display { --d: 160ms; }
.hero-copy .lede { --d: 280ms; }
.hero-copy .hero-cta { --d: 380ms; }
.hero-copy .proof { --d: 480ms; }
.hero-art { --d: 260ms; position: relative; }
.hero-art > img { width: 100%; filter: drop-shadow(0 30px 40px rgba(28, 23, 18, .18)); }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.4rem; }
.proof { display: flex; flex-wrap: wrap; gap: .5rem .9rem; }
.proof li { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .92rem; color: var(--ink-2); }
.proof .ic { color: var(--amber); width: 1.15em; height: 1.15em; }
.bee-flight { position: absolute; left: -4%; right: -4%; top: -8%; width: 108%; height: auto; overflow: visible; pointer-events: none; }
.bee-flier { color: var(--ink); }

.owner-card {
  --d: 200ms;
  position: relative;
  display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 1.2rem 1.6rem;
  padding: 1.1rem 1.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.owner-hex { display: grid; place-items: center; width: 60px; height: 68px; clip-path: var(--hex); background: var(--ink); color: var(--honey); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }
.owner-text { display: flex; flex-direction: column; line-height: 1.3; }
.owner-text strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 640; }
.owner-text span { font-size: .9rem; color: var(--ink-3); }
.owner-quote { margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.05rem; color: var(--ink-2); font-variation-settings: "SOFT" 80, "WONK" 1; }
.owner-card-stack { grid-template-columns: auto 1fr; }
.owner-card-stack .btn { grid-column: 1 / -1; justify-self: start; }

/* ---------- video hero ---------- */
.hero-video { padding: 0; color: var(--cream); min-height: min(88vh, 900px); display: flex; align-items: center; }
.hero-video .hero-media { position: absolute; inset: 0; overflow: hidden; background: var(--ink); }
.hero-video .hero-vid { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video .hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 15, 10, .86) 0%, rgba(20, 15, 10, .62) 42%, rgba(20, 15, 10, .18) 100%),
    linear-gradient(0deg, rgba(20, 15, 10, .75) 0%, rgba(20, 15, 10, 0) 40%);
}
.hero-video .honeycomb-light { opacity: .5; mask-image: linear-gradient(90deg, transparent 30%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 100%); }
.hero-video .hero-grid { grid-template-columns: minmax(0, 1fr); padding: clamp(5rem, 12vw, 9rem) 0 clamp(6rem, 10vw, 8rem); }
.hero-video .hero-copy { max-width: 680px; }
.hero-video .eyebrow { color: var(--honey); }
.hero-video .display { color: var(--cream); }
.hero-video .display em { color: var(--honey); }
.hero-video .lede { color: rgba(245, 239, 227, .86); }
.hero-video .proof li { color: rgba(245, 239, 227, .92); background: rgba(245, 239, 227, .1); border: 1px solid rgba(245, 239, 227, .18); padding: .35rem .75rem .35rem .55rem; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hero-video .proof .ic { color: var(--honey); }
.hero-video .btn-ink { background: var(--cream); color: var(--ink); }
.hero-video .btn-ink:hover { background: #fff; }
.hero-owner { position: relative; z-index: 2; }
.hero + .hero-owner { margin-top: -.5rem; }
.hero-video + .hero-owner { margin-top: -3.4rem; }
.hero-owner + .buzz { padding-top: clamp(3.5rem, 7vw, 6rem); }
.hero-pause {
  position: absolute; right: clamp(16px, 3vw, 36px); bottom: clamp(16px, 3vw, 36px); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(245, 239, 227, .14); border: 1px solid rgba(245, 239, 227, .35); color: var(--cream);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background .2s;
}
.hero-pause:hover { background: rgba(245, 239, 227, .28); }
.hero-pause .ic { width: 20px; height: 20px; }
.hero-pause .ic-play { display: none; }
.hero-pause.is-paused .ic-pause { display: none; }
.hero-pause.is-paused .ic-play { display: block; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 4rem); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.page-hero-art { position: relative; width: min(100%, 520px); justify-self: end; }
.page-hero-art .hex-photo { filter: drop-shadow(0 26px 34px rgba(28, 23, 18, .2)); }
.page-hero-compact { padding-bottom: clamp(1rem, 3vw, 2rem); }
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .88rem; font-weight: 700; color: var(--ink-3); margin-bottom: 1.2rem; }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-current] { color: var(--ink); }

/* ---------- sections ---------- */
.section { position: relative; padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-tight { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.section-cream { background: var(--cream-2); }
.section-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head .lede { margin-bottom: 0; }
.section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-head-row .h2 { max-width: 20ch; margin-bottom: 0; }

/* cards */
.card { position: relative; display: block; padding: 1.6rem 1.6rem 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.card p { color: var(--ink-2); margin-bottom: .8rem; }
.card p:last-child { margin-bottom: 0; }
.card-icon { display: grid; place-items: center; width: 52px; height: 58px; clip-path: var(--hex); background: var(--honey-3); color: var(--amber); margin-bottom: 1rem; }
.card-icon .ic { width: 24px; height: 24px; }
.card-icon-forest { background: rgba(47, 74, 58, .12); color: var(--forest); }
.card-service { transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
a.card-service:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--honey); }
.card-more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .92rem; color: var(--amber); margin-top: .6rem; }
.card-more .ic { transition: transform .25s var(--ease); }
a.card-service:hover .card-more .ic { transform: translateX(4px); }
.card-plain { background: transparent; box-shadow: none; border-color: var(--line); }
.card-ink { background: var(--ink); color: var(--cream); border-color: transparent; }
.card-ink p { color: rgba(245, 239, 227, .8); }
.card-ink .card-icon { background: rgba(245, 239, 227, .12); color: var(--honey); }
.card-ink .text-link { color: var(--cream); border-color: var(--honey); }
.card-static { cursor: default; }
.price-note { font-weight: 700; color: var(--amber); font-size: .92rem; letter-spacing: .02em; }
.price-note a { color: var(--ink); text-decoration: none; }
.check-list { display: grid; gap: .55rem; margin: 1.2rem 0 1.6rem; }
.check-list li { display: flex; gap: .6rem; align-items: start; font-weight: 500; }
.check-list .ic { color: var(--amber); width: 1.25em; height: 1.25em; margin-top: .15em; }
.chip-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .55rem .95rem; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 700; font-size: .92rem; text-decoration: none; transition: border-color .2s, transform .2s var(--ease); }
.chip:hover { border-color: var(--honey); transform: translateY(-2px); }
.chip-alt { background: var(--forest); color: var(--cream); border-color: transparent; }
.chip .ic { color: var(--amber); }
.chip-alt .ic { color: var(--honey); }

/* buzz */
.buzz-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.buzz-photo { position: relative; width: min(100%, 480px); }
.buzz-photo .hex-photo { filter: drop-shadow(0 26px 34px rgba(28, 23, 18, .22)); }
.buzz-cards { display: grid; gap: 1rem; }

/* urgent */
.urgent { background: var(--honey); color: var(--ink); overflow: hidden; }
.urgent .honeycomb { opacity: .7; }
.urgent-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-areas: "copy art" "cards cards"; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.urgent-copy { grid-area: copy; }
.urgent-copy .h2 { max-width: 16ch; }
.urgent-copy .lede { color: var(--ink-2); }
.urgent-art { grid-area: art; width: min(100%, 420px); justify-self: end; }
.urgent-cards { grid-area: cards; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }

/* services grid */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-grid-2 { grid-template-columns: repeat(2, 1fr); }
.service-rows { display: grid; gap: 1.2rem; margin-bottom: 2rem; }
.service-row { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 2rem; align-items: center; padding: 1.8rem 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); scroll-margin-top: 100px; }
.service-row-num .hexnum { margin: 0; }
.service-row-body p { color: var(--ink-2); }
.service-row-art { width: 180px; }
.service-row-art img { width: 100%; }

/* steps */
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: step; position: relative; }
.steps-list::before { content: ""; position: absolute; left: 32px; right: 32px; top: 36px; border-top: 2px dashed var(--line-strong); }
.steps-list li { position: relative; }
.steps-list p { color: var(--ink-2); }

/* landowners */
.landowners { background: var(--cream-2); }
.land-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.land-art img { width: 100%; }
.land-copy .h2 { max-width: 18ch; }

/* eco band */
.eco { background: var(--forest); color: var(--cream); overflow: hidden; }
.eco::before { content: ""; position: absolute; inset: 0; background: var(--honeycomb-light); opacity: .5; }
.eco-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.eco .h2 { color: var(--cream); }
.eco .lede { color: rgba(245, 239, 227, .82); }
.eco-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0 1.6rem; }
.eco-chips a { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .9rem; border-radius: 999px; background: rgba(245, 239, 227, .1); border: 1px solid rgba(245, 239, 227, .22); color: var(--cream); font-weight: 700; font-size: .92rem; text-decoration: none; transition: background .2s; }
.eco-chips a:hover { background: rgba(245, 239, 227, .2); }
.eco-chips .ic { color: var(--honey); }
.eco-art { width: min(100%, 460px); justify-self: end; }
.eco-art img { width: 100%; }

/* areas */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.area-chip { display: flex; align-items: center; gap: .6rem; padding: 1rem 1.2rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 620; font-size: 1.1rem; text-decoration: none; transition: border-color .2s, transform .2s var(--ease), background .2s; }
.area-chip:hover { border-color: var(--honey); transform: translateY(-3px); background: #fff; }
.area-chip .ic { color: var(--amber); }
.area-chip-more { background: var(--ink); color: var(--cream); border-color: transparent; justify-content: center; }
.area-chip-more:hover { background: #2a231c; border-color: transparent; }
.town-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card-town { transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.card-town:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--honey); }

/* faq */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.faq-list { display: grid; gap: .75rem; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 1.3rem; transition: border-color .2s; }
.faq-item[open] { border-color: var(--honey); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; font-family: var(--font-display); font-weight: 620; font-size: 1.12rem; line-height: 1.25; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex: none; width: 28px; height: 32px; clip-path: var(--hex); background: var(--honey-3); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s var(--ease); }
.faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item > p { margin: 0 0 1.2rem; color: var(--ink-2); }

/* cta band */
.cta-band { background: var(--honey); color: var(--ink); position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 5.5rem) 0; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: var(--honeycomb); opacity: .7; }
.cta-band::after { content: ""; position: absolute; right: -80px; top: -60px; width: 320px; height: 366px; clip-path: var(--hex); background: var(--honey-2); opacity: .6; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; }
.cta-inner .h2 { max-width: 18ch; }
.cta-inner .lede { color: var(--ink-2); margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: end; }

/* prose + side cards */
.prose-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.prose .lede { max-width: 68ch; }
.prose .h3 { margin-top: 1.6rem; }
.side-card { position: sticky; top: 100px; padding: 1.6rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.side-card .check-list { margin-top: .4rem; }
.side-card-forest { border-top: 5px solid var(--forest); }
.side-hours { margin: 0 0 1.2rem; display: grid; gap: .5rem; }
.side-hours div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); font-size: .95rem; }
.side-hours dt { color: var(--ink-3); }
.side-hours dd { margin: 0; font-weight: 700; text-align: right; }
.city-cta { margin-top: 1.5rem; }
.mission { margin: 0; padding: clamp(1.6rem, 4vw, 2.6rem); background: var(--paper); border-left: 6px solid var(--honey); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.mission-text { margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.25rem, 1rem + 1vw, 1.7rem); line-height: 1.35; font-variation-settings: "SOFT" 80, "WONK" 1; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.about-visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }

/* contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-phone, .contact-mail { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; margin-bottom: 1rem; }
.contact-phone { font-family: var(--font-display); font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); letter-spacing: -.02em; }
.contact-phone .ic { width: 1.6rem; height: 1.6rem; color: var(--amber); }
.contact-mail { color: var(--ink-2); font-size: 1.05rem; word-break: break-all; }
.contact-mail .ic { color: var(--amber); }
.contact-block { margin-top: 1.6rem; }
.contact-block p { color: var(--ink-2); }
.contact-form-wrap { padding: clamp(1.4rem, 3vw, 2.2rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-note { color: var(--ink-3); font-size: .95rem; }
.lead-form { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { font-weight: 700; font-size: .92rem; }
.field .opt { font-weight: 400; color: var(--ink-3); }
.field input, .field select, .field textarea { font: inherit; padding: .8rem .95rem; border: 1.5px solid var(--line-strong); border-radius: 12px; background: #fff; color: var(--ink); width: 100%; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 4px rgba(242, 179, 61, .28); }
.field textarea { resize: vertical; min-height: 130px; }
.field-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0; min-height: 1.4em; font-weight: 700; }
.form-status.is-ok { color: var(--forest); }
.form-status.is-error { color: #A8331E; }
.form-fine { margin: 0; font-size: .92rem; color: var(--ink-3); }
.form-fine a { color: var(--ink); font-weight: 700; }

/* footer */
.site-footer { background: var(--ink); color: rgba(245, 239, 227, .82); padding: clamp(3rem, 6vw, 5rem) 0 2rem; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: var(--honeycomb-light); opacity: .35; }
.site-footer .container { position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(245, 239, 227, .14); }
.brand-light { color: var(--cream); }
.brand-light .brand-mark { color: var(--cream); }
.brand-light .brand-sub { color: rgba(245, 239, 227, .6); }
.footer-blurb { margin-top: 1.2rem; max-width: 40ch; }
.footer-owner { color: var(--honey); font-weight: 700; font-size: .92rem; }
.footer-social { display: inline-flex; align-items: center; gap: .45rem; color: var(--cream); font-weight: 700; text-decoration: none; }
.footer-social .ic { color: var(--honey); }
.footer-h { font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--honey); margin: .3rem 0 1rem; }
.footer-col ul { display: grid; gap: .45rem; }
.footer-col a { text-decoration: none; color: rgba(245, 239, 227, .82); }
.footer-col a:hover { color: var(--cream); text-decoration: underline; }
.footer-phone, .footer-mail { display: flex; align-items: center; gap: .5rem; color: var(--cream); font-weight: 700; text-decoration: none; margin-bottom: .6rem; }
.footer-phone { font-family: var(--font-display); font-size: 1.35rem; }
.footer-phone .ic, .footer-mail .ic, .footer-addr .ic { color: var(--honey); }
.footer-mail { word-break: break-all; }
.footer-addr { display: flex; gap: .5rem; align-items: start; }
.footer-addr span { color: rgba(245, 239, 227, .6); font-size: .92rem; }
.footer-hours { margin: 1rem 0 0; display: grid; gap: .3rem; font-size: .92rem; }
.footer-hours div { display: flex; justify-content: space-between; gap: 1rem; }
.footer-hours dt { color: rgba(245, 239, 227, .6); }
.footer-hours dd { margin: 0; font-weight: 700; }
.footer-areas { display: flex; flex-wrap: wrap; gap: .4rem .9rem; padding: 1.4rem 0; font-size: .92rem; border-bottom: 1px solid rgba(245, 239, 227, .14); }
.footer-areas span { color: rgba(245, 239, 227, .55); }
.footer-areas a { color: rgba(245, 239, 227, .85); text-decoration: none; }
.footer-areas a:hover { color: var(--honey); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; padding-top: 1.4rem; font-size: .88rem; color: rgba(245, 239, 227, .55); }
.footer-bottom p { margin: 0; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .page-hero-grid, .buzz-grid, .land-grid, .eco-grid, .faq-grid, .prose-grid, .about-grid, .about-visit, .contact-grid, .cta-inner { grid-template-columns: 1fr; }
  .hero-art { max-width: 560px; margin: 0 auto; }
  .page-hero-art, .buzz-photo, .eco-art, .urgent-art { justify-self: start; }
  .urgent-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "art" "cards"; }
  .urgent-art { width: min(100%, 320px); }
  .service-grid, .town-grid, .steps-list { grid-template-columns: 1fr 1fr; }
  .steps-list::before { display: none; }
  .area-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .side-card { position: static; }
  .cta-actions { justify-content: start; }
  .owner-card { grid-template-columns: auto 1fr; }
  .owner-quote { grid-column: 1 / -1; }
  .hex-block { right: -30vw; top: auto; bottom: -10%; opacity: .55; }
  .service-row { grid-template-columns: auto 1fr; }
  .service-row-art { display: none; }
  .hero-video { min-height: 0; }
  .hero-pause { bottom: auto; top: clamp(16px, 3vw, 36px); }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .service-grid, .town-grid, .steps-list, .urgent-cards, .area-grid, .footer-grid, .field-row { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
  .section-head-row { flex-direction: column; align-items: start; }
  .owner-card { grid-template-columns: 1fr; padding: 1.2rem; }
  .owner-card .text-link { justify-self: start; }
  .card { padding: 1.35rem; }
  .hero-video .hero-grid { padding: 4.5rem 0 5.5rem; }
  .hero-video .hero-owner { margin-top: -2.4rem; }
  .cta-band::after { display: none; }
  .hex-fa, .hex-fc { display: none; }
}

/* ---------- brand assets (Noah's logos) ---------- */
.brand-logo { height: 40px; width: auto; }
@media (max-width: 1180px) { .brand-logo { height: 34px; } }
.brand-icon, .brand-icon-text { display: none; }
.brand-icon-text { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; }
@media (max-width: 560px) {
  .brand-logo { display: none; }
  .brand-icon { display: block; width: 42px; height: 42px; }
  .brand-icon-text { display: inline; }
}
.gate-badge { width: 150px; height: 150px; filter: drop-shadow(0 12px 22px rgba(28, 23, 18, .18)); }
.owner-avatar { width: 64px; height: 64px; flex: none; }
.footer-badges { display: flex; gap: 1rem; align-items: center; margin-bottom: .6rem; }
.footer-badges img { width: 110px; height: 110px; }
.eco-art { position: relative; }
.eco-badge { position: absolute; right: -6px; bottom: -6px; width: 150px; height: 150px; filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .3)); }
.about-badges { display: flex; gap: 1.2rem; margin-bottom: 1.6rem; }
.about-badges img { width: 130px; height: 130px; }
@media (max-width: 640px) {
  .eco-badge { width: 110px; height: 110px; }
  .about-badges img { width: 100px; height: 100px; }
  .footer-badges img { width: 92px; height: 92px; }
}

.social-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--honey); padding-bottom: 2px; }
.social-link .ic { color: var(--amber); }

.hero-video + .section { padding-top: clamp(4.5rem, 8vw, 7rem); }

/* ---------- responsive audit fixes ---------- */
/* grid children default to min-width:auto, so one unbreakable child (a nowrap button) can push a column past the viewport */
.hero-grid > *, .page-hero-grid > *, .prose-grid > *, .contact-grid > *, .about-grid > *, .about-visit > *, .faq-grid > *, .land-grid > *, .eco-grid > *, .buzz-grid > *, .urgent-grid > *, .cta-inner > *, .footer-grid > * { min-width: 0; }
@media (max-width: 640px) {
  .btn { white-space: normal; text-align: center; }
  .service-row { grid-template-columns: 1fr; gap: .9rem; padding: 1.4rem; }
  .service-row-num .hexnum { width: 52px; height: 58px; font-size: 1.1rem; }
  .hero-copy .display { font-size: clamp(2.3rem, 1.2rem + 5.4vw, 3rem); }
}

/* ---------- SEO service pages and rich city pages ---------- */
.drive-note { display: inline-flex; align-items: center; gap: .5rem; margin: .3rem 0 0; font-size: .93rem; color: var(--ink-3); font-weight: 500; }
.drive-note .ic { color: var(--amber); }
.prose h2.h3 { margin-top: 2.2rem; }
.prose h2.h3:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); max-width: 68ch; }
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); margin: 1.4rem 0 .6rem; }
.data-table { border-collapse: collapse; width: 100%; font-size: .94rem; min-width: 320px; }
.data-table th { font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); text-align: left; padding: .75rem 1rem; border-bottom: 1.5px solid var(--line); background: var(--cream-2); }
.data-table td { padding: .65rem 1rem; border-bottom: 1px solid var(--line); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table td.num, .data-table th.num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.table-caption { font-size: .84rem; color: var(--ink-3); margin: 0 0 1.6rem; max-width: 62ch; }
.theme-eco .data-table th { background: rgba(47, 74, 58, .1); }
.page-seo-service .faq-list-page { max-width: none; }

/* ---------- conversion: sticky bar, in-context prompts, inline forms ---------- */

/* Sticky action bar. Mobile only — on desktop the sticky side card already does this job. */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: .55rem;
  padding: .6rem clamp(12px, 3vw, 20px) calc(.6rem + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px -20px rgba(28, 23, 18, .5);
  animation: bar-up .28s var(--ease) both;
}
@keyframes bar-up { from { transform: translateY(100%); } to { transform: none; } }
.call-bar[hidden] { display: none; }
.call-bar-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 999px; font-weight: 700; font-size: 1rem; line-height: 1;
  padding: .95rem 1.1rem; text-decoration: none; border: 2px solid transparent;
}
.call-bar-main { flex: 1; background: var(--ink); color: var(--cream); }
.call-bar-alt { flex: none; width: 52px; background: var(--honey); color: var(--ink); }
.call-bar-alt .ic { width: 1.25em; height: 1.25em; }
.theme-eco .call-bar-main { background: var(--forest); }
.call-bar[data-mode="form"] .call-bar-main { background: var(--forest); color: var(--cream); }
@media (max-width: 780px) {
  .call-bar:not([hidden]) { display: flex; }
  .has-call-bar .site-footer { padding-bottom: 6.5rem; }
}
@media (prefers-reduced-motion: reduce) { .call-bar { animation: none; } }

/* In-context prompt, sits inside the prose column */
.cta-inline {
  display: grid; grid-template-columns: 1fr auto; gap: 1.1rem 1.6rem; align-items: center;
  margin: 2rem 0; padding: 1.3rem 1.5rem;
  background: var(--honey-3); border: 1px solid var(--honey-edge, var(--line));
  border-left: 4px solid var(--honey); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.cta-inline-forest { background: var(--forest-fill, rgba(47,74,58,.1)); border-left-color: var(--forest); border-color: rgba(47,74,58,.25); }
.cta-inline-h { font-family: var(--font-display); font-weight: 640; font-size: 1.15rem; line-height: 1.2; margin: 0 0 .3rem; color: var(--ink); }
.cta-inline-b { margin: 0; font-size: .93rem; color: var(--ink-2); max-width: 46ch; }
.cta-inline-actions { display: flex; flex-direction: column; gap: .5rem; }
.cta-inline-actions .btn { white-space: nowrap; }
@media (max-width: 700px) {
  .cta-inline { grid-template-columns: 1fr; padding: 1.15rem 1.2rem; }
  .cta-inline-actions { flex-direction: column; }
  /* Full width beats side-by-side here: a nowrap phone number cannot shrink,
     so two buttons in a row overflow a narrow prose column. */
  .cta-inline-actions .btn { width: 100%; white-space: normal; }
  .cta-inline-b { max-width: none; }
}

/* Inline enquiry block on research-intent pages */
.enquiry-card {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background: var(--paper); border: 1px solid var(--line);
  border-top: 4px solid var(--forest); border-radius: var(--radius);
  box-shadow: var(--shadow); scroll-margin-top: 90px;
}
.enquiry-card .h2 { margin-bottom: .4rem; }
.enquiry-card .lede { margin-bottom: 1.4rem; }
.lead-form-wrap.is-compact .field textarea { min-height: 104px; }
.page-seo-service .lead-form .btn-honey,
.theme-eco .lead-form .btn-honey { background: var(--forest); color: var(--cream); }
.page-seo-service .lead-form .btn-honey:hover,
.theme-eco .lead-form .btn-honey:hover { background: var(--forest-3); }

/* Deep-linked content must never sit at zero opacity waiting on an observer. */
.js .reveal:target, .js :target .reveal { opacity: 1; transform: none; transition: none; }

/* ---------- photo blocks added from the admin ---------- */
.body-photos{margin:1.6rem 0;display:grid;gap:.7rem}
.body-photos-many{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.body-photos picture{display:block;border-radius:var(--radius-sm);overflow:hidden;background:var(--cream-2)}
.body-photos img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;display:block}
.body-photos-one img{aspect-ratio:16/10}
.body-photos figcaption{grid-column:1/-1;font-size:.86rem;color:var(--ink-3);margin-top:.1rem}

/* ---------- tally: running count under the owner quote ---------- */
.tally { position: relative; padding-top: clamp(1.2rem, 2.6vw, 2rem); }
.tally + .buzz { padding-top: clamp(3.5rem, 7vw, 6rem); }
.tally-card {
  position: relative;
  padding: clamp(1.3rem, 2.8vw, 2rem) clamp(1.2rem, 3vw, 2.4rem) clamp(1.1rem, 2.2vw, 1.5rem);
  background: linear-gradient(90deg, var(--paper) 45%, rgba(255, 253, 248, .72)), var(--honeycomb), var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.tally-eyebrow { margin: 0 0 1rem; }
.tally-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr); margin: 0; }
.tally-item {
  display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: .45rem;
  min-width: 0; padding: .15rem clamp(1rem, 2.4vw, 2rem); border-left: 1px solid var(--line);
}
.tally-item:first-child { padding-left: 0; border-left: 0; }
.tally-item dt { font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); }
.tally-item dd { margin: 0; }
.tally-fig {
  position: relative; display: inline-block; white-space: nowrap;
  font-family: var(--font-display); font-weight: 620; line-height: 1; letter-spacing: -.02em;
  font-size: clamp(2.3rem, 1.3rem + 2.5vw, 3.5rem);
  font-variant-numeric: tabular-nums lining-nums; font-variation-settings: "SOFT" 50, "opsz" 144;
  color: var(--ink);
}
.tally-n { display: inline-block; text-align: left; }
.tally-note { margin: 1.1rem 0 0; font-size: .82rem; color: var(--ink-3); }

/* the bee */
.bee { display: block; width: 44px; height: 34px; overflow: visible; }
.bee .wing { transform-box: view-box; transform-origin: 18px 14px; }
.tally-perch { position: absolute; right: -30px; top: -25px; width: 44px; height: 34px; pointer-events: none; }
.tally-perch .bee { transform: rotate(-8deg); }
.tally-armed .tally-perch .bee,
.tally-away .tally-perch .bee { opacity: 0; }
.tally-sky { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.tally-sky .bee { position: absolute; left: 0; top: 0; transform-origin: 50% 50%; will-change: transform; }
.tally-fly .tally-sky .wing { animation: bee-flap .06s linear infinite alternate; }
.tally-land .tally-perch .bee { animation: bee-land .55s var(--ease); }
.tally-landed .tally-perch .wing { animation: bee-rest 3.4s ease-in-out infinite; }
@keyframes bee-flap { to { transform: scaleY(.18); } }
@keyframes bee-rest { 0%, 84%, 100% { transform: none; } 88%, 95% { transform: scaleY(.3); } 91.5%, 98% { transform: none; } }
@keyframes bee-land {
  0% { transform: translateY(-4px) rotate(-8deg) scale(1.05, .92); }
  45% { transform: translateY(1px) rotate(-8deg) scale(.96, 1.05); }
  100% { transform: rotate(-8deg); }
}

@media (max-width: 960px) {
  .tally-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.3rem; }
  .tally-bees { order: 3; grid-column: 1 / -1; padding: 1.2rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .tally-grid { grid-template-columns: minmax(0, 1fr); row-gap: 1.1rem; }
  .tally-item, .tally-bees { order: 0; padding: 1.1rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .tally-item:first-child { padding-top: 0; border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .bee .wing, .tally-perch .bee { animation: none !important; }
}
