:root {
  --ink: #121414;
  --muted: #67635E;
  --blue: #A59C92;
  --blue-dark: #564E2C;
  --blue-pale: #F1F2F2;
  --blue-soft: #C8D0D6;
  --cashmere: #A59C92;
  --suede: #67635E;
  --walnut: #564E2C;
  --surface-dark: #171918;
  --surface-deep: #0E1010;
  --surface-card: #F1F2F2;
  --text-light: #F6F4EF;
  --text-muted-light: #D6D0C8;
  --white: #fff;
  --line: #DDD8D1;
  --shadow: 0 18px 60px rgba(18, 20, 20, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--surface-deep); font-family: "DM Sans", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.15; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 5vw, 3.35rem); letter-spacing: -.04em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-160%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cashmere); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--text-light); background: rgba(18,20,20,.94); border-bottom: 1px solid rgba(200,208,214,.18); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; object-fit: contain; padding: 2px; background: #fff; border: 1px solid rgba(165,156,146,.55); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.brand span { color: var(--text-light); font-size: 1.06rem; }
.menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; background: var(--blue-soft); border: 0; border-radius: 50%; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.primary-nav { position: fixed; inset: 72px 0 auto; display: grid; padding: 24px 20px 30px; background: var(--surface-dark); border-bottom: 1px solid rgba(200,208,214,.18); box-shadow: 0 16px 30px rgba(18,20,20,.18); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
.primary-nav.open { transform: translateY(0); visibility: visible; }
.primary-nav > a { padding: 12px 6px; font-weight: 600; }
.primary-nav > a:not(.button):hover, .primary-nav > a.active { color: var(--cashmere); }
.primary-nav .nav-call { margin-top: 10px; text-align: center; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; color: var(--ink); background: var(--cashmere); border: 2px solid var(--cashmere); border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { color: #fff; transform: translateY(-2px); background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: 0 10px 24px rgba(86,78,44,.24); }
.button:active { transform: translateY(0) scale(.98); }
.button:disabled { cursor: not-allowed; opacity: .72; transform: none; box-shadow: none; }
.button-outline { color: inherit; background: transparent; }
.button-outline:hover { color: #fff; }
.button-small { min-height: 44px; padding: 9px 20px; }
.button-light { color: var(--ink); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; }

.hero { position: relative; overflow: hidden; padding: 64px 0 76px; color: var(--text-light); background: radial-gradient(circle at 72% 24%, rgba(165,156,146,.18), transparent 34%), linear-gradient(125deg, #121414 18%, #1C1D1B 58%, #0E1010); }
.hero-grid { display: grid; gap: 50px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--cashmere); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: var(--blue); }
.hero h1 { max-width: 720px; margin-bottom: 16px; font-size: clamp(2.65rem, 9vw, 5.2rem); letter-spacing: -.06em; }
.hero h1 em { display: block; color: var(--cashmere); font-style: normal; }
.hero-motto { margin-bottom: 13px; font-family: "Manrope", sans-serif; font-size: 1.23rem; font-weight: 700; }
.hero-description { max-width: 650px; margin-bottom: 26px; color: var(--text-muted-light); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 26px 0 0; list-style: none; font-size: .86rem; font-weight: 700; }
.trust-list span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 5px; color: var(--ink); background: var(--cashmere); border-radius: 50%; }
.hero-visual { position: relative; max-width: 520px; margin-inline: auto; }
.hero-image-wrap { position: relative; padding: 12px; background: rgba(200,208,214,.16); border: 1px solid rgba(255,255,255,.22); border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); }
.hero-image-wrap > img { width: 100%; height: 510px; object-fit: cover; object-position: center 64%; border-radius: 46% 46% 17px 17px; }
.hero-rating { position: absolute; right: -8px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(18,20,20,.12); border-radius: 14px; box-shadow: 0 16px 38px rgba(18,20,20,.28); }
.rating-icon { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--walnut); border-radius: 50%; }
.hero-rating strong, .hero-rating small { display: block; line-height: 1.35; }
.hero-rating strong { color: var(--ink); font-size: .86rem; font-weight: 900; }
.hero-rating small { color: var(--suede); font-size: .72rem; font-weight: 700; }
.bubble { position: absolute; border-radius: 50%; background: rgba(165,156,146,.34); border: 5px solid rgba(255,255,255,.65); }
.bubble-one { top: 7%; left: -18px; width: 34px; height: 34px; }
.bubble-two { right: 9%; top: -21px; width: 20px; height: 20px; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(165,156,146,.24); }
.hero-orb-one { width: 380px; height: 380px; right: -220px; top: -170px; }
.hero-orb-two { width: 130px; height: 130px; left: -80px; bottom: -45px; }

.hero-orb,
.section-orb { animation: slow-float 13s ease-in-out infinite alternate; }
.bubble,
.section-bubble { animation: bubble-drift 9s ease-in-out infinite alternate; }
.flower-accent { animation: flower-sway 14s ease-in-out infinite alternate; }
.hero-image-wrap { animation: hero-lift 1s ease both; }

.services,
.why-us,
.prep-section,
.standards-section,
.about,
.work-gallery,
.before-after-showcase,
.quote-section {
  position: relative;
  overflow: hidden;
}

.services > .container,
.why-us > .container,
.prep-section > .container,
.standards-section > .container,
.about > .container,
.work-gallery > .container,
.before-after-showcase > .container,
.quote-section > .container {
  position: relative;
  z-index: 1;
}

.section-orb,
.section-bubble,
.flower-accent {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.section-orb {
  width: clamp(150px, 22vw, 320px);
  height: clamp(150px, 22vw, 320px);
  border: 1px solid rgba(200,208,214,.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165,156,146,.12), transparent 66%);
}

.section-orb::after {
  content: "";
  position: absolute;
  inset: 19%;
  border: 1px solid rgba(165,156,146,.18);
  border-radius: inherit;
}

.section-bubble {
  width: clamp(58px, 8vw, 118px);
  height: clamp(58px, 8vw, 118px);
  border: 10px solid rgba(255,255,255,.06);
  border-radius: 50%;
  background: rgba(165,156,146,.16);
  box-shadow: 0 0 0 1px rgba(200,208,214,.12);
}

.section-bubble::before,
.section-bubble::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(200,208,214,.18);
}

.section-bubble::before { width: 18px; height: 18px; right: -24px; top: 12px; }
.section-bubble::after { width: 10px; height: 10px; left: -18px; bottom: 16px; }

.flower-accent {
  width: clamp(74px, 9vw, 130px);
  height: clamp(74px, 9vw, 130px);
  opacity: .42;
  transform: rotate(-12deg);
}

.flower-accent span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 42%;
  border: 1px solid rgba(200,208,214,.55);
  border-radius: 64% 36% 64% 36%;
  transform-origin: 0 0;
}

.flower-accent span:nth-child(1) { transform: rotate(0deg) translate(0, -72%); }
.flower-accent span:nth-child(2) { transform: rotate(90deg) translate(0, -72%); }
.flower-accent span:nth-child(3) { transform: rotate(180deg) translate(0, -72%); }
.flower-accent span:nth-child(4) { transform: rotate(270deg) translate(0, -72%); }

.flower-accent::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--cashmere);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.flower-accent::after {
  content: "";
  position: absolute;
  left: calc(50% + 5px);
  top: calc(50% + 7px);
  width: 1px;
  height: 58%;
  background: linear-gradient(var(--cashmere), transparent);
  transform: rotate(26deg);
  transform-origin: top;
}

.section-orb-services { right: -120px; top: 55px; }
.flower-services { left: 5%; bottom: 45px; }
.section-bubble-why { right: 7%; top: 80px; }
.section-orb-prep { left: -120px; bottom: 55px; }
.flower-prep { right: 7%; top: 70px; }
.section-bubble-standards { left: 8%; bottom: 60px; }
.section-orb-about { right: -130px; top: 70px; }
.flower-about { left: 6%; top: 70px; }
.section-bubble-gallery { right: 9%; top: 70px; }
.section-orb-quote { left: -105px; top: 80px; }
.flower-quote { right: 6%; bottom: 80px; }

.testimonial-marquee { overflow: hidden; padding: 24px 0; color: #fff; background: var(--ink); border-top: 1px solid rgba(200,208,214,.16); border-bottom: 1px solid rgba(200,208,214,.16); }
.marquee-track { display: flex; width: max-content; gap: 18px; animation: testimonial-scroll 34s linear infinite; }
.testimonial-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track article { width: min(84vw, 460px); padding: 18px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(200,208,214,.18); border-radius: 18px; box-shadow: 0 14px 32px rgba(0,0,0,.16); }
.marquee-track article > span { display: block; height: 20px; color: var(--cashmere); font: 800 2rem/1 "Manrope", sans-serif; }
.marquee-track p { margin: 4px 0 12px; color: var(--text-muted-light); font-size: .92rem; line-height: 1.5; }
.marquee-track strong { color: var(--cashmere); font: 800 .76rem "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }

@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.section-heading { display: grid; gap: 8px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 490px; color: var(--muted); }
.services { color: var(--text-light); background: var(--surface-dark); }
.services .section-heading > p { color: var(--text-muted-light); }
.service-grid { display: grid; gap: 16px; }
.service-card { position: relative; min-height: 430px; display: flex; overflow: hidden; color: #fff; background: var(--ink); border: 1px solid rgba(200,208,214,.2); border-radius: var(--radius); box-shadow: 0 18px 44px rgba(0,0,0,.22); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.service-card.featured { border-color: rgba(165,156,146,.42); }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .55s ease; }
.service-card:hover > img { transform: scale(1.07); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,20,20,.18), rgba(18,20,20,.58) 38%, rgba(18,20,20,.92)); z-index: 0; }
.service-card-content { position: relative; z-index: 1; min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 13px; font-size: 1.55rem; box-shadow: 0 10px 24px rgba(18,20,20,.22); }
.service-number { position: absolute; top: 26px; right: 26px; color: #fff; font: 800 .76rem "Manrope", sans-serif; letter-spacing: .1em; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.service-card h3 { margin-bottom: 12px; color: #fff; font-size: 1.45rem; text-shadow: 0 2px 12px rgba(0,0,0,.42); }
.service-card p:not(.service-number) { color: #E5E1DC; font-size: .94rem; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.service-card a { margin-top: auto; color: var(--cashmere); font-size: .9rem; font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.frequency-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 15px; margin-top: 24px; padding: 18px 22px; color: var(--ink); background: var(--surface-card); border-radius: 15px; font-size: .83rem; }
.frequency-row span { width: 100%; color: var(--muted); }
.frequency-row i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }

.why-us { overflow: hidden; color: var(--text-light); background: var(--surface-deep); }
.why-grid { display: grid; gap: 60px; align-items: center; }
.photo-collage { position: relative; min-height: 520px; max-width: 540px; }
.photo-main { width: 82%; height: 500px; object-fit: cover; object-position: center; border-radius: 25px; box-shadow: var(--shadow); }
.photo-small { position: absolute; right: 0; bottom: -25px; width: 43%; height: 245px; object-fit: cover; border: 9px solid var(--surface-deep); border-radius: 20px; }
.photo-note { position: absolute; left: 18px; bottom: 18px; padding: 14px 17px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(18,20,20,.12); border-radius: 12px; box-shadow: 0 14px 34px rgba(18,20,20,.24); }
.photo-note strong, .photo-note span { display: block; line-height: 1.35; }
.photo-note strong { color: var(--ink); font-size: .92rem; font-weight: 900; }
.photo-note span { color: var(--suede); font-size: .76rem; font-weight: 700; }
.why-copy .lead { margin-bottom: 30px; color: var(--text-muted-light); font-size: 1.06rem; }
.benefit-list { display: grid; gap: 14px; }
.benefit-list article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 18px; color: var(--ink); background: var(--surface-card); border: 1px solid var(--blue-soft); border-radius: 16px; box-shadow: 0 12px 32px rgba(18, 20, 20, .18); }
.benefit-list article > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 50%; font-size: .82rem; font-weight: 800; }
.benefit-list h3 { margin: 0 0 6px; font-size: 1rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }

.prep-section { color: var(--text-light); background: var(--surface-dark); }
.prep-intro { max-width: 800px; margin-bottom: 34px; }
.prep-intro h2 { margin-bottom: 10px; }
.prep-intro > p:last-child { max-width: 760px; color: var(--text-muted-light); }
.prep-subtitle { margin-bottom: 15px; color: var(--cashmere); font-family: "Manrope", sans-serif; font-size: 1.1rem; font-weight: 800; }
.prep-grid { display: grid; gap: 15px; }
.prep-grid article { padding: 22px; color: var(--ink); background: var(--surface-card); border: 1px solid var(--blue-soft); border-radius: 18px; }
.prep-grid article > span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 18px; color: #fff; background: var(--ink); border-radius: 50%; font: 800 .78rem "Manrope", sans-serif; }
.prep-grid h3 { margin-bottom: 10px; font-size: 1.1rem; }
.prep-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.58; }

.standards-section { color: var(--text-light); background: var(--surface-deep); }
.standards-grid { display: grid; gap: 34px; align-items: start; }
.standards-copy { max-width: 560px; }
.standards-copy > p:not(.eyebrow) { color: var(--text-muted-light); }
.standards-list { display: grid; gap: 14px; }
.standards-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px; color: var(--ink); background: var(--surface-card); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 32px rgba(18, 20, 20, .18); }
.standards-list article > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 50%; font-weight: 800; }
.standards-list h3 { margin-bottom: 7px; font-size: 1.08rem; }
.standards-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.58; }

.after-service { background: var(--surface-deep); }
.after-service-card { display: grid; gap: 28px; padding: 30px; background: var(--ink); color: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.after-service-card h2 { margin-bottom: 0; }
.after-service-card .eyebrow { color: var(--blue-soft); }
.after-service-card .eyebrow > span { background: var(--blue-soft); }
.after-service-grid { display: grid; gap: 16px; }
.after-service-grid article { padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.after-service-grid h3 { margin-bottom: 10px; font-size: 1.15rem; }
.after-service-grid p { margin: 0; color: #E5E1DC; font-size: .92rem; line-height: 1.6; }

.policy-section { padding: 0 0 88px; background: var(--surface-deep); }
.policy-card { display: grid; gap: 18px; padding: 26px; color: var(--ink); background: var(--surface-card); border: 1px solid var(--blue-soft); border-radius: 22px; }
.policy-card h2 { margin-bottom: 0; font-size: clamp(1.85rem, 4vw, 2.65rem); }
.policy-card p:last-child { margin: 0; color: var(--muted); }

.about { color: var(--text-light); background: var(--surface-dark); }
.about-grid { display: grid; gap: 45px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 570px; color: var(--text-muted-light); }
.trait-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.trait-chips span { padding: 8px 14px; background: var(--cashmere); border-radius: 999px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.about-gallery { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12px; }
.about-gallery img { width: 100%; height: 430px; object-fit: cover; border-radius: 20px; }
.about-gallery img:last-child { height: 330px; margin-top: 50px; }

.service-area { padding: 55px 0; color: #fff; background: var(--blue-dark); }
.area-grid { display: grid; gap: 25px; align-items: center; }
.area-icon { width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50% 50% 45% 55%; background: rgba(255,255,255,.09); }
.area-icon span { font: 800 1.1rem "Manrope", sans-serif; }
.eyebrow.light { color: #F1F2F2; }
.eyebrow.light > span { background: #fff; }
.area-grid h2 { max-width: 650px; margin-bottom: 10px; font-size: clamp(2rem, 5vw, 3rem); }
.area-grid p:last-child { margin-bottom: 0; color: #E5E1DC; }

.work-gallery { color: var(--text-light); background: var(--surface-dark); }
.work-gallery .section-heading > p { color: var(--text-muted-light); }
.gallery-grid { display: grid; gap: 15px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; }
.gallery-grid figure::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(18,20,20,.72)); pointer-events: none; }
.gallery-grid img { width: 100%; height: 390px; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 16px; bottom: 16px; z-index: 1; padding: 8px 14px; color: #fff; background: rgba(18,20,20,.84); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 8px 22px rgba(18,20,20,.28); font-size: .8rem; font-weight: 800; letter-spacing: .01em; }

.before-after-showcase { color: var(--text-light); background: var(--surface-dark); }
.before-after-showcase .section-heading > p { color: var(--text-muted-light); }
.section-orb-ba { left: -170px; top: 12%; background: rgba(86,78,44,.16); }
.section-bubble-ba { right: 7%; top: 80px; background: rgba(200,208,214,.18); }
.before-after-carousel { --ba-speed: 170; overflow: hidden; }
.ba-marquee { position: relative; width: 100%; overflow: hidden; padding: 4px 14px 18px; cursor: grab; touch-action: pan-y; }
.ba-marquee.is-dragging { cursor: grabbing; }
.ba-marquee::before,
.ba-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 3; width: clamp(34px, 9vw, 140px); pointer-events: none; }
.ba-marquee::before { left: 0; background: linear-gradient(90deg, var(--surface-dark), transparent); }
.ba-marquee::after { right: 0; background: linear-gradient(270deg, var(--surface-dark), transparent); }
.ba-auto-track { display: flex; width: max-content; gap: 12px; will-change: transform; }
.ba-auto-card { position: relative; flex: 0 0 min(78vw, 310px); height: clamp(330px, 112vw, 430px); overflow: hidden; color: #fff; background: var(--ink); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 18px 45px rgba(0,0,0,.18); transition: border-color .45s ease, box-shadow .45s ease; }
.ba-auto-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(18,20,20,.08), rgba(18,20,20,.76)); }
.ba-auto-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .48s ease, transform .7s ease; }
.ba-auto-card .ba-after { opacity: 0; transform: scale(1.04); }
.ba-auto-card.is-center { border-color: rgba(200,208,214,.42); box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.ba-auto-card.is-center .ba-after { opacity: 1; transform: scale(1); }
.ba-auto-card.is-center .ba-before { opacity: 0; transform: scale(1.04); }
.ba-auto-card div { position: absolute; left: 14px; bottom: 14px; z-index: 2; padding: 8px; background: rgba(18,20,20,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(10px); }
.ba-auto-card span { width: max-content; padding: 5px 10px; color: var(--ink); background: var(--cashmere); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: background .3s, color .3s; }
.ba-auto-card.is-center span { color: var(--ink); background: var(--blue-soft); }

.experience-section { padding: 0 0 88px; background: var(--surface-dark); }
.experience-card { display: grid; gap: 26px; padding: 30px; color: var(--ink); background: linear-gradient(135deg, var(--surface-card), #fff); border: 1px solid var(--blue-soft); border-radius: 26px; box-shadow: var(--shadow); }
.experience-card h2 { margin-bottom: 8px; }
.experience-subtitle { margin-bottom: 14px; color: var(--blue-dark); font-family: "Manrope", sans-serif; font-size: 1.12rem; font-weight: 800; }
.experience-copy p:last-child, .experience-action p { color: var(--muted); }
.experience-action { display: grid; gap: 18px; align-content: center; }
.experience-action p { margin: 0; font-weight: 700; }
.experience-action .button { justify-self: start; }

.quote-section { color: var(--text-light); background: var(--surface-deep); }
.quote-grid { display: grid; gap: 45px; }
.quote-intro > p:not(.eyebrow) { max-width: 470px; color: var(--text-muted-light); }
.quote-contact { display: grid; gap: 12px; margin-top: 30px; }
.quote-contact a { display: flex; align-items: center; gap: 13px; }
.quote-contact a > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--cashmere); border-radius: 50%; }
.quote-contact small, .quote-contact strong { display: block; }
.quote-contact small { color: var(--text-muted-light); font-size: .73rem; }
.quote-contact strong { font-size: .84rem; overflow-wrap: anywhere; }
.quote-form { padding: 26px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 0; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 700; }
.field label span { color: #b84a4a; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #FBFAF8; border: 1px solid #D8D2CB; border-radius: 9px; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(165,156,146,.26); outline: 0; }
.field [aria-invalid="true"] { border-color: #b84a4a; }
.error { min-height: 18px; display: block; margin-top: 3px; color: #a43838; font-size: .72rem; }
.submit-button { width: 100%; border-radius: 10px; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .73rem; }
.botcheck { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-error { margin: 14px 0 0; padding: 12px 14px; color: #8a2f2f; background: #fff1f1; border: 1px solid #f0c6c6; border-radius: 10px; font-size: .82rem; }
.form-error[hidden] { display: none; }
.form-success { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; padding: 15px; color: var(--ink); background: #F1F2F2; border: 1px solid var(--blue-soft); border-radius: 10px; }
.form-success[hidden] { display: none; }
.form-success > span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: var(--walnut); border-radius: 50%; }
.form-success p { margin: 2px 0 0; font-size: .8rem; }

.contact-strip { padding: 55px 0; border-bottom: 1px solid rgba(200,208,214,.22); color: #fff; background: var(--ink); }
.contact-grid { display: grid; gap: 22px; align-items: center; }
.contact-grid h2 { margin: 0; font-size: clamp(2rem, 6vw, 3.2rem); }
.contact-grid .eyebrow { color: var(--blue-soft); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .button { background: var(--blue); border-color: var(--blue); color: var(--ink); }
.contact-actions .button-outline { color: #fff; background: transparent; border-color: #fff; }

.site-footer { color: var(--blue-soft); background: var(--ink); }
.footer-main { display: grid; gap: 36px; padding-top: 58px; padding-bottom: 45px; }
.footer-main .brand { color: #fff; }
.footer-main .brand img { background: #fff; }
.footer-brand > p { margin: 9px 0 0 58px; font-size: .84rem; }
.footer-main h2 { margin-bottom: 13px; color: #fff; font-size: .88rem; letter-spacing: .03em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-main a, .footer-main p { color: var(--blue-soft); font-size: .79rem; }
.footer-main a:hover { color: #fff; }
.footer-main p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 22px; border-top: 1px solid rgba(200,208,214,.22); font-size: .72rem; }
.footer-bottom p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

@keyframes slow-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -22px, 0) scale(1.04); }
}

@keyframes bubble-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-12px, 18px, 0); }
}

@keyframes flower-sway {
  from { transform: rotate(-12deg) translate3d(0, 0, 0); }
  to { transform: rotate(5deg) translate3d(8px, -10px, 0); }
}

@keyframes hero-lift {
  from { opacity: 0; transform: translateY(24px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 680px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .before-after-carousel { --ba-speed: 155; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.wide { grid-column: 1 / -1; }
  .frequency-row span { width: auto; margin-right: auto; }
  .section-heading { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-list article { grid-template-columns: 1fr; }
  .prep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prep-grid article:last-child { grid-column: 1 / -1; }
  .standards-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standards-list article { grid-template-columns: 1fr; }
  .after-service-card { padding: 42px; }
  .after-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-card { grid-template-columns: .85fr 1.15fr; align-items: center; padding: 34px; }
  .about-gallery img { height: 520px; }
  .gallery-grid { grid-template-columns: 1.1fr .9fr; }
  .gallery-grid figure:first-child { grid-row: span 2; }
  .gallery-grid figure:first-child img { height: 100%; min-height: 600px; }
  .gallery-grid figure:not(:first-child) img { height: 292px; }
  .ba-marquee { padding-inline: 24px; }
  .ba-auto-track { gap: 16px; }
  .ba-auto-card { flex-basis: clamp(300px, 42vw, 380px); height: clamp(420px, 58vw, 520px); border-radius: 26px; }
  .ba-auto-card div { left: 18px; bottom: 18px; padding: 10px; }
  .ba-auto-card span { font-size: .72rem; }
  .experience-card { grid-template-columns: 1.15fr .85fr; align-items: center; padding: 42px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 15px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 679px) {
  .section-orb { opacity: .55; }
  .section-bubble { opacity: .5; }
  .flower-accent { opacity: .28; }
  .flower-services,
  .flower-about { left: auto; right: 18px; top: 24px; bottom: auto; }
  .flower-prep,
  .flower-quote { right: 14px; top: auto; bottom: 24px; }
  .section-orb-services,
  .section-orb-about { right: -165px; top: 20px; }
  .section-orb-prep,
  .section-orb-quote { left: -165px; bottom: 12px; top: auto; }
  .section-bubble-why,
  .section-bubble-standards,
  .section-bubble-gallery { right: -28px; top: 35px; left: auto; bottom: auto; }
}

@media (min-width: 900px) {
  .section { padding: 120px 0; }
  .before-after-carousel { --ba-speed: 135; }
  .nav-wrap { min-height: 82px; }
  .menu-toggle { display: none; }
  .primary-nav { position: static; display: flex; align-items: center; gap: 27px; padding: 0; border: 0; box-shadow: none; transform: none; visibility: visible; }
  .primary-nav > a { padding: 8px 0; font-size: .84rem; }
  .primary-nav .nav-call { margin: 0 0 0 5px; padding: 8px 20px; }
  .brand img { width: 54px; height: 54px; }
  .hero { min-height: calc(100vh - 82px); display: grid; align-items: center; padding: 60px 0 75px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 55px; }
  .hero h1 { font-size: clamp(3.7rem, 6vw, 5.2rem); }
  .hero-image-wrap > img { height: min(65vh, 640px); }
  .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-card { min-height: 500px; }
  .service-card.wide { grid-column: auto; }
  .why-grid { grid-template-columns: .95fr 1.05fr; gap: 100px; }
  .prep-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prep-grid article:last-child { grid-column: span 2; }
  .standards-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .after-service-card { grid-template-columns: .8fr 1.2fr; align-items: start; }
  .policy-section { padding-bottom: 120px; }
  .ba-marquee { padding-inline: 32px; }
  .ba-auto-track { gap: 18px; }
  .ba-auto-card { flex-basis: clamp(340px, 31vw, 410px); height: clamp(500px, 48vw, 560px); }
  .experience-section { padding-bottom: 120px; }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .area-grid { grid-template-columns: 100px 1fr auto; }
  .quote-grid { grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
  .quote-form { padding: 38px; }
  .contact-grid { grid-template-columns: 1fr auto; }
  .footer-main { grid-template-columns: 1.65fr repeat(3, 1fr); }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (min-width: 1100px) {
  .ba-auto-card { flex-basis: clamp(360px, 28vw, 430px); height: clamp(520px, 42vw, 590px); }
  .service-card-content { padding: 34px; }
  .footer-main { gap: 55px; }
}

@media (min-width: 1440px) {
  .ba-auto-card { flex-basis: 440px; height: 600px; }
  .before-after-carousel { --ba-speed: 120; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .testimonial-marquee { overflow-x: auto; }
  .marquee-track { animation: none; padding-inline: 20px; }
  .ba-marquee { overflow-x: auto; }
  .ba-auto-track { animation: none; padding-inline: 20px; }
}
