/* ═══════════ TruMaid Services — 3D Scroll ═══════════ */
:root {
  --blue: #1256d6;
  --blue-deep: #0a2f7a;
  --navy: #071733;
  --ice: #eef4ff;
  --white: #ffffff;
  --ink: #0b1526;
  --muted: #5a6b85;
  --gold: #f5b942;
  --radius: 22px;
  --font-display: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: initial; }
html { scrollbar-gutter: stable; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.6rem, 6.5vw, 5.4rem); font-weight: 800; line-height: 1.02; }
h2 { font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; line-height: 1.04; }
h1 em, h2 em { font-style: normal; color: var(--blue); }
.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 1rem;
}

/* ── Loader ── */
.loader {
  position: fixed; inset: 0; z-index: 100; background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .7s ease, visibility .7s;
}
.loader.done { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-logo { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: #fff; margin-bottom: 1.4rem; }
.loader-logo span { color: #6ea8ff; }
.loader-bar { width: 220px; height: 3px; background: rgba(255,255,255,.15); border-radius: 3px; overflow: hidden; margin: 0 auto; }
.loader-fill { height: 100%; width: 0%; background: linear-gradient(90deg,#3d7bff,#9cc2ff); transition: width .2s; }
.loader-pct { color: rgba(255,255,255,.5); font-size: .75rem; margin-top: .8rem; letter-spacing: .2em; }

/* ── Nav ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.2rem, 4vw, 3rem);
  transition: background .4s, box-shadow .4s, padding .4s;
}
.nav.scrolled { background: rgba(255,255,255,.86); backdrop-filter: blur(14px); box-shadow: 0 1px 30px rgba(7,23,51,.08); padding: .7rem clamp(1.2rem, 4vw, 3rem); }
.nav-logo { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; text-decoration: none; color: #fff; transition: color .4s; }
.nav-logo span { color: #8db8ff; }
.nav-logo em { font-style: normal; font-weight: 300; font-size: .8rem; opacity: .7; margin-left: .35rem; letter-spacing: .08em; }
.nav.scrolled .nav-logo { color: var(--ink); }
.nav.scrolled .nav-logo span { color: var(--blue); }
.nav-links { display: flex; gap: 1.8rem; }
.nav-links a { text-decoration: none; font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.85); transition: color .3s; }
.nav.scrolled .nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--blue); }
.nav-right { display: flex; align-items: center; gap: .9rem; }
.lang-toggle {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  border-radius: 99px; padding: .45rem .9rem; cursor: pointer;
  font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .08em;
  color: rgba(255,255,255,.55); display: flex; align-items: center; gap: .35rem;
  transition: background .3s, border-color .3s, color .3s;
  backdrop-filter: blur(6px);
}
.lang-toggle i { font-style: normal; opacity: .5; }
.lang-toggle span { transition: color .3s; }
.lang-toggle span.active { color: #fff; }
.lang-toggle:hover { background: rgba(255,255,255,.22); }
.nav.scrolled .lang-toggle { background: rgba(18,86,214,.08); border-color: rgba(18,86,214,.25); color: rgba(11,21,38,.45); }
.nav.scrolled .lang-toggle span.active { color: var(--blue); }
.quote-contacts .qv { font-style: normal; }
.nav-cta {
  text-decoration: none; font-weight: 600; font-size: .88rem; color: #fff;
  background: linear-gradient(135deg, #ff6b35, #f7931e); padding: .6rem 1.2rem; border-radius: 99px;
  transition: transform .3s, box-shadow .3s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,53,.4); }
/* burger button */
.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; border-radius: 12px; border: 0; cursor: pointer;
  background: rgba(255,255,255,.12); backdrop-filter: blur(6px);
  align-items: center; z-index: 70; transition: background .3s;
}
.nav-burger span {
  display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .25s, background .3s;
}
.nav.scrolled .nav-burger { background: rgba(18,86,214,.08); }
.nav.scrolled .nav-burger span { background: var(--ink); }
.nav.mobile-open .nav-burger { background: rgba(255,255,255,.12); }
.nav.mobile-open .nav-burger span { background: #fff; }
.nav.mobile-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.mobile-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.mobile-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-links-phone { display: none; }
@media (max-width: 600px) { .nav .nav-cta { display: none; } }
@media (max-width: 820px) {
  .nav-burger { display: flex; }
  .nav-links .nav-links-phone {
    display: inline-block; background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff; padding: .8rem 1.8rem; border-radius: 99px; font-size: 1.1rem;
    box-shadow: 0 10px 34px rgba(255,107,53,.45); margin-top: .6rem;
  }
  .nav-links {
    display: flex; position: fixed; inset: 0; z-index: 60;
    flex-direction: column; align-items: center; justify-content: center; gap: 1.7rem;
    background: rgba(7,23,51,.97); backdrop-filter: blur(16px);
    opacity: 0; pointer-events: none; transition: opacity .4s ease;
  }
  .nav-links a, .nav.scrolled .nav-links a {
    color: rgba(255,255,255,.9); font-family: var(--font-display);
    font-size: 1.4rem; font-weight: 600;
    opacity: 0; transform: translateY(14px);
    transition: opacity .4s ease, transform .4s cubic-bezier(.22,.61,.36,1), color .3s;
  }
  .nav-links a:hover { color: #8db8ff; }
  .nav.mobile-open .nav-links { opacity: 1; pointer-events: auto; }
  .nav.mobile-open .nav-links a { opacity: 1; transform: none; }
  .nav.mobile-open .nav-links a:nth-child(1) { transition-delay: .05s; }
  .nav.mobile-open .nav-links a:nth-child(2) { transition-delay: .1s; }
  .nav.mobile-open .nav-links a:nth-child(3) { transition-delay: .15s; }
  .nav.mobile-open .nav-links a:nth-child(4) { transition-delay: .2s; }
  .nav.mobile-open .nav-links a:nth-child(5) { transition-delay: .25s; }
  .nav.mobile-open .nav-links a:nth-child(6) { transition-delay: .3s; }
  .nav.mobile-open .nav-links a:nth-child(7) { transition-delay: .35s; }
  .nav.mobile-open .nav-links a:nth-child(8) { transition-delay: .4s; }
}

/* ── Cinematic hero ── */
.hero-track { height: 480vh; min-height: 3200px; position: relative; background: var(--navy); }
.hero-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
#seq { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-grain {
  position: absolute; inset: -50%; pointer-events: none; opacity: .07; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); } 20% { transform: translate(-6%,4%); }
  40% { transform: translate(4%,-7%); } 60% { transform: translate(-3%,6%); } 80% { transform: translate(6%,-3%); }
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(7,23,51,.55) 100%),
              linear-gradient(to top, rgba(7,23,51,.65), transparent 35%);
}
.hero-caption {
  position: absolute; z-index: 4; left: clamp(1.4rem, 6vw, 6rem); bottom: 14vh;
  max-width: 720px; color: #fff;
  opacity: 0; transform: translateY(40px); pointer-events: none;
  transition: opacity .6s ease, transform .6s ease;
}
.hero-caption.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.hero-caption .eyebrow { color: #9cc2ff; }
.hero-caption .sub { margin-top: 1.2rem; font-size: clamp(1rem, 1.6vw, 1.18rem); font-weight: 300; color: rgba(255,255,255,.85); max-width: 520px; line-height: 1.6; }
.cap-2, .cap-3 { bottom: auto; top: 50%; transform: translateY(calc(-50% + 40px)); }
.cap-2.active, .cap-3.active { transform: translateY(-50%); }
.cap-3 { left: auto; right: clamp(1.4rem, 6vw, 6rem); text-align: right; }
.hero-btns { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.btn {
  text-decoration: none; font-weight: 600; font-size: .95rem;
  padding: .95rem 1.9rem; border-radius: 99px; transition: transform .3s, box-shadow .3s, background .3s;
  display: inline-block;
}
.btn-primary { background: linear-gradient(135deg, #ff6b35, #f7931e); color: #fff; box-shadow: 0 10px 34px rgba(255,107,53,.45); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(255,107,53,.55); }
.btn-ghost { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-ghost-light { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.14); }

.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 5; text-align: center; color: rgba(255,255,255,.7); transition: opacity .5s; }
.scroll-hint span { display: block; width: 1px; height: 44px; margin: 0 auto 8px; background: linear-gradient(to bottom, transparent, #fff); animation: hint 1.8s ease-in-out infinite; }
.scroll-hint p { font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; }
.scroll-hint.hidden { opacity: 0; }
@keyframes hint { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); } }

/* ── Marquee ── */
.marquee { background: var(--blue); color: #fff; overflow: hidden; padding: 1.1rem 0; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 28s linear infinite; }
.marquee-inner span { font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: .06em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Sections ── */
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 6vw, 6rem); }
.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }

/* reveals */
.reveal { opacity: 0; transform: translateY(48px); transition: opacity .9s cubic-bezier(.22,.61,.36,1) var(--d, 0s), transform .9s cubic-bezier(.22,.61,.36,1) var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* services */
.services { background: var(--ice); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.card {
  background: #fff; border-radius: var(--radius); padding: 2.2rem 1.9rem;
  box-shadow: 0 2px 20px rgba(7,23,51,.05);
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s, opacity .9s var(--d,0s);
}
.reveal.card { transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s, opacity .9s var(--d,0s); }
.reveal.card:not(.in) { transform: translateY(48px); }
.card:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(18,86,214,.16); }
.card-num { font-family: var(--font-display); font-weight: 800; color: var(--blue); opacity: .25; font-size: 2rem; margin-bottom: 1rem; }
.card h3 { font-size: 1.25rem; margin-bottom: .7rem; }
.card p { color: var(--muted); font-size: .95rem; line-height: 1.65; }

/* parallax break */
.parallax-break { position: relative; height: 74vh; min-height: 520px; overflow: hidden; display: flex; align-items: flex-end; }
.parallax-break img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.pb-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,23,51,.7), rgba(7,23,51,.05) 60%); }
.pb-copy { position: relative; z-index: 2; color: #fff; padding: clamp(2rem, 6vw, 5rem); }
.pb-copy h2 em { color: #9cc2ff; }
.pb-copy p { margin-top: 1rem; color: rgba(255,255,255,.75); font-weight: 300; }

/* why */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.4rem; margin-bottom: 3.5rem; }
.stat { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2.2rem 1.8rem; }
.stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 4.5vw, 3.6rem); color: #8db8ff; line-height: 1; margin-bottom: .8rem; }
.stat p { color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.55; }
.why-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1rem 2.5rem; }
.why-list li { padding: 1.1rem 0 1.1rem 1.6rem; border-left: 3px solid var(--blue); color: var(--muted); line-height: 1.6; }
.why-list strong { color: var(--ink); }

/* process */
.process { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; background: var(--ice); }
.process-media { border-radius: var(--radius); overflow: hidden; width: 100%; height: min(66vh, 560px); min-height: 420px; position: relative; }
.process-media img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.steps { list-style: none; display: flex; flex-direction: column; gap: 1.8rem; margin-top: 1rem; }
.steps li { display: flex; gap: 1.4rem; align-items: flex-start; }
.steps li span {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  background: var(--blue); color: #fff; font-family: var(--font-display); font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.steps h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.steps p { color: var(--muted); font-size: .93rem; line-height: 1.6; max-width: 460px; }
@media (max-width: 900px) {
  .process { grid-template-columns: 1fr; row-gap: clamp(2.5rem, 8vw, 4rem); }
  .process-media { height: 320px; min-height: 320px; }
  .process-copy { margin-top: .5rem; }
}

/* checklist */
.checklist { background: linear-gradient(180deg, #fff 0%, var(--ice) 100%); }
.cl-intro { margin-top: 1.2rem; color: var(--muted); font-size: 1.05rem; max-width: 520px; }
.cl-tabs {
  display: inline-flex; gap: .3rem; padding: .35rem; border-radius: 99px;
  background: #fff; border: 1px solid rgba(18,86,214,.14);
  box-shadow: 0 6px 24px rgba(7,23,51,.07); margin-bottom: 2.6rem;
}
.cl-tab {
  border: 0; cursor: pointer; background: transparent; border-radius: 99px;
  font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--muted);
  padding: .7rem 1.5rem; transition: color .3s, background .35s, box-shadow .35s, transform .2s;
  white-space: nowrap;
}
.cl-tab:hover { color: var(--blue-deep); }
.cl-tab.active {
  background: linear-gradient(135deg, #ff6b35, #f7931e); color: #fff;
  box-shadow: 0 8px 22px rgba(255,107,53,.35);
}
.cl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; min-height: 620px; }
.cl-card {
  background: #fff; border-radius: var(--radius); padding: 1.9rem 1.7rem;
  border: 1px solid rgba(18,86,214,.08); box-shadow: 0 2px 20px rgba(7,23,51,.05);
  animation: clCard .55s cubic-bezier(.22,.61,.36,1) both; animation-delay: calc(var(--c) * 70ms);
  transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s;
  min-height: 256px;
}
.cl-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(18,86,214,.14); }
@keyframes clCard { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.cl-card-head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; }
.cl-icon {
  width: 46px; height: 46px; border-radius: 14px; background: var(--ice);
  display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
}
.cl-card h3 { font-size: 1.06rem; line-height: 1.25; }
.cl-inherit {
  display: flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, rgba(255,107,53,.12), rgba(247,147,30,.12));
  border: 1px solid rgba(255,107,53,.25); color: #c2511f;
  border-radius: 10px; padding: .55rem .8rem; font-size: .8rem; font-weight: 600;
  margin-bottom: 1rem;
}
.cl-inherit svg { width: 14px; height: 14px; flex: 0 0 auto; }
.cl-card ul { list-style: none; display: grid; gap: .6rem; }
.cl-card li {
  display: flex; align-items: flex-start; gap: .6rem; color: var(--muted);
  font-size: .92rem; line-height: 1.45;
  animation: clItem .4s cubic-bezier(.22,.61,.36,1) both;
  animation-delay: calc(var(--c) * 70ms + var(--i) * 45ms + 120ms);
}
@keyframes clItem { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: none; } }
.cl-card li svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--blue); margin-top: .15rem; }
@media (max-width: 640px) {
  .cl-tabs { width: 100%; justify-content: space-between; }
  .cl-tab { padding: .65rem 1rem; font-size: .82rem; }
  .cl-grid { min-height: 1560px; }
}

/* areas */
.areas { text-align: center; }
.areas .section-head { margin-bottom: 2.4rem; }
.chips { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; max-width: 760px; margin: 0 auto; }
.chips span, .chips a {
  padding: .75rem 1.5rem; border-radius: 99px; background: var(--ice); color: var(--blue-deep);
  font-weight: 600; font-size: .92rem; border: 1px solid rgba(18,86,214,.14);
  transition: transform .3s, background .3s, color .3s; text-decoration: none; display: inline-block;
}
.chips span:hover, .chips a:hover { transform: translateY(-3px); background: var(--blue); color: #fff; }

/* reviews */
.reviews { background: var(--navy); color: #fff; }
.reviews .section-head h2 em { color: #8db8ff; }
.reviews .eyebrow { color: #8db8ff; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.review { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); padding: 2.1rem 1.9rem; min-height: 260px; }
.stars { color: var(--gold); letter-spacing: .2em; margin-bottom: 1rem; }
.review p { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,.88); }
.review cite { display: block; margin-top: 1.3rem; font-style: normal; font-size: .85rem; color: rgba(255,255,255,.5); }

/* faq */
.faq-list { max-width: 860px; }
.faq-item { border-bottom: 1px solid rgba(18,86,214,.12); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; color: var(--ink);
  padding: 1.4rem 0; transition: color .3s;
}
.faq-q:hover { color: var(--blue); }
.faq-icon { flex: 0 0 auto; width: 22px; height: 22px; position: relative; }
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: var(--blue); border-radius: 2px;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}
.faq-icon::before { left: 0; top: 10px; width: 22px; height: 2px; }
.faq-icon::after { left: 10px; top: 0; width: 2px; height: 22px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.22,.61,.36,1); }
.faq-a p { color: var(--muted); line-height: 1.7; padding-bottom: 1.5rem; max-width: 720px; }
.faq-a a { color: var(--blue); font-weight: 600; text-decoration: none; }

/* careers */
.careers { background: var(--navy); color: #fff; }
.careers .eyebrow { color: #8db8ff; }
.careers h2 em { color: #8db8ff; }
.careers-sub { margin-top: 1.2rem; color: rgba(255,255,255,.7); font-weight: 300; font-size: 1.1rem; }
.careers-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.careers-why h3, .careers-positions h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #fff; }
.careers-why p { color: rgba(255,255,255,.75); line-height: 1.75; }
.perks { list-style: none; margin-top: 1.6rem; display: grid; gap: .7rem; }
.perks li { padding-left: 1.6rem; position: relative; color: rgba(255,255,255,.85); }
.perks li::before { content: '✦'; position: absolute; left: 0; color: #8db8ff; }
.position {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 1.05rem 1.4rem; margin-bottom: .8rem;
  font-family: var(--font-display); font-weight: 600;
  transition: background .3s, transform .3s;
}
.position:hover { background: rgba(255,255,255,.12); transform: translateX(6px); }
.careers-positions .hero-btns { margin-top: 1.8rem; }
.btn-ghost-dark { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn-ghost-dark:hover { background: rgba(255,255,255,.12); }
@media (max-width: 900px) { .careers-grid { grid-template-columns: 1fr; } }

/* quote form */
.quote { background: var(--ice); }
.quote-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.quote-contacts { list-style: none; margin-top: 2.2rem; display: grid; gap: 1.1rem; }
.quote-contacts li { display: flex; gap: 1rem; align-items: baseline; color: var(--ink); }
.quote-contacts span {
  flex: 0 0 64px; font-size: .72rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--blue);
}
.quote-contacts a { color: var(--ink); text-decoration: none; font-weight: 600; }
.quote-contacts a:hover { color: var(--blue); }
.quote-form {
  background: #fff; border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.6rem);
  box-shadow: 0 24px 70px rgba(7,23,51,.1); display: grid; gap: 1.1rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.quote-form label {
  display: grid; gap: .45rem; font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--blue-deep);
}
.quote-form input, .quote-form select, .quote-form textarea {
  font-family: var(--font-body); font-size: .98rem; color: var(--ink);
  border: 1px solid rgba(18,86,214,.18); border-radius: 12px;
  padding: .85rem 1rem; background: var(--ice); outline: none;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(18,86,214,.12);
}
.quote-form textarea { resize: vertical; }
.btn-submit { border: 0; cursor: pointer; font-family: var(--font-body); justify-self: start; }
.form-status { font-size: .9rem; min-height: 1.2em; color: var(--muted); }
.form-status.ok { color: #157a3c; font-weight: 600; }
.form-status.err { color: #b3261e; font-weight: 600; }
@media (max-width: 900px) { .quote-grid, .form-row { grid-template-columns: 1fr; } }

/* cta */
.cta { position: relative; min-height: 92vh; min-height: 92svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.cta img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(7,23,51,.68), rgba(7,23,51,.5)); }
.cta-copy { position: relative; z-index: 2; color: #fff; padding: 2rem; }
.cta-copy h2 { font-size: clamp(2.6rem, 6.5vw, 5.2rem); }
.cta-copy h2 em { color: #9cc2ff; }
.cta-copy .eyebrow { color: #9cc2ff; }
.cta-copy .hero-btns { justify-content: center; }
.hours { margin-top: 1.6rem; color: rgba(255,255,255,.65); font-size: .88rem; letter-spacing: .05em; }

/* city pages */
.city-hero { position: relative; min-height: 72vh; display: flex; align-items: flex-end; overflow: hidden; }
.city-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.city-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,23,51,.82), rgba(7,23,51,.25) 60%); }
.city-hero-copy { position: relative; z-index: 2; color: #fff; padding: clamp(2rem, 6vw, 5rem); padding-top: 9rem; max-width: 860px; }
.city-hero-copy h1 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); font-weight: 800; line-height: 1.05; }
.city-hero-copy h1 em { font-style: normal; color: #9cc2ff; }
.city-hero-copy .sub { margin-top: 1.2rem; font-size: clamp(1rem, 1.5vw, 1.15rem); font-weight: 300; color: rgba(255,255,255,.85); max-width: 640px; line-height: 1.65; }
.breadcrumbs { position: relative; z-index: 2; display: flex; gap: .5rem; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 1.2rem; }
.breadcrumbs a { color: rgba(255,255,255,.9); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.city-intro { max-width: 820px; }
.city-intro p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; margin-top: 1.2rem; }
.city-intro + .services { background: #fff; }

/* expanded city content blocks */
section[id$="-neighborhoods"],
section[id$="-market"],
section[id$="-pricing"],
section[id$="-reviews"],
section[id$="-faq"] {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 6vw, 6rem);
  scroll-margin-top: 86px;
}
section[id$="-neighborhoods"] h2,
section[id$="-market"] h2,
section[id$="-pricing"] h2,
section[id$="-reviews"] h2,
section[id$="-faq"] h2 {
  max-width: 820px;
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}
section[id$="-neighborhoods"] p,
section[id$="-market"] p,
section[id$="-pricing"] p,
section[id$="-faq"] p {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}
section[id$="-neighborhoods"] {
  background: var(--ice);
}
section[id$="-neighborhoods"] ul,
section[id$="-pricing"] ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
  margin-top: 2.4rem;
}
section[id$="-neighborhoods"] li,
section[id$="-pricing"] li {
  background: #fff;
  border: 1px solid rgba(18,86,214,.08);
  border-radius: var(--radius);
  box-shadow: 0 2px 20px rgba(7,23,51,.05);
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
  padding: 2rem 1.7rem;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s;
}
section[id$="-neighborhoods"] li:hover,
section[id$="-pricing"] li:hover {
  border-color: rgba(18,86,214,.16);
  box-shadow: 0 18px 42px rgba(18,86,214,.12);
  transform: translateY(-4px);
}
section[id$="-neighborhoods"] li strong,
section[id$="-pricing"] li strong {
  color: var(--ink);
}
section[id$="-market"] {
  background: #fff;
}
section[id$="-market"] p + p,
section[id$="-pricing"] p + p {
  margin-top: 1.1rem;
}
section[id$="-pricing"] {
  background: linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}
section[id$="-pricing"] > p:last-child {
  background: rgba(18,86,214,.08);
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--blue-deep);
  font-weight: 600;
  margin-top: 2rem;
  padding: 1.2rem 1.35rem;
}
section[id$="-reviews"] {
  background: var(--navy);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}
section[id$="-reviews"] h2 {
  color: #fff;
  grid-column: 1 / -1;
  margin-bottom: clamp(1rem, 2vw, 1.8rem);
}
section[id$="-reviews"] blockquote {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  margin: 0;
  min-height: 260px;
  padding: 2.1rem 1.9rem;
}
section[id$="-reviews"] blockquote:first-of-type {
  margin-top: 0;
}
section[id$="-reviews"] blockquote p {
  color: rgba(255,255,255,.88);
  font-size: 1rem;
  line-height: 1.75;
  max-width: none;
}
section[id$="-reviews"] cite {
  color: rgba(255,255,255,.58);
  display: block;
  font-style: normal;
  font-size: .88rem;
  margin-top: 1rem;
}
section[id$="-faq"] {
  background: #fff;
}
section[id$="-faq"] details {
  border-bottom: 1px solid rgba(18,86,214,.12);
  max-width: 900px;
}
section[id$="-faq"] details:first-of-type {
  border-top: 1px solid rgba(18,86,214,.12);
}
section[id$="-faq"] summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  padding: 1.35rem 2.5rem 1.35rem 0;
  position: relative;
  transition: color .25s;
}
section[id$="-faq"] summary:hover {
  color: var(--blue);
}
section[id$="-faq"] summary::-webkit-details-marker {
  display: none;
}
section[id$="-faq"] summary::before,
section[id$="-faq"] summary::after {
  content: '';
  position: absolute;
  right: .2rem;
  top: 50%;
  background: var(--blue);
  border-radius: 2px;
}
section[id$="-faq"] summary::before {
  width: 22px;
  height: 2px;
  transform: translateY(-50%);
}
section[id$="-faq"] summary::after {
  width: 2px;
  height: 22px;
  right: .82rem;
  transform: translateY(-50%);
  transition: transform .25s;
}
section[id$="-faq"] details[open] summary {
  color: var(--blue);
}
section[id$="-faq"] details[open] summary::after {
  transform: translateY(-50%) scaleY(0);
}
section[id$="-faq"] details p {
  max-width: 720px;
  padding-bottom: 1.4rem;
}
.city-nearby { text-align: center; background: var(--ice); }
.city-nearby .chips a {
  text-decoration: none; padding: .75rem 1.5rem; border-radius: 99px; background: #fff;
  color: var(--blue-deep); font-weight: 600; font-size: .92rem; border: 1px solid rgba(18,86,214,.14);
  transition: transform .3s, background .3s, color .3s; display: inline-block;
}
.city-nearby .chips a:hover { transform: translateY(-3px); background: var(--blue); color: #fff; }
.city-cta { position: relative; min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.city-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* footer */
.footer { background: var(--navy); color: rgba(255,255,255,.6); padding: 4rem clamp(1.4rem, 6vw, 6rem) 2rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(2rem, 4vw, 4rem); margin-bottom: 3rem; }
.footer-logo { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: #fff; margin-bottom: .8rem; }
.footer-logo span { color: #8db8ff; }
.footer-logo em { font-style: normal; font-weight: 300; font-size: .85rem; opacity: .65; margin-left: .35rem; }
.footer-about p { font-size: .92rem; line-height: 1.75; max-width: 340px; }
.footer-col h4 {
  font-family: var(--font-display); font-size: .8rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: #8db8ff; margin-bottom: 1.1rem;
}
.footer-col ul { list-style: none; display: grid; gap: .55rem; }
.footer-col ul a { color: rgba(255,255,255,.65); text-decoration: none; font-size: .92rem; transition: color .3s, padding-left .3s; }
.footer-col ul a:hover { color: #fff; padding-left: 4px; }
.footer-hours li { font-size: .92rem; color: rgba(255,255,255,.65); }
.footer-hours span { color: rgba(255,255,255,.85); font-weight: 600; }
.footer-urgent { margin-top: 1.1rem; font-size: .85rem; font-weight: 600; color: #f7931e; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.6rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.footer-legal { display: flex; gap: .7rem; align-items: center; font-size: .85rem; }
.footer-legal a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .3s; }
.footer-legal a:hover { color: #fff; }
.footer .fine { font-size: .78rem; opacity: .55; }
.footer .fine a { color: inherit; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
  section[id$="-neighborhoods"] ul,
  section[id$="-pricing"] ul {
    grid-template-columns: 1fr;
  }
  section[id$="-neighborhoods"] li,
  section[id$="-pricing"] li {
    padding: 1.55rem 1.25rem;
  }
  section[id$="-reviews"] blockquote {
    padding: 1.35rem 1.2rem;
  }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { justify-content: center; text-align: center; } }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.card:not(.in), .cl-card, .cl-card li {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .25s, background .25s, border-color .25s, color .25s;
}
.footer-social a:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: #fff;
  color: var(--blue);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}