:root {
  --ink: #173852;
  --ink-soft: #526b7e;
  --blue: #7fbbe7;
  --blue-deep: #4c91c8;
  --blue-pale: #eaf6fd;
  --mint: #a9d7bd;
  --mint-pale: #edf8f2;
  --gold: #d2ae62;
  --gold-pale: #fbf5e8;
  --paper: #ffffff;
  --canvas: #f7fbfd;
  --line: #dce9ef;
  --shadow: 0 22px 60px rgba(34, 80, 111, 0.13);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,233,239,.75); }
.header-inner { max-width: 1240px; height: 82px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 92px; height: 70px; object-fit: contain; object-position: center; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .92rem; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue-deep); }
.site-nav .nav-cta { padding: 11px 20px; color: white; background: var(--ink); border-radius: 999px; }
.site-nav .nav-cta:hover { color: white; background: var(--blue-deep); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; min-height: 720px; overflow: hidden; padding: 58px max(28px, calc((100vw - 1184px) / 2)) 76px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; background: linear-gradient(128deg, #fff 0%, #f8fcfe 46%, #edf8f4 100%); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 14px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-deep); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold); }
h1, h2 { margin: 0; font-weight: 650; line-height: 1.07; letter-spacing: -.045em; }
h1 { max-width: 650px; font-size: clamp(3.2rem, 6vw, 5.7rem); }
h1 em { color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 26px 0 32px; color: var(--ink-soft); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 28px rgba(23,56,82,.18); }
.button-primary:hover { background: var(--blue-deep); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.78); }
.button-secondary:hover { background: white; box-shadow: 0 12px 28px rgba(23,56,82,.08); }
.button.full { width: 100%; }
.trust-row { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; color: var(--ink-soft); font-size: .88rem; list-style: none; }
.trust-row span { color: var(--blue-deep); font-weight: 900; }
.hero-visual { position: relative; z-index: 1; min-height: 560px; border-radius: 48% 48% 32px 32px; }
.hero-visual > img { width: 100%; height: 560px; object-fit: cover; object-position: 66% center; border-radius: 48% 48% 32px 32px; box-shadow: var(--shadow); }
.hero-location-card { position: absolute; left: -36px; bottom: 38px; width: 245px; padding: 15px 16px; display: grid; grid-template-columns: 44px 1fr 22px; align-items: center; gap: 10px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.85); border-radius: 18px; box-shadow: 0 14px 34px rgba(23,56,82,.16); backdrop-filter: blur(14px); }
.location-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--blue-pale); border-radius: 50%; font-size: 1.4rem; }
.hero-location-card small, .hero-location-card strong { display: block; line-height: 1.35; }
.hero-location-card small { color: var(--ink-soft); font-size: .72rem; }
.hero-location-card a { font-size: 1.7rem; }
.hero-note { position: absolute; top: 70px; right: -35px; width: 150px; height: 150px; display: grid; place-items: center; align-content: center; text-align: center; background: var(--gold-pale); border-radius: 50%; box-shadow: 0 12px 34px rgba(74, 64, 41, .1); transform: rotate(6deg); }
.hero-note > span { color: var(--gold); font-size: 1.35rem; }
.hero-note p { margin: 4px 0 0; font-family: Georgia, serif; line-height: 1.35; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 230px; height: 230px; right: 31%; top: -115px; background: rgba(127,187,231,.18); }
.hero-orb-two { width: 180px; height: 180px; right: -75px; bottom: -50px; background: rgba(169,215,189,.2); }

.service-strip { max-width: 1184px; margin: -34px auto 0; position: relative; z-index: 4; padding: 24px 26px; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 28px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 46px rgba(23,56,82,.1); }
.service-strip > div { display: flex; align-items: center; gap: 13px; }
.service-strip > div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.step-number { display: grid; place-items: center; flex: 0 0 36px; height: 36px; color: var(--blue-deep); background: var(--blue-pale); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.service-strip p { margin: 0; line-height: 1.35; }
.service-strip small, .service-strip strong { display: block; }
.service-strip small { color: var(--ink-soft); font-size: .7rem; }
.service-strip strong { margin-top: 2px; font-size: .88rem; }
.service-strip > a { padding: 12px 18px; color: white; background: var(--blue-deep); border-radius: 999px; font-size: .85rem; font-weight: 750; white-space: nowrap; }

.section { max-width: 1240px; margin: 0 auto; padding: 112px 28px; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
h2 { font-size: clamp(2.35rem, 4.4vw, 4rem); }
.section-heading > p, .booking-heading > p, .why-intro > p, .terms-copy { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 360px; padding: 26px; display: flex; flex-direction: column; background: var(--canvas); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--blue); box-shadow: 0 20px 45px rgba(23,56,82,.1); }
.service-card.featured { background: linear-gradient(160deg, #edf8fd, #eef9f4); }
.service-icon { width: 54px; height: 54px; margin-bottom: 26px; display: grid; place-items: center; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; font-size: 1.55rem; box-shadow: 0 9px 24px rgba(23,56,82,.07); }
.service-kicker { align-self: flex-start; margin: -2px 0 8px; padding: 4px 9px; color: #5d7b69; background: var(--mint-pale); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.25; }
.service-card > p:not(.service-kicker) { margin: 0; color: var(--ink-soft); font-size: .93rem; }
.service-footer { margin-top: auto; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.service-footer strong { font-size: .9rem; }
.service-footer button { padding: 0; border: 0; background: transparent; font-weight: 800; cursor: pointer; }
.service-footer button span { color: var(--blue-deep); }
.price-note { margin: 18px 0 0; color: var(--ink-soft); font-size: .78rem; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.process-photo { position: relative; min-height: 600px; }
.process-photo img { width: 100%; height: 600px; object-fit: cover; border-radius: 42px 42px 160px 42px; }
.photo-seal { position: absolute; right: -32px; bottom: 40px; width: 155px; height: 155px; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--gold-pale); border: 8px solid white; border-radius: 50%; text-align: center; }
.photo-seal span, .photo-seal small { font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.photo-seal strong { margin: 3px 0; font-size: 1.5rem; }
.process-copy ol { margin: 38px 0 28px; padding: 0; list-style: none; }
.process-copy li { padding: 20px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.process-copy li:last-child { border-bottom: 1px solid var(--line); }
.process-copy li > span { color: var(--blue-deep); font-size: .76rem; font-weight: 800; }
.process-copy h3 { margin: 0 0 4px; font-size: 1.05rem; }
.process-copy li p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-weight: 800; border-bottom: 1px solid var(--ink); }

.why { max-width: none; padding-left: max(28px, calc((100vw - 1184px) / 2)); padding-right: max(28px, calc((100vw - 1184px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; color: white; background: var(--ink); }
.eyebrow.light { color: var(--blue); }
.why-intro p:last-child { max-width: 470px; color: #bad0dc; }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; }
.promise-grid article { min-height: 230px; padding: 26px; border-left: 1px solid rgba(255,255,255,.14); border-top: 1px solid rgba(255,255,255,.14); }
.promise-grid article:nth-child(-n+2) { border-top: 0; }
.promise-grid span { color: var(--gold); font-size: .72rem; font-weight: 800; }
.promise-grid h3 { margin: 44px 0 8px; font-size: 1.08rem; }
.promise-grid p { margin: 0; color: #bad0dc; font-size: .88rem; }

.booking-section { max-width: none; padding-left: max(28px, calc((100vw - 1184px) / 2)); padding-right: max(28px, calc((100vw - 1184px) / 2)); background: linear-gradient(180deg, var(--canvas), #fff); }
.booking-heading { max-width: 690px; margin-bottom: 44px; }
.booking-heading > p:last-child { margin-top: 18px; }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; align-items: start; }
.booking-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 38px rgba(23,56,82,.06); }
fieldset { margin: 0; padding: 0 0 34px; border: 0; }
fieldset + fieldset { padding-top: 30px; border-top: 1px solid var(--line); }
legend { width: 100%; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 800; }
legend > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue-deep); background: var(--blue-pale); border-radius: 50%; font-size: .75rem; }
.service-options, .addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-options label, .addon-grid label { position: relative; cursor: pointer; }
.service-options input, .addon-grid input { position: absolute; opacity: 0; pointer-events: none; }
.service-options label > span, .addon-grid label > span { min-height: 74px; padding: 14px 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.service-options input:checked + span, .addon-grid input:checked + span { border-color: var(--blue-deep); background: var(--blue-pale); box-shadow: inset 0 0 0 1px var(--blue-deep); }
.service-options input:focus-visible + span, .addon-grid input:focus-visible + span { outline: 3px solid rgba(76,145,200,.28); outline-offset: 2px; }
.service-options strong, .addon-grid strong { font-size: .88rem; }
.service-options small, .addon-grid small { color: var(--ink-soft); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { font-size: .82rem; font-weight: 750; }
.field > span small { color: var(--ink-soft); font-weight: 500; }
select, input[type="date"], textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: var(--canvas); border: 1px solid var(--line); border-radius: 11px; outline: none; }
select:focus, input[type="date"]:focus, textarea:focus { border-color: var(--blue-deep); box-shadow: 0 0 0 3px rgba(76,145,200,.14); }
textarea { resize: vertical; }
.notes-field { padding-top: 28px; border-top: 1px solid var(--line); }
.booking-summary { position: sticky; top: 108px; padding: 30px; background: var(--ink); color: white; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.summary-label { margin: 0 0 8px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.booking-summary h3 { margin: 0 0 26px; font-size: 1.65rem; }
.booking-summary dl { margin: 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.booking-summary dl div { margin: 7px 0; display: flex; justify-content: space-between; gap: 20px; }
.booking-summary dt { color: #bad0dc; }
.booking-summary dd { margin: 0; text-align: right; }
.total-row, .deposit-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.total-row { margin-top: 22px; }
.total-row strong { font-size: 1.6rem; }
.deposit-row { margin: 4px 0 22px; color: var(--mint); font-size: .8rem; }
.booking-summary .button-primary { color: var(--ink); background: var(--gold-pale); box-shadow: none; }
.booking-summary .button-primary:hover { background: white; }
.whatsapp-button { width: 100%; margin-top: 10px; padding: 11px 14px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .84rem; font-weight: 700; cursor: pointer; }
.whatsapp-button:hover { border-color: var(--mint); color: var(--mint); }
.summary-fineprint { margin: 16px 0 0; color: #9fb7c5; font-size: .7rem; line-height: 1.5; }

.areas { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-list span { padding: 10px 15px; background: var(--mint-pale); border: 1px solid #d8ede1; border-radius: 999px; font-size: .86rem; font-weight: 700; }
.area-list span:nth-child(2n) { background: var(--blue-pale); border-color: #d6eafa; }
.terms { padding-top: 60px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); }
.terms-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.terms-copy p { margin: 0; }

footer { max-width: 1184px; margin: 0 auto; padding: 42px 0 34px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 28px; align-items: center; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; line-height: 1.35; }
.footer-brand span { color: var(--ink-soft); font-size: .72rem; }
footer > p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.footer-links { display: flex; gap: 18px; font-size: .8rem; font-weight: 700; }
footer > small { grid-column: 1 / -1; color: var(--ink-soft); font-size: .72rem; }

dialog { width: min(520px, calc(100% - 28px)); padding: 32px; color: var(--ink); border: 0; border-radius: 24px; box-shadow: 0 30px 80px rgba(23,56,82,.28); }
dialog::backdrop { background: rgba(13,38,56,.55); backdrop-filter: blur(6px); }
dialog h2 { margin-bottom: 22px; font-size: 2.25rem; }
.dialog-close { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--canvas); font-size: 1.35rem; cursor: pointer; }
#dialog-details { padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); }
#dialog-details p { margin: 6px 0; display: flex; justify-content: space-between; gap: 16px; }
#dialog-details strong { color: var(--ink); text-align: right; }
.dialog-total { margin: 20px 0; display: flex; justify-content: space-between; gap: 20px; }
.dialog-total strong { font-size: 1.3rem; }
.dialog-note { margin: 13px 0 0; color: var(--ink-soft); font-size: .74rem; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 70; max-width: calc(100% - 28px); padding: 13px 18px; color: white; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; text-align: center; font-size: .84rem; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero-note { right: -12px; }
  .service-strip { margin-left: 28px; margin-right: 28px; grid-template-columns: repeat(3, 1fr); }
  .service-strip > a { grid-column: 1 / -1; text-align: center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { gap: 50px; }
  footer { margin-left: 28px; margin-right: 28px; }
}

@media (max-width: 820px) {
  .header-inner { height: 72px; padding: 0 20px; }
  .brand img { width: 78px; height: 58px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; max-height: 0; overflow: hidden; padding: 0 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: white; box-shadow: 0 22px 40px rgba(23,56,82,.12); opacity: 0; transition: max-height .25s ease, opacity .2s ease, padding .25s ease; }
  .site-nav.open { max-height: 440px; padding-top: 18px; padding-bottom: 24px; opacity: 1; }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 14px; padding: 12px 18px; text-align: center; border: 0; }
  .hero { min-height: 0; padding: 64px 24px 76px; grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(590px, 100%); min-height: 500px; margin: 0 auto; }
  .hero-visual > img { height: 500px; }
  .hero-location-card { left: 18px; }
  .hero-note { top: 45px; right: -8px; }
  .service-strip { grid-template-columns: 1fr; gap: 0; padding: 12px 22px 20px; }
  .service-strip > div { padding: 12px 0; }
  .service-strip > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading, .process, .why, .areas, .terms { grid-template-columns: 1fr; gap: 36px; }
  .section-heading { align-items: start; }
  .process-photo, .process-photo img { min-height: 470px; height: 470px; }
  .process-photo { max-width: 600px; }
  .why { gap: 52px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .terms-copy { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
  .footer-links { justify-content: flex-end; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  h2 { font-size: 2.4rem; }
  .hero { padding-left: 18px; padding-right: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 8px 14px; font-size: .78rem; }
  .hero-visual, .hero-visual > img { min-height: 410px; height: 410px; }
  .hero-note { width: 116px; height: 116px; right: -4px; font-size: .78rem; }
  .hero-location-card { left: 8px; right: 8px; bottom: 15px; width: auto; }
  .service-strip { margin-left: 18px; margin-right: 18px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .service-grid, .service-options, .addon-grid, .form-grid, .promise-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .process-photo, .process-photo img { min-height: 390px; height: 390px; }
  .photo-seal { right: -4px; bottom: 20px; width: 125px; height: 125px; }
  .promise-grid article { min-height: 190px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14) !important; }
  .promise-grid article:first-child { border-top: 0 !important; }
  .promise-grid h3 { margin-top: 28px; }
  .booking-form { padding: 24px 18px; }
  .booking-summary { padding: 26px 22px; }
  footer { margin-left: 18px; margin-right: 18px; grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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