:root {
  --navy: #062a40;
  --navy-dark: #031d2d;
  --ink: #102c3a;
  --aqua: #1ac6d9;
  --aqua-light: #a8f0f2;
  --sky: #eefbfd;
  --white: #ffffff;
  --muted: #647b86;
  --line: #dbe9ed;
  --orange: #ffb066;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 16px; background: white; color: var(--navy); border-radius: 3px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.contact-strip { position: relative; z-index: 30; background: var(--navy-dark); color: #d7edf4; font-size: .82rem; letter-spacing: .02em; }
.strip-inner { height: 40px; display: flex; align-items: center; justify-content: space-between; }
.strip-location, .strip-links, .strip-links a { display: flex; align-items: center; }
.strip-location svg, .strip-links svg { width: 15px; height: 15px; color: var(--aqua); margin-right: 7px; }
.strip-links { gap: 24px; }
.strip-links a { transition: color .2s ease; }
.strip-links a:hover { color: white; }
.dot { color: var(--aqua); margin-inline: 8px; }

.site-header { position: absolute; top: 40px; left: 0; right: 0; z-index: 20; color: white; background: transparent; border-bottom: 1px solid transparent; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; top: 0; color: var(--navy); background: rgba(255,255,255,.94); border-bottom-color: rgba(15,58,78,.08); box-shadow: 0 8px 28px rgba(3,29,45,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 94px; padding-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: inherit; }
.brand-logo { position: relative; display: block; flex: 0 0 auto; width: 150px; height: 74px; overflow: hidden; transition: transform .25s ease, filter .25s ease; }
.brand-logo img { width: 150px; height: 74px; object-fit: contain; object-position: left center; }
.brand:hover .brand-logo { transform: translateY(-2px); filter: drop-shadow(0 7px 12px rgba(3,29,45,.24)); }
.site-header.is-scrolled .brand-logo { filter: saturate(.9) contrast(1.08); }
.footer-brand .brand-logo { filter: drop-shadow(0 8px 16px rgba(0,0,0,.3)); }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .88rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 8px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 2px; background: var(--aqua); transition: right .2s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { color: var(--navy); background: var(--aqua); padding: 12px 20px; border-radius: 10px; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: #45d9e5; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; color: inherit; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.06) 12%, transparent 25%), linear-gradient(90deg, rgba(2,25,42,.94) 0%, rgba(2,29,48,.82) 42%, rgba(2,29,48,.22) 76%, rgba(2,29,48,.04) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(0,27,43,.4)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; min-height: 700px; display: flex; align-items: center; padding-block: 72px 110px; }
.hero-copy { max-width: 970px; }
.hero-copy > * { opacity: 0; animation: hero-enter .7s cubic-bezier(.2,.75,.25,1) forwards; }
.hero-copy > :nth-child(1) { animation-delay: .12s; }
.hero-copy > :nth-child(2) { animation-delay: .22s; }
.hero-copy > :nth-child(3) { animation-delay: .34s; }
.hero-copy > :nth-child(4) { animation-delay: .46s; }
.hero-copy > :nth-child(5) { animation-delay: .58s; }
.hero-image { animation: hero-image-in 1.2s ease-out both; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: #51dfeb; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; }
.eyebrow span { display: inline-block; width: 42px; height: 1px; margin-right: 14px; background: var(--aqua); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.3rem, 6vw, 5.65rem); font-weight: 800; }
h1 em { color: var(--aqua-light); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: #d6e8ef; font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 16px 22px; min-height: 56px; border-radius: 10px; font-weight: 700; }
.button-primary { background: var(--aqua); color: var(--navy); box-shadow: 0 10px 35px rgba(0,210,225,.2); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { transform: translateY(-2px); background: #58e4ec; }
.text-link { font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.5); padding-block: 5px; }
.hero-details { display: flex; gap: 34px; margin-top: 44px; color: #b9d5df; font-size: .9rem; }
.hero-details span { display: flex; align-items: center; gap: 9px; }
.hero-details svg { width: 20px; height: 20px; color: var(--aqua); }
.wave { position: absolute; z-index: 3; bottom: -1px; left: 0; width: 100%; height: 83px; color: white; }
.wave svg { width: 100%; height: 100%; stroke: none; fill: currentColor; }

.section { padding-block: 112px; }
.section-kicker { color: #0b9fb0; margin-bottom: 18px; }
.section-kicker.light { color: #55e1eb; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); color: var(--navy); }
.section-cta { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; padding-bottom: 5px; color: #087f90; border-bottom: 1px solid currentColor; font-weight: 700; transition: color .2s ease, transform .2s ease; }
.section-cta:hover { color: var(--navy); transform: translateY(-1px); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.intro-copy > p { max-width: 610px; margin: 4px 0 34px; color: var(--muted); font-size: 1.1rem; }
.lesson-points { border-top: 1px solid var(--line); }
.lesson-points > div { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.lesson-points span { color: #09aabd; font-family: "Manrope"; font-size: .82rem; font-weight: 700; }
.lesson-points p { margin: 0; color: var(--muted); }
.lesson-points strong { display: block; color: var(--ink); font-size: 1.02rem; }

.about { background: #f2fafc; border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 88px; align-items: center; }
.about-photo { position: relative; width: 100%; max-width: 320px; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 18px; box-shadow: 0 22px 55px rgba(6,42,64,.14); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.about-photo figcaption { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; color: white; background: rgba(3,29,45,.76); border-radius: 8px; font-size: .75rem; font-weight: 700; letter-spacing: .03em; }
.about-copy { max-width: 700px; }
.about-copy > p:not(.section-kicker) { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }

.services { background: white; }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 46px; }
.services-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.services-primary { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-primary article { min-height: 205px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease, transform .25s ease; }
.services-primary article:hover { color: white; background: var(--navy); transform: translateY(-3px); }
.services-primary article > span { color: #0b9fb0; font: 700 .78rem "Manrope", sans-serif; }
.services-primary h3 { margin-top: 30px; color: var(--navy); font-size: 1.32rem; letter-spacing: -.025em; transition: color .25s ease; }
.services-primary article:hover h3 { color: white; }
.services-primary p { margin: 10px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.55; transition: color .25s ease; }
.services-primary article:hover p { color: #c9dfe7; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 70px; }
.carousel-heading .section-kicker { margin-bottom: 10px; }
.carousel-heading h3 { color: var(--navy); font-size: clamp(1.6rem, 2.5vw, 2.35rem); letter-spacing: -.035em; }
.carousel-controls { display: flex; gap: 10px; }
.carousel-button { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: white; border: 1px solid #bfd7dd; border-radius: 10px; cursor: pointer; transition: color .2s ease, background .2s ease, opacity .2s ease; }
.carousel-button:hover:not(:disabled) { color: white; background: var(--navy); }
.carousel-button:disabled { opacity: .35; cursor: default; }
.carousel-button svg { width: 21px; height: 21px; }
.service-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 31%); gap: 18px; margin-top: 25px; padding: 4px 2px 22px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: #9dcbd3 transparent; scrollbar-width: thin; }
.service-carousel article { min-height: 235px; padding: 30px; color: white; background: linear-gradient(145deg, #0c7184, var(--navy)); scroll-snap-align: start; }
.service-carousel article:nth-child(even) { background: linear-gradient(145deg, #1099aa, #086074); }
.service-carousel article > span { display: inline-block; color: var(--aqua-light); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-carousel h3 { margin-top: 32px; font-size: 1.45rem; letter-spacing: -.03em; }
.service-carousel p { margin: 13px 0 0; color: #cee5eb; font-size: .93rem; line-height: 1.6; }
.service-carousel:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.services-cta { margin-top: 18px; }

.locations { position: relative; background: var(--navy); color: white; overflow: hidden; }
.locations::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -270px; border: 1px solid rgba(82,224,235,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(82,224,235,.035), 0 0 0 140px rgba(82,224,235,.025); }
.section-heading, .pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-heading h2 { color: white; }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: #b9d3dd; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.location-card { position: relative; min-height: 320px; padding: 42px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); overflow: hidden; }
.location-card.accent { background: #0d6579; }
.location-number { position: absolute; right: 28px; top: 19px; color: rgba(255,255,255,.1); font: 800 5.3rem/1 "Manrope"; }
.location-card > svg { width: 35px; height: 35px; color: var(--aqua); }
.location-card h3 { margin-top: 48px; font-size: 2rem; letter-spacing: -.03em; }
.location-card p { max-width: 410px; color: #c3dce5; margin: 13px 0 24px; }
.location-card a { color: var(--aqua-light); font-weight: 700; }

.pricing { background: var(--sky); }
.pricing-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.pricing-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pricing-table-card { display: flex; flex-direction: column; min-width: 0; padding: 34px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 45px rgba(6,42,64,.07); }
.pricing-table-card.accent { border-top: 4px solid var(--aqua); padding-top: 31px; }
.pricing-card-heading { min-height: 92px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.pricing-card-heading > span { color: #087f90; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pricing-card-heading h3 { margin-top: 8px; color: var(--navy); font-size: 1.55rem; line-height: 1.25; letter-spacing: -.03em; }
.pricing-table-card table { width: 100%; margin-top: 12px; border-collapse: collapse; }
.pricing-table-card th, .pricing-table-card td { padding: 18px 4px; border-bottom: 1px solid var(--line); text-align: left; }
.pricing-table-card thead th { padding-block: 10px; color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.pricing-table-card tbody th { color: var(--navy); font: 700 1rem "Manrope", sans-serif; }
.pricing-table-card td { text-align: right; }
.pricing-table-card td strong { display: block; color: var(--navy); font: 800 1.3rem "Manrope", sans-serif; }
.pricing-table-card td small { display: block; color: var(--muted); font-size: .78rem; }
.pricing-table-card > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; padding: 14px 17px; color: var(--navy); background: var(--aqua); border-radius: 10px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.pricing-table-card > a:hover { background: #58e4ec; transform: translateY(-1px); }
.pricing-note { margin: 22px 0 0; padding: 16px 20px; color: var(--muted); background: rgba(255,255,255,.72); border-left: 3px solid var(--aqua); font-size: .9rem; }
.pricing-note strong { color: var(--navy); }

.reviews { background: white; }
.reviews-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.reviews-lead { max-width: 530px; margin: 27px 0 0; color: var(--muted); font-size: 1.05rem; }
.reviews-placeholder { position: relative; padding: 42px; background: var(--sky); border: 1px solid var(--line); overflow: hidden; }
.reviews-placeholder::after { content: "“"; position: absolute; right: 18px; top: -42px; color: rgba(26,198,217,.13); font: 800 12rem/1 "Manrope", sans-serif; }
.reviews-placeholder > svg { width: 38px; height: 38px; color: #0b9fb0; }
.reviews-placeholder > strong { position: relative; z-index: 1; display: block; margin-top: 25px; color: var(--navy); font: 700 1.3rem "Manrope", sans-serif; }
.reviews-placeholder > p { position: relative; z-index: 1; max-width: 520px; margin: 12px 0 0; color: var(--muted); }

.faq { background: #f2fafc; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-heading > p:not(.section-kicker) { max-width: 450px; margin: 26px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid #cddfe4; }
.faq-list details { border-bottom: 1px solid #cddfe4; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); font: 700 1.04rem/1.45 "Manrope", sans-serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: #087f90; border: 1px solid #b8d7dd; border-radius: 50%; font: 500 1.25rem/1 "DM Sans", sans-serif; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-list details[open] summary::after { color: white; background: #087f90; transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 48px 24px 0; color: var(--muted); }

.contact { background: linear-gradient(130deg, #0c8193, #07475d); color: white; }
.contact-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.contact h2 { color: white; }
.contact-intro > p:not(.section-kicker) { max-width: 470px; margin: 26px 0 34px; color: #d0e9ee; font-size: 1.05rem; }
.contact-email, .contact-phone { display: flex; align-items: center; gap: 14px; }
.contact-email small { display: block; color: #b9dfe5; }
.contact-email strong, .contact-phone strong { display: block; font-size: .94rem; }
.contact-phone { margin-bottom: 22px; padding: 14px 16px; color: var(--navy); background: var(--sky); border: 1px solid var(--line); border-radius: 10px; transition: border-color .2s ease, transform .2s ease; }
.contact-phone:hover { border-color: var(--aqua); transform: translateY(-1px); }
.contact-phone small { display: block; color: var(--muted); }
.contact-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--aqua); color: var(--navy); border-radius: 50%; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-content { padding: 34px; background: white; color: var(--ink); box-shadow: 0 24px 70px rgba(2,29,45,.2); }
.google-form-frame { width: 100%; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 10px; }
.google-form-frame iframe { display: block; width: 100%; max-width: 100%; min-height: 1104px; border: 0; background: white; }
.contact-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.contact-form label small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #f7fbfc; border: 1px solid #cfe0e5; border-radius: 2px; font: inherit; font-size: 1rem; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: white; border-color: #0b9fb0; box-shadow: 0 0 0 3px rgba(26,198,217,.16); }
.contact-form textarea::placeholder { color: #82959d; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-submit { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 56px; margin-top: 2px; padding: 14px 20px; color: var(--navy); background: var(--aqua); border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.form-submit:hover { background: #58e4ec; transform: translateY(-1px); }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: .78rem; }
.form-success { display: grid; gap: 3px; margin-bottom: 18px; padding: 14px 16px; color: #07566a; background: #e5fafb; border-left: 3px solid var(--aqua); }
.form-success[hidden] { display: none; }
.form-success span { color: var(--muted); font-size: .9rem; }
.section { scroll-margin-top: 94px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal.reveal-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-image-in {
  from { opacity: .45; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

footer { background: var(--navy-dark); color: #c3d6de; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-block: 55px 45px; }
.footer-brand { color: white; }
.footer-meta { display: flex; gap: 80px; font-size: .9rem; }
.footer-meta p { margin: 0; }
.footer-meta > div { display: flex; flex-direction: column; align-items: flex-end; }
.footer-meta a { color: white; }
.footer-social { display: flex; gap: 9px; margin-top: 14px; }
.social-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--aqua-light); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.social-icon svg { width: 18px; height: 18px; }
.social-icon:first-child svg path { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom-links { display: flex; align-items: center; gap: 28px; }
.regulations-link { display: inline-flex; align-items: center; gap: 8px; }
.regulations-link small { padding: 2px 6px; color: #8ea8b2; border: 1px solid rgba(255,255,255,.15); border-radius: 2px; font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.regulations-link[aria-disabled="true"] { color: #9ab0b9; cursor: default; }

[data-placeholder="true"] { position: relative; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .strip-inner { justify-content: space-between; }
  .nav-wrap { height: 82px; padding-bottom: 10px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 18px 22px; color: var(--navy); background: white; border-top: 1px solid var(--line); box-shadow: 0 14px 30px rgba(5,35,50,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 660px; }
  .hero-inner { min-height: 640px; align-items: flex-end; padding-bottom: 100px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.16), transparent 24%), linear-gradient(90deg, rgba(2,25,42,.95), rgba(2,29,48,.52)), linear-gradient(0deg, rgba(2,25,42,.5), transparent); }
  h1 { font-size: clamp(2.8rem, 10vw, 4.6rem); }
  .intro-grid, .about-grid, .reviews-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; gap: 45px; }
  .about-photo { width: 280px; justify-self: start; }
  .section-heading, .pricing-heading, .services-heading { align-items: start; flex-direction: column; gap: 26px; }
  .services-primary { grid-template-columns: repeat(2, 1fr); }
  .service-carousel { grid-auto-columns: minmax(280px, 48%); }
  .pricing-tables { grid-template-columns: 1fr; }
  .footer-meta { gap: 32px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  .contact-strip { font-size: .75rem; }
  .strip-location svg, .strip-links svg { display: none; }
  .dot { margin-inline: 4px; }
  .site-header { top: 40px; }
  .brand-logo { width: 120px; height: 64px; }
  .brand-logo img { width: 120px; height: 64px; }
  .hero { min-height: 680px; }
  .hero-inner { min-height: 660px; }
  .hero-image { object-position: 62% center; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-details { flex-direction: column; gap: 10px; margin-top: 30px; }
  .section { padding-block: 82px; }
  .intro-grid { gap: 34px; }
  .about-grid { gap: 38px; }
  .about-photo { width: min(100%, 280px); justify-self: center; }
  .pricing-table-card { padding: 26px 22px; }
  .pricing-table-card.accent { padding-top: 23px; }
  .services-primary { grid-template-columns: 1fr; }
  .services-primary article { min-height: 175px; }
  .service-carousel { grid-auto-columns: minmax(270px, 88%); }
  .carousel-heading { align-items: center; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 290px; padding: 34px 27px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-content { padding: 24px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-main, .footer-meta { flex-direction: column; }
  .footer-meta { gap: 18px; }
  .footer-meta > div { align-items: flex-start; }
  .reviews-placeholder { padding: 32px 26px; }
  .faq-list summary { padding-right: 42px; }
  .footer-bottom { align-items: flex-start; gap: 16px; }
  .footer-bottom-links { align-items: flex-end; flex-direction: column-reverse; gap: 10px; }
}

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