@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("/assets/fonts/atkinson-hyperlegible-next-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sky: oklch(0.78 0.13 215);
  --sky-soft: oklch(0.92 0.055 215);
  --ink: oklch(0.31 0.08 236);
  --ink-deep: oklch(0.23 0.06 239);
  --pink: oklch(0.62 0.22 350);
  --pink-dark: oklch(0.49 0.2 350);
  --pink-soft: oklch(0.92 0.06 352);
  --yellow: oklch(0.89 0.16 95);
  --paper: oklch(0.98 0.02 95);
  --white: oklch(1 0 0);
  --graphite: oklch(0.24 0.03 240);
  --muted: oklch(0.48 0.025 240);
  --green: oklch(0.61 0.16 150);
  --line: oklch(0.31 0.08 236 / 0.18);
  --shadow-hard: 8px 8px 0 var(--ink);
  --shell: min(1180px, calc(100vw - 40px));
  --radius-small: 10px;
  --radius: 18px;
  --display: "Bricolage Grotesque", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Atkinson Hyperlegible Next", "Avenir Next", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
html { overflow-x: clip; }
body { margin: 0; color: var(--graphite); background: var(--paper); font-family: var(--body); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.1em; text-underline-offset: 0.18em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink-deep); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.preview-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 20px; color: var(--white); background: var(--ink-deep); font-size: 14px; line-height: 1.25; }
.preview-bar span { flex: 0 0 auto; padding: 2px 8px; border-radius: 999px; color: var(--ink-deep); background: var(--yellow); font-weight: 800; }
.preview-bar p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 2px solid var(--ink); background: color-mix(in oklch, var(--paper) 94%, transparent); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; flex: 0 0 auto; color: var(--ink); line-height: 0.92; text-decoration: none; }
.wordmark-small { margin-left: 3px; color: var(--pink-dark); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.wordmark-main { display: flex; align-items: flex-start; gap: 4px; font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: -0.04em; }
.wordmark-main span { color: var(--pink); font-size: 13px; line-height: 1; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.site-nav a { position: relative; font-size: 16px; font-weight: 650; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px; background: var(--pink); transition: right 180ms ease; }
.site-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: var(--radius-small); background: var(--paper); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 21px; height: 2px; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border: 2px solid var(--ink); border-radius: var(--radius-small); font-family: var(--display); font-weight: 750; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.button:active { transform: translate(0, 0); box-shadow: none; }
.button-small { min-height: 44px; padding: 10px 16px; color: var(--white); background: var(--pink-dark); font-size: 15px; }
.button-primary { color: var(--ink-deep); background: var(--yellow); }
.button-ink, .button-dark { color: var(--white); background: var(--ink-deep); }
.button-outline { color: var(--ink-deep); background: transparent; }

.hero { position: relative; padding: clamp(64px, 8vw, 116px) 0 clamp(72px, 9vw, 126px); background: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px), var(--sky-soft); background-size: 32px 32px; }
.hero::before { content: ""; position: absolute; width: 240px; height: 70px; left: -50px; top: 90px; background: var(--pink); transform: rotate(-7deg); opacity: 0.92; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.location-kicker, .eyebrow { margin: 0 0 20px; color: var(--ink); font-weight: 800; }
.location-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); font-size: 15px; }
.location-kicker span { color: var(--green); font-size: 13px; }
.hero h1, .section h2, .final-cta p { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -0.055em; line-height: 0.98; }
.hero h1 { max-width: 720px; color: var(--ink-deep); font-size: clamp(53px, 6.2vw, 91px); }
.hero h1 span { position: relative; z-index: 0; color: var(--pink-dark); white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -2%; bottom: 4%; height: 19%; background: var(--yellow); transform: rotate(-1deg); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--graphite); font-size: clamp(20px, 2vw, 24px); line-height: 1.38; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { display: inline-flex; flex-direction: column; color: var(--ink-deep); font-size: 15px; font-weight: 600; line-height: 1.2; text-decoration: none; }
.text-link span { margin-top: 2px; font-size: 18px; font-weight: 800; text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 3px; }
.trust-line { display: flex; gap: clamp(18px, 3vw, 36px); margin-top: 48px; padding-top: 24px; border-top: 2px solid var(--ink); }
.trust-line > div { display: flex; flex-direction: column; font-size: 14px; line-height: 1.25; }
.trust-line strong { color: var(--ink-deep); font-family: var(--display); font-size: 19px; }
.stars { color: var(--pink-dark); font-size: 13px; letter-spacing: -0.08em; }
.hero-visual { position: relative; }
.photo-frame { position: relative; overflow: hidden; border: 3px solid var(--ink); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-hard); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { aspect-ratio: 0.93; transform: rotate(2.25deg); }
.hero-photo img { object-position: 50% 42%; }
.scribble { position: absolute; left: -64px; bottom: 25%; margin: 0; padding: 10px 14px; color: var(--white); background: var(--pink-dark); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); font-family: var(--display); font-size: clamp(21px, 2.5vw, 31px); font-weight: 800; transform: rotate(-7deg); }
.open-note { position: absolute; right: -22px; top: -34px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink-deep); background: var(--paper); font-size: 13px; font-weight: 800; line-height: 1.12; transform: rotate(4deg); }
.open-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in oklch, var(--green) 22%, transparent); }

.quick-strip { position: relative; z-index: 2; border-block: 3px solid var(--ink); color: var(--white); background: var(--ink-deep); transform: rotate(-0.7deg) scale(1.01); }
.quick-strip-inner { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.quick-strip p { margin: 0; text-align: center; font-weight: 700; }
.quick-strip span { color: var(--yellow); }

.section { padding: clamp(84px, 10vw, 150px) 0; }
.section h2 { color: var(--ink-deep); font-size: clamp(43px, 5.4vw, 76px); }
.eyebrow { color: var(--pink-dark); font-size: 17px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr); align-items: end; gap: clamp(40px, 8vw, 110px); }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 20px; }
.list-service { background: var(--paper); }
.list-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.7fr); align-items: start; gap: clamp(48px, 8vw, 110px); margin-top: clamp(60px, 8vw, 96px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 26px 0 30px; border-top: 2px solid var(--ink); }
.steps li:last-child { border-bottom: 2px solid var(--ink); }
.step-number, .service-index { color: var(--pink-dark); font-family: var(--display); font-weight: 800; }
.steps h3, .form-heading h3, .service-row h3 { margin: 0; color: var(--ink-deep); font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; }
.steps h3 { font-size: 27px; }
.steps p { max-width: 510px; margin: 8px 0 0; color: var(--muted); }
.whatsapp-form-wrap { position: sticky; top: 120px; padding: clamp(24px, 4vw, 38px); border: 3px solid var(--ink); border-radius: var(--radius); color: var(--ink-deep); background: var(--pink-soft); box-shadow: var(--shadow-hard); }
.tape { position: absolute; width: 120px; height: 33px; top: -17px; left: 50%; background: color-mix(in oklch, var(--yellow) 78%, transparent); transform: translateX(-50%) rotate(-3deg); }
.form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.whatsapp-mark { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; color: var(--white); background: var(--green); font-family: var(--display); font-weight: 800; }
.form-heading p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.form-heading h3 { font-size: 31px; }
#lista-form { display: grid; gap: 10px; }
#lista-form label { margin-top: 7px; font-size: 15px; font-weight: 750; }
#lista-form label span { color: var(--muted); font-size: 13px; font-weight: 500; }
#lista-form input, #lista-form textarea { width: 100%; border: 2px solid var(--ink); border-radius: 8px; padding: 13px 14px; color: var(--graphite); background: var(--white); }
#lista-form input::placeholder, #lista-form textarea::placeholder { color: oklch(0.58 0.025 240); opacity: 1; }
#lista-form input:focus, #lista-form textarea:focus { border-color: var(--pink-dark); outline: 3px solid color-mix(in oklch, var(--pink) 25%, transparent); outline-offset: 1px; }
.form-row { display: grid; grid-template-columns: 1fr 0.6fr; gap: 12px; }
.form-row > div { display: grid; gap: 10px; }
.button-whatsapp { width: 100%; margin-top: 10px; color: var(--white); background: var(--green); }
.form-note { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }

.services { position: relative; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.services::after { content: "✦"; position: absolute; right: -50px; top: 35px; color: var(--yellow); font-size: 230px; line-height: 1; opacity: 0.12; transform: rotate(18deg); }
.services .eyebrow { color: var(--sky); }
.services h2 { max-width: 830px; color: var(--white); }
.services-ledger { margin-top: 70px; border-top: 2px solid color-mix(in oklch, var(--white) 38%, transparent); }
.service-row { position: relative; display: grid; grid-template-columns: 58px minmax(220px, 0.55fr) minmax(280px, 0.85fr) 50px; align-items: center; gap: 24px; min-height: 118px; border-bottom: 2px solid color-mix(in oklch, var(--white) 38%, transparent); }
.service-index { color: var(--sky); }
.service-row h3 { color: var(--white); font-size: clamp(25px, 3vw, 37px); }
.service-row p { margin: 0; color: oklch(0.88 0.025 230); }
.service-symbol { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--sky); border-radius: 50%; color: var(--yellow); font-size: 24px; }
.service-cta { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 40px; }
.service-cta p { margin: 0; color: var(--sky-soft); }
.service-cta .button { border-color: var(--white); color: var(--ink-deep); background: var(--yellow); }

.inside { background: var(--pink-soft); }
.inside-grid { display: grid; grid-template-columns: minmax(0, 0.76fr) minmax(300px, 0.62fr) minmax(200px, 0.32fr); align-items: center; gap: clamp(24px, 4vw, 56px); }
.inside-copy h2 { font-size: clamp(42px, 5vw, 70px); }
.inside-copy > p:not(.eyebrow) { max-width: 630px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.text-arrow { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--ink-deep); font-family: var(--display); font-weight: 800; text-decoration-color: var(--pink); text-decoration-thickness: 3px; }
.inside-main { aspect-ratio: 0.79; transform: rotate(1.5deg); }
.inside-main img { object-position: 55% center; }
.inside-detail { align-self: end; margin-bottom: 30px; aspect-ratio: 0.75; transform: rotate(-4deg); }
.inside-detail figcaption { position: absolute; left: 12px; bottom: 12px; padding: 5px 8px; border: 2px solid var(--ink); color: var(--ink-deep); background: var(--yellow); font-family: var(--display); font-size: 13px; font-weight: 800; }

.reviews { background: var(--paper); }
.review-score { display: grid; grid-template-columns: 0.55fr 1.45fr; align-items: end; gap: clamp(32px, 7vw, 90px); padding-bottom: 54px; border-bottom: 3px solid var(--ink); }
.review-score > div { display: flex; align-items: end; gap: 18px; }
.score { color: var(--ink-deep); font-family: var(--display); font-size: clamp(82px, 11vw, 150px); font-weight: 800; letter-spacing: -0.08em; line-height: 0.7; }
.stars.large { padding-bottom: 3px; font-size: clamp(17px, 2vw, 24px); }
.review-score p { margin: 0; color: var(--ink-deep); font-family: var(--display); font-size: clamp(27px, 3.1vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; }
.review-score mark { padding: 0 5px; color: var(--ink-deep); background: var(--yellow); }
.quotes { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; margin-top: 54px; }
.quote { margin: 0; padding: clamp(25px, 3vw, 36px); border: 3px solid var(--ink); border-radius: var(--radius); box-shadow: 6px 6px 0 var(--ink); }
.quote:nth-child(1) { grid-column: span 4; }
.quote:nth-child(2) { grid-column: span 5; transform: translateY(30px); }
.quote:nth-child(3) { grid-column: span 3; transform: translateY(-14px) rotate(1.5deg); }
.quote-blue { background: var(--sky); }
.quote-pink { color: var(--white); background: var(--pink-dark); }
.quote-yellow { background: var(--yellow); }
.quote blockquote { margin: 0; font-family: var(--display); font-size: clamp(23px, 2.4vw, 33px); font-weight: 700; line-height: 1.13; letter-spacing: -0.03em; }
.quote figcaption { display: flex; flex-direction: column; margin-top: 28px; font-weight: 800; line-height: 1.3; }
.quote figcaption span { font-size: 14px; font-weight: 500; opacity: 0.75; }
.reviews-note { margin: 70px 0 0; color: var(--muted); font-size: 13px; }

.location { padding-top: 0; background: var(--paper); }
.location-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 530px; border: 3px solid var(--ink); border-radius: var(--radius); background: var(--sky); box-shadow: var(--shadow-hard); }
.location-copy { position: relative; z-index: 2; padding: clamp(40px, 7vw, 82px); }
.location-copy h2 { max-width: 550px; }
.location-copy address { display: flex; flex-direction: column; margin-top: 34px; font-style: normal; }
.location-copy address strong { color: var(--ink-deep); font-family: var(--display); font-size: 28px; }
.location-copy address span { color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.map-illustration { position: relative; min-height: 100%; overflow: hidden; border-left: 3px solid var(--ink); background: var(--pink-soft); }
.map-illustration::before, .map-illustration::after { content: ""; position: absolute; border: 2px solid var(--ink); background: var(--yellow); }
.map-illustration::before { width: 180px; height: 115px; right: 25px; top: 35px; }
.map-illustration::after { width: 145px; height: 130px; left: 25px; bottom: 28px; background: var(--sky-soft); }
.street { position: absolute; z-index: 1; height: 28px; border-block: 2px solid var(--ink); background: var(--white); }
.street-a { width: 150%; left: -23%; top: 48%; transform: rotate(-17deg); }
.street-b { width: 120%; left: -10%; top: 43%; transform: rotate(53deg); }
.street-c { width: 95%; left: 8%; bottom: 16%; transform: rotate(7deg); }
.map-pin { position: absolute; z-index: 3; left: 54%; top: 44%; width: 76px; height: 76px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50% 50% 50% 8px; color: var(--white); background: var(--pink-dark); box-shadow: 5px 5px 0 var(--ink); transform: rotate(-45deg); }
.map-pin span { font-size: 27px; transform: rotate(45deg); }
.map-illustration p { position: absolute; z-index: 3; left: 34%; top: 66%; margin: 0; padding: 6px 10px; border: 2px solid var(--ink); background: var(--paper); font-family: var(--display); font-weight: 800; transform: rotate(-8deg); }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(390px, 0.9fr); gap: clamp(50px, 10vw, 150px); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; color: var(--ink-deep); font-family: var(--display); font-size: 21px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 21px; width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink-deep); background: var(--yellow); font-family: var(--body); font-size: 24px; font-weight: 700; line-height: 1; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 54px 24px 0; color: var(--muted); }

.final-cta { border-block: 3px solid var(--ink); background: var(--yellow); }
.final-cta-inner { min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 60px; }
.final-cta p { color: var(--ink-deep); font-size: clamp(45px, 6.8vw, 91px); }
.final-cta p strong { color: var(--pink-dark); }
.button-dark { flex: 0 0 auto; min-width: 180px; border-color: var(--ink-deep); }

.site-footer { padding: 70px 0 24px; color: var(--white); background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 0.7fr 0.8fr; gap: 50px; padding-bottom: 60px; }
.footer-wordmark { color: var(--white); }
.footer-wordmark .wordmark-small { color: var(--sky); }
.footer-wordmark .wordmark-main { font-size: clamp(26px, 3vw, 38px); }
.footer-contact, .footer-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-contact a, .footer-legal a { color: var(--white); font-weight: 650; text-decoration-color: var(--sky); }
.footer-legal p { max-width: 350px; margin: 0; color: oklch(0.79 0.035 230); font-size: 14px; }
.footer-credit { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding-top: 20px; border-top: 1px solid color-mix(in oklch, var(--white) 20%, transparent); color: oklch(0.72 0.03 230); font-size: 12px; }
.footer-credit a { display: inline-flex; align-items: center; gap: 7px; color: var(--white); text-decoration: none; }
.footer-credit img { width: 24px; height: 24px; border-radius: 50%; }
.floating-whatsapp { position: fixed; z-index: 90; right: 20px; bottom: 20px; min-height: 52px; display: none; align-items: center; gap: 8px; padding: 8px 15px 8px 8px; border: 2px solid var(--ink); border-radius: 999px; color: var(--white); background: var(--green); box-shadow: 4px 4px 0 var(--ink); font-size: 15px; text-decoration: none; }
.floating-whatsapp span { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--white); border-radius: 50%; font-family: var(--display); font-weight: 800; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 22px; max-width: min(520px, calc(100vw - 32px)); padding: 14px 18px; border: 2px solid var(--ink); border-radius: 10px; color: var(--ink-deep); background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); font-weight: 700; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 24px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal[data-delay="1"] { transition-delay: 100ms; }
.reveal[data-delay="2"] { transition-delay: 200ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; padding: clamp(40px, 8vw, 90px) 0; background: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px), var(--sky-soft); background-size: 32px 32px; }
.legal-sheet { max-width: 820px; padding: clamp(28px, 6vw, 70px); border: 3px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-hard); }
.legal-sheet > .wordmark { margin-bottom: 70px; }
.legal-sheet h1, .legal-sheet h2 { color: var(--ink-deep); font-family: var(--display); letter-spacing: -0.04em; }
.legal-sheet h1 { margin: 0 0 30px; font-size: clamp(54px, 9vw, 90px); line-height: 0.95; }
.legal-sheet h2 { margin: 38px 0 8px; font-size: 26px; }
.legal-sheet p { color: var(--muted); }
.legal-sheet .button { margin-top: 32px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .site-nav { position: fixed; inset: 77px 0 auto; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 16px 22px; border-bottom: 3px solid var(--ink); background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 15px 5px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .header-cta { display: none; }
  .hero-grid, .split-heading, .list-layout, .inside-grid, .review-score, .location-card, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: min(570px, 88%); margin-inline: auto; }
  .whatsapp-form-wrap { position: static; }
  .quick-strip-inner { grid-template-columns: repeat(2, 1fr); padding-block: 16px; }
  .service-row { grid-template-columns: 48px minmax(190px, 0.65fr) minmax(250px, 1fr) 46px; }
  .inside-copy { max-width: 680px; }
  .inside-main { width: min(560px, 80%); justify-self: end; }
  .inside-detail { width: min(260px, 42%); margin-top: -42%; justify-self: start; }
  .review-score { align-items: start; }
  .quote:nth-child(1) { grid-column: span 5; }
  .quote:nth-child(2) { grid-column: span 7; }
  .quote:nth-child(3) { grid-column: 3 / span 7; margin-top: 30px; }
  .map-illustration { min-height: 410px; border-top: 3px solid var(--ink); border-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
  .floating-whatsapp { width: 54px; height: 54px; display: inline-flex; right: 14px; bottom: 14px; padding: 8px; border-radius: 50%; }
  .floating-whatsapp strong { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --shadow-hard: 5px 5px 0 var(--ink); }
  body { font-size: 17px; }
  html { scroll-padding-top: 92px; }
  .preview-bar { align-items: flex-start; gap: 7px; min-height: 42px; padding-inline: 14px; font-size: 11px; }
  .preview-bar span { margin-top: 1px; }
  .wordmark-main { font-size: 18px; }
  .wordmark-small { font-size: 10px; }
  .hero { padding-top: 48px; }
  .hero::before { width: 120px; height: 40px; top: 58px; }
  .hero h1 { font-size: clamp(45px, 13.6vw, 63px); }
  .hero h1 span { white-space: normal; }
  .hero-lead { font-size: 19px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-items: center; }
  .trust-line { display: grid; grid-template-columns: 1fr 0.72fr; gap: 20px; }
  .trust-line > div:last-child { grid-column: 1 / -1; }
  .hero-grid { gap: 58px; }
  .hero-visual { width: 93%; }
  .scribble { left: -10px; bottom: -24px; font-size: 21px; }
  .open-note { right: -8px; top: -36px; }
  .quick-strip { transform: none; }
  .quick-strip-inner { grid-template-columns: 1fr 1fr; gap: 10px 16px; }
  .quick-strip p { text-align: left; font-size: 13px; }
  .section h2 { font-size: clamp(40px, 12vw, 56px); }
  .split-heading { gap: 24px; }
  .split-heading > p { font-size: 18px; }
  .list-layout { margin-top: 45px; }
  .steps li { grid-template-columns: 51px 1fr; gap: 12px; }
  .steps h3 { font-size: 23px; }
  .form-row { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 40px 1fr 42px; gap: 12px; padding: 23px 0; }
  .service-row h3 { font-size: 25px; }
  .service-row p { grid-column: 2 / -1; padding-right: 8px; font-size: 16px; }
  .service-symbol { width: 39px; height: 39px; font-size: 20px; }
  .service-cta { align-items: stretch; flex-direction: column; }
  .inside-main { width: 88%; }
  .inside-detail { width: 44%; margin-top: -47%; }
  .review-score > div { align-items: center; }
  .score { font-size: 94px; }
  .quotes { display: flex; flex-direction: column; gap: 20px; }
  .quote:nth-child(n) { transform: none; }
  .quote blockquote { font-size: 25px; }
  .reviews-note { margin-top: 35px; }
  .location-card { width: calc(100% - 20px); }
  .location-copy { padding: 36px 24px 44px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .map-illustration { min-height: 330px; }
  .faq-layout { gap: 42px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta p { font-size: clamp(42px, 12vw, 59px); }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-legal { grid-column: auto; }
  .footer-credit { justify-content: flex-start; margin-bottom: 65px; }
}

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