:root {
    --navy: #071b35;
    --navy-deep: #041226;
    --ink: #10243d;
    --paper: #fffaf5;
    --warm-white: #fffdf9;
    --pink: #e83d87;
    --pink-dark: #bd2365;
    --blush: #f9d9e6;
    --gold: #e5ac2d;
    --sand: #f7e7bd;
    --mint: #d7e8d5;
    --muted: #526176;
    --border: rgba(7, 27, 53, 0.14);
    --shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    --container: min(1180px, calc(100vw - 2.5rem));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }

.container { width: var(--container); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.13);
    background: rgba(7, 27, 53, 0.96);
    backdrop-filter: blur(16px);
}

.nav-shell, .nav-actions, .site-nav, .hero-actions, .footer-contact {
    display: flex;
    align-items: center;
}

.nav-shell { min-height: 76px; justify-content: space-between; gap: 1.5rem; }

.brand-mark {
    display: inline-grid;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.22;
    text-decoration: none;
    text-transform: uppercase;
}

.brand-mark span { color: var(--pink); font-family: "Caveat", cursive; font-size: 1.65rem; font-weight: 700; letter-spacing: .02em; line-height: .75; text-transform: none; }
.site-nav { gap: 1.65rem; }
.site-nav a, .phone-link { color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .phone-link:hover { color: #fff; }
.nav-actions { gap: 1.15rem; }

.button {
    align-items: center;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    gap: .6rem;
    justify-content: center;
    min-height: 49px;
    padding: .82rem 1.25rem;
    position: relative;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover, .button:focus-visible { transform: translateY(-3px) rotate(-.6deg); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(232, 61, 135, .45); outline-offset: 3px; }
.button span { font-size: 1.1rem; }
.button-pink { background: var(--pink); box-shadow: 5px 5px 0 var(--pink-dark); color: #fff; }
.button-pink:hover, .button-pink:focus-visible { box-shadow: 8px 8px 0 var(--pink-dark); }
.button-navy { background: var(--navy); box-shadow: 5px 5px 0 var(--gold); color: #fff; }
.button-navy:hover, .button-navy:focus-visible { box-shadow: 8px 8px 0 var(--gold); }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.48); color: #fff; }
.button-outline:hover, .button-outline:focus-visible { background: rgba(255,255,255,.11); }
.button-small { min-height: 39px; padding: .55rem .86rem; font-size: .84rem; }

.hero-section { background: var(--navy); color: #fff; isolation: isolate; overflow: clip; padding: clamp(4rem, 7vw, 7.5rem) 0 5.7rem; position: relative; }
.hero-section::before { background: radial-gradient(circle at 14% 25%, rgba(232,61,135,.22), transparent 19%), radial-gradient(circle at 90% 60%, rgba(229,172,45,.18), transparent 22%), repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0 1px, transparent 1px 10px); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.hero-grid { align-items: center; display: grid; gap: clamp(2rem, 5vw, 5.5rem); grid-template-columns: minmax(0, .96fr) minmax(330px, .82fr); position: relative; }
.hero-copy { max-width: 670px; }
.eyebrow { align-items: center; color: var(--gold); display: flex; font-size: .75rem; font-weight: 700; gap: .5rem; letter-spacing: .145em; margin: 0 0 1.1rem; text-transform: uppercase; }
.eyebrow-dot { background: var(--pink); border-radius: 50%; display: inline-block; height: .65rem; width: .65rem; }
.eyebrow-dark { color: var(--pink-dark); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1 { color: #fff; font-family: "Bebas Neue", sans-serif; font-size: clamp(4rem, 8.2vw, 7.75rem); letter-spacing: .005em; line-height: .86; margin-bottom: 0; max-width: 8.5ch; text-transform: uppercase; }
h1 em, h2 em { color: var(--pink); font-family: "Caveat", cursive; font-size: .82em; font-style: normal; font-weight: 700; letter-spacing: .01em; text-transform: none; white-space: nowrap; }
.hero-script { color: var(--gold); font-family: "Caveat", cursive; font-size: clamp(1.85rem, 3.5vw, 2.9rem); font-weight: 700; line-height: 1; margin: .55rem 0 1rem; transform: rotate(-1.3deg); }
.hero-lead { color: rgba(255,255,255,.81); font-size: 1.08rem; line-height: 1.7; margin-bottom: 2rem; max-width: 56ch; }
.hero-actions { flex-wrap: wrap; gap: 1.15rem; }
.hero-promise { align-items: center; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: .9rem; margin-top: 2.4rem; max-width: 575px; padding-top: 1.3rem; }
.hero-promise p { color: rgba(255,255,255,.75); font-size: .88rem; line-height: 1.45; margin: 0; }
.hero-promise strong { color: #fff; }
.heart-icon { color: var(--pink); font-family: Georgia, serif; font-size: 2.35rem; line-height: 1; }

.hero-showcase { justify-self: end; max-width: 445px; min-height: 595px; position: relative; width: 100%; }
.hero-poster { background: var(--warm-white); box-shadow: 18px 18px 0 var(--pink); margin: 2.6rem 1.8rem 0 0; overflow: hidden; position: relative; transform: rotate(2.5deg); }
.hero-poster::after { border: 2px solid rgba(255,255,255,.5); content: ""; inset: 12px; pointer-events: none; position: absolute; }
.hero-poster img { aspect-ratio: 1 / 1.27; height: 100%; object-fit: cover; width: 100%; }
.poster-label { background: var(--gold); color: var(--navy); font-family: "Bebas Neue", sans-serif; font-size: 1.45rem; letter-spacing: .04em; line-height: .95; padding: .8rem .9rem; position: absolute; text-transform: uppercase; z-index: 2; }
.poster-label span { color: var(--pink-dark); font-family: "Caveat", cursive; font-size: 1.7rem; letter-spacing: 0; text-transform: none; }
.poster-label-top { left: -1.35rem; top: .4rem; transform: rotate(-5deg); }
.poster-label-bottom { align-items: center; background: var(--paper); bottom: .7rem; box-shadow: 8px 8px 0 var(--navy-deep); display: flex; font-size: 1.25rem; gap: .5rem; right: -1.2rem; transform: rotate(-3deg); }
.poster-label-bottom .heart-icon { color: var(--pink); font-size: 1.7rem; }
.burst-note { background: var(--pink); border-radius: 50%; bottom: -1.5rem; color: #fff; font-family: "Caveat", cursive; font-size: 1.55rem; font-weight: 700; height: 128px; left: -2.1rem; line-height: .85; padding: 2.45rem .9rem .7rem; position: absolute; text-align: center; transform: rotate(-12deg); width: 128px; z-index: 3; }
.burst-note::before { border: 2px dashed rgba(255,255,255,.7); border-radius: 50%; content: ""; inset: 7px; position: absolute; }
.burst-note em { color: var(--gold); font-style: normal; }
.hero-spark { border: 2px solid var(--gold); height: 85px; position: absolute; transform: rotate(33deg); width: 85px; z-index: -1; }
.hero-spark-one { bottom: 8%; left: 3%; }
.hero-spark-two { border-color: var(--pink); right: 5%; top: 10%; transform: rotate(12deg); }

.message-band { background: var(--pink); color: #fff; overflow: hidden; padding: .8rem 0; }
.message-track { align-items: center; display: flex; font-family: "Bebas Neue", sans-serif; font-size: clamp(1.3rem, 2.2vw, 2rem); gap: 1.3rem; letter-spacing: .06em; min-width: max-content; text-transform: uppercase; }
.message-track i { color: var(--gold); font-size: 1rem; font-style: normal; }

.story-section { background: var(--warm-white); overflow: hidden; padding: clamp(5rem, 8vw, 8rem) 0; position: relative; }
.story-section::after { border: 28px solid var(--gold); border-left: 0; border-top: 0; content: ""; height: 240px; position: absolute; right: 0; top: 0; transform: skewY(-14deg) translateY(-80px); width: 22vw; }
.story-grid { align-items: center; display: grid; gap: clamp(2.6rem, 6vw, 6rem); grid-template-columns: minmax(0,.85fr) minmax(370px,1.15fr); }
.story-copy { max-width: 560px; }
h2 { color: var(--navy); font-family: "Bebas Neue", sans-serif; font-size: clamp(3.15rem, 5.4vw, 5.4rem); letter-spacing: .02em; line-height: .88; margin-bottom: 1.25rem; text-transform: uppercase; }
.story-copy h2 span { color: var(--pink); }
.story-lead { color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.handwritten-quote { align-items: start; border-bottom: 2px solid var(--gold); border-top: 2px solid var(--gold); display: flex; gap: .75rem; margin: 2rem 0 1.4rem; padding: 1rem 0; transform: rotate(-1deg); }
.handwritten-quote span { color: var(--pink); font-family: Georgia, serif; font-size: 3rem; line-height: .72; }
.handwritten-quote p { color: var(--navy); font-family: "Caveat", cursive; font-size: 1.65rem; font-weight: 600; line-height: 1.05; margin: 0; }
.text-cta { color: var(--pink-dark); font-weight: 700; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.text-cta span { font-size: 1.25rem; margin-left: .3rem; }

.story-gallery { min-height: 600px; position: relative; }
.gallery-card { background: var(--navy); box-shadow: var(--shadow); margin: 0; overflow: hidden; position: absolute; }
.gallery-card img { height: 100%; object-fit: cover; width: 100%; }
.gallery-card figcaption { background: var(--navy); color: #fff; font-family: "Caveat", cursive; font-size: 1.4rem; font-weight: 700; padding: .55rem .9rem .65rem; }
.gallery-card-main { left: 0; top: 0; transform: rotate(-2deg); width: min(67%, 390px); z-index: 2; }
.gallery-card-main::before { border: 8px solid var(--paper); content: ""; inset: 0; pointer-events: none; position: absolute; }
.gallery-card-small { bottom: 0; right: 0; transform: rotate(4deg); width: min(49%, 285px); }
.gallery-card-small::before { border: 7px solid var(--gold); content: ""; inset: 0; pointer-events: none; position: absolute; }

.help-section { background: var(--navy); color: #fff; padding: clamp(4.8rem, 7vw, 7rem) 0; }
.section-heading { max-width: 750px; }
.section-heading-center { margin: 0 auto 2.7rem; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading h2 { color: #fff; margin-bottom: .9rem; }
.section-heading p:last-child { color: rgba(255,255,255,.72); line-height: 1.6; margin: 0 auto; max-width: 62ch; }
.help-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.help-card { color: var(--navy); min-height: 270px; overflow: hidden; padding: 1.4rem; position: relative; transition: transform 190ms ease; }
.help-card:hover { transform: translateY(-8px) rotate(-1.2deg); }
.help-card-pink { background: var(--blush); box-shadow: 6px 6px 0 var(--pink); }
.help-card-sand { background: var(--sand); box-shadow: 6px 6px 0 var(--gold); }
.help-card-blue { background: #cfe1f2; box-shadow: 6px 6px 0 #6c9ac1; }
.help-card-mint { background: var(--mint); box-shadow: 6px 6px 0 #80ad7e; }
.card-number { color: rgba(7,27,53,.58); font-size: .77rem; font-weight: 700; letter-spacing: .12em; }
.help-icon { color: var(--pink-dark); display: block; font-family: "Caveat", cursive; font-size: 3.4rem; line-height: 1; margin: 1.2rem 0 .4rem; }
.help-card-sand .help-icon { color: #b98408; }
.help-card-blue .help-icon { color: #366e9c; }
.help-card-mint .help-icon { color: #3e7d4e; }
.help-card h3 { font-family: "Bebas Neue", sans-serif; font-size: 2.05rem; letter-spacing: .015em; line-height: .96; margin: 0 0 .7rem; text-transform: uppercase; }
.help-card p { font-size: .9rem; line-height: 1.5; margin: 0; }

.intake-section { background: var(--sand); padding: clamp(5rem, 8vw, 8rem) 0; position: relative; }
.intake-section::before { background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(255,255,255,.16) 28px 29px); content: ""; inset: 0; pointer-events: none; }
.intake-grid { align-items: start; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: .7fr 1.3fr; position: relative; }
.intake-intro { padding-top: 1rem; }
.intake-intro h2 { font-size: clamp(3.5rem, 5.4vw, 5.3rem); }
.intake-intro > p { color: #384860; line-height: 1.7; max-width: 48ch; }
.intake-note { align-items: start; border-top: 1px solid rgba(7,27,53,.24); display: grid; gap: .85rem; grid-template-columns: auto 1fr; padding: 1rem 0; }
.note-number { background: var(--pink); border-radius: 50%; color: #fff; display: grid; font-family: "Bebas Neue", sans-serif; font-size: 1.25rem; height: 2rem; place-items: center; width: 2rem; }
.intake-note strong { color: var(--navy); display: block; font-size: .95rem; margin-bottom: .2rem; }
.intake-note p { color: #4b5c70; font-size: .88rem; line-height: 1.45; margin: 0; }
.privacy-note { background: var(--navy); color: #fff; display: flex; gap: .7rem; margin-top: 1.4rem; padding: 1rem; transform: rotate(-1.5deg); }
.privacy-note span { color: var(--gold); font-size: 1.15rem; }
.privacy-note p { font-size: .82rem; line-height: 1.45; margin: 0; }

.consultation-form { background: var(--warm-white); box-shadow: 12px 12px 0 var(--pink); padding: clamp(1.3rem, 3vw, 2.35rem); }
.form-intro { align-items: baseline; border-bottom: 2px solid var(--navy); display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: .75rem; }
.form-kicker { color: var(--navy); font-family: "Caveat", cursive; font-size: 1.75rem; font-weight: 700; line-height: 1; }
.form-intro p { color: var(--muted); font-size: .75rem; margin: 0; }
.form-row { display: grid; gap: 1rem; margin-bottom: 1rem; }
.two-up { grid-template-columns: repeat(2,minmax(0,1fr)); }
.three-up { grid-template-columns: repeat(3,minmax(0,1fr)); }
label { color: var(--navy); display: grid; font-size: .82rem; font-weight: 700; gap: .42rem; }
input, select, textarea { background: #fff; border: 1px solid #aeb6c0; border-radius: 0; color: var(--navy); min-height: 47px; padding: .76rem .8rem; width: 100%; }
textarea { min-height: 115px; resize: vertical; }
select { cursor: pointer; }
.honeypot { height: 1px; left: -9999px; overflow: hidden; position: absolute; width: 1px; }
.checkbox-row { margin-top: 1.2rem; }
.checkbox { align-items: start; color: #435166; font-size: .82rem; font-weight: 500; gap: .75rem; grid-template-columns: auto 1fr; line-height: 1.45; }
.checkbox input { accent-color: var(--pink); height: 1.2rem; margin: .15rem 0 0; min-height: 0; width: 1.2rem; }
.form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.helper-copy, .form-status { font-size: .82rem; margin: 0; }
.helper-copy { color: var(--muted); max-width: 25ch; }
.form-status { font-weight: 700; min-height: 1.3rem; }
.form-status[data-state="success"] { color: #207449; }
.form-status[data-state="error"] { color: #a62450; }

.schedule-section { background: var(--blush); padding: clamp(5rem, 7vw, 7rem) 0; }
.schedule-shell { align-items: start; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: .75fr 1.25fr; }
.schedule-heading h2 { font-size: clamp(3.5rem, 5vw, 5rem); }
.schedule-heading > p:last-child { color: #4a586c; line-height: 1.65; max-width: 38ch; }
.calendar-card { background: var(--warm-white); box-shadow: 12px 12px 0 var(--navy); min-height: 660px; padding: 1rem; }
.calendar-placeholder { align-content: center; background: linear-gradient(155deg, var(--navy) 0 73%, var(--pink) 73%); color: #fff; display: grid; justify-items: center; min-height: 628px; overflow: hidden; padding: 2rem; position: relative; text-align: center; }
.calendar-placeholder::before { border: 1px solid rgba(255,255,255,.34); content: ""; inset: 16px; pointer-events: none; position: absolute; }
.calendar-heart { color: var(--pink); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.calendar-placeholder h3 { font-family: "Bebas Neue", sans-serif; font-size: clamp(3rem, 5vw, 4.4rem); letter-spacing: .025em; line-height: .88; margin: .7rem 0; text-transform: uppercase; }
.calendar-placeholder h3 em { color: var(--gold); font-family: "Caveat", cursive; font-size: .87em; font-style: normal; text-transform: none; }
.calendar-placeholder p { color: rgba(255,255,255,.78); line-height: 1.55; margin: 0 0 1.45rem; max-width: 35ch; }
.calendar-embed { height: 630px; min-width: 320px; }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.68); padding: 3rem 0; }
.footer-shell { align-items: start; display: grid; gap: 2rem; grid-template-columns: 1.05fr .85fr 1.25fr; }
.footer-brand p { font-family: "Caveat", cursive; font-size: 1.35rem; line-height: 1.05; margin: 1rem 0 0; max-width: 25ch; }
.footer-contact { align-items: start; flex-direction: column; gap: .35rem; }
.footer-contact a { color: #fff; font-size: .9rem; text-decoration: none; }
.footer-contact p, .footer-disclosures p { font-size: .78rem; line-height: 1.55; margin: .3rem 0 0; }
.footer-disclosures a { color: var(--gold); }

@media (max-width: 980px) {
    .hero-grid, .story-grid, .intake-grid, .schedule-shell { grid-template-columns: 1fr; }
    .hero-showcase { justify-self: center; margin-top: 1rem; }
    .story-gallery { margin: 0 auto; width: min(100%, 610px); }
    .help-grid { grid-template-columns: repeat(2, 1fr); }
    .intake-intro { max-width: 650px; }
    .schedule-heading { max-width: 660px; }
    .calendar-card { max-width: 700px; width: 100%; }
}

@media (max-width: 720px) {
    :root { --container: min(1180px, calc(100vw - 1.4rem)); }
    .nav-shell { min-height: 65px; }
    .site-nav, .phone-link { display: none; }
    .nav-actions { margin-left: auto; }
    .brand-mark { font-size: .58rem; }
    .brand-mark span { font-size: 1.35rem; }
    .button-small { font-size: .75rem; min-height: 35px; }
    .hero-section { padding-top: 3.65rem; }
    h1 { font-size: clamp(3.8rem, 18vw, 5.6rem); }
    .hero-lead { font-size: 1rem; }
    .hero-showcase { max-width: 350px; min-height: 490px; }
    .poster-label-top { left: -.4rem; }
    .poster-label-bottom { bottom: .3rem; right: -.3rem; }
    .burst-note { bottom: -1rem; left: -.2rem; transform: rotate(-8deg) scale(.82); }
    .story-section { padding: 4.6rem 0; }
    .story-gallery { min-height: 475px; }
    .gallery-card-main { width: 70%; }
    .gallery-card-small { width: 53%; }
    .help-grid { gap: .9rem; }
    .help-card { min-height: 235px; padding: 1rem; }
    .help-card h3 { font-size: 1.65rem; }
    .help-card p { font-size: .8rem; }
    .help-icon { font-size: 2.8rem; margin-top: .8rem; }
    .two-up, .three-up { grid-template-columns: 1fr; }
    .form-intro { align-items: start; flex-direction: column; gap: .3rem; }
    .form-actions { align-items: stretch; flex-direction: column; }
    .helper-copy { max-width: none; }
    .calendar-card { min-height: 730px; padding: .65rem; }
    .calendar-placeholder { min-height: 700px; }
    .calendar-embed { height: 700px; }
    .footer-shell { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .help-grid { grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
}
