:root {
  --teal: #0d6874;
  --teal-deep: #073f47;
  --teal-ink: #052f36;
  --teal-soft: #dcecee;
  --cream: #f5f4ef;
  --white: #ffffff;
  --ink: #17272a;
  --muted: #657579;
  --line: #dbe2e2;
  --sand: #ddc998;
  --success: #2d6e5f;
  --danger: #a74242;
  --shadow: 0 24px 70px rgba(4, 48, 54, .13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -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 { cursor: pointer; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999;
  transform: translateY(-150%); background: white; color: var(--teal-deep);
  padding: 10px 14px; border-radius: 10px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-dark { color: white; background: var(--teal); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px;
  color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.84); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); max-width: 850px; margin-bottom: 28px; }
h2 { font-size: clamp(2.45rem, 4.5vw, 4.65rem); margin-bottom: 24px; }
h3 { font-size: 1.28rem; line-height: 1.25; }
p { font-size: 1.02rem; }
.muted { color: var(--muted); }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  border: 1px solid var(--teal); border-radius: 999px; padding: 0 25px;
  background: var(--teal); color: white; font-weight: 800; transition: .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--teal-deep); border-color: var(--teal-deep); box-shadow: 0 12px 30px rgba(7,63,71,.18); }
.button-light { background: white; color: var(--teal-deep); border-color: white; }
.button-light:hover { background: var(--cream); color: var(--teal-deep); border-color: var(--cream); }
.button-outline { background: transparent; color: var(--teal); }
.button-outline:hover { color: white; }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-weight: 800; }
.text-link span, .card-link span { transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(5px); }
.text-link-light { color: white; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(245,244,239,.92);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(13,104,116,.08); transition: .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 28px rgba(2,52,59,.09); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 44px; height: 38px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--teal); font-family: Georgia, serif; letter-spacing: .13em; font-size: 1.05rem; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 750; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--teal-deep); transition: .2s; }

.hero { min-height: 860px; padding: 190px 0 88px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; position: relative; z-index: 2; }
.hero-lead { max-width: 690px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 36px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .91rem; }
.trust-list span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 7px; border-radius: 50%; background: rgba(255,255,255,.14); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-logo-card {
  width: min(100%, 500px); aspect-ratio: 1 / 1.03; display: grid; place-items: center;
  padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.12), transparent 52%), rgba(3,55,62,.2);
  box-shadow: inset 0 0 0 18px rgba(255,255,255,.025), 0 30px 80px rgba(1,38,43,.18);
}
.hero-logo-card img { width: 91%; }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 17px;
  color: var(--teal-deep); background: rgba(255,255,255,.96); border-radius: 16px; box-shadow: var(--shadow);
}
.floating-card-a { top: 13%; right: -2%; }
.floating-card-b { bottom: 13%; left: -4%; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .89rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); font-size: 1.15rem; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -160px; top: -160px; border: 1px solid rgba(255,255,255,.12); }
.hero-orb-two { width: 320px; height: 320px; left: -150px; bottom: 90px; background: rgba(255,255,255,.035); }
.hero-strip { position: absolute; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-strip-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.hero-strip-inner i { font-style: normal; opacity: .35; }

.intro-section { background: white; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 58px; }
.intro-copy p:first-child { font-size: 1.2rem; color: #34484c; }

.services-section { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 54px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { max-width: 430px; color: var(--muted); margin-bottom: 12px; }
.section-heading-light > p { color: rgba(255,255,255,.7); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative; min-height: 365px; padding: 32px; overflow: hidden; background: white;
  border: 1px solid rgba(13,104,116,.09); border-radius: var(--radius-sm); transition: .3s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(13,104,116,.24); box-shadow: var(--shadow); }
.service-card-featured { grid-row: span 2; min-height: 750px; background: var(--teal-soft); }
.service-card-featured::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(13,104,116,.15); border-radius: 50%; right: -130px; bottom: -100px; }
.service-card-cta { display: flex; flex-direction: column; justify-content: flex-end; color: white; background: var(--teal); }
.service-card-cta p { color: rgba(255,255,255,.74); }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 64px; border-radius: 18px; background: var(--teal-soft); }
.service-card-featured .service-icon { background: white; }
.service-icon svg { width: 38px; fill: none; stroke: var(--teal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; top: 30px; right: 30px; color: rgba(13,104,116,.35); font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.service-card p { color: var(--muted); }
.service-card ul { margin: 26px 0 38px; padding: 0; list-style: none; }
.service-card li { padding: 9px 0; border-bottom: 1px solid rgba(13,104,116,.12); }
.card-link { position: absolute; left: 32px; bottom: 28px; display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-weight: 850; }
.service-card-featured .card-link { bottom: 34px; }

.results-section { background: white; }
.results-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.results-copy > p:not(.eyebrow) { color: var(--muted); max-width: 580px; }
.quality-list { margin-top: 38px; }
.quality-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.quality-list > div > span { color: var(--teal); font-weight: 900; }
.quality-list p { margin: 0; }
.quality-list strong, .quality-list small { display: block; }
.quality-list small { margin-top: 4px; color: var(--muted); }
.before-after-card { padding: 18px; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.comparison { position: relative; aspect-ratio: 1.12 / 1; overflow: hidden; border-radius: 20px; background: #bfd9d8; }
.comparison-layer { position: absolute; inset: 0; overflow: hidden; }
.before-layer { width: 50%; border-right: 2px solid white; }
.comparison-label { position: absolute; top: 18px; z-index: 4; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--teal-deep); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.after-layer .comparison-label { right: 18px; }
.before-layer .comparison-label { left: 18px; }
.fabric { position: absolute; inset: 0; min-width: 620px; background: linear-gradient(135deg, #6fa7a7, #94c0bc); }
.fabric::before { content: ""; position: absolute; inset: 7% 5%; border-radius: 46px 46px 20px 20px; background: linear-gradient(145deg, #d9ebe8, #8fb9b5); box-shadow: inset 0 -30px 60px rgba(5,62,69,.16), 0 22px 45px rgba(5,62,69,.18); }
.fabric::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: 6%; height: 36%; border-radius: 28px; background: linear-gradient(165deg, #c5dfdc, #82aaa8); box-shadow: inset 0 -20px 34px rgba(4,59,65,.16); }
.fabric span { position: absolute; z-index: 2; bottom: 16%; width: 26%; height: 27%; border-radius: 19px; border: 1px solid rgba(255,255,255,.35); }
.fabric span:nth-child(1) { left: 12%; }
.fabric span:nth-child(2) { left: 37%; }
.fabric span:nth-child(3) { left: 62%; }
.stained-fabric { filter: saturate(.72) brightness(.8); }
.stained-fabric i, .stained-fabric b { position: absolute; z-index: 3; border-radius: 50%; background: rgba(88,61,41,.33); filter: blur(3px); }
.stained-fabric i { left: 43%; bottom: 22%; width: 110px; height: 75px; transform: rotate(19deg); }
.stained-fabric b { left: 15%; top: 20%; width: 64px; height: 45px; }
.comparison-handle { position: absolute; z-index: 5; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--teal); box-shadow: 0 8px 25px rgba(4,58,65,.2); }
.comparison-range { position: absolute; inset: 0; z-index: 6; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.comparison-note { margin: 14px 6px 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.price-card { display: flex; min-height: 255px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.price-card > span { color: var(--teal-deep); font-weight: 850; }
.price-card p { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; margin: 22px 0; }
.price-card small { width: 100%; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.price-card strong { color: var(--teal); font-family: Georgia, serif; font-size: clamp(2.5rem,4vw,3.7rem); line-height: 1; }
.price-card em { color: var(--muted); font-size: .74rem; font-style: normal; font-weight: 800; }
.price-card a { color: var(--teal); font-size: .84rem; font-weight: 850; }
.pricing-note { margin-top: 24px; padding: 24px 28px; border-left: 4px solid var(--sand); border-radius: 0 14px 14px 0; background: #f5f9f8; }
.pricing-note strong { color: var(--teal-deep); }
.pricing-note p { margin: 8px 0; color: var(--muted); }
.pricing-note small { color: #5d7073; }

.process-section { background: var(--teal-deep); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid li { position: relative; min-height: 280px; padding: 38px 28px 20px; border-right: 1px solid rgba(255,255,255,.18); }
.process-grid li:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.process-grid span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 58px; border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-weight: 900; }
.process-grid p { color: rgba(255,255,255,.68); font-size: .92rem; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.about-visual { position: relative; }
.about-panel { min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: 56px; border-radius: var(--radius); background: var(--teal); overflow: hidden; }
.about-panel::after { content: ""; position: absolute; inset: 18% -42% auto auto; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.about-panel img { width: 170px; position: relative; z-index: 2; }
.about-panel p { position: relative; z-index: 2; color: white; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.6rem); line-height: 1.15; letter-spacing: .04em; }
.about-badge { position: absolute; right: -25px; bottom: 55px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--sand); color: var(--teal-deep); box-shadow: var(--shadow); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { font-size: 1.9rem; }
.about-badge span { font-size: .76rem; text-transform: uppercase; letter-spacing: .15em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.07rem; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 38px; }
.about-values div { padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.about-values strong, .about-values span { display: block; }
.about-values strong { color: var(--teal); margin-bottom: 7px; }
.about-values span { color: var(--muted); font-size: .82rem; }

.coverage-section { padding-top: 0; background: white; }
.coverage-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; padding: 64px; border-radius: var(--radius); background: var(--teal); color: white; overflow: hidden; }
.coverage-card > div:first-child p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.departments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.departments span { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; font-size: 1.35rem; font-weight: 900; background: rgba(255,255,255,.06); }
.departments small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: .65rem; font-weight: 650; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion-item { border-top: 1px solid #cfd8d8; }
.accordion-item:last-child { border-bottom: 1px solid #cfd8d8; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 0; border: 0; background: transparent; text-align: left; color: var(--ink); font-weight: 800; }
.accordion-item i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; top: 11px; left: 4px; width: 16px; height: 2px; background: var(--teal); transition: .2s; }
.accordion-item i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-content { padding: 0 55px 24px 0; }
.accordion-content p { color: var(--muted); }

.quote-section { background: var(--teal-deep); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.quote-reassurance { margin-top: 42px; }
.quote-reassurance > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.quote-reassurance > div > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.11); }
.quote-reassurance p { margin: 0; }
.quote-reassurance strong, .quote-reassurance small { display: block; }
.quote-reassurance small { color: rgba(255,255,255,.6); margin-top: 3px; }
.quote-form { padding: 40px; border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 28px 80px rgba(1,31,35,.27); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 18px; font-size: .82rem; font-weight: 800; color: #385054; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cfdada; border-radius: 12px; padding: 14px 15px; background: #fbfcfb; color: var(--ink); outline: none; transition: .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,104,116,.1); }
.quote-form textarea { resize: vertical; min-height: 125px; }
.quote-form input.invalid, .quote-form select.invalid { border-color: var(--danger); }
.field-error { display: none; margin-top: 5px; color: var(--danger); font-size: .72rem; font-weight: 650; }
.invalid + .field-error, .field-error.show { display: block; }
.file-label input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-ui { display: flex; align-items: center; gap: 10px; margin-top: 7px; padding: 17px; border: 1px dashed #b9cccc; border-radius: 12px; background: #f5f9f8; cursor: pointer; }
.file-ui > span { font-size: 1.5rem; color: var(--teal); }
.file-ui strong { color: var(--teal-deep); }
.file-ui small { margin-left: auto; color: var(--muted); font-weight: 500; }
.consent-label { display: flex !important; gap: 10px; align-items: flex-start; margin: 4px 0 0 !important; font-weight: 500 !important; line-height: 1.45; }
.consent-label input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--teal); }
.consent-label a { color: var(--teal); text-decoration: underline; }
.consent-error { margin-bottom: 14px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.4; }
.form-status { margin-top: 12px; min-height: 24px; font-size: .82rem; font-weight: 700; }

.site-footer { padding: 72px 0 28px; background: #032f35; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr .85fr; gap: 55px; padding-bottom: 55px; }
.brand-footer strong { color: white; }
.brand-footer small { color: rgba(255,255,255,.55); }
.footer-brand p { max-width: 380px; margin-top: 25px; color: rgba(255,255,255,.6); }
.footer-grid h3 { margin-bottom: 18px; font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid span { margin: 6px 0; color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-config { display: block; margin-top: 10px; color: var(--sand); line-height: 1.4; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .78rem; }
.footer-bottom p { margin: 0; font-size: inherit; }
.footer-bottom div { display: flex; gap: 22px; }

.mobile-cta { display: none; }
.back-to-top { position: fixed; right: 22px; bottom: 24px; z-index: 900; width: 46px; height: 46px; border: 0; border-radius: 50%; background: white; color: var(--teal); box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s; }
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }

.summary-dialog { width: min(660px, calc(100% - 30px)); max-height: 88vh; padding: 38px; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 40px 110px rgba(0,30,34,.35); }
.summary-dialog::backdrop { background: rgba(1,31,35,.72); backdrop-filter: blur(4px); }
.summary-dialog h2 { font-size: 2.5rem; }
.summary-dialog pre { max-height: 330px; overflow: auto; padding: 20px; border-radius: 12px; background: #eef5f4; white-space: pre-wrap; font-family: inherit; font-size: .9rem; }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); font-size: 1.55rem; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dialog-help { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }

.legal-page { background: white; }
.legal-hero { padding: 160px 0 70px; background: var(--teal); color: white; }
.legal-content { width: min(calc(100% - 40px), 880px); margin: 0 auto; padding: 70px 0 100px; }
.legal-content h2 { margin: 50px 0 16px; font-size: 2.2rem; }
.legal-content h3 { margin-top: 30px; }
.legal-content p, .legal-content li { color: #53666a; }
.placeholder-box { padding: 20px; border-left: 4px solid var(--sand); background: #faf5e9; color: #6c5931; }
.legal-back { display: inline-flex; margin-top: 28px; color: var(--teal); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid, .results-grid, .about-grid, .quote-grid { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .service-card-featured { grid-row: span 1; min-height: 430px; }
  .service-card-featured .service-icon { margin-bottom: 38px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.18); }
  .coverage-card { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; position: relative; z-index: 1100; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; background: var(--cream); transform: translateX(100%); transition: .3s ease; font-size: 1.3rem; }
  .main-nav.open { transform: translateX(0); }
  .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 145px; padding-bottom: 110px; }
  .hero-grid, .intro-grid, .results-grid, .about-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; }
  .hero-logo-card { width: 440px; max-width: 92%; }
  .intro-grid, .results-grid, .about-grid, .faq-grid, .quote-grid { gap: 48px; }
  .intro-copy { border-left: 0; border-top: 1px solid var(--line); padding: 34px 0 0; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 640px; }
  .faq-intro, .quote-copy { position: static; }
  .coverage-card { padding: 42px; }
  .about-panel { min-height: 480px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand small { display: none; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero { padding-top: 125px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .trust-list { display: grid; }
  .hero-visual { min-height: 390px; }
  .floating-card { display: none; }
  .hero-strip-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .hero-strip-inner span:nth-of-type(n+4), .hero-strip-inner i:nth-of-type(n+3) { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { min-height: 375px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.18); }
  .process-grid li { min-height: 230px; }
  .process-grid span { margin-bottom: 34px; }
  .about-panel { min-height: 430px; padding: 38px; }
  .about-badge { width: 120px; height: 120px; right: -4px; bottom: 35px; }
  .about-values, .departments { grid-template-columns: repeat(2,1fr); }
  .coverage-card { padding: 34px 24px; }
  .departments span { min-height: 92px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px; }
  .file-ui { align-items: flex-start; flex-wrap: wrap; }
  .file-ui small { width: 100%; margin-left: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-bottom: 70px; }
  .mobile-cta { display: flex; align-items: center; justify-content: space-between; position: fixed; z-index: 950; left: 14px; right: 14px; bottom: 12px; min-height: 54px; padding: 0 22px; border-radius: 999px; background: var(--sand); color: var(--teal-deep); font-weight: 900; box-shadow: 0 14px 35px rgba(3,47,53,.24); }
  .back-to-top { bottom: 82px; }
  .summary-dialog { padding: 30px 20px; }
  .dialog-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Version 3 — logo officiel, tarifs, réseaux sociaux, avis et galerie */
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 14px; }
.brand-footer img { box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.hero-brand-lockup { display: grid; justify-items: center; text-align: center; }
.hero-brand-lockup img { width: 180px; height: 180px; object-fit: cover; border-radius: 30px; box-shadow: 0 22px 55px rgba(0,35,40,.24); }
.hero-brand-lockup strong { margin-top: 28px; font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,3.4rem); font-weight: 500; letter-spacing: .14em; }
.hero-brand-lockup span { margin-top: 8px; color: rgba(255,255,255,.74); font-size: .72rem; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.about-panel img { width: 150px; height: 150px; object-fit: cover; border-radius: 30px; }
.service-price { position: absolute; left: 32px; bottom: 68px; margin: 0 !important; }
.service-price small, .service-price strong { display: block; }
.service-price small { color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.service-price strong { margin-top: 2px; color: var(--teal-deep); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.service-card-featured .service-price { bottom: 76px; }
.services-pricing-note { margin-top: 24px; padding: 26px 30px; border-left: 4px solid var(--sand); border-radius: 0 16px 16px 0; background: white; box-shadow: 0 14px 45px rgba(4,48,54,.06); }
.services-pricing-note strong { color: var(--teal-deep); }
.services-pricing-note p { margin: 8px 0; color: var(--muted); }
.services-pricing-note small { color: #5d7073; }
.real-gallery-preview { display: grid; gap: 18px; }
.real-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.real-before-after figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: white; }
.real-before-after img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; }
.real-before-after figure > span { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(3,47,53,.9); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.real-gallery-preview .button { justify-self: start; }
.review-cta-section { background: #edf4f3; }
.review-cta { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 34px; padding: 42px; border: 1px solid rgba(13,104,116,.12); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.review-cta h2 { margin-bottom: 12px; font-size: clamp(2rem,3.5vw,3.45rem); }
.review-cta p { margin-bottom: 0; color: var(--muted); }
.review-cta-icon, .review-action-icon { display: grid; place-items: center; border-radius: 24px; background: var(--teal-soft); color: var(--teal); }
.review-cta-icon { width: 92px; height: 92px; }
.review-cta-icon svg, .review-action-icon svg, .google-review-hero svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.review-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; min-width: 230px; }
.footer-social { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0 0 34px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-social h3 { margin: 0 0 4px; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-social p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.social-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.social-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; font-size: .83rem; font-weight: 800; transition: .2s ease; }
.social-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.08); }
.social-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-button:nth-child(3) svg { fill: currentColor; stroke: none; }
.inner-hero { padding: 175px 0 95px; overflow: hidden; }
.inner-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.inner-hero h1 { margin-bottom: 24px; }
.inner-hero p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.14rem; }
.inner-hero-logo { justify-self: end; display: grid; justify-items: center; gap: 18px; width: min(100%, 360px); padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: rgba(3,55,62,.2); text-align: center; }
.inner-hero-logo img { width: 150px; height: 150px; border-radius: 28px; }
.inner-hero-logo span { color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.35; }
.before-after-gallery { display: grid; gap: 26px; }
.gallery-pair { display: grid; grid-template-columns: .7fr 1.3fr; gap: 34px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(4,48,54,.07); }
.gallery-pair-heading { display: grid; grid-template-columns: 45px 1fr; gap: 16px; }
.gallery-pair-heading > span { color: var(--teal); font-family: Georgia, serif; font-size: 1.45rem; }
.gallery-pair-heading h3 { margin-bottom: 8px; font-size: 1.5rem; }
.gallery-pair-heading p { margin: 0; color: var(--muted); }
.gallery-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gallery-images figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: #eef3f2; }
.gallery-images img { width: 100%; height: 330px; object-fit: cover; }
.gallery-images figcaption { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(3,47,53,.92); color: white; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gallery-disclaimer { margin-top: 28px; padding: 26px 30px; border-left: 4px solid var(--sand); background: #faf8f0; }
.gallery-disclaimer p { margin: 8px 0 0; color: var(--muted); }
.gallery-cta-section, .review-thanks-section { background: var(--teal); color: white; }
.gallery-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.gallery-cta h2 { margin-bottom: 0; max-width: 800px; }
.google-review-hero { justify-self: end; display: grid; justify-items: center; width: min(100%, 360px); padding: 44px 34px; border-radius: 32px; background: white; color: var(--teal-deep); text-align: center; box-shadow: 0 26px 70px rgba(0,33,38,.22); }
.google-review-hero svg { width: 72px; height: 72px; }
.google-review-hero strong { margin-top: 18px; font-size: 2rem; }
.google-review-hero span { margin-top: 8px; color: var(--muted); }
.reviews-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.reviews-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.review-points { margin-top: 34px; }
.review-points > div { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.review-points > div > span { color: var(--teal); font-family: Georgia, serif; font-size: 1.3rem; }
.review-points p { margin: 0; }
.review-points strong, .review-points small { display: block; }
.review-points small { color: var(--muted); margin-top: 3px; }
.review-action-card { position: sticky; top: 120px; padding: 38px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.review-action-icon { width: 88px; height: 88px; margin-bottom: 26px; }
.review-action-card h2 { font-size: 2.8rem; }
.review-action-card > p:not(.eyebrow) { color: var(--muted); }
.review-action-card > small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.review-thanks { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 36px; }
.review-thanks img { width: 130px; height: 130px; border-radius: 26px; }
.review-thanks h2 { margin-bottom: 12px; font-size: clamp(2rem,3.6vw,3.6rem); }
.review-thanks p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.72); }
.main-nav a[aria-current="page"]::after { right: 0 !important; }

@media (max-width: 1050px) {
  .main-nav { gap: 14px; font-size: .86rem; }
  .gallery-pair { grid-template-columns: 1fr; }
  .review-cta { grid-template-columns: 80px 1fr; }
  .review-cta-actions { grid-column: 2; }
  .review-thanks { grid-template-columns: 110px 1fr; }
  .review-thanks .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 860px) {
  .inner-hero-grid, .reviews-layout { grid-template-columns: 1fr; }
  .inner-hero-logo, .google-review-hero { justify-self: start; }
  .review-action-card { position: static; }
  .gallery-cta { align-items: flex-start; flex-direction: column; }
  .footer-social { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .hero-brand-lockup img { width: 140px; height: 140px; }
  .hero-brand-lockup strong { font-size: 2rem; }
  .hero-brand-lockup span { font-size: .6rem; }
  .service-price { left: 24px; bottom: 68px; }
  .service-card-featured { min-height: 610px; }
  .real-before-after, .gallery-images { grid-template-columns: 1fr; }
  .review-cta { grid-template-columns: 1fr; padding: 28px; }
  .review-cta-actions { grid-column: auto; min-width: 0; }
  .inner-hero { padding: 135px 0 75px; }
  .inner-hero-logo, .google-review-hero { width: 100%; }
  .gallery-pair { padding: 18px; }
  .gallery-images img { height: auto; max-height: 440px; }
  .review-thanks { grid-template-columns: 1fr; }
  .review-thanks .button { grid-column: auto; }
  .social-buttons { width: 100%; display: grid; }
  .social-button { justify-content: center; }
}


/* Ajustements v6 : cartes prestations et galerie avant/après */
.services-grid { align-items: stretch; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 390px; }
.service-card h3 { margin-top: 0; }
.service-card p, .service-card ul { width: 100%; }
.service-card ul { margin: 22px 0 10px; }
.service-card-featured { min-height: 560px; }
.service-card-featured .service-icon { margin-bottom: 46px; }
.service-footer { width: 100%; margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.service-price { position: static; left: auto; bottom: auto; margin: 0 !important; }
.service-card-featured .service-price { bottom: auto; }
.card-link { position: static; left: auto; bottom: auto; margin-top: 0; }
.service-card-cta .button { margin-top: 24px; }
.real-before-after { align-items: stretch; }
.real-before-after figure, .gallery-images figure { display: flex; flex-direction: column; }
.real-before-after img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery-pair { align-items: stretch; }
.gallery-images { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.gallery-images figure { padding: 0; background: #eef3f2; box-shadow: inset 0 0 0 1px rgba(13,104,116,.08); }
.gallery-images img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.gallery-pair-heading p { line-height: 1.65; }
@media (max-width: 1050px) {
  .service-card-featured { min-height: 420px; }
}
@media (max-width: 620px) {
  .service-card, .service-card-featured { min-height: auto; }
  .service-card-featured { min-height: auto; }
  .service-footer { padding-top: 14px; }
  .gallery-images img { height: auto; max-height: none; }
}


/* Ajustements v7 : quatre catégories de prestations */
.services-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-grid-four .service-card,
.services-grid-four .service-card-featured { grid-row: span 1; min-height: 520px; }
.services-grid-four .service-card-featured .service-icon { margin-bottom: 64px; }
.service-price-note { display: block; margin-top: 7px; color: var(--muted); font-family: inherit; font-size: .76rem; font-weight: 650; line-height: 1.4; }
@media (max-width: 860px) {
  .services-grid-four { grid-template-columns: 1fr; }
  .services-grid-four .service-card,
  .services-grid-four .service-card-featured { min-height: auto; }
}


/* Prépublication v8 */
.footer-legal-id { margin-top: 10px !important; color: rgba(255,255,255,.56) !important; font-size: .72rem !important; line-height: 1.55 !important; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
