/* ============================================
   ppuzzl.party - Victorian Star Laboratory
   Aesthetic: victorian-ornate
   Layout: hexagonal-honeycomb
   Typography: frutiger-clean (Fira Sans / Playfair Display / Cormorant Garamond)
   Palette: triadic (Violet #7b2d8e / Copper #b87333 / Teal #2d8e7b)
   Patterns: path-draw-svg
   Imagery: marble-texture (CSS-generated)
   Motifs: star-celestial
   Tone: futuristic-cutting-edge
   ============================================ */

/* --- Custom Properties --- */
:root {
    --astrolabe-midnight: #1a1028;
    --veined-carrara: #f0ece4;
    --celestial-violet: #7b2d8e;
    --burnished-copper: #b87333;
    --observatory-teal: #2d8e7b;
    --star-gold: #d4a843;
    --marble-charcoal: #2c2836;
    --fog-silver: #9a94a8;
    --carrara-dark: #e8e2d8;
    --carrara-mid: #ede7dd;
    --hex-size: 220px;
    --hex-clip: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    line-height: 1.65;
    letter-spacing: 0.01em;
    color: var(--marble-charcoal);
    background-color: var(--astrolabe-midnight);
    overflow-x: hidden;
}

/* --- Marble Texture Background (CSS-Generated) --- */
.marble-bg {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(184, 115, 51, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(123, 45, 142, 0.04) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 80%, rgba(45, 142, 123, 0.05) 0%, transparent 45%),
        linear-gradient(135deg, #f0ece4 0%, #e8e2d8 25%, #f0ece4 50%, #ede7dd 75%, #f0ece4 100%);
    position: relative;
}

/* Marble veining: three pseudo-element angles at -15deg, 22deg, -8deg */
.marble-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(-15deg, transparent 48%, rgba(184,115,51,0.12) 49%, rgba(184,115,51,0.12) 51%, transparent 52%),
        linear-gradient(-8deg, transparent 48%, rgba(184,115,51,0.06) 49.5%, rgba(184,115,51,0.06) 50.5%, transparent 52%);
    background-size: 300px 300px, 500px 500px;
    background-position: 20px 0, -40px 80px;
    pointer-events: none;
    opacity: 0.5;
}

.marble-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(22deg, transparent 48%, rgba(184,115,51,0.08) 49%, rgba(184,115,51,0.08) 51%, transparent 52%);
    background-size: 400px 400px;
    background-position: -30px 50px;
    pointer-events: none;
    opacity: 0.4;
}

.marble-bg-light {
    background:
        radial-gradient(ellipse at 30% 40%, rgba(184, 115, 51, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(123, 45, 142, 0.03) 0%, transparent 40%),
        linear-gradient(135deg, #f0ece4 0%, #e8e2d8 50%, #f0ece4 100%);
    border-radius: 8px; /* clip-path fallback */
}

/* --- Typography --- */
h1, h2 {
    font-family: 'Playfair Display', serif;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 0.95;
    color: var(--veined-carrara);
    text-transform: lowercase;
    font-variant-ligatures: discretionary-ligatures;
}

.hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.03em;
    color: var(--star-gold);
    margin-top: 1rem;
    opacity: 0;
    transition: opacity 500ms ease;
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--marble-charcoal);
    text-align: center;
    margin-bottom: clamp(1rem, 2vh, 2rem);
}

.section-heading-light {
    color: var(--veined-carrara);
}

.hex-label {
    font-family: 'Fira Sans', sans-serif;
    font-size: clamp(0.8rem, 1.4vw, 1rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--celestial-violet);
    display: block;
    margin-bottom: 0.5rem;
}

.hex-text {
    font-family: 'Fira Sans', sans-serif;
    font-size: clamp(0.75rem, 1.1vw, 0.9rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--marble-charcoal);
}

/* --- Section Rosette Ornament --- */
.section-rosette {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(1.5rem, 3vh, 3rem);
}

/* --- Compass Navigation --- */
#compass-nav {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 46px;
}

.compass-hex {
    position: relative;
    width: 40px;
    height: 46px;
    cursor: pointer;
}

.compass-svg {
    width: 40px;
    height: 40px;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.compass-hex:hover .compass-svg {
    transform: rotate(60deg);
}

.compass-labels {
    position: absolute;
    top: 0;
    right: 48px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 300ms ease, transform 300ms ease;
    pointer-events: none;
}

.compass-hex:hover .compass-labels {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.compass-label {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--veined-carrara);
    background: rgba(26, 16, 40, 0.85);
    backdrop-filter: blur(8px);
    padding: 4px 10px;
    border: 1px solid rgba(184, 115, 51, 0.3);
    text-decoration: none;
    white-space: nowrap;
    transition: color 200ms ease, border-color 200ms ease;
}

.compass-label:hover {
    color: var(--observatory-teal);
    border-color: var(--observatory-teal);
}

/* --- Section 1: Hero --- */
.section-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: var(--astrolabe-midnight);
}

.hero-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-constellation-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.constellation-line {
    stroke: var(--star-gold);
    stroke-width: 0.5;
    opacity: 0.5;
    stroke-dasharray: 4 6;
}

.hero-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    transition: stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-line.drawn {
    stroke-dashoffset: 0;
}

/* Rosette Ring */
.rosette-ring {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.rosette-hex {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-min(35vh, 300px)) rotate(calc(-1 * var(--angle)));
    opacity: 0;
    transition: opacity 400ms ease;
}

.rosette-hex.visible {
    opacity: 1;
}

.rosette-svg {
    width: 48px;
    height: 48px;
}

.rosette-petal {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    transition: stroke-dashoffset 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.rosette-hex.visible .rosette-petal {
    stroke-dashoffset: 0;
}

.rosette-border-path {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.rosette-hex.visible .rosette-border-path {
    stroke-dashoffset: 0;
}

/* Hero Hexagon */
.hero-hex {
    position: relative;
    width: clamp(300px, 50vw, 500px);
    height: clamp(345px, 57.5vw, 575px);
    z-index: 3;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-hex.visible {
    opacity: 1;
    transform: scale(1);
}

.hex-border-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hex-border-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 1000ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-hex.visible .hex-border-path {
    stroke-dashoffset: 0;
}

.hero-hex-content {
    position: absolute;
    inset: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    clip-path: var(--hex-clip);
    border-radius: 8px; /* fallback */
    background:
        radial-gradient(ellipse at 40% 40%, rgba(184, 115, 51, 0.05) 0%, transparent 50%),
        linear-gradient(135deg, rgba(240,236,228,0.08) 0%, rgba(232,226,216,0.06) 50%, rgba(240,236,228,0.08) 100%);
}

/* Title character animation */
.hero-title .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 200ms ease, transform 200ms ease;
}

.hero-title .char.visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-tagline.visible {
    opacity: 1;
}

/* Orbital Ring */
.orbital-ring {
    position: absolute;
    inset: -30%;
    width: 160%;
    height: 160%;
    z-index: 0;
    animation: orbit 60s linear infinite;
    pointer-events: none;
}

@keyframes orbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    transition: opacity 500ms ease;
    animation: pulse-scroll 2s ease-in-out infinite;
}

.scroll-indicator.visible {
    opacity: 1;
}

@keyframes pulse-scroll {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.1); }
}

/* --- Ornamental Dividers --- */
.ornamental-divider {
    padding: clamp(2rem, 4vh, 4rem) 0;
    display: flex;
    justify-content: center;
    background-color: var(--astrolabe-midnight);
}

.divider-svg {
    width: min(600px, 90vw);
    height: 60px;
}

.divider-path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ornamental-divider.drawn .divider-path {
    stroke-dashoffset: 0;
}

.ornamental-divider.drawn .divider-svg {
    animation: divider-breathe 4s ease-in-out infinite 1.5s;
}

@keyframes divider-breathe {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* --- Section 2: The Puzzle Chamber --- */
.section-puzzles {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(184, 115, 51, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(123, 45, 142, 0.04) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 80%, rgba(45, 142, 123, 0.05) 0%, transparent 45%),
        linear-gradient(135deg, #f0ece4 0%, #e8e2d8 25%, #f0ece4 50%, #ede7dd 75%, #f0ece4 100%);
    padding: clamp(4rem, 8vh, 8rem) clamp(1rem, 4vw, 4rem);
    position: relative;
}

.section-puzzles::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(-15deg, transparent 48%, rgba(184,115,51,0.1) 49%, rgba(184,115,51,0.1) 51%, transparent 52%),
        linear-gradient(-8deg, transparent 48%, rgba(184,115,51,0.05) 49.5%, rgba(184,115,51,0.05) 50.5%, transparent 52%);
    background-size: 350px 350px, 520px 520px;
    pointer-events: none;
    opacity: 0.4;
}

/* Honeycomb Grid -- 4/3/4/3 pattern */
.honeycomb-grid {
    display: grid;
    grid-template-columns: repeat(4, var(--hex-size));
    gap: 8px 4px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hex-cell {
    position: relative;
    width: var(--hex-size);
    height: calc(var(--hex-size) * 1.15);
    opacity: 0;
    transform: scale(0.85) rotate(-5deg);
    transition: opacity 400ms ease, transform 400ms ease;
    border-radius: 8px; /* clip-path fallback */
}

.hex-cell.visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* Offset rows (rows 2 and 4 -- items 5-7 and 12-14) */
.hex-row-offset {
    margin-left: calc(var(--hex-size) * 0.5);
}

.hex-cell-border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.hex-cell-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 400ms cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 0 4px rgba(184, 115, 51, 0.3));
}

.hex-cell.visible .hex-cell-path {
    stroke-dashoffset: 0;
}

.hex-cell-content {
    position: absolute;
    inset: 0;
    clip-path: var(--hex-clip);
    border-radius: 8px; /* fallback */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    padding-top: clamp(2rem, 4vw, 3.5rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms ease 400ms, transform 300ms ease 400ms;
    z-index: 1;
}

.hex-cell.visible .hex-cell-content {
    opacity: 1;
    transform: translateY(0);
}

/* Eight-pointed stars at vertices */
.vertex-star {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.vertex-star svg {
    width: 16px;
    height: 16px;
}

.vertex-star path {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    transition: stroke-dashoffset 400ms ease;
}

.vertex-star.visible path {
    stroke-dashoffset: 0;
}

/* --- Section 3: The Observatory --- */
.section-observatory {
    background-color: var(--astrolabe-midnight);
    padding: clamp(4rem, 8vh, 8rem) clamp(1rem, 4vw, 4rem);
    position: relative;
    min-height: 80vh;
}

.star-chart-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.star-chart-svg {
    width: 100%;
    height: auto;
}

.constellation-path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    transition: stroke-dashoffset 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.constellation-group.drawn .constellation-path {
    stroke-dashoffset: 0;
}

.star-node {
    fill: var(--star-gold);
    filter: drop-shadow(0 0 6px rgba(212, 168, 67, 0.4));
    cursor: pointer;
    transition: transform 200ms ease;
    transform-origin: center;
    transform-box: fill-box;
}

.constellation-group.drawn .star-node {
    animation: star-pulse 3s ease-in-out infinite;
}

@keyframes star-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.star-node:hover {
    transform: scale(1.4);
}

.bg-star {
    animation: bg-twinkle 4s ease-in-out infinite;
}

.bg-star:nth-child(even) {
    animation-delay: -2s;
}

.bg-star:nth-child(3n) {
    animation-duration: 5s;
    animation-delay: -1s;
}

@keyframes bg-twinkle {
    0%, 100% { opacity: 0.15; }
    50% { opacity: 0.5; }
}

/* Hexagonal Tooltip */
.hex-tooltip {
    position: absolute;
    width: 200px;
    height: 230px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 150ms ease;
    display: none;
}

.hex-tooltip.active {
    display: block;
    opacity: 1;
}

.tooltip-hex-border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tooltip-hex-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hex-tooltip.active .tooltip-hex-path {
    stroke-dashoffset: 0;
}

.tooltip-content {
    position: absolute;
    inset: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: var(--hex-clip);
    border-radius: 8px; /* fallback */
    background: rgba(26, 16, 40, 0.92);
    backdrop-filter: blur(8px);
    padding: 0.5rem;
}

.tooltip-label {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--star-gold);
    margin-bottom: 0.25rem;
}

.tooltip-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--veined-carrara);
    line-height: 1.35;
}

/* --- Section 4: The Invitation --- */
.section-invitation {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invitation-bg {
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(4rem, 8vh, 8rem) clamp(1rem, 4vw, 4rem);
}

.invitation-frame {
    position: relative;
    max-width: 560px;
    width: 90%;
    z-index: 2;
}

.invitation-border-svg {
    position: absolute;
    inset: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}

.invitation-border-path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transition: stroke-dashoffset 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.invitation-inner-path {
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    transition: stroke-dashoffset 1400ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}

.section-invitation.visible .invitation-border-path,
.section-invitation.visible .invitation-inner-path {
    stroke-dashoffset: 0;
}

.invitation-content {
    text-align: center;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    z-index: 3;
}

.invitation-prelude {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fog-silver);
    margin-bottom: 0.5rem;
}

.invitation-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--marble-charcoal);
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.invitation-ornament {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mini-ornament {
    width: 120px;
    height: 20px;
}

.invitation-body {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 300;
    font-style: italic;
    color: var(--marble-charcoal);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.invitation-closing {
    font-family: 'Fira Sans', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 600;
    color: var(--celestial-violet);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.invitation-signature {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--fog-silver);
    letter-spacing: 0.06em;
}

.invitation-orbital {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: orbit 90s linear infinite;
    pointer-events: none;
}

/* --- Responsive --- */
@media (max-width: 1200px) {
    :root {
        --hex-size: 180px;
    }

    .honeycomb-grid {
        grid-template-columns: repeat(3, var(--hex-size));
    }

    /* Reset all offsets for 3-col, then apply alternating offset */
    .hex-row-offset {
        margin-left: calc(var(--hex-size) * 0.5);
    }
}

@media (max-width: 768px) {
    :root {
        --hex-size: min(280px, 80vw);
        /* Softer hex vertices, 5% inward per design spec */
        --hex-clip: polygon(50% 2%, 97% 27%, 97% 73%, 50% 98%, 3% 73%, 3% 27%);
    }

    .honeycomb-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
    }

    .hex-cell,
    .hex-row-offset {
        margin-left: 0 !important;
    }

    .hero-title {
        font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .rosette-hex {
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-min(25vh, 180px)) rotate(calc(-1 * var(--angle)));
    }

    .rosette-hex .rosette-svg {
        width: 32px;
        height: 32px;
    }

    #compass-nav {
        top: 10px;
        right: 10px;
    }

    .compass-labels {
        right: 44px;
    }

    .hex-tooltip {
        width: 160px;
        height: 184px;
    }
}

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

    .hero-hex {
        opacity: 1;
        transform: scale(1);
    }

    .rosette-hex {
        opacity: 1;
    }

    .rosette-petal,
    .rosette-border-path {
        stroke-dashoffset: 0;
    }

    .hero-line {
        stroke-dashoffset: 0;
    }

    .hex-border-path {
        stroke-dashoffset: 0;
    }

    .hex-cell {
        opacity: 1;
        transform: scale(1) rotate(0);
    }

    .hex-cell-path {
        stroke-dashoffset: 0;
    }

    .hex-cell-content {
        opacity: 1;
        transform: translateY(0);
    }

    .divider-path {
        stroke-dashoffset: 0;
    }

    .constellation-path {
        stroke-dashoffset: 0;
    }

    .invitation-border-path,
    .invitation-inner-path {
        stroke-dashoffset: 0;
    }

    .hero-title .char {
        opacity: 1;
        transform: translateY(0);
    }

    .hero-tagline {
        opacity: 1;
    }

    .scroll-indicator {
        opacity: 1;
    }

    .tooltip-hex-path {
        stroke-dashoffset: 0;
    }
}
