@font-face { font-family:Inter; src:url("fonts/InterVariable.woff2") format("woff2"); font-style:normal; font-weight:100 900; font-display:swap; }
:root { --ink:#071321; --blue:#0874f9; --paper:#f3f5f7; --line:#d4dae3; --muted:#617084; font-family:Inter,Arial,sans-serif; color:var(--ink); background:#dfe4ea; font-synthesis:none; }
* { box-sizing:border-box; }
body { min-width:320px; margin:0; background:#dfe4ea; }
a { color:inherit; }
.phone-page { width:min(100%,430px); margin:24px auto; overflow:hidden; background:#fff; box-shadow:0 30px 80px rgba(7,17,31,.2); }
.skip-link { position:fixed; z-index:20; top:8px; left:8px; padding:10px 12px; color:#fff; background:var(--ink); transform:translateY(-150%); }
.skip-link:focus { transform:translateY(0); }
.sr-only { width:1px; height:1px; margin:-1px; padding:0; position:absolute; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.eyebrow { margin:0 0 10px; color:#0067e8; font-size:8.5px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }

.mobile-header { min-height:66px; padding:0 16px; display:flex; align-items:center; justify-content:space-between; gap:14px; border-bottom:1px solid #e3e7ec; background:#fff; }
.brand { min-height:44px; display:inline-flex; align-items:center; font-size:26px; font-weight:900; letter-spacing:-.07em; text-decoration:none; }
.header-actions { display:flex; align-items:center; gap:9px; }
.header-actions a { min-height:44px; display:inline-flex; align-items:center; justify-content:center; font-size:10px; font-weight:780; text-decoration:none; }
.call-action { padding:0 6px; color:#526176; }
.header-date { padding:0 11px; border:1.5px solid var(--blue); color:#0067e8; }

.hero-media { height:420px; margin:0; position:relative; overflow:hidden; background:#c9b69e; }
.hero-media img { width:100%; height:100%; display:block; object-fit:cover; object-position:center 58%; }
.hero-media figcaption { position:absolute; right:0; bottom:0; left:0; padding:9px 16px; color:rgba(255,255,255,.78); background:linear-gradient(transparent,rgba(7,19,33,.72)); font-size:7.5px; font-weight:720; letter-spacing:.08em; text-transform:uppercase; }
.hero-copy { padding:27px 20px 24px; }
.hero-copy h1 { max-width:380px; margin:0; font-size:45px; line-height:.93; letter-spacing:-.068em; }
.hero-copy > p:not(.eyebrow) { max-width:360px; margin:17px 0 20px; color:#4e5d71; font-size:12.5px; line-height:1.52; }
.hero-copy > a { min-height:52px; padding:0 15px; display:flex; align-items:center; justify-content:space-between; color:#fff; background:var(--blue); font-size:12px; font-weight:800; text-decoration:none; }

.service-strip { min-height:58px; padding:0 14px; display:flex; align-items:center; justify-content:center; gap:9px; color:#b8c4d3; background:var(--ink); font-size:8.5px; font-weight:760; white-space:nowrap; }
.service-strip i { color:#68adff; font-style:normal; }

.starting-points { padding:50px 14px 46px; background:var(--paper); }
.starting-points h2, .planning h2, .request-help h2 { margin:0; font-size:34px; line-height:.96; letter-spacing:-.058em; }
.section-copy { margin:14px 0 22px; color:var(--muted); font-size:11.5px; line-height:1.5; }
.package-split { display:grid; grid-template-columns:1.15fr .85fr; border:1px solid var(--line); }
.package-split a { min-height:190px; padding:16px 14px; position:relative; display:flex; align-items:flex-start; flex-direction:column; text-decoration:none; }
.package-split span { font-size:17px; font-weight:820; letter-spacing:-.045em; }
.package-split small { margin-top:4px; color:#6c7889; font-size:7.5px; font-weight:720; text-transform:uppercase; }
.package-split strong { margin-top:23px; font-size:26px; letter-spacing:-.055em; }
.package-split em { margin-left:3px; color:#6c7889; font-size:8px; font-style:normal; letter-spacing:0; }
.package-split b { margin-top:auto; font-size:8.5px; font-weight:780; }
.wedding-package { background:#fff; }
.evolve-package { color:#fff; border-left:1px solid var(--line); background:var(--ink); }
.evolve-package small, .evolve-package em { color:#aab6c6; }
.evolve-package b { color:#7bb6ff; }

.planning { padding:50px 20px 44px; }
.planning-list { margin-top:22px; border-top:1px solid var(--line); }
.planning-list article { padding:17px 0; display:grid; grid-template-columns:92px 1fr; gap:15px; border-bottom:1px solid var(--line); }
.planning-list h3 { margin:0; font-size:11px; }
.planning-list p { margin:0; color:#536176; font-size:10.5px; line-height:1.5; }

.process { padding:48px 20px 44px; color:#fff; background:var(--ink); }
.process .eyebrow { color:#79b7ff; }
.process h2 { max-width:360px; margin:0; font-size:34px; line-height:.96; letter-spacing:-.058em; }
.process ol { margin:25px 0 0; padding:0; border-top:1px solid rgba(255,255,255,.18); list-style:none; }
.process li { padding:17px 0; display:grid; grid-template-columns:30px 1fr; gap:12px; border-bottom:1px solid rgba(255,255,255,.18); }
.process li > span { color:#79b7ff; font-size:8px; font-weight:850; }
.process strong { font-size:11px; }
.process li p { margin:5px 0 0; color:#9eabbc; font-size:9.5px; line-height:1.5; }

.request-help { padding:48px 20px; }
.request-help dl { margin:22px 0 0; border-top:1px solid var(--line); }
.request-help dl div { min-height:58px; padding:12px 0; display:grid; grid-template-columns:74px 1fr; align-items:center; gap:12px; border-bottom:1px solid var(--line); }
.request-help dt { color:#6a7788; font-size:9px; font-weight:760; }
.request-help dd { margin:0; color:#26354a; font-size:10.5px; font-weight:680; line-height:1.4; }

.local-cta { padding:38px 20px 22px; color:#fff; background:var(--blue); }
.local-cta > p { margin:0 0 9px; color:rgba(255,255,255,.72); font-size:8px; font-weight:820; letter-spacing:.11em; text-transform:uppercase; }
.local-cta h2 { max-width:360px; margin:0; font-size:31px; line-height:.98; letter-spacing:-.055em; }
.local-cta a { min-height:50px; margin-top:24px; padding:0 14px; display:flex; align-items:center; justify-content:space-between; border:1px solid rgba(255,255,255,.7); color:#fff; font-size:11px; font-weight:800; text-decoration:none; }

.service-footer { min-height:230px; padding:20px; position:relative; overflow:hidden; color:#fff; background:var(--blue); border-top:1px solid rgba(255,255,255,.24); }
.service-footer nav { position:relative; z-index:2; display:flex; flex-wrap:wrap; gap:8px; }
.service-footer nav a { min-height:40px; padding:0 12px; display:inline-flex; align-items:center; border:1px solid rgba(255,255,255,.55); border-radius:999px; font-size:9px; font-weight:720; text-decoration:none; }
.service-footer > p { position:absolute; bottom:22px; left:16px; margin:0; font-size:88px; line-height:.7; font-weight:900; letter-spacing:-.095em; }
.service-footer > p span { display:block; margin-top:9px; font-size:21px; letter-spacing:-.055em; text-transform:uppercase; }

a:focus-visible { outline:3px solid #88beff; outline-offset:2px; }
@media (max-width:520px) { body { background:#fff; } .phone-page { width:100%; margin:0; box-shadow:none; } }
@media (max-width:350px) { .mobile-header { padding-inline:12px; } .hero-copy h1 { font-size:40px; } .service-strip { gap:6px; font-size:7.8px; } .package-split a { padding-inline:10px; } }
