﻿:root {
    --ocean: #1f6f8b;
    --deep-ocean: #123a4a;
    --seafoam: #ddf3ec;
    --sand: #f5e8cc;
    --orange: #e98b43;
    --brown: #855a3a;
    --ink: #17313c;
    --white: #ffffff;
    --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; background: var(--white); }
a { color: inherit; }
.container { width: min(calc(100% - 2rem), var(--max-width)); margin-inline: auto; }
.narrow { max-width: 760px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,49,60,.1); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.brand-mark { font-size: 1.35rem; }
.main-nav { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.main-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; }
.main-nav a:hover { color: var(--ocean); }

.button { display: inline-block; padding: .9rem 1.3rem; border-radius: 999px; text-decoration: none; background: var(--orange); color: var(--deep-ocean); font-weight: 800; border: 2px solid transparent; }
.button:hover { filter: brightness(.96); transform: translateY(-1px); }
.button-small { padding: .65rem 1rem; }
.button-secondary { background: transparent; border-color: var(--deep-ocean); }
.button-light { background: var(--white); color: var(--deep-ocean); }
.text-link { font-weight: 800; color: var(--ocean); text-decoration: none; }

.hero { padding: 6rem 0 5rem; background: linear-gradient(180deg, #f8fcfd 0%, var(--seafoam) 100%); overflow: hidden; }
.hero-grid, .two-column, .character-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.hero h1 { margin: .2rem 0 .5rem; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .95; color: var(--deep-ocean); }
.hero h2 { margin: 1.5rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.15; }
.lead { font-size: 1.2rem; max-width: 62ch; }
.eyebrow { margin: 0; color: var(--ocean); font-size: .82rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #d8f4ff; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.section { padding: 5.5rem 0; }
.section-sand { background: var(--sand); }
.section-seafoam { background: var(--seafoam); }
.section-blue { background: var(--deep-ocean); color: var(--white); }
.section-centred, .section-heading { text-align: center; }
.section h2, .page-hero h1 { margin: .45rem 0 1rem; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; }
.section-action { text-align: center; margin-top: 2rem; }
.signature { font-weight: 800; font-style: italic; color: var(--brown); font-size: 1.15rem; }

.art-placeholder { min-height: 360px; border: 2px dashed rgba(23,49,60,.25); border-radius: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; background: rgba(255,255,255,.35); gap: .5rem; }
.hero-art { min-height: 520px; }
.book-placeholder { min-height: 480px; max-width: 360px; justify-self: center; }
.character-placeholder { min-height: 440px; }
.kingdom-placeholder { min-height: 340px; margin: 2rem 0; color: var(--ink); background: #d9f2f8; }

.cards { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
.four-cards { grid-template-columns: repeat(4, 1fr); }
.three-cards { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--white); padding: 1.6rem; border-radius: 1.4rem; box-shadow: 0 12px 35px rgba(18,58,74,.08); }
.card h3 { margin-top: 0; font-size: 1.25rem; }
.mini-art { font-size: 2.4rem; }
.quote-card { background: var(--white); border-radius: 2rem; padding: 2rem; box-shadow: 0 12px 35px rgba(18,58,74,.08); font-size: 1.1rem; font-weight: 700; }

.page-hero { min-height: 48vh; display: grid; place-items: center; padding: 5rem 0; text-align: center; background: linear-gradient(180deg, #f8fcfd, var(--seafoam)); }

.site-footer { background: var(--deep-ocean); color: var(--white); padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; }
.footer-brand { font-size: 1.35rem; font-weight: 900; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a { text-decoration: none; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .9rem; opacity: .8; }
.site-footer .signature { color: #f7d9ae; }

@media (max-width: 980px) {
    .main-nav { display: none; }
    .nav-wrap > .button { margin-left: auto; }
    .hero-grid, .two-column, .character-grid { grid-template-columns: 1fr; gap: 2rem; }
    .hero { padding-top: 4rem; }
    .hero-art { min-height: 380px; }
    .four-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .brand span:last-child { font-size: .92rem; }
    .nav-wrap { min-height: 66px; gap: .75rem; }
    .button-small { padding: .55rem .8rem; font-size: .82rem; }
    .hero { padding: 3rem 0; }
    .section { padding: 4rem 0; }
    .four-cards, .three-cards, .footer-grid { grid-template-columns: 1fr; }
    .button-row .button { width: 100%; text-align: center; }
    .art-placeholder { min-height: 280px; }
}

@media (min-width: 1800px) {
    .hero-background {
        object-position: 65% 24%;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 720px;
    }

    .hero-content {
        min-height: 720px;
        padding-top: 40px;
    }

    .hero-copy {
        width: 100%;
        padding: 24px;
        background: rgba(255, 248, 235, 0.92);
    }

        .hero-copy h1 {
            font-size: clamp(2.5rem, 10vw, 4rem);
        }

    .hero-actions {
        flex-direction: column;
    }

        .hero-actions .btn {
            width: 100%;
            text-align: center;
        }
}

@media (max-width: 850px) {

    .meet-bruno-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .character-art {
        order: 2;
    }

    .meet-bruno-content {
        order: 1;
        max-width: none;
    }

    .bruno-character-image {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .underwater-kingdom-grid {
        grid-template-columns: 1fr;
    }

    .underwater-copy {
        max-width: none;
    }

    .underwater-map-art {
        margin-top: 20px;
    }
}

.hero-art {
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.hero {
    position: relative;
    min-height: clamp(720px, 68vh, 900px);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 28%;
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: clamp(720px, 68vh, 900px);
    display: flex;
    align-items: flex-start;
    padding-top: clamp(60px, 6vh, 100px);
    padding-left: clamp(40px, 5vw, 120px);
    padding-right: clamp(40px, 5vw, 120px);
}

.hero-copy {
    width: clamp(620px, 45vw, 900px);
    padding: clamp(32px, 3vw, 52px);
    border-radius: 28px;
    background: rgba(255, 248, 235, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 12px 40px rgba(18, 58, 74, 0.12);
}

    .hero-copy h1 {
        max-width: 780px;
        margin: 16px 0 24px;
        font-size: clamp(3rem, 4vw, 5.5rem);
        line-height: 1;
        color: #123a4a;
    }

    .hero-copy p {
        max-width: 720px;
        font-size: clamp(1.15rem, 1.15vw, 1.4rem);
        line-height: 1.65;
        color: #23424d;
        font-weight: 500;
    }

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #123a4a;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

    .btn-primary:hover {
        background: #0d2d39;
        color: #ffffff;
    }

.btn-secondary {
    background: #e98b43;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

    .btn-secondary:hover {
        background: #cf7431;
        color: #ffffff;
    }

.book-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-cover-image {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
    border-radius: 12px;
    transform: rotate(-1.5deg);
    box-shadow: 0 20px 50px rgba(18, 58, 74, 0.20), 0 5px 15px rgba(18, 58, 74, 0.12);
}

.meet-bruno {
    padding: clamp(70px, 8vw, 130px) 0;
    background: #f5e8cc;
    overflow: hidden;
}

.meet-bruno-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}

.character-art {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bruno-character-image {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
}

.meet-bruno-content {
    max-width: 620px;
}

    .meet-bruno-content h2 {
        margin: 12px 0 24px;
        font-size: clamp(2.5rem, 4vw, 4.5rem);
        line-height: 1.05;
        color: #123a4a;
    }

        .meet-bruno-content h2 span {
            display: block;
            margin-top: 8px;
            font-size: 0.65em;
            color: #855a3a;
        }

    .meet-bruno-content p {
        font-size: clamp(1.05rem, 1.2vw, 1.3rem);
        line-height: 1.7;
        color: #23424d;
    }

.bruno-quote {
    margin: 30px 0;
    padding-left: 22px;
    border-left: 4px solid #e98b43;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-style: italic;
    font-weight: 700;
    color: #123a4a;
}

.underwater-kingdom {
    padding: clamp(80px, 9vw, 150px) 0;
    background: linear-gradient( 180deg, #dff6f7 0%, #c7eef2 45%, #9fdbe7 100% );
    overflow: hidden;
}

.underwater-kingdom-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.45fr);
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}

.underwater-copy {
    max-width: 560px;
}

    .underwater-copy h2 {
        margin: 12px 0 24px;
        font-size: clamp(2.8rem, 4vw, 4.8rem);
        line-height: 1.05;
        color: #123a4a;
    }

    .underwater-copy p {
        font-size: clamp(1.05rem, 1.2vw, 1.3rem);
        line-height: 1.7;
        color: #23424d;
    }

.underwater-map-art {
    position: relative;
}

.underwater-map-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(18, 58, 74, 0.22), 0 8px 20px rgba(18, 58, 74, 0.12);
}

.story-themes {
    padding: clamp(80px, 9vw, 140px) 0;
    background: #fffaf0;
}

.theme-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2vw, 32px);
    margin-top: 50px;
}

.theme-card {
    padding: 28px;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(18, 58, 74, 0.08);
}

.theme-image {
    width: 100%;
    max-width: 220px;
    height: 180px;
    object-fit: contain;
    margin: 0 auto 20px;
}

.theme-card h3 {
    margin: 0 0 12px;
    font-size: 1.7rem;
    color: #123a4a;
}

.theme-card p {
    margin: 0;
    line-height: 1.6;
    color: #23424d;
}

@media (max-width: 1000px) {
    .theme-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .theme-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   BRUNO
   ========================================================= */

.bruno-page-hero {
    padding: clamp(70px, 8vw, 130px) 0;
    background: linear-gradient( 135deg, #fff8eb 0%, #f5e8cc 100% );
    overflow: hidden;
}

.bruno-page-hero-grid,
.bruno-things-grid,
.bruno-loz-grid,
.bruno-courage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 7vw, 110px);
    align-items: center;
}

.bruno-page-copy {
    max-width: 700px;
}

    .bruno-page-copy h1 {
        margin: 12px 0 28px;
        font-size: clamp(3.5rem, 6vw, 6.5rem);
        line-height: .95;
        color: #123a4a;
    }

        .bruno-page-copy h1 span {
            display: block;
            color: #e98b43;
        }

.bruno-page-lead {
    font-size: clamp(1.25rem, 1.5vw, 1.55rem);
    line-height: 1.6;
}

.bruno-page-copy p {
    color: #23424d;
}

.bruno-page-quote {
    margin: 35px 0 0;
    padding-left: 24px;
    border-left: 5px solid #e98b43;
    font-size: clamp(1.6rem, 2.2vw, 2.3rem);
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}

.bruno-page-character img {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: auto;
}


/* Facts */

.bruno-about {
    background: #fff;
}

.centered {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bruno-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 55px;
}

.bruno-fact-card {
    padding: 34px 28px;
    text-align: center;
    background: #fffaf0;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(18, 58, 74, .08);
}

.bruno-fact-icon {
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.bruno-fact-card h3 {
    margin: 0 0 10px;
    color: #123a4a;
}

.bruno-fact-card p {
    margin: 0;
    line-height: 1.65;
    color: #405b63;
}


/* Bruno's things */

.bruno-things {
    background: #ddf3ec;
}

.bruno-things-copy h2,
.bruno-loz-copy h2,
.bruno-courage-copy h2 {
    margin: 12px 0 25px;
    font-size: clamp(2.7rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

.bruno-things-copy > p,
.bruno-loz-copy p,
.bruno-courage-copy p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #23424d;
}

.bruno-item {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.bruno-item-number {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #123a4a;
    color: #fff;
    font-weight: 700;
}

.bruno-item h3 {
    margin: 0 0 5px;
    color: #123a4a;
}

.bruno-item p {
    margin: 0;
    color: #405b63;
}

.bruno-things-art img,
.bruno-loz-art img,
.bruno-courage-art img {
    display: block;
    width: 100%;
    height: auto;
}


/* Loz */

.bruno-loz {
    background: #fffaf0;
}


/* Courage */

.bruno-courage {
    background: #c7eef2;
}

.bruno-courage-copy h2 span {
    display: block;
    color: #855a3a;
}

.bruno-courage-copy blockquote {
    margin: 30px 0 0;
    padding: 24px 28px;
    background: rgba(255,255,255,.65);
    border-radius: 18px;
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 700;
    color: #123a4a;
}


/* Final CTA */

.bruno-adventure-cta {
    padding: clamp(70px, 8vw, 120px) 0;
    background: #123a4a;
}

.bruno-adventure-card {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

    .bruno-adventure-card .eyebrow {
        color: #f5c16c;
    }

    .bruno-adventure-card h2 {
        margin: 15px 0 25px;
        font-size: clamp(2.7rem, 4.5vw, 5rem);
        line-height: 1.05;
        color: #fff;
    }

    .bruno-adventure-card p {
        max-width: 680px;
        margin: 0 auto 32px;
        font-size: 1.2rem;
        line-height: 1.7;
        color: #dcecef;
    }

    .bruno-adventure-card .hero-actions {
        justify-content: center;
    }


/* Responsive */

@media (max-width: 1000px) {

    .bruno-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {

    .bruno-page-hero-grid,
    .bruno-things-grid,
    .bruno-loz-grid,
    .bruno-courage-grid {
        grid-template-columns: 1fr;
    }

    .bruno-page-character {
        max-width: 600px;
        margin: auto;
    }

    .bruno-things-art,
    .bruno-loz-art,
    .bruno-courage-art {
        max-width: 650px;
        margin: auto;
    }
}

@media (max-width: 600px) {

    .bruno-facts-grid {
        grid-template-columns: 1fr;
    }

    .bruno-page-copy h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }
}

/* =========================================================
   BRUNO'S FRIENDS
   ========================================================= */

.bruno-friends {
    padding: clamp(80px, 9vw, 140px) 0;
    background: #fffaf0;
}

    .bruno-friends .section-heading {
        max-width: 780px;
    }

        .bruno-friends .section-heading h2 {
            margin: 12px 0 20px;
            font-size: clamp(2.7rem, 4vw, 4.6rem);
            line-height: 1.05;
            color: #123a4a;
        }

        .bruno-friends .section-heading p {
            margin: 0 auto;
            max-width: 680px;
            font-size: 1.15rem;
            line-height: 1.7;
            color: #405b63;
        }

.bruno-friends-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2vw, 30px);
    margin-top: 55px;
}

.friend-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 14px 35px rgba(18, 58, 74, 0.08);
}

.friend-image {
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 280px;
    padding: 22px 22px 0;
    background: linear-gradient( 180deg, #dff6f7 0%, #eef9f5 100% );
}

    .friend-image img {
        display: block;
        width: 100%;
        max-width: 250px;
        height: 250px;
        object-fit: contain;
    }

.friend-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px;
}

.friend-type {
    display: block;
    margin-bottom: 5px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e98b43;
}

.friend-content h3 {
    margin: 0 0 14px;
    font-size: 2rem;
    color: #123a4a;
}

.friend-content p {
    margin: 0 0 22px;
    flex: 1;
    line-height: 1.65;
    color: #405b63;
}

.friend-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    font-weight: 700;
    color: #123a4a;
    text-decoration: none;
}

    .friend-link span {
        transition: transform 0.2s ease;
    }

    .friend-link:hover span {
        transform: translateX(4px);
    }

.bruno-friends-action {
    margin-top: 45px;
    text-align: center;
}

@media (max-width: 1100px) {
    .bruno-friends-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .bruno-friends-grid {
        grid-template-columns: 1fr;
    }

    .friend-image {
        min-height: 240px;
    }

        .friend-image img {
            max-width: 220px;
            height: 220px;
        }
}

/* =========================================================
   CHARACTERS
   ========================================================= */

.characters-hero {
    padding: clamp(80px, 9vw, 145px) 0;
    text-align: center;
    background: linear-gradient( 180deg, #fff8eb 0%, #f5e8cc 100% );
}

.characters-hero-content {
    max-width: 900px;
}

.characters-hero h1 {
    margin: 14px 0 25px;
    font-size: clamp(3.4rem, 6vw, 6.3rem);
    line-height: .98;
    color: #123a4a;
}

    .characters-hero h1 span {
        display: block;
        color: #e98b43;
    }

.characters-hero p {
    max-width: 720px;
    margin: 12px auto;
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
    line-height: 1.7;
    color: #405b63;
}


/* Hub */

.characters-list {
    background: #fffaf0;
}

.character-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
}

.character-hub-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(18, 58, 74, .09);
}

    .character-hub-card.featured {
        grid-column: span 1;
    }

.character-hub-image {
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    background: linear-gradient( 180deg, #f7ead1, #fff7e6 );
    overflow: hidden;
}

    .character-hub-image.underwater {
        background: linear-gradient( 180deg, #dff6f7, #bce9ef );
    }

    .character-hub-image.forest {
        background: linear-gradient( 180deg, #e9f3d9, #f5e8cc );
    }

    .character-hub-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.character-hub-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px;
}

.character-type {
    margin-bottom: 6px;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #e98b43;
}

.character-hub-content h2 {
    margin: 0 0 14px;
    font-size: 2.3rem;
    color: #123a4a;
}

.character-hub-content p {
    flex: 1;
    margin: 0 0 24px;
    line-height: 1.65;
    color: #405b63;
}


/* Individual profiles */

.character-profile {
    padding: clamp(75px, 8vw, 135px) 0;
    min-height: calc(100vh - 90px);
}

.character-profile-underwater {
    background: linear-gradient( 135deg, #dff6f7 0%, #b7e5ed 100% );
}

.character-profile-forest {
    background: linear-gradient( 135deg, #edf4dc 0%, #f5e8cc 100% );
}

.character-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: clamp(45px, 7vw, 110px);
    align-items: center;
}

.character-profile-art {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .character-profile-art img {
        display: block;
        width: 100%;
        max-width: 650px;
        max-height: 720px;
        object-fit: contain;
        border-radius: 28px;
    }

.character-profile-copy {
    max-width: 680px;
}

    .character-profile-copy h1 {
        margin: 12px 0 28px;
        font-size: clamp(4rem, 6vw, 6.5rem);
        line-height: .9;
        color: #123a4a;
    }

        .character-profile-copy h1 span {
            display: block;
            margin-top: 12px;
            font-size: .43em;
            line-height: 1.1;
            color: #855a3a;
        }

.character-profile-lead {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    line-height: 1.65;
    color: #23424d;
}

.character-profile-copy h2 {
    margin: 38px 0 15px;
    font-size: clamp(2rem, 2.8vw, 3rem);
    color: #123a4a;
}

.character-profile-copy p {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #405b63;
}

.character-traits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

    .character-traits span {
        display: inline-flex;
        padding: 9px 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .72);
        color: #123a4a;
        font-size: .95rem;
        font-weight: 700;
    }


/* Responsive */

@media (max-width: 1100px) {

    .character-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {

    .character-profile-grid {
        grid-template-columns: 1fr;
    }

    .character-profile-art {
        max-width: 600px;
        margin: 0 auto;
    }

    .character-profile-copy {
        max-width: none;
    }
}

@media (max-width: 650px) {

    .character-hub-grid {
        grid-template-columns: 1fr;
    }

    .character-hub-image {
        height: 300px;
    }

    .character-profile-copy h1 {
        font-size: clamp(3.3rem, 16vw, 5rem);
    }
}

.character-quote {
    margin: 32px 0;
    padding: 20px 26px;
    border-left: 5px solid #e98b43;
    background: rgba(255, 255, 255, .65);
    border-radius: 0 18px 18px 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}

/* =========================================================
   DEDICATION
   ========================================================= */

.dedication-page {
    position: relative;
    padding: clamp(65px, 8vw, 120px) 0 clamp(80px, 9vw, 140px);
    overflow: hidden;
    background: radial-gradient( circle at 50% 5%, rgba(255, 255, 255, 0.95), transparent 36% ), linear-gradient( 180deg, #fffaf0 0%, #f8ecd4 100% );
}

.dedication-container {
    max-width: 1100px;
}


/* =========================================================
   HEADING
   ========================================================= */

.dedication-heading {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

    .dedication-heading h1 {
        margin: 10px 0 8px;
        font-size: clamp(4rem, 8vw, 7.5rem);
        line-height: 0.95;
        color: #123a4a;
    }

.dedication-name {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 500;
    color: #855a3a;
}


/* =========================================================
   DIVIDERS
   ========================================================= */

.dedication-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 360px;
    margin: 24px auto;
}

    .dedication-divider > span:not(.dedication-heart) {
        display: block;
        width: 120px;
        height: 1px;
        background: #b28b58;
    }

.dedication-heart {
    color: #e98b43;
    font-size: 1.4rem;
}

.dedication-divider-large {
    margin-top: clamp(45px, 6vw, 75px);
    margin-bottom: clamp(45px, 6vw, 75px);
}


/* =========================================================
   ROBIN + SQUIRREL
   ========================================================= */

.dedication-friends-art {
    display: flex;
    justify-content: center;
    margin: clamp(30px, 4vw, 55px) auto 20px;
}

    .dedication-friends-art img {
        display: block;
        width: 100%;
        max-width: 650px;
        height: auto;
    }


/* =========================================================
   MAIN DEDICATION
   ========================================================= */

.dedication-story {
    max-width: 690px;
    margin: clamp(35px, 5vw, 60px) auto;
    text-align: center;
}

    .dedication-story p {
        margin: 0 0 22px;
        font-size: clamp(1.15rem, 1.5vw, 1.35rem);
        line-height: 1.75;
        color: #23424d;
    }

.dedication-opening {
    margin-bottom: 30px !important;
    font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
    color: #855a3a !important;
}

.dedication-words {
    margin: clamp(30px, 4vw, 50px) auto;
    padding: 0;
    border: 0;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1.05;
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}


/* =========================================================
   IN LOVING MEMORY
   ========================================================= */

.dedication-memory-closing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: clamp(40px, 5vw, 65px);
    color: #855a3a;
}

    .dedication-memory-closing strong:first-child {
        font-size: clamp(1.4rem, 2vw, 1.8rem);
    }

    .dedication-memory-closing em {
        font-size: clamp(1.15rem, 1.5vw, 1.35rem);
        color: #405b63;
    }

    .dedication-memory-closing strong:last-child {
        margin-top: 8px;
        font-size: 1rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #123a4a;
    }


/* =========================================================
   BRUNO + LOZ SUNSET
   ========================================================= */

.dedication-main-art {
    position: relative;
    max-width: 1000px;
    margin: 20px auto clamp(45px, 6vw, 80px);
    overflow: hidden;
    border-radius: 36px;
    box-shadow: 0 22px 55px rgba(18, 58, 74, 0.16);
}

    .dedication-main-art img {
        display: block;
        width: 100%;
        height: auto;
    }


/* =========================================================
   WHY LOZ
   ========================================================= */

.dedication-loz-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.6fr);
    gap: clamp(30px, 4vw, 55px);
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(35px, 5vw, 55px);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(133, 90, 58, 0.22);
    border-radius: 30px;
    box-shadow: 0 14px 38px rgba(18, 58, 74, 0.08);
    overflow: hidden;
}

.dedication-loz-copy {
    width: 100%;
    min-width: 0;
}

    .dedication-loz-copy h2 {
        margin: 10px 0 20px;
        font-size: clamp(2.2rem, 3.6vw, 3.6rem);
        line-height: 1.05;
        color: #123a4a;
    }

    .dedication-loz-copy p {
        margin: 0 0 15px;
        font-size: clamp(1.05rem, 1.2vw, 1.2rem);
        line-height: 1.75;
        color: #405b63;
    }


/* Loz image */

.dedication-loz-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
}

    .dedication-loz-art img {
        display: block;
        width: 100%;
        max-width: 320px;
        height: auto;
        max-height: 360px;
        object-fit: contain;
        border-radius: 22px;
    }


/* Let's get going in Loz panel */

.loz-phrase {
    margin: 30px 0 0;
    padding: 20px 24px;
    border: 0;
    border-left: 5px solid #e98b43;
    border-radius: 0 18px 18px 0;
    background: #fffaf0;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}


/* =========================================================
   PAGE CLOSING
   ========================================================= */

.dedication-closing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: clamp(60px, 8vw, 100px);
    text-align: center;
}

    .dedication-closing .dedication-paw {
        font-size: 2.5rem;
    }

    .dedication-closing p {
        margin: 0;
        font-size: clamp(1.5rem, 2.3vw, 2rem);
        font-weight: 700;
        font-style: italic;
        color: #123a4a;
    }


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 800px) {

    .dedication-loz-panel {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }

    .dedication-loz-art {
        max-width: 360px;
        margin: 10px auto 0;
    }

        .dedication-loz-art img {
            width: 100%;
            max-width: 300px;
            height: auto;
        }

    .loz-phrase {
        border-left: 0;
        border-top: 4px solid #e98b43;
        border-radius: 18px;
    }
}

@media (max-width: 600px) {

    .dedication-page {
        padding-top: 50px;
    }

    .dedication-main-art {
        border-radius: 22px;
    }

    .dedication-loz-panel {
        border-radius: 22px;
    }

    .dedication-divider {
        gap: 10px;
    }

        .dedication-divider > span:not(.dedication-heart) {
            width: 80px;
        }
}

/* Mobile */

@media (max-width: 800px) {

    .dedication-loz-panel {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }

    .dedication-loz-art {
        max-width: 360px;
        margin: 10px auto 0;
    }

        .dedication-loz-art img {
            width: 100%;
            max-width: 300px;
            height: auto;
        }
}

/* =========================================================
   ABOUT PAGE
   ========================================================= */

.about-dedication {
    padding: clamp(70px, 8vw, 120px) 0;
    background: #fffaf0;
}

.about-dedication-card {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
    gap: clamp(35px, 5vw, 70px);
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 65px);
    background: #ffffff;
    border: 1px solid rgba(133, 90, 58, 0.18);
    border-radius: 30px;
    box-shadow: 0 14px 38px rgba(18, 58, 74, 0.08);
    overflow: hidden;
}


/* About text */

.about-dedication-copy {
    width: 100%;
    min-width: 0;
}

    .about-dedication-copy h2 {
        margin: 10px 0 20px;
        font-size: clamp(2.5rem, 4vw, 4.2rem);
        line-height: 1.05;
        color: #123a4a;
    }

    .about-dedication-copy p {
        max-width: 680px;
        margin: 0 0 30px;
        font-size: clamp(1.05rem, 1.3vw, 1.2rem);
        line-height: 1.75;
        color: #405b63;
    }


/* Loz image */

.about-dedication-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

    .about-dedication-art img {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        object-fit: contain;
        border-radius: 22px;
    }


/* Mobile */

@media (max-width: 800px) {

    .about-dedication-card {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 32px 24px;
    }

    .about-dedication-copy {
        text-align: center;
    }

        .about-dedication-copy p {
            max-width: none;
        }

    .about-dedication-art {
        max-width: 340px;
        margin: 0 auto;
    }

        .about-dedication-art img {
            max-width: 280px;
        }
}

/* =========================================================
   BOOK - UNDERWATER KINGDOM
   ========================================================= */

.book-page-hero {
    padding: clamp(70px, 8vw, 130px) 0;
    background: linear-gradient( 135deg, #fff8eb 0%, #f5e8cc 100% );
}

.book-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: center;
}

.book-page-cover {
    display: flex;
    justify-content: center;
}

    .book-page-cover img {
        display: block;
        width: 100%;
        max-width: 480px;
        height: auto;
        border-radius: 12px;
        transform: rotate(-1.5deg);
        box-shadow: 0 26px 60px rgba(18, 58, 74, 0.22), 0 8px 20px rgba(18, 58, 74, 0.12);
    }

.book-page-copy {
    max-width: 760px;
}

    .book-page-copy h1 {
        margin: 12px 0 18px;
        font-size: clamp(3.5rem, 5.8vw, 6.5rem);
        line-height: 0.92;
        color: #123a4a;
    }

        .book-page-copy h1 span {
            display: block;
            margin-top: 14px;
            font-size: 0.48em;
            line-height: 1.05;
            color: #855a3a;
        }

.book-subtitle {
    margin: 0 0 30px;
    font-size: clamp(1.25rem, 1.8vw, 1.6rem);
    font-style: italic;
    font-weight: 600;
    color: #855a3a;
}

.book-page-lead {
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
    font-weight: 600;
}

.book-page-copy p {
    line-height: 1.75;
    color: #405b63;
}

.book-signature {
    margin: 30px 0;
    padding-left: 22px;
    border-left: 5px solid #e98b43;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}

.book-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}


/* Story */

.book-story {
    background: #fffaf0;
}

.book-story-grid,
.book-kingdom-grid,
.book-grownups-grid,
.book-buy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.book-story-copy h2,
.book-kingdom-copy h2,
.book-grownups-copy h2 {
    margin: 12px 0 25px;
    font-size: clamp(2.7rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

    .book-story-copy h2 span {
        display: block;
        color: #e98b43;
    }

.book-story-copy p,
.book-kingdom-copy p,
.book-grownups-copy p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #405b63;
}

.book-story-art img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(18, 58, 74, 0.15);
}


/* Characters */

.book-characters {
    background: #ffffff;
}

.book-character-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.book-character-card {
    padding: 24px;
    text-align: center;
    background: #fffaf0;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(18, 58, 74, 0.08);
}

    .book-character-card img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: contain;
        margin-bottom: 18px;
    }

    .book-character-card h3 {
        margin: 0;
        font-size: 1.8rem;
        color: #123a4a;
    }

    .book-character-card span {
        display: block;
        margin-top: 4px;
        color: #855a3a;
    }


/* Kingdom */

.book-kingdom {
    background: linear-gradient( 180deg, #dff6f7 0%, #b7e5ed 100% );
}

.book-kingdom-art img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(18, 58, 74, 0.18);
}


/* Themes */

.book-themes {
    background: #fffaf0;
}


/* Grown-ups */

.book-grownups {
    background: #f5e8cc;
}

.book-grownups-copy ul {
    margin: 20px 0 30px;
    padding-left: 22px;
}

.book-grownups-copy li {
    margin-bottom: 10px;
    color: #405b63;
}

.book-grownups-art img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}


/* Buy */

.book-buy {
    padding: clamp(70px, 8vw, 120px) 0;
    background: #123a4a;
    color: #ffffff;
}

.book-buy-cover {
    display: flex;
    justify-content: center;
}

    .book-buy-cover img {
        display: block;
        width: 100%;
        max-width: 350px;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
    }

.book-buy-copy h2 {
    margin: 12px 0 22px;
    font-size: clamp(3rem, 5vw, 5.3rem);
    line-height: 1;
    color: #ffffff;
}

.book-buy-copy > p {
    font-size: 1.25rem;
    color: #dcecef;
}

.book-buy-subtitle {
    font-style: italic;
}

.book-buy-actions {
    margin-top: 30px;
}

.book-availability {
    margin-top: 18px !important;
    font-size: 0.95rem !important;
    opacity: 0.8;
}


/* Responsive */

@media (max-width: 1000px) {

    .book-page-hero-grid {
        grid-template-columns: 1fr;
    }

    .book-page-copy {
        max-width: 800px;
        margin: 0 auto;
    }

    .book-character-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {

    .book-story-grid,
    .book-kingdom-grid,
    .book-grownups-grid,
    .book-buy-grid {
        grid-template-columns: 1fr;
    }

    .book-buy-copy {
        text-align: center;
    }
}

@media (max-width: 600px) {

    .book-character-grid {
        grid-template-columns: 1fr;
    }

    .book-page-actions {
        flex-direction: column;
    }

        .book-page-actions .btn {
            width: 100%;
            text-align: center;
        }

    .book-character-card img {
        height: 200px;
    }
}

/* =========================================================
   ACTIVITIES
   ========================================================= */

.activities-hero {
    padding: clamp(80px, 9vw, 145px) 0;
    text-align: center;
    background: linear-gradient( 180deg, #dff6f7 0%, #fffaf0 100% );
}

.activities-hero-content {
    max-width: 850px;
}

.activities-hero h1 {
    margin: 12px 0 24px;
    font-size: clamp(3.8rem, 7vw, 7rem);
    line-height: 0.95;
    color: #123a4a;
}

    .activities-hero h1 span {
        display: block;
        color: #e98b43;
    }

.activities-hero p {
    max-width: 700px;
    margin: 10px auto;
    font-size: clamp(1.1rem, 1.4vw, 1.3rem);
    line-height: 1.7;
    color: #405b63;
}


/* Activity cards */

.activities-list {
    background: #fffaf0;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 36px);
    margin-top: 55px;
}

.activity-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 14px 35px rgba(18, 58, 74, 0.08);
}

.activity-image {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient( 180deg, #dff6f7, #eef9f5 );
    overflow: hidden;
}

    .activity-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.activity-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px;
}

.activity-type {
    display: block;
    margin-bottom: 5px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e98b43;
}

.activity-content h3 {
    margin: 0 0 12px;
    font-size: 2rem;
    color: #123a4a;
}

.activity-content p {
    flex: 1;
    margin: 0 0 25px;
    line-height: 1.65;
    color: #405b63;
}

.activity-content .btn {
    align-self: flex-start;
}


/* Brave step feature */

.activities-bravery {
    background: #f5e8cc;
}

.activities-bravery-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.activities-bravery-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .activities-bravery-art img {
        display: block;
        width: 100%;
        max-width: 600px;
        height: auto;
    }

.activities-bravery-copy h2 {
    margin: 12px 0 25px;
    font-size: clamp(2.7rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

.activities-bravery-copy p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #405b63;
}


/* Grown-ups */

.activities-grownups {
    background: #ddf3ec;
}


/* Responsive */

@media (max-width: 1000px) {

    .activities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {

    .activities-bravery-grid {
        grid-template-columns: 1fr;
    }

    .activities-bravery-art {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {

    .activities-grid {
        grid-template-columns: 1fr;
    }

    .activity-image {
        height: 240px;
    }

    .activity-content .btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   FOR GROWN-UPS
   ========================================================= */

.grownups-hero {
    padding: clamp(70px, 8vw, 125px) 0;
    background: linear-gradient( 135deg, #fffaf0 0%, #f5e8cc 100% );
}

.grownups-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.grownups-hero-copy h1 {
    margin: 12px 0 25px;
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 0.95;
    color: #123a4a;
}

    .grownups-hero-copy h1 span {
        display: block;
        color: #e98b43;
    }

.grownups-hero-copy .lead {
    max-width: 720px;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    line-height: 1.65;
    color: #405b63;
}

.grownups-hero-copy > p:not(.lead) {
    max-width: 680px;
    margin-bottom: 30px;
    line-height: 1.75;
    color: #405b63;
}

.grownups-hero-art {
    display: flex;
    justify-content: center;
}

    .grownups-hero-art img {
        display: block;
        width: 100%;
        max-width: 480px;
        height: auto;
        object-fit: contain;
    }


/* =========================================================
   PURPOSE
   ========================================================= */

.grownups-purpose {
    background: #ffffff;
}

    .grownups-purpose h2 {
        margin: 12px 0 25px;
        font-size: clamp(2.8rem, 4.5vw, 4.8rem);
        line-height: 1.05;
        color: #123a4a;
    }

    .grownups-purpose p {
        line-height: 1.75;
        color: #405b63;
    }

.grownups-signature {
    margin: 40px auto 0;
    padding: 0;
    border: 0;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 700;
    font-style: italic;
    color: #e98b43;
}


/* =========================================================
   THEMES
   ========================================================= */

.grownups-themes {
    background: #fffaf0;
}

.grownups-theme-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.grownups-theme-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 12px 32px rgba(18, 58, 74, 0.08);
}

    .grownups-theme-card img {
        display: block;
        width: 100%;
        height: 150px;
        object-fit: contain;
    }

    .grownups-theme-card h3 {
        margin: 0 0 10px;
        font-size: 2rem;
        color: #123a4a;
    }

    .grownups-theme-card p {
        margin: 0;
        line-height: 1.65;
        color: #405b63;
    }


/* =========================================================
   CONVERSATION STARTERS
   ========================================================= */

.conversation-section {
    background: #ddf3ec;
}

.conversation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.conversation-card {
    position: relative;
    padding: 32px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(18, 58, 74, 0.07);
}

.conversation-number {
    display: block;
    margin-bottom: 18px;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #e98b43;
}

.conversation-card h3 {
    margin: 0 0 12px;
    font-size: 1.65rem;
    line-height: 1.2;
    color: #123a4a;
}

.conversation-card p {
    margin: 0;
    line-height: 1.65;
    color: #405b63;
}

.conversation-card.featured {
    background: #123a4a;
}

    .conversation-card.featured h3,
    .conversation-card.featured p {
        color: #ffffff;
    }


/* =========================================================
   LOZ
   ========================================================= */

.grownups-loz {
    background: #f5e8cc;
}

.grownups-loz-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.grownups-loz-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .grownups-loz-art img {
        display: block;
        width: 100%;
        max-width: 330px;
        height: auto;
        object-fit: contain;
    }

.grownups-loz-copy h2 {
    margin: 12px 0 24px;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

.grownups-loz-copy p {
    max-width: 700px;
    line-height: 1.75;
    color: #405b63;
}


/* =========================================================
   ACTIVITIES
   ========================================================= */

.grownups-activities {
    background: #ffffff;
}

.grownups-activities-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    gap: clamp(45px, 7vw, 90px);
    align-items: center;
}

.grownups-activities-copy h2 {
    margin: 12px 0 24px;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

.grownups-activities-copy p {
    line-height: 1.75;
    color: #405b63;
}

.grownups-activities-previews {
    position: relative;
    min-height: 440px;
}

    .grownups-activities-previews img {
        position: absolute;
        display: block;
        width: 58%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 18px 40px rgba(18, 58, 74, 0.16);
    }

        .grownups-activities-previews img:first-child {
            top: 0;
            left: 4%;
            transform: rotate(-5deg);
        }

        .grownups-activities-previews img:last-child {
            right: 3%;
            bottom: 0;
            transform: rotate(5deg);
        }


/* =========================================================
   FINAL MESSAGE
   ========================================================= */

.grownups-final {
    padding: clamp(80px, 9vw, 140px) 0;
    background: #123a4a;
    color: #ffffff;
}

    .grownups-final h2 {
        margin: 12px 0 25px;
        font-size: clamp(3rem, 5vw, 5rem);
        line-height: 1;
        color: #ffffff;
    }

    .grownups-final p {
        line-height: 1.75;
        color: #dcecef;
    }

.grownups-final-message {
    margin-top: 28px;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 700;
    color: #ffffff !important;
}

.grownups-paw {
    display: block;
    margin: 30px 0 15px;
    font-size: 2.4rem;
}

.grownups-final blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 700;
    font-style: italic;
    color: #f5c66d;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 950px) {

    .grownups-theme-grid {
        grid-template-columns: 1fr;
    }

    .conversation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 800px) {

    .grownups-hero-grid,
    .grownups-loz-grid,
    .grownups-activities-grid {
        grid-template-columns: 1fr;
    }

    .grownups-hero-art,
    .grownups-loz-art {
        max-width: 400px;
        margin: 0 auto;
    }

    .grownups-activities-previews {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0;
    }
}


@media (max-width: 600px) {

    .grownups-theme-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 18px;
        padding: 20px;
    }

        .grownups-theme-card img {
            height: 110px;
        }

    .conversation-grid {
        grid-template-columns: 1fr;
    }

    .grownups-activities-previews {
        min-height: 350px;
    }
}

/* =========================================================
   EXPLORE - UNDERWATER KINGDOM
   ========================================================= */

.kingdom-hero {
    position: relative;
    min-height: clamp(720px, 72vh, 920px);
    overflow: hidden;
}

.kingdom-hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 32%;
}

.kingdom-hero-content {
    position: relative;
    z-index: 2;
    min-height: clamp(720px, 72vh, 920px);
    display: flex;
    align-items: center;
}

.kingdom-hero-copy {
    width: min(700px, 58%);
    padding: clamp(32px, 4vw, 55px);
    background: rgba(255, 250, 240, 0.9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 30px;
    box-shadow: 0 16px 45px rgba(18, 58, 74, 0.16);
}

    .kingdom-hero-copy h1 {
        margin: 12px 0 24px;
        font-size: clamp(3.6rem, 6vw, 6.5rem);
        line-height: 0.95;
        color: #123a4a;
    }

        .kingdom-hero-copy h1 span {
            display: block;
            color: #e98b43;
        }

    .kingdom-hero-copy p {
        max-width: 630px;
        line-height: 1.7;
        color: #405b63;
    }


/* Intro */

.kingdom-intro {
    background: #ffffff;
}

/* =========================================================
   INTERACTIVE UNDERWATER MAP
   ========================================================= */

.kingdom-map {
    position: relative;
    max-width: 1100px;
    margin: 50px auto 0;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 22px 55px rgba(18, 58, 74, 0.18);
}

.kingdom-map-image {
    display: block;
    width: 100%;
    height: auto;
}


/*
   Transparent hotspots positioned over the
   numbered pins already drawn on the artwork.
*/

.kingdom-map-hotspot {
    position: absolute;
    width: 7%;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

    .kingdom-map-hotspot::after {
        content: "";
        position: absolute;
        inset: 4px;
        border: 3px solid transparent;
        border-radius: 50%;
        transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .kingdom-map-hotspot:hover::after,
    .kingdom-map-hotspot:focus-visible::after {
        border-color: #ffffff;
        background: rgba(233, 139, 67, 0.18);
        transform: scale(1.15);
    }

    .kingdom-map-hotspot:focus-visible {
        outline: none;
    }


/* Positions based on current map artwork */

.hotspot-lighthouse {
    left: 77%;
    top: 11%;
}

.hotspot-kelp {
    left: 39%;
    top: 22%;
}

.hotspot-coralia {
    left: 61%;
    top: 38%;
}

.hotspot-coral {
    left: 84%;
    top: 43%;
}

.hotspot-ship {
    left: 38%;
    top: 58%;
}

.hotspot-reef {
    left: 61%;
    top: 62%;
}

.hotspot-trench {
    left: 87%;
    top: 72%;
}


/* =========================================================
   MAP KEY
   ========================================================= */

.kingdom-map-key {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1050px;
    margin: 30px auto 0;
}

.kingdom-key-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 16px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #123a4a;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .kingdom-key-item:hover {
        transform: translateY(-2px);
        background: #ffffff;
    }

    .kingdom-key-item span {
        display: grid;
        place-items: center;
        width: 27px;
        height: 27px;
        flex: 0 0 27px;
        border-radius: 50%;
        background: #e98b43;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 800;
    }


/* =========================================================
   LOCATION CARDS
   ========================================================= */

.kingdom-place-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.kingdom-place-card {
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(18, 58, 74, 0.08);
    scroll-margin-top: 120px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, outline 0.25s ease;
}

    .kingdom-place-card.kingdom-place-highlight {
        transform: translateY(-7px);
        outline: 4px solid rgba(233, 139, 67, 0.55);
        box-shadow: 0 22px 46px rgba(18, 58, 74, 0.18);
    }

.kingdom-place-number {
    margin-bottom: 18px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #e98b43;
}

.kingdom-place-card h3 {
    margin: 0 0 14px;
    font-size: 1.8rem;
    color: #123a4a;
}

.kingdom-place-card p {
    margin: 0 0 14px;
    line-height: 1.65;
    color: #405b63;
}


/* Responsive */

@media (max-width: 1000px) {

    .kingdom-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kingdom-map-key {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {

    .kingdom-place-grid,
    .kingdom-map-key {
        grid-template-columns: 1fr;
    }

    .kingdom-map-hotspot {
        width: 10%;
    }
}

/* Responsive */

@media (max-width: 1000px) {

    .kingdom-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kingdom-friends-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {

    .kingdom-hero-copy {
        width: 100%;
    }

    .kingdom-courage-grid,
    .kingdom-book-grid {
        grid-template-columns: 1fr;
    }

    .kingdom-book-copy {
        text-align: center;
    }
}

@media (max-width: 600px) {

    .kingdom-hero {
        min-height: 760px;
    }

    .kingdom-hero-content {
        min-height: 760px;
        align-items: flex-start;
        padding-top: 40px;
    }

    .kingdom-hero-copy {
        padding: 26px 22px;
    }

    .kingdom-place-grid {
        grid-template-columns: 1fr;
    }

    .kingdom-map-marker {
        width: 38px;
        height: 38px;
        border-width: 3px;
        font-size: 0.85rem;
    }

    .kingdom-friend-card {
        gap: 16px;
    }

        .kingdom-friend-card img {
            width: 90px;
            height: 90px;
            flex-basis: 90px;
        }
}

/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(23, 49, 60, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.brand-mark {
    font-size: 1.35rem;
}


/* Desktop navigation */

.main-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}

    .main-nav a {
        position: relative;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        color: var(--ink);
        transition: color 0.2s ease;
    }

        .main-nav a:hover,
        .main-nav a:focus-visible {
            color: var(--ocean);
        }


/* Mobile menu button */

.mobile-menu-button {
    display: none;
    width: 46px;
    height: 46px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--seafoam);
    color: var(--deep-ocean);
    cursor: pointer;
}

.mobile-menu-line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


/* Hamburger → close */

.mobile-menu-button[aria-expanded="true"]
.mobile-menu-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button[aria-expanded="true"]
.mobile-menu-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-button[aria-expanded="true"]
.mobile-menu-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* Mobile navigation panel */

.mobile-nav {
    background: #ffffff;
    border-top: 1px solid rgba(23, 49, 60, 0.08);
    box-shadow: 0 18px 40px rgba(18, 58, 74, 0.12);
}

    .mobile-nav[hidden] {
        display: none;
    }

.mobile-nav-inner {
    display: flex;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 22px;
}

    .mobile-nav-inner > a {
        display: flex;
        align-items: center;
        min-height: 52px;
        padding: 10px 4px;
        border-bottom: 1px solid rgba(23, 49, 60, 0.08);
        text-decoration: none;
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--deep-ocean);
    }

        .mobile-nav-inner > a:hover,
        .mobile-nav-inner > a:focus-visible {
            color: var(--ocean);
        }

    .mobile-nav-inner .mobile-buy-button {
        justify-content: center;
        min-height: auto;
        margin-top: 20px;
        padding: 14px 20px;
        border: 0;
        border-radius: 999px;
        background: var(--orange);
        color: var(--deep-ocean);
        text-align: center;
    }


/* =========================================================
   RESPONSIVE NAVIGATION
   ========================================================= */

@media (max-width: 980px) {

    .nav-wrap {
        gap: 1rem;
    }

    .main-nav {
        display: none;
    }

    .header-buy-button {
        margin-left: auto;
    }

    .mobile-menu-button {
        display: flex;
    }
}


@media (max-width: 640px) {

    .nav-wrap {
        min-height: 66px;
        gap: 0.7rem;
    }

    .brand span:last-child {
        font-size: 0.92rem;
    }

    .header-buy-button {
        display: none;
    }

    .mobile-menu-button {
        margin-left: auto;
    }
}

/* =========================================================
   ABOUT PAGE
   ========================================================= */

/* Hero */

.about-hero {
    padding: clamp(70px, 8vw, 125px) 0;
    background: linear-gradient( 135deg, #fffaf0 0%, #f5e8cc 100% );
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.about-hero-copy h1 {
    margin: 12px 0 25px;
    font-size: clamp(3.6rem, 6vw, 6.5rem);
    line-height: 0.95;
    color: #123a4a;
}

    .about-hero-copy h1 span {
        display: block;
        color: #e98b43;
    }

.about-hero-copy .lead {
    max-width: 720px;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    line-height: 1.65;
    color: #405b63;
}

.about-hero-copy > p:not(.lead) {
    max-width: 680px;
    line-height: 1.75;
    color: #405b63;
}

.about-hero-phrase {
    margin: 30px 0 0;
    padding-left: 22px;
    border-left: 5px solid #e98b43;
    font-size: clamp(1.5rem, 2.3vw, 2.2rem);
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}

.about-hero-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-hero-art img {
        display: block;
        width: 100%;
        max-width: 480px;
        height: auto;
        object-fit: contain;
    }


/* =========================================================
   BRUNO STORY
   ========================================================= */

.about-story {
    background: #ffffff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: center;
}

.about-story-art {
    display: flex;
    justify-content: center;
}

    .about-story-art img {
        display: block;
        width: 100%;
        max-width: 390px;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 22px 50px rgba(18, 58, 74, 0.18);
    }

.about-story-copy h2,
.about-loz-copy h2,
.about-families-copy h2 {
    margin: 12px 0 24px;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1.05;
    color: #123a4a;
}

.about-story-copy p,
.about-loz-copy p,
.about-families-copy p {
    max-width: 720px;
    line-height: 1.75;
    color: #405b63;
}


/* =========================================================
   BELIEFS / THEMES
   ========================================================= */

.about-beliefs {
    background: #fffaf0;
}

.about-beliefs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.about-belief-card {
    padding: 24px 24px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 12px 30px rgba(18, 58, 74, 0.08);
}

    .about-belief-card img {
        display: block;
        width: 100%;
        height: 190px;
        margin-bottom: 20px;
        object-fit: contain;
    }

    .about-belief-card h3 {
        margin: 0 0 10px;
        font-size: 1.8rem;
        color: #123a4a;
    }

    .about-belief-card p {
        margin: 0;
        line-height: 1.65;
        color: #405b63;
    }


/* =========================================================
   LOZ
   ========================================================= */

.about-loz {
    background: #ddf3ec;
}

.about-loz-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.about-loz-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-loz-art img {
        display: block;
        width: 100%;
        max-width: 320px;
        height: auto;
        object-fit: contain;
    }


/* =========================================================
   FAMILIES
   ========================================================= */

.about-families {
    background: #ffffff;
}

.about-families-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.about-families-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-families-art img {
        display: block;
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }

.about-families-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}


/* =========================================================
   FINAL SECTION
   ========================================================= */

.about-next-adventure {
    padding: clamp(80px, 9vw, 140px) 0;
    background: #123a4a;
    color: #ffffff;
}

    .about-next-adventure h2 {
        margin: 12px 0 25px;
        font-size: clamp(3rem, 5vw, 5rem);
        line-height: 1;
        color: #ffffff;
    }

    .about-next-adventure p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.1rem;
        line-height: 1.75;
        color: #dcecef;
    }

.about-paw {
    display: block;
    margin: 28px 0 12px;
    font-size: 2.3rem;
}

.about-next-adventure blockquote {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 700;
    font-style: italic;
    color: #f5c66d;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .about-beliefs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 800px) {

    .about-hero-grid,
    .about-story-grid,
    .about-loz-grid,
    .about-families-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-art {
        max-width: 420px;
        margin: 0 auto;
    }

    .about-story-art {
        order: 2;
    }

    .about-loz-art {
        max-width: 320px;
        margin: 0 auto;
    }

    .about-families-art {
        max-width: 450px;
        margin: 0 auto;
    }
}


@media (max-width: 600px) {

    .about-beliefs-grid {
        grid-template-columns: 1fr;
    }

    .about-belief-card img {
        height: 170px;
    }

    .about-families-actions {
        flex-direction: column;
    }

        .about-families-actions .btn {
            width: 100%;
            text-align: center;
        }
}

/* =========================================================
   ABOUT - AUTHOR
   ========================================================= */

.about-author {
    background: #f5e8cc;
}

.about-author-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: center;
}


/* Author image */

.about-author-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-author-art img {
        display: block;
        width: 100%;
        max-width: 420px;
        height: auto;
        border-radius: 30px;
        box-shadow: 0 20px 50px rgba(18, 58, 74, 0.15);
    }


/* Copy */

.about-author-copy {
    max-width: 760px;
}

    .about-author-copy h2 {
        margin: 12px 0 24px;
        font-size: clamp(2.8rem, 4vw, 4.5rem);
        line-height: 1.05;
        color: #123a4a;
    }

    .about-author-copy p {
        max-width: 720px;
        line-height: 1.75;
        color: #405b63;
    }

.about-author-lead {
    font-size: clamp(1.2rem, 1.5vw, 1.45rem);
    color: #23424d !important;
}

.about-author-quote {
    margin: 30px 0;
    padding-left: 22px;
    border-left: 5px solid #e98b43;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    font-weight: 700;
    font-style: italic;
    color: #123a4a;
}


/* Responsive */

@media (max-width: 800px) {

    .about-author-grid {
        grid-template-columns: 1fr;
    }

    .about-author-art {
        max-width: 420px;
        margin: 0 auto;
    }

    .about-author-copy {
        max-width: none;
    }
}