:root {
    --ink: #10172a;
    --paper: #f3efe6;
    --paper-deep: #e8e0d1;
    --shinobi-red: #b52e3d;
    --shinobi-red-bright: #ed5362;
    --shinobi-gold: #d7b56d;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.is-home {
    background: #08101f;
}

.is-home::before {
    display: none;
}

.is-home .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(4, 9, 19, 0.92), rgba(4, 9, 19, 0.58));
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    transition: background 220ms ease, box-shadow 220ms ease;
}

.is-home .site-header.is-scrolled {
    background: rgba(4, 9, 19, 0.94);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
}

.is-home .nav {
    width: min(100% - 48px, 1440px);
    min-height: 68px;
}

@media (min-width: 981px) {
    .is-home .nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }

    .is-home .nav-links {
        grid-column: 2;
        justify-self: center;
    }

    .is-home .nav-actions {
        grid-column: 3;
        justify-self: end;
    }
}

.is-home .nav-links {
    gap: 4px;
}

.is-home .nav-links a {
    position: relative;
    padding: 24px 15px 20px;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.is-home .nav-links a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 12px;
    left: 16px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--shinobi-gold), transparent);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.is-home .nav-links a:hover,
.is-home .nav-links a.is-active {
    color: #fff;
    background: transparent;
}

.is-home .nav-links a:hover::after,
.is-home .nav-links a.is-active::after {
    transform: scaleX(1);
}

.is-home .nav-actions .btn {
    min-width: 100px;
    border-radius: 4px;
    font-weight: 800;
}

.is-home .nav-actions .btn-ghost {
    background: transparent;
}

.is-home .nav-join {
    position: relative;
    overflow: hidden;
    color: #25161a;
    background: linear-gradient(135deg, #e7cc8b, #b9934d);
    box-shadow: 0 8px 28px rgba(202, 166, 91, 0.25);
}

.is-home .site-main {
    overflow: hidden;
}

.shinobi-hero {
    --hero-x: 0px;
    --hero-y: 0px;
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    min-height: max(760px, 100svh);
    overflow: hidden;
    background: #0a1830;
}

.hero-world {
    position: absolute;
    z-index: -4;
    inset: -4%;
    background-image: url("../img/shinobi-world-hero.jpg");
    background-position: center center;
    background-size: cover;
    transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.075);
    transition: transform 140ms ease-out;
    will-change: transform;
}

.hero-vignette {
    position: absolute;
    z-index: -3;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 7, 17, 0.5) 0%, rgba(3, 8, 18, 0.08) 24%, rgba(3, 8, 18, 0.04) 58%, rgba(3, 8, 18, 0.78) 100%),
        radial-gradient(circle at 50% 44%, rgba(14, 46, 87, 0.03) 0%, rgba(2, 7, 17, 0.2) 56%, rgba(2, 5, 13, 0.78) 100%);
}

.hero-vignette::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.13) 49%, transparent 50%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.08) 49%, transparent 50%);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 34%);
}

.hero-center {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: max(760px, 100svh);
    padding-top: 124px;
    padding-bottom: 72px;
    text-align: center;
}

.hero-center::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: min(780px, 92vw);
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(6, 15, 34, 0.7), transparent 70%);
    filter: blur(8px);
    transform: translate(-50%, -50%);
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 10px;
    color: #f4dfaf;
    font-size: 0.73rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.hero-kicker span {
    width: 38px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
}

.hero-kicker span:last-child {
    background: linear-gradient(90deg, currentColor, transparent);
}

.hero-logo {
    width: min(660px, 82vw);
    max-height: 300px;
    object-fit: contain;
    margin: 2px 0 18px;
    filter:
        drop-shadow(0 5px 0 rgba(8, 6, 25, 0.72))
        drop-shadow(0 22px 38px rgba(3, 7, 18, 0.78));
    animation: hero-logo-in 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-tagline {
    width: min(620px, 90vw);
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.8vw, 1.32rem);
    line-height: 1.65;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
}

.hero-actions {
    align-items: center;
    justify-content: center;
}

.btn-hero {
    position: relative;
    min-width: 220px;
    min-height: 54px;
    overflow: hidden;
    border-radius: 4px;
    padding: 15px 24px;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-hero::before,
.btn-hero::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: rgba(255, 255, 255, 0.7);
    transition: width 180ms ease, height 180ms ease;
}

.btn-hero::before {
    top: 5px;
    left: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
}

.btn-hero::after {
    right: 5px;
    bottom: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.btn-hero:hover::before,
.btn-hero:hover::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}

.btn-hero svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.btn-hero.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #c43142, #8d1d31);
    box-shadow: 0 16px 38px rgba(99, 7, 30, 0.42);
}

.btn-glass {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(4, 11, 25, 0.54);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.play-mark {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
}

.hero-status {
    position: absolute;
    z-index: 4;
    bottom: 28px;
    left: 32px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background: rgba(3, 10, 22, 0.68);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(15px);
}

.hero-status > div {
    position: relative;
    display: grid;
    gap: 4px;
    min-width: 170px;
    padding: 14px 18px;
}

.hero-status > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-status small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-status strong {
    color: #fff;
    font-size: 0.82rem;
}

.status-dot {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #75e39d;
    box-shadow: 0 0 0 5px rgba(117, 227, 157, 0.13), 0 0 14px #75e39d;
}

.scroll-sigil {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.scroll-sigil i {
    position: relative;
    display: block;
    width: 22px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
}

.scroll-sigil i::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 99px;
    background: #fff;
    transform: translateX(-50%);
    animation: scroll-dot 1.8s ease-in-out infinite;
}

.hero-particle {
    position: absolute;
    top: -5%;
    width: var(--size);
    height: calc(var(--size) * 0.48);
    border-radius: 100% 0 100% 0;
    opacity: 0;
    background: linear-gradient(135deg, #c63e45, #6f142a);
    box-shadow: 0 0 8px rgba(202, 66, 75, 0.32);
    animation: leaf-fall var(--duration) linear var(--delay) infinite;
}

.hero-particles {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.world-section,
.journey-section {
    position: relative;
    color: var(--ink);
    background-color: var(--paper);
    background-image:
        radial-gradient(circle at 15% 20%, rgba(181, 46, 61, 0.06), transparent 22rem),
        linear-gradient(rgba(42, 31, 34, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42, 31, 34, 0.025) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
}

.world-section {
    padding-top: 126px;
    padding-bottom: 132px;
}

.world-section::before,
.journey-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 10px;
    background:
        linear-gradient(135deg, #091224 25%, transparent 25%) -10px 0 / 20px 20px,
        linear-gradient(225deg, #091224 25%, transparent 25%) -10px 0 / 20px 20px;
}

.world-emblem {
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(80, 49, 48, 0.07);
    border-radius: 50%;
}

.world-emblem::before,
.world-emblem::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(80, 49, 48, 0.07);
    transform: rotate(45deg);
}

.world-emblem::after {
    inset: 32%;
    border-radius: 50%;
}

.world-emblem-left {
    top: 90px;
    left: -190px;
}

.world-emblem-right {
    right: -210px;
    bottom: 60px;
}

.chapter-label {
    display: block;
    margin-bottom: 13px;
    color: var(--shinobi-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.world-heading {
    max-width: 860px;
    margin-bottom: 62px;
}

.world-heading .eyebrow,
.journey-section .eyebrow {
    color: #8b6e39;
}

.world-heading h2,
.journey-section h2 {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 500;
    letter-spacing: -0.045em;
}

.world-heading h2 em,
.journey-section h2 em {
    color: var(--shinobi-red);
    font-weight: 400;
}

.world-heading p {
    max-width: 700px;
    margin: 26px auto 0;
    color: #5c6070;
    font-size: 1.06rem;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    perspective: 1200px;
}

.experience-card {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    min-height: 390px;
    overflow: hidden;
    padding: 46px 34px 34px;
    border: 1px solid rgba(47, 41, 52, 0.13);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 228, 214, 0.92)),
        var(--paper);
    box-shadow: 0 22px 55px rgba(41, 30, 29, 0.08);
    transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 140ms ease;
}

.experience-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 92px;
    border-top: 2px solid rgba(181, 46, 61, 0.28);
    border-right: 2px solid rgba(181, 46, 61, 0.28);
    transform: translate(40px, -40px) rotate(45deg);
}

.experience-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--shinobi-red), transparent);
    transform: scaleX(0);
    transition: transform 220ms ease;
}

.experience-card:hover {
    border-color: rgba(181, 46, 61, 0.3);
    box-shadow: 0 30px 70px rgba(61, 30, 33, 0.16);
}

.experience-card:hover::after {
    transform: scaleX(1);
}

.experience-card.is-featured {
    color: #fff;
    border-color: rgba(220, 181, 106, 0.28);
    background:
        radial-gradient(circle at 75% 15%, rgba(202, 62, 76, 0.34), transparent 45%),
        linear-gradient(145deg, #17243a, #090f1c);
    box-shadow: 0 28px 68px rgba(15, 20, 34, 0.28);
}

.experience-card.is-featured p {
    color: rgba(255, 255, 255, 0.66);
}

.experience-card.is-featured a {
    color: #efcf8d;
}

.card-number {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(38, 32, 45, 0.14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-style: italic;
}

.is-featured .card-number {
    color: rgba(255, 255, 255, 0.15);
}

.experience-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin-bottom: 32px;
    border: 1px solid rgba(181, 46, 61, 0.22);
    color: var(--shinobi-red);
    background: rgba(181, 46, 61, 0.06);
    transform: rotate(45deg);
}

.experience-icon svg {
    width: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transform: rotate(-45deg);
}

.is-featured .experience-icon {
    border-color: rgba(239, 207, 141, 0.35);
    color: #efcf8d;
    background: rgba(239, 207, 141, 0.08);
}

.experience-card h3 {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 600;
}

.experience-card p {
    margin: 15px 0 28px;
    color: #666876;
    line-height: 1.7;
}

.experience-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--shinobi-red);
    font-size: 0.79rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.experience-card a span {
    font-size: 1.1rem;
    transition: transform 180ms ease;
}

.experience-card a:hover span {
    transform: translateX(5px);
}

.path-section {
    position: relative;
    isolation: isolate;
    min-height: 840px;
    overflow: hidden;
    color: #fff;
    background: #091225;
}

.path-backdrop {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 11, 23, 0.98) 0%, rgba(7, 15, 30, 0.9) 52%, rgba(7, 15, 30, 0.74) 100%),
        url("../img/shinobi-world-hero.jpg") center 68% / cover;
    filter: saturate(0.72);
}

.path-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.path-header {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}

.path-header h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 500;
}

.path-header p {
    max-width: 520px;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.02rem;
}

.path-selector {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(6, 13, 27, 0.72);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(20px);
}

.path-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.path-panels {
    display: grid;
}

.path-tab {
    position: relative;
    padding: 21px 24px;
    border: 0;
    color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.025);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease;
}

.path-tab + .path-tab {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.path-tab span {
    margin-right: 10px;
    color: rgba(215, 181, 109, 0.68);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}

.path-tab::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: -1px;
    left: 20%;
    height: 2px;
    background: var(--shinobi-gold);
    box-shadow: 0 0 15px var(--shinobi-gold);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.path-tab:hover,
.path-tab.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
}

.path-tab.is-active::after {
    transform: scaleX(1);
}

.path-panel {
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    width: 100%;
    min-height: 450px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease;
}

.path-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.path-copy {
    align-self: center;
    padding: 54px 64px;
}

.path-overline {
    color: var(--shinobi-gold);
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.path-copy h3 {
    margin-top: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 500;
}

.path-copy p {
    max-width: 620px;
    margin: 22px 0;
    color: rgba(255, 255, 255, 0.64);
}

.path-copy ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.path-copy li {
    position: relative;
    padding-left: 23px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    font-weight: 700;
}

.path-copy li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--shinobi-gold);
    transform: rotate(45deg);
}

.path-visual {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle, rgba(190, 52, 72, 0.34), transparent 54%),
        rgba(255, 255, 255, 0.025);
}

.path-visual-clan {
    background:
        radial-gradient(circle, rgba(67, 108, 160, 0.36), transparent 54%),
        rgba(255, 255, 255, 0.025);
}

.path-visual-world {
    background:
        radial-gradient(circle, rgba(51, 125, 109, 0.34), transparent 54%),
        rgba(255, 255, 255, 0.025);
}

.path-visual strong {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    font-weight: 400;
    text-shadow: 0 0 28px rgba(255, 255, 255, 0.22);
}

.chakra-ring {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    animation: chakra-spin 24s linear infinite;
}

.chakra-ring::before,
.chakra-ring::after,
.chakra-ring span,
.chakra-ring i {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.chakra-ring::before {
    inset: 20px;
    border-radius: 50%;
}

.chakra-ring::after {
    inset: 50px;
    transform: rotate(45deg);
}

.chakra-ring span {
    inset: -18px 108px;
}

.chakra-ring i {
    inset: 108px -18px;
}

.journey-section {
    padding-top: 126px;
    padding-bottom: 138px;
}

.journey-section .section-heading {
    margin-bottom: 68px;
}

.journey-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.journey-steps::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(181, 46, 61, 0.34), transparent);
}

.journey-step {
    position: relative;
    padding-top: 88px;
    text-align: center;
}

.journey-step > span {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 0;
    color: var(--shinobi-red);
    background: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-style: italic;
    transform: translateX(-50%);
}

.journey-step > span::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid rgba(181, 46, 61, 0.24);
    background: var(--paper);
    transform: rotate(45deg);
}

.journey-step h3 {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
}

.journey-step p {
    margin: 12px auto 0;
    color: #6b6e79;
    font-size: 0.9rem;
    line-height: 1.65;
}

.final-callout {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    min-height: 660px;
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
    background:
        linear-gradient(rgba(5, 11, 24, 0.8), rgba(5, 11, 24, 0.94)),
        url("../img/shinobi-world-hero.jpg") center 48% / cover;
}

.final-callout::before,
.final-callout::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(45deg);
}

.final-callout::before {
    top: -260px;
    left: -230px;
}

.final-callout::after {
    right: -230px;
    bottom: -260px;
}

.final-callout-glow {
    position: absolute;
    z-index: -1;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(181, 46, 61, 0.18), transparent 68%);
}

.final-callout img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: drop-shadow(0 15px 28px rgba(0, 0, 0, 0.5));
}

.final-callout .eyebrow {
    display: flex;
    width: max-content;
    margin-inline: auto;
}

.final-callout h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 500;
}

.final-callout p {
    max-width: 600px;
    margin: 24px auto 30px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.02rem;
}

.is-home .site-footer {
    border-color: rgba(255, 255, 255, 0.08);
    background: #050a14;
}

.has-js .reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.has-js .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.has-js .experience-card.reveal-on-scroll {
    transform: translateY(30px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.has-js .experience-card.reveal-on-scroll.is-visible {
    transform: translateY(0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

@keyframes hero-logo-in {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scroll-dot {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, 0);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, 11px);
    }
}

@keyframes leaf-fall {
    0% {
        opacity: 0;
        transform: translate3d(var(--start-x), -10vh, 0) rotate(0deg);
    }
    8% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.65;
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--end-x), 110vh, 0) rotate(560deg);
    }
}

@keyframes chakra-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .is-home .nav-links a {
        padding-inline: 9px;
        font-size: 0.75rem;
    }

    .hero-status > div {
        min-width: 148px;
    }

    .path-copy {
        padding: 48px 42px;
    }
}

@media (max-width: 1300px) and (min-width: 981px) {
    .is-home .nav-links a {
        padding-inline: 9px;
        font-size: 0.72rem;
    }
}

@media (max-height: 620px) and (min-width: 721px) {
    .shinobi-hero {
        min-height: 100svh;
    }

    .hero-center {
        min-height: 100svh;
        padding-top: 100px;
        padding-bottom: 4px;
    }

    .hero-kicker {
        margin-bottom: 4px;
    }

    .hero-logo {
        width: min(500px, 68vw);
        max-height: 210px;
        margin-top: 4px;
        margin-bottom: 14px;
    }

    .hero-tagline {
        max-width: 580px;
        margin-bottom: 16px;
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .btn-hero {
        min-height: 46px;
        padding-block: 11px;
    }

    .hero-status,
    .scroll-sigil {
        display: none;
    }
}

@media (max-width: 980px) {
    .is-home .nav {
        min-height: 68px;
    }

    .is-home .nav-toggle {
        order: 2;
        display: block;
        border-radius: 4px;
        margin-left: auto;
    }

    .is-home .nav-links {
        top: 68px;
        padding: 8px;
        border-radius: 4px;
        background: rgba(5, 11, 23, 0.96);
    }

    .is-home .nav-links a {
        padding: 15px 16px;
    }

    .is-home .nav-links a::after {
        right: auto;
        bottom: 8px;
        left: 16px;
        width: 48px;
    }

    .is-home .nav-actions {
        order: 1;
        margin-left: 0;
    }

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

    .experience-card {
        min-height: 0;
    }

    .path-header,
    .path-panel {
        grid-template-columns: 1fr;
    }

    .path-visual {
        min-height: 340px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .journey-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 56px 32px;
    }

    .journey-steps::before {
        display: none;
    }
}

@media (max-width: 720px) {
    .is-home .nav {
        width: min(100% - 22px, 1440px);
        min-height: 64px;
    }

    .is-home .nav-links {
        top: 64px;
        left: 11px;
        right: 11px;
    }

    .is-home .nav-actions .btn-ghost {
        display: none;
    }

    .is-home .nav-actions .btn {
        min-width: 76px;
        padding: 9px 12px;
    }

    .shinobi-hero {
        min-height: max(700px, 100svh);
    }

    .hero-world {
        inset: -2%;
        background-position: 55% center;
    }

    .hero-center {
        min-height: max(700px, 100svh);
        padding-top: 104px;
        padding-bottom: 72px;
    }

    .hero-logo {
        width: min(520px, 96vw);
        margin: 4px 0 18px;
    }

    .hero-kicker {
        gap: 8px;
        font-size: 0.59rem;
        letter-spacing: 0.14em;
    }

    .hero-kicker span {
        width: 18px;
    }

    .hero-tagline {
        width: min(440px, 88vw);
        font-size: 1rem;
    }

    .hero-actions {
        width: min(100%, 360px);
        flex-direction: column;
    }

    .btn-hero {
        width: 100%;
        min-width: 0;
    }

    .hero-status {
        right: 12px;
        bottom: 24px;
        left: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hero-status > div {
        min-width: 0;
        padding: 11px 12px;
    }

    .hero-status > div:nth-child(3) {
        display: none;
    }

    .scroll-sigil {
        display: none;
    }

    .world-section,
    .journey-section {
        padding-top: 92px;
        padding-bottom: 94px;
    }

    .world-heading {
        margin-bottom: 42px;
    }

    .world-heading h2,
    .journey-section h2 {
        font-size: clamp(2.25rem, 11vw, 3.6rem);
    }

    .experience-card {
        padding: 38px 26px 30px;
    }

    .path-section {
        padding: 92px 0;
    }

    .path-header {
        gap: 22px;
        margin-bottom: 32px;
    }

    .path-tabs {
        grid-template-columns: 1fr;
    }

    .path-tab + .path-tab {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .path-copy {
        padding: 38px 24px;
    }

    .path-copy h3 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .path-visual {
        min-height: 290px;
    }

    .chakra-ring {
        width: 210px;
        height: 210px;
    }

    .chakra-ring span {
        inset: -14px 88px;
    }

    .chakra-ring i {
        inset: 88px -14px;
    }

    .journey-steps {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .journey-step {
        min-height: 76px;
        padding: 0 0 0 94px;
        text-align: left;
    }

    .journey-step > span {
        top: 4px;
        left: 34px;
    }

    .journey-step p {
        margin-left: 0;
    }

    .final-callout {
        min-height: 600px;
        padding: 82px 0;
    }

    .final-callout h2 {
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }
}

@media (max-height: 620px) and (max-width: 720px) {
    .shinobi-hero,
    .hero-center {
        min-height: 100svh;
    }

    .hero-center {
        justify-content: flex-start;
        padding-top: 78px;
        padding-bottom: 20px;
    }

    .hero-kicker {
        margin-bottom: 2px;
        font-size: 0.52rem;
    }

    .hero-logo {
        width: min(470px, 78vw);
        max-height: 215px;
        margin: 4px 0 14px;
    }

    .hero-tagline {
        max-width: 540px;
        margin-bottom: 14px;
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .btn-hero {
        min-height: 44px;
        padding-block: 10px;
    }

    .hero-status,
    .scroll-sigil {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-logo,
    .scroll-sigil i::after,
    .hero-particle,
    .chakra-ring {
        animation: none;
    }

    .hero-world,
    .experience-card,
    .path-panel,
    .has-js .reveal-on-scroll {
        transition: none;
        transform: none;
    }

    .has-js .reveal-on-scroll {
        opacity: 1;
    }
}
