:root {
      --navy: #08083d;
      --navy-soft: #242453;
      --gold: #b1a084;
      --gold-dark: #988567;
      --cream: #f7f3ec;
      --line: #e9e3d8;
      --white: #ffffff;
      --shadow: 0 24px 60px rgba(8, 8, 61, .16);
      --hair: rgba(255, 255, 255, .09);
      --ink-1: rgba(255, 255, 255, .92);
      --ink-2: rgba(255, 255, 255, .62);
      --ink-3: rgba(255, 255, 255, .40);
    }
html { color-scheme: light; scroll-behavior: smooth; }
.site-header {
      position: relative;
      z-index: 30;
      background: var(--white);
      box-shadow: 0 1px 0 rgba(8, 8, 61, .08);
    }
.pill-ghost { color: var(--white); background: transparent; border: 1.5px solid rgba(255,255,255,.36); }
.pill-ghost:hover { border-color: var(--gold); color: #f0e6d5; }
.pill-outline { color: var(--navy); background: var(--white); border: 1.5px solid var(--line); }
.pill-outline:hover { border-color: var(--gold); color: var(--gold-dark); }
.hero {
      position: relative; display: grid; min-height: 600px; overflow: hidden; place-items: center;
      background: linear-gradient(135deg, #33314f, #a8a095);
    }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
      position: absolute; inset: 0; content: "";
      background: linear-gradient(90deg, rgba(5, 5, 44, .70), rgba(5, 5, 44, .20));
    }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); color: var(--white); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.hero p { max-width: 660px; margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.7; }
.hero-actions { display: flex; margin-top: 32px; gap: 14px; flex-wrap: wrap; }
.hero-btn { min-height: 50px; max-width: 100%; padding: 0 26px; font-size: 14px; text-align: center; }
.hero-btn svg { width: 18px; height: 18px; }
.section { padding: 84px 0; background: var(--white); }
.section.alt { background: var(--cream); }
.section.dark { color: var(--ink-1); background: var(--navy); }
.sec-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 20px 56px; align-items: end; margin-bottom: 40px; }
.sec-head h2 { margin: 0; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.028em; }
.sec-head p { margin: 0; color: var(--navy-soft); font-size: 15px; line-height: 1.75; }
.sec-head p + p { margin-top: 10px; }
.section.dark .sec-head p { color: var(--ink-2); }
.rule { height: 2px; width: 64px; margin: 0 0 18px; background: var(--gold); border-radius: 2px; }
.rail { position: relative; }
.h-scroll {
      display: grid; grid-auto-flow: column; gap: 20px;
      overflow-x: auto; overflow-anchor: none; padding: 6px 2px 18px; scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch; scroll-behavior: smooth;
    }
.h-scroll > * { scroll-snap-align: start; }
.h-scroll::-webkit-scrollbar { height: 8px; }
.h-scroll::-webkit-scrollbar-track { background: rgba(8,8,61,.05); border-radius: 999px; }
.h-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.section.dark .h-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,.07); }
.section.dark .h-scroll::-webkit-scrollbar-thumb { background: rgba(255,255,255,.24); }
.rail-btn {
      position: absolute; top: 50%; z-index: 2; display: none; width: 44px; height: 44px; padding: 0;
      border: 1px solid var(--line); border-radius: 50%; align-items: center; justify-content: center;
      color: var(--navy); background: var(--white); box-shadow: 0 10px 26px rgba(8,8,61,.14);
      cursor: pointer; transform: translateY(-50%); transition: color .16s ease, border-color .16s ease;
    }
.rail-btn:hover { color: var(--gold-dark); border-color: var(--gold); }
.rail-btn[disabled] { opacity: .3; cursor: default; }
.rail-btn svg { width: 17px; height: 17px; }
.rail-btn.prev { left: -20px; }
.rail-btn.next { right: -20px; }
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) { .rail-btn { display: inline-flex; }}
.treat-rail .h-scroll { grid-auto-columns: minmax(232px, 1fr); }
.treat-card {
      display: flex; flex-direction: column; overflow: hidden;
      border: 1px solid var(--line); border-radius: 16px; background: var(--white);
      box-shadow: 0 12px 30px rgba(8,8,61,.05); transition: transform .18s ease, box-shadow .18s ease;
    }
.treat-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(8,8,61,.11); }
.treat-card img { display: block; width: 100%; height: 260px; object-fit: cover; }
.treat-card .body { padding: 18px 20px 22px; }
.treat-card h3 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.01em; }
.treat-card p { margin: 0 0 14px; color: var(--navy-soft); font-size: 13px; line-height: 1.55; }
.treat-card .more { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-dark); font-size: 12.5px; font-weight: 700; }
.treat-card .more::after { content: "→"; }
.vid-rail .h-scroll { grid-auto-columns: minmax(210px, 1fr); }
.vid-card {
      display: block; width: 100%; padding: 0; border: 0; border-radius: 16px; overflow: hidden;
      background: #0d0d24; cursor: pointer; text-align: left;
    }
.vid-shot { position: relative; display: block; aspect-ratio: 9 / 16; overflow: hidden; }
.vid-card.wide .vid-shot { aspect-ratio: 16 / 9; }
.vid-shot img.poster { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.vid-card:hover .vid-shot img.poster { transform: scale(1.04); }
.vid-shot::after {
      position: absolute; inset: 0; content: ""; pointer-events: none;
      background: linear-gradient(180deg, rgba(5,5,44,0) 45%, rgba(5,5,44,.55));
    }
.vid-card.is-playing { cursor: default; }
.vid-card.is-playing .vid-shot::after { display: none; }
.vid-play {
      position: absolute; top: 50%; left: 50%; z-index: 1; display: grid; place-items: center;
      width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.92);
      box-shadow: 0 8px 24px rgba(8,8,61,.28); transform: translate(-50%, -50%);
      transition: transform .18s ease, background .18s ease;
    }
.vid-play svg { width: 18px; height: 20px; margin-left: 3px; fill: var(--navy); }
.vid-card:hover .vid-play { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
.vid-shot iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid-feature { max-width: 760px; margin: 0 auto 34px; }
.vid-feature .vid-card { border-radius: 18px; }
.sec-more {
      display: inline-flex; align-items: center; min-height: 44px; padding: 0 22px;
      border: 1.5px solid var(--gold); border-radius: 999px;
      color: var(--gold-dark); font-size: 14px; font-weight: 600;
      transition: background .16s ease;
    }
.sec-more:hover { background: var(--cream); }
.section.alt .sec-more:hover { background: var(--white); }
.section.dark .sec-more { color: var(--gold); }
.ba-rail .h-scroll { grid-auto-columns: minmax(280px, 1fr); }
.ba-card {
      display: block; width: 100%; padding: 0; border: 1px solid var(--line); border-radius: 16px;
      overflow: hidden; background: var(--white); cursor: zoom-in;
    }
.ba-card img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; }
.rev-rail .h-scroll { grid-auto-columns: minmax(300px, 340px); align-items: stretch; }
.rev-card { display: flex; flex-direction: column; padding: 24px 24px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.section.alt .rev-card { background: var(--white); }
.rev-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 27px; margin-bottom: 14px; }
.rev-card__source { display: inline-flex; transition: opacity .16s ease; }
.rev-card__source:hover { opacity: .7; }
.rev-card__logo { height: 18px; width: auto; }
.rev-card__logo.rev-logo--trustpilot { height: 27px; }
.rev-card__stars { display: flex; gap: 2px; }
.rev-card__stars svg { width: 15px; height: 15px; fill: #f0b537; }
.rev-card__name { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--navy); font-size: 15px; font-weight: 600; }
.rev-card__avatar { display: grid; place-items: center; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 12.5px; font-weight: 600; }
.rev-card__text { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: var(--navy-soft); font-size: 14.5px; line-height: 1.72; white-space: pre-line; }
.rev-card__more { align-self: flex-start; margin-top: 14px; padding: 0; border: 0; background: none; color: var(--gold-dark); font: 600 13.5px "Poppins", Arial, sans-serif; cursor: pointer; }
.rev-card__more:hover { text-decoration: underline; }
.docs-rail .h-scroll { grid-auto-columns: minmax(240px, 1fr); }
.doc-card { display: block; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); transition: transform .22s ease, border-color .22s ease; }
.doc-card:hover, .doc-card:focus-visible { transform: translateY(-4px); border-color: var(--gold); }
.doc-card:hover h3 { color: var(--gold-dark); }
.doc-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.doc-card img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.doc-card .body { padding: 18px 20px 22px; }
.doc-card .role { margin: 0 0 5px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.doc-card h3 { margin: 0; font-size: 17px; letter-spacing: -.01em; transition: color .22s ease; }
.doc-card .sub { margin: 4px 0 0; color: var(--navy-soft); font-size: 13px; }
.brands { --bh: 1; display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 22px; align-items: center; justify-items: center; }
.brands img { width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .78; mix-blend-mode: darken; transition: filter .18s ease, opacity .18s ease; }
.brands img:nth-child(1) { height: calc(85px * var(--bh)); }
.brands img:nth-child(2) { height: calc(102px * var(--bh)); }
.brands img:nth-child(3) { height: calc(46px * var(--bh)); }
.brands img:nth-child(4) { height: calc(36px * var(--bh)); }
.brands img:nth-child(5) { height: calc(42px * var(--bh)); }
.brands img:nth-child(6) { height: calc(40px * var(--bh)); }
.brands img:nth-child(7) { height: calc(94px * var(--bh)); }
.brands img:nth-child(8) { height: calc(40px * var(--bh)); }
.brands img:nth-child(9) { height: calc(44px * var(--bh)); }
.brands img:hover { filter: none; opacity: 1; }
.cert { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 44px; align-items: center; }
.cert h2 { margin: 0 0 12px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; letter-spacing: -.025em; }
.cert p { margin: 0; color: var(--navy-soft); font-size: 15px; line-height: 1.75; }
.cert-shot { padding: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); cursor: zoom-in; }
.cert-shot img { display: block; width: 100%; height: auto; }
.mapgrid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.mapframe { position: relative; width: 100%; aspect-ratio: 16 / 10; border-radius: 20px; overflow: hidden; box-shadow: 0 22px 50px rgba(8,8,61,.13); background: var(--cream); }
.mapframe iframe { display: block; width: 100%; height: 100%; border: 0; }
.mapinfo h2 { margin: 0 0 14px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; letter-spacing: -.025em; }
.mapinfo p { margin: 0 0 10px; color: var(--navy-soft); font-size: 15px; line-height: 1.75; }
.mapinfo address { margin: 0 0 22px; color: var(--navy-soft); font-size: 14px; font-style: normal; line-height: 1.7; }
.mapinfo .btns { display: flex; gap: 12px; flex-wrap: wrap; }
.mapinfo .btns .pill { min-height: 48px; padding: 0 22px; font-size: 14px; }
.blog-rail .h-scroll { grid-auto-columns: minmax(268px, 1fr); align-items: stretch; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .22s ease, border-color .22s ease; }
.blog-card:hover, .blog-card:focus-visible { transform: translateY(-4px); border-color: var(--gold); }
.blog-card:hover .blog-card__title { color: var(--gold-dark); }
.blog-card__img { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream); }
.blog-card__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 20px 22px 22px; }
.blog-card__date { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-soft); font-size: 12.5px; font-weight: 500; }
.blog-card__date svg { width: 15px; height: 15px; stroke: var(--gold-dark); flex-shrink: 0; }
.blog-card__accent { width: 38px; height: 3px; border-radius: 2px; background: var(--gold); }
.blog-card__title { margin: 0; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: color .22s ease; }
.blog-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 4px; color: var(--gold-dark); font-size: 13px; font-weight: 700; }
#lightbox {
      width: min(920px, calc(100% - 32px)); max-height: 88vh; padding: 0; border: 0; border-radius: 18px;
      background: var(--white); box-shadow: var(--shadow); overflow: hidden;
    }
#lightbox::backdrop { background: rgba(5,5,44,.72); }
.lb-body { max-height: 88vh; overflow-y: auto; }
.lb-body > img { display: block; width: 100%; height: auto; }
.lb-body .lb-review { border: 0; background: transparent; padding: 32px 34px 34px; }
.lb-body .lb-review .rev-card__text { display: block; -webkit-line-clamp: none; overflow: visible; }
.lb-body .lb-review .rev-card__top { padding-right: 46px; }
.lb-close {
      position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px;
      border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.92);
      box-shadow: 0 6px 18px rgba(8,8,61,.2); cursor: pointer;
    }
.lb-close svg { width: 17px; height: 17px; }
#lightbox.is-media {
      width: auto; max-width: min(1100px, calc(100% - 32px)); overflow: visible;
      background: transparent; box-shadow: none; border-radius: 0;
    }
#lightbox.is-media .lb-body { max-height: none; overflow: visible; }
#lightbox.is-media .lb-body img {
      width: auto; max-width: min(1100px, calc(100vw - 32px)); max-height: 86vh; margin: 0 auto;
      border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.45);
    }
#lightbox.is-media .lb-close { position: fixed; top: 16px; right: 20px; }
@media (max-width: 1240px) and (min-width: 1024px) {
      .header-main { width: min(1240px, calc(100% - 48px)); grid-template-columns: 145px minmax(0,1fr) auto auto; column-gap: 8px; }
      .brand { width: 142px; }
      .nav-trigger { padding-right: 7px; padding-left: 7px; font-size: 11px; }
      .consultation-cta { padding-right: 15px; padding-left: 15px; font-size: 11px; }
      .language-button { font-size: 11px; }
      .rail-btn.prev { left: -8px; }
      .rail-btn.next { right: -8px; }
    }
@media (max-width: 1023px) {
      .utility-bar { display: none; }
      .header-main { display: flex; justify-content: space-between; width: min(720px, calc(100% - 32px)); min-height: 64px; }
      .brand { width: 138px; }
      .desktop-nav, .header-main > .consultation-cta, .header-main > .language { display: none; }
      .hamburger { display: inline-flex; }
      .lead { grid-template-columns: 1fr; gap: 34px; padding: 56px 0 40px; }
      .lead-contact { justify-self: start; text-align: left; }
      .directory { grid-template-columns: 1fr 1fr; gap: 34px 40px; }
      .section { padding: 64px 0; }
      .sec-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 30px; }
      .cert { grid-template-columns: 1fr; gap: 26px; }
      .mapgrid { grid-template-columns: 1fr; gap: 26px; }
      .brands { --bh: .82; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}
@media (max-width: 560px) {
      .wrap { width: calc(100% - 40px); }
      .directory { grid-template-columns: 1fr; }
      .baseline { flex-direction: column; align-items: flex-start; }
      .hero { min-height: 460px; padding: 72px 0; }
      .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
      .hero-btn { width: 100%; }
      .section { padding: 52px 0; }
      .brands { --bh: .6; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 14px; }}
@media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
      .h-scroll { scroll-behavior: auto; }
    }
.lb-img-wrap { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.lb-nav { position: absolute; top: 50%; z-index: 2; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; font-family: monospace; cursor: pointer; transition: background .16s ease; }
.lb-nav:hover { background: rgba(255,255,255,.32); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
@media (max-width: 720px) { .lb-nav { display: none; } }

/* floating WhatsApp button (added 12 Sep 2026) */
.whatsapp-icon { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(90deg, var(--wa1), var(--wa2)); box-shadow: 0 10px 26px rgba(48,147,42,.4); }
.whatsapp-icon svg { width: 28px; height: 28px; fill: #fff; }

:root { --wa1: #34ec7a; --wa2: #30932a; }

/* rev 1789207344178 */

/* sticky header on mobile — same rule the other pages already have (13 Sep 2026) */
@media (max-width: 1023px) {
.site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(8,8,61,.08), 0 6px 20px rgba(8,8,61,.06); }
}
