body {
    font-family: var(--sans);
}
.nav-links,
nav {
    display: flex;
}
.nav-cta,
.nav-links a {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-gold:hover,
.fsub:hover,
.mobile-menu .mobile-cta:hover,
.nav-cta:hover {
    background: var(--goldl);
}
.btn-gold:hover,
.btn-navy:hover,
.btn-out:hover {
    transform: translateY(-2px);
}
.nav-links a,
.page.active {
    display: block;
}
.orb-layer,
.particles {
    z-index: 1;
    pointer-events: none;
    inset: 0;
}
.bs-orb,
.orb-layer,
.particles {
    pointer-events: none;
}
.nav-links,
.theme-list {
    list-style: none;
}
.au-photo,
.bs-dark,
.cs-dark,
.dist-strip,
.hero,
.insta-tile,
.lights-sec,
.niruperror,
.orb-layer,
.page-hero,
.pf-dark,
.po-dark,
.quote-sec {
    overflow: hidden;
}
.bs-sub,
.ec-text,
.hero-title em,
.insta-tile-quote,
.mfw-note,
.q-text,
ul.wheref li,
ul.wheref li a {
    font-style: italic;
}
.mobile-menu.open,
html {
    scroll-behavior: smooth;
}
.app-listen,
.footer-copy a,
.footer-links a,
.insta-follow-btn,
.insta-handle a,
.insta-tile,
.mobile-menu a,
.nav-links a,
.nerror-btn,
.pf-link,
.video-card a,
.yt-links a,
button.nav-cta a,
ul.wheref li a {
    text-decoration: none;
}
#encouragement,
.di,
.fnote,
.insta-section,
.insta-tile-quote,
.lights-content,
.media-contact h2,
.media-hero,
.merch-hero,
.mobile-menu a,
.niruperror,
.page-hero,
.quote-sec,
.sg-card,
.video-card a,
.yt-links {
    text-align: center;
}
.book-img,
.bs-book {
    object-fit: contain;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --navy: #111d27;
    --navy2: #1b2b3a;
    --navy3: #243447;
    --gold: #e8b832;
    --goldl: #e8b832;
    --orange: #c4541a;
    --cream: #f4f0e8;
    --cream2: #e8e0d0;
    --white: #fff;
    --muted: #7a8fa3;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", sans-serif;
    --black: #111d27;
    --navy-dark: #111d27;
    --navy-mid: #1b2b3a;
}
body {
    background: var(--cream);
    color: var(--navy);
    overflow-x: hidden;
    font-size: 16.5px;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2.5rem;
    background: rgba(17, 29, 39, 0);
    transition: 0.4s;
    background: linear-gradient(to bottom, rgba(17, 29, 39, 0.78), rgba(17, 29, 39, 0.18));
}
nav.scrolled {
    backdrop-filter: blur(14px);
}
.nav-logo {
    font-family: var(--serif);
    font-size: 1.05rem;
    cursor: pointer;
}
.btn-gold,
.nav-cta {
    color: #000;
    font-size: 12px;
    border: none;
    font-weight: 500;
}
.app-listen:hover,
.di:hover .din,
.nav-logo span {
    color: var(--goldl);
}
.nav-links a {
    padding: 0.45rem 0.85rem;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.2s;
}
.footer-logo span,
.mobile-menu a.active,
.mobile-menu a:hover,
.nav-links a.active,
.nav-links a:hover {
    color: #e8b832;
}
.btn-out:hover,
.footer-links a:hover {
    color: var(--gold);
}
button.nav-cta a {
    color: #000;
}
.nav-cta {
    background: #c9991a;
    padding: 0.45rem 1.2rem;
    font-family: "DM Sans";
    transition: background 0.2s;
}
.footer-logo a,
.nav-logo a {
    text-decoration: none;
    color: #fff;
}
.footer-copy a {
    color: #7a8fa3;
}
.btn-gold {
    background: var(--gold);
    padding: 0.82rem 1.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
    display: inline-block;
    font-family: "DM Sans";
}
.btn-navy,
.btn-out {
    color: #fff;
    padding: 0.82rem 1.8rem;
    letter-spacing: 0.12em;
    transition: 0.25s;
    display: inline-block;
    text-transform: uppercase;
    font-family: "DM Sans";
    cursor: pointer;
}
.btn-out {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 14px;
    font-weight: 500;
}
.btn-navy,
footer {
    background: var(--navy);
}
.btn-out:hover {
    border-color: var(--gold);
}
.btn-navy {
    font-size: 12px;
    border: none;
}
.reveal,
.reveal-left {
    opacity: 0;
    transition: 0.8s;
}
.btn-navy:hover {
    background: var(--navy2);
}
.page {
    display: none;
    padding-top: 60px;
    min-height: 100vh;
}
.reveal {
    transform: translateY(35px);
}
.reveal-left.visible,
.reveal.visible,
.theme-list li.visible {
    opacity: 1;
    transform: none;
}
.reveal-left {
    transform: translateX(-30px);
}
.eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: "DM Sans";
    color: #e8b832;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 100%;
}
.section-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9991a;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}
.fl,
.footer-links a {
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
}
.ftag::after,
.section-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(27, 43, 58, 0.15);
}
.newsletter-wrap .fi,
.newsletter-wrap .fsub {
    height: 80px;
    font-size: 18px;
    box-sizing: border-box;
}
footer {
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-logo {
    font-family: var(--serif);
    color: #fff;
    font-size: 1rem;
}
.footer-links {
    display: flex;
    gap: 1.8rem;
}
.footer-links a {
    font-size: 10px;
    color: #8d9fb1;
    cursor: pointer;
}
.footer-copy {
    font-size: 0.62rem;
    color: var(--muted);
}
.fg {
    margin-bottom: 1.1rem;
}
.fl {
    font-size: 11px;
    color: #7a8fa3;
    margin-bottom: 0.35rem;
    display: block;
}
.fi,
.fsub {
    font-weight: 400;
}
.error {
    color: #ed3535;
    font-size: 15px;
}
.fi {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #fff;
    border: 1px solid rgba(27, 43, 58, 0.2);
    font-size: 12px;
    color: #818791;
    outline: 0;
    transition: border 0.2s;
}
.fsel,
.fta {
    padding: 0.75rem 1rem;
    background: #fff;
    border: 1px solid rgba(27, 43, 58, 0.2);
    font-size: 0.88rem;
    outline: 0;
    font-family: var(--sans);
}
.fsel,
.fsub,
.fta {
    width: 100%;
    color: var(--navy);
}
.fi:focus {
    border-color: var(--gold);
}
.fg2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.ftag,
.hero {
    display: flex;
}
.fsel {
    appearance: none;
}
.fta {
    resize: vertical;
    min-height: 110px;
}
.fsub {
    background: var(--gold);
    padding: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 0.4rem;
    transition: background 0.2s;
    font-family: "DM Sans";
}
.fnote,
.ftag {
    font-weight: 500;
}
.aub-sn {
    font-size: 2.5rem !important;
    margin-top: -13.6px !important;
}
.fnote {
    font-size: 0.68rem;
    color: var(--muted);
    margin-top: 0.8rem;
}
.ftag {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9991a;
    margin-bottom: 1.8rem;
    align-items: center;
    gap: 1rem;
}
.rnir {
    font-size: 13px !important;
    margin-top: 30px;
    font-weight: 500 !important;
    font-family: "DM Sans" !important;
}
.bs-price,
.bs-title,
.din,
.hero-title,
.q-mark,
.q-text {
    font-family: var(--serif);
}
.error-message,
.success-message {
    margin: 1rem 0;
    font-weight: 500;
    text-align: center;
}
.error-message {
    border: 1px solid #f5c6cb;
}
.book-glow,
.orb,
.particle {
    border-radius: 50%;
}
.dist-inner,
.theme-list li {
    border-bottom: 1px solid rgba(27, 43, 58, 0.08);
}
.hero {
    position: relative;
    min-height: 100vh;
    background: #000;
    align-items: center;
}
.orb,
.orb-layer,
.particle,
.particles {
    position: absolute;
}
.hero-bg,
span.play-btn {
    display: none;
}
.orb {
    mix-blend-mode: screen;
    animation: 9s ease-in-out infinite float;
    will-change: transform;
}
.orb-a {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle at 40% 40%, #e8b832, #c9991a 50%, transparent 70%);
    top: -5%;
    right: 2%;
    opacity: 0.5;
    animation-duration: 10s;
}
.orb-b {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle at 55% 55%, #ff7830, #c4541a 50%, transparent 70%);
    top: 18%;
    right: -5%;
    opacity: 0.45;
    animation-delay: -4s;
    animation-duration: 12s;
}
.orb-c {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #ffd060, #e8b832 50%, transparent 70%);
    bottom: 22%;
    right: 28%;
    opacity: 0.2;
    animation-delay: -7s;
    animation-duration: 7s;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-28px) scale(1.04);
    }
    70% {
        transform: translateY(14px) scale(0.97);
    }
}
.hero-book-col,
.hero-inner {
    z-index: 10;
    align-items: center;
}
.particle {
    animation: linear infinite rise;
    opacity: 0;
}
.book-img,
.book-scene,
.hero-book-col,
.hero-inner {
    position: relative;
}
@keyframes rise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 0.55;
    }
    88% {
        opacity: 0.08;
    }
    100% {
        transform: translateY(-100vh) scale(0.3);
        opacity: 0;
    }
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem 3rem;
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 3rem;
    padding-bottom: unset;
}
.hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: 0.8s 0.2s forwards fadeUp;
    font-weight: 500;
}
.hero-title {
    font-size: 72px;
    line-height: 0.95;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: 0.9s 0.4s forwards fadeUp;
}
.hero-title em {
    font-weight: 600;
    color: #e8b832;
    display: block;
    font-size: 78px;
    margin-top: 15px;
}
.hero-sub {
    font-size: 0.88rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.42);
    max-width: 400px;
    margin: 1.5rem 0 2.5rem;
    opacity: 0;
    animation: 0.9s 0.6s forwards fadeUp;
    font-weight: 500;
}
.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: 0.9s 0.8s forwards fadeUp;
}
.hero-book-col {
    display: flex;
    justify-content: center;
    opacity: 0;
    animation: 1s 0.5s forwards fadeLeft;
}
.book-scene img {
    padding-left: 120px;
}
.book-scene {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-img {
    z-index: 20;
    display: block;
    filter: drop-shadow(30px 35px 60px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 40px rgba(201, 153, 26, 0.3));
    transform: perspective(900px) rotateY(-8deg) rotateX(2deg);
    transition: transform 0.5s;
}
.book-glow,
.book-price,
.scroll-hint {
    position: absolute;
}
.book-img:hover {
    transform: perspective(900px) rotateY(-2deg) rotateX(1deg) scale(1.03);
}
.book-glow {
    z-index: 15;
}
@keyframes glowPulse {
    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}
.book-price {
    bottom: -18px;
    right: -10px;
    z-index: 25;
    background: var(--gold);
    color: var(--navy);
    padding: 0.6rem 1.1rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(35px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.scroll-hint {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: 1s 1.6s forwards fadeUp;
}
.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: 2s ease-in-out infinite scrollAnim;
}
@keyframes scrollAnim {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(1);
        transform-origin: top;
    }
    51% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
.scroll-label {
    font-size: 0.58rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
}
.dist-strip {
    background: #fff;
}
.di:hover,
.insta-section,
.quote-sec {
    background: var(--navy);
}
.dist-inner {
    display: flex;
}
.di {
    flex: 1;
    padding: 1.8rem 0.8rem;
    border-right: 1px solid rgba(27, 43, 58, 0.08);
    transition: 0.3s;
    cursor: default;
}
.din,
.dis,
.div_ {
    transition: color 0.3s;
}
.di:last-child {
    border-right: none;
}
.di:hover .div_,
.insta-heading,
.insta-tile-quote {
    color: #fff;
}
.di:hover .dis {
    color: rgba(255, 255, 255, 0.45);
}
.din {
    font-size: 1.7rem;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.bs-tag,
.dis,
.div_,
.q-text {
    font-weight: 500;
}
.div_ {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--navy);
    margin-bottom: 0.15rem;
}
.bs-tag,
.q-attr {
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.dis {
    font-size: 10px;
    color: var(--muted);
    line-height: 1.4;
}
.quote-sec {
    padding: 7rem 3rem;
    position: relative;
}
.q-orb-a,
.q-orb-b {
    position: absolute;
    border-radius: 50%;
}
.q-orb-a {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.12), transparent 70%);
    top: -150px;
    left: -150px;
    animation: 12s ease-in-out infinite float;
}
.q-orb-b {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(196, 84, 26, 0.1), transparent 70%);
    bottom: -100px;
    right: -100px;
    animation: 15s ease-in-out infinite reverse float;
}
.q-inner {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
}
.q-mark {
    font-size: 7rem;
    color: var(--gold);
    line-height: 0.3;
    margin-bottom: 1.5rem;
    opacity: 0.35;
}
.bs-book,
.q-text {
    margin-bottom: 2rem;
}
.q-text {
    font-size: 2rem;
    line-height: 1.45;
    color: #fff;
}
.q-attr {
    font-size: 0.7rem;
    color: #e8b832;
}
.book-sec,
.contact-sec,
.preorder-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bs-dark,
.po-dark {
    background: var(--navy2);
    padding: 5rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bs-orb,
.niruperror:before {
    position: absolute;
    right: -120px;
}
.bs-orb {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    bottom: -120px;
    animation: 11s ease-in-out infinite float;
}
.bs-book {
    display: block;
    filter: drop-shadow(16px 20px 40px rgba(0, 0, 0, 0.7));
    position: relative;
    z-index: 1;
}
.bs-tag {
    font-size: 11px;
    color: var(--gold);
    border: 1px solid rgba(201, 153, 26, 0.35);
    display: inline-block;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.8rem;
}
.bs-title {
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}
.bs-price,
.bs-sub,
ul.wheref li {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}
.bs-sub,
ul.wheref li {
    font-size: 12px;
    color: #ffffff80;
    line-height: 1.6;
    font-weight: 500;
}
.bs-price {
    font-size: 21px;
    color: #e8b832;
    font-weight: 700;
}
#encouragement h2,
.bs-heading {
    margin-bottom: 1rem;
    font-family: var(--serif);
}
.bs-btns {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.bs-light,
.cs-light {
    padding: 5rem 4rem;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bs-heading {
    font-size: 1.9rem;
    line-height: 1.15;
    color: var(--navy);
}
#encouragement p,
.bs-body {
    line-height: 1.9;
    color: var(--muted);
}
.bs-body {
    font-size: 0.88rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
}
.theme-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    opacity: 0;
    transform: translateX(-18px);
    transition: 0.45s;
}
.tbadge {
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.tvirtue,
.tvs {
    font-weight: 500;
}
.tvirtue {
    font-size: 0.86rem;
    color: #000;
}
.tvs {
    font-size: 0.76rem;
    color: #8d8d8d;
}
#encouragement {
    padding: 80px 200px;
    background: #fff;
}
#encouragement h2 {
    color: #222;
    font-size: 2rem;
    line-height: 1.2;
}
#encouragement p {
    max-width: 800px;
    margin: 0 auto 1.8rem;
    font-size: 0.88rem;
}
.newsletter-wrap {
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 10px;
    row-gap: 5px;
    justify-content: center;
}
.newsletter-wrap .fi {
    width: 100%;
    padding: 0 40px;
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    color: #555;
    outline: 0;
    transition: 0.3s;
}
.newsletter-wrap .fi:focus {
    border-color: #b89b5e;
    background: #fff;
}
.newsletter-wrap .fi::placeholder {
    color: #a7a7a7;
    font-weight: 400;
}
.newsletter-wrap .fsub {
    width: 100%;
    border: 2px solid #93804c;
    background: 0 0;
    color: #93804c;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin-top: unset;
    border-radius: 10px;
    text-transform: capitalize;
}
.labin {
    display: grid;
}
.newsletter-wrap .fsub:hover {
    background: #b89b5e;
    color: #fff;
}
.error-message,
.success-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
}
.success-message {
    background: #eaf7ea;
    color: #2d7a2d;
}
.error-message {
    background: #fdeaea;
    color: #c0392b;
}
.field-group label.error {
    color: #ed5353;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}
.error-pagen {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 125px 20px 80px;
    background: radial-gradient(circle at top right, rgba(212, 162, 76, 0.15), transparent 40%), #0f0f0f;
}
.niruperror {
    max-width: 700px;
    width: 100%;
    padding: 70px 50px;
    background: #181818;
    border: 1px solid rgba(212, 162, 76, 0.25);
    border-radius: 25px;
    position: relative;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(212, 162, 76, 0.08);
}
.merch-grid,
.podcast-featured {
    border-bottom: 1px solid rgba(27, 43, 58, 0.1);
}
.niruperror:before {
    content: "";
    width: 250px;
    height: 250px;
    background: rgba(212, 162, 76, 0.08);
    border-radius: 50%;
    top: -120px;
}
.niruperror h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}
.niruperror p {
    color: #c9c9c9;
    font-size: 18px;
    line-height: 1.8;
    max-width: 550px;
    margin: 0 auto 35px;
}
.nerror-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: #d4a24c;
    color: #111;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.35s;
}
.mh-orb,
.pf-orb,
.po-orb {
    border-radius: 50%;
}
.app-pod,
.au-role,
.au-sl,
.pf-link {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.nerror-btn:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(212, 162, 76, 0.35);
}
.subnirup{
    background: var(--gold);
    padding: 1.5rem 7rem;
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 0.4rem;
    transition: background 0.2s;
    font-family: "DM Sans";
    
    
    
}
button.subnirup a {
    text-decoration: none;
    color: #000;
}
.subnirup:hover {
    background: #b89b5e;
    color: #fff;
}
@media (max-width: 1024px) {
    #encouragement {
        padding: 60px 50px;
    }
    .newsletter-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .newsletter-wrap .fsub {
        grid-column: span;
    }
    button.fsub {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .newsletter-wrap {
        grid-template-columns: 1fr !important;
    }
    button.fsub {
        margin-top: 10px !important;
    }
    .particle {
        width: 8px !important;
        height: 8px !important;
    }
}
@media (max-width: 767px) {
    #encouragement {
        padding: 50px 20px;
    }
    .newsletter-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter-wrap .fsub {
        grid-column: auto;
    }
    .newsletter-wrap .fi,
    .newsletter-wrap .fsub {
        height: 65px;
    }
    button.fsub {
        margin-top: 0 !important;
    }
}
.lights-sec {
    position: relative;
    min-height: 480px;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
}
.lights-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.lights-content {
    position: relative;
    z-index: 5;
    max-width: 580px;
    margin: 0 auto;
}
.lc-heading {
    font-family: var(--serif);
    font-size: 3rem;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 1rem;
}
.insta-heading em,
.lc-heading em,
.po-title em {
    font-style: italic;
    color: var(--goldl);
}
.lc-sub {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-weight: 500;
}
.author-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 65vh;
}
.au-info,
.au-stats,
.po-light,
.po-step {
    display: flex;
}
.au-photo {
    position: relative;
}
.au-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    position: relative;
    z-index: 1;
    background: #000;
}
.au-photo-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 55%, var(--navy) 100%);
}
.au-info {
    background: #000;
    padding: 5rem 4rem;
    flex-direction: column;
    justify-content: center;
}
.au-name {
    font-family: var(--serif);
    font-size: 3.2rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.au-role {
    font-size: 0.72rem;
    color: var(--muted);
    margin-bottom: 1.8rem;
    font-weight: 500;
}
.au-sn,
.mc-title,
.po-sn {
    font-weight: 700;
    font-family: var(--serif);
}
.au-bio {
    font-size: 0.88rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 2rem;
    max-width: 605px;
}
.au-stats {
    gap: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.8rem;
}
.au-sn {
    font-size: 1.8rem;
    color: var(--goldl);
}
.ausm-ho {
    font-size: 2.6rem;
}
.jhkd {
    margin-top: -15px;
}
.au-sl {
    font-size: 0.6rem;
    color: var(--muted);
}
.po-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    top: -120px;
    right: -120px;
    animation: 13s ease-in-out infinite float;
    pointer-events: none;
}
.mh-orb,
.ph-orb {
    top: -100px;
    pointer-events: none;
}
.po-title {
    font-family: var(--serif);
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}
.po-step {
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.3rem;
}
.mfw-info,
.po-light {
    flex-direction: column;
}
.po-sn {
    font-size: 1.6rem;
    color: var(--gold);
    min-width: 2rem;
}
.po-sl {
    font-size: 0.85rem;
    color: #98abbd;
    margin-top: 0.9rem;
}
.po-light {
    padding: 11rem 4rem;
    background: var(--cream);
    justify-content: center;
}
.media-hero,
.merch-hero {
    background: var(--navy);
    padding: 5rem 3rem 3rem;
    position: relative;
    overflow: hidden;
}
.mh-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    right: -100px;
    animation: 11s ease-in-out infinite float;
}
.merch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.merch-card {
    background: #fff;
    padding: 2.5rem 2rem;
}
.mc-icon {
    width: 60px;
    height: 60px;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.mc-title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    color: var(--navy);
}
.mc-desc {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.merch-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid var(--gold);
}
.mfw-info {
    background: var(--navy2);
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
}
.mfw-heading {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.mfw-desc,
.pf-badge {
    margin-bottom: 1.5rem;
}
.mfw-desc {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.8;
}
.mfw-note {
    font-size: 0.78rem;
    color: #e8b832;
    font-weight: 500;
}
.appearances,
.mfw-form {
    padding: 4rem 3rem;
    background: var(--cream);
}
.podcast-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
}
.pf-badge,
.pf-dark,
.pf-light,
.pf-links {
    display: flex;
}
.pf-dark {
    background: var(--navy2);
    padding: 4rem 3rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.pf-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    bottom: -80px;
    right: -80px;
    animation: 9s ease-in-out infinite float;
    pointer-events: none;
}
.pf-badge {
    width: 70px;
    height: 70px;
    background: var(--gold);
    align-items: center;
    justify-content: center;
}
.pf-badge svg {
    width: 32px;
    height: 32px;
    fill: #111;
}
.pf-title {
    font-family: var(--serif);
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.1;
}
.pf-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.7;
    margin-bottom: 2rem;
}
.pf-links {
    gap: 0.8rem;
    flex-wrap: wrap;
}
.app-card,
.pf-light {
    flex-direction: column;
}
.pf-link {
    padding: 0.5rem 1rem;
    font-size: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: 0.2s;
}
.cs-dot,
.cs-orb,
.ph-orb {
    border-radius: 50%;
}
.pf-link:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.pf-light {
    padding: 4rem 3rem;
    justify-content: center;
}
.app-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.app-card {
    background: #fff;
    padding: 2rem;
    border-left: 4px solid var(--gold);
    display: flex;
    gap: 0.5rem;
}
.app-pod {
    font-size: 0.62rem;
    color: var(--gold);
}
.app-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--navy);
}
.app-desc {
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.6;
}
.app-listen {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 0.5rem;
    cursor: pointer;
}
.cs-il,
.ec-person,
.sg-type {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.endorse-grid,
.sg-grid {
    display: grid;
    gap: 2px;
    margin-top: 2rem;
}
.speaking-grid {
    padding: 4rem 3rem;
    background: #fff;
}
.sg-grid {
    grid-template-columns: repeat(3, 1fr);
}
.sg-card {
    background: var(--cream);
    padding: 2rem;
}
.sg-inst {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #000;
}
.cs-il,
.ec-role,
.ec-text,
.insta-eyebrow,
.ph-sub {
    font-weight: 500;
}
.cs-heading,
.ec-text {
    margin-bottom: 1rem;
    font-family: var(--serif);
}
.ec-person,
.sg-type {
    font-size: 11px;
    color: #c9991a;
    font-weight: 500;
}
.endorse-sec {
    padding: 5rem 3rem;
    background: var(--cream2);
}
.endorse-grid {
    grid-template-columns: repeat(2, 1fr);
}
.ec {
    background: #fff;
    padding: 2.5rem;
    border-top: 3px solid var(--gold);
}
.ec-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--navy);
    color: #000;
}
.ec-role {
    font-size: 11px;
    color: #7a8fa3;
    margin-top: 0.12rem;
}
.cs-dark {
    background: var(--navy);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.cs-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    bottom: -80px;
    left: -80px;
    animation: 10s ease-in-out infinite float;
    pointer-events: none;
}
.cs-heading {
    font-size: 2rem;
    color: #fff;
    line-height: 1.2;
}
.cs-desc {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    margin-bottom: 2rem;
}
.cs-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.cs-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    margin-top: 0.4rem;
    flex-shrink: 0;
}
.cs-il {
    font-size: 12px;
    color: #c9991a;
    margin-bottom: 0.12rem;
}
.cs-iv {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.44);
}
.page-hero {
    background: var(--navy);
    padding: 5rem 3rem 3.5rem;
    position: relative;
}
.ph-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201, 153, 26, 0.1), transparent 70%);
    left: -100px;
    animation: 12s ease-in-out infinite float;
}
.ph-title {
    font-family: var(--serif);
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.05;
}
.ph-sub {
    font-size: 14px;
    color: #ffffff80;
    max-width: 460px;
    margin: 0 auto;
    line-height: 26px;
}
.insta-section {
    background: var(--black);
    padding: 4rem 3rem;
}
.insta-top {
    margin-bottom: 2.5rem;
}
.insta-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
}
.insta-handle a:hover,
.insta-heading {
    color: var(--white);
}
.insta-heading {
    font-family: var(--serif);
    font-size: 2.5rem;
    line-height: 1.05;
    margin-bottom: 0.5rem;
}
.insta-handle,
ul.wheref li a {
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.insta-handle {
    font-size: 14px;
    color: var(--muted);
    letter-spacing: 0.06em;
}
.insta-follow-btn,
.insta-tile-tag {
    letter-spacing: 0.14em;
    color: var(--gold);
}
.insta-handle a {
    color: var(--goldl);
    transition: color 0.2s;
}
.insta-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: 0 0;
    border: 1px solid var(--gold);
    padding: 0.6rem 1.8rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}
.insta-follow-btn:hover {
    background: var(--gold);
    color: var(--navy-dark);
}
.insta-follow-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}
.insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    max-width: 900px;
    margin: 2.5rem auto 0;
}
.insta-tile {
    position: relative;
    aspect-ratio: 1;
    background: var(--navy-mid);
    cursor: pointer;
}
.insta-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 29, 39, 0);
    transition: background 0.3s;
}
.insta-tile:hover::after {
    background: rgba(17, 29, 39, 0.5);
}
.insta-tile-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem;
}
.insta-tile-quote {
    font-family: var(--serif);
    font-size: 0.88rem;
    line-height: 1.5;
}
.insta-tile-tag {
    font-size: 0.58rem;
    text-transform: uppercase;
    font-weight: 500;
}
.insta-stat-label,
.mobile-menu .mobile-cta {
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.insta-stat-num,
.video-card h3 {
    font-family: var(--serif);
    font-weight: 700;
}
.insta-tile-icon {
    position: absolute;
    bottom: 0.6rem;
    right: 0.6rem;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}
.insta-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.insta-stat-num {
    font-size: 2rem;
    color: var(--goldl);
}
.insta-stat-label {
    font-size: 0.62rem;
    color: var(--muted);
    margin-top: 0.2rem;
}
ul.wheref li a {
    font-size: 12px;
    color: #68bbe3;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
ul.wheref {
    padding-left: 16px;
}
@media (max-width: 768px) {
    nav {
        padding: 0.85rem 1.2rem;
    }
    .nav-links,
    .scroll-hint {
        display: none;
    }
    .nav-cta {
        padding: 0.4rem 0.9rem;
        font-size: 0.62rem;
    }
    .hero-inner {
        grid-template-columns: 1fr;
        padding: 100px 1.5rem 3rem;
        gap: 2rem;
        text-align: center;
    }
    .hero-title {
        font-size: 3.2rem;
    }
    .hero-title em {
        font-size: 3.8rem;
    }
    .hero-sub {
        margin: 1rem auto 2rem;
    }
    .hero-book-col,
    .hero-btns {
        justify-content: center;
    }
    .book-img {
        width: 200px;
    }
    .dist-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .app-list-row,
    .app-row,
    .author-sec,
    .book-sec,
    .bulk-cards,
    .contact-sec,
    .endorse-grid,
    .fg2,
    .media-podcast-hero,
    .merch-form-split,
    .merch-form-wrap,
    .preorder-sec {
        grid-template-columns: 1fr;
    }
    .di {
        padding: 1.2rem 0.8rem;
    }
    .din {
        font-size: 1.4rem;
    }
    .q-text {
        font-size: 1.3rem;
    }
    .q-mark {
        font-size: 5rem;
    }
    .au-info,
    .bs-dark,
    .bs-light,
    .contact-form-area,
    .contact-form-panel,
    .contact-info,
    .cs-dark,
    .cs-light,
    .endorsements,
    .insta-section,
    .mfs-dark,
    .mfs-light,
    .mfs-right,
    .mfw-form,
    .mfw-info,
    .mph-dark,
    .mph-light,
    .po-dark,
    .po-light,
    .speaking-row {
        padding: 3rem 1.5rem;
    }
    .bs-title,
    .lc-heading,
    .ph-title {
        font-size: 2rem;
    }
    .bs-book {
        width: 160px;
    }
    .lights-sec {
        padding: 3.5rem 1.5rem;
    }
    .bulk-form,
    footer {
        padding: 2rem 1.5rem;
    }
    .au-photo {
        min-height: 300px;
    }
    .au-name {
        font-size: 2.2rem;
    }
    .au-stats {
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .po-title {
        font-size: 1.9rem;
    }
    .app-list-row,
    .app-row {
        gap: 0.5rem;
        padding: 1.2rem 1.5rem;
    }
    .speaking-grid {
        grid-template-columns: 1fr 1fr;
    }
    .merch-hero {
        height: 40vh;
    }
    .merch-items {
        display: block;
    }
    .merch-row,
    .ml-row {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        padding: 1.5rem;
    }
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .insta-heading {
        font-size: 1.8rem;
    }
    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }
    .insta-tile-quote {
        font-size: 0.75rem;
    }
    .insta-stats {
        gap: 1.5rem;
        flex-direction: column;
    }
    .niruperror {
        padding: 50px 25px;
    }
    .niruperror h2 {
        font-size: 30px;
    }
    .niruperror p {
        font-size: 16px;
    }
    footer {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .auth-hero,
    .page-hero {
        padding: 4rem 1.5rem 3rem;
    }
    body {
        font-size: 17px;
    }
    .au-bio,
    .bs-body,
    .bs-desc,
    .faq-q,
    .hero-sub,
    .po-sl {
        font-size: 0.95rem;
    }
    .bringing-nirup {
        display: grid;
        grid-template-columns: 1fr !important;
    }
}
.video-grid {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}
.video-card {
    width: 33.33%;
}
.video-thumb img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
section.media-contact {
    padding: 50px;
}
.video-card h3 {
    font-size: 17px;
    margin-bottom: 0.3rem;
    color: #000;
    margin-top: 15px;
}
.media-contact h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #000;
    line-height: 1.1;
    font-family: "Playfair Display";
}
.yt-links {
    margin-top: 40px;
}
.yt-links a {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
}
@media (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
    }
    .merch-grid,
    .sg-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-title em {
        font-size: 3.2rem;
    }
    .dist-inner,
    .insta-grid {
        grid-template-columns: 1fr;
    }
    .di {
        border-right: none;
        border-bottom: 1px solid rgba(27, 43, 58, 0.08);
    }
    .book-img {
        width: 180px;
    }
    .insta-tile {
        aspect-ratio: auto;
        min-height: 160px;
    }
}
@media screen and (max-width: 1024px) {
    .ec {
        height: 365px;
    }
    .po-light {
        padding: 14rem 4rem;
    }
}
@media screen and (max-width: 700px) {
    .podcast-featured {
        display: grid;
        grid-template-columns: 1fr;
    }
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    gap: 5px;
    background: 0 0;
    border: none;
    padding: 0;
    z-index: 9999;
    position: relative;
}
.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: 0.3s;
    transform-origin: center;
}
.hamburger.open span {
    background: var(--gold);
}
.hamburger.open span:first-child {
    transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111d27;
    z-index: 9998;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.mobile-menu.open {
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
}
.mobile-menu a {
    font-family: "DM Sans";
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: color 0.2s;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    font-size: 1.75rem;
    padding: 0.85rem 2rem;
}
.mobile-menu a:last-of-type {
    border-bottom: none;
}
.mobile-menu .mobile-cta {
    background: var(--gold);
    color: var(--navy-dark);
    font-family: var(--sans);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.85rem 2.5rem;
    border: none;
    cursor: pointer;
    border-radius: 0;
    margin-top: 1.2rem;
    margin-bottom: 2.6rem;
}
.mobile-menu .mobile-close-hint {
    position: absolute;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    bottom: 1rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.38);
}
@media (max-width: 550px) {
    .app-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
nav.scrolled {
    background: rgba(17, 29, 39, 0.97);
}
.nav-logo {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.hamburger span {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}
.book-img {
    width: 450px;
    max-width: min(450px, 46vw);
    height: auto;
    filter: drop-shadow(36px 42px 70px rgba(0, 0, 0, 0.82)) drop-shadow(0 0 52px rgba(201, 153, 26, 0.34));
}
.book-glow {
    width: 525px;
    height: 630px;
}
.bs-book {
    width: 285px;
    max-width: 85%;
    height: auto;
}
.hero-inner {
    grid-template-columns: 1fr minmax(520px, 0.9fr);
}
.book-scene {
    min-width: 480px;
}
.mobile-menu {
    padding: 5rem 1rem 3rem;
}
.insta-handle,
.insta-stat-label {
    color: rgba(255, 255, 255, 0.58);
}
.insta-tile {
    background: var(--navy2);
}
.btn-gold,
.mobile-menu .mobile-cta,
.nav-cta {
    box-shadow: 0 12px 30px rgba(201, 153, 26, 0.18);
}
.success-msg {
    background: #d4edda;
    color: #155724;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 15px;
}
@media (max-width: 768px) {
    .hamburger,
    .mobile-menu {
        display: flex;
    }
    .po-light {
        padding: 6rem 4rem;
    }
    .video-grid {
        flex-wrap: wrap;
    }
    .video-card {
        width: 100%;
    }
    .ec {
        height: 272px !important;
    }
    nav {
        background: rgba(17, 29, 39, 0.96);
        backdrop-filter: blur(12px);
    }
    .hero-inner {
        grid-template-columns: 1fr;
        padding: 96px 1.5rem 3.5rem;
    }
    .book-scene {
        min-width: 0;
        width: 100%;
    }
    .book-img {
        width: 300px;
        max-width: 86vw;
    }
    .book-glow {
        width: 360px;
        height: 430px;
    }
    .bs-book {
        width: 240px;
        max-width: 80vw;
    }
    .hero-sub {
        color: rgba(255, 255, 255, 0.62);
    }
    .hero-btns .btn-gold,
    .hero-btns .btn-out {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .book-scene img {
        padding-left: unset;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .book-img {
        width: 270px;
        max-width: 88vw;
    }
    .book-glow {
        width: 330px;
        height: 390px;
    }
    .hero-book-col {
        margin-top: 0.5rem;
    }
    .mobile-menu a {
        font-size: 1.45rem;
    }
    .ec {
        height: 570px !important;
    }
}
@media screen and (max-width: 375px) {
    .au-stats {
        gap: 1.1rem;
        flex-wrap: wrap;
    }
}
