:root {
  --navy: #12314b;
  --navy-deep: #081e30;
  --navy-soft: #294e67;
  --teal: #62d2c8;
  --teal-dark: #1f9e97;
  --cream: #f6f2e9;
  --cream-2: #ece5d8;
  --white: #fff;
  --ink: #13212b;
  --muted: #64727d;
  --line: rgba(18, 49, 75, .13);
  --shadow: 0 22px 65px rgba(16, 45, 65, .13);
  --radius: 24px;
  --font-display: "Manrope", "Avenir Next", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; }
h1, h2 { letter-spacing: -.055em; }
h2 { color: var(--navy); font-size: clamp(2.5rem, 4.2vw, 4.45rem); font-weight: 600; margin-bottom: 25px; }
h2 em, h1 em { color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 125px 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--teal-dark); font-size: .76rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--teal); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .3s ease, color .3s ease, background .3s ease, box-shadow .3s ease; }
.btn svg, .text-link svg { font-size: 1.12rem; transition: transform .3s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg, .text-link:hover svg { transform: translateX(4px); }
.btn--primary { background: var(--navy); color: var(--white); box-shadow: 0 12px 30px rgba(18, 49, 75, .18); }
.btn--primary:hover { background: var(--teal-dark); box-shadow: 0 15px 34px rgba(31, 158, 151, .22); }
.btn--large { min-height: 60px; padding-inline: 29px; }
.btn--mint { background: var(--teal); color: var(--navy-deep); }
.btn--mint:hover { background: var(--white); }
.btn--ghost-dark { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: var(--white); }
.btn--ghost-dark:hover { background: var(--white); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--navy); font-weight: 700; line-height: 1.4; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.topbar { position: relative; z-index: 30; background: var(--navy-deep); color: rgba(255,255,255,.84); font-size: .79rem; }
.topbar__inner { display: flex; align-items: center; justify-content: flex-end; height: 39px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.13); }
.topbar__item:first-child { margin-right: auto; padding-left: 0; }
.topbar__item:last-child { padding-right: 0; border: 0; color: var(--teal); font-weight: 700; }
.topbar__item svg { font-size: 1rem; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .3s, border-color .3s, transform .35s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 34px rgba(10, 30, 47, .07); }
.header__inner { display: flex; align-items: center; height: 92px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; }
.brand__text { display: grid; gap: 2px; line-height: 1; }
.brand__text strong { color: var(--navy); font-family: var(--font-display); font-size: .96rem; letter-spacing: .08em; }
.brand__text small { color: var(--muted); font-size: .55rem; font-weight: 700; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 34px); margin: 0 auto; }
.main-nav a { position: relative; padding: 36px 0 33px; color: #364a58; font-size: .89rem; font-weight: 600; }
.main-nav a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--teal-dark); content: ""; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--navy); }
.header__cta { min-height: 48px; padding-inline: 21px; font-size: .86rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 10px; background: var(--navy); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 785px; margin-bottom: 110px; padding-top: 0; background: #eee8dc; isolation: isolate; }
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(246,242,233,.99) 0%, rgba(246,242,233,.96) 32%, rgba(246,242,233,.68) 47%, rgba(246,242,233,.1) 66%, rgba(8,30,48,.04) 100%); }
.hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(8,30,48,.15)); content: ""; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: center; gap: 70px; min-height: 690px; padding-bottom: 32px; }
.hero__content { max-width: 675px; padding-bottom: 14px; animation: heroIn .9s .12s both cubic-bezier(.2,.7,.2,1); }
.hero__eyebrow { color: var(--navy-soft); }
.hero h1 { max-width: 710px; margin: 0 0 27px; color: var(--navy); font-size: clamp(3.35rem, 5.7vw, 6.1rem); font-weight: 600; line-height: .99; }
.hero h1 em { display: inline-block; color: var(--teal-dark); }
.hero__lead { max-width: 570px; margin-bottom: 34px; color: #4d606c; font-size: 1.13rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.video-link { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--navy); font-weight: 700; cursor: pointer; }
.video-link span { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(18,49,75,.2); border-radius: 50%; background: rgba(255,255,255,.65); transition: background .25s, color .25s, transform .25s; }
.video-link:hover span { background: var(--teal); transform: scale(1.06); }
.video-link svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.hero__trust { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { display: grid; width: 38px; height: 38px; margin-left: -9px; place-items: center; border: 3px solid var(--cream); border-radius: 50%; background: var(--navy-soft); color: var(--white); font-size: .61rem; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--teal-dark); }
.avatar-stack span:nth-child(3) { background: #b99162; }
.avatar-stack span:last-child { background: var(--white); color: var(--navy); }
.stars { color: #efb648; font-size: .87rem; letter-spacing: .1em; }
.hero__trust small { color: #526673; font-size: .75rem; }
.availability-card { align-self: end; margin-bottom: 78px; padding: 25px; border: 1px solid rgba(255,255,255,.5); border-radius: 22px; background: rgba(8,30,48,.88); color: var(--white); box-shadow: var(--shadow); backdrop-filter: blur(13px); animation: cardIn .9s .45s both cubic-bezier(.2,.7,.2,1); }
.availability-card__top { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--teal); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(98,210,200,.15); animation: pulse 2s infinite; }
.availability-card > strong { display: block; font-family: var(--font-display); font-size: 1.27rem; }
.availability-card p { margin: 5px 0 16px; color: rgba(255,255,255,.63); font-size: .8rem; line-height: 1.55; }
.availability-card__price { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 15px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.availability-card__price span { color: rgba(255,255,255,.65); font-size: .72rem; }
.availability-card__price b { grid-row: span 2; color: var(--teal); font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.availability-card__price small { color: rgba(255,255,255,.45); font-size: .61rem; }
.availability-card > a { display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: .78rem; font-weight: 700; }
.hero__orb { position: absolute; z-index: -1; border: 1px solid rgba(31,158,151,.17); border-radius: 50%; }
.hero__orb--one { top: 70px; left: -110px; width: 350px; height: 350px; }
.hero__orb--two { top: 105px; left: -78px; width: 285px; height: 285px; }
.hero-features { position: absolute; right: 0; bottom: -60px; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 26px 28px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); animation: cardIn .9s .65s both cubic-bezier(.2,.7,.2,1); }
.hero-features article { display: flex; align-items: center; gap: 17px; min-height: 68px; padding: 0 28px; border-right: 1px solid var(--line); }
.hero-features article:last-child { border: 0; }
.feature-icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 17px; background: rgba(98,210,200,.15); color: var(--teal-dark); }
.feature-icon svg { width: 26px; height: 26px; }
.hero-features strong, .hero-features small { display: block; }
.hero-features strong { color: var(--navy); font-family: var(--font-display); font-size: .94rem; }
.hero-features small { margin-top: 2px; color: var(--muted); font-size: .73rem; }

/* Services */
.intro { padding-top: 100px; }
.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > div:last-child { padding-bottom: 7px; }
.section-heading--split > div:last-child p { margin-bottom: 21px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; padding: 32px 28px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .35s, border-color .35s, box-shadow .35s, background .35s; }
.service-card::before { position: absolute; right: -60px; bottom: -85px; width: 190px; height: 190px; border: 1px solid rgba(98,210,200,.25); border-radius: 50%; content: ""; transition: transform .45s; }
.service-card:hover { transform: translateY(-10px); border-color: transparent; background: var(--cream); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.15); }
.service-card--accent { background: var(--navy); color: var(--white); }
.service-card--accent:hover { background: var(--navy-deep); }
.service-card__number { position: absolute; top: 27px; right: 28px; color: #a7b2b9; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.service-card__icon { display: grid; width: 64px; height: 64px; margin-bottom: 60px; place-items: center; border-radius: 19px; background: rgba(98,210,200,.14); color: var(--teal-dark); }
.service-card--accent .service-card__icon { background: rgba(98,210,200,.13); color: var(--teal); }
.service-card__icon svg { width: 33px; height: 33px; }
.service-card h3 { margin-bottom: 13px; color: var(--navy); font-size: 1.3rem; }
.service-card--accent h3 { color: var(--white); }
.service-card p { margin-bottom: 25px; font-size: .86rem; line-height: 1.65; }
.service-card--accent p { color: rgba(255,255,255,.62); }
.service-card > a { position: absolute; right: 28px; bottom: 25px; left: 28px; display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-size: .79rem; font-weight: 700; }
.service-card > a svg { font-size: 1.2rem; transition: transform .3s; }
.service-card:hover > a svg { transform: translateX(5px); }
.service-card--accent > a { border-color: rgba(255,255,255,.12); color: var(--teal); }

.marquee { overflow: hidden; padding: 18px 0; background: var(--teal); color: var(--navy-deep); transform: rotate(-1.5deg) scale(1.02); }
.marquee__track { display: flex; width: max-content; align-items: center; gap: 35px; font-family: var(--font-display); font-size: clamp(1.2rem, 2.1vw, 2rem); font-weight: 700; letter-spacing: -.03em; animation: marquee 24s linear infinite; }
.marquee__track i { font-style: normal; font-size: .7em; }

/* About */
.about { background: linear-gradient(180deg, #faf8f3 0, #fff 100%); }
.about__grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.about__visual { position: relative; max-width: 515px; padding: 0 0 34px 34px; }
.about__visual::before { position: absolute; z-index: 0; bottom: 0; left: 0; width: 75%; height: 75%; border-radius: 28px; background: var(--teal); content: ""; }
.about__image-wrap { position: relative; z-index: 1; height: 650px; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.about__image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.about__image-wrap:hover img { transform: scale(1.025); }
.experience-badge { position: absolute; z-index: 3; right: -46px; bottom: 70px; display: flex; align-items: center; gap: 13px; padding: 17px 22px; border-radius: 16px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.experience-badge strong { color: var(--teal); font-family: var(--font-display); font-size: 2.15rem; line-height: 1; }
.experience-badge > span { color: rgba(255,255,255,.74); font-size: .72rem; line-height: 1.4; }
.about__stamp { position: absolute; z-index: 2; top: 22px; left: 2px; width: 105px; height: 105px; padding: 8px; border-radius: 50%; background: var(--white); box-shadow: 0 10px 30px rgba(13,45,65,.18); }
.about__stamp svg { width: 100%; height: 100%; color: var(--navy); animation: spin 24s linear infinite; }
.about__stamp text { fill: currentColor; stroke: none; font-family: var(--font-body); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.about__stamp > svg > path { stroke: var(--teal-dark); stroke-width: 4; }
.about__lead { color: var(--navy); font-size: 1.19rem; font-weight: 600; line-height: 1.55; }
.about__content > p:not(.eyebrow):not(.about__lead) { max-width: 600px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; margin: 29px 0 32px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-grid span { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: .84rem; font-weight: 700; }
.check-grid svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; background: var(--teal); color: var(--navy); }
.signature-row { display: flex; align-items: center; gap: 24px; }
.signature { padding-right: 25px; border-right: 1px solid var(--line); color: var(--navy); font-family: "Brush Script MT", cursive; font-size: 1.9rem; transform: rotate(-5deg); }
.signature-row strong, .signature-row small { display: block; }
.signature-row strong { color: var(--navy); font-family: var(--font-display); font-size: .85rem; }
.signature-row small { color: var(--muted); font-size: .69rem; }

.numbers { padding: 68px 0; background: var(--cream); }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers article { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 85px; border-right: 1px solid rgba(18,49,75,.15); }
.numbers article:last-child { border: 0; }
.numbers strong { color: var(--navy); font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 3.7rem); font-weight: 600; letter-spacing: -.07em; line-height: 1; }
.numbers p { margin: 0; font-size: .74rem; line-height: 1.5; }

/* Difference / FAQ */
.difference { position: relative; overflow: hidden; background: var(--navy); }
.difference::before { position: absolute; top: -230px; right: -230px; width: 660px; height: 660px; border: 1px solid rgba(98,210,200,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(98,210,200,.025), 0 0 0 130px rgba(98,210,200,.02); content: ""; }
.difference__grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.difference__content h2 { color: var(--white); }
.difference__content h2 em { color: var(--teal); }
.difference__content > p:not(.eyebrow) { max-width: 525px; color: rgba(255,255,255,.62); }
.benefits { margin-top: 42px; }
.benefits article { display: flex; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefits article > span { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: rgba(98,210,200,.12); color: var(--teal); font-size: .72rem; font-weight: 800; }
.benefits h3 { margin: 2px 0 5px; color: var(--white); font-size: 1rem; }
.benefits p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.faq-card { padding: 39px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.065); box-shadow: 0 25px 65px rgba(0,0,0,.14); backdrop-filter: blur(10px); }
.faq-card__head { display: flex; align-items: center; gap: 16px; margin-bottom: 21px; }
.faq-card__head > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: var(--teal); color: var(--navy); }
.faq-card__head svg { width: 24px; height: 24px; }
.faq-card__head small, .faq-card__head strong { display: block; }
.faq-card__head small { color: var(--teal); font-size: .61rem; font-weight: 700; letter-spacing: .15em; }
.faq-card__head strong { color: var(--white); font-family: var(--font-display); font-size: 1.1rem; }
.accordion { margin-bottom: 25px; }
.accordion__item { border-top: 1px solid rgba(255,255,255,.12); }
.accordion__item:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.accordion__item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.accordion__item button span { font-family: var(--font-display); font-size: .91rem; font-weight: 700; }
.accordion__item button i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.accordion__item button i::before, .accordion__item button i::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: var(--teal); content: ""; transform: translate(-50%,-50%); transition: transform .3s; }
.accordion__item button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.accordion__item.active button i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion__content p { min-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.57); font-size: .79rem; }
.accordion__item.active .accordion__content { grid-template-rows: 1fr; }
.accordion__item.active .accordion__content p { padding-bottom: 20px; }

/* Team */
.section-heading--center { max-width: 750px; margin: 0 auto 58px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center .eyebrow span:last-child { display: block; }
.section-heading--center > p:last-child { max-width: 640px; margin: 0 auto; }
.team-showcase { position: relative; overflow: hidden; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.team-showcase > img { width: 100%; min-height: 560px; object-fit: cover; }
.team-showcase::after { position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(0deg, rgba(8,30,48,.48), transparent); content: ""; pointer-events: none; }
.team-label { position: absolute; z-index: 2; bottom: 26px; min-width: 190px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 8px 25px rgba(8,30,48,.13); backdrop-filter: blur(12px); transition: transform .3s; }
.team-label:hover { transform: translateY(-5px); }
.team-label strong, .team-label small { display: block; }
.team-label strong { color: var(--navy); font-family: var(--font-display); font-size: .78rem; }
.team-label small { color: var(--teal-dark); font-size: .62rem; font-weight: 700; }
.team-label--one { left: 6%; }
.team-label--two { left: 29%; }
.team-label--three { right: 27%; }
.team-label--four { right: 5%; }
.team-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 27px; }
.team-footer p { display: flex; align-items: center; gap: 12px; margin: 0; font-size: .79rem; }

/* Testimonials */
.testimonials { background: var(--cream); }
.testimonials__grid { display: grid; grid-template-columns: .73fr 1.27fr; align-items: center; gap: 90px; }
.testimonials__intro > p:not(.eyebrow) { max-width: 440px; }
.review-summary { display: flex; align-items: center; gap: 18px; margin-top: 33px; padding-top: 26px; border-top: 1px solid rgba(18,49,75,.14); }
.review-summary > strong { color: var(--navy); font-family: var(--font-display); font-size: 2.65rem; line-height: 1; }
.review-summary span { color: var(--muted); font-size: .68rem; }
.slider-controls { display: flex; gap: 10px; margin-top: 36px; }
.slider-controls button { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--navy); cursor: pointer; transition: background .25s, color .25s; }
.slider-controls button:first-child svg { transform: rotate(180deg); }
.slider-controls button:hover { background: var(--navy); color: var(--white); }
.testimonial-slider { min-width: 0; overflow: hidden; }
.testimonial-track { display: flex; transition: transform .6s cubic-bezier(.25,.8,.25,1); }
.testimonial-card { position: relative; flex: 0 0 100%; min-height: 430px; padding: 53px; border-radius: 26px; background: var(--white); box-shadow: 0 20px 60px rgba(18,49,75,.1); }
.quote-icon { position: absolute; top: 45px; right: 47px; width: 64px; height: 64px; color: rgba(31,158,151,.18); fill: currentColor; stroke: none; }
.testimonial-card > .stars { margin-bottom: 32px; }
.testimonial-card blockquote { max-width: 630px; margin: 0 0 45px; color: var(--navy); font-family: var(--font-display); font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.5; }
.testimonial-card footer { position: absolute; right: 53px; bottom: 43px; left: 53px; display: flex; align-items: center; gap: 13px; }
.testimonial-card footer > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--teal); font-size: .72rem; font-weight: 800; }
.testimonial-card footer strong, .testimonial-card footer small { display: block; }
.testimonial-card footer strong { color: var(--navy); font-family: var(--font-display); font-size: .8rem; }
.testimonial-card footer small { color: var(--muted); font-size: .65rem; }
.testimonial-card footer em { margin-left: auto; color: #4285f4; font-family: var(--font-display); font-size: .72rem; font-style: normal; font-weight: 800; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #b5bdbf; cursor: pointer; transition: width .25s, background .25s; }
.slider-dots button.active { width: 25px; background: var(--teal-dark); }

/* Appointment */
.appointment { background: var(--white); }
.appointment__box { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 8vw, 105px); overflow: hidden; padding: 70px; border-radius: 30px; background: var(--navy); box-shadow: var(--shadow); }
.appointment__box::before { position: absolute; top: -160px; left: -150px; width: 430px; height: 430px; border: 1px solid rgba(98,210,200,.15); border-radius: 50%; box-shadow: 0 0 0 60px rgba(98,210,200,.025), 0 0 0 120px rgba(98,210,200,.02); content: ""; }
.appointment__copy { position: relative; }
.appointment__copy h2 { color: var(--white); }
.appointment__copy h2 em { color: var(--teal); }
.appointment__copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.appointment__contact { display: grid; gap: 14px; margin-top: 34px; }
.appointment__contact > a, .appointment__contact > div { display: flex; align-items: center; gap: 13px; }
.appointment__contact svg { width: 21px; height: 21px; color: var(--teal); }
.appointment__contact small, .appointment__contact strong { display: block; }
.appointment__contact small { color: rgba(255,255,255,.5); font-size: .63rem; }
.appointment__contact strong { color: var(--white); font-family: var(--font-display); font-size: .84rem; }
.appointment-form { position: relative; display: grid; gap: 17px; padding: 34px; border-radius: 20px; background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.appointment-form label:not(.privacy) { display: grid; gap: 7px; color: var(--navy); font-size: .71rem; font-weight: 700; }
.appointment-form input:not([type="checkbox"]), .appointment-form select { width: 100%; height: 51px; padding: 0 15px; border: 1px solid rgba(18,49,75,.15); border-radius: 10px; outline: none; background: #fbfcfc; color: var(--ink); font-size: .79rem; transition: border .2s, box-shadow .2s; }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(31,158,151,.1); }
.appointment-form input::placeholder { color: #a4adb2; }
.appointment-form label.invalid input, .appointment-form label.invalid select { border-color: #c54d4d; }
.field-error { display: none; color: #b33e3e; font-size: .62rem; font-weight: 500; }
.appointment-form label.invalid .field-error { display: block; }
.privacy { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .65rem; line-height: 1.4; }
.privacy input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--teal-dark); }
.privacy a { color: var(--navy); text-decoration: underline; }
.privacy.invalid { color: #b33e3e; }
.appointment-form .btn { width: 100%; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: -3px 0 0; color: #8a969e; font-size: .61rem; }
.form-note svg { color: var(--teal-dark); }

/* Footer */
.site-footer { padding-top: 83px; background: var(--navy-deep); color: rgba(255,255,255,.72); }
.footer__top { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1fr; gap: 65px; padding-bottom: 65px; }
.brand--light .brand__text strong { color: var(--white); }
.brand--light .brand__text small { color: rgba(255,255,255,.5); }
.footer__brand > p { max-width: 330px; margin: 25px 0; color: rgba(255,255,255,.51); font-size: .79rem; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--teal); transition: background .25s, color .25s; }
.socials a:hover { background: var(--teal); color: var(--navy); }
.footer__col { display: grid; align-content: start; gap: 11px; }
.footer__col h3 { margin-bottom: 9px; color: var(--white); font-size: .87rem; }
.footer__col a, .footer__col p, .footer__col small { color: rgba(255,255,255,.52); font-size: .72rem; transition: color .2s; }
.footer__col a:hover { color: var(--teal); }
.footer__contact > a { color: var(--teal); font-weight: 700; }
.footer__contact p { margin: 0 0 4px; }
.footer__contact small { margin-top: 4px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .64rem; }
.footer__bottom div { display: flex; gap: 25px; }
.footer__bottom a:hover { color: var(--white); }

.floating-call { position: fixed; z-index: 40; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 9px; height: 48px; padding: 0 17px; border-radius: 99px; background: var(--teal); color: var(--navy-deep); box-shadow: 0 12px 30px rgba(8,30,48,.25); font-size: .72rem; font-weight: 800; transition: transform .25s; }
.floating-call:hover { transform: translateY(-4px); }
.floating-call svg { font-size: 1.15rem; }
.back-to-top { position: fixed; z-index: 35; right: 28px; bottom: 84px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 8px 22px rgba(8,30,48,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.back-to-top svg { transform: rotate(-90deg); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

/* Modal and toast */
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,16,26,.82); backdrop-filter: blur(8px); }
.modal__content { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; width: min(100%, 980px); overflow: hidden; border-radius: 25px; background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: translateY(20px) scale(.98); transition: transform .35s; }
.modal.open .modal__content { transform: none; }
.modal__close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: var(--white); color: var(--navy); box-shadow: 0 5px 20px rgba(0,0,0,.14); font-size: 1.5rem; cursor: pointer; }
.modal__visual { position: relative; min-height: 480px; }
.modal__visual img { width: 100%; height: 100%; object-fit: cover; }
.modal__visual::after { position: absolute; inset: 0; background: rgba(8,30,48,.15); content: ""; }
.modal__play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 75px; height: 75px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--navy); transform: translate(-50%,-50%); }
.modal__play svg { width: 27px; height: 27px; fill: currentColor; stroke: none; }
.modal__text { align-self: center; padding: 50px 38px; }
.modal__text h2 { font-size: 2.3rem; }
.modal__text p:last-child { font-size: .84rem; }
.toast { position: fixed; z-index: 120; right: 25px; bottom: 90px; display: flex; width: min(calc(100% - 40px), 375px); align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(18,49,75,.1); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .35s, transform .35s; }
.toast.show { opacity: 1; pointer-events: auto; transform: none; }
.toast > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(98,210,200,.18); color: var(--teal-dark); }
.toast strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: .79rem; }
.toast p { margin: 0; font-size: .69rem; }
.toast button { margin-left: auto; border: 0; background: none; color: #8d989e; font-size: 1.2rem; cursor: pointer; }

@keyframes heroIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes cardIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(98,210,200,0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .8rem; }
  .header__cta { padding-inline: 17px; }
  .hero__inner { grid-template-columns: 1fr 270px; gap: 35px; }
  .hero h1 { font-size: clamp(3.3rem, 6.6vw, 5.2rem); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 360px; }
  .service-card__icon { margin-bottom: 40px; }
  .team-label { min-width: auto; padding: 10px 12px; }
  .team-label strong { font-size: .68rem; }
  .footer__top { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 900px) {
  .topbar__hours, .main-nav, .header__cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { position: fixed; z-index: 49; top: 92px; right: 0; left: 0; display: grid; align-content: start; gap: 25px; height: calc(100dvh - 92px); padding: 30px 24px; background: var(--white); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .25s, transform .25s; }
  .mobile-menu.open { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
  .mobile-menu__meta { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .78rem; }
  .mobile-menu__meta a { color: var(--navy); font-size: 1.05rem; font-weight: 800; }
  .hero { min-height: 910px; }
  .hero__image { object-position: 62% center; }
  .hero__wash { background: linear-gradient(90deg, rgba(246,242,233,.98) 0, rgba(246,242,233,.9) 46%, rgba(246,242,233,.35) 76%, rgba(8,30,48,.08)); }
  .hero__inner { display: block; min-height: auto; padding-top: 105px; }
  .hero__content { max-width: 610px; }
  .availability-card { width: 290px; margin-top: 40px; margin-bottom: 0; }
  .hero-features { bottom: -75px; padding: 19px; }
  .hero-features article { display: grid; justify-items: center; gap: 8px; padding: 0 12px; text-align: center; }
  .hero-features small { display: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 25px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { width: min(90%, 540px); margin: 0 auto; }
  .about__image-wrap { height: 620px; }
  .numbers__grid { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .numbers article:nth-child(2) { border: 0; }
  .difference__grid { grid-template-columns: 1fr; }
  .team-showcase > img { min-height: 470px; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 50px; }
  .appointment__box { grid-template-columns: 1fr; padding: 55px; }
  .footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__contact { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 88px 0; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .topbar__inner { justify-content: space-between; }
  .topbar__item { padding: 0; border: 0; }
  .topbar__item:first-child { margin: 0; }
  .topbar__item:first-child span { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .header__inner { height: 78px; }
  .brand img { width: 41px; height: 41px; }
  .brand__text strong { font-size: .8rem; }
  .brand__text small { font-size: .48rem; }
  .mobile-menu { top: 78px; height: calc(100dvh - 78px); }
  .hero { min-height: 930px; margin-bottom: 135px; }
  .hero__image { height: 49%; object-position: 69% center; }
  .hero__wash { background: linear-gradient(180deg, rgba(246,242,233,.04) 0, rgba(246,242,233,.2) 31%, rgba(246,242,233,.98) 51%, var(--cream) 100%); }
  .hero::after { background: linear-gradient(180deg, rgba(8,30,48,.1), transparent 45%); }
  .hero__inner { padding-top: 430px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero__trust { margin-top: 25px; }
  .availability-card { display: none; }
  .hero-features { bottom: -105px; grid-template-columns: 1fr; gap: 8px; padding: 15px; }
  .hero-features article { display: flex; min-height: 55px; justify-items: start; justify-content: flex-start; padding: 0 10px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .hero-features article:last-child { border: 0; }
  .hero-features small { display: block; }
  .feature-icon { flex-basis: 43px; width: 43px; height: 43px; border-radius: 13px; }
  .feature-icon svg { width: 22px; height: 22px; }
  .intro { padding-top: 90px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; }
  .marquee { padding: 13px 0; }
  .about__visual { width: 100%; padding: 0 0 21px 20px; }
  .about__image-wrap { height: 500px; border-radius: 110px 110px 23px 23px; }
  .experience-badge { right: -2px; bottom: 48px; }
  .about__stamp { width: 85px; height: 85px; }
  .check-grid { grid-template-columns: 1fr; }
  .signature-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .signature { padding: 0 0 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .numbers { padding: 50px 0; }
  .numbers__grid { grid-template-columns: 1fr 1fr; gap: 28px 8px; }
  .numbers article { display: block; min-height: auto; padding-left: 12px; border: 0; text-align: center; }
  .numbers strong { font-size: 2.5rem; }
  .numbers p { margin-top: 8px; }
  .faq-card { padding: 25px 22px; }
  .team-showcase { overflow: visible; background: transparent; box-shadow: none; }
  .team-showcase > img { min-height: 370px; border-radius: 22px; box-shadow: var(--shadow); object-position: center; }
  .team-showcase::after { display: none; }
  .team-label { position: static; display: inline-grid; width: calc(50% - 6px); min-height: 64px; margin-top: 9px; vertical-align: top; background: var(--cream); box-shadow: none; }
  .team-label:nth-of-type(odd) { margin-right: 7px; }
  .team-footer { align-items: flex-start; flex-direction: column; }
  .testimonial-card { min-height: 485px; padding: 35px 28px; }
  .quote-icon { top: 30px; right: 28px; width: 52px; height: 52px; }
  .testimonial-card blockquote { font-size: 1.35rem; }
  .testimonial-card footer { right: 28px; bottom: 30px; left: 28px; }
  .appointment { padding-right: 8px; padding-left: 8px; }
  .appointment__box { width: 100%; padding: 42px 22px; border-radius: 23px; }
  .form-row { grid-template-columns: 1fr; }
  .appointment-form { padding: 25px 19px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer__brand { grid-column: 1 / 3; }
  .footer__contact { grid-column: 1 / 3; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 18px 0; }
  .floating-call { right: 15px; bottom: 15px; width: 48px; padding: 0; justify-content: center; }
  .floating-call span { display: none; }
  .back-to-top { right: 18px; bottom: 72px; }
  .modal { padding: 16px; }
  .modal__content { display: block; max-height: calc(100dvh - 32px); overflow-y: auto; }
  .modal__visual { min-height: 260px; }
  .modal__text { padding: 30px 24px; }
  .modal__text h2 { font-size: 2rem; }
}

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