/* ============================================================
   COASTLINE - EDITORIAL LIGHT LANE
   Loads after styles.css; flips tokens + the handful of
   components that hardcode dark values. Photography sits on
   the light canvas like framed prints.
   ============================================================ */

:root {
  --bg: #f7f6f2;            /* warm paper */
  --bg-2: #f1efe9;
  --surface: #ffffff;
  --ink: #191b1e;
  --dim: #4c5157;
  --mut: #7d8187;
  --accent: #9a7427;        /* deep brass on light */
  --accent-deep: #7d5e1f;
  --accent-ink: #ffffff;
  --hairline: rgba(25, 27, 30, 0.1);
  --hairline-2: rgba(25, 27, 30, 0.2);
  --shadow: 0 30px 70px -38px rgba(25, 27, 30, 0.25);
}

::selection { background: var(--ink); color: var(--bg); }

/* nav: light glass pill */
.nav { background: rgba(247, 246, 242, 0.72); }
.nav[data-scrolled] { background: rgba(247, 246, 242, 0.92); }
.nav__burger span { background: var(--ink); }

/* mobile overlay: paper glass */
.mnav { background: rgba(247, 246, 242, 0.94); }

/* editorial hero: split composition - copy left, framed print right */
.heroL { padding-top: clamp(104px, 13vh, 148px); padding-bottom: clamp(40px, 5.5vw, 68px); }
.heroL__grid { display: grid; grid-template-columns: 1.05fr 0.85fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.heroL h1 { font-size: clamp(40px, 4.9vw, 72px); font-weight: 700; max-width: 13ch; letter-spacing: -0.02em; }
.heroL .hero__kicker { color: var(--mut); }
.heroL .hero__kicker b { color: var(--accent); }
.heroL .hero__sub { margin-top: 22px; }
.heroL .hero__cta { margin-top: 32px; }
.heroL .hero__proof { margin-top: 24px; }
.heroL__frame {
  border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 10px; background: var(--surface); box-shadow: var(--shadow);
}
.heroL__frame img {
  width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: calc(var(--r-lg) - 10px);
}
@media (max-width: 1000px) {
  .heroL__grid { grid-template-columns: 1fr; }
  .heroL__frame { max-width: 560px; }
  .heroL__frame img { aspect-ratio: 4 / 3.4; object-position: 50% 58%; }
}

/* proof bar */
.proofbar { background: var(--surface); }

/* featured tier: inverted ink card (editorial move) */
.tier--hot {
  background: var(--ink); border-color: var(--ink); color: #f4f2ec;
}
.tier--hot .tier__meta { color: rgba(244, 242, 236, 0.6); }
.tier--hot .tier__price small { color: rgba(244, 242, 236, 0.55); }
.tier--hot li { color: rgba(244, 242, 236, 0.82); }
.tier--hot li::before { color: #d8b56c; }
.tier__badge { background: #d8b56c; color: #17120a; }
.tier--hot .btn--primary { background: #d8b56c; color: #17120a; }
.tier--hot .btn--primary .chip { background: rgba(23, 18, 10, 0.14); color: #17120a; }
.tier--hot .btn--primary:hover { background: #c6a254; }

/* sticky bar: light glass + brass */
.sticky__call { background: rgba(255, 255, 255, 0.92); color: var(--ink); border-color: var(--hairline-2); }

/* form fields on white */
.qform input, .qform select { background: var(--bg); }

/* photo chips stay dark - they sit on the photographs (both lanes) */


/* ============ LEE'S BRAND OVERRIDES ============ */
:root {
  --bg: #fbfdfb;            /* clean white with a breath of green */
  --bg-2: #f2f8f3;
  --surface: #ffffff;
  --ink: #14231a;
  --dim: #43584a;
  --mut: #6f8276;
  
}

/* ===== LEE'S AUTO DETAILING BRAND OVERRIDES (from their van livery) ===== */
:root {
  --accent: #b91c1c;        /* Lee's red script */
  --accent-deep: #1d3a6e;   /* van blue -> navy */
  --accent-ink: #ffffff;
  --bg: #fdfcf9;            /* warm white */
  --surface: #ffffff;
  --ink: #17233b;           /* navy ink */
  --dim: #45526b;
  --mut: #8a94a8;
  --hairline: rgba(23, 35, 59, 0.12);
}
.tier--hot { background: #17233b; }
.tier--hot li::before { color: #f0b429; }
.tier__badge { background: #b91c1c; color: #ffffff; }
.tier--hot .btn--primary { background: #b91c1c; color: #ffffff; }
.tier--hot .btn--primary .chip { background: rgba(255,255,255,0.18); color: #ffffff; }
.tier--hot .btn--primary:hover { background: #991616; }
.heroL__frame img { aspect-ratio: auto !important; }
.brand { white-space: nowrap; }
.brand em { color: #b91c1c; }
.stars { color: #f0b429; }
/* Square same-tab booking panel on /book/ */
.bk__square { border: 1px solid var(--hairline); border-top: 4px solid #b91c1c; border-radius: var(--r-lg); background: var(--surface); padding: 22px 24px; margin-bottom: 18px; box-shadow: var(--shadow); }
.bk__square h2 { font-size: 20px; margin-bottom: 6px; }
.bk__square p { font-size: 14.5px; color: var(--dim); margin-bottom: 16px; }
.bk__or { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mut); margin: 6px 0 18px; }
/* dense mosaic gallery for small-format photos */
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mosaic figure { margin: 0; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--hairline); }
.mosaic figure { display: flex; flex-direction: column; }
.mosaic img { width: 100%; height: auto; object-fit: cover; display: block; flex: 1; }
.mosaic figcaption { font-size: 12.5px; color: var(--mut); padding: 8px 10px; background: var(--surface); }
@media (max-width: 720px) { .mosaic { grid-template-columns: repeat(2, 1fr); } }
/* neighborhoods chips */
.areas { display: flex; flex-wrap: wrap; gap: 8px; }
.areas span { font-size: 13.5px; color: var(--dim); border: 1px solid var(--hairline); border-radius: 999px; padding: 6px 13px; background: var(--surface); }

/* ===== FIX PASS (July 2026): visual + audit ===== */
/* fractional star display for the 4.6 aggregate */
.starbar { position: relative; display: inline-block; color: #ddd6c6; line-height: 1; letter-spacing: 1px; }
.starbar i { position: absolute; left: 0; top: 0; width: 92%; overflow: hidden; color: #f0b429; font-style: normal; white-space: nowrap; letter-spacing: 1px; }

/* hero right column: van + review card */
.heroL__stack { display: flex; flex-direction: column; gap: 16px; }
.hero-quote { margin: 0; }
.quote__trust.hero-quote footer { margin-top: 6px; }
@media (max-width: 1000px) { .heroL__stack { max-width: 560px; } }

/* maintenance panel: warm bg + typographic stat card */
.protect { background: #f6f2e9 !important; }
.protect__stat { background: #17233b; color: #fdfcf9; border-radius: var(--r-md); padding: 26px 26px 22px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.protect__stat-price { font-family: var(--font-display, inherit); font-weight: 700; font-size: clamp(38px, 4vw, 52px); line-height: 1; margin-bottom: 14px; }
.protect__stat-price span { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #f0b429; margin-bottom: 6px; }
.protect__stat-price em { font-style: normal; font-size: 0.45em; font-weight: 600; color: rgba(253,252,249,0.75); }
.protect__stat ul { list-style: none; margin: 0; padding: 0; }
.protect__stat li { font-size: 14.5px; padding: 5px 0 5px 22px; position: relative; color: rgba(253,252,249,0.92); }
.protect__stat li::before { content: "\2713"; position: absolute; left: 0; color: #f0b429; }

/* about photo: honest snapshot size + caption */
.about__img--snap { max-width: 480px; justify-self: center; }
.about__img--snap img { width: 100%; height: auto; aspect-ratio: auto; }
.about__img--snap figcaption { font-size: 13px; color: var(--mut); padding: 10px 4px 0; text-align: center; }

/* trust line under pricing tiers */
.tiers-trust { text-align: center; font-size: 14.5px; color: var(--dim); margin: 18px auto 6px; max-width: 720px; }
.tiers-trust b { color: var(--ink); }

/* hero content paints without JS reveal (LCP) */
.heroL .rv, .bk-hero .rv, .spage-hero .rv { opacity: 1 !important; transform: none !important; filter: none !important; }

/* mobile nav fit: burger must stay on screen */
@media (max-width: 680px) {
  .nav { gap: 8px; padding-left: 14px; padding-right: 10px; }
  .brand { font-size: 16px; }
  .nav > .btn--primary { display: none; }
}

/* /book/ progress row: never overflow */
@media (max-width: 560px) {
  .bk__prog { flex-wrap: wrap; gap: 6px 12px; }
  .bk__prog li { font-size: 11.5px; }
}

/* iOS: 16px inputs stop focus zoom */
.qform input, .qform select, .bk__card input, .bk__card select, .bk__card textarea { font-size: 16px; }

/* footer tap targets - block-stack the column nav links (not the inline legal-line link) */
@media (max-width: 680px) {
  .footer .wrap > div > a { padding: 8px 0; display: block; }
}

/* ===== VISUAL POLISH PASS (July 2026): logo, gallery band, bezels, easing ===== */
/* real logo */
.brand img.lees-logo { height: 46px; width: auto; display: block; }
.footer .brand img.lees-logo { height: 56px; }
@media (max-width: 680px) { .brand img.lees-logo { height: 38px; } }

/* motion language: weighted easing + press feedback */
.btn { transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1), background 0.3s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.45s cubic-bezier(0.32, 0.72, 0, 1); }
.btn:active { transform: scale(0.97); }
.btn--primary:hover { box-shadow: 0 14px 30px -12px rgba(185, 28, 28, 0.45); }
.btn .chip { transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1); }
.btn:hover .chip { transform: translateX(3px); }

/* eyebrow labels as pills */
.lbl { display: inline-block; border: 1px solid rgba(185, 28, 28, 0.35); border-radius: 999px; padding: 5px 13px; background: rgba(185, 28, 28, 0.05); }

/* softer ambient depth in place of flat borders */
.tier, .qform, .bk__card, .quote__trust, .bk__square { box-shadow: 0 22px 55px -28px rgba(23, 35, 59, 0.22); }

/* double-bezel: hero van frame */
.heroL__frame { background: rgba(23, 35, 59, 0.05); border: 1px solid rgba(23, 35, 59, 0.1); border-radius: 22px; padding: 7px; box-shadow: 0 26px 60px -30px rgba(23, 35, 59, 0.3); }
.heroL__frame img { border-radius: 15px; display: block; }
.quote__trust.hero-quote { background: #ffffff; border: 1px solid var(--hairline); border-radius: 16px; padding: 18px 20px; box-shadow: 0 18px 44px -26px rgba(23, 35, 59, 0.25); }

/* double-bezel: the featured tier */
.tier--hot { box-shadow: 0 0 0 6px rgba(23, 35, 59, 0.07), 0 30px 60px -30px rgba(23, 35, 59, 0.45); }

/* gallery band: full-width navy photo wall, no chrome */
.work-band { background: #17233b; }
.work-band .sechead h2 { color: #fdfcf9; }
.work-band .sechead .prose { color: rgba(253, 252, 249, 0.72); }
.work-band .lbl { border-color: rgba(240, 180, 41, 0.45); background: rgba(240, 180, 41, 0.08); color: #f0b429; }
.work-band { background-image: radial-gradient(rgba(253, 252, 249, 0.05) 1.5px, transparent 1.5px); background-size: 26px 26px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery img { width: 100%; height: auto; display: block; border-radius: 10px; transition: transform 0.6s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.6s cubic-bezier(0.32, 0.72, 0, 1); }
.gallery img:hover { transform: scale(1.025); box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55); }
.gallery--strip { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 720px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

/* footer: navy end-weight + breathing room above */
main > section:last-of-type { padding-bottom: clamp(90px, 9vw, 140px); }
.bk-wrap { padding-bottom: clamp(90px, 9vw, 140px); }
.footer { background: #17233b; }
.footer, .footer p { color: rgba(253, 252, 249, 0.78); }
.footer h4 { color: #fdfcf9; }
.footer a { color: rgba(253, 252, 249, 0.85); }
.footer a:hover { color: #ffffff; }
.footer .brand em { color: #f0b429; }
.footer__legal, .footer__legal span { color: rgba(253, 252, 249, 0.5); }
.footer__legal a { color: rgba(253, 252, 249, 0.65); }

/* ===== HERO WOW: navy stage, van at scale, overlapping proof ===== */
.hero-wow { background: #17233b;  background-image: radial-gradient(rgba(253, 252, 249, 0.045) 1.5px, transparent 1.5px), radial-gradient(1200px 500px at 85% 20%, rgba(29, 58, 110, 0.55), transparent); background-size: 26px 26px, auto; padding-top: clamp(104px, 10.5vw, 142px); padding-bottom: clamp(48px, 5vw, 80px); }
.hero-wow .heroL__grid { grid-template-columns: 1fr 1.05fr; align-items: center; }
.hero-wow h1 { font-size: clamp(42px, 4.6vw, 68px); line-height: 1.02; }
.hero-wow h1 { color: #fdfcf9; }
.hero-wow .hero__sub { color: rgba(253, 252, 249, 0.78); }
.hero-wow .hero__kicker { color: #f0b429; }
.hero-wow .hero__kicker b { color: #f0b429; }
.hero-wow .hero__proof, .hero-wow .hero__proof a, .hero-wow .hero__proof b { color: rgba(253, 252, 249, 0.85); }
.hero-wow .btn--ghost { color: #fdfcf9; border-color: rgba(253, 252, 249, 0.35); }
.hero-wow .btn--ghost:hover { border-color: rgba(253, 252, 249, 0.7); }
.hero-wow .heroL__frame { background: rgba(253, 252, 249, 0.07); border-color: rgba(253, 252, 249, 0.14); box-shadow: 0 40px 90px -35px rgba(0, 0, 0, 0.6); }
.hero-wow .heroL__stack { position: relative; }
.hero-wow .quote__trust.hero-quote { position: relative; margin-top: -34px; margin-left: clamp(16px, 4vw, 64px); margin-right: -8px; z-index: 2; border: none; }
@media (max-width: 1000px) {
  .hero-wow .heroL__grid { grid-template-columns: 1fr; }
  .hero-wow .quote__trust.hero-quote { margin-top: -20px; margin-left: 14px; margin-right: 14px; }
}

/* ===== SPACING + DENSITY PASS (July 2026) ===== */
/* banded sections enclose their content */
.work-band { padding-bottom: clamp(84px, 8vw, 120px); }

/* hero: 3-line headline, balanced columns */
.hero-wow .hero-lower { grid-template-columns: 0.95fr 1.05fr; align-items: start; margin-top: clamp(20px, 2.2vw, 32px); }
.hero-h1 { font-size: clamp(38px, 4.4vw, 64px); line-height: 1.05; color: #fdfcf9; margin-top: 12px; letter-spacing: -0.005em; max-width: none; }

/* menu board: dotted leaders, diner-menu style */
.menuboard { max-width: 880px; margin: 34px auto 0; background: #ffffff; border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 30px 36px 26px; box-shadow: 0 22px 55px -30px rgba(23, 35, 59, 0.18); }
.menuboard__title { text-align: center; font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #b91c1c; margin-bottom: 18px; }
.menuboard__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 44px; }
.menuboard__grid p { display: flex; align-items: baseline; gap: 8px; margin: 0; padding: 7px 0; font-size: 15px; }
.menuboard__grid span { color: var(--ink); }
.menuboard__grid span em { font-style: normal; font-size: 12.5px; color: var(--mut); }
.menuboard__grid i { flex: 1; border-bottom: 2px dotted rgba(23, 35, 59, 0.25); transform: translateY(-4px); }
.menuboard__grid b { color: var(--ink); white-space: nowrap; }
.menuboard__foot { text-align: center; font-size: 13.5px; color: var(--mut); margin-top: 16px; }
@media (max-width: 720px) { .menuboard { padding: 24px 20px 20px; } .menuboard__grid { grid-template-columns: 1fr; gap: 2px; } }

/* trust chip under tiers: tighter */
.tiers-trust { margin: 22px auto 0; }

/* review stream: marquee */
.rev-stream { position: relative; margin-top: 34px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.rev-track { display: flex; gap: 18px; width: max-content; animation: revscroll 55s linear infinite; }
.rev-stream:hover .rev-track { animation-play-state: paused; }
.rev-track .rev { flex: 0 0 380px; margin: 0; background: #ffffff; border: 1px solid var(--hairline); border-radius: 16px; padding: 22px 24px; box-shadow: 0 16px 40px -26px rgba(23, 35, 59, 0.2); }
@keyframes revscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .rev-track { animation: none; flex-wrap: wrap; width: auto; }
  .rev-track .rev[aria-hidden="true"] { display: none; }
  .rev-stream { mask-image: none; -webkit-mask-image: none; }
}
@media (max-width: 720px) { .rev-track .rev { flex-basis: 300px; } }

/* about: calmer heading, breathing paragraphs */
.about h2 { font-size: clamp(24px, 2.3vw, 33px); line-height: 1.14; }
.about { grid-template-columns: 0.75fr 1.25fr !important; }
.about .prose p + p { margin-top: 16px; }
.about__sig { margin-top: 18px; }

/* book left rail: editorial pull-quote, not a floating card */
.quote__grid .quote__trust { background: transparent; border: none; box-shadow: none; border-left: 3px solid #b91c1c; border-radius: 0; padding: 4px 0 4px 20px; }

/* hero lower row alignment */
.hero-lower > div:first-child { padding-top: clamp(4px, 1vw, 18px); }
.hero-wow .hero__sub { max-width: 46ch; }

/* about flat layout: heading full-width above, calmer grid */
.about--flat { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.about--flat .about__img--snap { max-width: 460px; margin: 0; }
@media (max-width: 900px) { .about--flat { grid-template-columns: 1fr; } }

/* book rail quote: custom editorial mark instead of the border rule */
.quote__grid .quote__trust { border-left: none; padding: 30px 0 0 0; position: relative; }
.quote__grid .quote__trust::before { content: "\201C"; position: absolute; top: -8px; left: -6px; font-family: Georgia, 'Times New Roman', serif; font-size: 92px; line-height: 1; color: rgba(185, 28, 28, 0.22); pointer-events: none; }
.quote__grid .quote__trust .stars { position: relative; }

/* ===== ZILLA SLAB HEADINGS (JP pick, July 2026) ===== */
h1, h2, h3, .hero-h1, .tier__price b, .rev-head .score, .protect__stat-price {
  font-family: 'Zilla Slab', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hero-h1 { letter-spacing: -0.005em; }

/* about photo: eager space reservation, no zero-height jank */
.about--flat .about__img--snap img { aspect-ratio: 460 / 225; width: 100%; height: auto; display: block; }

/* uniform section rhythm: symmetric padding everywhere except the hero */
main > section:not(.hero-wow) { padding-top: clamp(72px, 7.5vw, 104px); padding-bottom: clamp(72px, 7.5vw, 104px); }
.work-band { padding-top: clamp(72px, 7.5vw, 104px); padding-bottom: clamp(72px, 7.5vw, 104px); }

.hero-wow .hero-h1 { max-width: none; }

/* ===== ALTERNATING BANDS + CLEAN AREAS (July 2026) ===== */
.band-sand { background: #f5efe2; }
.band-sand .menuboard, .band-sand .protect { background: #ffffff; }

.areas-list__lead { font-size: 15px; color: var(--dim); margin-bottom: 12px; font-weight: 600; }
.areas-list ul { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: 56px; max-width: 720px; }
.areas-list li { font-size: 15px; color: var(--dim); padding: 4px 0; break-inside: avoid; border-bottom: 1px dotted rgba(23, 35, 59, 0.14); }
@media (max-width: 720px) { .areas-list ul { columns: 2; column-gap: 32px; } }

/* ============================================================
   REFERENCE-INFORMED REDESIGN (July 3 2026)
   Carried from the two reference homepages JP shared:
   - two-tone big headlines, centered eyebrows
   - full-width content, bigger type, more air
   - numbered full-width feature rows, clean area line
   ============================================================ */

/* KILL the old Clash remnant everywhere (the "from $165" bug) */
:root { --display: "Zilla Slab", Georgia, "Times New Roman", serif; }
.tier__price, .tier__price span, .tier__price b, .step__n, .rev-head .score,
.opt .price, .spage-review p, .faq summary, .brand {
  font-family: "Zilla Slab", Georgia, serif;
}

/* ---- section headers: eyebrow + BIG two-tone headline, centered ---- */
.sechead { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: clamp(44px, 5vw, 68px); }
.sechead .lbl { margin-bottom: 18px; }
.sechead h2 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -0.01em; }
.sechead .prose { margin-top: 18px; font-size: clamp(16px, 1.35vw, 18.5px); max-width: 640px; margin-left: auto; margin-right: auto; }
.hl-red { color: var(--accent); }
.work-band .hl-red { color: #f0b429; }

/* left-aligned variant (About, paired with image) */
.sechead--left { text-align: left; margin-left: 0; margin-right: 0; max-width: none; }
.sechead--left .prose { margin-left: 0; margin-right: 0; }

/* ---- bigger section rhythm + deliberate alternating bands ---- */
main > section:not(.hero-wow) { padding-top: clamp(84px, 8.5vw, 128px); padding-bottom: clamp(84px, 8.5vw, 128px); }
.work-band { padding-top: clamp(84px, 8.5vw, 128px); padding-bottom: clamp(84px, 8.5vw, 128px); }

/* ---- We Come to You: 3 full-width steps, big numbers ---- */
.steps { grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 48px); }
.step { padding-right: 12px; }
.step__n { font-size: clamp(48px, 4.5vw, 64px); margin-bottom: 8px; }
.step h3 { font-size: clamp(20px, 1.8vw, 24px); margin-bottom: 8px; }
.step p { font-size: 16px; line-height: 1.6; color: var(--dim); }

/* ---- clean service-area line: Option B (statement-led, list recedes) ---- */
.areabar { text-align: center; max-width: 960px; margin: clamp(56px, 6vw, 88px) auto 0; }
.areabar__big { font-family: "Zilla Slab", serif; font-weight: 700; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -0.01em; }
.areabar__sub { font-size: clamp(16px, 1.4vw, 18.5px); color: var(--dim); margin-top: 16px; }
.areabar__list { font-size: 15px; line-height: 1.9; color: #a6adba; margin-top: 28px; max-width: 900px; margin-left: auto; margin-right: auto; }

/* ---- What We're Known For: full-width numbered feature rows ---- */
.feat-rows { list-style: none; margin: 0; padding: 0; }
.feat-rows li { display: grid; grid-template-columns: 92px 1fr 1.5fr; gap: clamp(16px, 3vw, 48px); align-items: baseline; padding: clamp(24px, 2.6vw, 36px) 4px; border-top: 1px solid var(--hairline); }
.feat-rows li:last-child { border-bottom: 1px solid var(--hairline); }
.feat-rows__n { font-family: "Zilla Slab", serif; font-weight: 700; font-size: clamp(30px, 3vw, 44px); color: var(--accent); line-height: 1; }
.feat-rows h3 { font-size: clamp(20px, 1.9vw, 26px); line-height: 1.12; }
.feat-rows p { font-size: clamp(15.5px, 1.35vw, 17.5px); color: var(--dim); line-height: 1.6; }
@media (max-width: 780px) {
  .feat-rows li { grid-template-columns: 56px 1fr; }
  .feat-rows p { grid-column: 2; }
}

/* ---- FAQ: full width + bigger ---- */
.faq { max-width: 980px; margin: 0 auto; }
.faq summary { font-size: clamp(19px, 1.9vw, 24px); padding: 26px 2px; }
.faq details p { font-size: 16.5px; padding: 0 2px 28px; max-width: 72ch; }

/* ---- image caption tag (from both refs) ---- */
.img-tag { position: absolute; left: 14px; bottom: 14px; z-index: 2; background: rgba(23,35,59,0.9); color: #fdfcf9; font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 12px; border-radius: 6px; }
.heroL__frame { position: relative; }

/* ---- hero 50/50 ---- */
.hero-wow .heroL__grid { grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-copy .hero-h1 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.05; margin: 14px 0 0; max-width: none; }
.hero-copy .hero__sub { margin-top: 22px; max-width: 42ch; }
.hero-copy .hero__cta { margin-top: 30px; }
.hero-copy .hero__proof { margin-top: 26px; }
@media (max-width: 900px) { .hero-wow .heroL__grid { grid-template-columns: 1fr; } }

/* ---- bigger tier price + meta ---- */
.tier__price { font-size: clamp(46px, 4.4vw, 56px); }
.tier__price span { font-size: 15px; font-weight: 600; color: var(--mut); margin-right: 6px; letter-spacing: 0; vertical-align: 10px; }

.hero-wow .hl-red { color: #f0b429; }

/* ---- proof bar: icon + stat trust row ---- */
.proofbar { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--surface); }
.proofbar .wrap { display: flex; align-items: stretch; gap: 0; justify-content: stretch; padding-top: 24px; padding-bottom: 24px; }
.pf { flex: 1; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 2px 14px; }
.pf:not(:last-child) { border-right: 1px solid var(--hairline); }
.proofbar .pf__ic { display: flex; flex: none; color: var(--accent); }
.pf__ic svg { width: 27px; height: 27px; }
.pf__txt { display: flex; flex-direction: column; line-height: 1.14; }
.pf__txt b { font-family: "Zilla Slab", Georgia, serif; font-weight: 700; font-size: 18px; letter-spacing: 0.005em; color: var(--ink); }
.pf__txt small { font-size: 12.5px; color: var(--mut); margin-top: 3px; letter-spacing: 0.01em; }
@media (max-width: 780px) {
  .proofbar .wrap { display: grid; grid-template-columns: 1fr 1fr; padding-top: 4px; padding-bottom: 4px; }
  .pf { justify-content: flex-start; padding: 16px 14px; border-right: none; }
  .pf:nth-child(odd) { border-right: 1px solid var(--hairline); }
  .pf:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }
}
@media (max-width: 420px) {
  .pf__txt b { font-size: 16px; }
  .pf__ic svg { width: 24px; height: 24px; }
}

/* ===== MOBILE STACKING FIXES (July 3 2026) ===== */
/* We Come to You steps: 3 cramped columns -> single stacked column on phones */
@media (max-width: 680px) {
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { padding: 0; }
  .step + .step { border-left: none; padding-left: 0; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--hairline); }
  .step__n { margin-bottom: 4px; }
}
/* About: the .about !important rule (line ~292) defeated the .about--flat stack; force it here */
@media (max-width: 900px) {
  .about, .about--flat { grid-template-columns: 1fr !important; }
  .about--flat .about__img--snap { max-width: 100%; margin: 0 0 6px; justify-self: stretch; }
}
