:root{--primary: #00acc8;--primary-strong: #0098b2;--secondary: #e3158f;--accent: #c1d62e;--ink: #2a2a2e;--ink-soft: #636466;--line: #d6dde1;--bg: #ffffff;--bg-soft: #f5fbfd;--surface: #ffffff;--surface-soft: #f7fbfd;--header-bg: rgba(255, 255, 255, .92);--footer-bg: #636466;--footer-ink: #f1f3f4;--radius: 16px;--container: 1120px}:root[data-theme=dark]{--primary: #39b6d2;--primary-strong: #23a2bf;--secondary: #ff6aba;--accent: #cde95f;--ink: #e6edf3;--ink-soft: #a6b5c3;--line: #334555;--bg: #0f1821;--bg-soft: #111f2b;--surface: #142433;--surface-soft: #1a2b3a;--header-bg: rgba(12, 20, 28, .9);--footer-bg: #0b131b;--footer-ink: #d8e4ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at top right,rgba(0,172,200,.12) 0%,transparent 34%),radial-gradient(circle at top left,rgba(227,21,143,.1) 0%,transparent 35%),var(--bg);font-family:ITC Avant Garde Gothic,Avant Garde,Century Gothic,Futura,Arial,sans-serif;line-height:1.5}h1,h2,h3{margin:0;font-family:ITC Avant Garde Gothic,Avant Garde,Century Gothic,Futura,Arial,sans-serif;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}.button-reset{border:0;background:transparent;font:inherit;color:inherit;padding:0;margin:0}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.header{position:sticky;top:0;z-index:20;background:var(--header-bg);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem}.brand-logo{height:64px;width:auto;display:block}.brand-text strong{display:block;text-transform:uppercase;letter-spacing:.02em}.brand-text small{color:var(--ink-soft)}.desktop-nav{display:flex;align-items:center;gap:1rem;font-weight:600;flex-wrap:wrap;justify-content:flex-end}.nav-link{cursor:pointer;color:inherit}.desktop-nav .nav-link:hover{color:var(--primary)}.preferences{position:relative}.preferences-trigger{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0;cursor:pointer;box-shadow:0 8px 18px #181b210d;transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.preferences-trigger:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 55%,var(--line))}.preferences-icon{width:18px;height:18px;display:inline-flex}.preferences-icon svg{width:100%;height:100%}.preferences-icon path{fill:var(--ink)}.preferences-mobile-copy{display:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preferences-panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:70;width:min(560px,94vw);display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:.9rem;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 34px -22px #1218206b}.preferences.is-open .preferences-panel{display:grid}.preferences-group{display:grid;gap:.45rem}.preferences-group-title{margin:0;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.preferences-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.preference-option{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:.58rem .45rem;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.preference-option:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 55%,var(--line))}.preference-option.is-active{border-color:color-mix(in srgb,var(--primary) 75%,var(--line));background:color-mix(in srgb,var(--surface-soft) 72%,var(--primary) 28%)}.preference-option-copy{display:inline-flex;justify-content:center;align-items:center;min-width:0}.preference-option-copy strong{font-size:.86rem;line-height:1.15}.section{padding:4.5rem 0}.section-soft{background:linear-gradient(180deg,var(--bg-soft),var(--surface))}.section-head{margin-bottom:1.75rem;max-width:680px}.section-head h2{position:relative;padding-bottom:.45rem}.section-head h2:after{content:"";display:block;width:86px;height:6px;margin-top:.5rem;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent))}.eyebrow{display:inline-block;margin-bottom:.5rem;font-size:.8rem;font-weight:700;color:var(--secondary);letter-spacing:.1em;text-transform:uppercase}.hero{padding:4rem 0 3rem;position:relative}.hero-grid{display:grid;gap:2rem;align-items:center;grid-template-columns:1.2fr .8fr}h1{font-size:clamp(2rem,4.4vw,3.25rem);margin-bottom:1rem}h2{font-size:clamp(1.6rem,3.4vw,2.25rem)}.lead{font-size:1.08rem;color:var(--ink-soft);max-width:60ch}.bullet-list{list-style:none;margin:1.2rem 0;padding:0;display:grid;gap:.5rem}.bullet-list li:before{content:"✓";color:var(--secondary);margin-right:.5rem;font-weight:800}.cta-row{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 .25rem}.hero-pills span{display:inline-flex;align-items:center;min-height:34px;padding:.25rem .7rem;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);color:var(--ink);font-weight:600;font-size:.86rem}.btn{min-height:44px;border-radius:999px;padding:.72rem 1.1rem;border:1px solid transparent;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.btn-primary{color:#fff;background:linear-gradient(130deg,var(--primary),#12bdd9)}.btn-primary:hover{transform:translateY(-1px);background:linear-gradient(130deg,var(--primary-strong),#0ea9c3)}.btn-ghost{border-color:var(--line);background:var(--surface);color:var(--ink)}.btn-ghost:hover{border-color:var(--secondary);color:var(--secondary)}.microcopy,.note{color:var(--ink-soft);font-size:.92rem;margin-top:.8rem}.hero-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;background:linear-gradient(160deg,var(--surface),var(--surface-soft));box-shadow:0 16px 36px -20px #11182738}.hero-card-kicker{color:var(--secondary);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem}.hero-card h2{margin:.45rem 0 .9rem;font-size:1.25rem}.hero-card ul{margin:0;padding-left:1rem;color:var(--ink-soft)}.hero-card-note{margin-top:1rem;font-weight:600}.grid{display:grid;gap:.9rem}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.service,.trust-card,.steps article{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--surface)}.previsit-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.previsit-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.previsit-card h3{margin-bottom:.5rem}.previsit-card ul{margin:0;padding-left:1rem;color:var(--ink-soft)}.previsit-card li{margin:.35rem 0}.previsit-warning{background:linear-gradient(165deg,var(--surface),var(--surface-soft));border-color:#ccd5db}.previsit-warning p{color:var(--ink-soft);margin:0}.emergency-list{margin:0 0 .8rem;padding-left:1rem;color:var(--ink-soft)}.emergency-list li{margin:.35rem 0}.emergency-call{width:100%}.feature-card{display:grid;align-content:start;gap:.55rem}.feature-card h3,.feature-card p{margin:0}.feature-icon{width:40px;height:40px;display:inline-grid;place-content:center;border-radius:10px;font-size:1.15rem;background:linear-gradient(130deg,#00acc826,#e3158f1f);border:1px solid #cfe2e8}.timeline{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.first-visit-flow{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);align-items:stretch;gap:1rem;margin-bottom:1rem}.supporting-photo-grid{display:grid;grid-template-columns:minmax(0,420px);justify-content:center;gap:1rem;margin-bottom:1rem}.supporting-photo{display:block;overflow:hidden;border-radius:20px;border:1px solid var(--line);background:var(--surface);height:100%;min-height:420px;max-height:520px}.supporting-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.supporting-photo:hover img{transform:scale(1.03)}.timeline-step{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--surface)}.timeline-step span{width:34px;height:34px;border-radius:50%;display:inline-grid;place-content:center;color:#fff;background:linear-gradient(130deg,var(--secondary),#f269b8);font-weight:800}.timeline-step h3{margin-top:.6rem}.timeline-step p{margin-top:.35rem;color:var(--ink-soft)}.timeline-vertical{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr));margin-bottom:0;height:100%}.timeline-vertical .timeline-step{position:relative;display:grid;grid-template-columns:3rem 1fr;column-gap:1rem;align-items:start;min-height:0;padding:.9rem 1rem}.timeline-vertical .timeline-step:after{content:"";position:absolute;left:1.45rem;bottom:-.95rem;width:.95rem;height:1.45rem;background:linear-gradient(180deg,color-mix(in srgb,var(--secondary) 88%,var(--primary)),var(--primary));clip-path:polygon(35% 0,65% 0,65% 58%,100% 58%,50% 100%,0 58%,35% 58%);filter:drop-shadow(0 2px 4px rgba(227,21,143,.15))}.timeline-vertical .timeline-step:last-child:after{display:none}.timeline-vertical .timeline-step span{width:2.9rem;height:2.9rem;font-size:1rem;font-weight:900}.timeline-vertical .timeline-step h3{margin:0;grid-column:2}.timeline-vertical .timeline-step p{margin:.2rem 0 0;grid-column:2}.carousel-controls{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:.8rem}.carousel-controls-inline{margin-bottom:0}.carousel-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:1.5rem;line-height:1;cursor:pointer}.carousel-btn:hover{border-color:var(--secondary);color:var(--secondary)}.ig-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,360px);gap:1rem;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x mandatory}.ig-slide{scroll-snap-align:start;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:420px;overflow:hidden}.ig-slide .instagram-media{min-width:0!important;width:100%!important;margin:0!important;border:0!important}.quote-wrap{margin-top:1rem}.quote{margin:0;padding:1.2rem;border-radius:var(--radius);background:linear-gradient(145deg,var(--surface),var(--surface-soft));border:1px solid #cde2e8;color:#41545c;font-weight:600;text-align:center;box-shadow:0 18px 30px -22px #00acc859}.review-card{display:grid;gap:.7rem;background:linear-gradient(160deg,var(--surface),var(--surface-soft))}.review-quote{margin:0;font-weight:600;color:#42545d}.review-meta{margin:0;display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:var(--ink-soft);font-size:.9rem}.review-meta a{color:var(--primary);font-weight:700}.review-meta a:hover{color:var(--secondary)}.showcase-panel{border:1px solid var(--line);border-radius:28px;padding:1.5rem;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 88%,var(--bg-soft)),var(--surface));box-shadow:0 18px 36px -30px #11182738}.showcase-panel-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.showcase-divider{height:1px;margin:1.25rem 0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--line) 82%,var(--primary)),transparent)}.quote-wrap-merged,.principles-merged{margin-bottom:1rem}.section-head-compact{margin-bottom:0}.card p,.service span,.trust-card p,.steps p{margin-top:.35rem;color:var(--ink-soft)}.service{display:block;background:linear-gradient(150deg,var(--surface),var(--surface-soft));text-align:left;width:100%;font:inherit;cursor:pointer}.service:hover{border-color:var(--secondary);transform:translateY(-1px);box-shadow:0 14px 28px -20px #e3158f59}.trust-card{background:linear-gradient(160deg,var(--surface),var(--surface-soft))}.trust-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.team-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.team-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,320px);gap:1rem;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x mandatory}.team-card{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--surface);display:grid;gap:.55rem;scroll-snap-align:start;min-height:100%}.team-card-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;border:1px solid var(--line);display:block}.team-card p{margin:0;color:var(--ink-soft)}.team-credential{font-size:.92rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.principles{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.principles h3{margin-bottom:.6rem}.principles ul{margin:0;padding-left:1rem;color:var(--ink-soft)}.principles li{margin:.35rem 0}.steps{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.steps span{width:34px;height:34px;border-radius:50%;display:inline-grid;place-content:center;color:#fff;background:linear-gradient(130deg,var(--primary),#7ac8d4);font-weight:800}.booking-diagram article{position:relative;display:grid;gap:.55rem;border:1px solid var(--line);border-radius:20px;padding:1rem;background:var(--surface)}.booking-diagram article:after{content:"";position:absolute;top:50%;right:-1.15rem;width:1.5rem;height:.9rem;transform:translateY(-50%);background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 88%,var(--secondary)),var(--secondary));clip-path:polygon(0 35%,58% 35%,58% 0,100% 50%,58% 100%,58% 65%,0 65%);filter:drop-shadow(0 2px 4px rgba(0,172,200,.18))}.booking-diagram article:last-child:after{display:none}.booking-diagram span{width:44px;height:44px;font-size:1.15rem;background:linear-gradient(130deg,var(--primary),var(--secondary))}.booking-diagram p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}.booking-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.booking-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.1rem}.booking-panel-soft{background:linear-gradient(155deg,var(--surface),var(--surface-soft))}.booking-grid-merged{align-items:stretch}.booking-panel-merged{width:100%}.booking-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.booking-preview{margin-top:.7rem;border:1px dashed #c4d9e4;border-radius:12px;background:var(--surface-soft);padding:.8rem;color:#4a5f69;white-space:pre-line}.form{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1rem;display:grid;gap:.75rem}.form label{display:grid;gap:.4rem;font-weight:600}input,select,button,textarea{font:inherit}input,select{min-height:44px;width:100%;border:1px solid #cfddeb;border-radius:12px;padding:.65rem .75rem}input:focus,select:focus,button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.check{display:flex;gap:.5rem;align-items:flex-start;font-weight:500}.check input{margin-top:.2rem;width:18px;height:18px;min-height:18px}.form-feedback{min-height:1.5rem;color:var(--secondary);font-weight:600}iframe{width:100%;min-height:320px;border:0;border-radius:var(--radius)}.faq{max-width:820px}details{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:.95rem 1rem;margin-bottom:.7rem}summary{cursor:pointer;font-weight:700}details p{margin-top:.5rem;color:var(--ink-soft)}.footer{background:var(--footer-bg);color:var(--footer-ink);padding:2rem 0 5.5rem}.footer-brand img{display:block;width:min(280px,100%);height:auto;margin-bottom:.6rem}.footer-wrap{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1.4fr}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;background:color-mix(in srgb,var(--surface) 96%,transparent);border-top:1px solid var(--line);padding:.7rem 1rem;display:none;gap:.65rem}:root[data-theme=dark] .brand-logo{filter:saturate(.95) brightness(1.02)}:root[data-theme=dark] .btn-ghost:hover{border-color:var(--secondary);color:#ffe7f6}:root[data-theme=dark] .quote{color:#d3e4f1;border-color:#3b5364;box-shadow:none}.mobile-cta .btn{flex:1}@media (max-width: 1024px){.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-3,.first-visit-flow,.previsit-grid,.supporting-photo-grid,.timeline,.steps,.booking-grid,.trust-grid,.two-col,.hero-grid,.footer-wrap{grid-template-columns:1fr}}@media (max-width: 820px){.showcase-panel{padding:1.1rem;border-radius:22px}.showcase-panel-head{align-items:start;flex-direction:column}.desktop-nav .nav-link{display:none}.preferences-trigger{width:40px;height:40px}.preferences-panel{width:min(520px,92vw)}.desktop-nav .btn{min-height:40px;padding:.58rem .9rem;font-size:.9rem}.brand-logo{height:52px}.section{padding:3.75rem 0}.mobile-cta{display:flex}}@media (max-width: 640px){.nav-wrap{min-height:64px}.brand-text small,.desktop-nav .btn{display:none}.preferences-trigger{width:36px;height:36px;min-height:36px;border-radius:999px;justify-content:center;gap:0;padding:0}.preferences-mobile-copy{display:none}.preferences-panel{right:0;left:auto;width:min(350px,calc(100vw - 1rem));grid-template-columns:1fr;border-radius:14px}.preference-option-copy strong{font-size:.8rem}.cards-4,.cards-3{grid-template-columns:1fr}.ig-carousel,.team-carousel{grid-auto-columns:85%}.booking-diagram article:after{display:none}.supporting-photo{border-radius:16px}}
