:root {
    --navy: #062a56;
    --ink: #10233c;
    --blue: #0878f9;
    --cyan: #18c8ef;
    --gold: #ffd43b;
    --orange: #ff8a25;
    --cream: #fffaf0;
    --paper: #ffffff;
    --muted: #52667d;
    --shadow: 0 18px 45px rgba(6, 42, 86, .18);
    --radius: 28px;
    --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: #045dcb; text-underline-offset: .18em; }
a:hover { color: #003d8f; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 4px solid var(--gold); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: .7rem 1rem; color: #fff; background: #000; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
h1, h2, h3, .brand, .footer-brand, .eyebrow, .button {
    font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
}
h1, h2, h3 { margin: 0 0 .7rem; line-height: 1.08; color: var(--navy); }
h1 { font-size: clamp(2.65rem, 7vw, 5.9rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.1rem; }
.lede { max-width: 780px; color: #324e6a; font-size: clamp(1.15rem, 2vw, 1.4rem); }
.eyebrow { display: inline-block; margin-bottom: .75rem; color: #075dbd; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.container { width: min(calc(100% - 36px), var(--content)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 2.6rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.7rem; }
.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .78rem 1.25rem;
    color: #fff;
    background: linear-gradient(180deg, #1294ff, #0867db);
    border: 3px solid #063e86;
    border-radius: 15px;
    box-shadow: 0 6px 0 #063e86, 0 12px 22px rgba(6, 62, 134, .2);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 8px 0 #063e86, 0 16px 25px rgba(6, 62, 134, .22); }
.button-gold { color: #3a2b00; background: linear-gradient(180deg, #ffe979, #ffc928); border-color: #ae6c00; box-shadow: 0 6px 0 #ae6c00, 0 12px 22px rgba(174,108,0,.2); }
.button-gold:hover { color: #231800; box-shadow: 0 8px 0 #ae6c00, 0 16px 25px rgba(174,108,0,.2); }
.button-dark { background: #fff; color: var(--navy); border-color: #90b7e8; box-shadow: 0 6px 0 #90b7e8; }
.button-dark:hover { color: #001e42; box-shadow: 0 8px 0 #90b7e8; }

.site-header { position: sticky; z-index: 100; top: 0; padding: .65rem 0; background: rgba(6,42,86,.94); border-bottom: 2px solid rgba(255,255,255,.15); backdrop-filter: blur(16px); }
.nav-shell { width: min(calc(100% - 28px), 1260px); min-height: 64px; margin: auto; display: flex; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: #fff; font-size: 1.35rem; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 14px; }
.nav-menu { display: flex; align-items: center; gap: .2rem; margin-left: auto; }
.nav-menu a { padding: .65rem .78rem; color: #e9f5ff; border-radius: 11px; font-weight: 700; text-decoration: none; }
.nav-menu a:hover, .nav-menu a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.13); }
.nav-menu .nav-contact { margin-left: .45rem; color: var(--navy); background: var(--gold); }
.nav-menu .nav-contact:hover, .nav-menu .nav-contact[aria-current="page"] { color: var(--navy); background: #ffe777; }
.nav-toggle, .motion-toggle { display: inline-grid; width: 46px; height: 46px; place-items: center; color: #fff; background: transparent; border: 2px solid rgba(255,255,255,.35); border-radius: 12px; }
.nav-toggle { display: none; margin-left: auto; }
.motion-toggle { margin-left: .35rem; }

.hero { position: relative; min-height: min(850px, calc(100vh - 76px)); display: grid; align-items: center; overflow: hidden; color: #fff; background: #0c79c2; }
.hero-bg { position: absolute; inset: -8% 0 0; background: url("/Content/Assets/Backgrounds/rainy-rooftops.webp") center/cover no-repeat; transform: scale(1.06); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,23,59,.91) 0%, rgba(3,29,71,.76) 42%, rgba(3,29,71,.05) 78%), linear-gradient(0deg, rgba(3,23,59,.3), transparent 40%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 36px), var(--content)); margin: auto; padding: 5rem 0 7rem; }
.hero-copy { max-width: 650px; }
.hero h1 { color: #fff; text-shadow: 0 5px 0 rgba(0,0,0,.17); }
.hero h1 span { color: var(--gold); }
.hero .lede { color: #eef9ff; }
.hero-kicker { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; padding: .35rem .75rem; color: var(--navy); background: var(--gold); border-radius: 999px; font-weight: 900; }
.hero-flock { position: absolute; z-index: 3; right: max(1vw, calc((100vw - 1320px)/2)); bottom: 4%; width: min(43vw, 580px); height: 68%; pointer-events: none; }
.hero-flock picture { position: absolute; filter: drop-shadow(0 18px 12px rgba(0,0,0,.3)); animation: float 3.5s ease-in-out infinite; }
.hero-flock picture:nth-child(1) { right: 20%; bottom: 2%; width: 42%; }
.hero-flock picture:nth-child(2) { right: 1%; bottom: 30%; width: 32%; animation-delay: -.8s; }
.hero-flock picture:nth-child(3) { right: 53%; bottom: 30%; width: 30%; animation-delay: -1.5s; }
@keyframes float { 50% { transform: translateY(-14px) rotate(1deg); } }
.hero-wave { position: absolute; z-index: 4; right: -3%; bottom: -2px; left: -3%; height: 55px; background: var(--cream); clip-path: polygon(0 70%, 9% 35%, 18% 66%, 28% 28%, 41% 63%, 53% 18%, 64% 60%, 77% 28%, 88% 64%, 100% 30%, 100% 100%, 0 100%); }

.store-strip { position: relative; z-index: 5; margin-top: -2.5rem; }
.store-card { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 1.5rem 1.8rem; color: #fff; background: linear-gradient(135deg, #0d3670, #0757ac); border: 4px solid #fff; border-radius: 24px; box-shadow: var(--shadow); }
.store-card h2 { color: #fff; font-size: clamp(1.45rem, 3vw, 2.25rem); }
.store-card p { margin: 0; color: #dceeff; }
.store-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; }
.store-link { display: inline-flex; min-width: 126px; align-items: center; justify-content: center; gap: .4rem; padding: .7rem .85rem; color: #fff; background: #031d3f; border: 2px solid #6ccfff; border-radius: 12px; font-weight: 800; text-decoration: none; }
.store-link:hover { color: #fff; background: #000d20; }

.feature-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.feature-card, .content-card { position: relative; padding: 2rem; background: var(--paper); border: 3px solid #cbe3f9; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-card:nth-child(2) { border-color: #ffd99b; }
.feature-card:nth-child(3) { border-color: #d5c5ff; }
.feature-number { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 1.2rem; color: #fff; background: var(--blue); border-radius: 15px; font-weight: 900; box-shadow: 0 5px 0 #0754b4; }

.character-lineup { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #062a56 0%, #0c60ad 100%); }
.character-lineup::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 20% 30%, #fff 0 2px, transparent 3px), radial-gradient(circle at 80% 70%, #fff 0 2px, transparent 3px); background-size: 80px 80px, 110px 110px; }
.character-lineup h2, .character-lineup .lede { color: #fff; }
.flock-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; align-items: end; margin-top: 2rem; }
.flock-card { padding: 1.2rem .75rem .85rem; text-align: center; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.22); border-radius: 24px; }
.flock-card img { width: min(140px, 90%); margin: 0 auto 1rem; image-rendering: auto; filter: drop-shadow(0 10px 5px rgba(0,0,0,.25)); transition: transform .2s ease; }
.flock-card:hover img { transform: translateY(-9px) rotate(-2deg); }
.flock-card strong { display: block; color: #fff; }

.scene-section { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; }
.scene-bg { position: absolute; inset: -12% 0; background: url("/Content/Assets/Backgrounds/autumn-rush.webp") center/cover no-repeat; }
.scene-copy { position: relative; z-index: 2; max-width: 620px; padding: 2.3rem; background: rgba(255,250,240,.93); border: 4px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(8px); }

.ad-slot { width: min(calc(100% - 36px), 970px); min-height: 90px; margin: 2rem auto; display: grid; place-items: center; color: #617188; background: #f4f6f8; border: 2px dashed #aeb9c5; border-radius: 14px; font-size: .76rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.ad-slot span { display: block; letter-spacing: 0; text-transform: none; }

.page-hero { position: relative; min-height: 390px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #07519d; }
.page-hero-bg { position: absolute; inset: -15% 0; opacity: .48; background: url("/Content/Assets/Backgrounds/rainy-rooftops.webp") center/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,23,59,.92), rgba(3,23,59,.15)); }
.page-hero .container { position: relative; z-index: 2; padding-top: 7rem; padding-bottom: 3.2rem; }
.page-hero h1, .page-hero .lede { color: #fff; }
.page-hero-crow { position: absolute; z-index: 3; right: max(3vw, calc((100vw - 1180px)/2)); bottom: -10px; width: clamp(150px, 20vw, 260px); filter: drop-shadow(0 15px 10px rgba(0,0,0,.3)); }

.prose { width: min(calc(100% - 36px), 860px); margin-inline: auto; }
.prose h2 { margin-top: 2.6rem; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.prose h3 { margin-top: 1.7rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .5rem; }
.legal-note { padding: 1.2rem 1.35rem; background: #fff3c8; border: 3px solid #f1bf2c; border-radius: 18px; }
.legal-meta { color: var(--muted); font-size: .95rem; }

.timeline { display: grid; gap: 1.2rem; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 1.3rem; align-items: start; padding: 1.6rem; background: #fff; border: 3px solid #cbe3f9; border-radius: 22px; box-shadow: 0 10px 24px rgba(6,42,86,.09); }
.timeline-status { padding: .35rem .7rem; color: #fff; background: #0878f9; border-radius: 999px; text-align: center; font-weight: 900; }
.timeline-item:nth-child(2) .timeline-status { color: #312200; background: var(--gold); }
.timeline-item:nth-child(3) .timeline-status { background: #8b56df; }

.faq-list { display: grid; gap: .8rem; }
.faq-item { background: #fff; border: 3px solid #cbe3f9; border-radius: 18px; overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.25rem; color: var(--navy); background: transparent; border: 0; font-weight: 900; text-align: left; }
.faq-question::after { content: "+"; font-size: 1.5rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 1.25rem 1.2rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; }
.contact-panel, .form-panel { padding: 2rem; background: #fff; border: 3px solid #cbe3f9; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-panel { color: #fff; background: linear-gradient(145deg, #062a56, #0b68bc); border-color: #6dc8ff; }
.contact-panel h2, .contact-panel a { color: #fff; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: .3rem; color: var(--navy); font-weight: 900; }
.field input, .field textarea, .field select { width: 100%; max-width: none; padding: .78rem .9rem; color: var(--ink); background: #fbfdff; border: 2px solid #93b7d8; border-radius: 12px; }
.field textarea { min-height: 170px; resize: vertical; }
.field-error { display: block; margin-top: .3rem; color: #a31328; font-weight: 800; }
.form-status { margin-top: 1rem; padding: .8rem 1rem; border-radius: 12px; }
.form-status.success { color: #0b4728; background: #d8f7e6; border: 2px solid #68bf8e; }
.form-status.error { color: #741023; background: #ffe0e5; border: 2px solid #de7183; }
.honeypot { position: absolute; left: -10000px; }

.press-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.fact { padding: 1.25rem; background: #fff; border: 3px solid #cbe3f9; border-radius: 18px; text-align: center; }
.fact strong { display: block; color: var(--navy); font-size: 1.25rem; }
.media-frame { position: relative; overflow: hidden; border: 5px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.caption { margin-top: .7rem; color: var(--muted); font-size: .9rem; }

.error-page { min-height: 75vh; display: grid; place-items: center; padding: 3rem 1rem; color: #fff; background: linear-gradient(rgba(3,23,59,.55), rgba(3,23,59,.92)), url("/Content/Assets/Backgrounds/rainy-rooftops.webp") center/cover; text-align: center; }
.error-box { max-width: 700px; }
.error-box img { width: 150px; margin: 0 auto 1rem; }
.error-box h1 { color: #fff; }

.site-footer { position: relative; padding: 5.5rem 0 1.4rem; color: #dceeff; background: #031d3f; }
.footer-characters { position: absolute; top: -56px; right: 4vw; display: flex; align-items: end; }
.footer-characters img { width: 88px; filter: drop-shadow(0 8px 6px rgba(0,0,0,.3)); }
.footer-characters picture:nth-child(2) { margin-left: -25px; }
.footer-characters picture:nth-child(3) { margin-left: -25px; }
.footer-grid { width: min(calc(100% - 36px), var(--content)); margin: auto; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; margin: .4rem 0; color: #dceeff; }
.footer-brand { color: #fff !important; font-size: 2rem; text-decoration: none; }
.footer-bottom { width: min(calc(100% - 36px), var(--content)); margin: 2.5rem auto 0; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .88rem; }
.footer-bottom p { margin: 0; }

.calm-mode *, .calm-mode *::before, .calm-mode *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
.calm-mode { color: #07111c; background: #fff; }
.calm-mode .hero::after, .calm-mode .page-hero::after { background: rgba(0,15,38,.84); }
.calm-mode .hero-bg, .calm-mode .page-hero-bg, .calm-mode .scene-bg { transform: none !important; }

@media (max-width: 900px) {
    .nav-toggle { display: inline-grid; }
    .nav-menu { position: absolute; top: calc(100% + .5rem); right: 14px; left: 14px; display: none; padding: .8rem; flex-direction: column; align-items: stretch; background: #062a56; border: 2px solid #4fa9ef; border-radius: 18px; box-shadow: var(--shadow); }
    .nav-menu.is-open { display: flex; }
    .nav-menu .nav-contact { margin: .2rem 0 0; text-align: center; }
    .motion-toggle { margin-left: 0; }
    .hero { min-height: 760px; align-items: start; }
    .hero-content { padding-top: 4rem; }
    .hero-copy { max-width: 680px; }
    .hero-flock { right: 4%; bottom: 6%; width: 60vw; height: 37%; }
    .store-card, .contact-layout { grid-template-columns: 1fr; }
    .store-links { justify-content: flex-start; }
    .feature-grid, .card-grid { grid-template-columns: 1fr 1fr; }
    .flock-grid { grid-template-columns: repeat(5, minmax(115px, 1fr)); overflow-x: auto; padding-bottom: 1rem; }
    .press-facts { grid-template-columns: 1fr 1fr; }
    .page-hero-crow { opacity: .45; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
    body { font-size: 16px; }
    .brand span { display: none; }
    .hero { min-height: 720px; }
    .hero::after { background: linear-gradient(180deg, rgba(3,23,59,.87) 0%, rgba(3,29,71,.76) 62%, rgba(3,29,71,.2) 100%); }
    .hero-content { padding-top: 3rem; }
    .hero h1 { font-size: clamp(3.2rem, 17vw, 4.8rem); }
    .hero-flock { width: 92vw; height: 34%; right: -10%; }
    .hero-flock picture:nth-child(1) { width: 37%; }
    .store-card { padding: 1.3rem; }
    .store-links, .store-link { width: 100%; }
    .feature-grid, .card-grid, .press-facts { grid-template-columns: 1fr; }
    .timeline-item { grid-template-columns: 1fr; }
    .page-hero { min-height: 330px; }
    .page-hero .container { padding-top: 5rem; }
    .page-hero-crow { width: 150px; right: -15px; }
    .contact-panel, .form-panel, .feature-card, .content-card { padding: 1.4rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .footer-characters { right: -20px; }
    .footer-characters img { width: 70px; }
}

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

@media (forced-colors: active) {
    .button, .store-link, .feature-card, .content-card, .faq-item, .contact-panel, .form-panel { border: 2px solid ButtonText; }
}

.buy-me-a-coffee {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    margin-top: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.buy-me-a-coffee-icon {
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

.buy-me-a-coffee:hover .buy-me-a-coffee-icon {
    transform: rotate(-8deg) scale(1.12);
}

.buy-me-a-coffee:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .buy-me-a-coffee-icon {
        transition: none;
    }

    .buy-me-a-coffee:hover .buy-me-a-coffee-icon {
        transform: none;
    }
}