:root {
  --navy: #163b5d;
  --navy-dark: #102f4b;
  --teal: #2d7f7a;
  --teal-dark: #236964;
  --teal-light: #e6f3f1;
  --cream: #fbf7f2;
  --coral: #e98c83;
  --gold: #e9b34b;
  --lilac: #8d7cc2;
  --blue: #6d94c6;
  --green: #68a57c;
  --text: #243443;
  --muted: #667582;
  --border: #e5e9ec;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(22, 59, 93, .11);
  --radius: 26px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 10px; }

.topbar { background: var(--teal-dark); color: rgba(255,255,255,.94); font-size: 14px; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(22,59,93,.07); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 48px; height: 44px; display: inline-block; }
.bubble { position: absolute; border-radius: 18px; background: var(--teal); }
.bubble::after { content: ""; position: absolute; width: 8px; height: 8px; background: inherit; transform: rotate(45deg); }
.bubble-a { width: 32px; height: 25px; left: 0; top: 3px; }
.bubble-a::after { left: 7px; bottom: -3px; }
.bubble-b { width: 26px; height: 20px; right: 0; bottom: 4px; background: var(--coral); }
.bubble-b::after { right: 5px; top: -2px; }
.bubble-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--white); left: 9px; top: 12px; box-shadow: 9px 0 0 var(--white); }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 700; color: var(--navy); letter-spacing: -.4px; }
.brand-copy span { margin-top: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: 2.2px; color: var(--coral); font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; color: #263848; }
.primary-nav > a:not(.button) { position: relative; padding: 28px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--teal); transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; background: var(--teal); color: var(--white); font-weight: 750; box-shadow: 0 10px 22px rgba(45,127,122,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 14px 28px rgba(45,127,122,.22); }
.button-small { min-height: 44px; padding: 0 17px; font-size: 14px; border-radius: 10px; }
.button-secondary { background: transparent; color: var(--teal-dark); border: 1.5px solid rgba(45,127,122,.55); box-shadow: none; }
.button-secondary:hover { color: var(--white); background: var(--teal); }
.button-light { background: var(--white); color: var(--teal-dark); box-shadow: none; }
.button-light:hover { background: #f5fbfa; color: var(--teal-dark); }
.button-outline-light { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.55); box-shadow: none; }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.text-link { display: inline-flex; gap: 8px; color: var(--teal-dark); font-weight: 800; margin-top: 6px; }

.eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: 2.2px; font-size: 13px; font-weight: 850; margin-bottom: 12px; }
.eyebrow.light { color: #c9efeb; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.08; margin: 0; font-weight: 700; letter-spacing: -1.5px; }
h1 { font-size: clamp(46px, 6vw, 72px); }
h2 { font-size: clamp(36px, 4vw, 52px); }
h3 { color: var(--navy); line-height: 1.28; margin: 0 0 10px; font-size: 19px; }
p { margin: 0 0 18px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { color: var(--muted); font-size: 18px; margin-top: 16px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fffaf6 0%, #fff 52%, #edf8f6 100%); padding-top: 76px; padding-bottom: 88px; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { font-size: 19px; color: #536472; max-width: 650px; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #5e6c78; font-size: 14px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.check { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; font-style: normal; background: var(--teal-light); color: var(--teal-dark); font-size: 12px; font-weight: 900; }
.hero-visual { position: relative; z-index: 1; padding: 14px 0 28px 14px; }
.photo-card-main { border-radius: 44% 22px 42% 22px; overflow: hidden; height: 540px; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.8); }
.photo-card-main img { height: 100%; object-fit: cover; object-position: center; }
.floating-card { position: absolute; left: -30px; bottom: -4px; width: min(340px, 78%); display: flex; align-items: center; gap: 14px; background: var(--white); border-radius: 17px; padding: 16px 18px; box-shadow: 0 18px 45px rgba(22,59,93,.15); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 15px; color: var(--navy); }
.floating-card span { font-size: 13px; color: var(--muted); margin-top: 2px; }
.floating-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; background: var(--teal-light); border-radius: 13px; }
.hero-shape { position: absolute; border-radius: 50%; opacity: .7; }
.hero-shape-one { width: 320px; height: 320px; background: rgba(233,140,131,.11); left: -170px; top: 40px; }
.hero-shape-two { width: 280px; height: 280px; border: 55px solid rgba(45,127,122,.08); right: -130px; bottom: -145px; }

.quick-contact { margin-top: -2px; border-top: 1px solid #eef1f2; border-bottom: 1px solid #eef1f2; background: var(--white); }
.quick-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-contact-grid > div { padding: 24px 30px; border-right: 1px solid #edf0f2; display: grid; gap: 2px; }
.quick-contact-grid > div:first-child { padding-left: 0; }
.quick-contact-grid > div:last-child { border-right: 0; }
.mini-label { color: var(--teal); text-transform: uppercase; font-size: 11px; letter-spacing: 1.7px; font-weight: 850; }
.quick-contact strong { color: var(--navy); font-size: 16px; }
.quick-contact span:last-child { color: var(--muted); font-size: 13px; }
.quick-contact a:hover { color: var(--teal); }

.services { background: #fcfdfd; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 28px; min-height: 235px; box-shadow: 0 9px 30px rgba(22,59,93,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(22,59,93,.09); border-color: #d8e2e4; }
.service-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: white; font-weight: 900; margin-bottom: 20px; font-size: 15px; }
.icon-teal { background: linear-gradient(135deg, #49a59e, #27746f); }
.icon-coral { background: linear-gradient(135deg, #f3a49d, #db7268); }
.icon-gold { background: linear-gradient(135deg, #f1c965, #d9a12d); }
.icon-lilac { background: linear-gradient(135deg, #a89bdd, #7c6ab7); }
.icon-blue { background: linear-gradient(135deg, #87acd8, #5d84b5); }
.icon-green { background: linear-gradient(135deg, #81bd94, #55976e); }

.approach { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.split-image-wrap { position: relative; }
.split-image-wrap img { height: 620px; object-fit: cover; object-position: center; border-radius: 26px; box-shadow: var(--shadow); position: relative; z-index: 2; }
.image-accent { position: absolute; width: 78%; height: 68%; right: -24px; bottom: -24px; background: var(--teal-light); border-radius: 28px; z-index: 1; }
.split-copy > p { font-size: 18px; color: var(--muted); margin: 22px 0 28px; }
.steps { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 17px 0; border-top: 1px solid rgba(22,59,93,.1); }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--white); color: var(--teal); font-weight: 900; box-shadow: 0 6px 18px rgba(22,59,93,.06); }
.step p { color: var(--muted); font-size: 15px; margin: 0; }
.step h3 { margin-bottom: 5px; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 90px; align-items: center; }
.about-grid > div:first-child > p { color: var(--muted); font-size: 18px; }
.about-grid h2 { margin-bottom: 22px; }
.about-points { display: grid; gap: 14px; }
.about-point { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: start; padding: 22px; border: 1px solid var(--border); border-radius: 17px; background: #fff; box-shadow: 0 8px 25px rgba(22,59,93,.04); }
.about-point p { color: var(--muted); font-size: 14px; margin: 0; }
.point-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--teal-light); color: var(--teal-dark); font-size: 23px; font-weight: 900; }

.photo-band { background: var(--navy); color: white; overflow: hidden; }
.photo-band-grid { display: grid; grid-template-columns: 1fr .82fr; min-height: 460px; align-items: stretch; }
.photo-band-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 80px 70px 0; }
.photo-band h2 { color: white; }
.photo-band p { color: rgba(255,255,255,.78); font-size: 18px; margin: 20px 0 26px; max-width: 650px; }
.photo-band-image { position: relative; min-height: 460px; }
.photo-band-image::before { content: ""; position: absolute; inset: 0 auto 0 -1px; width: 110px; z-index: 2; background: linear-gradient(90deg, var(--navy), transparent); }
.photo-band-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-heading p { color: var(--muted); font-size: 17px; margin: 20px 0 25px; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { list-style: none; cursor: pointer; padding: 23px 48px 23px 0; color: var(--navy); font-weight: 800; font-size: 17px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal-dark); font-size: 22px; font-weight: 500; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding: 0 44px 22px 0; margin: 0; }
details a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 2px; }

.contact-section { background: linear-gradient(180deg, #f7fbfb, #ffffff); padding-top: 35px; }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; background: linear-gradient(125deg, var(--teal-dark), var(--teal)); border-radius: 28px; padding: 56px 60px; color: white; gap: 60px; box-shadow: 0 22px 60px rgba(35,105,100,.2); }
.contact-card h2 { color: white; }
.contact-card p { color: rgba(255,255,255,.83); font-size: 17px; margin: 18px 0 26px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-details { display: grid; gap: 18px; border-left: 1px solid rgba(255,255,255,.22); padding-left: 44px; align-content: center; }
.contact-detail { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.detail-icon { width: 36px; height: 36px; border-radius: 11px; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.contact-detail span:not(.detail-icon) { display: block; color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 800; }
.contact-detail strong { display: block; margin-top: 2px; font-size: 15px; }
.contact-detail a:hover { text-decoration: underline; }
.directions-link { margin-left: 52px; font-size: 14px; font-weight: 800; color: #d7f5f2; }

.site-footer { background: #102d47; color: rgba(255,255,255,.75); padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1fr; gap: 70px; padding-bottom: 42px; }
.brand-footer .brand-copy strong { color: white; }
.footer-brand p { max-width: 390px; margin-top: 20px; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.footer-links strong { color: white; margin-bottom: 4px; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.photo-note { color: rgba(255,255,255,.5); }

@media (max-width: 1040px) {
  .primary-nav { gap: 18px; }
  .primary-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 38px; }
  .photo-card-main { height: 480px; }
  .split-grid, .about-grid { gap: 50px; }
  .photo-band-copy { padding-right: 42px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 72px 0; }
  .topbar-inner { justify-content: center; text-align: center; min-height: 44px; }
  .topbar-inner > span { display: none; }
  .nav-wrap { min-height: 72px; }
  .menu-button { display: block; }
  .primary-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: white; padding: 18px 20px 24px; border-bottom: 1px solid var(--border); box-shadow: 0 16px 30px rgba(22,59,93,.08); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { display: block; padding: 12px 0; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { margin-top: 8px; }
  .hero { padding-top: 54px; }
  .hero-grid, .split-grid, .about-grid, .faq-grid, .contact-card, .photo-band-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { max-width: 650px; margin: 0 auto; padding-left: 0; }
  .floating-card { left: 20px; }
  .quick-contact-grid { grid-template-columns: 1fr; }
  .quick-contact-grid > div, .quick-contact-grid > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .quick-contact-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split-image-wrap { order: 2; }
  .split-copy { order: 1; }
  .split-image-wrap img { height: 500px; }
  .about-grid { gap: 38px; }
  .photo-band-grid { padding: 66px 0; }
  .photo-band-copy { padding: 0; }
  .photo-band-image { min-height: 370px; border-radius: 22px; overflow: hidden; }
  .photo-band-image::before { display: none; }
  .contact-card { padding: 42px 34px; }
  .contact-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 30px 0 0; }
  .directions-link { margin-left: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-links span { display: none; }
  .topbar-links { flex-direction: column; gap: 0; padding: 5px 0; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy span { font-size: 10px; letter-spacing: 1.7px; }
  .brand-mark { width: 42px; transform: scale(.9); transform-origin: left center; }
  h1 { font-size: 44px; }
  h2 { font-size: 37px; }
  .hero { padding-top: 44px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 11px 18px; }
  .photo-card-main { height: 390px; border-radius: 36% 18px 34% 18px; }
  .floating-card { left: 12px; right: 12px; width: auto; bottom: -12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .split-image-wrap img { height: 390px; }
  .about-point { grid-template-columns: 48px 1fr; padding: 18px; }
  .point-icon { width: 44px; height: 44px; }
  .photo-band-grid { padding: 56px 0; }
  .photo-band-image { min-height: 320px; }
  .contact-card { padding: 34px 24px; border-radius: 22px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .directions-link { margin-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
