/* ============================================================
   Millis Air Conditioning and Heating, Inc
   DNA: cool Florida-morning paper + ONE signal-orange accent.
   Display: Archivo. Body: Inter. No HVAC-blue. No #000/#fff.
   ============================================================ */

:root {
  /* scene: David's white van at 7am, dew on the grass, dawn to Florida blue */
  --bg:          oklch(0.975 0.006 230);
  --surface:     oklch(0.945 0.008 235);
  --surface-2:   oklch(0.915 0.010 238);
  --ink:         oklch(0.26 0.03 250);
  --ink-soft:    oklch(0.38 0.028 250);
  --muted:       oklch(0.54 0.02 245);
  --line:        oklch(0.88 0.012 240);
  --accent:      oklch(0.66 0.17 47);   /* signal orange */
  --accent-deep: oklch(0.58 0.16 45);
  --cool:        oklch(0.72 0.08 235);  /* rare relief sky-blue */
  --dark:        oklch(0.22 0.035 252); /* deep slate-navy band */
  --dark-2:      oklch(0.18 0.035 254);
  --on-dark:     oklch(0.94 0.008 235);
  --on-dark-mut: oklch(0.74 0.018 240);

  --maxw: 1160px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --sec: clamp(4.5rem, 11vh, 8.5rem);
  --r: 16px;
  --r-sm: 10px;
  --shadow: 0 1px 2px oklch(0.26 0.03 250 / 0.05), 0 18px 40px -22px oklch(0.26 0.03 250 / 0.28);
  --shadow-lift: 0 1px 2px oklch(0.26 0.03 250 / 0.06), 0 30px 60px -28px oklch(0.26 0.03 250 / 0.34);

  --font-display: "Archivo", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--accent); color: oklch(0.99 0.005 80); }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--sec); }
.skip {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--bg);
  padding: .6rem 1rem; border-radius: 0 0 var(--r-sm) 0; z-index: 200;
}
.skip:focus { left: 0; }

/* ---------- type ---------- */
.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 1.2rem + 2.7vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.h2--light { color: var(--on-dark); }
.hl { color: var(--accent); }
.lead {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 56ch;
  margin-top: 1.1rem;
}
.body { color: var(--muted); max-width: 58ch; margin-top: 1rem; }

.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.eyebrow--light { color: var(--on-dark-mut); }
.eyebrow__num {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.eyebrow__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px oklch(0.66 0.17 47 / 0.18);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-display); font-weight: 700;
  border: none; cursor: pointer; border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn--call {
  background: var(--accent); color: oklch(0.99 0.006 80);
  padding: 0.7rem 1.15rem; font-size: 0.95rem;
  box-shadow: 0 10px 22px -10px oklch(0.66 0.17 47 / 0.7);
}
.btn--call:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -12px oklch(0.66 0.17 47 / 0.8); }
.btn--lg { padding: 0.95rem 1.5rem; font-size: 1.05rem; }
.btn--xl { padding: 1.1rem 2rem; font-size: clamp(1.2rem, 1rem + 1.2vw, 1.9rem); letter-spacing: -0.01em; }
.btn__icon { display: inline-flex; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
  padding-block: 0.85rem;
}
.nav.is-stuck {
  background: oklch(0.975 0.006 230 / 0.85);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 0.55rem;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.brand__mark {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center;
  background: var(--accent); color: oklch(0.99 0.006 80);
  font-family: var(--font-display); font-weight: 800; font-size: 1.25rem;
  border-radius: 11px;
  box-shadow: 0 6px 14px -7px oklch(0.66 0.17 47 / 0.8);
}
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; line-height: 1; letter-spacing: -0.01em; }
.brand__sub { display: block; font-weight: 600; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav__links { display: flex; gap: 1.5rem; }
.nav__links a {
  font-weight: 500; font-size: 0.95rem; color: var(--ink-soft);
  position: relative; padding-block: 4px;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--accent); transition: width .25s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta-text { display: inline; }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-bottom: clamp(3rem, 8vh, 6rem);
  overflow: hidden;
}
/* hero photo + readability scrim (scrim FIRST so headline contrast holds) */
.slot--hero {
  background:
    linear-gradient(15deg, oklch(0.18 0.035 254 / 0.88) 0%, oklch(0.18 0.035 254 / 0.55) 34%, oklch(0.18 0.035 254 / 0.18) 62%, oklch(0.18 0.035 254 / 0.30) 100%),
    url("../assets/hero.png") center 58% / cover no-repeat;
}
.hero__veil {
  position: absolute; inset: 0;
  background: radial-gradient(140% 90% at 12% 88%, oklch(0.18 0.035 254 / 0.55), transparent 60%);
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; }
.hero__h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.5rem, 1.4rem + 6.4vw, 5rem);
  line-height: 0.98; letter-spacing: -0.025em;
  color: var(--on-dark);
  text-shadow: 0 2px 30px oklch(0.18 0.035 254 / 0.45);
  margin-top: 1.1rem;
}
.hero__h1 .line { display: block; overflow: hidden; }
.hero__sub {
  color: var(--on-dark); max-width: 50ch; margin-top: 1.3rem;
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); line-height: 1.5;
  text-shadow: 0 1px 16px oklch(0.18 0.035 254 / 0.6);
}
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 2rem; }
.hero__free {
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem;
  color: var(--on-dark); letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.hero__free::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cool); box-shadow: 0 0 0 4px oklch(0.72 0.08 235 / 0.25); }
.hero__resolve {
  margin-top: 2.4rem; font-family: var(--font-display); font-weight: 700;
  color: var(--cool); font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.1rem);
  letter-spacing: 0.01em;
}
.hero__scrollcue { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 2; }
.hero__scrollcue span {
  display: block; width: 22px; height: 36px; border: 2px solid oklch(0.94 0.008 235 / 0.5); border-radius: 12px; position: relative;
}
.hero__scrollcue span::after {
  content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 2px;
  background: var(--on-dark); transform: translateX(-50%); animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue { 0%,100% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; transform: translate(-50%, 8px); } }

/* ============ DIFFERENCE ============ */
.difference { background: var(--bg); }
.difference__grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
}
.stats { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.4rem 1.3rem 1.5rem;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.5rem;
}
.stat--accent { background: var(--ink); border-color: var(--ink); }
.stat--accent .stat__num { color: var(--accent); }
.stat--accent .stat__label { color: var(--on-dark-mut); }
.stat__num {
  font-family: var(--font-display); font-weight: 800; line-height: 1;
  font-size: clamp(2rem, 1.4rem + 2vw, 2.9rem); letter-spacing: -0.02em;
  color: var(--ink);
}
.stat__num--sm { font-size: clamp(1.15rem, 1rem + 1vw, 1.5rem); word-break: break-all; }
.stat__unit { font-size: 0.5em; color: var(--muted); margin-left: 0.15em; font-weight: 700; }
.stat__label { font-size: 0.92rem; color: var(--muted); line-height: 1.4; }

/* ============ SERVICES ============ */
.services { background: linear-gradient(180deg, var(--bg), var(--surface) 60%, var(--bg)); }
.services__head { max-width: 40ch; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.services__head .h2 { margin-top: 0.8rem; }
.services__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.1rem;
}
.card {
  grid-column: span 2;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.6rem 1.5rem 1.7rem; box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: oklch(0.66 0.17 47 / 0.4); }
.card__no {
  font-family: var(--font-display); font-weight: 800; font-size: 0.85rem;
  color: var(--accent); letter-spacing: 0.05em; font-variant-numeric: tabular-nums;
}
.card__title {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -0.01em;
  font-size: 1.4rem; margin-top: 0.5rem; color: var(--ink);
}
.card__text { color: var(--muted); margin-top: 0.6rem; font-size: 0.98rem; }
.card__tagline {
  display: inline-block; margin-top: 1rem; font-family: var(--font-display); font-weight: 700;
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent);
}
/* lead card spans 3 cols + tall, holds the equipment media slot */
.card--lead { grid-column: span 3; grid-row: span 2; display: flex; flex-direction: column; }
.card--lead .card__text { margin-bottom: 1.3rem; }
.card__media {
  margin-top: auto; border-radius: var(--r-sm); min-height: 180px; flex: 1;
  border: 1px solid var(--line);
}
.slot--equipment {
  background: url("../assets/equipment.png") center 60% / cover no-repeat;
}
/* wide rentals card */
.card--wide { grid-column: span 3; }

/* ============ OWNER ============ */
.owner { background: var(--bg); }
.owner__grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.owner__media {
  position: relative; aspect-ratio: 4 / 5; border-radius: var(--r);
  border: 1px solid var(--line); box-shadow: var(--shadow-lift); overflow: hidden;
}
.slot--owner {
  background:
    linear-gradient(0deg, oklch(0.18 0.035 254 / 0.65), transparent 42%),
    url("../assets/owner.png") center / cover no-repeat;
}
.owner__cap {
  position: absolute; left: 1.1rem; bottom: 1rem; z-index: 2;
  font-family: var(--font-display); font-weight: 700; color: var(--on-dark);
  font-size: 0.95rem; letter-spacing: 0.01em;
  text-shadow: 0 1px 10px oklch(0.18 0.035 254 / 0.7);
}
.owner__pills { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.6rem; }
.owner__pills li {
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.5rem 1rem; font-size: 0.85rem; font-weight: 500; color: var(--ink-soft);
}

/* ============ INTERLUDE ============ */
.interlude {
  position: relative; min-height: 56svh; display: grid; place-items: center;
  text-align: center; overflow: hidden; padding-block: var(--sec);
}
.slot--interlude {
  background:
    linear-gradient(180deg, oklch(0.18 0.035 254 / 0.30), oklch(0.18 0.035 254 / 0.55)),
    url("../assets/interlude.png") center 45% / cover no-repeat;
}
.interlude__veil { position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0.22 0.035 252 / 0.25), oklch(0.22 0.035 252 / 0.55)); }
.interlude__line {
  position: relative; z-index: 2; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.4rem, 1rem + 2.4vw, 2.6rem); line-height: 1.18; letter-spacing: -0.015em;
  color: var(--on-dark); max-width: 22ch; text-shadow: 0 2px 24px oklch(0.18 0.035 254 / 0.5);
}

/* ============ REVIEWS ============ */
.reviews { background: var(--surface); }
.reviews__head { margin-bottom: clamp(2rem, 5vw, 3.2rem); max-width: 48ch; }
.reviews__head .h2 { margin-top: 0.7rem; }
.reviews__note { color: var(--muted); margin-top: 0.9rem; font-size: 0.95rem; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: start; }
.quote {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.7rem 1.6rem; box-shadow: var(--shadow);
}
.quote--lead {
  grid-column: span 1; border-top: 3px solid var(--accent);
}
.quote__stars { display: flex; gap: 3px; margin-bottom: 1rem; }
.quote__stars span {
  width: 17px; height: 17px;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77 5.82 21l1.18-6.88-5-4.87 7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77 5.82 21l1.18-6.88-5-4.87 7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.quote__text { font-size: 1.02rem; color: var(--ink-soft); line-height: 1.55; }
.quote--lead .quote__text { font-size: 1.12rem; color: var(--ink); }
.quote__who { display: flex; flex-direction: column; gap: 2px; margin-top: 1.2rem; }
.quote__name { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.quote__meta { font-size: 0.85rem; color: var(--muted); }

/* ============ SERVICE AREA ============ */
.area { position: relative; overflow: hidden; color: var(--on-dark); }
.slot--area {
  background:
    linear-gradient(110deg, oklch(0.18 0.035 254 / 0.90) 0%, oklch(0.18 0.035 254 / 0.66) 45%, oklch(0.18 0.035 254 / 0.30) 100%),
    url("../assets/area.png") center / cover no-repeat;
}
.area__veil { position: absolute; inset: 0; background: radial-gradient(120% 90% at 10% 90%, oklch(0.18 0.035 254 / 0.5), transparent 55%); }
.area__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.area__lead { color: var(--on-dark-mut); margin-top: 1.1rem; max-width: 46ch; }
.area__inner .h2 { margin-top: 0.7rem; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chips li {
  background: oklch(0.94 0.008 235 / 0.07); border: 1px solid oklch(0.94 0.008 235 / 0.18);
  color: var(--on-dark); border-radius: 999px; padding: 0.6rem 1.15rem;
  font-family: var(--font-display); font-weight: 600; font-size: 0.92rem;
  transition: background .2s ease, transform .2s ease;
}
.chips li:hover { background: oklch(0.94 0.008 235 / 0.13); transform: translateY(-2px); }
.chips__all { background: var(--accent) !important; border-color: var(--accent) !important; color: oklch(0.99 0.006 80) !important; }

/* ============ CONVERT ============ */
.convert { background: linear-gradient(180deg, var(--bg), var(--surface)); text-align: center; }
.convert__inner { display: flex; flex-direction: column; align-items: center; }
.convert__h {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em;
  font-size: clamp(1.9rem, 1.2rem + 3vw, 3.4rem); line-height: 1.04; color: var(--ink);
  margin-top: 1rem; max-width: 18ch;
}
.convert .btn--xl { margin-top: 2.2rem; }
.convert__sub { margin-top: 1.6rem; color: var(--muted); font-size: 0.95rem; }
.convert__sub a { color: var(--accent); font-weight: 600; }
.convert__sub a:hover { text-decoration: underline; }

/* ============ FOOTER ============ */
.footer { background: var(--dark); color: var(--on-dark); padding-top: clamp(3rem, 7vh, 5rem); padding-bottom: 2rem; }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.6rem; align-items: center; }
.footer__brand { display: flex; align-items: center; gap: 0.9rem; }
.footer__name { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; }
.footer__line { color: var(--on-dark-mut); font-size: 0.9rem; margin-top: 2px; }
.footer__contact { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; font-size: 0.95rem; }
.footer__contact a:hover { color: var(--accent); }
.footer__contact span { color: var(--on-dark-mut); }
.footer__legal { color: var(--on-dark-mut); font-size: 0.82rem; margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid oklch(0.94 0.008 235 / 0.12); }

/* ============ REVEAL MOTION ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.hero__h1 .line > * , .hero__h1 .line { }

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .nav__links { display: none; }
  .difference__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .owner__grid { grid-template-columns: 1fr; }
  .owner__media { max-width: 420px; }
  .area__inner { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .card, .card--lead, .card--wide { grid-column: span 1; grid-row: auto; }
  .card--lead { grid-column: span 2; }
}
@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .card--lead { grid-column: span 1; }
  .stats { grid-template-columns: 1fr 1fr; }
  .nav__cta-text { display: none; }
  .nav__cta { padding: 0.6rem 0.8rem; }
  .hero { min-height: 92svh; }
  .hero__cta { gap: 0.8rem; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__scrollcue span::after { animation: none; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ============================================================
   MULTI-PAGE ADDITIONS (2026-06-23) — sub-page heroes, services
   detail, about story, contact, reviews. Shares all tokens above.
   ============================================================ */

/* active nav link */
.nav__links a.is-active { color: var(--ink); }
.nav__links a.is-active::after { width: 100%; }

/* ---------- sub-page hero (compact, image-backed) ---------- */
.subhero { position: relative; min-height: 58svh; display: flex; align-items: flex-end; overflow: hidden; padding-bottom: clamp(2.5rem, 7vh, 5rem); }
.subhero__inner { position: relative; z-index: 2; }
.subhero .h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.1rem, 1.4rem + 4vw, 3.8rem); line-height: 1.0; letter-spacing: -0.025em;
  color: var(--on-dark); max-width: 18ch; margin-top: 1rem;
  text-shadow: 0 2px 26px oklch(0.18 0.035 254 / 0.5);
}
.subhero__sub { color: var(--on-dark); max-width: 50ch; margin-top: 1.1rem; font-size: clamp(1.02rem, 1rem + 0.4vw, 1.22rem); text-shadow: 0 1px 14px oklch(0.18 0.035 254 / 0.6); }
.subhero--services { background: linear-gradient(20deg, oklch(0.18 0.035 254 / 0.86) 0%, oklch(0.18 0.035 254 / 0.5) 45%, oklch(0.18 0.035 254 / 0.25) 100%), url("../assets/equipment.png") center 55% / cover no-repeat; }
.subhero--about { background: linear-gradient(20deg, oklch(0.18 0.035 254 / 0.86) 0%, oklch(0.18 0.035 254 / 0.5) 45%, oklch(0.18 0.035 254 / 0.25) 100%), url("../assets/owner.png") center 30% / cover no-repeat; }
.subhero--contact { background: linear-gradient(20deg, oklch(0.18 0.035 254 / 0.84) 0%, oklch(0.18 0.035 254 / 0.5) 45%, oklch(0.18 0.035 254 / 0.30) 100%), url("../assets/interlude.png") center 45% / cover no-repeat; }
.subhero--reviews { background: linear-gradient(20deg, oklch(0.18 0.035 254 / 0.86) 0%, oklch(0.18 0.035 254 / 0.5) 45%, oklch(0.18 0.035 254 / 0.25) 100%), url("../assets/area.png") center / cover no-repeat; }

/* breadcrumb */
.crumb { font-size: 0.85rem; color: var(--muted); padding-top: calc(64px + 1.4rem); }
.crumb a { color: var(--accent); }
.crumb a:hover { text-decoration: underline; }
.crumb span { color: var(--line); margin-inline: 0.5ch; }

/* ---------- services page: detail rows ---------- */
.svc-detail { display: grid; gap: 1.2rem; margin-top: clamp(2rem, 5vw, 3rem); }
.svc-row {
  display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.7rem 1.7rem; box-shadow: var(--shadow);
}
.svc-row__no {
  font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; line-height: 1;
  color: oklch(0.99 0.006 80); background: var(--accent); width: 46px; height: 46px;
  display: grid; place-items: center; border-radius: 12px; flex: none;
  box-shadow: 0 6px 14px -7px oklch(0.66 0.17 47 / 0.8);
}
.svc-row h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 0.4rem; }
.svc-row p { color: var(--muted); max-width: 64ch; }
.svc-row ul { margin: 0.85rem 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.svc-row li { font-size: 0.83rem; background: oklch(0.66 0.17 47 / 0.10); color: var(--accent-deep); border: 1px solid oklch(0.66 0.17 47 / 0.25); border-radius: 999px; padding: 0.35em 0.9em; font-weight: 600; }

/* honest-promise band (dark) */
.promise { background: var(--dark); color: var(--on-dark); position: relative; overflow: hidden; }
.promise__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4rem); align-items: center; }
.promise .h2 { color: var(--on-dark); }
.promise p { color: var(--on-dark-mut); margin-top: 1rem; max-width: 50ch; }
.promise__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.promise__pillars div { background: oklch(0.94 0.008 235 / 0.06); border: 1px solid oklch(0.94 0.008 235 / 0.13); border-radius: var(--r-sm); padding: 1.1rem 1.2rem; }
.promise__pillars h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: var(--on-dark); margin-bottom: 0.25rem; }
.promise__pillars p { font-size: 0.9rem; color: var(--on-dark-mut); margin: 0; }

/* ---------- about page ---------- */
.story { background: var(--bg); }
.story__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.story__media { aspect-ratio: 3 / 4; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lift); background: var(--surface); }
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.story__copy p { color: var(--muted); margin-top: 1rem; max-width: 56ch; }
.story__copy .lead { color: var(--ink-soft); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: clamp(2rem, 5vw, 3rem); }
.value { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.5rem; box-shadow: var(--shadow); }
.value__no { font-family: var(--font-display); font-weight: 800; color: var(--accent); font-size: 0.85rem; }
.value h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; margin: 0.45rem 0 0.35rem; color: var(--ink); }
.value p { color: var(--muted); font-size: 0.96rem; }

/* ---------- contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 6vw, 4rem); align-items: start; }
.ci-stack { display: grid; gap: 1.1rem; }
.ci-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem 1.6rem; box-shadow: var(--shadow); }
.ci-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--ink); margin-bottom: 0.3rem; }
.ci-card p, .ci-card a { color: var(--muted); font-size: 0.98rem; }
.ci-card a.big { display: inline-block; font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; color: var(--accent-deep); margin-top: 0.15rem; letter-spacing: -0.01em; }
.ci-card a.big:hover { color: var(--accent); }
.ci-card a:not(.big):hover { color: var(--accent); }
.cform { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem 1.8rem; box-shadow: var(--shadow-lift); }
.cform h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--ink); }
.cform .sample-note { font-size: 0.84rem; color: var(--muted); background: var(--surface-2); border-radius: var(--r-sm); padding: 0.65em 0.95em; margin: 0.7rem 0 1.4rem; }
.cform .sample-note a { color: var(--accent-deep); font-weight: 600; }
.field { display: grid; gap: 0.4rem; margin-bottom: 1.05rem; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink); font-family: var(--font-display); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 0.8em 1em; width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px oklch(0.66 0.17 47 / 0.15); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
.cform .btn { width: 100%; justify-content: center; margin-top: 0.3rem; }

/* ---------- reviews page extras ---------- */
.rev-lead { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; margin-bottom: clamp(2rem, 5vw, 3rem); }
.rev-score { text-align: center; }
.rev-score__big { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 2rem + 4vw, 4.5rem); color: var(--accent-deep); line-height: 1; }
.rev-score__stars { display: inline-flex; gap: 3px; margin-top: 0.5rem; }
.rev-score__stars span { width: 18px; height: 18px; background: var(--accent); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77 5.82 21l1.18-6.88-5-4.87 7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77 5.82 21l1.18-6.88-5-4.87 7.1-1.01z'/%3E%3C/svg%3E") center/contain no-repeat; }
.rev-score__label { color: var(--muted); font-size: 0.9rem; margin-top: 0.5rem; }
.rev-reply { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px dashed var(--line); font-size: 0.92rem; color: var(--muted); }
.rev-reply b { color: var(--ink-soft); font-family: var(--font-display); font-weight: 700; }

/* responsive for multi-page */
@media (max-width: 920px) {
  .promise__grid, .story__grid, .contact-grid { grid-template-columns: 1fr; }
  .story__media { max-width: 360px; }
  .values { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: auto 1fr; }
  .rev-lead { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 560px) {
  .promise__pillars { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .subhero { min-height: 52svh; }
}
