/* Butte Valley Salsa & More — every color here is sampled straight out of
   their logo: the sage-green sun (#a8c09c), the orange sunset hills (#d87830),
   the plum foreground (#90486c) and the charcoal vaquero silhouette (#181824),
   on a masa-cream paper. The header is LIGHT because the logo's horse sits
   inside its own colored block and reads best on cream. */
@font-face {
  font-family: 'Anton';
  src: url('assets/anton.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #241621;
  --ink-2: #33202d;
  --plum: #90486c;
  --plum-deep: #7d3455;
  --plum-light: #b06b8c;
  /* The logo plum only clears ~4.1:1 on cream, so small text on a light panel
     uses --plum-ink (6.3:1) and --plum is kept for fills, borders and gradients. */
  --plum-ink: #6d2c49;
  --orange: #d87830;
  --orange-bright: #ef9c4c;
  /* Solid-fill colour for anything with white text on it: 4.68:1, clears AA.
     --orange itself is only 3.16:1 with white, so it must stay decorative. */
  --orange-btn: #b8591c;
  --orange-btn-hover: #9e4a12;
  /* Same story for the wordmark orange: 2.6:1 on cream. Text uses --orange-ink. */
  --orange-ink: #a8501a;
  --sage: #a8c09c;
  --sage-deep: #6d8f60;
  --verde: #4a7339;
  --gold: #e8b33c;
  --chile: #b8352e;
  --text: #2a1f26;
  --muted: #6b5b64;
  --paper: #faf4e8;
  --soft: #f3e9d8;
  --cream: #fdf8ee;
  --masa: #f6ead2;
  --white: #fff;
  --line: rgba(36, 22, 33, .14);
  --shadow: 0 24px 74px rgba(36, 22, 33, .18);
  --radius: 14px;
  --display: 'Anton', Impact, 'Arial Narrow Bold', sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; }
h1 { letter-spacing: .01em; }
h2 { letter-spacing: .012em; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

/* ---------- header (light) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(250, 244, 232, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { height: 56px; width: auto; object-fit: contain; flex: 0 0 auto; }
.nav-links { display: flex; gap: 20px; color: var(--ink); font-size: 13.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.nav-links a { padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--orange-ink); border-bottom-color: var(--orange); }
.nav-links a[aria-current="page"] { color: var(--plum-ink); border-bottom-color: var(--plum); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { display: grid; color: var(--ink); font-weight: 900; white-space: nowrap; line-height: 1.15; font-size: 1.02rem; }
.phone-link small { color: var(--plum-ink); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.phone-link:hover { color: var(--orange-ink); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-size: 13.5px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; font-family: inherit; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(36, 22, 33, .24); }
.btn.primary, .btn.small { background: var(--orange-btn); color: #fff; border-color: var(--orange-btn); }
.btn.primary:hover, .btn.small:hover { background: var(--orange-btn-hover); border-color: var(--orange-btn-hover); }
.btn.secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.36); }
.btn.secondary:hover { background: rgba(255,255,255,.2); }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.btn.ghost:hover { background: rgba(255,255,255,.14); }
.btn.ghost-light { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.1); }
.btn.dark-btn { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn.dark-btn:hover { background: var(--plum-deep); border-color: var(--plum-deep); }
.btn.small { min-height: 44px; padding: 0 18px; }
/* .secondary is white-on-translucent and vanishes on cream, so any light
   surface gets the plum-outline treatment instead. */
.contact-details .btn.secondary, .form-section .btn.secondary, .soft .btn.secondary, .form-done .btn.secondary { background: #fff; color: var(--plum-ink); border-color: var(--plum); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 12px; background: #fff; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 999px; background: var(--ink); }
.menu-toggle span { top: 23px; }
.menu-toggle:before { top: 16px; }
.menu-toggle:after { top: 30px; }
.mobile-menu { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 82px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr); align-items: center; gap: clamp(30px, 5vw, 68px); padding: clamp(44px, 7vw, 92px) clamp(16px, 5vw, 76px); background: linear-gradient(150deg, #241621, #4a2438 46%, var(--plum-deep)); color: #fff; overflow: hidden; }
.hero > *:not(.hero-photo):not(.sunset-motion) { position: relative; z-index: 2; }
/* Their real market canopy, dropped behind a plum scrim so the headline holds. */
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; opacity: .42; filter: saturate(1.06) contrast(1.03); }
.hero-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(36,22,33,.96) 0%, rgba(36,22,33,.82) 40%, rgba(74,36,56,.56) 70%, rgba(144,72,108,.36) 100%); }

/* ---------- sunset motion ---------- */
.sunset-motion { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.sunset-motion .rays { position: absolute; inset: 0; opacity: .3; }
.sunset-motion .ray { position: absolute; left: var(--x); top: -30%; width: 120px; height: 160%; transform: rotate(9deg); background: linear-gradient(180deg, rgba(232,179,60,0), rgba(232,179,60,.26) 45%, rgba(232,179,60,0)); animation: raySweep 15s ease-in-out infinite; animation-delay: var(--d); }
.sunset-motion .motes { position: absolute; inset: 0; }
.sunset-motion .motes i { position: absolute; left: var(--x); bottom: -8%; width: var(--s); height: var(--s); border-radius: 46% 54% 52% 48% / 54% 48% 52% 46%; border: 1px solid var(--c); background: color-mix(in srgb, var(--c) 20%, transparent); animation: moteDrift var(--dur) linear infinite; animation-delay: var(--d); }
@keyframes raySweep { 0%, 100% { opacity: .18; transform: rotate(9deg) translateX(-14px); } 50% { opacity: .5; transform: rotate(9deg) translateX(14px); } }
@keyframes moteDrift { 0% { transform: translateY(0) rotate(0); opacity: 0; } 12% { opacity: .85; } 100% { transform: translateY(-115vh) translateX(30px) rotate(200deg); opacity: 0; } }

.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .95; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(250,244,238,.87); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 640px; }
.hero p strong, .subhero p strong, .detail-hero p strong { color: #fff; }
.hero p a, .detail-hero p a, .subhero p a { color: var(--gold); text-decoration: underline; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--plum-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow, .promise-band .eyebrow, .work-strip .eyebrow, .news-band .eyebrow, .feat-card .eyebrow { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 32px; max-width: 780px; }
.trust-row span { min-height: 72px; display: flex; align-items: center; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-left: 3px solid var(--orange); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-weight: 800; font-size: .9rem; line-height: 1.35; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 400px; }

/* ---------- papel picado ---------- */
.papel { display: flex; height: 46px; overflow: hidden; background: var(--ink); }
.papel .flag { flex: 1 0 auto; width: 4.1667%; height: 100%; background: var(--c); clip-path: polygon(0 0, 100% 0, 100% 46%, 50% 100%, 0 46%); transform-origin: 50% 0; animation: sway 5.5s ease-in-out infinite; animation-delay: var(--d); opacity: .92; }
@keyframes sway { 0%, 100% { transform: rotate(-1.6deg); } 50% { transform: rotate(1.6deg); } }

/* ---------- market plate (hero badge) ---------- */
.market-plate { position: relative; width: min(420px, 78vw); }
.market-plate svg { width: 100%; height: auto; filter: drop-shadow(0 28px 56px rgba(0,0,0,.5)); position: relative; z-index: 1; }
.plate-glow { position: absolute; width: 58%; height: 58%; border-radius: 50%; filter: blur(58px); opacity: .5; z-index: 0; }
.plate-glow.orange { top: -6%; right: -6%; background: var(--orange-bright); animation: pulseGlow 7s ease-in-out infinite; }
.plate-glow.plum { bottom: -6%; left: -6%; background: var(--plum-light); animation: pulseGlow 7s ease-in-out infinite 3.5s; }
@keyframes pulseGlow { 0%, 100% { opacity: .26; transform: scale(.94); } 50% { opacity: .54; transform: scale(1.05); } }
.plate-badge { position: absolute; right: -14px; bottom: -10px; z-index: 2; display: grid; gap: 2px; padding: 12px 18px; border-radius: 12px; background: var(--plum-deep); color: #fff; box-shadow: var(--shadow); text-align: center; }
.plate-badge strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; font-weight: 400; }
.plate-badge span { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

/* ---------- ribbon / sections ---------- */
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: #fff; border-bottom: 1px solid var(--line); }
.service-ribbon span, .pill { display: inline-flex; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--masa); color: var(--plum-ink); font-weight: 800; font-size: .9rem; }
.pill { background: #fff; transition: transform .16s ease, border-color .16s ease, color .16s ease; }
.pill:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange-ink); }
.section { padding: clamp(62px, 9vw, 116px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 900px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2, .promise-band h2, .news-band h2 { margin: 0 0 14px; font-size: clamp(2rem, 4.3vw, 3.8rem); line-height: 1.02; text-wrap: balance; }
.section-head p, .two-col p, .prod-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p, .offer-card p, .event-card p, .note-card p, .market-card p, .tier-line { color: var(--muted); font-size: 1.03rem; }
.two-col p a, .section-head p a, .market-note a, .sched-updated a { color: var(--plum-ink); text-decoration: underline; font-weight: 700; }
.dark p, .dark .stacked-list p { color: rgba(250,244,238,.8); }
.dark .stacked-list p a { color: var(--gold); text-decoration: underline; }
.dark h2, .dark h3, .dark strong { color: #fff; }

/* ---------- product cards ---------- */
.card-grid { display: grid; gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.prod-group + .prod-group { margin-top: 54px; }
.prod-group-head { margin-bottom: 20px; max-width: 780px; }
.prod-group-head h2, .prod-group-head h3 { margin: 0 0 8px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.5rem, 3vw, 2.3rem); color: var(--plum-ink); letter-spacing: .02em; }
.prod-group-head p { color: var(--muted); margin: 0; font-size: 1.02rem; }
.prod-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(216,120,48,.55); }
.prod-photo { background: var(--masa); overflow: hidden; }
.prod-photo img, .prod-photo .prod-art { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.prod-card:hover .prod-photo img { transform: scale(1.045); }
.prod-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 22px 24px 24px; }
.prod-eyebrow { color: var(--orange-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.prod-card h3, .area-card h3, .event-card h3, .note-card h3, .market-card h3 { margin: 8px 0 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em; font-size: clamp(1.2rem, 1.9vw, 1.5rem); line-height: 1.1; color: var(--ink); }
.prod-card p { margin: 10px 0 16px; font-size: .98rem; }
.card-link { margin-top: auto; color: var(--plum-ink) !important; font-size: .78rem !important; letter-spacing: .05em; font-weight: 900; text-transform: uppercase; }
.prod-card:hover .card-link, .area-card:hover .card-link { color: var(--orange-ink) !important; }
.service-card, .event-card, .note-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 28px 26px 26px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .event-card:hover, .note-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(216,120,48,.5); }
.service-icon, .note-mark { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(140deg, var(--plum-deep), var(--orange)); color: #fff; margin-bottom: 18px; }
.service-icon .svc-icon, .note-mark .svc-icon { width: 32px; height: 32px; }
.service-card span:first-of-type { color: var(--orange-ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.service-card h3 { margin: 8px 0 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.45rem; line-height: 1.08; color: var(--ink); }
.service-card p, .event-card p, .note-card p { margin: 10px 0 16px; }
.event-card p, .note-card p { margin-bottom: 0; }
.event-card h3, .note-card h3 { margin-top: 0; }
.note-mark { background: linear-gradient(140deg, var(--verde), var(--sage)); }

/* ---------- heat scale ---------- */
.heat-scale { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 16px; }
.heat-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--muted); }
.pips { display: inline-flex; gap: 3px; }
.pip { width: 18px; height: 18px; color: rgba(36,22,33,.2); }
.pip .pip-icon { width: 18px; height: 18px; }
.pip.on { color: var(--chile); }
.heat-word { font-size: .78rem; font-weight: 800; color: var(--plum-ink); }
.heat-scale.big { margin: 22px 0 4px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.09); width: fit-content; }
.heat-scale.big .heat-label { color: rgba(250,244,238,.7); }
.heat-scale.big .pip { color: rgba(255,255,255,.26); width: 22px; height: 22px; }
.heat-scale.big .pip .pip-icon { width: 22px; height: 22px; }
.heat-scale.big .pip.on { color: var(--orange-bright); }
.heat-scale.big .heat-word { color: #fff; font-size: .9rem; }
.heat-chart { display: grid; gap: 12px; max-width: 900px; }
.heat-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 20px; align-items: center; padding: 20px 24px; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 12px; background: #fff; transition: transform .16s ease, box-shadow .16s ease; }
.heat-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.heat-row-name { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.24rem; color: var(--ink); letter-spacing: .01em; }
.heat-row .heat-scale { margin: 0; }

/* ---------- promise band ---------- */
.promise-band { margin: 0 clamp(16px, 5vw, 76px); padding: clamp(30px, 5vw, 54px); border-radius: var(--radius); background: linear-gradient(135deg, #33202d, var(--plum-deep) 58%, var(--orange)); color: #fff; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 40px); align-items: center; box-shadow: var(--shadow); }
.promise-shield { width: 82px; height: 82px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.36); }
.promise-shield .promise-icon { width: 42px; height: 42px; color: #fff; }
.promise-copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
.promise-copy p { color: rgba(255,255,255,.9); max-width: 640px; margin: 0; }
.promise-actions { display: grid; gap: 10px; }

/* ---------- newsletter band ---------- */
.news-band { margin: 0 clamp(16px, 5vw, 76px); padding: clamp(30px, 5vw, 52px); border-radius: var(--radius); background: linear-gradient(135deg, var(--verde), var(--sage-deep) 62%, var(--sage)); color: #fff; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 40px); align-items: center; box-shadow: var(--shadow); }
.news-art { width: 86px; height: 86px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 22px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.38); }
.news-art .news-icon { width: 46px; height: 46px; color: #fff; }
.news-copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
.news-copy p { color: rgba(255,255,255,.94); max-width: 660px; margin: 0; }
.news-copy p strong { color: #fff; }
.news-actions { display: grid; gap: 10px; }
/* On the green band the orange primary reads muddy — white-on-plum wins. */
.news-band .btn.primary { background: var(--plum-deep); border-color: var(--plum-deep); }
.news-band .btn.primary:hover { background: var(--ink); border-color: var(--ink); }

/* ---------- bean dip offer card ---------- */
.offer-card-big { position: relative; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 34px); text-align: center; overflow: hidden; }
.offer-ribbon { position: absolute; top: 26px; right: -46px; width: 168px; text-align: center; transform: rotate(41deg); background: var(--chile); color: #fff; font-size: .725rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; padding: 8px 0; }
.offer-art { border-radius: 12px; overflow: hidden; margin-bottom: 20px; background: var(--masa); }
.offer-art .prod-art { width: 100%; height: auto; }
.offer-card-big h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem) !important; color: var(--ink); margin: 0 0 10px; }
.offer-card-big > p { color: var(--muted); font-size: 1rem; margin: 0 0 20px; }
.offer-steps { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; text-align: left; }
.offer-steps li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; align-items: center; color: var(--text); font-weight: 700; font-size: .95rem; }
.offer-steps span { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange-btn); color: #fff; font-weight: 900; font-size: .82rem; }
.offer-card-big .btn { width: 100%; }

/* ---------- markets ---------- */
.market-section { background: var(--cream); }
.market-band { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.market-card { border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: var(--radius); background: #fff; padding: 28px 26px; display: grid; align-content: start; gap: 4px; }
.market-card:nth-child(2) { border-left-color: var(--verde); }
.market-mark { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--masa); color: var(--plum-deep); margin-bottom: 10px; }
.market-mark .svc-icon { width: 28px; height: 28px; }
.market-day { color: var(--orange-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.market-time { margin: 8px 0 0 !important; font-family: var(--display); font-weight: 400; font-size: 1.5rem; color: var(--plum-ink) !important; letter-spacing: .02em; }
.market-where { margin: 10px 0 0 !important; font-weight: 800; color: var(--text) !important; font-size: .98rem !important; line-height: 1.45; }
.market-where span { font-weight: 600; color: var(--muted); font-size: .92rem; }
.market-season { margin: 12px 0 0 !important; display: inline-block; padding: 6px 14px; border-radius: 999px; background: var(--soft); color: var(--plum-ink) !important; font-size: .8rem !important; font-weight: 800; }
.market-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; }
.market-note { margin: 26px 0 0; max-width: 860px; color: var(--muted); font-size: .97rem; line-height: 1.6; }
.market-grid { display: grid; gap: 22px; }
.market-detail { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(22px, 4vw, 44px); align-items: center; padding: clamp(22px, 3.4vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 26px rgba(36,22,33,.06); }
.market-photo { position: relative; margin: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.market-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.market-photo-badge { position: absolute; left: 14px; bottom: 14px; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: rgba(36,22,33,.84); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(6px); color: var(--gold); }
.market-photo-badge .detail-badge-icon { width: 30px; height: 30px; }
.market-detail-body h3 { margin: 0 0 12px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1; color: var(--ink); }
.market-blurb { margin: 0 0 20px; color: var(--text); font-size: 1.05rem; line-height: 1.6; }
.market-meta { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 12px; }
.market-meta li { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: start; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--text); font-weight: 700; line-height: 1.45; font-size: .98rem; }
.market-meta li:last-child { border-bottom: none; padding-bottom: 0; }
.market-meta span { color: var(--orange-ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; padding-top: 4px; }
.market-detail-text { color: var(--muted); font-size: 1rem; line-height: 1.65; margin: 0 0 20px; }
.sched-updated { margin: 30px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.6; max-width: 900px; }
.compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.compare-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 30px 28px; }
.compare-mark { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(140deg, var(--plum-deep), var(--orange)); color: #fff; margin-bottom: 16px; }
.compare-mark .svc-icon { width: 30px; height: 30px; }
.compare-card h3 { margin: 0 0 14px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.5rem; color: var(--ink); }
.compare-card ul { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 10px; }
.compare-card li { position: relative; padding-left: 26px; color: var(--text); font-size: .99rem; line-height: 1.5; }
.compare-card li:before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 3.5px #fbe7d5; }
.compare-note { margin: 0; color: var(--plum-ink); font-weight: 800; font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; }
.feat-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- membership ---------- */
.club-section { background: linear-gradient(150deg, var(--ink), #4a2438 55%, var(--plum-deep)); }
.club-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(28px, 5vw, 66px); align-items: center; }
.club-visual { display: flex; justify-content: center; }
.club-badge { position: relative; width: min(360px, 74vw); }
.club-badge svg { width: 100%; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 24px 50px rgba(0,0,0,.42)); }
.club-glow { position: absolute; inset: 8%; border-radius: 50%; background: var(--orange-bright); filter: blur(56px); opacity: .32; z-index: 0; animation: pulseGlow 8s ease-in-out infinite; }
.club-tag { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); z-index: 2; padding: 9px 20px; border-radius: 999px; background: var(--orange-btn); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; box-shadow: var(--shadow); white-space: nowrap; }
.dark-checks li { background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.18) !important; color: #fff !important; }
.dark-checks li:before { box-shadow: inset 0 0 0 4px rgba(255,255,255,.22) !important; background: var(--gold) !important; }
.tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.tier-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 32px 28px 30px; box-shadow: 0 8px 26px rgba(36,22,33,.06); }
.tier-card.featured { border: 2px solid var(--orange); box-shadow: 0 22px 60px rgba(216,120,48,.22); }
.tier-flag { position: absolute; top: -14px; left: 28px; padding: 7px 16px; border-radius: 999px; background: var(--orange-btn); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.tier-mark { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(140deg, var(--plum-deep), var(--orange)); color: #fff; margin-bottom: 16px; }
.tier-mark .svc-icon { width: 30px; height: 30px; }
.tier-tag { color: var(--orange-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.tier-card h3 { margin: 8px 0 10px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.05; color: var(--ink); }
.tier-line { margin: 0 0 18px; }
.tier-price { display: grid; gap: 2px; padding: 16px 18px; margin-bottom: 20px; border-radius: 12px; background: var(--masa); border: 1px dashed rgba(216,120,48,.5); }
.tier-price strong { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.3rem; color: var(--plum-ink); letter-spacing: .02em; }
.tier-price span { color: var(--muted); font-size: .84rem; font-weight: 700; }
.tier-benefits { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.tier-benefits li { position: relative; padding-left: 28px; color: var(--text); font-size: .97rem; line-height: 1.5; }
.tier-benefits li:before { content: ""; position: absolute; left: 2px; top: 6px; width: 14px; height: 8px; border-left: 2.6px solid var(--verde); border-bottom: 2.6px solid var(--verde); transform: rotate(-45deg); }
.tier-card .btn { margin-top: auto; width: 100%; }
.tier-note { margin: 30px 0 0; max-width: 900px; padding: 24px 26px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); background: #fff; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.tier-note strong { color: var(--ink); }

/* ---------- forms ---------- */
.form-section { background: var(--cream); }
.form-section.soft { background: var(--soft); }
.form-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr); gap: clamp(28px, 5vw, 62px); align-items: start; }
.form-aside { margin: 22px 0 0; color: var(--muted); font-size: .97rem; line-height: 1.6; }
.form-aside a { color: var(--plum-ink); text-decoration: underline; font-weight: 800; }
.claim-steps { display: grid; gap: 12px; margin: 24px 0 0; }
.claim-steps article { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.claim-steps span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange-btn); color: #fff; font-family: var(--display); font-size: 1.05rem; }
.claim-steps p { margin: 0; color: var(--text); font-weight: 700; font-size: .97rem; line-height: 1.45; }
.inquiry-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: clamp(24px, 4vw, 36px); box-shadow: var(--shadow); }
.inquiry-card.compact { border: none; box-shadow: none; padding: 0; }
.inquiry-heading { margin: 0 0 8px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.5rem, 2.8vw, 2.1rem); color: var(--ink); letter-spacing: .02em; }
.inquiry-lead { margin: 0 0 24px; color: var(--muted); font-size: 1rem; }
.inquiry-form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field label, .field legend { color: var(--plum-ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.field label em { font-style: normal; text-transform: none; letter-spacing: 0; color: var(--muted); font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--text); font-family: inherit; font-size: 1rem; line-height: 1.4; transition: border-color .16s ease, box-shadow .16s ease; }
.field textarea { min-height: 92px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--plum) 50%), linear-gradient(135deg, var(--plum) 50%, transparent 50%); background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(216,120,48,.22); background: #fff; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--chile); box-shadow: 0 0 0 3px rgba(184,53,46,.16); }
.field.checks { border: 1px solid var(--line); border-radius: 12px; padding: 18px; margin: 0; background: var(--cream); }
.field.checks legend { padding: 0 6px; }
.check-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.check { display: inline-flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.check-row .check { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; font-size: .9rem; color: var(--text); transition: border-color .16s ease, background .16s ease; }
.check-row .check:has(input:checked) { border-color: var(--orange); background: #fdf1e5; color: var(--orange-ink); }
.check input { width: 20px; height: 20px; min-height: 0; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--orange); }
.check input.invalid { outline: 2px solid var(--chile); outline-offset: 2px; }
.consent { align-items: flex-start; gap: 12px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.consent span { color: var(--muted); font-size: .86rem; line-height: 1.5; }
.consent a { color: var(--plum-ink); text-decoration: underline; font-weight: 800; }
.form-error { margin: 0; padding: 13px 16px; border-radius: 12px; background: #fbe9e8; border: 1px solid rgba(184,53,46,.35); color: #8d2620; font-weight: 800; font-size: .93rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.form-actions .btn { flex: 1 1 190px; }
.form-note { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.form-done { text-align: center; }
.form-done-mark { width: 72px; height: 72px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--verde); color: #fff; }
.form-done-mark .svc-icon { width: 40px; height: 40px; }
.form-done h3 { margin: 0 0 10px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.9rem; color: var(--ink); }
.form-done > p { color: var(--muted); font-size: 1rem; margin: 0 0 18px; }
.form-done a { color: var(--plum-ink); text-decoration: underline; font-weight: 800; }
.form-copy { text-align: left; margin: 0 0 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--masa); color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .84rem; line-height: 1.6; white-space: pre-wrap; word-break: break-word; max-height: 260px; overflow: auto; }

/* ---------- split / lists / founder ---------- */
.split, .two-col { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(28px, 6vw, 74px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article { border: 1px solid rgba(255,255,255,.16); border-left: 3px solid var(--gold); border-radius: 12px; background: rgba(255,255,255,.06); padding: 22px 24px; }
.stacked-list strong { font-size: 1.15rem; }
.stacked-list p { margin: 8px 0 0; }
.founder-section { background: #fff; }
.founder-layout { display: grid; grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 66px); align-items: center; }
.founder-photo { margin: 0; position: relative; isolation: isolate; }
.founder-photo img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 4 / 3; }
/* Sunset slab peeking out behind the photo. Must stay z-index 0 inside the
   figure's own stacking context — a negative z-index drops it behind the white
   .founder-section background and disappears entirely. */
.founder-photo:before { content: ""; position: absolute; inset: auto -14px -14px 14px; height: 70%; border-radius: var(--radius); background: linear-gradient(140deg, var(--orange), var(--plum)); z-index: 0; }
.founder-photo figcaption { margin-top: 14px; color: var(--muted); font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

/* ---------- offers / process ---------- */
.offer-grid { display: grid; gap: 18px; }
.offer-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.offer-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offer-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 28px 26px; }
.offer-num { font-family: var(--display); font-size: 1.6rem; color: var(--orange-ink); }
.offer-card h3 { margin: 8px 0 10px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.3rem; line-height: 1.1; color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid article { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 26px 24px; }
.process-grid span { font-family: var(--display); color: var(--orange-ink); font-size: 1.5rem; }
.process-grid h3 { margin: 12px 0 8px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.24rem; color: var(--ink); }
.process-grid p { margin: 0 0 14px; }
/* .process-grid inside a .dark section would otherwise be white cards with white
   text — this is the bug that hit New Summit Roofing, so pin it explicitly. */
.dark .process-grid article, .dark .offer-card, .dark .compare-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.dark .process-grid h3, .dark .offer-card h3, .dark .compare-card h3 { color: #fff; }
.dark .process-grid p, .dark .offer-card p { color: rgba(250,244,238,.8); }

/* ---------- work strip / gallery ---------- */
.work-strip { background: var(--ink); color: #fff; }
.work-strip .section-head h2 { color: #fff; }
.work-strip .section-head p { color: rgba(250,244,238,.8); }
.strip-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.strip-item, .gallery-item { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--ink-2); border: 1px solid rgba(255,255,255,.12); }
.strip-item img, .gallery-item img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.strip-item:hover img, .gallery-item:hover img { transform: scale(1.045); }
.strip-item figcaption { padding: 14px 16px; color: rgba(250,244,238,.84); font-size: .9rem; line-height: 1.45; }
.strip-action { margin-top: 26px; }
.strip-action.center { text-align: center; }
.work-strip .strip-action .btn.dark-btn { background: #fff; color: var(--ink); border-color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gallery-item { background: #fff; border-color: var(--line); }
.gallery-item figcaption { padding: 16px 18px; color: var(--muted); font-size: .95rem; line-height: 1.5; }

/* ---------- reviews ---------- */
.reviews-section { background: linear-gradient(180deg, var(--masa) 0%, var(--soft) 100%); }
.reviews-section .eyebrow { color: var(--plum-ink); }
.reviews-section .section-head h2 { color: var(--ink); }
/* Stretch, not start: two of the three real testimonials are a paragraph and one
   is shorter, and ragged card heights read as broken. */
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1120px; margin: 0 auto; align-items: stretch; }
.review-grid.wide { max-width: 1240px; }
.test-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; box-shadow: 0 6px 20px rgba(36,22,33,.06); }
.test-quote { font-family: var(--display); font-size: 3.2rem; line-height: .6; color: var(--gold); margin-bottom: 12px; }
.test-headline { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.16rem; line-height: 1.15; color: var(--ink); margin-bottom: 12px; }
.test-card p { font-size: .97rem; color: var(--muted); line-height: 1.6; margin: 0 0 18px; }
.test-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto; }
/* Initial avatars rather than the stock headshots their old site used — an
   invented face attached to a real named review is worse than a letter. */
.test-avatar { width: 46px; height: 46px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(140deg, var(--plum-deep), var(--orange)); color: #fff; font-family: var(--display); font-size: 1.3rem; line-height: 1; }
.test-author .name { font-weight: 800; font-size: .95rem; color: var(--ink); }
.test-author .title { font-size: .8rem; color: var(--muted); }

/* ---------- faq / cta ---------- */
.faq-section { background: var(--soft); }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 18px 22px; }
.faq-list details[open] { border-color: rgba(216,120,48,.55); }
.faq-list summary { cursor: pointer; font-size: 1.06rem; font-weight: 900; color: var(--ink); }
.faq-list summary::marker { color: var(--orange-ink); }
.faq-list p { margin: 12px 0 0; }
.faq-list p a { color: var(--plum-ink); text-decoration: underline; font-weight: 700; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(62px, 9vw, 94px); padding: clamp(30px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(135deg, var(--ink), var(--plum-deep) 62%, var(--orange)); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(250,244,238,.92); max-width: 720px; }
.cta-band p a { color: #fff; text-decoration: underline; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

/* ---------- subhero / detail heroes ---------- */
.subhero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(84px, 12vw, 146px) clamp(16px, 5vw, 76px) 62px; background: linear-gradient(150deg, var(--ink), #4a2438 56%, var(--plum-deep)); color: #fff; }
.subhero-copy { position: relative; z-index: 2; }
.subhero h1 { max-width: 18ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .92fr); gap: clamp(28px, 5vw, 60px); align-items: center; padding: clamp(78px, 11vw, 138px) clamp(16px, 5vw, 76px) clamp(56px, 8vw, 88px); background: linear-gradient(150deg, var(--ink), #4a2438 56%, var(--plum-deep)); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 16ch; }
.detail-art { display: flex; align-items: center; justify-content: center; }
.detail-photo { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.18); }
.detail-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.detail-photo-badge { position: absolute; left: 16px; bottom: 16px; width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: rgba(36,22,33,.84); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(6px); color: var(--gold); }
.detail-photo-badge .detail-badge-icon { width: 32px; height: 32px; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list.tight { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 22px; }
.check-list li { position: relative; padding: 17px 16px 17px 48px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--text); font-weight: 700; line-height: 1.45; }
.check-list li:before { content: ""; position: absolute; left: 18px; top: 21px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 4px #fbe7d5; }

/* ---------- areas / contact ---------- */
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.area-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 28px 26px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(216,120,48,.5); }
.area-card span { display: block; color: var(--orange-ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.area-card p { margin: 10px 0 18px; }
.estimate-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-logo { width: 100%; max-width: 250px; height: auto; margin: 0 0 20px; }
.estimate-card h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); color: var(--ink); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
/* The estimate card sits inside .contact-hero, whose ".contact-hero p" rule
   paints paragraphs near-white for the dark hero. Re-assert dark text here or
   every line inside the white card disappears. */
.estimate-card p, .estimate-card .contact-lead, .estimate-card .inquiry-lead, .estimate-card .form-note, .estimate-card .consent span, .estimate-card .claim-steps p { color: var(--muted); }
.estimate-card .field label, .estimate-card .field legend { color: var(--plum-ink); }
.estimate-card h3, .estimate-card .form-done h3 { color: var(--ink); }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 4px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.contact-list span:first-child { color: var(--orange-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.06rem; font-weight: 800; color: var(--text); overflow-wrap: anywhere; line-height: 1.4; }
.contact-list a[href^="mailto:"] { font-size: .92rem; }
.contact-list a:hover { color: var(--orange-ink); }
.contact-details { background: var(--soft); }
.contact-details .contact-list { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; max-width: 1120px; margin: 0 auto; }
.contact-details .contact-list li { padding: 22px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-footnote { margin-bottom: 34px; display: grid; gap: 14px; max-width: 900px; padding: 26px 28px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); background: #fff; }
.menu-footnote p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.menu-footnote strong { color: var(--ink); }
.menu-footnote a { color: var(--plum-ink); text-decoration: underline; font-weight: 800; }

/* ---------- footer ---------- */
.footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(28px, 5vw, 64px); padding: clamp(44px, 6vw, 68px) clamp(16px, 5vw, 76px) 40px; background: #1c1119; color: #fff; }
.footer .brand { width: fit-content; }
.footer .brand-logo { height: 76px; }
.footer-about p { color: rgba(250,244,238,.68); max-width: 580px; margin: 18px 0 16px; font-size: .95rem; }
.footer-address { color: rgba(250,244,238,.85); font-style: normal; font-weight: 700; font-size: .95rem; line-height: 1.6; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer-social { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; font-weight: 800; font-size: .9rem; transition: border-color .18s ease, background .18s ease; }
.footer-social:hover { border-color: var(--orange); background: rgba(216,120,48,.16); }
.footer-social .social-icon { width: 20px; height: 20px; color: var(--gold); }
.footer-cols { display: grid; grid-template-columns: repeat(3, max-content); gap: 10px 46px; }
.footer-cols div { display: grid; gap: 9px; align-content: start; }
.footer-cols h3 { margin: 0 0 4px; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold); font-weight: 900; }
.footer-cols a { color: rgba(250,244,238,.86); font-size: .95rem; }
.footer-cols a:hover { color: var(--orange-bright); }
.mobile-sticky { display: none; }

/* Reveal animations only apply when JS is running, so the site stays fully
   readable with JS off or blocked. */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1); }
.js .reveal.in { opacity: 1; transform: none; }
/* The hero paragraph rules are more specific than a bare .sms-consent, so the
   consent block has to match that specificity or it renders at lead size. */
.sms-consent, .contact-hero .sms-consent, .hero .sms-consent, .detail-hero .sms-consent { margin-top: 18px; max-width: 640px; font-size: .82rem; line-height: 1.55; color: rgba(250,244,238,.66); }
.sms-consent a { color: var(--gold); text-decoration: underline; }
.legal-section { max-width: 880px; }
.legal-prose { color: var(--text); }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); line-height: 1.15; margin: 36px 0 12px; color: var(--ink); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.7; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--plum-ink); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }

@media (max-width: 1240px) {
  .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1120px) {
  .strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card.featured { order: -1; }
}
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 84px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; max-height: calc(100svh - 104px); overflow-y: auto; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: 12px; color: var(--ink); font-weight: 900; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band, .founder-layout, .club-layout, .form-layout, .market-detail { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .card-grid.three, .process-grid, .process-grid.three, .area-grid, .review-grid, .offer-grid.three, .gallery-grid, .compare-grid, .market-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promise-band, .news-band { grid-template-columns: auto minmax(0, 1fr); }
  .promise-actions, .news-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); display: grid; }
  .cta-actions { justify-content: flex-start; }
  .founder-photo { max-width: 540px; }
  .market-photo { max-width: 480px; }
  .footer-cols { grid-template-columns: repeat(2, max-content); }
  .heat-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 72px; padding: 10px 12px; }
  .brand-logo { height: 44px; }
  .footer .brand-logo { height: 62px; }
  .papel { height: 34px; }
  .plate-badge { right: 0; bottom: -14px; padding: 10px 14px; }
  .hero { padding: 40px 14px 52px; gap: 30px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.2rem, 10vw, 3.1rem); max-width: 14ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.55; }
  .hero-actions, .cta-actions, .promise-actions, .news-actions, .strip-action, .form-actions, .feat-actions, .market-actions { display: grid; grid-template-columns: 1fr; }
  .market-actions { gap: 10px; }
  .btn { width: 100%; }
  .form-actions .btn { flex: 1 1 auto; }
  .trust-row, .card-grid.two, .card-grid.three, .card-grid.four, .process-grid, .process-grid.three, .area-grid, .check-list, .review-grid, .offer-grid.two, .offer-grid.three, .strip-grid, .gallery-grid, .compare-grid, .market-band, .field-row { grid-template-columns: 1fr; }
  .trust-row span { min-height: 58px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 14px; padding-right: 14px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(1.8rem, 8.4vw, 2.5rem); }
  .promise-band, .news-band { grid-template-columns: 1fr; text-align: center; margin-left: 14px; margin-right: 14px; }
  .promise-shield, .news-art { margin: 0 auto; }
  .promise-copy p, .news-copy p { margin: 0 auto; }
  .cta-band { margin-left: 14px; margin-right: 14px; margin-bottom: 84px; }
  .inquiry-card { padding: 22px 18px; }
  .market-detail { padding: 20px 16px; }
  .market-meta li { grid-template-columns: 1fr; gap: 3px; }
  .offer-ribbon { right: -48px; padding: 6px 56px; font-size: .6rem; }
  .footer { padding-bottom: 96px; }
  .footer-cols { grid-template-columns: 1fr; gap: 22px; }
  .mobile-sticky { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .mobile-sticky .btn { width: 100%; box-shadow: var(--shadow); }
  .mobile-sticky .text-sticky { background: #fff; color: var(--ink); border-color: #fff; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .sunset-motion { display: none; }
}