:root {
  --sand: #f5f1e8;
  --cream: #fffdf8;
  --navy: #102c3c;
  --ocean: #0b7681;
  --aqua: #99d8d2;
  --pale-aqua: #d9eeea;
  --coral: #f26f56;
  --ink: #15303f;
  --muted: #64777f;
  --line: #d5dedb;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--sand); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.announcement { height: 38px; color: #e9f7f5; background: var(--navy); font-size: 11px; }
.announcement-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.announcement span { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; }
.announcement i, .mobile-call i, .location-meta i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5fe0a0; box-shadow: 0 0 0 4px rgba(95,224,160,.13); }
.announcement a { color: var(--aqua); text-decoration: none; font-weight: 600; }
.site-header { position: sticky; z-index: 100; top: 0; height: 84px; background: rgba(245,241,232,.92); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(16,44,60,.1); transition: height .2s, box-shadow .2s; }
.site-header.scrolled { height: 72px; box-shadow: 0 8px 30px rgba(16,44,60,.08); }
.nav-row { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50% 50% 48% 52%; color: var(--cream); background: var(--ocean); }
.logo-mark svg { width: 30px; height: 30px; stroke-width: 2.4; }
.logo > span:last-child { display: flex; flex-direction: column; }
.logo strong { font: 700 14px/1 "Outfit", sans-serif; letter-spacing: .075em; }
.logo small { margin-top: 6px; color: var(--muted); font: 600 8px/1 "Outfit", sans-serif; letter-spacing: .17em; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta):hover { color: var(--ocean); }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--navy); }
.nav-cta span { margin-left: 7px; color: var(--aqua); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { padding: 74px 0 0; overflow: hidden; background: radial-gradient(circle at 20% 20%, rgba(153,216,210,.24), transparent 28%), var(--sand); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 75px; min-height: 610px; }
.eyebrow { margin: 0 0 22px; color: var(--ocean); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
h1, h2, h3 { margin: 0; font-family: "Outfit", sans-serif; }
h1 { font-size: clamp(58px, 6.1vw, 88px); line-height: .94; letter-spacing: -.055em; }
h1 em, .callout-statement em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 515px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16,44,60,.12); }
.button svg { width: 18px; height: 18px; }
.button-coral { color: #fff; background: var(--coral); }
.text-link { display: inline-flex; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--coral); }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.avatars { display: flex; }
.avatars span { width: 37px; height: 37px; display: grid; place-items: center; margin-right: -8px; border: 3px solid var(--sand); border-radius: 50%; color: #fff; background: var(--ocean); font-size: 9px; font-weight: 700; }
.avatars span:nth-child(2) { background: var(--coral); }
.avatars span:nth-child(3) { color: var(--navy); background: var(--aqua); }
.hero-trust > div:last-child { display: flex; flex-direction: column; }
.hero-trust strong { font: 700 14px "Outfit", sans-serif; }
.hero-trust small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.stars { color: var(--coral); letter-spacing: .06em; }
.hero-media { position: relative; min-width: 0; padding: 0 25px 45px 0; }
.photo-frame { position: relative; height: 565px; overflow: hidden; border-radius: 180px 12px 150px 12px; box-shadow: 0 30px 70px rgba(16,44,60,.15); }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); border-radius: inherit; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(16,44,60,.09); border-radius: 12px; background: rgba(255,253,248,.93); backdrop-filter: blur(10px); box-shadow: 0 14px 35px rgba(16,44,60,.12); }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { margin-top: 4px; font: 700 14px "Outfit", sans-serif; }
.floating-hours { left: -40px; bottom: 80px; }
.sun-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--coral); font-size: 22px; }
.floating-local { right: 0; top: 55px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-wave { position: absolute; right: -70px; bottom: 7px; width: 280px; height: auto; color: var(--ocean); }
.hero-wave path { stroke-width: 2.2; }
.quick-details { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; border-top: 1px solid var(--line); }
.quick-details > div { display: grid; grid-template-columns: 35px 1fr; padding: 29px 30px; border-right: 1px solid var(--line); }
.quick-details > div:first-child { padding-left: 0; }
.quick-details > div:last-child { border: 0; }
.quick-details span { grid-row: 1 / 3; color: var(--coral); font: 600 11px "Outfit", sans-serif; letter-spacing: .12em; }
.quick-details strong { font: 600 14px "Outfit", sans-serif; }
.quick-details small { margin-top: 5px; color: var(--muted); font-size: 10px; }

.section { padding: 120px 0; }
.services { background: var(--cream); }
.section-title { display: grid; grid-template-columns: 1.15fr .55fr; column-gap: 80px; align-items: end; margin-bottom: 55px; }
.section-title .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(42px, 5vw, 65px); line-height: 1.02; letter-spacing: -.045em; }
.section-title > p:last-child { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 60px 94px 1fr 50px; gap: 25px; align-items: center; padding: 31px 5px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-row:hover { padding-left: 22px; padding-right: 22px; background: var(--pale-aqua); }
.service-index { color: var(--coral); font: 600 10px "Outfit", sans-serif; letter-spacing: .12em; }
.service-symbol { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; color: var(--ocean); background: #e7f4f1; }
.service-symbol.chip { color: #fff; background: var(--ocean); }
.service-symbol svg { width: 38px; height: 38px; }
.service-row h3 { font-size: 24px; letter-spacing: -.025em; }
.service-row p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; }
.service-row > a { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; color: var(--ocean); text-decoration: none; transition: background .2s, color .2s; }
.service-row > a:hover { color: #fff; background: var(--ocean); }

.coastal-callout { position: relative; padding: 115px 0 130px; overflow: hidden; color: #fff; background: var(--ocean); }
.coastal-callout::before { content: ""; position: absolute; width: 420px; height: 420px; right: -80px; top: -190px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.callout-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 90px; }
.callout-statement { position: relative; padding-left: 110px; }
.outline-number { position: absolute; left: -20px; top: -45px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.28); font: 700 150px/1 "Outfit", sans-serif; }
.callout-statement h2 { position: relative; z-index: 1; }
.callout-statement em { color: var(--aqua); }
.callout-copy { padding-bottom: 5px; }
.callout-copy p { margin: 0 0 26px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.6; }
.button-light { color: var(--navy); background: var(--cream); }
.wave-line { position: absolute; left: -5%; right: -5%; bottom: -65px; height: 115px; border: 2px solid rgba(153,216,210,.35); border-radius: 50%; }

.reviews { background: var(--sand); }
.review-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.review-intro h2 { font-size: 53px; }
.score { display: flex; align-items: center; gap: 18px; margin-top: 38px; }
.score > strong { font: 700 46px/1 "Outfit", sans-serif; letter-spacing: -.04em; }
.score > div { display: flex; flex-direction: column; }
.score small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review-card { min-height: 340px; margin: 0; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px 60px 6px 6px; background: var(--cream); }
.quote-mark { color: var(--aqua); font: 600 75px/.75 Georgia, serif; }
.review-card p { margin: 28px 0 auto; font: 500 23px/1.4 "Outfit", sans-serif; letter-spacing: -.02em; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.review-card footer > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--ocean); font-size: 10px; font-weight: 700; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer strong { font-size: 12px; }
.review-card footer small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.coral-card { border: 0; color: #fff; background: var(--coral); border-radius: 60px 6px 6px 6px; }
.coral-card .quote-mark { color: rgba(255,255,255,.55); }
.coral-card footer > span { color: var(--coral); background: var(--cream); }
.coral-card footer small { color: rgba(255,255,255,.7); }

.location { background: var(--cream); }
.location-shell { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--pale-aqua); }
.map-illustration { position: relative; overflow: hidden; background: linear-gradient(90deg, #b7ddd8 0 20%, #e8e5d7 20%); }
.map-illustration::before { content: ""; position: absolute; inset: 0 80% 0 0; background: repeating-radial-gradient(ellipse at right, transparent 0 13px, rgba(255,255,255,.23) 14px 16px); }
.ocean-label { position: absolute; z-index: 1; left: 5%; top: 47%; color: rgba(16,44,60,.45); font: 700 9px "Outfit", sans-serif; letter-spacing: .2em; transform: rotate(-90deg); }
.street { position: absolute; display: block; background: #fffdf8; box-shadow: 0 0 0 1px rgba(16,44,60,.08); }
.street.vertical { top: -10%; height: 120%; width: 40px; transform: rotate(6deg); }
.street.horizontal { left: 12%; width: 100%; height: 43px; transform: rotate(-4deg); }
.street.one { left: 45%; }.street.two { left: 75%; }.street.three { top: 32%; }.street.four { top: 68%; }
.street-name { position: absolute; z-index: 1; color: #788b8d; font: 700 8px "Outfit", sans-serif; letter-spacing: .18em; }
.street-name.arizona { left: 48%; top: 35%; transform: rotate(-4deg); }
.street-name.ocean { left: 27%; top: 55%; transform: rotate(96deg); }
.pin { position: absolute; z-index: 2; left: 58%; top: 48%; width: 75px; height: 75px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--coral); transform: rotate(-45deg); box-shadow: 0 14px 30px rgba(16,44,60,.2); }
.pin i { width: 23px; height: 23px; border: 6px solid var(--cream); border-radius: 50%; }
.location-copy { padding: 74px 65px; background: var(--pale-aqua); }
.location-copy h2 { margin-bottom: 30px; font-size: 49px; }
.location-copy address { color: var(--muted); font-style: normal; line-height: 1.65; }
.location-meta { display: flex; justify-content: space-between; align-items: center; margin: 30px 0 35px; padding: 22px 0; border-top: 1px solid rgba(16,44,60,.14); border-bottom: 1px solid rgba(16,44,60,.14); font-size: 12px; font-weight: 700; }
.location-meta span { display: flex; align-items: center; gap: 9px; }
.location-meta a { color: var(--ocean); text-decoration: none; }
.button-navy { color: #fff; background: var(--navy); }

.final-cta { padding: 115px 0; text-align: center; background: var(--aqua); }
.final-inner { display: flex; flex-direction: column; align-items: center; }
.cta-sun { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 25px; border-radius: 50%; color: #fff; background: var(--coral); font-size: 34px; }
.final-cta .eyebrow { color: var(--navy); }
.final-cta h2 { font-size: clamp(48px,7vw,83px); }
.final-cta a { display: inline-flex; gap: 18px; margin-top: 28px; padding-bottom: 7px; border-bottom: 2px solid var(--navy); color: var(--navy); font: 700 clamp(25px,3vw,38px) "Outfit", sans-serif; text-decoration: none; }

.site-footer { padding: 65px 0 28px; color: #fff; background: var(--navy); }
.footer-top { display: grid; grid-template-columns: 1.25fr 1fr .55fr .8fr; gap: 50px; align-items: start; }
.logo-light .logo-mark { color: var(--navy); background: var(--aqua); }
.logo-light small { color: rgba(255,255,255,.5); }
.footer-top > p { margin: 5px 0 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.6; }
.footer-top nav { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }
.footer-top nav a { text-decoration: none; }
.footer-call { display: flex; flex-direction: column; }
.footer-call small { margin-bottom: 8px; color: var(--aqua); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.footer-call a { color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 10px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 950px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; width: 100%; min-height: calc(100vh - 72px); display: flex; flex-direction: column; justify-content: center; gap: 30px; color: #fff; background: rgba(16,44,60,.98); font-size: 23px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .nav-cta { color: var(--navy); background: var(--aqua); }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 680px; }
  .hero-media { width: min(100%, 720px); margin-left: auto; }
  .photo-frame { height: 550px; }
  .section-title { grid-template-columns: 1fr; gap: 25px; }
  .review-grid { grid-template-columns: 1fr; gap: 50px; }
  .location-shell { grid-template-columns: 1fr; }
  .map-illustration { min-height: 470px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement-inner { justify-content: center; }
  .announcement a { display: none; }
  .site-header { height: 72px; }
  .site-nav { min-height: calc(100vh - 72px); }
  .logo-mark { width: 42px; height: 42px; }
  .logo strong { font-size: 11px; }
  .logo small { font-size: 6px; }
  .hero { padding-top: 55px; }
  h1 { font-size: clamp(50px,15vw,68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .photo-frame { height: 440px; border-radius: 100px 8px 85px 8px; }
  .hero-media { padding-right: 0; }
  .floating-hours { left: 9px; bottom: 68px; }
  .floating-local { right: -3px; top: 28px; }
  .quick-details { grid-template-columns: 1fr; margin-top: 28px; }
  .quick-details > div, .quick-details > div:first-child { padding: 20px 5px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  h2 { font-size: 41px; }
  .service-row { grid-template-columns: 32px 58px 1fr; gap: 14px; }
  .service-symbol { width: 55px; height: 55px; }
  .service-symbol svg { width: 31px; height: 31px; }
  .service-row h3 { font-size: 19px; }
  .service-row p { font-size: 13px; }
  .service-row > a { display: none; }
  .coastal-callout { padding: 90px 0 105px; }
  .callout-grid { grid-template-columns: 1fr; gap: 40px; }
  .callout-statement { padding-left: 35px; }
  .outline-number { left: -5px; top: -52px; font-size: 120px; }
  .review-cards { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; }
  .location-copy { padding: 50px 27px; }
  .location-copy h2 { font-size: 40px; }
  .map-illustration { min-height: 360px; }
  .location-meta { align-items: flex-start; flex-direction: column; gap: 14px; }
  .final-cta { padding: 80px 0; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-bottom: 65px; }
  .mobile-call { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; color: #fff; background: var(--coral); box-shadow: 0 10px 30px rgba(16,44,60,.25); font-size: 13px; font-weight: 700; text-decoration: none; }
}
