:root {
  --blue: oklch(0.57 0.16 245);
  --blue-deep: oklch(0.29 0.10 245);
  --blue-pale: oklch(0.94 0.03 240);
  --ink: oklch(0.19 0.025 245);
  --muted: oklch(0.43 0.025 245);
  --white: oklch(1 0 0);
  --surface: oklch(0.97 0.008 245);
  --line: oklch(0.86 0.018 245);
  --accent: oklch(0.70 0.10 240);
  --font: "Funnel Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bitter", Georgia, "Times New Roman", serif;
  --z-sticky: 30;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 0.98; letter-spacing: -0.035em; text-wrap: balance; }
p { text-wrap: pretty; }

.shell { width: min(100% - 40px, 1180px); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.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: 10px;
  left: 10px;
  z-index: calc(var(--z-sticky) + 1);
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: var(--white); background: var(--blue-deep); font-size: 0.82rem; font-weight: 600; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-bar a { display: inline-flex; align-items: center; gap: 0.45rem; }
.utility-bar a:hover { text-decoration: underline; }
.utility-bar a:first-child span:first-child { color: var(--accent); font-size: 0.55rem; }

.site-header { position: sticky; top: 0; z-index: var(--z-sticky); background: var(--white); border-bottom: 1px solid var(--line); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { width: 220px; height: auto; }
.nav__menu { display: flex; align-items: center; gap: 1.6rem; font-size: 0.94rem; font-weight: 650; }
.nav__menu > a { position: relative; }
.nav__menu > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right 220ms cubic-bezier(.16,1,.3,1); }
.nav__menu > a:hover::after { right: 0; }
.cta-with-hours { display: flex; flex-direction: column; align-items: flex-start; gap: 0.45rem; }
.cta-with-hours__note { max-width: 36ch; color: var(--muted); font-size: 0.82rem; font-weight: 600; line-height: 1.35; }
.language-toggle { min-width: 86px; padding: 0.5rem 0.7rem; color: var(--blue-deep); background: var(--blue-pale); border: 0; border-radius: 8px; cursor: pointer; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.15;
  transition: transform 180ms cubic-bezier(.16,1,.3,1), background-color 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-deep); }
.button--small { min-height: 44px; padding: 0.7rem 1rem; }
.button--light { color: var(--blue-deep); background: var(--white); }
.button--light:hover { color: var(--white); background: var(--ink); }
.button--dark { background: var(--ink); }
.button--dark:hover { background: var(--blue-deep); }

.hero { min-height: min(760px, calc(100svh - 118px)); display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--blue); }
.hero__copy { width: min(100% - 40px, 820px); margin-inline: auto; text-align: center; }
.hero__copy-inner { padding: clamp(4rem, 8vw, 7rem) 0; }
.hero__kicker { margin-bottom: 1.25rem; color: var(--white); font-size: 0.9rem; font-weight: 750; }
.hero h1 { font-size: clamp(3.3rem, 6.6vw, 6rem); font-weight: 800; }
.hero__lead { max-width: 42ch; margin: 1.6rem auto 0; color: oklch(0.97 0.01 240); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero__caption { margin-top: 1.1rem; font-size: 0.94rem; font-weight: 650; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.3rem; margin-top: 2rem; }
.hero .cta-with-hours { align-items: center; }
.hero .cta-with-hours__note { max-width: 42ch; color: oklch(0.97 0.01 240); text-align: center; }

.proof-strip { color: var(--ink); background: var(--surface); border-bottom: 1px solid var(--line); }
.proof-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip p { display: flex; flex-direction: column; gap: 0.15rem; padding: 1.4rem 2rem; border-inline-end: 1px solid var(--line); }
.proof-strip p:first-child { padding-inline-start: 0; }
.proof-strip p:last-child { border-inline-end: 0; }
.proof-strip strong { color: var(--blue-deep); font-size: 0.8rem; }
.proof-strip span { color: var(--muted); font-size: 0.94rem; }

.section-intro { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: 3.5rem; }
.section-intro h2, .process h2, .about h2, .faq h2, .visit h2 { font-size: clamp(2.45rem, 5vw, 4.75rem); font-weight: 800; }
.section-intro p, .process__intro > p, .about__copy > p { max-width: 62ch; color: var(--muted); font-size: 1.08rem; }

.service-row { min-height: 196px; display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: 2.3rem; color: var(--ink); background: var(--blue-pale); border-top: 1px solid var(--blue); }
.service-row + .service-row { margin-top: 1rem; }
.service-row--blue { color: var(--white); background: var(--blue); border-color: var(--blue); }
.service-row--dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.service-row__number { align-self: start; color: var(--blue); font-size: 0.9rem; font-weight: 800; }
.service-row--blue .service-row__number, .service-row--dark .service-row__number { color: var(--accent); }
.service-row h3 { font-size: clamp(1.7rem, 3vw, 2.75rem); }
.service-row p { max-width: 64ch; margin-top: 0.7rem; color: var(--muted); }
.service-row--blue p, .service-row--dark p { color: oklch(0.91 0.014 240); }
.service-row > a { align-self: end; padding-bottom: 0.2rem; border-bottom: 2px solid currentColor; font-weight: 750; white-space: nowrap; }
.service-row > a:hover { color: var(--accent); }

.process { background: var(--surface); }
.process__grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.process__intro > p { margin-top: 1.4rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 1.4rem; padding: 0 0 2.2rem; }
.steps li + li { padding-top: 2.2rem; border-top: 1px solid var(--line); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 1rem; font-weight: 800; }
.steps h3 { padding-top: 0.25rem; font-size: 1.45rem; }
.steps p { max-width: 55ch; margin-top: 0.55rem; color: var(--muted); }

.about { color: var(--white); background: var(--blue-deep); }
.about__grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.about__statement { align-self: stretch; display: flex; align-items: center; justify-content: center; padding: clamp(2rem, 5vw, 4rem); background: var(--blue); }
.about__statement p { width: 100%; color: var(--white); font-size: clamp(2rem, 4vw, 3.65rem); font-weight: 800; line-height: 1; letter-spacing: -0.035em; text-align: center; }
.about__copy > .about__experience { margin: 0 0 1.2rem; color: var(--blue-pale); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; line-height: 1.4; text-transform: uppercase; }
.about__copy h2 { max-width: 11ch; }
.about__copy > p:not(.about__experience) { margin-top: 1.4rem; color: oklch(0.9 0.015 240); }
.arrow-link { display: inline-flex; gap: 0.7rem; margin-top: 2rem; padding-bottom: 0.3rem; border-bottom: 2px solid var(--accent); font-weight: 750; }
.arrow-link:hover { color: var(--accent); }

.reviews { background: var(--white); }
.reviews__grid { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: stretch; }
.reviews__summary { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); color: var(--white); background: var(--blue); }
.reviews__eyebrow { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.reviews__score { margin-top: 1rem; font-family: var(--font-display); font-size: clamp(5rem, 10vw, 8rem); font-weight: 800; line-height: 0.9; letter-spacing: -0.06em; }
.reviews__stars { display: flex; align-items: center; margin-top: 1.1rem; color: var(--blue-pale); font-size: 1.35rem; letter-spacing: 0.16em; }
.reviews__half-star { position: relative; display: inline-block; }
.reviews__half-star::before { position: absolute; inset: 0 auto 0 0; width: 50%; overflow: hidden; content: "★"; }
.reviews__count { margin-top: 0.6rem; color: var(--blue-pale); font-size: 0.94rem; font-weight: 650; }
.review-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 6vw, 5rem); background: var(--surface); border-top: 4px solid var(--blue); }
.review-card blockquote { max-width: 24ch; margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; }
.review-card > p { margin-top: 1.2rem; color: var(--muted); font-size: 0.9rem; font-weight: 700; }

.faq { background: var(--surface); }
.faq .shell { max-width: 760px; }
.faq .section-intro { grid-template-columns: 1fr; }
.faq-list { width: 100%; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.35rem 0; cursor: pointer; list-style: none; font-family: var(--font); font-size: 1.12rem; font-weight: 750; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--blue); font-size: 1.35rem; line-height: 1; font-weight: 650; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 62ch; padding: 0 0 1.4rem; color: var(--muted); font-size: 1.05rem; }

.visit { background: var(--white); }
.visit__grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.visit__details h3 { margin-bottom: 1.2rem; font-size: 1.45rem; }
.hours { margin: 0; }
.hours div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 0.7rem 0; border-top: 1px solid var(--line); font-weight: 650; }
.hours div:last-child { border-bottom: 1px solid var(--line); }
.hours dt { color: var(--ink); }
.hours dd { margin: 0; color: var(--muted); }
.visit__address { margin: 1.6rem 0 0.55rem; font-size: 1.08rem; font-weight: 650; }
.visit__details > a { display: inline-block; font-size: 1.08rem; font-weight: 650; }
.visit__details > a:hover { color: var(--blue); }
.visit__map { min-height: 420px; background: var(--surface); }
.visit__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.contact { padding-block: clamp(2.6rem, 5vw, 4.2rem); color: var(--white); background: var(--blue); }
.contact__band { display: flex; align-items: center; justify-content: space-between; gap: clamp(1.5rem, 4vw, 3rem); }
.contact h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; }
.contact p { max-width: 52ch; margin-top: 0.7rem; color: oklch(0.97 0.01 240); font-size: 1.08rem; }
.contact .button { flex-shrink: 0; }

.site-footer { padding-block: 3.5rem; color: var(--white); background: var(--ink); }
.footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: start; }
.brand--footer { color: var(--white); }
.brand--footer .brand__logo { filter: brightness(0) invert(1); }
.footer__grid > div:first-child > p { max-width: 45ch; margin-top: 1rem; color: oklch(0.78 0.015 240); }
.footer__links { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: 0.92rem; font-weight: 650; }
.footer__links a:hover { color: var(--accent); }
.footer__legal { grid-column: 1 / -1; padding-top: 2rem; color: oklch(0.67 0.015 240); border-top: 1px solid oklch(0.33 0.025 245); font-size: 0.78rem; }

.whatsapp-button { position: fixed; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); z-index: calc(var(--z-sticky) - 1); min-height: 56px; display: inline-flex; align-items: center; gap: 0.65rem; padding: 0.8rem 1.1rem; color: var(--white); background: oklch(0.64 0.18 150); border: 2px solid var(--white); border-radius: 999px; box-shadow: 0 10px 28px oklch(0.18 0.03 245 / 0.24); font-weight: 800; transition: transform 180ms cubic-bezier(.16,1,.3,1), background-color 180ms ease; }
.whatsapp-button:hover { background: oklch(0.52 0.16 150); transform: translateY(-2px); }
.whatsapp-button svg { width: 28px; height: 28px; flex: 0 0 auto; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav__menu { position: fixed; inset: 118px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 2rem 20px; background: var(--white); }
  .nav__menu.is-open { display: flex; }
  .nav__menu > a:not(.button), .language-toggle { width: 100%; padding: 1rem 0; text-align: left; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__menu .button { margin-top: 1.5rem; }
  .hero { min-height: 0; }
  .section-intro, .process__grid, .about__grid, .reviews__grid, .visit__grid { grid-template-columns: 1fr; }
  .process__grid, .about__grid, .reviews__grid { gap: 3.5rem; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .utility-bar__inner { min-height: 42px; }
  .utility-bar a:first-child { display: none; }
  .utility-bar__inner { justify-content: flex-end; }
  .nav { min-height: 72px; }
  .brand__logo { width: 185px; }
  .nav__menu { inset-block-start: 114px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero__copy { width: min(100% - 28px, 820px); }
  .hero__copy-inner { padding: 4rem 0; }
  .proof-strip__inner { grid-template-columns: 1fr; }
  .proof-strip p, .proof-strip p:first-child { padding: 1rem 0; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .section-intro { gap: 1.5rem; }
  .service-row { grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.6rem 1.2rem; }
  .service-row > a { grid-column: 2; justify-self: start; margin-top: 0.5rem; }
  .steps li { grid-template-columns: 46px 1fr; }
  .about__statement { min-height: 310px; }
  .contact__band { flex-direction: column; align-items: flex-start; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__legal { grid-column: auto; }
  .whatsapp-button { width: 58px; height: 58px; min-height: 0; justify-content: center; padding: 0; border-radius: 50%; }
  .whatsapp-button span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}

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