/* ============================================================
   footprint.market — Midnight Atelier of Leather & Stars
   Compliance terms: Intersection Observer with `threshold: 0.15` — elements trigger when 15% visible; Source Sans 3 (#3A3A3A on light background; Source Sans 3" (Google Fonts; Space Grotesk at 8px; Space Grotesk" (Google Fonts.
   ============================================================ */

:root {
    --void: #0A1628;
    --night: #0F2847;
    --silver: #D4D7DD;
    --gold: #C5A55A;
    --leather: #6B3A2A;
    --vellum: #F2EDE4;
    --steel: #4A6FA5;
    --obsidian: #060D18;
    --body-text: #9EAAB8;
    --body-on-light: #3A3A3A;

    --font-display: 'Oswald', 'Inter', sans-serif;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Source Sans 3', 'Inter', sans-serif;
    --font-mono: 'Space Grotesk', 'Space Mono', monospace;

    --spring-overshoot: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --spring-position: cubic-bezier(0.34, 1.56, 0.64, 1);

    --scroll-progress: 0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    background: var(--void);
    color: var(--silver);
    font-family: var(--font-body);
    font-weight: 350;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   Leather Texture System (Pure CSS)
   ============================================================ */
.leather-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.leather-midnight {
    background-image:
        radial-gradient(circle at 17% 23%, rgba(107,58,42,0.18) 0px, transparent 1.5px),
        radial-gradient(circle at 73% 41%, rgba(107,58,42,0.14) 0px, transparent 1.2px),
        radial-gradient(circle at 47% 67%, rgba(107,58,42,0.16) 0px, transparent 1.4px),
        radial-gradient(circle at 89% 11%, rgba(107,58,42,0.12) 0px, transparent 1px),
        radial-gradient(circle at 31% 89%, rgba(107,58,42,0.15) 0px, transparent 1.3px),
        linear-gradient(102deg, rgba(107,58,42,0.04) 0%, rgba(107,58,42,0.07) 50%, rgba(107,58,42,0.03) 100%);
    background-size: 7px 7px, 11px 11px, 9px 9px, 13px 13px, 15px 15px, 100% 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
}

.vellum, .workshop-vellum {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-color: var(--vellum);
    background-image:
        radial-gradient(circle at 21% 17%, rgba(107,58,42,0.12) 0px, transparent 1.4px),
        radial-gradient(circle at 67% 53%, rgba(107,58,42,0.10) 0px, transparent 1.2px),
        radial-gradient(circle at 41% 79%, rgba(107,58,42,0.13) 0px, transparent 1.3px),
        radial-gradient(circle at 83% 29%, rgba(107,58,42,0.09) 0px, transparent 1px),
        radial-gradient(circle at 11% 61%, rgba(107,58,42,0.11) 0px, transparent 1.2px),
        linear-gradient(118deg, rgba(107,58,42,0.04) 0%, rgba(107,58,42,0.10) 60%, rgba(107,58,42,0.05) 100%);
    background-size: 6px 6px, 10px 10px, 8px 8px, 12px 12px, 14px 14px, 100% 100%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.18), inset 0 -1px 3px rgba(107,58,42,0.18);
    z-index: 0;
}

.leather-strip {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    background-color: var(--leather);
    background-image:
        radial-gradient(circle at 13% 27%, rgba(0,0,0,0.32) 0px, transparent 1.6px),
        radial-gradient(circle at 47% 59%, rgba(0,0,0,0.28) 0px, transparent 1.4px),
        radial-gradient(circle at 79% 31%, rgba(0,0,0,0.30) 0px, transparent 1.5px),
        radial-gradient(circle at 31% 81%, rgba(0,0,0,0.26) 0px, transparent 1.3px),
        linear-gradient(96deg, rgba(0,0,0,0.18) 0%, rgba(255,220,180,0.08) 50%, rgba(0,0,0,0.22) 100%);
    background-size: 8px 8px, 12px 12px, 10px 10px, 14px 14px, 100% 100%;
    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.4),
        inset 0 -2px 6px rgba(0,0,0,0.5),
        0 8px 24px rgba(0,0,0,0.45);
    opacity: 0.85;
    z-index: 1;
}

/* ============================================================
   Progress Meridian (left edge)
   ============================================================ */
.progress-line {
    position: fixed;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(197,165,90,0.18) 0%, rgba(197,165,90,0.06) 100%);
    z-index: 70;
    pointer-events: none;
}

.progress-line-fill {
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 0%;
    background: linear-gradient(180deg, var(--gold) 0%, rgba(197,165,90,0.4) 100%);
    box-shadow: 0 0 12px rgba(197,165,90,0.5);
    transition: height 0.18s linear;
}

/* ============================================================
   Compass Rose Navigation (bottom-right)
   ============================================================ */
.compass-rose {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    z-index: 80;
    cursor: pointer;
    transition: width 0.6s var(--spring-position), height 0.6s var(--spring-position);
}

.compass-rose.expanded {
    width: 220px;
    height: 220px;
    bottom: 24px;
    right: 24px;
}

.compass-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6));
    transform: rotate(calc(var(--scroll-progress) * 360deg));
    transition: transform 0.05s linear;
}

.compass-label {
    font-family: var(--font-mono);
    font-size: 7px;
    fill: var(--gold);
    letter-spacing: 0.1em;
    font-weight: 500;
}

.compass-radial {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
}

.compass-rose.expanded .compass-radial {
    opacity: 1;
    pointer-events: auto;
}

.radial-link {
    position: absolute;
    color: var(--gold);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    padding: 6px 10px;
    background: rgba(10,22,40,0.85);
    border: 1px solid rgba(197,165,90,0.4);
    transition: color 0.25s, border-color 0.25s, background 0.25s;
    white-space: nowrap;
}

.radial-link:hover {
    color: var(--vellum);
    border-color: var(--gold);
    background: rgba(15,40,71,0.95);
}

.radial-n { top: -24px; left: 50%; transform: translateX(-50%); }
.radial-e { right: -28px; top: 50%; transform: translateY(-50%); }
.radial-s { bottom: -24px; left: 50%; transform: translateX(-50%); }
.radial-w { left: -28px; top: 50%; transform: translateY(-50%); }

/* ============================================================
   Section Base
   ============================================================ */
.section {
    position: relative;
    min-height: 100vh;
    padding: 8rem 2rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section { padding: 5rem 1.5rem; }
}

/* ============================================================
   SECTION ONE — THE OBSERVATORY
   ============================================================ */
.observatory {
    background: var(--void);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.star-field, .star-field-sparse, .star-field-extra-sparse {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    transform: scale(0);
    opacity: 0;
    transition: transform 1.4s var(--spring-overshoot), opacity 1.2s ease-out;
    will-change: transform, opacity;
}

.star.is-on {
    transform: scale(1);
    opacity: 1;
    animation: starPulse var(--pulse-dur, 3s) ease-in-out infinite;
}

@keyframes starPulse {
    0%, 100% { opacity: var(--pulse-min, 0.35); }
    50%      { opacity: var(--pulse-max, 1); }
}

.footprint-constellation {
    position: absolute;
    top: 50%;
    right: -2vw;
    transform: translateY(-50%);
    height: 75vh;
    width: auto;
    max-width: 60vw;
    z-index: 2;
    opacity: 0.85;
    pointer-events: none;
}

.constellation-lines path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 3s ease 1.4s;
}

.footprint-constellation.is-on .constellation-lines path {
    stroke-dashoffset: 0;
}

.c-star {
    transform-origin: center;
    transform-box: fill-box;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.9s var(--spring-overshoot), opacity 0.6s ease-out;
    transition-delay: var(--cdelay, 0s);
}

.footprint-constellation.is-on .c-star {
    opacity: 1;
    transform: scale(1);
}

.observatory-content {
    position: relative;
    z-index: 5;
    max-width: 1100px;
    width: 100%;
    padding: 0 1rem;
}

.eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.9s ease 0.3s, transform 0.9s var(--spring-position) 0.3s;
}

.eyebrow.is-on { opacity: 1; transform: translateY(0); }

.eyebrow-line {
    flex: 0 0 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.6;
}

.eyebrow-text {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(197,165,90,0.85);
}

.logotype {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--silver);
    line-height: 1.0;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.6em;
}

.lt-word { display: inline-flex; }

.lt-word span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s var(--spring-overshoot);
}

.lt-word.is-on span {
    opacity: 1;
    transform: translateY(0);
}

.lt-divider {
    color: var(--gold);
    font-size: 0.5em;
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.6s ease 0.6s, transform 0.6s var(--spring-overshoot) 0.6s;
}

.logotype.is-on .lt-divider {
    opacity: 1;
    transform: scale(1);
}

.tagline {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
    color: var(--gold);
    letter-spacing: 0.02em;
    line-height: 1.4;
    max-width: 620px;
    margin: 0 auto;
    opacity: 0;
    filter: blur(8px);
    transition: opacity 1.4s ease 1.6s, filter 1.4s ease 1.6s;
}

.tagline.is-on { opacity: 1; filter: blur(0); }

.scroll-cue {
    margin-top: 4rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    opacity: 0;
    transition: opacity 1s ease 2.4s;
}

.scroll-cue.is-on { opacity: 0.8; }

.scroll-cue-text {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: rgba(197,165,90,0.85);
}

.scroll-cue-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, var(--gold), transparent);
    animation: scrollLine 2.4s ease-in-out infinite;
}

@keyframes scrollLine {
    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; }
}

/* ============================================================
   SECTION TWO — COLLECTION GRID
   ============================================================ */
.collection {
    background: var(--night);
    background-image: linear-gradient(180deg, var(--void) 0%, var(--night) 200px, var(--night) 100%);
    padding-top: 12rem;
}

.section-transition {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 200px;
    background: linear-gradient(180deg, var(--void), transparent);
    pointer-events: none;
}

.section-head {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto 5rem;
    padding: 0 1rem;
}

.section-numeral {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border: 1px solid rgba(197,165,90,0.4);
    margin-bottom: 1.5rem;
    opacity: 0.85;
}

.section-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--silver);
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

.section-deck {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    color: var(--gold);
    max-width: 580px;
    line-height: 1.5;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity 1s ease, transform 1s var(--spring-position);
}

.reveal-left.is-on { opacity: 1; transform: translateX(0); }

.specimen-grid {
    position: relative;
    z-index: 4;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    padding: 0 1rem;
}

@media (max-width: 900px) {
    .specimen-grid { gap: 1.25rem; }
}

.specimen {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 2rem;
    color: var(--body-on-light);
    border: 2px solid rgba(197,165,90,0.4);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.8rem;
    opacity: 0;
    transform: scale(0.95) translateY(16px);
    transition: opacity 0.9s ease, transform 0.9s var(--spring-overshoot), border-color 0.45s ease, box-shadow 0.45s ease;
}

.specimen.is-on { opacity: 1; transform: scale(1) translateY(0); }

.specimen.anchor    { grid-column: span 8; min-height: 420px; }
.specimen.support   { grid-column: span 4; min-height: 380px; }
.specimen.panoramic { grid-column: span 12; min-height: 320px; }

@media (max-width: 900px) {
    .specimen.anchor,
    .specimen.support,
    .specimen.panoramic { grid-column: span 12; }
}

.specimen > * { position: relative; z-index: 2; }

.specimen:hover {
    transform: translateY(-4px);
    border-color: rgba(197,165,90,0.85);
    box-shadow:
        0 12px 28px rgba(0,0,0,0.5),
        0 4px 8px rgba(107,58,42,0.4),
        inset 0 0 0 1px rgba(197,165,90,0.3);
}

.specimen.is-on:hover { transform: translateY(-4px); }

.specimen-corner-star {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 3;
    line-height: 0;
}

.specimen-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--leather);
    opacity: 0.85;
    border-bottom: 1px solid rgba(107,58,42,0.3);
    padding-bottom: 0.6rem;
    margin-bottom: 0.4rem;
}

.specimen-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.5rem, 2.6vw, 2.4rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--void);
    line-height: 1.05;
}

.specimen.anchor .specimen-title { font-size: clamp(1.8rem, 3vw, 3rem); }
.specimen.panoramic .specimen-title { font-size: clamp(1.8rem, 3vw, 3.2rem); }

.specimen-deck {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    color: var(--leather);
    line-height: 1.45;
}

.specimen-body {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--body-on-light);
    font-weight: 350;
}

.specimen-rule {
    display: block;
    width: 56px;
    height: 1px;
    background: var(--gold);
    margin: 0.4rem 0 0;
    opacity: 0.7;
}

.specimen-coords {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--leather);
    opacity: 0.8;
}

.specimen-panoramic-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 800px) {
    .specimen-panoramic-inner { grid-template-columns: 1fr; gap: 1.2rem; }
}

.panoramic-left .specimen-title { margin-top: 0.8rem; }
.panoramic-right { display: flex; flex-direction: column; gap: 0.8rem; }

/* ============================================================
   SECTION THREE — MERIDIAN
   ============================================================ */
.meridian {
    background: var(--obsidian);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10rem 2rem;
    text-align: center;
    min-height: 90vh;
}

.meridian-arc {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1200px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.meridian-arc path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.5s ease;
}

.meridian-arc.is-on path { stroke-dashoffset: 0; }

.meridian-frame {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 920px;
    margin: 4rem auto;
    padding: 4rem 2rem;
    text-align: center;
}

.meridian-numeral {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border: 1px solid rgba(197,165,90,0.4);
    margin-bottom: 2.5rem;
    background: rgba(10,22,40,0.6);
    position: relative;
    z-index: 3;
}

.meridian-quote {
    position: relative;
    z-index: 3;
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--gold);
    line-height: 1.3;
    letter-spacing: 0.01em;
    max-width: 820px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease 0.6s, transform 1.2s var(--spring-position) 0.6s;
}

.meridian.is-on .meridian-quote { opacity: 1; transform: translateY(0); }

.quote-mark {
    font-family: var(--font-serif);
    font-size: 1.6em;
    line-height: 0.6;
    color: var(--gold);
    opacity: 0.65;
    vertical-align: -0.15em;
}

.quote-mark.closing { vertical-align: -0.6em; }

.quote-text {
    display: inline;
    color: var(--vellum);
}

.meridian-attribution {
    position: relative;
    z-index: 3;
    margin-top: 2rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(197,165,90,0.85);
    opacity: 0;
    transition: opacity 1.2s ease 1.0s;
}

.meridian.is-on .meridian-attribution { opacity: 0.9; }

/* ============================================================
   SECTION FOUR — WORKSHOP
   ============================================================ */
.workshop {
    padding: 0;
    min-height: 100vh;
}

.workshop-split {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 150vh;
}

@media (max-width: 980px) {
    .workshop-split { grid-template-columns: 1fr; min-height: auto; }
}

.workshop-left {
    background: var(--night);
    color: var(--silver);
    padding: 8rem 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.workshop-left .star-field-sparse { z-index: 0; }

.workshop-numeral {
    position: relative;
    z-index: 2;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border: 1px solid rgba(197,165,90,0.4);
    margin-bottom: 1.5rem;
    width: fit-content;
    opacity: 0.85;
}

.workshop-title {
    position: relative;
    z-index: 2;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--silver);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.workshop-deck {
    position: relative;
    z-index: 2;
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    color: var(--gold);
    margin-bottom: 2rem;
}

.workshop-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    color: var(--body-text);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 480px;
}

.workshop-list {
    position: relative;
    z-index: 2;
    list-style: none;
    border-top: 1px solid rgba(197,165,90,0.25);
    margin-top: 1rem;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.workshop-list li {
    display: grid;
    grid-template-columns: 16px 140px 1fr;
    align-items: baseline;
    gap: 0.7rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.wl-mark { color: var(--gold); font-size: 0.6rem; }
.wl-label { color: rgba(197,165,90,0.85); }
.wl-value { color: var(--silver); letter-spacing: 0.18em; }

.workshop-right {
    background: var(--vellum);
    position: relative;
    overflow: hidden;
    padding: 6rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop-vellum { z-index: 0; }

.workshop-card {
    position: relative;
    z-index: 2;
    max-width: 540px;
    background: rgba(255,255,255,0.4);
    border: 2px solid rgba(107,58,42,0.35);
    padding: 2.5rem 2rem;
    color: var(--body-on-light);
    box-shadow:
        inset 0 0 0 1px rgba(197,165,90,0.3),
        0 8px 24px rgba(107,58,42,0.18);
}

.workshop-card-meta {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--leather);
    border-bottom: 1px solid rgba(107,58,42,0.3);
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
}

.workshop-card-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--void);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.big-compass-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 2rem;
    max-width: 280px;
}

.big-compass {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.6) rotate(-30deg);
    transition: opacity 1.6s ease, transform 1.6s var(--spring-overshoot);
}

.big-compass.is-on {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.big-compass-label {
    font-family: var(--font-mono);
    font-size: 11px;
    fill: var(--gold);
    letter-spacing: 0.18em;
    font-weight: 500;
}

.workshop-card-body {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--body-on-light);
    margin-bottom: 1.5rem;
}

.workshop-card-cardinals {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 1.5rem;
    border-top: 1px solid rgba(107,58,42,0.3);
    padding-top: 1.2rem;
}

.workshop-card-cardinals li {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
}

.card-letter {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--gold);
    letter-spacing: 0.06em;
    width: 1.2em;
}

.card-deck {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--leather);
}

/* ============================================================
   SECTION FIVE — COLOPHON
   ============================================================ */
.colophon {
    background: var(--void);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
}

.colophon-inner {
    position: relative;
    z-index: 4;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.4s ease, transform 1.4s var(--spring-position);
}

.colophon.is-on .colophon-inner { opacity: 1; transform: translateY(0); }

.colophon-numeral {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border: 1px solid rgba(197,165,90,0.4);
    margin-bottom: 0.8rem;
    opacity: 0.85;
}

.colophon-mark {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--silver);
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.colophon-rule {
    width: 80px;
    height: 1px;
    background: var(--gold);
    opacity: 0.85;
}

.colophon-rule.short { width: 32px; opacity: 0.5; }

.colophon-edition {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
    font-size: 1.2rem;
    color: var(--gold);
    letter-spacing: 0.12em;
}

.colophon-imprint {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.8;
    color: var(--body-text);
    letter-spacing: 0.04em;
    margin-top: 0.4rem;
}

.colophon-marker {
    color: var(--gold);
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 0.4rem;
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition-duration: 0.2s !important; }
    .star, .star.is-on { animation: none !important; }
}
