@font-face{font-family:'Fraunces';font-style:normal;font-weight:500 700;font-display:swap;src:url('../fonts/fraunces-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:500 700;font-display:swap;src:url('../fonts/fraunces-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/nunito-sans-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/nunito-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* ==========================================================================
   Logopèdia Integral · public design system
   Mobile-first. Tokens → base → layout → components. Page-specific rules go
   at the very end under "Pages". Fonts (@font-face) are prepended at build.
   ========================================================================== */

:root {
  --ink: #2b2530;
  --ink-soft: #4a4350;
  --muted: #675f6c;
  --cream: #fbf8f4;
  --paper: #ffffff;
  --line: #e7e1d9;
  --field: #d4cdc4;

  --teal-800: #245a5b;
  --teal-700: #2f6f70;
  --teal-500: #58a3a4;
  --teal-100: #e2f0ef;
  --teal-50: #f1f8f7;
  --lav-300: #d6cde6;
  --lav-100: #efebf6;
  --sun: #f2c46d;
  --wa: #1f8f4e;
  --wa-dark: #18703d;
  --ok: #1f7a4d;
  --err: #b3261e;

  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(43, 37, 48, .06), 0 10px 28px rgba(43, 37, 48, .08);
  --f-head: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 68px;
  --bar-h: 0px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 1.0625rem/1.65 var(--f-body);
  padding-bottom: var(--bar-h);
}
@media (max-width: 899px) { body { --bar-h: calc(70px + env(safe-area-inset-bottom)); } }
img, svg, video { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--teal-700); text-underline-offset: .18em; }
a:hover { color: var(--teal-800); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 600; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 5.5vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.35rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
address { font-style: normal; }
.i { width: 1.2em; height: 1.2em; flex: none; vertical-align: -.2em; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: 1160px; margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 780px; }
.section { padding-block: clamp(48px, 8vw, 96px); }
.section--tight { padding-block: clamp(32px, 5vw, 56px); }
.section--flush-top { padding-top: 0; }
.section--lav { background: var(--lav-100); }
.section--teal { background: var(--teal-50); }
.section--paper { background: var(--paper); }
.section__head { max-width: 680px; margin-bottom: clamp(24px, 4vw, 40px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head p { color: var(--ink-soft); }
.split { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-text { grid-template-columns: 1.2fr .8fr; }
  .split--reverse > :first-child { order: 2; }
}
.stack > * + * { margin-top: 1rem; }
.center { text-align: center; }
.muted { color: var(--muted); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--paper); padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Type helpers ---------- */
.eyebrow { display: inline-block; font: 800 .8rem/1 var(--f-body); letter-spacing: .09em; text-transform: uppercase; color: var(--teal-700); margin-bottom: .9rem; }
.lead { font-size: clamp(1.1rem, 2.2vw, 1.3rem); line-height: 1.55; color: var(--ink-soft); }
.hand { font-family: var(--f-head); font-style: italic; color: var(--teal-700); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .7em 1.3em; border-radius: 999px; border: 2px solid transparent;
  font: 700 1rem/1.1 var(--f-body); text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn .i { width: 1.3em; height: 1.3em; }
.btn--primary { background: var(--teal-700); color: #fff; }
.btn--primary:hover { background: var(--teal-800); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--teal-800); border-color: currentColor; }
.btn--ghost:hover { background: var(--teal-100); color: var(--teal-800); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: var(--lav-100); color: var(--ink); }
.btn--lg { min-height: 56px; font-size: 1.075rem; padding-inline: 1.6em; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-busy="true"] { opacity: .65; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row--center { justify-content: center; }
@media (max-width: 519px) { .btn-row--stack-mobile > .btn { width: 100%; } }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; }
.link-arrow .i { transition: transform .15s; }
.link-arrow:hover .i { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); margin-right: auto; min-width: 0; }
.brand img { width: 48px; height: 48px; border-radius: 50%; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand__name { font-family: var(--f-head); font-weight: 600; font-size: 1.15rem; white-space: nowrap; }
.brand__sub { font-size: .8rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-nav { display: none; }
.site-nav > a:not(.btn) { color: var(--ink); text-decoration: none; font-weight: 700; padding: .5em .15em; border-bottom: 2px solid transparent; }
.site-nav > a:not(.btn):hover, .site-nav > a[aria-current="page"] { color: var(--teal-700); border-bottom-color: currentColor; }
.lang-switch { font-weight: 700; font-size: .9rem; text-decoration: none; color: var(--ink-soft) !important; border: 1px solid var(--line) !important; border-radius: 999px; padding: .35em .85em !important; }
.menu > summary {
  list-style: none; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 78px; padding: 0 16px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-weight: 700; cursor: pointer; user-select: none;
  transition: background-color .15s, color .15s, border-color .15s;
}
.menu > summary::-webkit-details-marker { display: none; }
.menu__when-open { display: none; }
.menu[open] > summary { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.menu[open] .menu__when-open { display: inline; }
.menu[open] .menu__when-closed { display: none; }
html.menu-open .site-header { box-shadow: 0 2px 12px rgba(43, 37, 48, .10); }
.menu__panel {
  position: fixed; inset: var(--header-h) 0 0 0; background: var(--paper); overflow: auto;
  padding: 16px var(--gutter) calc(var(--bar-h) + 24px); border-top: 1px solid var(--line);
}
.menu__intro { padding: 2px 0 16px; margin-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .95rem; }
.menu__intro p { margin: 0 0 8px; }
.menu__panel nav a { display: block; margin: 2px -8px; padding: 12px 8px; border-radius: 12px; font: 600 1.3rem/1.2 var(--f-head); color: var(--ink); text-decoration: none; }
.nowrap { white-space: nowrap; }
.menu__panel nav a[aria-current="page"] { background: var(--lav-100); color: var(--teal-800); }
.menu__panel .btn-row { margin-top: 20px; }
.menu__panel .btn-row .btn--lg { flex: 1 1 240px; }
@media (max-width: 519px) { .brand__role { display: none; } }

/* Google rating badge */
.google-badge { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-size: .95rem; color: var(--ink); text-decoration: none; }
a.google-badge:hover { color: var(--teal-800); text-decoration: underline; }
.google-badge__stars { display: inline-flex; gap: 1px; color: #e9a100; }
.google-badge__stars .i { width: 1.05em; height: 1.05em; }
.hero .google-badge { margin: -4px 0 20px; }
.response-note + .google-badge { margin-top: 10px; }
@media (min-width: 900px) {
  .menu { display: none; }
  .site-nav { display: flex; align-items: center; gap: 20px; }
}
@media (min-width: 900px) and (max-width: 1080px) { .site-nav { gap: 14px; } .brand__sub { display: none; } }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(28px, 6vw, 72px) clamp(44px, 7vw, 88px); }
.hero__grid { display: grid; gap: clamp(28px, 5vw, 56px); align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.1fr .9fr; } }
.hero h1 { margin-bottom: .35em; }
.hero__media { position: relative; isolation: isolate; }
.hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.hero__media::before { content: ""; position: absolute; inset: -14px 22px 22px -14px; background: var(--lav-100); border-radius: 32px; z-index: -1; }
.hero__badge {
  position: absolute; left: 14px; bottom: -18px; display: flex; align-items: center; gap: 10px;
  background: var(--paper); border-radius: 999px; padding: 6px 16px 6px 6px; box-shadow: var(--shadow); font-weight: 700; font-size: .92rem; max-width: calc(100% - 28px);
}
.hero__badge img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.page-hero { padding-block: clamp(24px, 5vw, 56px) clamp(24px, 4vw, 40px); }
.page-hero .lead { max-width: 680px; }

/* ---------- Lists ---------- */
.checklist { list-style: none; padding: 0; margin: 0 0 1.25em; display: grid; gap: 10px; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .15em; width: 24px; height: 24px; border-radius: 50%;
  background: var(--teal-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6f70' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.trust { display: flex; flex-wrap: wrap; gap: 8px 10px; list-style: none; padding: 0; margin: 0; }
.trust li { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .4em .95em; font-size: .92rem; font-weight: 700; color: var(--ink-soft); }
.trust .i { color: var(--teal-700); }

/* ---------- Cards ---------- */
.cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); }
.cards--3 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.card {
  position: relative; display: flex; flex-direction: column; gap: 8px; padding: 22px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .2s, transform .2s;
}
.card:has(.card__link):hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card h3 { margin: 0; }
.card p { margin: 0; color: var(--ink-soft); }
.card__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-100); color: var(--teal-800); margin-bottom: 4px; }
.card__icon .i { width: 26px; height: 26px; }
.card__link { margin-top: auto; padding-top: 10px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.card__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card--lav { background: var(--lav-100); border-color: transparent; }
.card--teal { background: var(--teal-50); border-color: transparent; }

/* ---------- Person / trust ---------- */
.person { display: flex; align-items: center; gap: 14px; }
.portrait { border-radius: 50%; object-fit: cover; aspect-ratio: 1; border: 4px solid var(--paper); box-shadow: var(--shadow); }
.credentials { display: grid; gap: 14px; list-style: none; padding: 0; margin: 0; }
.credentials li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.credentials .card__icon { width: 44px; height: 44px; margin: 0; }
.credentials strong { display: block; }
.credentials span { color: var(--muted); font-size: .95rem; }

/* ---------- Steps ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 16px; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .steps--4 { grid-template-columns: repeat(4, 1fr); } }
.steps li { counter-increment: step; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--teal-700); color: #fff; font: 700 1.1rem/1 var(--f-head); margin-bottom: 12px; }
.steps h3 { margin-bottom: .3em; }
.steps p { margin: 0; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 16px 52px 16px 18px; font-weight: 700; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font: 600 1.6rem/1 var(--f-head); color: var(--teal-700); }
.faq details[open] summary::after { content: "–"; }
.faq .faq__answer { padding: 0 18px 18px; color: var(--ink-soft); }
.faq .faq__answer > :last-child { margin-bottom: 0; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.quote { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.quote__stars { color: var(--sun); display: flex; gap: 2px; margin-bottom: 10px; }
.quote p { font-family: var(--f-head); font-size: 1.12rem; line-height: 1.5; }
.quote footer { margin-top: auto; color: var(--muted); font-weight: 700; font-size: .95rem; }

/* ---------- Workshops / events ---------- */
.events { display: grid; gap: 14px; }
.event { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.event:has(.event__link):hover { box-shadow: var(--shadow); }
.date-pill { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 70px; height: 78px; border-radius: 14px; background: var(--lav-100); line-height: 1; }
.date-pill b { font: 700 1.75rem/1 var(--f-head); }
.date-pill span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-top: 5px; }
.event h3 { margin: 0 0 4px; }
.event__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; color: var(--muted); font-size: .95rem; margin-bottom: 8px; }
.event__meta span { display: inline-flex; align-items: center; gap: 5px; }
.event__link { text-decoration: none; color: inherit; }
.event__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.tag { display: inline-block; font-size: .8rem; font-weight: 800; padding: .25em .75em; border-radius: 999px; background: var(--teal-100); color: var(--teal-800); }
.tag--warn { background: #fdf0d5; color: #7a5200; }
.tag--muted { background: var(--line); color: var(--ink-soft); }
.empty-state { background: var(--paper); border: 1px dashed var(--field); border-radius: var(--radius); padding: 28px; text-align: center; color: var(--ink-soft); }

/* ---------- Blog ---------- */
.posts { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.post-card { position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .2s; }
.post-card:hover { box-shadow: var(--shadow); }
.post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-card__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 22px; flex: 1; }
.post-card h3 { margin: 0; font-size: 1.3rem; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a::after { content: ""; position: absolute; inset: 0; }
.post-card p { margin: 0; color: var(--ink-soft); }
.meta { color: var(--muted); font-size: .92rem; }
.article-header { padding-block: clamp(24px, 5vw, 48px) 8px; }
.article-cover { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); margin: 16px 0 32px; }
.prose { font-size: 1.1rem; line-height: 1.75; }
.prose h2 { font-size: 1.65rem; margin-top: 1.9em; }
.prose h3 { font-size: 1.3rem; margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li + li { margin-top: .4em; }
.prose blockquote { margin: 1.5em 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--teal-500); color: var(--ink-soft); }
.prose img { border-radius: var(--radius-sm); margin-block: 1.5em; }
.prose a { font-weight: 700; }
.prose strong { color: var(--ink); }
.author-box { display: flex; gap: 16px; align-items: center; background: var(--teal-50); border-radius: var(--radius); padding: 20px; margin-top: 40px; }
.author-box img { width: 72px; height: 72px; }
.author-box p { margin: 0; }
.share { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 28px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 20px 0 0; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { font-size: .9rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; }
.breadcrumbs a { color: var(--muted); }

/* ---------- Forms ---------- */
.form-card { background: var(--paper); border-radius: var(--radius); padding: clamp(20px, 4vw, 32px); box-shadow: var(--shadow); }
.form { display: grid; gap: 20px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field > label, .field > legend, .field__label { font-weight: 700; padding: 0; }
.hint { font-size: .9rem; color: var(--muted); font-weight: 400; }
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="number"],
.form input[type="date"], .form select, .form textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; font: inherit; font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--field); border-radius: var(--radius-sm); appearance: none;
}
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--teal-700); box-shadow: 0 0 0 3px var(--teal-100); }
.form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.row-2 { display: grid; gap: 20px; }
@media (min-width: 640px) { .row-2 { grid-template-columns: 1fr 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { position: relative; }
.chips input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chips span { display: inline-flex; align-items: center; gap: .4em; min-height: 44px; padding: .45em 1em; border-radius: 999px; border: 1.5px solid var(--field); background: var(--paper); font-weight: 700; font-size: .98rem; }
.chips input:checked + span { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.chips input:focus-visible + span { outline: 3px solid var(--sun); outline-offset: 2px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; color: var(--ink-soft); }
.consent input { width: 24px; height: 24px; margin: 1px 0 0; accent-color: var(--teal-700); flex: none; }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 14px 16px; border-radius: var(--radius-sm); font-weight: 700; }
.alert--ok { background: #e3f4ea; color: var(--ok); }
.alert--err { background: #fbe9e7; color: var(--err); }
.form-success { text-align: center; padding: clamp(20px, 4vw, 36px) 8px; }
.form-success .i { width: 56px; height: 56px; color: var(--ok); margin: 0 auto 12px; display: block; }

/* ---------- Contact ---------- */
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.contact-list a, .contact-list .contact-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: var(--radius-sm);
  background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 700;
}
.contact-list a:hover { border-color: var(--teal-500); }
.contact-list small { display: block; font-weight: 400; color: var(--muted); font-size: .9rem; }
.contact-list .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--teal-100); color: var(--teal-800); flex: none; }
.contact-list .ic .i { width: 24px; height: 24px; }
.contact-list .ic--wa { background: #dff3e6; color: var(--wa); }
.map-card { display: block; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.map-card span { position: absolute; left: 12px; bottom: 12px; }

/* ---------- CTA band ---------- */
.cta-band { display: grid; gap: 18px; background: var(--teal-700); color: #fff; border-radius: 28px; padding: clamp(28px, 5vw, 52px); }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: #dcefed; margin: 0; }
@media (min-width: 900px) { .cta-band { grid-template-columns: 1.3fr auto; align-items: center; } }

/* ---------- Footer ---------- */
.site-footer { background: #231e27; color: #d9d3dd; padding-block: 52px 32px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.site-footer h2 { color: #fff; font-size: 1.15rem; margin-bottom: .8em; }
.footer-grid { display: grid; gap: 32px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-list { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 10px; }
.footer-list a { display: inline-flex; align-items: center; gap: 8px; }
.footer-hours { display: flex; gap: 8px; align-items: flex-start; font-size: .95rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; border-top: 1px solid #3a3340; margin-top: 32px; padding-top: 20px; font-size: .9rem; }

/* ---------- Mobile contact bar ---------- */
.contact-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(43, 37, 48, .08);
}
.contact-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 54px; border-radius: 14px; background: var(--teal-50); color: var(--ink); text-decoration: none; font-weight: 800; font-size: .85rem; }
.contact-bar a .i { width: 22px; height: 22px; }
.contact-bar a.is-wa { background: var(--wa); color: #fff; }
@media (min-width: 900px) { .contact-bar { display: none; } }

/* ==========================================================================
   Pages (page-specific rules below this line)
   ========================================================================== */

/* hidden must win over component display rules (forms are display:grid) */
[hidden] { display: none !important; }

.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .7); }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.h3-like { font-size: 1.35rem; }
.split--top { align-items: start; }

/* Home */
.hero__note { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: .95rem; }
.hero__badge span { display: flex; flex-direction: column; line-height: 1.2; }
.hero__badge small { font-weight: 600; color: var(--muted); font-size: .8rem; }
.trust-strip { padding-top: 0; }
.trust--center { justify-content: center; }
.about-teaser__media { display: flex; justify-content: center; }
.about-teaser__media .portrait { width: min(260px, 70vw); }
.address-line { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 18px; color: var(--ink-soft); }
.contact-split .contact-list { margin-top: 16px; }

/* Services */
.service-media img { aspect-ratio: 4 / 3; }
.other-services { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.other-services a { display: inline-flex; align-items: center; gap: 8px; padding: .55em 1em; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 700; }
.other-services a:hover { border-color: var(--teal-500); color: var(--teal-800); }
.other-services .i { color: var(--teal-700); }

/* About */
.about-portrait { display: flex; justify-content: center; }
.about-portrait .portrait { width: min(280px, 72vw); }
.timeline .timeline__when { display: block; font-size: .85rem; font-weight: 800; color: var(--teal-700); letter-spacing: .03em; }
.timeline span:not(.card__icon):not(.timeline__when) { display: block; }
.languages { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
.languages li { background: var(--paper); border-radius: var(--radius-sm); padding: 10px 14px; border: 1px solid var(--line); }
.languages strong { display: block; }

/* Workshops */
.past-events { margin-top: 32px; }
.past-events > summary { cursor: pointer; font-weight: 800; padding: 10px 0; color: var(--ink-soft); }
.past-events .event { opacity: .8; }
.event-facts { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px 12px; }
.event-facts li { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .45em 1em; font-weight: 700; }
.event-facts .i { color: var(--teal-700); }
.event .date-pill .i { width: 28px; height: 28px; color: var(--teal-700); }

/* Blog */
.pager { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 36px; }
.tag-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.tags a.tag { text-decoration: none; }
.post-faq { margin-top: 40px; }
.post-faq h2 { font-size: 1.5rem; }
.disclaimer { font-size: .9rem; margin-top: 20px; }
.prose > :first-child { margin-top: 0; }

/* FAQ page */
.faq-group + .faq-group { margin-top: 40px; }
.faq-group h2 { font-size: 1.5rem; }

/* Contact */
.response-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: var(--ink-soft); font-weight: 600; }
.steps-mini { counter-reset: mini; list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 12px; }
.steps-mini li { counter-increment: mini; position: relative; padding-left: 44px; min-height: 32px; }
.steps-mini li::before { content: counter(mini); position: absolute; left: 0; top: -2px; width: 32px; height: 32px; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); display: grid; place-items: center; font-weight: 800; }
.address-card { margin-top: 36px; background: var(--lav-100); border-radius: var(--radius); padding: 22px; }
.address-card p { display: flex; gap: 8px; align-items: flex-start; }
.address-card .i { margin-top: .2em; color: var(--teal-700); }

/* Forms */
.form-title { font-size: 1.5rem; margin-bottom: .25em; }
.form-card .muted { margin-bottom: 0; }
.form-success h2 { margin-bottom: .4em; }
.form-success .btn { margin-top: 8px; }
.consent a { font-weight: 700; }

/* Testimonials */
.quote blockquote { margin: 0; }
.quote figcaption { margin-top: auto; color: var(--muted); font-weight: 700; font-size: .95rem; }

/* Legal */
.legal h2 { font-size: 1.35rem; margin-top: 1.6em; }
.legal p { font-size: 1rem; }

/* Menu open: stop the page behind from scrolling */
/* Lock scroll on <html> only: overflow on <body> too makes body a scroll container, which breaks the
   sticky header (it scrolls off-screen behind the open menu) and resets the scroll position on close. */
html.menu-open { overflow: hidden; }
.menu__panel { overscroll-behavior: contain; }
