:root {
    --blue: #00287f;
    --blue-dark: #001b56;
    --yellow: #fec100;
    --cream: #fff8e8;
    --white: #fff;
    --ink: #071639;
    --radius: 24px;
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: max(18px, env(safe-area-inset-top)) 20px 12px; }
.brand { width: 70px; height: 54px; display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.header-cta { display: none; text-decoration: none; color: var(--blue); background: var(--yellow); padding: 12px 16px; border-radius: 99px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--white); background: var(--blue); overflow: hidden; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: 50% 45%; }
.hero-shade { background: linear-gradient(180deg, rgba(0, 12, 49, .25) 0%, rgba(0, 17, 62, .05) 28%, rgba(0, 20, 72, .9) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 0 20px calc(104px + env(safe-area-inset-bottom)); }
.eyebrow, .section-kicker { margin: 0 0 16px; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(254, 193, 0, .22); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: .88; letter-spacing: .005em; }
.hero h1 { font-size: clamp(3.8rem, 18vw, 8.5rem); text-wrap: balance; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 25rem; margin: 20px 0 24px; font-size: 1.05rem; font-weight: 650; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; border: 0; border-radius: 999px; text-decoration: none; font: 900 .83rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:active { transform: scale(.98); }
.button-primary { min-width: 220px; padding: 0 24px; background: var(--yellow); color: var(--blue); box-shadow: 0 8px 0 var(--blue); }
.hero-note { position: absolute; z-index: 2; right: -104px; top: 45%; margin: 0; color: rgba(255, 255, 255, .72); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); }

.ticker { background: var(--yellow); color: var(--blue); overflow: hidden; transform: rotate(-1.4deg) scale(1.02); position: relative; z-index: 3; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 20px; padding: 14px 0; font: 900 1.05rem/1 var(--display); letter-spacing: .04em; animation: ticker 20s linear infinite; }
.ticker b { font-family: var(--sans); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: 88px 20px; }
.section-kicker { color: var(--blue); }
.section-kicker.light { color: var(--yellow); }
h2 { font-size: clamp(3.5rem, 15vw, 8rem); color: var(--blue); }
h2 span { color: var(--yellow); -webkit-text-stroke: 2px var(--blue); }
.intro-grid { display: grid; gap: 28px; margin-top: 42px; }
.intro-lead { margin: 0; max-width: 38rem; font-size: 1.28rem; line-height: 1.35; font-weight: 750; }
.photo-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 10px 10px 0 var(--yellow); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card-tall { aspect-ratio: 3 / 4; transform: rotate(-2deg); }
.photo-card span { position: absolute; left: 16px; bottom: 16px; padding: 9px 13px; background: var(--yellow); color: var(--blue); border-radius: 999px; font-weight: 900; font-size: .7rem; text-transform: uppercase; }
.intro-side { display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: center; }
.intro-side p { margin: 0; font-size: .95rem; line-height: 1.55; }
.roundel { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: var(--yellow); text-align: center; font-size: .54rem; line-height: 1.7; font-weight: 900; letter-spacing: .1em; animation: spin 16s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.blue-section { background: var(--blue); color: var(--white); }
.blue-section h2 { color: var(--white); }
.occasion-list { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.3); }
.occasion-list article { position: relative; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.occasion-list article > span { color: var(--yellow); font-size: .68rem; font-weight: 900; }
.occasion-list h3 { margin: 8px 0 10px; font: 900 2.4rem/1 var(--display); text-transform: uppercase; }
.occasion-list p { margin: 0; max-width: 32rem; color: rgba(255,255,255,.74); line-height: 1.5; }

.gallery-section { padding: 88px 0; background: var(--yellow); overflow: hidden; }
.gallery-heading { padding-top: 0; padding-bottom: 40px; }
.gallery-heading h2 span { color: var(--white); }
.gallery { display: flex; gap: 16px; overflow-x: auto; padding: 10px 20px 28px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.gallery figure { flex: 0 0 83vw; height: 58vh; max-height: 620px; min-height: 410px; margin: 0; border: 4px solid var(--blue); border-radius: var(--radius); overflow: hidden; scroll-snap-align: center; box-shadow: 8px 8px 0 var(--blue); }
.gallery figure:nth-child(2) { transform: rotate(1.5deg); }
.gallery figure:nth-child(3) { transform: rotate(-1deg); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.swipe-hint { display: flex; justify-content: space-between; margin: 12px 20px 0; color: var(--blue); font-size: .7rem; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }

.process { background: var(--cream); }
.process ol { list-style: none; padding: 0; margin: 46px 0 0; }
.process li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-top: 2px solid var(--blue); }
.process li:last-child { border-bottom: 2px solid var(--blue); }
.process li > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); color: var(--blue); border: 2px solid var(--blue); border-radius: 50%; font-weight: 950; }
.process h3 { margin: 0 0 8px; color: var(--blue); font: 900 1.8rem/1 var(--display); text-transform: uppercase; }
.process p { margin: 0; line-height: 1.5; }

.contact-section { padding: 84px 20px; background: var(--yellow); }
.contact-intro h2 span { color: var(--white); }
.contact-intro > p:last-child { max-width: 31rem; margin: 22px 0 36px; color: var(--blue); font-weight: 700; line-height: 1.5; }
.lead-form { position: relative; padding: 26px 20px; background: var(--blue); color: var(--white); border-radius: 26px; box-shadow: 10px 10px 0 var(--blue-dark); }
.field-row { display: grid; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 0 15px; border: 2px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(0,0,0,.1); color: var(--white); font: 650 1rem var(--sans); outline: none; appearance: none; transition: border-color .2s, background .2s; }
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--yellow) 50%), linear-gradient(135deg, var(--yellow) 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px; background-size: 6px 6px; background-repeat: no-repeat; }
.field textarea { min-height: 120px; padding: 14px 15px; resize: vertical; line-height: 1.45; }
.field-optional { font-weight: 600; text-transform: none; letter-spacing: 0; opacity: .7; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field option { color: var(--ink); background: var(--white); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); background-color: rgba(0,0,0,.2); }
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid { border-color: #ff796f; }
.form-privacy { margin: 4px 0 20px; color: rgba(255,255,255,.63); font-size: .7rem; line-height: 1.5; }
.button-submit { width: 100%; justify-content: space-between; padding: 0 20px; background: var(--yellow); color: var(--blue); }
.button-submit b { font-size: 1.2rem; }
.button-submit:disabled { opacity: .65; cursor: wait; }
.form-status { display: none; margin-top: 16px; padding: 13px 14px; border-radius: 10px; font-size: .84rem; font-weight: 750; line-height: 1.4; }
.form-status.show { display: block; }
.form-status.success { background: #d5ffd7; color: #145c1b; }
.form-status.error { background: #ffe0dc; color: #7d1610; }
.honeypot { position: absolute !important; left: -9999px !important; }

footer { padding: 58px 20px calc(104px + env(safe-area-inset-bottom)); background: var(--blue-dark); color: var(--white); text-align: center; }
footer img { width: 106px; height: 86px; object-fit: contain; margin: 0 auto 16px; }
footer p { margin: 0 0 20px; color: var(--yellow); font: 900 1.4rem var(--display); text-transform: uppercase; }
footer a { display: inline-block; margin-bottom: 26px; font-weight: 850; text-transform: uppercase; font-size: .76rem; letter-spacing: .1em; }
footer small { display: block; color: rgba(255,255,255,.5); font-size: .68rem; }
.mobile-sticky-cta { position: fixed; z-index: 20; left: 14px; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; border: 2px solid var(--blue); border-radius: 999px; background: var(--yellow); color: var(--blue); box-shadow: 0 5px 0 var(--blue); text-decoration: none; font-size: .8rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s, opacity .25s; }
.mobile-sticky-cta.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }

@media (min-width: 720px) {
    .site-header { padding-inline: 36px; }
    .brand { width: 86px; height: 66px; }
    .header-cta { display: inline-flex; }
    .hero-content { padding: 0 7vw 10vh; }
    .hero-copy { font-size: 1.22rem; }
    .section-pad { padding: 120px 7vw; }
    .intro-grid { grid-template-columns: .7fr 1fr; align-items: center; }
    .intro-lead { grid-column: 1 / -1; }
    .intro-side { grid-template-columns: 120px 1fr; }
    .roundel { width: 116px; height: 116px; }
    .occasion-list article { display: grid; grid-template-columns: 60px minmax(260px, .8fr) 1fr; align-items: center; gap: 20px; }
    .occasion-list h3 { margin: 0; }
    .gallery-heading { padding-top: 0; padding-bottom: 52px; }
    .gallery { padding-inline: 7vw; }
    .gallery figure { flex-basis: 52vw; }
    .swipe-hint { margin-inline: 7vw; }
    .process li { grid-template-columns: 72px .8fr; }
    .contact-section { display: grid; grid-template-columns: .8fr 1.15fr; gap: 6vw; align-items: start; padding: 120px 7vw; }
    .field-row { grid-template-columns: 1fr 1fr; }
    .mobile-sticky-cta { display: none; }
    footer { padding-bottom: 58px; }
}

@media (min-width: 1100px) {
    .hero-video { object-position: center 42%; }
    .intro-grid { grid-template-columns: .72fr .9fr .65fr; }
    .intro-lead { grid-column: auto; font-size: 1.65rem; }
    .gallery figure { flex-basis: 34vw; }
    .contact-section { grid-template-columns: .85fr 1fr; }
    .lead-form { padding: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .hero { background: linear-gradient(145deg, var(--blue), var(--blue-dark)); }
}
