@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto auto; }
  .menu-toggle { display: flex; }
  .header-booking { justify-self: end; }
  .hero-copy { grid-column: 1 / span 7; }
  .hero-media { grid-column: 8 / -1; min-height: 560px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* About page: signature and full certificate gallery */
@media (max-width: 820px) {
  .certificate-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .certificate-heading .lead { max-width: 56ch; }
  .certificate-gallery a:nth-child(even) { margin-top: 1rem; }
}

@media (max-width: 560px) {
  .ricarda-signature { max-width: 100%; }
  .ricarda-signature span {
    max-width: 100%;
    font-size: clamp(2.65rem, 14vw, 3.65rem);
  }
  .certificate-gallery {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .certificate-gallery a,
  .certificate-gallery a:nth-child(even) { margin-top: 0; }
  .certificate-gallery span { min-height: 0; }
}

@media (max-width: 820px) {
  :root { --shell: min(89vw, 720px); --section: clamp(4rem, 14vw, 6rem); }
  h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 4.3rem); }
  .site-header { padding: .7rem 0; background: rgba(243,239,230,.92); }
  .header-inner { grid-template-columns: 1fr auto; gap: .7rem; }
  .header-booking { display: none; }
  .brand-logo { width: 112px; }
  .home-hero { min-height: auto; padding-top: 8.5rem; }
  .hero-copy h1, .hero-copy .lead, .hero-actions, .hero-media__frame { animation: none; }
  .hero-breath { left: 0; right: 0; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { order: 1; padding-top: 0; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(3rem, 15vw, 5.3rem); }
  .hero-media { order: 2; min-height: 520px; width: 92%; margin-left: auto; }
  .hero-media img { object-position: 50% 10%; }
  .hero-note { left: -8%; bottom: 1.5rem; }
  .hero-breath { bottom: -2rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .split-editorial, .split-editorial--reverse { display: flex; flex-direction: column; }
  .split-editorial > *, .split-editorial--reverse > * { width: 100%; min-width: 0; }
  .split-editorial--reverse > :first-child, .split-editorial--reverse > :last-child { order: initial; }
  .services-journey, .myth-grid, .faq-layout, .booking-layout { display: block; }
  .services-sticky, .myth-grid header, .faq-layout header, .booking-aside, .service-body__nav { position: static; }
  .service-card, .service-card:nth-child(n) { margin: 0; width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr) 1.25rem; gap: .85rem; padding: 1.3rem 0; }
  .service-card > div { min-width: 0; }
  .service-card h3 { overflow-wrap: anywhere; }
  .service-card:hover { transform: none; padding-inline: .7rem; }
  .myth-list { margin-top: 3rem; }
  .process { grid-template-columns: 1fr; gap: 0; }
  .process::before { left: 1.35rem; top: 0; bottom: 0; width: 1px; height: auto; right: auto; }
  .process-step { display: grid; grid-template-columns: 3.5rem 1fr; column-gap: 1rem; padding: 0 0 2.5rem; }
  .process-step::before { grid-row: 1 / span 2; }
  .process-step h3 { margin: .4rem 0 .5rem; }
  .location-composition { grid-template-columns: 1fr; }
  .location-panel:last-child { transform: none; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: auto; }
  .faq-list { margin-top: 3rem; }
  .page-hero__copy { grid-column: 1 / -1; }
  .page-hero__aside { grid-column: 1 / -1; max-width: 50ch; }
  .service-overview { grid-template-columns: 1fr; }
  .service-tile { min-height: 20rem; }
  .service-body { display: block; }
  .service-body__nav { display: flex; overflow-x: auto; margin-bottom: 3rem; }
  .service-body__nav a { flex: 0 0 auto; padding: .6rem 1rem; border: 1px solid var(--line); }
  .service-body__content { width: 100%; }
  .situation-list { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-options { grid-template-columns: 1fr; }
  .booking-aside { margin-top: 2rem; }
  .booking-frame { min-height: 1050px; }
  .consent-banner { grid-template-columns: 1fr; gap: .75rem; max-height: calc(100svh - 1.5rem); overflow-y: auto; }
  .consent-actions { justify-content: stretch; }
  .consent-actions .button { flex: 1 1 13rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-credit { margin-left: 0; }
}

@media (max-width: 430px) {
  body { font-size: .98rem; }
  .home-hero { padding-top: 7.3rem; }
  .hero-media { min-height: 440px; width: 100%; }
  .hero-note { left: -3%; width: 75%; }
  .hero-actions .button { width: 100%; }
  .page-hero { padding-top: 8.5rem; }
  .page-hero__number { display: none; }
  .certificate-grid { grid-template-columns: 1fr; }
  .closing-cta { padding: 2.2rem; border-radius: var(--radius-md); }
  .external-placeholder { grid-template-columns: 1fr; gap: 1rem; min-height: 28rem; }
  .external-placeholder .button { grid-column: 1; }
}

/* Cinematic responsive refinements */
@media (max-width: 820px) {
  .site-header.menu-active { height: 100vh; height: 100dvh; }
  .mobile-panel { padding-top: calc(5.2rem + env(safe-area-inset-top)); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-panel__inner { margin-top: 1.5rem; padding-bottom: max(1.5rem, env(safe-area-inset-bottom)); }
  .mobile-panel nav { margin-block: 1.25rem 1.7rem; }
  .mobile-panel nav a { padding: .72rem 0; font-size: clamp(1.55rem, 7vw, 2.25rem); }
  .hero-cinema::before {
    background:
      linear-gradient(180deg, rgba(243,239,230,.78) 0%, rgba(243,239,230,.9) 46%, rgba(243,239,230,.6) 100%),
      linear-gradient(90deg, rgba(243,239,230,.78), rgba(243,239,230,.42));
  }
  .hero-cinema video { opacity: .54; object-position: 62% center; }
  .page-hero { padding: 8.5rem 0 4.5rem; }
  .page-hero__copy h1 { max-width: 12ch; font-size: clamp(3.1rem, 12.8vw, 5.3rem); }
  .review-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .review-source { max-width: 30rem; }
  .consent-banner { inset: auto .75rem .75rem; width: auto; padding: 1rem; border-radius: 1rem; }
  .consent-actions .button { flex-basis: 10rem; }
}

@media (max-width: 430px) {
  .home-hero { padding-bottom: 3.5rem; }
  .hero-cinema video { opacity: .48; }
  .trust-item { padding-block: .8rem; }
  .services-sticky { margin-bottom: 1.5rem; }
  .service-cards:not(.is-expanded) .service-card:nth-child(n + 4) { display: none; }
  .service-more { display: flex; margin-top: .5rem; }
  .quote-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    gap: .8rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .25rem .25rem 1.1rem;
    margin-inline: -.25rem;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .reviews-section .quote-card { min-height: 23rem; scroll-snap-align: start; }
  .review-source { padding: 1.2rem; }
  .consent-banner h2 { font-size: 1.2rem; }
  .consent-banner p:not(.eyebrow) { font-size: .72rem; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions .button { min-width: 0; padding-inline: .55rem; font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; scroll-behavior: auto!important; }
  .hero-breath path { stroke-dashoffset: 0; }
  .hero-cinema video { display: none; }
}

/* Calm spacing on smaller screens without making the pages unnecessarily long */
@media (max-width: 820px) {
  :root { --shell: min(87vw, 700px); --section: clamp(4.75rem, 16vw, 7rem); }
  .page-hero { padding: 9.5rem 0 5.25rem; }
  .page-hero__grid { gap: 2rem; }
  .page-hero__copy h1 { max-width: 13ch; font-size: clamp(2.9rem, 11.5vw, 4.7rem); line-height: 1.02; }
  .page-hero__aside { margin-top: .75rem; padding: 1.4rem; }
  .split-editorial,
  .split-editorial--reverse { gap: 3.75rem; }
  .service-cards,
  .service-overview,
  .quote-grid,
  .credentials-grid,
  .contact-options { gap: 1.15rem; }
  .service-card,
  .service-card:nth-child(n) { min-height: 0; padding: 1.65rem 1.25rem; }
  .service-tile { min-height: 22rem; padding: 2.5rem; }
  .page-visual-band { padding-top: 2rem; }
  .service-body__content > section { padding-bottom: 5.75rem; }
  .service-visual { margin-block: 2rem 2.75rem; }
  .situation-list { margin-top: 2.5rem; gap: .9rem; }
  .situation-list li { min-height: 0; padding: 1.65rem; }
  .faq-list { margin-top: 3.75rem; }
  .faq-item button { padding-block: 1.55rem; }
  .closing-cta { padding: 3.25rem; }
}

@media (max-width: 430px) {
  :root { --shell: 86vw; }
  .page-hero__copy h1 { font-size: clamp(2.75rem, 11.8vw, 3.8rem); }
  .service-tile { min-height: 20rem; padding: 2.1rem; }
  .closing-cta { padding: 2.65rem 2.2rem; }
}

@media (max-width: 820px) { .service-body__nav { width: 100%; max-width: 100%; min-width: 0; contain: inline-size; overscroll-behavior-x: contain; } }

/* Premium responsive refinements */
@media (max-width: 1180px) {
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .certificate-grid a:nth-child(even) { margin-top: 1.5rem; }
}

@media (max-width: 820px) {
  .home-hero::after { inset: 5.8rem 1rem 1rem; }
  .split-editorial > div:not(.media-card):not(.portrait-editorial)::before { display: none; }
  .service-card { border-radius: .9rem; padding-inline: 1rem; }
  .process { gap: 0; }
  .process-step { border: 0; border-radius: 0; }
  .process-step:hover { transform: none; }
  .page-hero__aside { margin-top: 1rem; }
  .credential-card { min-height: 15rem; }
  .credential-card::before { margin-bottom: 2rem; }
  .certificate-grid { gap: 1rem; }
  .certificate-grid a:nth-child(even) { margin-top: 1rem; }
  .certificate-grid a::after { display: none; }
  .closing-cta::before { inset: .7rem; }
  .portrait-editorial { min-height: 650px; }
  .portrait-editorial img { width: 88%; height: 650px; border-radius: 8rem 1.5rem 1.5rem 1.5rem; }
  .portrait-editorial::before { inset: 2rem 3% 0 6%; border-radius: 8rem 1.5rem 1.5rem 1.5rem; }
}

@media (max-width: 430px) {
  .home-hero::after { display: none; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-grid a,
  .certificate-grid a:nth-child(even) { margin-top: 0; }
  .certificate-grid span { min-height: 0; }
  .quote-card:hover,
  .credential-card:hover,
  .contact-option:hover { transform: none; }
  .portrait-editorial { min-height: 540px; }
  .portrait-editorial img { width: 94%; height: 540px; object-position: 50% 8%; border-radius: 6rem 1.2rem 1.2rem 1.2rem; }
}

/* Noir / electric blue on smaller screens */
@media (max-width: 820px) {
  .site-header { background: rgba(5,8,13,.92); border-bottom: 1px solid rgba(92,190,255,.1); }
  .hero-cinema::before {
    background:
      linear-gradient(180deg, rgba(5,8,13,.74) 0%, rgba(5,8,13,.88) 46%, rgba(5,8,13,.58) 100%),
      linear-gradient(90deg, rgba(5,8,13,.82), rgba(5,8,13,.38));
  }
  .hero-cinema video { opacity: .58; }
  .trust-item { border-color: var(--line); }
  .page-visual-band { padding-top: 1rem; }
  .page-visual { aspect-ratio: 4 / 3; border-radius: .9rem; }
  .page-visual--mosaic {
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 1fr 1fr;
  }
  .page-visual--mosaic img:first-child { grid-row: 1 / 3; }
}

/* Interaction and accessibility fallbacks */
@media (hover: none), (pointer: coarse) {
  .button:active { transform: scale(.985); }
  .has-fine-pointer body::after { display: none; }
  .situation-list li:hover { transform: none; }
  .service-visual:hover img { transform: none; filter: none; }
}

@media (max-width: 820px) {
  .hero-note {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    max-width: 21rem;
  }
}

@media (max-width: 430px) {
  .hero-note {
    left: .75rem;
    right: .75rem;
    width: auto;
    padding: .9rem 1rem;
  }
  .service-visual {
    aspect-ratio: 4 / 3;
    margin-block: 1.5rem 1.75rem;
    border-radius: .85rem;
  }
}

@media (min-width: 821px) and (max-height: 820px) {
  .home-hero {
    min-height: 100svh;
    padding-top: 7rem;
    padding-bottom: 2.5rem;
  }
  .hero-copy { padding-top: 0; }
  .hero-copy h1 { font-size: clamp(3.4rem, 6.2vw, 5.6rem); }
  .hero-media { min-height: clamp(30rem, 70vh, 33.5rem); }
  .hero-note { bottom: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy h1 {
    background: none;
    color: var(--ink);
    -webkit-text-fill-color: currentColor;
  }
  .hero-cinema,
  .hero-media.tilt-ready,
  .review-source.tilt-ready { transform: none!important; }
  .button::after,
  .has-fine-pointer body::after { display: none; }
}

/* Final mobile spacing: calm, readable, but deliberately compact. */
@media (max-width: 820px) {
  .page-visual-band { padding-top: 2rem; }
  .service-card,
  .service-card:nth-child(n) { padding: 1.65rem 1.25rem; }
  .service-body__content > section { padding-bottom: 5.75rem; }
  .faq-list { margin-top: 3.75rem; }
  .closing-cta { padding: 3.25rem; }
  .service-body__content > section:nth-of-type(even) {
    margin-bottom: 5.25rem;
    padding: 2.6rem 1.6rem;
    border-radius: 1.1rem;
  }
}

@media (max-width: 430px) {
  .service-card,
  .service-card:nth-child(n) { padding: 1.55rem 1.15rem; }
  .closing-cta { padding: 2.65rem 2.2rem; }
  .service-body__content > section:nth-of-type(even) { padding: 2.35rem 1.3rem; }
  .service-body__content .role-panel { padding: 1.35rem; }
  .service-body__content .role-panel::after { inset: .65rem; }
  .service-body__content .role-panel h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.4rem);
    line-height: 1.04;
  }
}

/* Brighter, younger visual direction */
:root {
  --cream: #f7fbff;
  --cream-2: #e3f2fb;
  --paper: #ffffff;
  --ink: #17324d;
  --ink-soft: #5e7287;
  --petrol: #245b83;
  --petrol-deep: #dceef8;
  --sage: #7baabe;
  --sage-light: #eaf6fb;
  --clay: #347aa1;
  --clay-light: #dff5ff;
  --sand: #28668f;
  --line: rgba(27, 95, 132, .16);
  --line-strong: rgba(44, 145, 199, .34);
  --shadow: 0 30px 90px rgba(36, 104, 140, .16);
  --shadow-soft: 0 20px 54px rgba(36, 104, 140, .1);
  --shadow-card: 0 28px 80px rgba(36, 104, 140, .15), 0 2px 12px rgba(83, 185, 230, .12);
}

html { background: var(--petrol-deep); color-scheme: light; }
body {
  color: var(--ink);
  background: radial-gradient(circle at 8% 4%, rgba(83, 185, 230, .16), transparent 28rem), radial-gradient(circle at 93% 28%, rgba(146, 215, 239, .2), transparent 30rem), #f7fbff;
}
body::before { opacity: .018; }

.section--dark {
  color: #ffffff;
  background: linear-gradient(135deg, #1f557e 0%, #28668f 55%, #347aa1 100%);
}
.section--dark .lead,
.section--dark .myth-row p { color: rgba(255, 255, 255, .88); }
.section--dark .myth-row { border-color: rgba(255, 255, 255, .32); }
.section--dark .myth-row span,
.section--dark .eyebrow { color: #e8fbff; }

.site-header { color: var(--ink); }
.brand-mark {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.brand-mark::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: .3rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #245b83 22%, #347aa1 78%, transparent);
  opacity: .85;
}
.brand-logo {
  width: clamp(12.25rem, 15vw, 14rem);
  aspect-ratio: 1067 / 525;
  transition: width .3s ease, opacity .2s ease;
}
.site-header .brand-logo { filter: none; opacity: 1; }
.site-header.is-scrolled .brand-logo { width: clamp(11.5rem, 14vw, 13rem); }
.brand-mark--inverse,
.site-header.menu-active .brand-mark { background-image: url("../images/logo-white.png?v=20260713-2"); }
.footer-brand .brand-mark--inverse {
  display: inline-flex;
  width: fit-content;
  background-image: url("../images/logo-white.png?v=20260713-2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.brand-mark--inverse::after,
.site-header.menu-active .brand-mark::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .78) 24%, #8fc5df 76%, transparent);
}
.brand-mark--inverse .brand-logo,
.site-header.menu-active .brand-logo { opacity: 0; filter: none; }
.footer-brand .brand-logo { width: clamp(13.5rem, 20vw, 15.5rem); }
.site-header.is-scrolled { background: rgba(255, 255, 255, .88); border-bottom: 1px solid rgba(27, 95, 132, .12); box-shadow: 0 14px 44px rgba(36, 104, 140, .1); }
.desktop-nav a::after { background: var(--clay); box-shadow: 0 0 10px rgba(83, 185, 230, .35); }
.menu-toggle { background: rgba(255, 255, 255, .7); border-color: var(--line); }
.menu-toggle span:not(.sr-only) { background: var(--ink); }
.mobile-panel { background: linear-gradient(150deg, #173f60, #28668f); color: #ffffff; }
.mobile-panel nav a { border-color: rgba(255, 255, 255, .25); }
.mobile-panel nav span { color: #dffaff; }
.site-header.menu-active { background: #173f60; backdrop-filter: none; box-shadow: none; }
.site-header.menu-active .brand-logo { filter: brightness(0) invert(1); }
body.menu-open .whatsapp-float,
body.menu-open .consent-banner { visibility: hidden; opacity: 0; pointer-events: none; }

.home-hero {
  background: radial-gradient(circle at 78% 26%, rgba(83, 185, 230, .2), transparent 28rem), radial-gradient(circle at 10% 72%, rgba(191, 228, 243, .42), transparent 27rem), #f4fbff;
}
.home-hero::after { border-color: rgba(44, 145, 199, .14); box-shadow: inset 0 0 80px rgba(83, 185, 230, .06); }
.home-hero::before { border-color: rgba(83, 185, 230, .25); box-shadow: 0 0 80px rgba(83, 185, 230, .1); }
.hero-cinema { background: linear-gradient(135deg, #ccebf7, #f4fbff 58%, #d2ecf0); }
.hero-cinema::before {
  background: linear-gradient(90deg, rgba(244, 251, 255, .96) 0%, rgba(244, 251, 255, .9) 46%, rgba(244, 251, 255, .44) 76%, rgba(244, 251, 255, .72) 100%), linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(219, 241, 249, .72));
}
.hero-cinema::after { background: radial-gradient(circle at 76% 32%, rgba(255, 255, 255, .1), transparent 19rem, rgba(83, 185, 230, .1) 37rem); }
.hero-cinema video { opacity: .5; filter: saturate(.82) contrast(.92) brightness(1.03); }
.hero-copy h1 { color: #173d60; background: linear-gradient(110deg, #17324d 20%, #28668f 55%, #17324d 84%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: none; }
.hero-copy .eyebrow { text-shadow: 0 1px 14px rgba(255, 255, 255, .95); }
.hero-media__frame { background: linear-gradient(145deg, #d5edf7, #b9d8e9); border-color: rgba(255, 255, 255, .9); box-shadow: 0 40px 110px rgba(36, 104, 140, .18), 0 0 0 1px rgba(83, 185, 230, .3), 0 0 48px rgba(83, 185, 230, .14); }
.hero-media img { filter: saturate(.9) contrast(1.02) brightness(1.04); }
.hero-media__frame::after { background: linear-gradient(180deg, rgba(255, 255, 255, .03) 42%, rgba(41, 109, 142, .12) 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42); }
.hero-note { background: rgba(255, 255, 255, .9); border-color: rgba(44, 145, 199, .2); border-left-color: var(--clay); box-shadow: 0 24px 70px rgba(36, 104, 140, .18); backdrop-filter: blur(18px); }
.hero-breath path, .breath-line path { filter: drop-shadow(0 0 7px rgba(83, 185, 230, .4)); }

.trust-strip { background: rgba(255, 255, 255, .78); border-color: var(--line); border-top: 2px solid rgba(36, 91, 131, .46); box-shadow: 0 18px 60px rgba(36, 104, 140, .08); }
.trust-item { border-color: var(--line); }
.service-card, .service-tile, .quote-card, .credential-card, .contact-option, .page-hero__aside, .review-source {
  color: var(--ink);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(235, 247, 252, .92));
  border-color: rgba(44, 145, 199, .16);
  box-shadow: 0 16px 48px rgba(36, 104, 140, .1);
}
.service-card,
.service-tile,
.quote-card,
.credential-card,
.contact-option,
.review-source { border-top: 3px solid rgba(36, 91, 131, .48); }
.service-card:hover, .service-tile:hover, .quote-card:hover, .credential-card:hover, .contact-option:hover, .review-source:hover {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(44, 145, 199, .46);
  box-shadow: 0 28px 74px rgba(36, 104, 140, .16), 0 0 28px rgba(83, 185, 230, .1);
}
.service-card::before { box-shadow: 0 0 18px rgba(83, 185, 230, .52); }
.service-card p, .service-tile p, .quote-card footer, .credential-card p, .contact-option a { color: var(--ink-soft); }
.contact-option svg { background: var(--clay-light); }
.location-panel:first-child { background: linear-gradient(145deg, #e8f7fb, #ccebf6); border-left: 4px solid #245b83; }
.location-panel:last-child { background: linear-gradient(145deg, #245b83, #347aa1); color: #ffffff; }
.location-panel:last-child .eyebrow { color: #eaffff; }
.location-panel:last-child .text-link { color: #ffffff; }
.role-panel, .closing-cta { background: radial-gradient(circle at 88% 10%, rgba(100, 164, 195, .34), transparent 23rem), linear-gradient(135deg, #28668f, #1f557e); box-shadow: 0 40px 110px rgba(36, 104, 140, .2); }
.portrait-editorial::before { background: linear-gradient(145deg, rgba(126, 215, 232, .6), rgba(178, 221, 236, .55)); }
.portrait-editorial img { border-color: rgba(255, 255, 255, .9); box-shadow: 0 38px 100px rgba(36, 104, 140, .2), 0 0 0 1px rgba(83, 185, 230, .24); filter: saturate(.9) contrast(1.03) brightness(1.02); }
.portrait-editorial blockquote { background: rgba(27, 79, 119, .94); border-left-color: var(--clay); box-shadow: 0 24px 65px rgba(36, 104, 140, .2); }
.page-hero { background: radial-gradient(circle at 84% 42%, rgba(83, 185, 230, .2), transparent 27rem), linear-gradient(120deg, #f4fbff, #e3f3fa); border-color: rgba(44, 145, 199, .14); border-bottom: 3px solid rgba(36, 91, 131, .34); }
.page-hero__aside { border-left: 3px solid #245b83; }
.page-hero__number { color: rgba(83, 185, 230, .12); text-shadow: 0 0 50px rgba(83, 185, 230, .12); }
.booking-aside { background: linear-gradient(145deg, #e8f7fb, #d2ecf5); }
.external-placeholder { background: #ffffff; border-color: var(--line); box-shadow: 0 16px 48px rgba(36, 104, 140, .08); }
.boundary-note { background: rgba(83, 185, 230, .1); border-color: rgba(44, 145, 199, .18); border-left-color: var(--clay); }
.reviews-section { background: radial-gradient(circle at 96% 7%, rgba(83, 185, 230, .15), transparent 26rem), linear-gradient(180deg, #f4fbff, #e8f6fb); }
.reviews-section .quote-card { background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 247, 252, .94)); }
.review-stars { color: #28668f; text-shadow: 0 0 12px rgba(52, 122, 161, .25); }
.consent-banner { color: var(--ink); background: rgba(255, 255, 255, .96); border-color: rgba(44, 145, 199, .2); box-shadow: 0 26px 80px rgba(36, 104, 140, .2); }
.consent-actions .button--ghost { color: var(--ink); }

.site-footer { background: #173d60; color: #eaf8ff; }
.footer-line { background: #1b4e75; }
.footer-line path { stroke: var(--clay); opacity: .7; filter: drop-shadow(0 0 7px rgba(83, 185, 230, .4)); }
.footer-credit strong, .footer-grid h2 { color: #9ce6f3; }

/* Contact form */
.contact-form-section { overflow: clip; }
.contact-form-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.contact-form-intro { position: sticky; top: 8rem; }
.contact-form-intro h2 { max-width: 11ch; font-size: clamp(2.6rem, 4.5vw, 5rem); }
.contact-form-points { display: grid; gap: .9rem; margin-top: 2.5rem; }
.contact-form-points p { display: grid; grid-template-columns: 2.2rem 1fr; column-gap: .8rem; margin: 0; padding-top: .9rem; border-top: 1px solid var(--line); }
.contact-form-points span { grid-row: 1 / span 2; color: var(--clay); font: italic 1.25rem var(--serif); }
.contact-form-points strong { font-size: .95rem; }
.contact-form-points small { color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.contact-form { padding: clamp(1.4rem, 3vw, 2.5rem); border: 1px solid rgba(44, 145, 199, .2); border-top: 4px solid #245b83; border-radius: clamp(1.25rem, 2vw, 2rem); background: rgba(255, 255, 255, .9); box-shadow: 0 28px 80px rgba(36, 104, 140, .13); }
.contact-form__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.contact-form__head span { font-family: var(--serif); font-size: 1.55rem; }
.contact-form__head small { color: var(--ink-soft); font-size: .72rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .4rem; min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field > span { color: var(--ink); font-size: .78rem; font-weight: 800; }
.form-field em { color: var(--ink-soft); font-style: normal; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #c5ddea; border-radius: .8rem; background: #f7fcff; color: var(--ink); padding: .85rem 1rem; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-field input, .form-field select { min-height: 3.15rem; }
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #93aabd; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--clay); background: #ffffff; box-shadow: 0 0 0 4px rgba(83, 185, 230, .16); }
.form-check { display: flex; align-items: flex-start; gap: .65rem; margin: 1.1rem 0 1.4rem; color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.form-check input { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .2rem; accent-color: #3b9fd0; }
.form-check a { color: #2c80b9; font-weight: 800; }
.contact-form__submit { width: 100%; min-height: 3.6rem; background: linear-gradient(135deg, #245b83, #347aa1); border-color: #4d83a7; color: #ffffff; box-shadow: 0 14px 34px rgba(31, 85, 126, .24); }
.contact-form__submit:hover { background: linear-gradient(135deg, #1b496d, #28668f); border-color: #3d789f; box-shadow: 0 18px 42px rgba(31, 85, 126, .32); }
.contact-form__note { margin: .85rem 0 0; color: var(--ink-soft); font-size: .72rem; line-height: 1.55; }
.contact-form__status { margin: .8rem 0 0; padding: .8rem 1rem; border-radius: .7rem; color: #17604f; background: #e1f7ee; font-size: .78rem; line-height: 1.45; }
.form-field--trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 125; display: inline-flex; align-items: center; gap: .55rem; min-height: 3.2rem; padding: .75rem 1.05rem .75rem .8rem; border: 1px solid rgba(255, 255, 255, .58); border-radius: 999px; color: #ffffff; background: #1f557e; box-shadow: 0 14px 34px rgba(22, 61, 92, .22), 0 0 0 4px rgba(52, 122, 161, .08); font-size: .8rem; font-weight: 800; text-decoration: none; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.whatsapp-float svg { width: 1.6rem; height: 1.6rem; }
.whatsapp-float:hover { color: #ffffff; background: #173f60; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(22, 61, 92, .28), 0 0 0 5px rgba(52, 122, 161, .1); }
.consent-banner:not([hidden]) ~ .whatsapp-float { bottom: 16rem; }

@media (max-width: 820px) {
  .site-header { background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(27, 95, 132, .12); }
  .brand-logo { width: clamp(8.6rem, 39vw, 9.6rem); }
  .site-header.is-scrolled .brand-logo { width: clamp(8.25rem, 37vw, 9rem); }
  .contact-form-layout { display: block; }
  .contact-form-intro { position: static; margin-bottom: 2.5rem; }
  .contact-form-intro h2 { max-width: 14ch; }
  .contact-form { padding: 1.25rem; }
  .contact-form__head { display: grid; gap: .25rem; }
  .whatsapp-float { right: .8rem; bottom: .8rem; min-height: 3rem; }
  .consent-banner:not([hidden]) ~ .whatsapp-float { bottom: 16rem; }
}

@media (max-width: 520px) {
  .field-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .whatsapp-float { padding: .72rem; }
  .whatsapp-float span { display: none; }
  .whatsapp-float svg { width: 1.7rem; height: 1.7rem; }
}

@media (max-width: 820px) and (max-height: 700px) {
  .mobile-panel { padding-top: 4.4rem; }
  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo { width: 7rem; }
  .mobile-panel__inner { margin-top: .35rem; }
  .mobile-panel__inner > .eyebrow { margin-bottom: .35rem; font-size: .58rem; }
  .mobile-panel nav { margin-block: .45rem .65rem; }
  .mobile-panel nav a { padding: .38rem 0; font-size: clamp(1.28rem, 6vw, 1.6rem); }
  .mobile-panel__inner > .button { min-height: 2.7rem; padding-block: .6rem; }
}

@media (max-width: 820px) {
  .portrait-editorial blockquote {
    left: auto;
    right: 0;
    bottom: .85rem;
    width: min(23rem, 86%);
    padding: 1.25rem 1.35rem;
    font-size: clamp(1.08rem, 4.2vw, 1.35rem);
    line-height: 1.32;
    border-radius: .9rem 0 0 .9rem;
  }
}

/* Stronger navy detail system */
.brand-mark::after { content: none; }

.home-hero {
  border-bottom: 3px solid rgba(31, 85, 126, .5);
}
.home-hero::after {
  top: clamp(8rem, 12vh, 9rem);
}
.hero-copy {
  position: relative;
  padding-left: clamp(1.25rem, 2vw, 2rem);
}
.hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.25rem;
  width: 4px;
  height: clamp(6rem, 10vw, 9rem);
  border-radius: 999px;
  background: linear-gradient(180deg, #173f60, #347aa1 68%, rgba(52, 122, 161, .08));
  box-shadow: 0 0 22px rgba(31, 85, 126, .16);
}
.trust-strip {
  border-top-width: 4px;
  border-top-color: #245b83;
  background: linear-gradient(180deg, rgba(225, 241, 249, .92), rgba(255, 255, 255, .88));
}
.trust-item::before {
  width: 3.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #173f60, #347aa1);
}
.trust-item strong { color: #173f60; }

.services-sticky,
.faq-layout > header,
.contact-form-intro {
  padding-left: clamp(1.15rem, 2vw, 1.75rem);
  border-left: 4px solid #245b83;
}
.section--dark .myth-grid > header {
  padding-left: clamp(1.15rem, 2vw, 1.75rem);
  border-left: 4px solid #8fc5df;
}

.service-card::before {
  width: 5px;
  transform: scaleY(1);
  background: linear-gradient(180deg, #173f60, #347aa1);
  box-shadow: none;
}
.service-card__index {
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #173f60, #347aa1);
  box-shadow: 0 10px 24px rgba(31, 85, 126, .2);
  font-size: 1.15rem;
}
.service-tile,
.quote-card,
.credential-card,
.contact-option,
.review-source,
.certificate-grid a {
  border-top-width: 4px;
  border-top-color: #245b83;
}
.service-tile__index { color: #1f557e; font-weight: 800; }
.quote-card::before { color: rgba(31, 85, 126, .13); }
.credential-card::before,
.process-step::before {
  color: #ffffff;
  border-color: #347aa1;
  background: linear-gradient(145deg, #173f60, #347aa1);
  box-shadow: 0 10px 26px rgba(31, 85, 126, .2);
}

.page-hero {
  border-bottom-width: 4px;
  border-bottom-color: rgba(31, 85, 126, .58);
}
.page-hero__aside {
  border-left: 5px solid #245b83;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(224, 240, 248, .9));
}
.page-hero__number { color: rgba(31, 85, 126, .14); }

.service-body__nav {
  padding: 1rem;
  border-top: 4px solid #245b83;
  border-radius: .85rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(224, 240, 248, .82));
  box-shadow: 0 16px 42px rgba(31, 85, 126, .09);
}
.service-body__nav a { color: #173f60; font-weight: 750; }
.service-body__content > section > h2::after {
  content: "";
  display: block;
  width: clamp(4rem, 8vw, 7rem);
  height: 4px;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #173f60, #347aa1 70%, transparent);
}
.situation-list li {
  border: 1px solid rgba(36, 91, 131, .18);
  border-left: 5px solid #245b83;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(229, 243, 249, .86));
  box-shadow: 0 14px 38px rgba(31, 85, 126, .08);
}
.situation-list li::before { color: #1f557e; text-shadow: none; font-weight: 900; }
.boundary-note { border-left-width: 5px; border-left-color: #245b83; }
.service-visual { border: 2px solid rgba(36, 91, 131, .34); }

.faq-item {
  border-left: 4px solid rgba(36, 91, 131, .42);
  background: linear-gradient(90deg, rgba(226, 241, 248, .55), rgba(255, 255, 255, .18) 42%);
}
.faq-item button i { color: #1f557e; }
.faq-item.is-open { border-left-color: #173f60; }

.contact-option svg {
  color: #ffffff;
  background: linear-gradient(145deg, #173f60, #347aa1);
  box-shadow: 0 10px 26px rgba(31, 85, 126, .18);
}
.contact-form {
  border-top-width: 6px;
  border-top-color: #245b83;
  box-shadow: 0 30px 85px rgba(31, 85, 126, .16);
}
.contact-form-points span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #ffffff;
  background: #245b83;
  font: 800 .78rem var(--sans);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #245b83;
  box-shadow: 0 0 0 4px rgba(36, 91, 131, .14);
}
.form-check input { accent-color: #245b83; }

.media-card,
.portrait-editorial img,
.booking-aside,
.external-placeholder {
  border-color: rgba(36, 91, 131, .32);
}
.site-footer { border-top: 5px solid #347aa1; }

@media (max-width: 820px) {
  .home-hero::after { top: 6.5rem; }
  .hero-copy { padding-left: 1rem; }
  .hero-copy::before { top: .15rem; width: 3px; height: 6rem; }
  .services-sticky,
  .faq-layout > header,
  .contact-form-intro { padding-left: 1rem; border-left-width: 3px; }
  .service-card__index { width: 2rem; height: 2rem; font-size: .82rem; }
  .service-body__nav { padding: .75rem; border-top-width: 3px; }
  .page-hero__aside { border-left-width: 4px; }
}

@media (min-width: 1181px) {
  .home-hero {
    align-items: start;
    padding-top: clamp(9.5rem, 15vh, 11.5rem);
  }
}

/* Customer update: no decorative numbering, a clear intensive-session USP,
   and a visible responsibility notice on every page. */
.service-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.process-step::before {
  content: "";
  background: radial-gradient(circle, #ffffff 0 22%, #245b83 24% 100%);
}
.credential-card::before {
  content: "";
  width: 3.5rem;
  height: .3rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #173f60, #347aa1);
}
.certificate-grid a::before {
  content: "";
  width: 3.5rem;
  height: .3rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #173f60, #347aa1);
}

.hero-usp {
  max-width: 48rem;
  margin-top: 1.35rem;
  padding: 1rem 1.15rem 1rem 1.35rem;
  border-left: 5px solid #245b83;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: linear-gradient(90deg, rgba(218, 239, 249, .96), rgba(255, 255, 255, .72));
  box-shadow: 0 14px 36px rgba(31, 85, 126, .1);
}
.hero-usp__label {
  display: block;
  margin-bottom: .3rem;
  color: #347aa1;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-usp strong {
  display: block;
  color: #173f60;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.15;
}
.hero-usp small {
  display: block;
  margin-top: .35rem;
  color: var(--ink-soft);
  font-size: .75rem;
  line-height: 1.5;
}
.hero-usp + .hero-actions {
  margin-top: 1.25rem;
}

.intensive-concept {
  color: #ffffff;
  border-block: 5px solid #347aa1;
  background:
    radial-gradient(circle at 85% 20%, rgba(143, 197, 223, .22), transparent 24rem),
    linear-gradient(135deg, #102f49, #1f557e);
}
.intensive-concept__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.intensive-concept .eyebrow {
  color: #bfe6f6;
}
.intensive-concept h2 {
  max-width: 12ch;
  color: #ffffff;
}
.intensive-concept p,
.intensive-concept .lead {
  color: rgba(255, 255, 255, .82);
}
.intensive-concept .text-link {
  color: #ffffff;
}

.press-feature {
  overflow: clip;
  background:
    radial-gradient(circle at 90% 12%, rgba(83, 185, 230, .18), transparent 24rem),
    linear-gradient(145deg, #ffffff, #eaf6fb);
}
.press-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.press-feature__brand {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: clamp(1.4rem, 3vw, 2.5rem);
  background: #0e54a0;
  box-shadow: 0 30px 85px rgba(14, 84, 160, .24);
}
.press-feature__brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.press-feature__brand span {
  position: absolute;
  left: clamp(1.25rem, 3vw, 2.25rem);
  bottom: clamp(1.25rem, 3vw, 2rem);
  padding: .62rem .85rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 38, 78, .72);
  backdrop-filter: blur(10px);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.press-feature__content {
  max-width: 42rem;
}
.press-feature__content .eyebrow {
  color: #1f557e;
}
.press-feature__content h2 {
  max-width: 10ch;
  color: #173f60;
}
.press-feature__content .lead {
  max-width: 38ch;
  color: var(--ink-soft);
}
.press-audio {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid rgba(36, 91, 131, .18);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 48px rgba(31, 85, 126, .1);
}
.press-audio audio {
  display: block;
  width: 100%;
}
.press-source {
  margin: .85rem 0 0;
  color: var(--ink-soft);
  font-size: .72rem;
}
.press-source a {
  color: #1f557e;
  font-weight: 800;
}

.footer-legal-notice {
  width: var(--shell);
  margin: 0 auto 2.5rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  display: grid;
  grid-template-columns: minmax(12rem, .6fr) minmax(0, 1.8fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 2px solid rgba(156, 230, 243, .72);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(4, 31, 53, .28);
}
.footer-legal-notice .eyebrow {
  margin-bottom: .55rem;
  color: #9ce6f3;
}
.footer-legal-notice h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.8vw, 1.75rem);
}
.footer-legal-notice > p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .84rem;
  line-height: 1.75;
}

.contact-form-points p {
  grid-template-columns: 1fr;
  padding-left: 1rem;
  border-left: 4px solid #245b83;
}

.mobile-panel {
  isolation: isolate;
  background-color: #173f60;
  background-image: linear-gradient(150deg, #173f60, #245b83 58%, #102f49);
}

@media (max-width: 820px) {
  .hero-usp {
    margin-top: 1.1rem;
    padding: .9rem 1rem;
    border-left-width: 4px;
  }
  .hero-usp small {
    font-size: .72rem;
  }
  .intensive-concept__grid,
  .press-feature__grid,
  .footer-legal-notice {
    grid-template-columns: 1fr;
  }
  .press-feature__brand {
    min-height: 18rem;
  }
  .press-feature__content h2 {
    max-width: 12ch;
  }
  .footer-legal-notice {
    margin-bottom: 2rem;
    border-left-width: 4px;
  }
}

/* Relaunch layout system: one final, predictable scale for every viewport. */
:root {
  --section: clamp(5.5rem, 8vw, 8.5rem);
}

.home-hero > .hero-breath {
  left: -5vw;
  right: -5vw;
  bottom: 1rem;
}

.page-hero__grid {
  align-items: center;
}

.page-hero__aside {
  align-self: center;
  max-width: 36rem;
  justify-self: end;
}

.contact-form-section {
  scroll-margin-top: 7rem;
}
.contact-form-anchor {
  scroll-margin-top: 7rem;
}

.form-check {
  min-height: 2.75rem;
}

.footer-settings {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.site-footer {
  padding-bottom: 6rem;
}

.site-header.is-scrolled,
.press-feature__brand span {
  -webkit-backdrop-filter: blur(14px);
}

@media (min-width: 1181px) {
  .page-hero {
    padding: 8.75rem 0 4.75rem;
  }

  .page-hero__grid {
    gap: clamp(2.5rem, 4vw, 5rem);
  }

  .page-hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(3.15rem, 4.25vw, 5rem);
    line-height: 1;
  }

  .page-hero__aside {
    padding: 1.5rem 1.75rem;
  }

  .service-tile {
    min-height: clamp(21rem, 26vw, 24rem);
  }

  .service-body__content .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-body__content .process::before {
    display: none;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .home-hero {
    align-items: start;
    padding-top: 8.75rem;
  }

  .page-hero {
    padding: 8.5rem 0 4.5rem;
  }

  .page-hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 5.8vw, 4.4rem);
    line-height: 1;
  }

  .page-hero__aside {
    padding: 1.35rem 1.5rem;
  }

  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process::before {
    display: none;
  }

  .process-step h3 {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(87vw, 700px);
    --section: clamp(4.25rem, 12vw, 5.75rem);
  }

  h2 {
    font-size: clamp(2.15rem, 8vw, 3.6rem);
    line-height: 1.02;
  }

  .home-hero {
    padding-top: 7.5rem;
    padding-bottom: 3.25rem;
  }

  .home-hero > .hero-breath {
    bottom: -2rem;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 11vw, 4.25rem);
    line-height: .99;
  }

  .hero-copy::before {
    top: .2rem;
    height: 5.5rem;
  }

  .hero-usp small {
    font-size: .78rem;
    line-height: 1.55;
  }

  .page-hero {
    padding: 8rem 0 3.75rem;
  }

  .page-hero__grid {
    gap: 1.5rem;
  }

  .page-hero__copy h1 {
    max-width: 14ch;
    font-size: clamp(2.65rem, 7.2vw, 3.65rem);
    line-height: 1.02;
  }

  .page-hero__aside {
    width: 100%;
    max-width: 42rem;
    margin-top: .35rem;
    padding: 1.2rem 1.25rem;
    justify-self: start;
  }

  .breadcrumb {
    gap: .4rem .55rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .split-editorial,
  .split-editorial--reverse {
    gap: 3rem;
  }

  .service-body__nav {
    gap: .5rem;
    margin-bottom: 2.5rem;
    padding: .65rem;
    scrollbar-width: none;
  }

  .service-body__nav::-webkit-scrollbar {
    display: none;
  }

  .service-body__nav a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
  }

  .service-body__content > section {
    padding-bottom: 4.75rem;
  }

  .service-body__content > section:nth-of-type(even) {
    margin-bottom: 4.5rem;
  }

  .service-visual {
    margin-block: 1.75rem 2.25rem;
  }

  .credential-card {
    min-height: auto;
  }

  .footer-grid {
    padding-block: 4rem;
  }

  .footer-grid > div > a,
  .footer-settings {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .footer-bottom {
    gap: 1.1rem;
    font-size: .75rem;
    line-height: 1.55;
  }

  .site-footer {
    padding-bottom: 3rem;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 1rem;
  }

  .form-check {
    min-height: 2.75rem;
  }

  .form-check input {
    width: 1.15rem;
    height: 1.15rem;
  }

  .contact-form__note,
  .press-source {
    font-size: .78rem;
  }

  .whatsapp-float,
  .consent-banner:not([hidden]) ~ .whatsapp-float {
    top: auto;
    right: max(.8rem, env(safe-area-inset-right));
    bottom: max(.8rem, env(safe-area-inset-bottom));
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    padding: .65rem;
    justify-content: center;
    gap: 0;
  }

  .whatsapp-float span {
    display: none;
  }

  body.menu-open .whatsapp-float {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.5rem);
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 3.25rem);
  }

  .page-hero__copy h1 {
    font-size: clamp(2.55rem, 11vw, 3rem);
  }

  .hero-actions {
    gap: .65rem;
  }

  .hero-actions .button {
    min-height: 3.35rem;
  }

  .closing-cta {
    padding: 2.4rem 1.7rem;
  }
}

@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .site-header.menu-active {
    height: 100vh;
    height: 100dvh;
  }

  .mobile-panel {
    padding-top: calc(5.2rem + env(safe-area-inset-top));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: 8.25rem;
  }

  .mobile-panel__inner {
    width: min(86vw, 46rem);
    margin-top: .25rem;
    padding-bottom: max(.75rem, env(safe-area-inset-bottom));
  }

  .mobile-panel__inner > .eyebrow {
    display: none;
  }

  .mobile-panel nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1.25rem;
    margin-block: .35rem .75rem;
  }

  .mobile-panel nav a {
    min-width: 0;
    padding: .55rem 0;
    font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  }

  .mobile-panel__inner > .button {
    min-height: 2.7rem;
    padding-block: .55rem;
  }

  .header-booking {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .home-hero {
    min-height: auto;
    align-items: start;
    padding-top: 8.25rem;
  }

  .page-hero {
    padding-top: 8.25rem;
  }

  .whatsapp-float,
  .consent-banner:not([hidden]) ~ .whatsapp-float {
    top: auto;
    right: max(.8rem, env(safe-area-inset-right));
    bottom: max(.8rem, env(safe-area-inset-bottom));
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    padding: .65rem;
    justify-content: center;
    gap: 0;
  }

  .whatsapp-float span {
    display: none;
  }

  body.menu-open .whatsapp-float {
    opacity: 0;
    pointer-events: none;
  }
}

/* Final refinement: warmer, quieter and more editorial. */
:root {
  --cream: #f7f4ef;
  --cream-2: #ebe5dd;
  --paper: #fffdf9;
  --ink: #203b4b;
  --ink-soft: #63727a;
  --petrol: #2d5b70;
  --petrol-deep: #e8edef;
  --sage: #87988d;
  --sage-light: #eef1ec;
  --clay: #79685c;
  --clay-light: #eee6df;
  --sand: #c8b8a3;
  --line: rgba(37, 69, 84, .14);
  --line-strong: rgba(45, 91, 112, .3);
  --shadow: 0 28px 80px rgba(37, 63, 74, .13);
  --shadow-soft: 0 18px 48px rgba(37, 63, 74, .08);
  --shadow-card: 0 24px 64px rgba(37, 63, 74, .11);
  --section: clamp(5.25rem, 7vw, 7.5rem);
  --radius-md: .9rem;
  --radius-lg: 1.6rem;
}

body {
  background:
    radial-gradient(circle at 8% 5%, rgba(82, 135, 157, .1), transparent 27rem),
    radial-gradient(circle at 92% 25%, rgba(183, 164, 141, .09), transparent 29rem),
    #f7f4ef;
}

.home-hero {
  min-height: clamp(46rem, 88svh, 56rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(93, 145, 165, .12), transparent 25rem),
    linear-gradient(135deg, #faf8f4 0%, #edf3f3 58%, #f4eee7 100%);
}

.hero-copy h1 {
  color: #203b4b;
  background: linear-gradient(110deg, #203b4b 20%, #3e6c7d 58%, #203b4b 86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-media__frame,
.hero-note,
.hero-usp {
  box-shadow: 0 24px 68px rgba(41, 73, 84, .12);
}

.button {
  border-color: rgba(255, 255, 255, .22);
  background: linear-gradient(135deg, #284f62, #376d80);
  box-shadow: 0 10px 26px rgba(39, 78, 96, .2);
}

.button:hover {
  background: linear-gradient(135deg, #234657, #315f71);
  box-shadow: 0 14px 32px rgba(39, 78, 96, .24);
}

.section--paper {
  --paper: #fffdf9;
  --ink: #203b4b;
  --ink-soft: #63727a;
  --clay: #79685c;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(90, 141, 158, .07), transparent 24rem),
    linear-gradient(135deg, #fffdf9 0%, #f8f5f0 58%, #f0f2ef 100%);
  border-color: rgba(53, 82, 94, .1);
}

.page-hero {
  background:
    radial-gradient(circle at 84% 40%, rgba(92, 143, 163, .11), transparent 26rem),
    linear-gradient(120deg, #faf8f4, #eaf0f0);
  border-color: rgba(53, 82, 94, .1);
  border-bottom-color: rgba(45, 91, 112, .24);
}

.service-card,
.service-tile,
.quote-card,
.credential-card,
.contact-option,
.page-hero__aside,
.review-source {
  background: linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(241, 244, 241, .94));
  border-color: rgba(53, 82, 94, .13);
  box-shadow: 0 14px 40px rgba(42, 73, 84, .08);
}

.service-card:hover,
.service-tile:hover,
.quote-card:hover,
.credential-card:hover,
.contact-option:hover,
.review-source:hover {
  border-color: rgba(45, 91, 112, .3);
  box-shadow: 0 22px 58px rgba(42, 73, 84, .12);
}

.reviews-section {
  background:
    radial-gradient(circle at 95% 8%, rgba(92, 143, 163, .08), transparent 25rem),
    linear-gradient(180deg, #f5f4f0, #edf1ef);
}

.role-panel,
.closing-cta {
  background:
    radial-gradient(circle at 88% 10%, rgba(200, 184, 163, .15), transparent 22rem),
    linear-gradient(135deg, #315d70, #254756);
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 28px 76px rgba(35, 67, 80, .2);
}

.site-footer { padding-bottom: 1.5rem; background: #213f4c; }
.footer-line { height: 48px; background: #294b59; }
.footer-line path { stroke: rgba(200, 184, 163, .65); filter: none; }
.footer-credit strong,
.footer-grid h2 { color: #d8c8b3; }
.footer-grid { padding-block: clamp(3rem, 4vw, 4rem); }
.footer-bottom { padding-top: 1rem; }
.closing-cta { padding: clamp(3.5rem, 6vw, 6rem); }

/* The process cards must stay clearly readable in their dark hover state. */
.process-step:hover,
.section--paper .process-step:hover {
  color: #ffffff;
  background: #2d5b70;
  border-color: #2d5b70;
  box-shadow: 0 16px 34px rgba(34, 70, 86, .18);
}

.process-step:hover h3,
.process-step:hover p,
.section--paper .process-step:hover h3,
.section--paper .process-step:hover p {
  color: #ffffff;
}

.process-step:hover::before,
.section--paper .process-step:hover::before {
  color: #2d5b70;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.practice-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.practice-editorial__visual { margin: 0; }
.practice-editorial__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  filter: saturate(.78) contrast(1.025) brightness(1.02);
  box-shadow: 0 26px 72px rgba(40, 72, 83, .14);
}
.practice-editorial__visual figcaption {
  margin-top: .7rem;
  color: var(--ink-soft);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.practice-editorial__content h2 { max-width: 11ch; }
.practice-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.practice-options article {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-strong);
}
.practice-options article > span {
  color: var(--clay);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.practice-options h3 {
  margin-block: .65rem .45rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.practice-options p { color: var(--ink-soft); font-size: .86rem; }

.certificate-gallery--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.certificate-reveal { display: flex; justify-content: center; margin-top: 2.25rem; }
.certificate-toggle {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: .45rem 0;
  color: var(--petrol);
  background: transparent;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}
.certificate-toggle:hover { color: #203b4b; }
.certificate-gallery--archive { margin-top: 3rem; }
.certificate-gallery--archive[hidden] { display: none; }

.contact-form-intro h2 { font-size: clamp(2.5rem, 4vw, 4.25rem); }

@media (max-width: 820px) {
  .home-hero { min-height: auto; }
  .practice-editorial { grid-template-columns: 1fr; gap: 2.5rem; }
  .practice-editorial__content h2 { max-width: 12ch; }
  .practice-options { grid-template-columns: 1fr; gap: 1rem; }
  .certificate-gallery--featured { grid-template-columns: 1fr; }
  .header-booking { white-space: nowrap; }
}

/* A restrained scroll guide connects the four consultation steps. */
#ablauf .process {
  --process-progress: 0;
}

#ablauf .process::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.35rem;
  right: 1rem;
  left: 1rem;
  height: 1px;
  background: linear-gradient(90deg, #2d5b70, #6f98a7 78%, #b7c9cc);
  box-shadow: 0 0 10px rgba(45, 91, 112, .12);
  pointer-events: none;
  transform: scaleX(var(--process-progress));
  transform-origin: left center;
  transition: transform .16s linear;
}

#ablauf .process-step {
  z-index: 1;
}

#ablauf .process-step::before {
  transition: color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}

#ablauf .process-step.is-reached::before {
  color: #ffffff;
  background: #2d5b70;
  border-color: #2d5b70;
  box-shadow: 0 0 0 5px rgba(45, 91, 112, .08);
}

#ablauf .process-step.is-reached:hover::before {
  color: #2d5b70;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

@media (max-width: 820px) {
  #ablauf .process::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 1.35rem;
    width: 1px;
    height: auto;
    transform: scaleY(var(--process-progress));
    transform-origin: center top;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  #ablauf .process::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ablauf .process {
    --process-progress: 1;
  }

  #ablauf .process::after,
  #ablauf .process-step::before {
    transition: none;
  }
}

/* Compact utility footer: preserve every contact and legal path without
   turning the page ending into a second hero. */
.site-footer {
  padding-bottom: 1rem;
}
.footer-line {
  height: 28px;
}
.footer-grid {
  gap: clamp(1.25rem, 3vw, 2.75rem);
  padding-block: 2rem;
}
.footer-brand .brand-logo {
  width: clamp(10rem, 15vw, 11.5rem);
}
.footer-brand p {
  margin-top: .75rem;
}
.footer-legal-notice {
  margin-bottom: 1rem;
  padding: .9rem 1rem;
  gap: 1rem;
}
.footer-legal-notice .eyebrow {
  margin-bottom: .25rem;
}
.footer-legal-notice h2 {
  font-size: clamp(1.1rem, 1.35vw, 1.3rem);
}
.footer-legal-notice > p {
  font-size: .76rem;
  line-height: 1.5;
}
.footer-bottom {
  padding-top: .75rem;
  gap: 1rem;
}
.footer-bottom > span:nth-child(2) {
  display: none;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
    padding-block: 2rem;
  }
  .footer-brand .brand-logo {
    max-width: 100%;
  }
  .footer-brand p {
    max-width: 28rem;
  }
  .footer-legal-notice {
    grid-template-columns: 1fr;
    margin-bottom: .85rem;
  }
  .footer-bottom {
    gap: .5rem;
  }
}
