/* Maggie's Tamales & Catering — design system v2
   Quiet luxury: Cormorant Garamond for display, DM Sans for text. White and stone
   surfaces, deep green as the house color, chile red only where you click. */

/* ---------- fonts (self-hosted variable files, latin subset) ---------- */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('/assets/fonts/CormorantGaramond-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300 700; font-display: swap; src: url('/assets/fonts/CormorantGaramond-italic.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url('/assets/fonts/DMSans-normal.woff2') format('woff2'); }

/* ---------- tokens ---------- */
:root {
  --bg: #FFFFFF;
  --stone: #F5F3EE;
  --stone-2: #EFECE5;
  --ink: #171614;
  --ink-2: #4B4843;
  --ink-3: #807B73;
  --line: #E4E0D8;
  --line-2: #D5D0C6;
  --green: #14392B;
  --green-2: #1E5B43;
  --green-soft: #E8F0EB;
  --red: #B3261E;
  --red-dark: #8F1C15;
  --red-soft: #F8E9E7;
  --gold: #B8964F;
  --gold-soft: #F4EEDD;
  --shadow: 0 1px 2px rgba(23, 22, 20, .06), 0 12px 32px rgba(23, 22, 20, .06);
  --shadow-lg: 0 2px 4px rgba(23, 22, 20, .06), 0 24px 56px rgba(23, 22, 20, .12);
  --r: 6px;
  --r-lg: 10px;
  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'DM Sans', 'Segoe UI', Helvetica, Arial, sans-serif;
  --container: 1200px;
  --header-h: 88px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--ink); background: var(--bg); overflow-x: clip; -webkit-font-smoothing: antialiased; }
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
.frame picture, .photo picture, .ph picture, .band-photo picture, .menu-item .ph picture, .article-cover picture, .gallery a picture { height: 100%; }
.band-photo picture { position: absolute; inset: 0; }
figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.005em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 5.4vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 500; }
h3 { font-size: clamp(1.35rem, 2vw, 1.65rem); }
h4 { font-size: .8rem; font-family: var(--font-body); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
p { margin: 0 0 1.1em; }
a { color: var(--green-2); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.1em; }
li { margin: .3em 0; }
strong { font-weight: 600; }
em { font-style: italic; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--green-2); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: .5rem 1rem; z-index: 999; }
.skip:focus { left: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.container { width: min(var(--container), 100% - 3rem); margin-inline: auto; }
.narrow { width: min(820px, 100% - 3rem); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section-tight { padding: clamp(2.6rem, 4.5vw, 4rem) 0; }
.bg-paper { background: var(--stone); }
.bg-sand { background: var(--stone); }
.bg-ink { background: var(--green); color: #E8E4DA; }
.bg-ink h2, .bg-ink h3 { color: #fff; }
.bg-ink a { color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: .7rem; font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--green-2); margin-bottom: 1.1rem; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.eyebrow.green { color: var(--green-2); }
.eyebrow.gold { color: var(--gold); }
.lead { font-size: 1.2rem; line-height: 1.65; color: var(--ink-2); font-weight: 400; }
.center { text-align: center; }
.center .eyebrow::before { display: none; }
.section-head { max-width: 720px; margin-bottom: clamp(2.2rem, 4.5vw, 3.6rem); }
.section-head.center { margin-inline: auto; }
.section-head p { color: var(--ink-2); font-size: 1.1rem; }
.muted { color: var(--ink-3); }
.small { font-size: .92rem; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 1rem 1.7rem; border-radius: var(--r); font-weight: 600; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; line-height: 1; border: 1px solid transparent; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; text-decoration: none !important; white-space: nowrap; }
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-dark { background: var(--green); color: #fff; border-color: var(--green); }
.btn-dark:hover { background: var(--green-2); border-color: var(--green-2); }
.btn-green { background: var(--green); color: #fff; border-color: var(--green); }
.btn-green:hover { background: var(--green-2); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--green); border-color: #fff; }
.btn-light:hover { background: var(--stone); border-color: var(--stone); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn-sm { padding: .78rem 1.2rem; font-size: .78rem; }
.btn-lg { padding: 1.15rem 2.1rem; font-size: .9rem; }
.btn-group { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.link-arrow { font-weight: 600; color: var(--green-2); font-size: .92rem; letter-spacing: .04em; }
.link-arrow::after { content: ' →'; }

/* ---------- header ---------- */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.topbar { background: var(--green); color: #D6DED8; font-size: .8rem; letter-spacing: .02em; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 1rem; }
.topbar a { color: #fff; font-weight: 600; }
.topbar .hours { color: #B9C7BE; }
.topbar .stars { color: var(--gold); letter-spacing: .05em; }
.header-bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none !important; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand .wordmark { font-family: var(--font-display); line-height: .95; display: flex; flex-direction: column; }
.brand .wordmark b { color: var(--ink); font-size: 1.6rem; font-weight: 600; letter-spacing: -.01em; }
.brand .wordmark span { color: var(--green-2); font-family: var(--font-body); font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; margin-top: .25rem; }
.nav { display: flex; align-items: center; gap: .2rem; }
.nav > ul { list-style: none; display: flex; gap: .3rem; margin: 0; padding: 0; }
.nav > ul > li { position: relative; }
.nav > ul > li > a { display: inline-flex; align-items: center; gap: .3rem; padding: .7rem .7rem; color: var(--ink); font-weight: 500; font-size: .95rem; border-bottom: 1px solid transparent; }
.nav > ul > li > a:hover, .nav > ul > li.active > a { text-decoration: none; border-bottom-color: var(--ink); }
.nav .has-sub > a::after { content: ''; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); margin-left: .2rem; opacity: .6; }
.nav .sub { position: absolute; top: calc(100% + 12px); left: 0; min-width: 340px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: .6rem; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; z-index: 70; }
.nav .sub .sub-title { font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); padding: .5rem .8rem .35rem; }
.nav .sub li a { display: block; padding: .65rem .8rem; border-radius: var(--r); color: var(--ink); font-weight: 500; font-size: .95rem; }
.nav .sub li a small { display: block; color: var(--ink-3); font-weight: 400; font-size: .8rem; }
.nav .sub li a:hover { background: var(--stone); text-decoration: none; }
.nav .has-sub:hover .sub, .nav .has-sub:focus-within .sub, .nav .has-sub.open .sub { opacity: 1; visibility: visible; transform: none; }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-phone { font-weight: 600; color: var(--ink); white-space: nowrap; font-size: .95rem; letter-spacing: .02em; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 11px; width: 24px; height: 2px; background: var(--ink); transition: .2s; }
.nav-toggle span { top: 22px; }
.nav-toggle span::before { top: -8px; left: 0; }
.nav-toggle span::after { top: 8px; left: 0; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1120px) { .header-phone { display: none; } }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
  .nav { position: fixed; inset: 0; top: 0; background: #fff; overflow-y: auto; padding: calc(var(--header-h) + 36px + 1rem) 1.5rem 6rem; transform: translateX(100%); transition: transform .25s ease; z-index: 59; }
  .nav.open { transform: none; }
  .nav > ul { flex-direction: column; gap: 0; }
  .nav > ul > li > a { display: flex; justify-content: space-between; font-size: 1.2rem; padding: 1rem .2rem; min-height: 56px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 600; }
  .nav .sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 .6rem .6rem; display: none; }
  .nav .has-sub.open .sub { display: block; }
  .nav .sub li a { padding: .75rem .6rem; }
  .nav .has-sub > a::after { transform: rotate(45deg); }
  .nav .has-sub.open > a::after { transform: rotate(-135deg); }
  .header-cta .btn { display: none; }
  .topbar .hours { display: none; }
  .topbar .container { justify-content: center; text-align: center; }
  .brand .wordmark span { white-space: nowrap; }
}
@media (max-width: 400px) {
  .topbar .stars, .topbar .rating-text { display: none; }
  .brand img { width: 46px; height: 46px; }
  .brand .wordmark b { font-size: 1.35rem; }
  .brand .wordmark span { font-size: .58rem; letter-spacing: .2em; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5.5rem); background: #fff; }
.hero .container { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.hero h1 { margin-bottom: 1.3rem; }
.hero h1 em { font-style: italic; color: var(--green-2); font-weight: 500; }
.hero .lead { max-width: 540px; margin-bottom: 2rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 1.8rem; font-size: .84rem; color: var(--ink-2); font-weight: 500; letter-spacing: .02em; }
.hero-badges span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-badges span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-photo { position: relative; }
.hero-photo .frame { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 1 / 1.08; }
.hero-photo .frame img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 1rem 1.2rem; display: flex; gap: .9rem; align-items: center; max-width: 300px; border: 1px solid var(--line); }
.float-card.rating { left: -1.6rem; bottom: 2.4rem; }
.float-card.rating .big { font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; line-height: 1; }
.float-card.rating .stars { color: var(--gold); font-size: .9rem; letter-spacing: .08em; }
.float-card.rating small { color: var(--ink-3); display: block; font-size: .8rem; }
.float-card.quote { right: -1rem; top: 2rem; line-height: 1.45; font-family: var(--font-display); font-size: 1.15rem; font-style: italic; }
.float-card.quote p { margin: 0; }
.float-card.quote cite { display: block; margin-top: .35rem; font-style: normal; color: var(--ink-3); font-size: .74rem; font-family: var(--font-body); letter-spacing: .06em; text-transform: uppercase; }
.review-stars { color: var(--gold); letter-spacing: .08em; font-size: .85rem; }
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-photo { margin-top: 1rem; }
  .hero-photo .frame { aspect-ratio: 4 / 3; }
  .float-card.rating { left: 1rem; bottom: 1rem; }
  .float-card.quote { display: none; }
}

/* ---------- trust strip ---------- */
.trust { border-block: 1px solid var(--line); background: #fff; }
.trust .container { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2.8rem; padding: 1.1rem 0; font-size: .82rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }
.trust span { display: inline-flex; align-items: center; gap: .55rem; }
.trust svg { width: 18px; height: 18px; color: var(--green-2); }

/* ---------- cards & grids ---------- */
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-menu { grid-template-columns: 1fr 1fr; }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .grid-menu { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem; transition: border-color .2s ease, box-shadow .2s ease; }
.card:hover { border-color: var(--line-2); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .5rem; }
.card p:last-child { margin-bottom: 0; }
.card .icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green-2); margin-bottom: 1.1rem; }
.card .icon.green { background: var(--green-soft); color: var(--green-2); }
.card .icon.gold { background: var(--gold-soft); color: var(--gold); }
.card .icon svg { width: 22px; height: 22px; }

.photo-card { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); color: var(--ink); text-decoration: none !important; transition: box-shadow .2s ease, border-color .2s ease; }
.photo-card:hover { box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.photo-card .ph { aspect-ratio: 16 / 11; overflow: hidden; }
.photo-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.photo-card:hover .ph img { transform: scale(1.03); }
.photo-card .body { padding: 1.4rem 1.5rem 1.6rem; }
.photo-card h3 { margin-bottom: .4rem; }
.photo-card p { color: var(--ink-2); margin: 0 0 .9rem; font-size: .96rem; }
.photo-card .tag { position: absolute; top: 1rem; left: 1rem; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: .4rem .7rem; border-radius: var(--r); }

/* menu items */
.menu-item { display: grid; grid-template-columns: 160px 1fr; gap: 1.3rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; align-items: stretch; }
.menu-item .ph { overflow: hidden; }
.menu-item .ph img { width: 100%; height: 100%; object-fit: cover; min-height: 160px; }
.menu-item .body { padding: 1.2rem 1.4rem 1.2rem 0; display: flex; flex-direction: column; gap: .3rem; }
.menu-item .top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.menu-item h3 { font-size: 1.4rem; margin: 0; }
.menu-item .price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--green-2); white-space: nowrap; }
.menu-item p { color: var(--ink-2); margin: 0; font-size: .95rem; }
.menu-item .tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .6rem; }
.chip { display: inline-flex; align-items: center; gap: .35rem; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .35rem .65rem; border-radius: var(--r); background: var(--stone); color: var(--ink-2); border: 1px solid transparent; }
.chip.gf { background: var(--green-soft); color: var(--green-2); }
.chip.hot { background: var(--red-soft); color: var(--red-dark); }
.chip.pop { background: var(--gold-soft); color: #8A6A2A; }
@media (max-width: 560px) {
  .menu-item { grid-template-columns: 1fr; }
  .menu-item .body { padding: 0 1.2rem 1.2rem; }
  .menu-item .ph img { min-height: 190px; max-height: 220px; }
}
.menu-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.menu-filters button { border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); padding: .6rem 1.1rem; border-radius: var(--r); font-weight: 500; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-filters button.active, .menu-filters button:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.7rem 1.8rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 2.4rem; font-weight: 500; color: var(--gold); line-height: 1; display: block; margin-bottom: .8rem; }
.step h3 { margin-bottom: .4rem; }
.step p { margin: 0; color: var(--ink-2); font-size: .98rem; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* feature list */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2rem; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
.feature .icon { width: 44px; height: 44px; border-radius: 50%; background: var(--green-soft); color: var(--green-2); display: grid; place-items: center; }
.feature .icon svg { width: 20px; height: 20px; }
.feature h3 { font-size: 1.3rem; margin-bottom: .25rem; }
.feature p { margin: 0; color: var(--ink-2); font-size: .96rem; }
@media (max-width: 700px) { .features { grid-template-columns: 1fr; } }

/* split sections */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split .photo { border-radius: var(--r-lg); overflow: hidden; }
.split .photo img { width: 100%; height: 100%; object-fit: cover; }
.split .photo.tall { aspect-ratio: 4 / 5; }
.split .photo.wide { aspect-ratio: 4 / 3; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.reverse > :first-child { order: 0; } }

/* reviews */
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem 1.7rem 1.5rem; display: flex; flex-direction: column; gap: .8rem; }
.review-card .stars { color: var(--gold); letter-spacing: .1em; font-size: .85rem; }
.review-card blockquote { font-family: var(--font-display); font-size: 1.28rem; line-height: 1.45; color: var(--ink); flex: 1; font-weight: 500; }
.review-card blockquote::before { content: '“'; color: var(--gold); margin-right: .05em; }
.review-card cite { font-style: normal; font-weight: 500; font-size: .88rem; color: var(--ink-2); display: flex; align-items: center; gap: .7rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.review-card cite .av { width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft); color: var(--green-2); display: grid; place-items: center; font-weight: 600; font-size: .78rem; }
.review-card cite small { color: var(--ink-3); font-weight: 400; }
.google-pill { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem 1.1rem .7rem .8rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r); font-weight: 500; color: var(--ink); font-size: .92rem; }
.google-pill .g { width: 24px; height: 24px; }
.google-pill .stars { color: var(--gold); }

/* calculator */
.calc { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.6rem); box-shadow: var(--shadow); }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; align-items: start; }
.calc label { display: block; font-weight: 600; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .5rem; }
.calc input[type="range"] { width: 100%; accent-color: var(--green-2); }
.calc .val { font-family: var(--font-display); font-size: 2.6rem; font-weight: 500; line-height: 1; margin-bottom: .7rem; }
.calc .seg { display: flex; gap: .4rem; flex-wrap: wrap; }
.calc .seg button { border: 1px solid var(--line-2); background: #fff; padding: .6rem 1rem; border-radius: var(--r); font-weight: 500; cursor: pointer; font-size: .86rem; }
.calc .seg button.active { background: var(--green); color: #fff; border-color: var(--green); }
.calc-result { background: var(--stone); border-radius: var(--r-lg); padding: 1.4rem 1.5rem; }
.calc-result .row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; color: var(--ink-2); }
.calc-result .row:last-of-type { border-bottom: 0; }
.calc-result .row b { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--ink); }
.calc-result .row.total b { color: var(--green-2); font-size: 1.8rem; }
.calc-result .note { font-size: .82rem; color: var(--ink-3); margin: .7rem 0 0; }
@media (max-width: 760px) { .calc-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { background: var(--green); color: #fff; border-radius: var(--r-lg); padding: clamp(2.4rem, 5vw, 4.2rem); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; right: -8%; top: -50%; width: 55%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .12); pointer-events: none; }
.cta-band h2 { color: #fff; margin-bottom: .6rem; }
.cta-band p { color: rgba(255, 255, 255, .78); font-size: 1.05rem; margin: 0; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-end; position: relative; }
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } .cta-band .actions { justify-content: flex-start; } }

/* holiday band */
.band-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 460px; display: grid; align-items: end; color: #fff; }
.band-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 20, 15, .85) 0%, rgba(10, 20, 15, .3) 55%, transparent 100%); }
.band-photo .inner { position: relative; z-index: 1; padding: clamp(1.8rem, 4vw, 3.2rem); max-width: 640px; }
.band-photo h2, .band-photo p { color: #fff; }
.band-photo .eyebrow { color: var(--gold); }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: clamp(2.8rem, 6vw, 5.5rem) 0 clamp(2.2rem, 4vw, 3.6rem); position: relative; background: #fff; border-bottom: 1px solid var(--line); }
.page-hero .container { position: relative; }
.page-hero .lead { max-width: 700px; }
.page-hero.with-photo .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.page-hero.with-photo .photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; }
.page-hero.with-photo .photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .page-hero.with-photo .container { grid-template-columns: 1fr; } }
.breadcrumbs { font-size: .78rem; color: var(--ink-3); margin-bottom: 1.4rem; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.breadcrumbs li + li::before { content: '/'; margin-right: .5rem; color: var(--line-2); }
.breadcrumbs a { color: var(--ink-2); }
.fact-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.2rem; }
.fact { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1rem 1.2rem; }
.fact b { display: block; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; }
.fact span { font-size: .82rem; color: var(--ink-3); }
@media (max-width: 800px) { .fact-bar { grid-template-columns: repeat(2, 1fr); } }

/* ---------- prose ---------- */
.prose { font-size: 1.08rem; line-height: 1.8; min-width: 0; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { margin-top: 2.2em; margin-bottom: .5em; font-size: clamp(1.8rem, 2.8vw, 2.4rem); }
.prose h3 { margin-top: 1.6em; font-size: 1.45rem; }
.prose p.lead { font-size: 1.32rem; color: var(--ink-2); font-family: var(--font-display); line-height: 1.5; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li { margin: .45em 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: .96rem; background: #fff; border: 1px solid var(--line); }
.prose caption { caption-side: top; text-align: left; font-weight: 600; padding: .6rem .9rem; color: var(--ink-2); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.prose th, .prose td { padding: .75rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--stone); font-weight: 600; font-size: .88rem; }
.prose tr:last-child td { border-bottom: 0; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.2em 0; }
.table-wrap table { min-width: 520px; margin: 0; }
.prose figure { margin: 2.4em 0; }
.prose figure img { border-radius: var(--r-lg); width: 100%; }
.prose figcaption { font-size: .86rem; color: var(--ink-3); margin-top: .6rem; }
.prose blockquote { border-left: 2px solid var(--gold); padding: .3rem 0 .3rem 1.4rem; font-family: var(--font-display); font-size: 1.5rem; line-height: 1.4; color: var(--ink-2); font-style: italic; }
.callout { background: var(--stone); border: 1px solid var(--line); border-left: 3px solid var(--green-2); border-radius: var(--r-lg); padding: 1.3rem 1.5rem; font-size: 1rem; margin: 2em 0; }
.callout p { margin: 0; }
.callout a { font-weight: 600; }
.prose details, .faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 0; margin: .6rem 0; overflow: hidden; }
.prose summary, .faq summary { cursor: pointer; padding: 1.05rem 3rem 1.05rem 1.4rem; font-weight: 600; list-style: none; position: relative; font-family: var(--font-display); font-size: 1.28rem; }
.prose summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.prose summary::after, .faq summary::after { content: '+'; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--green-2); font-weight: 300; line-height: 1; font-family: var(--font-body); }
.prose details[open] summary::after, .faq details[open] summary::after { content: '–'; }
.prose details > p, .faq details > p, .faq details > div { padding: 0 1.4rem 1.2rem; margin: 0; color: var(--ink-2); font-size: 1rem; }
.faq details > div p { margin: 0 0 .6em; }
.faq details > div p:last-child { margin: 0; }

/* article page */
.article-hero { padding: clamp(2.4rem, 5vw, 4.2rem) 0 0; }
.article-hero .meta { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; align-items: center; color: var(--ink-3); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; margin: .4rem 0 1.4rem; }
.article-hero .meta .cat { background: var(--green-soft); color: var(--green-2); font-weight: 600; font-size: .68rem; letter-spacing: .14em; padding: .4rem .7rem; border-radius: var(--r); }
.article-hero h1 { max-width: 900px; }
.article-cover { border-radius: var(--r-lg); overflow: hidden; margin: 0 auto 2.8rem; aspect-ratio: 16 / 8; max-width: 1000px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.article-side { position: sticky; top: calc(var(--header-h) + 52px); display: flex; flex-direction: column; gap: 1.2rem; }
.side-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem; }
.side-box h4 { margin-bottom: .8rem; }
.side-box ul { list-style: none; padding: 0; margin: 0; }
.side-box li { padding: .45rem 0; border-bottom: 1px solid var(--line); font-size: .93rem; color: var(--ink-2); }
.side-box li:last-child { border: 0; }
.side-box.cta { background: var(--green); color: #DCE4DE; border-color: var(--green); }
.side-box.cta h4 { color: #fff; }
.side-box.cta p { font-size: .95rem; margin-bottom: 1rem; }
@media (max-width: 960px) { .article-layout { grid-template-columns: minmax(0, 1fr); } .article-side { position: static; } .article-side .side-box:not(.cta) { display: none; } }
.author-box { display: grid; grid-template-columns: 96px 1fr; gap: 1.4rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; margin-top: 3.2rem; }
.author-box img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; object-position: top; }
.author-box .eyebrow { margin-bottom: .3rem; }
.author-box h3 { margin-bottom: .3rem; }
.author-box p { margin: 0; color: var(--ink-2); font-size: .96rem; }
@media (max-width: 520px) { .author-box { grid-template-columns: 1fr; } }
.related { margin-top: 3.5rem; }

/* ---------- insights hub ---------- */
.ins-toolbar { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.2rem; box-shadow: var(--shadow); margin-bottom: 2rem; }
.ins-search { position: relative; }
.ins-search input { width: 100%; padding: 1rem 3.2rem 1rem 3.2rem; border: 1px solid var(--line-2); border-radius: var(--r); font: inherit; font-size: 1.02rem; background: #fff; color: var(--ink); }
.ins-search input:focus { border-color: var(--green-2); outline: 0; }
.ins-search .ico { position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--ink-3); pointer-events: none; }
.ins-clear { position: absolute; right: .8rem; top: 50%; transform: translateY(-50%); border: 0; background: var(--stone); width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; color: var(--ink-2); }
.ins-suggest { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); z-index: 20; padding: .4rem; }
.ins-suggest button { display: flex; align-items: center; gap: .7rem; width: 100%; text-align: left; border: 0; background: transparent; padding: .7rem .8rem; border-radius: var(--r); cursor: pointer; font-size: .98rem; color: var(--ink); }
.ins-suggest button:hover, .ins-suggest button.sel { background: var(--stone); }
.ins-suggest .sg-cat { font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--green-2); background: var(--green-soft); padding: .3rem .5rem; border-radius: var(--r); white-space: nowrap; }
.ins-suggest .sg-none { padding: .8rem; color: var(--ink-3); font-size: .95rem; }
.ins-suggest mark { background: var(--gold-soft); color: var(--ink); padding: 0 .2em; }
.ins-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.ins-chips .chip { cursor: pointer; border: 1px solid var(--line-2); background: #fff; font-size: .78rem; padding: .55rem .9rem; }
.ins-chips .chip.active, .ins-chips .chip:hover { background: var(--green); color: #fff; border-color: var(--green); }
.ins-count { color: var(--ink-3); font-size: .86rem; margin-bottom: 1rem; letter-spacing: .04em; }
.ins-empty { text-align: center; padding: 3rem 1rem; background: #fff; border: 1px dashed var(--line-2); border-radius: var(--r-lg); }
.pager { display: flex; justify-content: center; align-items: center; gap: .4rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pager a, .pager button, .pager span.cur { min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 .8rem; border-radius: var(--r); border: 1px solid var(--line-2); background: #fff; color: var(--ink); font-weight: 500; cursor: pointer; text-decoration: none !important; }
.pager a:hover, .pager button:hover { border-color: var(--ink); }
.pager .cur { background: var(--green); color: #fff; border-color: var(--green); }
.pager [disabled], .pager .disabled { opacity: .4; pointer-events: none; }
.pager .pg-dots { padding: 0 .3rem; color: var(--ink-3); }
.post-card .cat { font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--green-2); margin-bottom: .5rem; display: block; }
.post-card h3 { font-size: 1.4rem; line-height: 1.2; }
.post-card .read { font-size: .78rem; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 1rem; }
.gallery a { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; }
.gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery a:hover img { transform: scale(1.04); }
.gallery a.tall { grid-row: span 2; }
.gallery a.wide { grid-column: span 2; }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; } }
@media (max-width: 460px) { .gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; } .gallery a.wide, .gallery a.tall { grid-column: auto; grid-row: auto; } }
.lightbox { position: fixed; inset: 0; background: rgba(10, 12, 10, .94); display: none; align-items: center; justify-content: center; z-index: 100; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 100%); max-height: 88vh; border-radius: var(--r-lg); }
.lightbox button { position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; font-size: 1.5rem; cursor: pointer; }
.lightbox .cap { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); color: #fff; font-size: .9rem; background: rgba(0, 0, 0, .4); padding: .4rem .9rem; border-radius: var(--r); }

/* ---------- forms ---------- */
.form-shell { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.6rem); box-shadow: var(--shadow); }
.steps-nav { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.steps-nav li { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); padding-top: .7rem; border-top: 2px solid var(--line); }
.steps-nav li.active { color: var(--ink); border-color: var(--green-2); }
.steps-nav li.done { color: var(--green-2); border-color: var(--green-2); }
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h3 { margin-bottom: .3rem; }
.form-step .hint { color: var(--ink-3); font-size: .95rem; margin-bottom: 1.2rem; }
.opt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-bottom: 1.4rem; }
.opt { position: relative; display: block; cursor: pointer; }
.opt input { position: absolute; opacity: 0; inset: 0; }
.opt .box { display: block; border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 1rem 1rem 1rem 2.8rem; background: #fff; transition: .15s; height: 100%; }
.opt .box::before { content: ''; position: absolute; left: 1rem; top: 1.15rem; width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--line-2); background: #fff; }
.opt.check .box::before { border-radius: 4px; }
.opt .box b { display: block; font-size: 1rem; margin-bottom: .15rem; font-weight: 600; }
.opt .box span { display: block; font-size: .86rem; color: var(--ink-3); line-height: 1.45; }
.opt input:checked + .box { border-color: var(--green-2); background: var(--green-soft); }
.opt input:checked + .box::before { border-color: var(--green-2); background: var(--green-2); box-shadow: inset 0 0 0 4px #fff; }
.opt.check input:checked + .box::before { box-shadow: none; background: var(--green-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/13px no-repeat; }
.opt input:focus-visible + .box { outline: 2px solid var(--green-2); outline-offset: 2px; }
.opt-grid.invalid .box { border-color: var(--red); }
@media (max-width: 560px) { .opt-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .45rem; }
.field label small { color: var(--ink-3); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: .8rem; }
.field input, .field select, .field textarea { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line-2); border-radius: var(--r); font: inherit; font-size: 1rem; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-2); outline: 0; }
.field textarea { min-height: 110px; resize: vertical; }
.field .err { display: none; color: var(--red-dark); font-size: .82rem; margin-top: .3rem; font-weight: 500; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--red); }
.field.invalid .err { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.form-nav .fine { font-size: .8rem; color: var(--ink-3); flex: 1 1 100%; margin: .6rem 0 0; }
.estimate { background: var(--stone); border-radius: var(--r-lg); padding: 1rem 1.2rem; font-size: .95rem; margin: .4rem 0 1.2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; }
.estimate b { font-family: var(--font-display); font-size: 1.5rem; color: var(--green-2); font-weight: 600; }
.estimate small { display: block; color: var(--ink-3); font-size: .78rem; }
.form-success { display: none; text-align: center; padding: 1.5rem 0; }
.form-success .tick { width: 72px; height: 72px; border-radius: 50%; background: var(--green-soft); color: var(--green-2); display: grid; place-items: center; margin: 0 auto 1rem; }
.form-success .tick svg { width: 34px; height: 34px; }
.form-error { display: none; background: var(--red-soft); color: var(--red-dark); padding: .9rem 1.1rem; border-radius: var(--r); margin-bottom: 1rem; font-size: .95rem; }
.hp { position: absolute; left: -9999px; }

/* modal */
.modal { position: fixed; inset: 0; z-index: 90; display: none; align-items: flex-start; justify-content: center; padding: 3vh 1rem; overflow-y: auto; background: rgba(15, 20, 17, .6); backdrop-filter: blur(4px); }
.modal.open { display: flex; }
.modal .form-shell { width: min(760px, 100%); position: relative; margin: auto; animation: pop .25s ease; }
@keyframes pop { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close { position: absolute; top: .9rem; right: .9rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font-size: 1.3rem; cursor: pointer; color: var(--ink-2); z-index: 2; }
.modal-close:hover { background: var(--stone); }
body.modal-open { overflow: hidden; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.info-list li { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; align-items: start; }
.info-list .icon { width: 44px; height: 44px; border-radius: 50%; background: var(--green-soft); color: var(--green-2); display: grid; place-items: center; }
.info-list .icon svg { width: 20px; height: 20px; }
.info-list b { display: block; }
.info-list span { color: var(--ink-2); font-size: .96rem; }
.hours-table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.hours-table td { padding: .45rem 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr.closed td:last-child { color: var(--ink-3); font-weight: 400; }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.contact-cards .ccard { display: flex; flex-direction: column; text-decoration: none !important; color: var(--ink); }
.contact-cards .ccard h3 { font-family: var(--font-body); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; color: var(--ink-3); margin-bottom: .3rem; }
.contact-cards .ccard .big { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: var(--ink); margin: 0 0 .4rem; line-height: 1.15; }
.contact-cards .ccard p { color: var(--ink-2); font-size: .92rem; margin: 0; }
.contact-form { max-width: 880px; margin-inline: auto; }
.contact-form .form-shell > .eyebrow, .contact-form .form-shell > h2, .contact-form .form-shell > .muted { display: none; }
.map-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.5rem; align-items: stretch; }
.map-row .map-embed { aspect-ratio: auto; min-height: 420px; height: 100%; }
.map-side { display: flex; flex-direction: column; justify-content: center; padding: 2.2rem; }
.map-side h3 { font-size: 1.5rem; }
.map-side hr { margin: 1.3rem 0; }
@media (max-width: 900px) { .map-row { grid-template-columns: 1fr; } .map-row .map-embed { min-height: 300px; aspect-ratio: 4 / 3; height: auto; } }

/* author / profile page */
.profile-hero .container { display: grid; grid-template-columns: 380px 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.profile-hero .photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3 / 4; }
.profile-hero .photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.profile-hero .lead { margin-bottom: 1.4rem; }
@media (max-width: 860px) { .profile-hero .container { grid-template-columns: 1fr; } .profile-hero .photo { max-width: 420px; } }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-size: 2.6rem; font-weight: 500; color: var(--green-2); line-height: 1.1; }
.stat span { color: var(--ink-2); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 760px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
.timeline { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--line-2); }
.timeline li { position: relative; padding: 0 0 1.8rem 1.8rem; }
.timeline li::before { content: ''; position: absolute; left: -6px; top: .5rem; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }
.timeline b { display: block; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; margin-bottom: .2rem; }
.timeline p { margin: 0; color: var(--ink-2); }

/* packages */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.pkg { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem; display: flex; flex-direction: column; position: relative; }
.pkg.featured { border-color: var(--green); box-shadow: var(--shadow-lg); }
.pkg .ribbon { position: absolute; top: -.75rem; left: 1.8rem; background: var(--green); color: #fff; font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: .4rem .8rem; border-radius: var(--r); }
.pkg h3 { margin-bottom: .2rem; }
.pkg .who { color: var(--ink-3); font-size: .9rem; margin-bottom: 1rem; }
.pkg .from { font-family: var(--font-display); font-size: 2.3rem; font-weight: 500; line-height: 1; margin-bottom: .2rem; }
.pkg .from small { font-family: var(--font-body); font-size: .82rem; color: var(--ink-3); font-weight: 500; }
.pkg ul { list-style: none; padding: 0; margin: 1rem 0 1.5rem; flex: 1; }
.pkg li { padding: .5rem 0 .5rem 1.5rem; position: relative; font-size: .95rem; border-bottom: 1px solid var(--line); }
.pkg li::before { content: '✓'; position: absolute; left: 0; color: var(--green-2); font-weight: 600; }
@media (max-width: 900px) { .packages { grid-template-columns: 1fr; } }

/* service area chips */
.area-list { display: flex; flex-wrap: wrap; gap: .6rem; }
.area-list a { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem 1rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line-2); color: var(--ink); font-weight: 500; font-size: .9rem; }
.area-list a:hover { border-color: var(--ink); text-decoration: none; }

/* ---------- footer ---------- */
.footer { background: var(--green); color: #B9C7BE; padding: clamp(3.5rem, 6vw, 5.5rem) 0 0; }
.footer a { color: #E6ECE7; }
.footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer h4 { color: #fff; margin-bottom: 1.1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: .5rem 0; font-size: .95rem; }
.footer .brand .wordmark b { color: #fff; }
.footer .brand .wordmark span { color: var(--gold); }
.footer .blurb { margin: 1.2rem 0; font-size: .95rem; max-width: 380px; }
.footer .cred { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(255, 255, 255, .18); padding: .55rem .9rem; border-radius: var(--r); font-size: .84rem; color: #fff; }
.footer .cred .stars { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 3.2rem; padding: 1.4rem 0; font-size: .82rem; line-height: 1.5; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .6rem 2rem; }
.footer-bottom > * { margin: 0; }
.footer-bottom .credit a { color: #fff; font-weight: 600; }
.footer-bottom ul { display: flex; gap: 1.4rem; margin: 0; padding: 0; font-size: inherit; margin-left: auto; }
.footer-bottom li { margin: 0; font-size: inherit; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- mobile sticky bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 58; background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); padding: .55rem .8rem calc(.55rem + env(safe-area-inset-bottom)); }
  .mobile-bar .btn { width: 100%; padding: .9rem .6rem; font-size: .8rem; }
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- misc ---------- */
.notice { background: var(--gold-soft); border: 1px solid #E6D9B4; color: #6B5320; border-radius: var(--r); padding: .8rem 1.1rem; font-size: .92rem; font-weight: 500; display: flex; gap: .6rem; align-items: center; }
.notice svg { width: 18px; height: 18px; flex: 0 0 auto; }
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.toast { position: fixed; left: 50%; bottom: 84px; transform: translateX(-50%); background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: var(--r); font-size: .95rem; z-index: 120; display: none; }
.toast.show { display: block; }
.error-page { text-align: center; padding: 5rem 0; }
.error-page h1 { font-size: clamp(5rem, 14vw, 9rem); color: var(--line-2); margin: 0; }

/* ---------- mobile comfort ---------- */
@media (max-width: 600px) {
  .photo-card { display: grid; grid-template-columns: 116px 1fr; align-items: stretch; }
  .photo-card .ph { aspect-ratio: auto; height: 100%; min-height: 132px; }
  .photo-card .body { padding: .9rem 1rem .9rem .95rem; }
  .photo-card h3 { font-size: 1.2rem; margin-bottom: .25rem; }
  .photo-card p { font-size: .86rem; margin-bottom: .45rem; line-height: 1.45; }
  .photo-card .link-arrow { font-size: .84rem; }
  .photo-card .tag { display: none; }
  .post-card .cat { margin-bottom: .2rem; }
  .post-card .read { display: none; }
  .grid .review-card:nth-child(n+4) { display: none; }
  .reviews-all .grid .review-card:nth-child(n+4) { display: flex; }
  .google-pill { width: 100%; justify-content: center; }
  .btn-group .btn { width: 100%; }
  .btn-group .link-arrow { margin-left: 0 !important; }
  .steps-nav li { font-size: .6rem; letter-spacing: .08em; }
  .form-nav { flex-direction: column-reverse; align-items: stretch; }
  .form-nav .btn { width: 100%; }
  .calc .seg button, .menu-filters button { flex: 1 1 auto; text-align: center; }
  .calc-result .row { flex-direction: column; gap: .1rem; }
  .calc-result .row b { font-size: 1.4rem; }
  .fact-bar { gap: .6rem; }
  .fact { padding: .7rem .8rem; }
  .fact b { font-size: 1.3rem; }
  .hero-badges { gap: .4rem .9rem; font-size: .8rem; }
  .breadcrumbs li[aria-current] { display: none; }
  .section { padding: 3rem 0; }
  h1 { font-size: clamp(2.3rem, 10vw, 3rem); }
  .article-cover { aspect-ratio: 16 / 10; }
  .cta-band .actions .btn { width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .packages { gap: 1rem; }
  .estimate { flex-direction: column; align-items: flex-start; }
  .ins-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .3rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .ins-chips::-webkit-scrollbar { display: none; }
  .ins-chips .chip { flex: 0 0 auto; }
  .menu-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .menu-filters button { flex: 0 0 auto; }
}

/* ---------- quieter quote form ---------- */
.quote-form .btn-primary { background: var(--green); border-color: var(--green); }
.quote-form .btn-primary:hover { background: var(--green-2); border-color: var(--green-2); }
.opt .box { border-color: var(--line); }
.opt:hover .box { border-color: var(--line-2); }
.opt .box b { font-weight: 500; }
.opt .box::before { width: 16px; height: 16px; top: 1.25rem; border-color: var(--line-2); }
.opt input:checked + .box { background: #fff; border-color: var(--green-2); box-shadow: inset 0 0 0 1px var(--green-2); }
.opt input:checked + .box::before { box-shadow: inset 0 0 0 3px #fff; }
.steps-nav li { border-top-width: 1px; color: var(--ink-3); }
.steps-nav li.active { border-top-width: 2px; }
.form-step h3 { font-weight: 500; }
.form-step .hint { font-size: .9rem; }
.field input, .field select, .field textarea { border-color: var(--line); }
.contact-form .form-shell { box-shadow: none; border: 1px solid var(--line); background: #fff; padding: clamp(1.8rem, 4vw, 3.2rem); }
.contact-form { max-width: 820px; }
#quote.bg-sand { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#quote .section-head h2 { font-weight: 500; }
.contact-cards .ccard { padding: 1.8rem 1.6rem; }
.contact-cards .ccard .icon { margin-bottom: 1.3rem; }
.contact-cards .ccard .big { min-height: 2.1rem; white-space: nowrap; font-size: 1.55rem; }
.contact-cards .ccard p:last-child { min-height: 3.1em; }
