:root {
    --ink: #28214f;
    --muted: #756f8a;
    --pink: #ff7897;
    --pink-dark: #ef5f84;
    --sky: #39ace6;
    --yellow: #ffd74b;
    --cream: #fff8e8;
    --warm: #fff0d8;
    --blue-band: #c9f1ff;
    --lavender: #eadcf5;
    --mint: #eaf6ef;
    --navy: #271e4d;
    --shadow: 0 20px 44px rgba(74, 47, 97, 0.16);
    --site-max: 1680px;
    --site-gutter: clamp(20px, 4.5vw, 72px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
.brand-mark {
    font-family: "Baloo 2", "Inter", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
    overflow-wrap: break-word;
}

p {
    color: var(--muted);
    line-height: 1.65;
}

.container {
    max-width: var(--site-max);
    padding-right: var(--site-gutter);
    padding-left: var(--site-gutter);
}

.site-nav {
    background: rgba(255, 249, 235, 0.95);
    border-bottom: 1px solid rgba(255, 214, 173, 0.65);
    backdrop-filter: blur(12px);
}

.navbar {
    min-height: 66px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 1rem;
    text-decoration: none;
}

.brand-dot {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #ff9d8d, var(--pink));
    border-radius: 50%;
    font-size: 0.78rem;
}

.nav-link {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--pink-dark);
}

.btn {
    border: 0;
    font-weight: 800;
    box-shadow: none;
}

.btn-pink {
    color: #fff;
    background: var(--pink);
}

.btn-pink:hover,
.btn-pink:focus {
    color: #fff;
    background: var(--pink-dark);
}

.btn-yellow {
    color: var(--ink);
    background: var(--yellow);
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: var(--ink);
    background: #ffc72f;
}

.btn-sky {
    color: #fff;
    background: var(--sky);
}

.btn-sky:hover,
.btn-sky:focus {
    color: #fff;
    background: #229bd5;
}

.btn-navy {
    color: #fff;
    background: var(--navy);
    width: 100%;
}

.btn-navy:hover,
.btn-navy:focus {
    color: #fff;
    background: #171135;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    padding: 5px 12px;
    color: #71a7cf;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.section-label.light {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

.section-pad {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
}

.section-pad > .container {
    position: relative;
    z-index: 1;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 42px;
}

.section-heading .section-label {
    margin-bottom: 12px;
}

.section-heading h1,
.section-heading h2 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 3.7vw, 3.3rem);
    line-height: 0.95;
}

.hero-section {
    position: relative;
    min-height: 680px;
    padding: 116px 0 84px;
    overflow: hidden;
    background:radial-gradient(transparent 39px), linear-gradient(180deg, #bfeeff 0%, #eaf9f3 100%);
}

.hero-section > .container {
    position: relative;
    z-index: 1;
    max-width: var(--site-max);
}

.hero-section::before,
.hero-section::after,
.warm-band#books::before,
.warm-band#books::after,
.values-band::before,
.values-band::after,
#characters::before,
#characters::after,
#blog::before,
#blog::after,
#story-club::before,
#story-club::after,
#about::before,
#about::after,
#contact::before,
#contact::after,
.contact-band::before,
.contact-band::after {
    content: "\f586";
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffd02d;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(255, 215, 75, 0.35);
    -webkit-font-smoothing: antialiased;
    animation: storyTwinkle 3.2s ease-in-out infinite;
}

.hero-section::before {
    left: 11%;
    bottom: 24%;
    font-size: 0.95rem;
}

.hero-section::after {
    right: 22%;
    top: 17%;
    font-size: 1.15rem;
}

#books::before {
    left: 7%;
    bottom: 14%;
    font-size: 0.88rem;
}

#books::after {
    right: 9%;
    top: 12%;
    font-size: 1.05rem;
}

#characters::before {
    right: 10%;
    top: 9%;
    font-size: 1rem;
}

#characters::after {
    left: 5%;
    bottom: 8%;
    font-size: 0.82rem;
}

.values-band::before {
    right: 7%;
    top: 11%;
    font-size: 0.92rem;
}

.values-band::after {
    left: 6%;
    bottom: 10%;
    font-size: 1.08rem;
}

#blog::before {
    left: 8%;
    top: 16%;
    font-size: 0.9rem;
}

#blog::after {
    right: 9%;
    bottom: 14%;
    font-size: 1rem;
}

#story-club::before {
    left: 12%;
    top: 28%;
    font-size: 0.85rem;
}

#story-club::after {
    right: 8%;
    bottom: 12%;
    font-size: 1.02rem;
}

#contact::before {
    left: 10%;
    top: 24%;
    font-size: 0.88rem;
}

#contact::after {
    right: 11%;
    bottom: 16%;
    font-size: 0.95rem;
}

#about::before {
    right: 6%;
    top: 14%;
    font-size: 0.9rem;
}

#about::after {
    left: 5%;
    bottom: 12%;
    font-size: 1rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 88px);
    align-items: center;
    width: 100%;
}

.hero-title-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 15px
}

.hero-copy h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(2rem, 5.8vw, 3.25rem);
    line-height: 0.88;
    letter-spacing: -0.02em;
}

.hero-title-line,
.hero-title-accent {
    display: block;
}

.hero-title-accent {
    /* color: #66dccd;
    text-shadow: 3px 3px 0 rgba(255, 120, 151, 0.45); */
    background-image: linear-gradient(to right, var(--pink), #FFE066, #85E0B3, #C7A0EE);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-title-wave {
    display: block;
    width: min(100%, 420px);
    height: 18px;
    margin-top: 6px;
}

.hero-title-wave path {
    fill: none;
    stroke: var(--pink);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-copy,
.book-card,
.character-card,
.value-card,
.corner-card {
    min-width: 0;
}

.hero-copy p {
    max-width: 620px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.reader-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.reader-chip > span:last-child {
    min-width: 0;
}

.avatar-stack {
    display: flex;
    flex: 0 0 auto;
    padding-right: 12px;
}

.avatar-stack img {
    width: 32px;
    height: 32px;
    margin-right: -9px;
    object-fit: cover;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
}

.avatar-stack img:last-child {
    margin-right: 0;
}

.hero-art {
    min-width: 0;
}

.hero-image-card {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding: 0;
}

.hero-image-card img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 28px 56px rgba(255, 120, 151, 0.38);
}

.hero-star {
    position: absolute;
    top: -20px;
    right: -20px;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    color: #fff;
    background: var(--yellow);
    border: 7px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 1.35rem;
    box-shadow: 0 12px 28px rgba(255, 208, 45, 0.38);
    z-index: 2;
}

.hero-sparkle {
    position: absolute;
    z-index: 0;
    display: grid;
    place-items: center;
    color: #ffd02d;
    line-height: 1;
    opacity: 0.9;
    text-shadow: 0 0 10px rgba(255, 215, 75, 0.45);
    pointer-events: none;
}

.sparkle-one {
    left: 10%;
    top: 23%;
    font-size: 1.2rem;
}

.sparkle-two {
    right: 3%;
    top: 10%;
    font-size: 0.85rem;
}

.sparkle-three {
    left: 38%;
    bottom: 7%;
    font-size: 0.72rem;
}

.sparkle-four {
    right: 28%;
    bottom: 18%;
    font-size: 0.65rem;
}

.read-chip {
    position: absolute;
    left: -18px;
    bottom: -18px;
    padding: 13px 18px;
    color: var(--ink);
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.float-pill {
    position: absolute;
    z-index: 0;
    width: 105px;
    height: 30px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(112, 168, 202, 0.18);
}

.pill-one {
    /* left: 5%; */
    top: 22%;
}

.pill-two {
    right: 10%;
    top: 27%;
}

.warm-band {
    background: linear-gradient(180deg, #fff0d5 0%, #fff7ed 100%);
}

.cream-band,
.values-band {
    background: linear-gradient(180deg, #fff8e8 0%, #fffdf5 100%);
}

.review-band {
    background: linear-gradient(180deg, #bfeeff 0%, #fdf6e9 100%);
}

.author-band {
    background: linear-gradient(100deg, #e8dcf4 0%, #f2e6f8 100%);
}

.contact-band {
    background: linear-gradient(120deg, #eef8f1 0%, #f4edf4 100%);
}

.book-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    width: 100%;
    max-width: none;
    margin: 0;
}

.book-cover-coming-soon {
    display: grid;
    place-items: center;
    color: var(--ink);
    background: linear-gradient(145deg, #fff6df 0%, #ffe8f0 55%, #dff6ff 100%);
    border: 2px dashed rgba(255, 120, 151, 0.45);
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    min-height: 492px;
}

.book-cover-coming-soon span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.book-cover-coming-soon i {
    color: var(--pink);
    font-size: 1.6rem;
}

.book-card.is-coming-soon {
    opacity: 0.96;
}

.product-page {
    padding-top: 120px;
}

.product-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--pink-dark);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.product-back-link:hover,
.product-back-link:focus {
    color: var(--ink);
}

.product-panel {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
    width: 100%;
}

.product-cover-wrap {
    position: relative;
}

.product-cover {
    display: block;
    width: 100%;
    aspect-ratio: 0 / 1;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(255, 120, 151, 0.28);
    background: #fff;
}

.product-cover-star {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    background: var(--yellow);
    border: 6px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    font-size: 1.1rem;
    box-shadow: 0 10px 24px rgba(255, 208, 45, 0.35);
}

.product-copy h1 {
    margin: 12px 0 16px;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.02;
}

.product-description {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.65;
}

.product-buy-btn {
    margin-top: 8px;
    padding-right: 28px;
    padding-left: 28px;
}

.suggested-books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
    margin: 0 auto;
}

.suggested-book-card .book-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.book-card {
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(255, 176, 195, 0.6);
    border-radius: 16px;
    box-shadow: 0 22px 42px rgba(255, 120, 151, 0.23);
}

.book-cover-wrap {
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 12px;
}

.book-cover {
    display: block;
    width: 100%;
    aspect-ratio: 0 / 1;
    object-fit: cover;
    border-radius: 12px;
}

.sparkle-pin {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--yellow);
    background: #fff;
    border-radius: 50%;
}

.tiny-kicker {
    color: var(--pink);
    font-size: 0.72rem;
    font-weight: 800;
}

.book-card h3,
.character-card h3,
.value-card h3,
.corner-card h3 {
    margin-bottom: 6px;
    /* font-size: 1.35rem; */
    font-size: 0.9rem;
    line-height: 1.05;
}

.book-card p,
.character-card p,
.value-card p,
.corner-card p,
.blog-card p {
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.story-copy {
    color: var(--muted);
}

.story-copy.compact {
    font-size: 0.84rem;
}

.story-ellipsis {
    color: var(--muted);
}

.story-toggle {
    display: inline;
    padding: 0;
    color: var(--pink-dark);
    background: none;
    border: 0;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.story-toggle:hover {
    color: var(--ink);
    text-decoration: underline;
}

.story-toggle:focus-visible {
    color: var(--ink);
    outline: 2px solid rgba(255, 120, 151, 0.45);
    outline-offset: 3px;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.badge-row span {
    padding: 5px 10px;
    color: #8c8195;
    background: #fff7ef;
    border: 1px solid #f1dfce;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
}

.character-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

@media (min-width: 1200px) {
    .character-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.character-card {
    position: relative;
    padding: 14px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.character-secret {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(74, 47, 97, 0.18);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
    z-index: 2;
}

.character-secret::before {
    content: "✨ ";
}

.character-card.is-secret-open .character-secret {
    display: block !important;
}

.character-card.is-secret-open {
    padding-bottom: 88px;
}

.character-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 11px;
}

.character-card img.judy-photo,
.avatar-stack img.judy-photo,
.author-photo img.judy-photo {
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 239, 246, 0.82));
}

.character-card.peach {
    background: linear-gradient(180deg, #ff89a1 0%, #ffc26d 100%);
}

.character-card.aqua {
    background: linear-gradient(180deg, #c6fff3 0%, #8ee8f4 100%);
}

.character-card.pink {
    background: linear-gradient(180deg, #d8a7ff 0%, #ff7fa2 100%);
}

.character-card.mint {
    background: linear-gradient(180deg, #d9fff3 0%, #91e7c7 100%);
}

.character-card h3,
.character-card p,
.corner-card h3,
.corner-card p {
    color: var(--ink);
}

.character-card .role {
    margin-bottom: 3px;
    font-weight: 800;
}

.value-card {
    height: 100%;
    padding: 26px;
    background: #fff;
    border: 1px solid rgba(229, 222, 210, 0.85);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(65, 48, 43, 0.08);
}

.value-card span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 18px;
    color: var(--pink);
    background: #fff0f4;
    border-radius: 12px;
    font-size: 1.2rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.blog-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 176, 195, 0.55);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(79, 56, 102, 0.12);
}

.blog-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #fff8ef;
}

.blog-card img.judy-photo {
    object-fit: contain;
}

.blog-body {
    padding: 20px;
}

.blog-card h3 {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.08;
}

.read-more-link {
    color: var(--pink-dark);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.read-more-link:hover,
.read-more-link:focus {
    color: var(--ink);
}

.blog-article-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--pink-dark);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.blog-back-link:hover,
.blog-back-link:focus {
    color: var(--ink);
}

.blog-article-hero {
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 22px 44px rgba(90, 56, 137, 0.16);
}

.blog-article-hero img {
    display: block;
    width: 100%;
    max-height: 360px;
    /* object-fit: cover; */
    background: #fff8ef;
}

.blog-article-hero img.judy-photo {
    object-fit: contain;
}

.blog-article-star {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--yellow);
    border: 5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(255, 208, 45, 0.32);
}

.blog-article-card {
    padding: 34px;
    background: #fff9e8;
    border-radius: 16px;
    box-shadow: 0 22px 44px rgba(90, 56, 137, 0.14);
}

.blog-article-card h1 {
    margin: 12px 0 22px;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.02;
}

.blog-article-body p,
.blog-article-body .blog-article-heading {
    margin-bottom: 16px;
}

.blog-article-heading {
    margin-top: 28px;
    color: var(--ink);
    font-size: 1.35rem;
    line-height: 1.15;
}

.blog-article-list {
    margin: 0 0 18px;
    padding-left: 1.2rem;
    color: var(--muted);
}

.blog-article-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.blog-post-page {
    padding-top: 120px;
}

.testimonial-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 760px;
    margin: 0 auto;
    background: #fff9e8;
    border-radius: 16px;
    box-shadow: 0 22px 44px rgba(90, 56, 137, 0.18);
}

.quote-side,
.rating-side {
    min-height: 230px;
    padding: 42px;
}

.quote-side {
    border-right: 2px solid rgba(255, 120, 151, 0.25);
}

.quote-side p {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
}

.quote-side strong,
.quote-side span {
    display: block;
}

.quote-side span {
    color: var(--muted);
    font-size: 0.82rem;
}

.stars {
    color: #ffd02d;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.rating-side h3 {
    color: var(--pink);
}

.dots {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.dots span {
    width: 9px;
    height: 9px;
    background: #f8b5c7;
    border-radius: 50%;
}

.round-arrow {
    position: absolute;
    top: 50%;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: #ff8ca8;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.round-arrow.left {
    left: -17px;
}

.round-arrow.right {
    right: -17px;
}

.corner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.corner-card {
    min-height: 190px;
    padding: 24px;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.corner-card i {
    display: block;
    margin-bottom: 20px;
    font-size: 1.45rem;
}

.corner-card.yellow {
    background: #ffd83f;
}

.corner-card.blue {
    background: #35aee9;
}

.corner-card.rose {
    background: #ff7e9b;
}

.corner-card.mint {
    background: #98e7c9;
}

.corner-card.blue h3,
.corner-card.blue p,
.corner-card.rose h3,
.corner-card.rose p {
    color: #fff;
}

.club-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 30px;
    align-items: center;
    /* width: 100%; */
    max-width: 890px;
    margin: 0 auto;
    padding: 42px;
    color: #fff;
    background: linear-gradient(135deg, #ff7897 0%, #ffc66f 100%);
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(255, 120, 151, 0.32);
}

.club-card h2,
.club-card p {
    color: #fff;
}

.club-card h2 {
    margin: 12px 0 8px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 0.95;
}

.club-form {
    display: flex;
    max-width: 500px;
    gap: 10px;
}

.club-form .form-control {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
}

.club-icon {
    display: grid;
    width: 140px;
    height: 140px;
    place-items: center;
    justify-self: end;
    color: var(--pink);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    font-size: 4rem;
}

.author-panel {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    width: 100%;
}

.author-photo {
    position: relative;
}

.author-photo img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    background: #fff;
    border: 12px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.author-photo span {
    position: absolute;
    right: 0;
    bottom: 16px;
    padding: 10px 16px;
    color: var(--pink);
    background: #fff;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: var(--shadow);
}

.author-copy h1,
.author-copy h2 {
    margin: 14px 0 14px;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    line-height: 0.95;
}

.author-intro {
    /* max-width: 62ch; */
    margin-bottom: 16px;
}

.author-expanded p {
    /* max-width: 62ch; */
    margin-bottom: 14px;
}

.author-expanded p:last-child {
    margin-bottom: 0;
}

.author-learn-more {
    margin-top: 4px;
}

.author-copy.is-expanded .author-learn-more {
    margin-bottom: 4px;
}

.author-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.author-stats span {
    padding: 18px;
    text-align: center;
    color: var(--muted);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(87, 58, 115, 0.08);
    font-size: 0.85rem;
    font-weight: 800;
}

.author-stats strong {
    display: block;
    color: var(--pink);
    font-size: 1.35rem;
}

.contact-card,
.contact-alert {
    /* width: 100%; */
    max-width: 890px;
    margin: 0 auto;
}

.contact-card {
    padding: 34px;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.form-label {
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 800;
}

.form-control {
    border-color: #f1ddc5;
    background: #fffaf0;
    border-radius: 10px;
}

.form-control:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.2rem rgba(255, 120, 151, 0.18);
}

.subpage-hero {
    padding: 150px 0 70px;
}

.subpage-hero h1,
.contact-page h1,
.reviews-page h1 {
    margin: 14px auto;
    max-width: 760px;
    font-size: clamp(2.4rem, 5vw, 4.7rem);
    line-height: 0.95;
}

.subpage-author {
    padding-top: 150px;
}

.site-footer {
    position: relative;
    color: #fff;
    background: var(--navy);
}

.footer-wave {
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 52px;
    background: var(--navy);
    clip-path: polygon(0 42%, 13% 30%, 28% 52%, 44% 35%, 62% 48%, 81% 24%, 100% 40%, 100% 100%, 0 100%);
}

/* .footer-inner {
    padding: 72px 0 28px;
} */

.footer-brand {
    color: #fff;
    margin-bottom: 18px;
}

.site-footer p,
.site-footer a,
.footer-bottom {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 1rem;
}

.site-footer a:not(.btn) {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .row {
    --bs-gutter-x: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
}

@media (max-width: 1199.98px) {
    .section-pad {
        padding: 88px 0;
    }

    .hero-section {
        min-height: 620px;
        padding: 106px 0 74px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 40px;
    }

    .hero-copy h1 {
        font-size: clamp(2.75rem, 5.2vw, 5rem);
        line-height: 0.9;
    }

    .hero-copy p {
        max-width: 100%;
        font-size: 0.95rem;
    }

    .hero-image-card img {
        min-height: 300px;
    }

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

    .product-panel {
        grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
        gap: 34px;
    }

    .character-grid,
    .corner-grid,
    .blog-grid {
        gap: 20px;
    }

    .corner-card {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .site-nav .navbar-collapse {
        padding: 18px 0;
    }

    .hero-section {
        min-height: auto;
        padding: 96px 0 70px;
        background:
            radial-gradient(circle at 86% 26%, rgba(255, 255, 255, 0.92) 0 38px, transparent 39px),
            linear-gradient(180deg, #bfeeff 0%, #eaf9f3 100%);
    }

    .pill-one {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-copy,
    .hero-art {
        width: 100%;
    }

    .hero-copy h1 {
        font-size: clamp(2.6rem, 7.5vw, 4.4rem);
        line-height: 0.9;
    }

    .hero-title-wave {
        width: min(100%, 360px);
        height: 16px;
    }

    .hero-image-card {
        max-width: 100%;
        margin-right: auto;
    }

    .book-grid,
    .suggested-books-grid {
        gap: 24px;
    }

    .suggested-books-grid {
        max-width: none;
    }

    .character-grid,
    .corner-grid,
    .blog-grid {
        gap: 18px;
    }

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

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

    .author-panel {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 34px;
    }

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

    .author-photo img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        min-height: 56px;
    }

    .section-pad {
        padding: 64px 0;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .hero-section {
        padding: 78px 0 52px;
        background: linear-gradient(180deg, #bfeeff 0%, #eaf9f3 100%);
    }

    .hero-section::before,
    .hero-section::after,
    .sparkle-three,
    .sparkle-four {
        display: none;
    }

    .hero-copy h1 {
        font-size: clamp(2.1rem, 8.5vw, 2.85rem);
        line-height: 0.92;
    }

    .hero-title-wave {
        width: min(100%, 280px);
        height: 14px;
        margin-top: 4px;
    }

    .hero-copy p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hero-actions,
    .club-form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .reader-chip {
        align-items: flex-start;
        max-width: 100%;
    }

    .hero-image-card img {
        aspect-ratio: 16 / 11;
        min-height: 205px;
        border-radius: 18px;
    }

    .hero-sparkle {
        display: none;
    }

    .hero-star {
        width: 52px;
        height: 52px;
        right: 0;
        top: -16px;
    }

    .read-chip {
        left: 12px;
        bottom: -17px;
    }

    .float-pill {
        display: none;
    }

    .book-grid,
    .suggested-books-grid,
    .character-grid,
    .corner-grid,
    .blog-grid,
    .testimonial-card,
    .author-panel {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .book-card {
        padding: 14px;
        border-radius: 14px;
    }

    .book-cover {
        max-height: 430px;
    }

    .character-card {
        padding: 12px;
    }

    .value-card,
    .corner-card,
    .quote-side,
    .rating-side,
    .contact-card {
        padding: 22px;
    }

    .quote-side {
        border-right: 0;
        border-bottom: 2px solid rgba(255, 120, 151, 0.25);
    }

    .round-arrow {
        display: none;
    }

    .club-card {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .club-icon {
        width: 96px;
        height: 96px;
        justify-self: start;
        font-size: 2.75rem;
    }

    .author-photo {
        justify-self: center;
    }

    .author-copy {
        text-align: center;
    }

    .author-intro,
    .author-expanded p {
        max-width: none;
        text-align: left;
    }

    .author-learn-more {
        display: block;
        width: 100%;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }

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

    .blog-article-card {
        padding: 22px;
    }

    .blog-post-page {
        padding-top: 98px;
    }

    .product-page {
        padding-top: 98px;
    }

    .product-panel {
        grid-template-columns: 1fr;
    }

    .product-cover-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .product-copy {
        text-align: center;
    }

    .product-copy .badge-row {
        justify-content: center;
    }

    .subpage-hero,
    .subpage-author,
    .contact-page,
    .reviews-page {
        padding-top: 98px;
    }

    .footer-bottom {
        display: grid;
    }
}

@media (max-width: 420px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-copy h1 {
        font-size: clamp(1.95rem, 8vw, 2.2rem);
    }

    .section-heading h1,
    .section-heading h2,
    .club-card h2,
    .author-copy h1,
    .author-copy h2 {
        font-size: 1.62rem;
        line-height: 1;
    }

    .hero-copy p,
    .section-heading p,
    .book-card p {
        font-size: 0.86rem;
    }

    .book-card h3,
    .character-card h3,
    .value-card h3,
    .corner-card h3 {
        font-size: 1.15rem;
    }

    .author-photo img {
        width: min(280px, 78vw);
        height: min(280px, 78vw);
    }

    .club-card h2 {
        font-size: clamp(1.75rem, 7vw, 2.2rem);
    }

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

@keyframes storyFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes storyFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes storyFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes storyTwinkle {
    0%,
    100% {
        opacity: 0.8;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.12) rotate(9deg);
    }
}

.site-nav {
    animation: storyFadeIn 0.55s ease both;
}

.hero-copy .section-label,
.hero-title-wrap,
.hero-copy p,
.hero-actions,
.reader-chip,
.section-heading,
.book-card,
.character-card,
.value-card,
.testimonial-card,
.corner-card,
.blog-card,
.club-card,
.author-panel,
.contact-card {
    animation: storyFadeUp 0.75s ease both;
}

.hero-title-wrap {
    animation-delay: 0.08s;
}

.hero-copy p {
    animation-delay: 0.16s;
}

.hero-actions {
    animation-delay: 0.24s;
}

.reader-chip {
    animation-delay: 0.32s;
}

.hero-image-card {
    animation: storyFadeUp 0.85s 0.18s ease both, storyFloat 6.5s 1.1s ease-in-out infinite;
}

.float-pill {
    animation: storyFloat 7s ease-in-out infinite;
}

.pill-two {
    animation-delay: 1.4s;
}

.hero-star,
.hero-sparkle,
.sparkle-pin {
    animation: storyTwinkle 2.8s ease-in-out infinite;
}

.sparkle-two {
    animation-delay: 0.6s;
}

.sparkle-three {
    animation-delay: 1.2s;
}

.sparkle-four {
    animation-delay: 1.8s;
}

.scroll-reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(18px);
    animation: none !important;
}

.scroll-reveal {
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.32s ease, background-color 0.28s ease, color 0.28s ease;
}

.scroll-reveal.is-visible {
    opacity: 1;
}

.scroll-reveal.reveal-soft {
    transition-duration: 0.7s;
}

.book-card:nth-child(2),
.character-card:nth-child(2),
.value-card:nth-child(2),
.corner-card:nth-child(2),
.blog-card:nth-child(2) {
    animation-delay: 0.12s;
}

.character-card:nth-child(3),
.value-card:nth-child(3),
.corner-card:nth-child(3),
.blog-card:nth-child(3) {
    animation-delay: 0.2s;
}

.value-card:nth-child(4),
.corner-card:nth-child(4),
.blog-card:nth-child(4) {
    animation-delay: 0.28s;
}

.value-card:nth-child(5) {
    animation-delay: 0.36s;
}

.value-card:nth-child(6) {
    animation-delay: 0.44s;
}

.btn,
.book-card,
.character-card,
.value-card,
.corner-card,
.blog-card,
.club-card,
.testimonial-card,
.author-photo img,
.contact-card,
.read-chip {
    will-change: transform;
    backface-visibility: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, background-color 0.28s ease, color 0.28s ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.book-card:hover,
.character-card:hover,
.value-card:hover,
.corner-card:hover,
.blog-card:hover,
.testimonial-card:hover,
.club-card:hover,
.contact-card:hover {
    transform: translateY(-8px);
}

.book-card:hover {
    box-shadow: 0 28px 58px rgba(255, 120, 151, 0.32);
}

.book-cover,
.character-card img,
.blog-card img,
.hero-image-card img,
.author-photo img {
    backface-visibility: hidden;
    transition: transform 0.42s ease, filter 0.42s ease;
}

.book-card:hover .book-cover,
.character-card:hover img,
.blog-card:hover img,
.hero-image-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.08);
}

.author-panel:hover .author-photo img {
    transform: scale(1.035) rotate(-1deg);
}

.read-chip:hover,
.read-chip:focus-visible {
    color: var(--ink);
    transform: translateY(-3px);
}

.avatar-stack img {
    transition: transform 0.25s ease;
}

.reader-chip:hover .avatar-stack img {
    transform: translateY(-3px);
}

.reader-chip:hover .avatar-stack img:nth-child(2) {
    transition-delay: 0.04s;
}

.reader-chip:hover .avatar-stack img:nth-child(3) {
    transition-delay: 0.08s;
}

.section-label i,
.corner-card i,
.value-card span i,
.club-icon i {
    transition: transform 0.3s ease;
}

.section-label:hover i,
.corner-card:hover i,
.value-card:hover span i,
.club-card:hover .club-icon i {
    transform: rotate(-8deg) scale(1.08);
}

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

    .scroll-reveal,
    .scroll-reveal:not(.is-visible) {
        opacity: 1 !important;
        transform: none !important;
    }
}
