/* Orlando Mobile Car Detailing — main stylesheet
   Mobile-first. Gloss-black + candy-red palette taken from the logo. */

:root {
  /* REPLACEABLE IMAGES */
  /* No CSS background images are used: every photo is an <img> in the HTML.
     To swap a photo, replace the file in assets/ (see assets/manifest.json). */
  /* END REPLACEABLE IMAGES */

  --ink: #0d1013;
  --ink-2: #151a1e;
  --ink-3: #1f262c;
  --line-dark: #2c343b;
  --paper: #f5f4f0;
  --white: #ffffff;
  --text: #1a1e22;
  --muted: #4b545d;
  --line: #dcd9d2;
  --on-dark: #f3f4f5;
  --on-dark-muted: #aeb6bd;
  --red: #d7262e;
  --red-hover: #b81e25;
  --red-ink: #b3171f;
  --red-soft: #ff8080;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(13, 16, 19, .06), 0 10px 30px rgba(13, 16, 19, .08);

  --font: "Inter", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter Tight", "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --container: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --section: clamp(4rem, 9vw, 7rem);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-ink); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--red-ink); outline-offset: 3px; border-radius: 4px; }
.dark :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .cta-band :focus-visible, .mobile-cta :focus-visible, .site-header :focus-visible, .site-footer :focus-visible { outline-color: var(--red-soft); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .6em; color: inherit; }
h1 { font-size: clamp(2.2rem, 1.2rem + 4.2vw, 4rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem); font-weight: 800; letter-spacing: -.03em; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.0625rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.2em; margin: 0 0 1.1em; }
li + li { margin-top: .35em; }
strong { font-weight: 700; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 780px; }
.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(3rem, 6vw, 4.5rem); }
.section-white { background: var(--white); }
.dark { background: var(--ink); color: var(--on-dark); }
.dark a:not(.btn), .hero a:not(.btn), .page-hero a:not(.btn), .cta-band a:not(.btn) { color: var(--on-dark); }

.eyebrow {
  display: inline-block;
  font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red-ink); margin: 0 0 1rem;
}
.dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow, .cta-band .eyebrow { color: var(--red-soft); }
.lead { font-size: clamp(1.125rem, 1rem + .5vw, 1.3rem); line-height: 1.6; color: var(--muted); max-width: 44rem; }
.dark .lead, .hero .lead, .page-hero .lead, .cta-band .lead { color: var(--on-dark-muted); }
.muted { color: var(--muted); }
.dark .muted, .hero .muted, .page-hero .muted, .cta-band .muted { color: var(--on-dark-muted); }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lead { margin-inline: auto; }
.small { font-size: .9375rem; }

.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--white); color: var(--ink); padding: .75rem 1rem; border-radius: var(--radius-sm); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Buttons (one CTA vocabulary: "Get a Quote" + "Call") ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .8rem 1.4rem;
  font: 700 1rem/1.2 var(--font); letter-spacing: .01em;
  border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 8px 22px rgba(215, 38, 46, .28); }
.btn-primary:hover { background: var(--red-hover); transform: translateY(-1px); color: var(--white); }
.btn-ghost { background: transparent; color: var(--text); border-color: currentColor; }
.btn-ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
/* Ghost buttons on every dark surface: light label, white fill on hover */
.dark .btn-ghost, .hero .btn-ghost, .page-hero .btn-ghost, .cta-band .btn-ghost, .mobile-cta .btn-ghost, .site-header .btn-ghost { color: var(--on-dark); border-color: rgba(243, 244, 245, .45); }
.dark .btn-ghost:hover, .hero .btn-ghost:hover, .page-hero .btn-ghost:hover, .cta-band .btn-ghost:hover, .mobile-cta .btn-ghost:hover, .site-header .btn-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-lg { min-height: 56px; padding: 1rem 1.8rem; font-size: 1.0625rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.text-link { font-weight: 700; text-decoration: none; display: inline-flex; gap: .4rem; align-items: center; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(13, 16, 19, .96); color: var(--on-dark); border-bottom: 1px solid var(--line-dark); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(13, 16, 19, .88); backdrop-filter: saturate(140%) blur(10px); } }
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: 72px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 38px; width: auto; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .5rem; }
.header-phone { display: none; color: var(--on-dark); text-decoration: none; font-weight: 700; white-space: nowrap; padding: .5rem .25rem; }
.header-phone:hover { color: var(--white); text-decoration: underline; }
.header-actions .btn { min-height: 42px; padding: .55rem 1.1rem; font-size: .9375rem; }
.header-quote { display: none; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line-dark); background: transparent; color: var(--on-dark); cursor: pointer; }
.icon-btn svg { width: 20px; height: 20px; }
.icon-btn:hover { background: var(--ink-3); }

.site-nav { display: none; }
.nav-open .site-nav { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav li + li { margin-top: 0; }
.site-nav a, .site-nav summary {
  display: block; color: var(--on-dark); text-decoration: none; font-weight: 600; font-size: 1rem;
  padding: .7rem .25rem; cursor: pointer;
}
.site-nav a:hover, .site-nav summary:hover { color: var(--white); }
.site-nav a[aria-current="page"] { color: var(--white); box-shadow: inset 0 -2px 0 var(--red); }
.site-nav summary { list-style: none; display: flex; align-items: center; gap: .35rem; }
.site-nav summary::-webkit-details-marker { display: none; }
.site-nav summary::after { content: ""; width: .45em; height: .45em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: .2rem; transition: transform .18s ease; }
.site-nav details[open] > summary::after { transform: rotate(-135deg) translateY(-1px); }
.dropdown a { font-weight: 500; color: var(--on-dark-muted); padding: .5rem .25rem .5rem 1rem; }
.dropdown a:hover { color: var(--white); }

/* Mobile menu panel */
@media (max-width: 1023.98px) {
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--ink); border-bottom: 1px solid var(--line-dark); max-height: calc(100vh - 72px); overflow-y: auto; padding: .5rem var(--gutter) 1.5rem; }
  .site-nav > ul > li { border-bottom: 1px solid var(--line-dark); }
  .no-js .site-nav { display: block; position: static; max-height: none; }
  .no-js .menu-toggle { display: none; }
}
@media (min-width: 560px) { .header-quote { display: inline-flex; } }
@media (min-width: 1024px) {
  .menu-toggle, .header-call-icon { display: none; }
  .site-nav { display: block; margin-left: 1.25rem; }
  .site-nav > ul { display: flex; align-items: center; gap: .15rem; }
  .site-nav > ul > li { position: relative; }
  .site-nav a, .site-nav summary { padding: .55rem .7rem; font-size: .9688rem; border-radius: 8px; }
  .site-nav a[aria-current="page"] { box-shadow: none; background: var(--ink-3); }
  .dropdown { position: absolute; top: calc(100% + 10px); left: -.5rem; min-width: 260px; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 14px; padding: .5rem; box-shadow: 0 20px 40px rgba(0, 0, 0, .35); }
  .dropdown a { padding: .55rem .8rem; }
  .dropdown a:hover { background: var(--ink-3); }
  .header-phone { display: inline-block; }
}
@media (min-width: 1180px) { .site-nav a, .site-nav summary { padding-inline: .85rem; } }

/* ---------- Mobile sticky CTA bar ---------- */
.mobile-cta { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom)); background: rgba(13, 16, 19, .96); border-top: 1px solid var(--line-dark); }
.mobile-cta .btn { min-height: 48px; padding-inline: .75rem; font-size: .9688rem; }
body { padding-bottom: 76px; }
@media (min-width: 768px) { .mobile-cta { display: none; } body { padding-bottom: 0; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, #26303a 0%, rgba(38, 48, 58, 0) 60%), var(--ink); color: var(--on-dark); }
.hero-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 5.5rem); }
.hero h1 { color: var(--white); max-width: 15ch; }
.hero .lead { margin-bottom: 1.75rem; }
.hero-media { margin: 0; }
.hero-media img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: 0 30px 60px rgba(0, 0, 0, .45); }
.hero-media figcaption { margin-top: .85rem; font-size: .9375rem; color: var(--on-dark-muted); }
.trust-list { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.trust-list li { margin: 0; display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .85rem; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .9375rem; font-weight: 600; color: var(--on-dark); background: rgba(255, 255, 255, .03); }
.trust-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex: none; }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
  .hero-media { max-width: 470px; justify-self: end; }
}

/* Inner page hero */
.page-hero { background: var(--ink); color: var(--on-dark); }
.page-hero .hero-grid { padding-block: clamp(2.25rem, 5vw, 4.5rem); }
.page-hero h1 { color: var(--white); max-width: 20ch; font-size: clamp(2rem, 1.2rem + 3.4vw, 3.4rem); }
.page-hero.no-media .hero-grid { grid-template-columns: 1fr; }
.page-hero .hero-media.landscape { max-width: 560px; }
.page-hero .hero-media.landscape img { background: #e9ecee; box-shadow: none; }
.breadcrumbs { font-size: .875rem; color: var(--on-dark-muted); margin-bottom: 1.25rem; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .4rem; opacity: .6; }
.breadcrumbs a { color: var(--on-dark-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); text-decoration: underline; }
.price-tag { display: inline-flex; align-items: baseline; gap: .4rem; margin: 0 0 1.5rem; font-weight: 700; color: var(--on-dark); }
.price-tag strong { font-size: 1.6rem; color: var(--white); font-family: var(--font-display); letter-spacing: -.02em; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: clamp(1rem, 2.5vw, 1.5rem); }
@media (min-width: 700px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 700px) and (max-width: 999.98px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .split.wide-left { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } .split.center { align-items: center; } }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2rem); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.dark .card { background: var(--ink-2); border-color: var(--line-dark); box-shadow: none; }

.link-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.link-card:hover { transform: translateY(-3px); border-color: var(--red); }
.link-card p { color: var(--on-dark-muted); flex: 1; }
.section-white .link-card p, .link-card.light p { color: var(--muted); }
.link-card .text-link { color: var(--red-soft); margin-top: .5rem; }
.section-white .link-card .text-link, .link-card.light .text-link { color: var(--red-ink); }
.dark .link-card h3 { color: var(--white); }

.steps { counter-reset: step; }
.step { position: relative; padding-top: 3.25rem; }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 1.4rem; left: clamp(1.4rem, 3vw, 2rem); font: 800 .875rem/1 var(--font-display); letter-spacing: .12em; color: var(--red-ink); }

/* ---------- Packages (fix for cramped mobile cards) ---------- */
.packages { align-items: stretch; }
.package { display: flex; flex-direction: column; gap: 1rem; padding: clamp(1.6rem, 3.5vw, 2.25rem); }
.package h3 { font-size: 1.375rem; margin: 0; }
.package .pitch { color: var(--muted); margin: 0; }
.package-price { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; margin: 0; }
.package-price .from { font-size: .9375rem; font-weight: 600; color: var(--muted); }
.package-price .amount { font: 800 2.75rem/1 var(--font-display); letter-spacing: -.04em; color: var(--text); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .75rem; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: .9375rem; font-weight: 600; color: var(--text); margin: 0 !important; }
.chip svg { width: 1em; height: 1em; }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { position: relative; padding-left: 1.9rem; margin: 0; }
.checks li + li { margin-top: .6rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: .3em; width: 1.15rem; height: 1.15rem; border-radius: 50%; background: var(--red); }
.checks li::after { content: ""; position: absolute; left: .4rem; top: calc(.3em + .22rem); width: .32rem; height: .6rem; border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); transform: rotate(45deg); }
.dark .checks li { color: var(--on-dark); }
.package details { border-top: 1px solid var(--line); padding-top: .9rem; }
.package summary { cursor: pointer; font-weight: 700; color: var(--red-ink); list-style: none; display: flex; align-items: center; gap: .4rem; }
.package summary::-webkit-details-marker { display: none; }
.package summary::after { content: "+"; font-size: 1.2em; line-height: 1; margin-left: auto; }
.package details[open] summary::after { content: "–"; }
.package details ul { margin: .9rem 0 0; columns: 1; color: var(--muted); font-size: .9688rem; }
.package .btn { margin-top: auto; align-self: flex-start; }
.package.featured { border: 2px solid var(--red); position: relative; }
.badge { display: inline-block; align-self: flex-start; padding: .3rem .7rem; border-radius: 999px; background: var(--red); color: var(--white); font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.badge.soft { background: var(--paper); color: var(--red-ink); border: 1px solid var(--line); }

/* ---------- Price tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
table.prices { width: 100%; border-collapse: collapse; font-size: 1rem; min-width: 480px; }
table.prices caption { text-align: left; padding: 1.1rem 1.25rem .25rem; font: 700 1.125rem/1.3 var(--font-display); color: var(--text); }
table.prices th, table.prices td { padding: .9rem 1.25rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.prices thead th { font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); background: #faf9f6; }
table.prices tbody tr:last-child > * { border-bottom: 0; }
table.prices tbody th { font-weight: 700; }
table.prices td.price, table.prices th.price { text-align: right; white-space: nowrap; }
table.prices td.price { font-weight: 800; font-size: 1.0625rem; }
table.prices tbody tr:hover { background: #fbfaf8; }
.table-note { font-size: .9375rem; color: var(--muted); margin-top: 1rem; }

.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px dashed var(--line); margin: 0; }
.price-list li:last-child { border-bottom: 0; }
.price-list .price { font-weight: 800; white-space: nowrap; }

.combo h3 { margin-bottom: .35rem; }
.combo .price { display: block; font: 800 1.5rem/1.2 var(--font-display); letter-spacing: -.02em; margin: .5rem 0 .75rem; }
.combo p { color: var(--muted); }

/* ---------- Photos & gallery (natural aspect ratio, no cropping) ---------- */
.photo { margin: 0; }
.photo img { width: 100%; height: auto; border-radius: var(--radius); }
.photo figcaption { margin-top: .7rem; font-size: .9375rem; color: var(--muted); }
.dark .photo figcaption { color: var(--on-dark-muted); }
.photo.contain img { background: #e9ecee; }
.gallery { columns: 1; column-gap: clamp(1rem, 2.5vw, 1.5rem); }
@media (min-width: 600px) { .gallery { columns: 2; } }
@media (min-width: 1000px) { .gallery { columns: 3; } }
.gallery figure { break-inside: avoid; margin: 0 0 clamp(1rem, 2.5vw, 1.5rem); }
.gallery img { width: 100%; height: auto; border-radius: var(--radius); }
.gallery figcaption { margin-top: .6rem; font-size: .9375rem; color: var(--on-dark-muted); }
.section-white .gallery figcaption { color: var(--muted); }

/* ---------- Testimonials ---------- */
.reviews { columns: 1; column-gap: clamp(1rem, 2.5vw, 1.5rem); }
@media (min-width: 700px) { .reviews { columns: 2; } }
@media (min-width: 1000px) { .reviews { columns: 3; } }
.review { break-inside: avoid; margin: 0 0 clamp(1rem, 2.5vw, 1.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.review blockquote { margin: 0 0 1rem; }
.review blockquote p { margin: 0; font-size: 1.0625rem; line-height: 1.6; }
.review blockquote p::before { content: "“"; display: block; font: 800 2.6rem/0.9 Georgia, serif; color: var(--red); margin-bottom: .3rem; }
.review figcaption { font-weight: 700; font-size: .9375rem; }
.review figcaption::before { content: "— "; color: var(--muted); }

/* ---------- Team ---------- */
.team-card .role { color: var(--red-ink); font-weight: 700; margin-bottom: .75rem; }
.team-card .initial { width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: var(--white); display: grid; place-items: center; font: 800 1.4rem/1 var(--font-display); margin-bottom: 1.1rem; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 2.5rem 1.25rem 0; position: relative; font: 700 1.125rem/1.4 var(--font-display); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: .35rem; top: 50%; width: .6rem; height: .6rem; border-right: 2px solid var(--red-ink); border-bottom: 2px solid var(--red-ink); transform: translateY(-70%) rotate(45deg); transition: transform .18s ease; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:hover { color: var(--red-ink); }
.faq details p { margin: 0 0 1.4rem; color: var(--muted); max-width: 62ch; }

/* ---------- Area links ---------- */
.area-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.area-links li { margin: 0; }
.area-links a, .area-links span { display: inline-block; padding: .55rem 1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--text); text-decoration: none; font-weight: 600; }
.area-links a:hover { border-color: var(--red); color: var(--red-ink); }
.area-links span { background: transparent; color: var(--muted); font-weight: 500; }
.dark .area-links a { background: var(--ink-2); border-color: var(--line-dark); color: var(--on-dark); }
.dark .area-links span { border-color: var(--line-dark); color: var(--on-dark-muted); }
.lang-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 700; }

/* ---------- Callouts & CTA band ---------- */
.callout { border-left: 4px solid var(--red); background: var(--white); padding: 1.25rem 1.5rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; box-shadow: var(--shadow); }
.callout p:last-child { margin-bottom: 0; }
.cta-band { background: linear-gradient(135deg, #1a2026 0%, var(--ink) 55%); color: var(--on-dark); border-top: 1px solid var(--line-dark); }
.cta-band .inner { display: grid; gap: 1.75rem; align-items: center; padding-block: clamp(3.5rem, 7vw, 5rem); }
.cta-band h2 { color: var(--white); margin-bottom: .35em; }
.cta-band p { color: var(--on-dark-muted); margin: 0; max-width: 40rem; }
@media (min-width: 900px) { .cta-band .inner { grid-template-columns: 1fr auto; } }

.compare { width: 100%; border-collapse: collapse; min-width: 560px; }
.compare th, .compare td { text-align: left; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { background: var(--ink); color: var(--white); font-size: .9375rem; }
.compare tbody th { font-weight: 700; width: 22%; }

.pros-cons { display: grid; gap: 1rem; }
.pros-cons h4 { margin-bottom: .5rem; }
.cons { list-style: none; padding: 0; margin: 0; }
.cons li { position: relative; padding-left: 1.9rem; }
.cons li::before { content: "–"; position: absolute; left: .35rem; top: 0; font-weight: 800; color: var(--muted); }

/* ---------- Prose (blog + legal) ---------- */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose > :first-child { margin-top: 0; }
.prose li { margin-bottom: .3em; }
.post-list { display: grid; gap: 1.25rem; }
.post-card h2 { font-size: 1.375rem; margin-bottom: .4em; }
.post-card h2 a { color: var(--text); text-decoration: none; }
.post-card h2 a:hover { color: var(--red-ink); }
.post-media { margin: 0 0 2rem; }
.post-media img { border-radius: var(--radius); background: #e9ecee; }

/* ---------- Contact & form ---------- */
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; padding: .9rem 0; border-bottom: 1px solid var(--line); margin: 0; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list svg { width: 22px; height: 22px; flex: none; color: var(--red-ink); margin-top: .2rem; }
.contact-list .label { display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-list a { color: var(--text); font-weight: 700; text-decoration: none; }
.contact-list a:hover { color: var(--red-ink); text-decoration: underline; }

.quote-form { display: grid; gap: 1.1rem; }
.form-row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-weight: 700; font-size: .9688rem; margin-bottom: .4rem; }
.field .opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; font: 400 1.0625rem/1.4 var(--font); color: var(--text);
  padding: .85rem 1rem; border: 1.5px solid #b9b5ac; border-radius: var(--radius-sm); background: var(--white);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red-ink); box-shadow: 0 0 0 4px rgba(215, 38, 46, .15); }
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .9375rem; color: var(--muted); margin: 0; }
.form-status { border-radius: var(--radius-sm); padding: 1rem 1.2rem; font-weight: 600; }
.form-status[hidden] { display: none; }
.form-status.success { background: #e7f6ec; color: #135c2c; border: 1px solid #a8dcb9; }
.form-status.error { background: #fdecec; color: #8a1419; border: 1px solid #f2b8bb; }
.form-status a { color: inherit; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-dark-muted); font-size: .9688rem; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: clamp(3.5rem, 7vw, 5rem) 2.5rem; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li + li { margin-top: .5rem; }
.site-footer a { color: var(--on-dark-muted); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { height: 42px; width: auto; margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; }
.footer-contact a { color: var(--on-dark); font-weight: 600; }
.hours-list li { display: flex; flex-wrap: wrap; gap: .35rem; }
.social { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.social li { margin: 0 !important; }
.social a { display: inline-block; padding: .4rem .8rem; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .875rem; font-weight: 600; color: var(--on-dark); }
.social a:hover { border-color: var(--red-soft); text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-block: 1.5rem; font-size: .875rem; }
.footer-bottom p { margin: 0 0 .35rem; }
.footer-bottom p:last-child { margin-bottom: 0; }
[data-ss-credit] { color: #8d969e; }
[data-ss-credit] a { color: #8d969e; text-decoration: underline; }

/* ---------- Utilities ---------- */
.h3 { font-size: 1.375rem; font-weight: 700; letter-spacing: -.015em; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.center { text-align: center; }
.stack > * + * { margin-top: 1.25rem; }
.divider { height: 1px; background: var(--line); border: 0; margin: clamp(2.5rem, 5vw, 4rem) 0; }
