*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--space);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

::selection {
    background: var(--cyan);
    color: #06101a;
}

.svg-sprite {
    position: absolute;
    overflow: hidden;
}

.icon {
    width: 1.1em;
    height: 1.1em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: var(--ink);
    color: var(--space);
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.space-canvas {
    position: fixed;
    z-index: -2;
    inset: 0;
    overflow: hidden;
    background:
            radial-gradient(circle at 50% -20%, rgba(87, 90, 190, 0.24), transparent 45%),
            linear-gradient(180deg, #080b20 0%, #050714 48%, #060918 100%);
    pointer-events: none;
}

.star-field,
.star-field::before,
.star-field::after {
    position: absolute;
    inset: 0;
    content: "";
    background-repeat: repeat;
}

.star-field-far {
    opacity: 0.55;
    background-image:
            radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
            radial-gradient(circle, rgba(105, 231, 255, 0.7) 0 1px, transparent 1.4px);
    background-position: 13px 17px, 74px 91px;
    background-size: 127px 137px, 193px 211px;
}

.star-field-near {
    opacity: 0.38;
    background-image: radial-gradient(circle, #fff 0 1.2px, transparent 1.8px);
    background-position: 35px 42px;
    background-size: 281px 263px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

.nebula {
    position: absolute;
    width: 55rem;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 0.16;
    filter: blur(100px);
}

.nebula-one {
    top: -25rem;
    left: -20rem;
    background: var(--violet);
}

.nebula-two {
    right: -30rem;
    bottom: 5%;
    background: var(--magenta);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid transparent;
    transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
    border-color: var(--line);
    background: rgba(5, 7, 20, 0.82);
    backdrop-filter: blur(20px);
}

.header-inner {
    display: flex;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.75rem;
}

.brand-mark {
    display: block;
    width: 3rem;
    aspect-ratio: 1;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 0.65rem rgba(114, 230, 177, 0.2));
}

.brand-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.brand-type {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
}

.brand-type span {
    display: block;
    margin-top: 0.28rem;
    color: var(--cyan);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.32em;
}

.header-navigation,
.primary-nav,
.language-switcher {
    display: flex;
    align-items: center;
}

.header-navigation {
    flex: 1;
    justify-content: flex-end;
    gap: clamp(1rem, 2vw, 2rem);
}

.primary-nav {
    gap: clamp(0.9rem, 1.8vw, 1.7rem);
}

.primary-nav a {
    position: relative;
    color: var(--ink-soft);
    font-size: 0.88rem;
    font-weight: 600;
    transition: color 160ms ease;
}

.primary-nav a::after {
    position: absolute;
    right: 50%;
    bottom: -0.6rem;
    left: 50%;
    height: 1px;
    background: var(--cyan);
    content: "";
    transition: right 180ms ease, left 180ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
    color: var(--ink);
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
    right: 0;
    left: 0;
}

.language-switcher {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.language-switcher a {
    padding: 0.36rem 0.47rem;
    color: var(--ink-muted);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.language-switcher a[aria-current="true"] {
    background: var(--ink);
    color: var(--space);
}

.nav-toggle {
    display: none;
    width: 2.8rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--panel);
    color: var(--ink);
    cursor: pointer;
}

.nav-toggle svg {
    width: 1.35rem;
    height: 1.35rem;
}

.nav-close-icon {
    display: none;
}

.button {
    display: inline-flex;
    min-height: 3.3rem;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.8rem 1.3rem;
    border: 1px solid var(--line-bright);
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
    border-color: var(--cyan);
    background: rgba(105, 231, 255, 0.08);
    transform: translateY(-2px);
}

.button-primary {
    border-color: transparent;
    background: linear-gradient(120deg, var(--cyan), #8cb7ff 55%, var(--violet));
    box-shadow: 0 14px 35px rgba(74, 174, 229, 0.18);
    color: #07101e;
}

.button-primary:hover {
    border-color: transparent;
    background: linear-gradient(120deg, #9af0ff, #a7c9ff 55%, #b598ff);
    box-shadow: 0 16px 42px rgba(105, 231, 255, 0.28);
}

.button-small {
    min-height: 2.7rem;
    padding: 0.58rem 1rem;
    font-size: 0.78rem;
}

.button .icon,
.text-link .icon,
.footer-links .icon {
    transition: transform 180ms ease;
}

.button:hover .icon,
.text-link:hover .icon,
.footer-links a:hover .icon {
    transform: translate(3px, -1px);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 1rem;
    color: var(--cyan);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 1.8rem;
    height: 1px;
    background: currentColor;
    content: "";
}

.display-title,
.section-title,
.page-title,
.article-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.display-title {
    max-width: 13ch;
    font-size: clamp(3.25rem, 7.4vw, 7.2rem);
}

.section-title {
    max-width: 16ch;
    font-size: clamp(2.35rem, 4.7vw, 4.5rem);
}

.page-title {
    max-width: 14ch;
    font-size: clamp(3rem, 6.2vw, 6.3rem);
}

.title-accent {
    color: transparent;
    background: linear-gradient(100deg, var(--cyan), #d3d1ff 55%, var(--magenta));
    background-clip: text;
    -webkit-background-clip: text;
}

.lead {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: var(--ink-soft);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.75;
}

.section-heading {
    display: grid;
    margin-bottom: 3.5rem;
    gap: 1.25rem;
}

.section-heading-centered {
    justify-items: center;
    text-align: center;
}

.section-heading-centered .eyebrow {
    justify-content: center;
}

.section-heading-centered .lead {
    margin-inline: auto;
}

.home-hero {
    position: relative;
    display: grid;
    min-height: calc(100svh - 5rem);
    align-items: center;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.home-hero::after {
    position: absolute;
    right: 5%;
    bottom: 4%;
    width: 13rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-bright), transparent);
    content: "";
    transform: rotate(-32deg);
}

.hero-grid {
    display: grid;
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.2rem;
}

.availability {
    display: flex;
    max-width: 35rem;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2.6rem;
    color: var(--ink-muted);
    font-size: 0.8rem;
}

.availability-dot {
    position: relative;
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 14px var(--success);
}

.availability-dot::after {
    position: absolute;
    inset: -0.3rem;
    border: 1px solid var(--success);
    border-radius: 50%;
    content: "";
    animation: signal-pulse 2.2s ease-out infinite;
}

.cosmic-portrait {
    position: relative;
    width: min(100%, 31rem);
    margin-inline: auto;
    aspect-ratio: 1;
}

.portrait-halo,
.portrait-orbit,
.portrait-orbit::before {
    position: absolute;
    border-radius: 50%;
}

.portrait-halo {
    inset: 6%;
    background: radial-gradient(circle, rgba(105, 231, 255, 0.26), rgba(155, 122, 255, 0.1) 48%, transparent 70%);
    filter: blur(20px);
}

.portrait-frame {
    position: absolute;
    z-index: 2;
    inset: 15%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 50%;
    background: #d9d6d5;
    box-shadow: inset 0 0 45px rgba(15, 16, 38, 0.2), 0 35px 70px rgba(0, 0, 0, 0.42);
}

.portrait-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(105, 231, 255, 0.08), transparent 40%, rgba(155, 122, 255, 0.2));
    content: "";
    mix-blend-mode: color;
}

.portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.portrait-orbit {
    z-index: 3;
    inset: 7% -2%;
    border: 1px solid rgba(244, 200, 117, 0.58);
    transform: rotate(-19deg) scaleY(0.35);
}

.portrait-orbit::before {
    top: 44%;
    right: -0.35rem;
    width: 0.75rem;
    aspect-ratio: 1;
    background: var(--gold);
    box-shadow: 0 0 18px var(--gold);
    content: "";
}

.portrait-orbit-secondary {
    inset: -2% 8%;
    border-color: rgba(105, 231, 255, 0.3);
    transform: rotate(60deg) scaleY(0.53);
}

.portrait-caption {
    position: absolute;
    z-index: 5;
    right: -1rem;
    bottom: 6%;
    max-width: 15rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: rgba(8, 11, 29, 0.76);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.portrait-caption span,
.micro-label {
    display: block;
    color: var(--cyan);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.portrait-caption strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.77rem;
    font-weight: 650;
}

.section {
    position: relative;
    padding: clamp(5.5rem, 10vw, 9.5rem) 0;
}

.section-bordered {
    border-top: 1px solid var(--line);
}

.orbits-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orbit-card {
    position: relative;
    display: flex;
    min-height: 21rem;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, rgba(20, 28, 62, 0.7), rgba(8, 12, 31, 0.74));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.orbit-card::before {
    position: absolute;
    top: -9rem;
    right: -8rem;
    width: 18rem;
    aspect-ratio: 1;
    border: 1px solid rgba(105, 231, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 2.3rem rgba(155, 122, 255, 0.035), 0 0 0 5rem rgba(105, 231, 255, 0.025);
    content: "";
}

.orbit-card:hover {
    border-color: var(--line-bright);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.orbit-card-icon {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 3.3rem;
    border: 1px solid var(--line-bright);
    border-radius: 50%;
    background: rgba(105, 231, 255, 0.06);
    color: var(--cyan);
    place-items: center;
}

.orbit-card-icon .icon {
    width: 1.55rem;
    height: 1.55rem;
}

.orbit-card h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: -0.025em;
}

.orbit-card p {
    max-width: 31rem;
    margin: 0.85rem 0 2rem;
    color: var(--ink-soft);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    color: var(--cyan);
    font-size: 0.83rem;
    font-weight: 750;
}

.manifesto-grid {
    display: grid;
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: 0.95fr 1.05fr;
}

.galaxy-art {
    position: relative;
    min-height: 32rem;
}

.galaxy-core,
.galaxy-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
}

.galaxy-core {
    width: 8rem;
    aspect-ratio: 1;
    background: radial-gradient(circle at 42% 42%, #fff 0 3%, var(--gold) 8%, var(--magenta) 30%, rgba(155, 122, 255, 0.35) 58%, transparent 72%);
    box-shadow: 0 0 70px rgba(240, 123, 197, 0.55);
}

.galaxy-ring {
    width: 85%;
    height: 23%;
    border: 1px solid rgba(244, 200, 117, 0.35);
    background: radial-gradient(ellipse, transparent 38%, rgba(240, 123, 197, 0.18) 46%, rgba(105, 231, 255, 0.16) 53%, transparent 64%);
    box-shadow: 0 0 35px rgba(155, 122, 255, 0.18);
}

.galaxy-ring-two {
    width: 68%;
    height: 40%;
    border-color: rgba(105, 231, 255, 0.2);
    transform: translate(-50%, -50%) rotate(36deg);
}

.galaxy-dot {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #fff;
}

.galaxy-dot:nth-child(4) { top: 15%; left: 22%; width: 5px; height: 5px; }
.galaxy-dot:nth-child(5) { top: 31%; right: 10%; width: 3px; height: 3px; }
.galaxy-dot:nth-child(6) { right: 24%; bottom: 13%; width: 6px; height: 6px; background: var(--cyan); }
.galaxy-dot:nth-child(7) { bottom: 26%; left: 12%; width: 3px; height: 3px; background: var(--gold); }

.manifesto-copy > p:not(.eyebrow) {
    margin: 1.5rem 0;
    color: var(--ink-soft);
    font-size: 1.05rem;
}

.cosmic-quote {
    position: relative;
    margin: 2.4rem 0 0;
    padding: 1.5rem 0 0 2rem;
    border-top: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-style: italic;
    line-height: 1.5;
}

.cosmic-quote::before {
    position: absolute;
    top: 1rem;
    left: 0;
    color: var(--gold);
    content: "“";
    font-size: 2.5rem;
}

.cta-panel {
    position: relative;
    display: grid;
    overflow: hidden;
    align-items: center;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 1px solid var(--line-bright);
    border-radius: var(--radius-lg);
    background:
            radial-gradient(circle at 85% 10%, rgba(105, 231, 255, 0.16), transparent 32%),
            linear-gradient(135deg, rgba(23, 30, 67, 0.94), rgba(14, 17, 41, 0.94));
    box-shadow: var(--shadow);
    grid-template-columns: 1fr auto;
}

.cta-panel::after {
    position: absolute;
    top: -8rem;
    right: 8%;
    width: 15rem;
    aspect-ratio: 1;
    border: 1px solid rgba(244, 200, 117, 0.25);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 2rem rgba(244, 200, 117, 0.035), 0 0 0 4rem rgba(105, 231, 255, 0.025);
}

.cta-panel h2 {
    max-width: 19ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.cta-panel p {
    max-width: 45rem;
    margin: 1rem 0 0;
    color: var(--ink-soft);
}

.page-hero {
    position: relative;
    display: grid;
    min-height: 38rem;
    align-items: end;
    overflow: hidden;
    padding: clamp(5rem, 11vw, 10rem) 0 clamp(4rem, 7vw, 7rem);
    border-bottom: 1px solid var(--line);
}

.page-hero::before {
    position: absolute;
    right: -9rem;
    bottom: -15rem;
    width: min(52vw, 45rem);
    aspect-ratio: 1;
    border: 1px solid rgba(105, 231, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgba(105, 231, 255, 0.02), 0 0 0 10rem rgba(155, 122, 255, 0.018);
    content: "";
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero .lead {
    max-width: 46rem;
}

.frequency-grid,
.practice-grid,
.values-grid,
.facts-grid,
.journal-grid {
    display: grid;
    gap: 1rem;
}

.frequency-grid {
    grid-template-columns: repeat(3, 1fr);
}

.frequency-card {
    position: relative;
    display: flex;
    min-height: 17rem;
    overflow: hidden;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
}

.frequency-card::after {
    position: absolute;
    right: -2rem;
    bottom: -4rem;
    width: 9rem;
    height: 9rem;
    border: 1px solid var(--line-bright);
    border-radius: 50%;
    content: "";
}

.frequency-card .icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 2.8rem;
    color: var(--cyan);
}

.frequency-card h3 {
    margin: auto 0 0.35rem;
    font-size: 1.2rem;
}

.frequency-card p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.88rem;
}

.practice-grid {
    counter-reset: practice;
    grid-template-columns: repeat(3, 1fr);
}

.practice-card {
    padding: 2.25rem;
    border-top: 1px solid var(--line-bright);
    background: linear-gradient(180deg, rgba(105, 231, 255, 0.035), transparent);
}

.practice-number {
    color: var(--gold);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.practice-card h3,
.value-card h3 {
    margin: 1.8rem 0 0.8rem;
    font-family: var(--font-display);
    font-size: 1.6rem;
}

.practice-card p,
.value-card p {
    margin: 0;
    color: var(--ink-soft);
}

.about-story {
    display: grid;
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(17rem, 0.85fr) 1.15fr;
}

.about-image {
    position: relative;
    overflow: hidden;
    min-height: 34rem;
    border: 1px solid var(--line);
    border-radius: 47% 47% var(--radius-lg) var(--radius-lg);
    background: #ddd;
}

.about-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(6, 9, 24, 0.45));
    content: "";
}

.about-image img {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
    object-position: center;
}

.story-copy p:not(.eyebrow) {
    color: var(--ink-soft);
    font-size: 1.06rem;
}

.facts-grid {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.fact {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.88rem;
}

.fact .icon {
    color: var(--cyan);
}

.values-grid {
    grid-template-columns: repeat(3, 1fr);
}

.value-card {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
}

.value-orbit {
    display: grid;
    width: 3.2rem;
    aspect-ratio: 1;
    border: 1px solid var(--line-bright);
    border-radius: 50%;
    color: var(--cyan);
    place-items: center;
}

.value-orbit::after {
    width: 0.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
    content: "";
}

.journal-grid {
    grid-template-columns: repeat(3, 1fr);
}

.article-card {
    display: flex;
    overflow: hidden;
    min-height: 28rem;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    transition: border-color 180ms ease, transform 180ms ease;
}

.article-card:hover {
    border-color: var(--line-bright);
    transform: translateY(-4px);
}

.article-card-media {
    position: relative;
    height: 13rem;
    overflow: hidden;
    background:
            radial-gradient(circle at 70% 25%, rgba(244, 200, 117, 0.75) 0 2%, transparent 3%),
            radial-gradient(circle at 55% 58%, rgba(105, 231, 255, 0.45), transparent 8%),
            linear-gradient(135deg, #171e49, #391b52 55%, #101b3d);
}

.article-card-media::after {
    position: absolute;
    inset: 28% -10%;
    border: 1px solid rgba(244, 200, 117, 0.3);
    border-radius: 50%;
    content: "";
    transform: rotate(-12deg);
}

.article-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    color: var(--ink-muted);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.article-card h2 {
    margin: 1rem 0 0.75rem;
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 1.25;
}

.article-card p {
    margin: 0 0 1.5rem;
    color: var(--ink-soft);
    font-size: 0.9rem;
}

.empty-state {
    padding: clamp(2.5rem, 6vw, 5rem);
    border: 1px dashed var(--line-bright);
    border-radius: var(--radius-lg);
    background: rgba(15, 21, 48, 0.45);
    text-align: center;
}

.empty-planet {
    position: relative;
    width: 5rem;
    margin: 0 auto 1.7rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--violet), #273c72);
    box-shadow: 0 0 30px rgba(155, 122, 255, 0.24);
}

.empty-planet::after {
    position: absolute;
    top: 40%;
    right: -1.5rem;
    left: -1.5rem;
    height: 1rem;
    border: 2px solid var(--gold);
    border-radius: 50%;
    content: "";
    transform: rotate(-12deg);
}

.empty-state h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.8rem;
}

.empty-state p {
    margin: 0.75rem auto 0;
    color: var(--ink-soft);
}

.article-header {
    padding: clamp(5rem, 10vw, 9rem) 0 3rem;
    text-align: center;
}

.article-header .eyebrow {
    justify-content: center;
}

.article-title {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.article-header .article-meta {
    justify-content: center;
    margin-top: 1.5rem;
}

.article-cover {
    overflow: hidden;
    width: min(1040px, calc(100vw - 2.5rem));
    max-height: 40rem;
    margin: 0 auto 4rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.article-cover img {
    width: 100%;
    max-height: 40rem;
    object-fit: cover;
}

.article-layout {
    display: grid;
    align-items: start;
    gap: 4rem;
    padding-bottom: 7rem;
    grid-template-columns: minmax(0, 1fr) 12rem;
}

.prose {
    max-width: 48rem;
    color: #d8d8e6;
    font-size: 1.08rem;
    line-height: 1.9;
}

.prose p {
    margin: 0 0 1.5rem;
}

.article-actions {
    position: sticky;
    top: 7rem;
    display: grid;
    gap: 0.75rem;
}

.article-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.76rem;
}

.article-action button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.contact-grid {
    display: grid;
    align-items: start;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: 0.8fr 1.2fr;
}

.contact-copy {
    position: sticky;
    top: 8rem;
}

.contact-promise {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
}

.contact-promise .icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 1.3rem;
    color: var(--cyan);
}

.contact-promise h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.35rem;
}

.contact-promise p {
    margin: 0.65rem 0 0;
    color: var(--ink-soft);
    font-size: 0.9rem;
}

.cosmic-form {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(13, 18, 43, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.form-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.field {
    display: grid;
    gap: 0.5rem;
}

.field-full {
    grid-column: 1 / -1;
}

.field label {
    font-size: 0.78rem;
    font-weight: 700;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    outline: 0;
    background: rgba(3, 6, 18, 0.56);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input,
.field select {
    min-height: 3.5rem;
    padding: 0 1rem;
}

.field textarea {
    min-height: 12rem;
    padding: 1rem;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(105, 231, 255, 0.1);
}

.field [aria-invalid="true"] {
    border-color: var(--danger);
}

.field-error {
    color: var(--danger);
    font-size: 0.75rem;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.form-privacy {
    max-width: 23rem;
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.73rem;
}

.flash {
    margin-top: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--panel-strong);
}

.flash-success { border-color: rgba(114, 230, 177, 0.5); color: var(--success); }
.flash-error { border-color: rgba(255, 141, 155, 0.5); color: var(--danger); }

.site-footer {
    position: relative;
    padding: 5rem 0 2rem;
    border-top: 1px solid var(--line);
    background: rgba(3, 5, 15, 0.5);
}

.footer-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr 0.75fr 0.75fr;
}

.footer-identity p {
    max-width: 27rem;
    margin: 1.5rem 0 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.site-footer h2 {
    margin: 0 0 1rem;
    color: var(--ink-muted);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    align-items: start;
    gap: 0.55rem;
}

.footer-links a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.35rem;
    color: var(--ink-soft);
    font-size: 0.86rem;
}

.footer-links a:hover {
    color: var(--cyan);
}

.footer-links .icon {
    width: 0.85rem;
    height: 0.85rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 4rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    font-size: 0.7rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem 1.1rem;
}

.footer-legal a {
    color: var(--ink-muted);
}

.footer-legal a:hover {
    color: var(--cyan);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes signal-pulse {
    0% { opacity: 0.8; transform: scale(0.55); }
    80%, 100% { opacity: 0; transform: scale(1.7); }
}

@media (max-width: 1020px) {
    .header-cta {
        display: none;
    }

    .hero-grid {
        gap: 2rem;
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
    }

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

@media (max-width: 820px) {
    :root {
        --shell: min(100% - 2rem, 42rem);
    }

    .nav-toggle {
        display: inline-flex;
    }

    .header-navigation {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: min(90vw, 29rem);
        padding: 7rem 2rem 2rem;
        background: rgba(7, 10, 27, 0.98);
        box-shadow: -20px 0 60px rgba(0, 0, 0, 0.3);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .header-navigation.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .primary-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .primary-nav a {
        padding: 0.8rem 0;
        border-bottom: 1px solid var(--line);
        font-size: 1.5rem;
    }

    .primary-nav a::after {
        display: none;
    }

    .language-switcher {
        width: fit-content;
        margin-top: 1rem;
    }

    .header-navigation .header-cta {
        display: inline-flex;
        margin-top: 1rem;
    }

    .nav-toggle[aria-expanded="true"] .nav-open-icon { display: none; }
    .nav-toggle[aria-expanded="true"] .nav-close-icon { display: block; }

    .hero-grid,
    .manifesto-grid,
    .about-story,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .home-hero {
        padding-top: 5rem;
    }

    .cosmic-portrait {
        width: min(100%, 27rem);
    }

    .orbits-grid,
    .practice-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .orbit-card {
        min-height: 18rem;
    }

    .galaxy-art {
        min-height: 25rem;
        order: 2;
    }

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

    .about-image {
        min-height: 28rem;
    }

    .contact-copy {
        position: static;
    }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-actions {
        position: static;
        grid-row: 1;
        grid-template-columns: repeat(3, 1fr);
    }

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

    .footer-identity {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .display-title {
        font-size: clamp(2.8rem, 14vw, 4.4rem);
    }

    .hero-actions,
    .hero-actions .button,
    .form-footer {
        width: 100%;
    }

    .hero-actions .button {
        justify-content: center;
    }

    .portrait-caption {
        right: 0;
        bottom: 0;
    }

    .frequency-grid,
    .journal-grid,
    .facts-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .field-full {
        grid-column: auto;
    }

    .form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .article-actions {
        grid-template-columns: 1fr;
    }

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

    .footer-identity {
        grid-column: auto;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
