/* HOA Safety — site styles */
:root {
  --bg: #FAF8F4;
  --surface: #FFFFFF;
  --panel: #F1EDE4;
  --ink: #17201C;
  --body: #3E4A44;
  --muted: #5D6862;
  --red: #C1272D;
  --red-hover: #A01F25;
  --red-hover-dark: #D8343A;
  --red-tint: #FBEDEC;
  --pink-dark: #F2A7A9;
  --line-section: #E6E1D6;
  --line: #DFDACF;
  --line-card: #DCD5C6;
  --line-btn: #CFC9BC;
  --line-menu: #EEEAE1;
  --dark: #17201C;
  --footer: #111814;
  --on-dark: #F4F1EA;
  --on-dark-2: #C3CCC7;
  --on-dark-3: #9AA6A0;
  --on-dark-4: #8E9C95;
  --on-dark-5: #7E8C85;
  --line-dark: #34403A;
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'Public Sans', Helvetica, Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --section-pad: clamp(64px, 8vw, 104px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ink); text-decoration: none; transition: background-color .15s, color .15s, border-color .15s; }
a:hover { color: var(--red); }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.wrap { max-width: 1200px; margin: 0 auto; padding-left: clamp(18px, 5vw, 28px); padding-right: clamp(18px, 5vw, 28px); }
.section { padding-top: var(--section-pad); padding-bottom: var(--section-pad); }
.bordered { border-bottom: 1px solid var(--line-section); }
.bg-white { background: var(--surface); }
.dark { background: var(--dark); color: var(--on-dark); }
[id] { scroll-margin-top: 72px; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { left: 8px; color: #fff; }

/* Type */
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; }
.serif { font-family: var(--serif); font-weight: 600; }
.h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); line-height: 1.06; letter-spacing: -0.028em; font-weight: 600; text-wrap: balance; }
.lead { font-size: 19px; line-height: 1.55; color: var(--body); text-wrap: pretty; }

/* Buttons */
.btn { display: inline-block; background: var(--red); color: #fff; font-weight: 600; border-radius: 8px; padding: 15px 26px; font-size: 17px; line-height: 1.6; white-space: nowrap; }
.btn:hover { background: var(--red-hover); color: #fff; }
.btn-outline { display: inline-block; font-weight: 600; border-radius: 8px; border: 1px solid var(--line-btn); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-dark-outline { display: inline-block; padding: 13px 20px; border-radius: 7px; font-weight: 600; font-size: 15.5px; border: 1.5px solid var(--ink); color: var(--ink); }
.btn-dark-outline:hover { background: var(--ink); color: #fff; }

.check { display: flex; gap: 11px; align-items: baseline; }
.check::before { content: "✓"; color: var(--red); font-weight: 700; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(250, 248, 244, 0.96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-section); }
.site-header .wrap { padding-left: clamp(14px, 4vw, 28px); padding-right: clamp(14px, 4vw, 28px); }
.header-row { min-height: 72px; display: flex; align-items: center; gap: clamp(8px, 2.4vw, 28px); }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; color: var(--ink); }
.logo:hover { color: var(--ink); }
.logo-mark { flex-shrink: 0; color: var(--ink); }
.logo-text { font-family: var(--sans); font-size: clamp(18px, 4.8vw, 21px); font-weight: 400; letter-spacing: -0.025em; line-height: 1; white-space: nowrap; }
.logo-text b { font-weight: 800; }
.nav-desktop { display: flex; gap: 26px; font-size: 15.5px; font-weight: 500; }
.nav-desktop a { color: var(--body); white-space: nowrap; }
.nav-desktop a:hover { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: clamp(6px, 2vw, 16px); margin-left: auto; }
.header-phone { font-family: var(--mono); font-size: 15px; font-weight: 500; white-space: nowrap; }
.icon-btn { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--body); }
.icon-btn:hover { border-color: var(--ink); color: var(--ink); }
.header-book { padding: 12px clamp(11px, 3vw, 20px); border-radius: 7px; font-size: clamp(14px, 3.8vw, 15.5px); }
.mobile-only { display: none; }
.menu-toggle { width: 40px; height: 44px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; background: none; border: 0; padding: 0; }
.menu-toggle span { width: 20px; height: 2px; background: var(--ink); }
.nav-mobile { border-top: 1px solid var(--line-section); padding: 8px 28px 18px; display: flex; flex-direction: column; font-size: 18px; font-weight: 500; }
.nav-mobile[hidden] { display: none; }
.nav-mobile a { padding: 13px 0; border-bottom: 1px solid var(--line-menu); }
.nav-mobile a:last-child { border-bottom: 0; color: var(--muted); }

@media (max-width: 959.98px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: flex; }
  .icon-btn.mobile-only { width: 42px; height: 42px; flex-shrink: 0; color: var(--ink); }
}
@media (min-width: 960px) {
  .nav-mobile, .mobile-only { display: none !important; }
}
@media (min-width: 960px) and (max-width: 1119.98px) {
  .header-row { gap: 20px; }
  .nav-desktop { gap: 18px; font-size: 15px; }
  .header-actions { gap: 12px; }
  .header-phone { font-size: 14px; }
}

/* Hero */
.hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero-copy { padding: clamp(48px, 7vw, 96px) 0 clamp(8px, 3vw, 40px); }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero h1 { font-family: var(--serif); font-size: clamp(40px, 5.4vw, 66px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 22px; text-wrap: balance; }
.hero-sub { font-size: 20px; line-height: 1.5; color: var(--body); margin: 0 0 28px; max-width: 500px; text-wrap: pretty; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.chip { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); background: #fff; border-radius: 999px; font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.6; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip-primary { border: 1.5px solid var(--red); font-weight: 600; }
.chip-primary:hover { background: var(--red-tint); border-color: var(--red); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-ctas .btn { padding: 17px 30px; font-size: 17.5px; }
.hero-ctas .btn-outline { padding: 17px 26px; font-size: 17.5px; }
.hero-media { align-self: stretch; min-height: 360px; position: relative; margin: clamp(0px, 3vw, 40px) 0; border-radius: 14px; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.trust { border-top: 1px solid var(--line-section); border-bottom: 1px solid var(--line-section); background: #fff; margin-top: clamp(24px, 3vw, 8px); }
.trust ul { list-style: none; margin: 0 auto; padding-top: 18px; padding-bottom: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 36px; font-size: 15.5px; font-weight: 500; color: var(--body); }
.trust li { display: flex; align-items: center; gap: 9px; }
.trust li::before { content: ""; width: 7px; height: 7px; background: var(--red); border-radius: 50%; flex-shrink: 0; }

/* Problem */
.problem h2 { font-size: clamp(32px, 4.2vw, 50px); margin: 0 0 20px; }
.problem-intro { max-width: 760px; }
.problem .lead { color: var(--on-dark-2); max-width: 640px; }
.stats { margin-top: clamp(40px, 5vw, 60px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); border-top: 1px solid var(--line-dark); }
.stat { padding: 28px 28px 8px 0; }
.stat-num { font-family: var(--serif); font-size: clamp(40px, 4.6vw, 56px); line-height: 1; font-weight: 600; color: #fff; letter-spacing: -0.02em; }
.stat-num small { color: var(--on-dark-5); font-size: 0.55em; }
.stat p { margin-top: 14px; font-size: 16.5px; line-height: 1.5; color: var(--on-dark-2); max-width: 280px; }

/* Products */
.products-head { margin-bottom: clamp(36px, 4.5vw, 52px); }
.products-head .h2 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -0.03em; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: stretch; }
@media (min-width: 700px) {
  .product-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .card-stop { grid-column: 1 / -1; }
}
@media (min-width: 1080px) {
  .product-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); }
  .card-stop { grid-column: auto; }
}
.card { background: #fff; border: 1px solid var(--line-card); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; scroll-margin-top: 96px; }
.card-media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-family: var(--serif); font-size: 26px; line-height: 1.15; font-weight: 600; margin: 0 0 8px; letter-spacing: -0.018em; }
.card-tag { margin: 0 0 18px; font-size: 17.5px; line-height: 1.45; color: var(--body); font-weight: 500; }
.card-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin: 0 0 26px; font-size: 16.5px; }
.card .btn, .card .btn-dark-outline { margin-top: auto; align-self: flex-start; white-space: normal; }
.card-stop { border: 2px solid var(--red); box-shadow: 0 18px 40px -24px rgba(193, 39, 45, 0.45); }
.card-stop .card-body { padding: 28px 28px 30px; }
.card-stop h3 { font-size: clamp(28px, 2.6vw, 33px); line-height: 1.12; letter-spacing: -0.02em; }
.card-stop .card-tag { font-size: 18.5px; margin-bottom: 20px; }
.card-stop .card-list { font-size: 17px; }
.card-stop .btn { padding: 14px 22px; border-radius: 7px; font-size: 16px; }
.badge { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 11px; border-radius: 5px; line-height: 1.3; }
.watch-link { align-self: flex-start; margin: -8px 0 22px; font-weight: 600; font-size: 15.5px; color: var(--red); display: flex; gap: 8px; align-items: center; }
.watch-link:hover { color: var(--red-hover); }
.card-stop .watch-link { font-size: 16px; }
.included { margin-top: clamp(40px, 5vw, 56px); }
.included-head { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.included-head h3 { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 30px); font-weight: 600; letter-spacing: -0.018em; }
.included-head p { font-size: 16.5px; color: var(--muted); }
.included-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); background: #fff; border: 1px solid var(--line-card); border-radius: 14px; overflow: hidden; }
.included-half { padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px); }
.included-half.we-handle { background: var(--panel); border-right: 1px solid var(--line-card); }
.included-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.included-half ol { list-style: none; margin: 0; padding: 0; }
.included-half li { display: flex; gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line-section); font-size: 18px; font-weight: 500; }
.included-half.we-handle li { border-bottom-color: var(--line-card); }
.included-half li:last-child { border-bottom: 0; padding-bottom: 2px; }
.included-half li span { font-family: var(--mono); font-size: 13px; color: var(--muted); }

/* Traffic study */
.study-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: clamp(40px, 5vw, 72px); align-items: center; }
.study-grid .h2 { margin: 0 0 20px; }
.study-grid .lead { margin: 0 0 32px; max-width: 500px; }
.study-grid .btn { padding: 16px 26px; }
.report { display: flex; flex-direction: column; gap: 12px; max-width: 520px; width: 100%; justify-self: center; }
.report a { display: block; border: 1px solid var(--line-card); border-radius: 6px; overflow: hidden; box-shadow: 0 24px 48px -28px rgba(23, 32, 28, 0.45); }
.report img { width: 100%; height: auto; }
.report-caption { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-align: center; }

/* How it works */
.steps-title { margin: 0 0 clamp(36px, 4.5vw, 52px); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 0 40px; border-top: 1px solid var(--line); }
.steps li { padding: 28px 0; }
.step-num { font-family: var(--serif); font-size: 52px; line-height: 1; font-weight: 600; color: var(--red); margin-bottom: 18px; }
.steps h3, .why h3 { font-family: var(--serif); font-size: 25px; line-height: 1.2; font-weight: 600; margin: 0 0 10px; letter-spacing: -0.016em; }
.steps p, .why p { font-size: 17px; line-height: 1.55; color: var(--body); }
.steps + .btn { margin-top: 20px; }

/* Installs */
.installs-head { display: flex; flex-wrap: wrap; gap: 12px 40px; align-items: flex-end; justify-content: space-between; margin-bottom: clamp(32px, 4vw, 44px); }
.installs-head p { font-size: 18px; color: var(--body); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 16px; }
.gallery picture { aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; display: block; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }

/* Why */
.why .h2 { margin: 0 0 clamp(32px, 4vw, 44px); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 0 40px; }
.why-grid > div { border-top: 2px solid var(--ink); padding: 22px 0 30px; }
.why h3 { font-size: 23px; letter-spacing: 0; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(32px, 5vw, 72px); }
.faq-intro { max-width: 480px; }
.faq-intro .h2 { font-size: clamp(34px, 4.4vw, 54px); line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 22px; white-space: nowrap; }
.faq-intro p { font-size: 18px; color: var(--body); margin: 0 0 24px; }
.faq-groups { display: flex; flex-direction: column; gap: 44px; min-width: 0; }
.faq-group-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; font-weight: 400; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; list-style: none; transition: color .15s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--red); }
.faq-list summary h4 { font-family: var(--sans); font-size: 18.5px; line-height: 1.35; font-weight: 600; margin: 0; }
.faq-list summary::after { content: "+"; font-size: 24px; line-height: 1; font-weight: 400; color: var(--red); flex-shrink: 0; width: 20px; text-align: center; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { margin: -4px 0 20px; font-size: 17.5px; line-height: 1.6; color: var(--body); max-width: 620px; }

/* Contact */
.contact { padding-top: clamp(72px, 9vw, 120px); padding-bottom: clamp(72px, 9vw, 120px); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(36px, 5vw, 64px); align-items: start; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); } }
.contact h2 { font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 20px; color: #fff; text-wrap: balance; }
.contact-sub { font-size: 20px; line-height: 1.5; color: var(--on-dark-2); margin: 0 0 36px; text-wrap: pretty; }
.calendar { min-width: 0; }
.calendar-card { position: relative; background: #fff; border-radius: 14px; overflow: hidden; height: 760px; }
@media (min-width: 700px) { .calendar-card { height: 720px; } }
.calendar-card iframe { position: relative; width: 100%; height: 100%; border: 0; display: block; }
.calendar-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--muted); font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }
.calendar-card.is-loaded .calendar-loading { display: none; }
.calendar-fallback { display: inline-block; margin-top: 14px; font-size: 15px; color: var(--on-dark-2); }
.calendar-fallback:hover { color: #fff; }
.contact-rows { display: flex; flex-direction: column; border-top: 1px solid var(--line-dark); }
.contact-rows a { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); color: #fff; }
.contact-rows a:hover { color: var(--pink-dark); }
.contact-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-4); }
.contact-value { font-size: 20px; font-weight: 600; }

/* Footer */
.site-footer { background: var(--footer); color: var(--on-dark-3); font-size: 15px; }
.footer-row { padding-top: 32px; padding-bottom: 32px; display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.footer-brand, .footer-brand:hover { gap: 9px; color: var(--on-dark); }
.footer-brand .logo-mark { color: var(--on-dark); }
.footer-brand .logo-text { font-size: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-links a { color: var(--on-dark-2); }
.footer-links a:hover { color: #fff; }
.footer-copy { margin-left: auto; }

/* Legal pages */
.legal { max-width: 760px; }
.legal h1 { font-family: var(--serif); font-size: clamp(36px, 4.4vw, 52px); line-height: 1.06; letter-spacing: -0.028em; font-weight: 600; margin: 0 0 12px; }
.legal .updated { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 36px; }
.legal h2 { font-family: var(--serif); font-size: 25px; font-weight: 600; margin: 36px 0 10px; }
.legal p, .legal li { color: var(--body); font-size: 17.5px; }
.legal p + p, .legal ul + p { margin-top: 14px; }
.legal ul { padding-left: 22px; margin: 10px 0 0; }
.legal a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a, summary { transition: none; }
}

/* Links to guide pages */
.card-title-link { color: inherit; }
.card-title-link:hover { color: var(--red); }
.guides-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 15.5px; font-weight: 500; }
.guides-row a { color: var(--body); text-decoration: underline; text-decoration-color: var(--line-btn); text-underline-offset: 4px; }
.guides-row a:hover { color: var(--red); text-decoration-color: var(--red); }
.guides-label { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); align-self: center; }
.footer-guides { flex-basis: 100%; padding-top: 16px; border-top: 1px solid #222C27; font-size: 14px; }
.footer-about { flex-basis: 100%; margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--on-dark-3); max-width: 760px; }

/* Guide / product detail pages */
.crumbs { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--red); }
.page-hero { padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line-section); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 20px; max-width: 900px; text-wrap: balance; }
.page-hero .lead { max-width: 720px; font-size: 20px; margin-bottom: 28px; }
.page-hero .hero-ctas .btn { padding: 16px 26px; font-size: 17px; }
.page-hero .hero-ctas .btn-outline { padding: 16px 24px; font-size: 17px; }
.answer { background: #fff; border: 1px solid var(--line-card); border-left: 4px solid var(--red); border-radius: 10px; padding: 22px 26px; max-width: 820px; margin-top: 32px; }
.answer-label { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.answer p { font-size: 18px; color: var(--ink); }
.prose { max-width: 760px; }
.prose h2 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -0.022em; font-weight: 600; margin: 56px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--serif); font-size: 23px; font-weight: 600; margin: 32px 0 8px; }
.prose p, .prose li { font-size: 18px; line-height: 1.65; color: var(--body); }
.prose p + p { margin-top: 16px; }
.prose ul, .prose ol { padding-left: 24px; margin: 14px 0 0; }
.prose li + li { margin-top: 8px; }
.prose ul.checks { list-style: none; padding-left: 0; }
.prose ul.checks li { display: flex; gap: 11px; align-items: baseline; }
.prose ul.checks li::before { content: "✓"; color: var(--red); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose table { width: 100%; border-collapse: collapse; margin-top: 18px; font-size: 16px; background: #fff; border: 1px solid var(--line-card); border-radius: 10px; overflow: hidden; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--body); }
.prose th { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 500; background: var(--panel); }
.prose td:first-child { font-weight: 600; color: var(--ink); }
.prose .cta-inline { margin-top: 28px; }
.prose .cta-inline a.btn { color: #fff; text-decoration: none; }
.page-updated { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 48px; }
.related { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 16px; }
.related a { display: block; background: #fff; border: 1px solid var(--line-card); border-radius: 12px; padding: 20px 22px; height: 100%; }
.related a:hover { border-color: var(--ink); color: var(--ink); }
.related strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 600; margin-bottom: 4px; }
.related span { font-size: 15.5px; color: var(--body); }
@media (min-width: 700px) { .prose table { display: table; } }

/* Real footage */
.footage-head { display: flex; flex-wrap: wrap; gap: 24px 40px; align-items: flex-end; justify-content: space-between; margin-bottom: clamp(28px, 3.5vw, 40px); }
.footage-title { max-width: 640px; }
.footage .eyebrow { color: #FF6B6B; }
.footage-head .h2 { color: var(--on-dark); font-size: clamp(34px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -0.03em; }
.clip-tabs { display: flex; flex-wrap: wrap; gap: 6px; background: #0F1512; border: 1px solid #2C3631; border-radius: 10px; padding: 5px; }
.clip-tabs button, .faq-tabs button { font-family: var(--sans); font-size: 15.5px; font-weight: 600; padding: 11px 18px; min-height: 44px; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; }
.clip-tabs button { border: 0; border-radius: 7px; background: transparent; color: #D9D4C8; }
.clip-tabs button:hover { color: #fff; }
.clip-tabs button[aria-selected="true"] { background: var(--red); color: #fff; }
.player { position: relative; aspect-ratio: 16 / 9; background: #0A0F0C; border-radius: 14px; overflow: hidden; border: 1px solid #2C3631; }
.player video { width: 100%; height: 100%; display: block; object-fit: contain; }
.clip-caption { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px clamp(28px, 4vw, 56px); margin-top: 28px; align-items: start; }
.clip-caption[hidden] { display: none; }
.clip-headline { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 30px); line-height: 1.18; letter-spacing: -0.018em; font-weight: 600; text-wrap: balance; color: var(--on-dark); }
.clip-caption ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 17px; color: #D9D4C8; }
.clip-caption li { display: flex; gap: 11px; align-items: baseline; }
.clip-caption li::before { content: "✓"; color: #FF6B6B; font-weight: 700; }
.faq-groups { gap: 18px; }
.faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-tabs button { border-radius: 999px; border: 1.5px solid var(--line-btn); background: #fff; color: var(--ink); }
.faq-tabs button:hover { border-color: var(--ink); }
.faq-tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.faq-list[hidden] { display: none; }
.page-clip { margin: 36px 0 0; max-width: 820px; }
.page-clip video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #000; border-radius: 12px; }
.page-clip figcaption { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }
.dark .eyebrow { color: var(--pink-dark); }

/* 404 */
.notfound { border-bottom: 1px solid var(--line-section); }
.notfound-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
@media (min-width: 800px) { .notfound-grid { grid-template-columns: minmax(0, 1fr) auto; } }
.notfound h1 { font-family: var(--serif); font-size: clamp(40px, 5.4vw, 66px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 22px; text-wrap: balance; max-width: 720px; }
.notfound .lead { max-width: 560px; margin-bottom: 30px; }
.notfound .hero-ctas .btn, .notfound .hero-ctas .btn-outline { padding: 16px 26px; font-size: 17px; }
.notfound-contact { margin-top: 22px; font-size: 16.5px; color: var(--muted); }
.notfound-contact a { color: var(--ink); font-weight: 600; }
.notfound-contact a:hover { color: var(--red); }
.notfound-sign { justify-self: center; }
.notfound-sign svg { display: block; width: clamp(140px, 22vw, 220px); height: auto; filter: drop-shadow(0 18px 30px rgba(193, 39, 45, 0.25)); }
