/* ==========================================================================
   undo.systems — Seapunk Classical / Aurora Marble
   Palette:
     #0A1628 Midnight Abyss
     #0D3B4F Trench Teal
     #0B3D4A Abyssal Teal
     #1A3C42 Deep Stone
     #5BEAD6 Electric Cyan
     #3AEEA5 Aurora Green
     #B266FF Deep Violet
     #C8E6DF Glacial Mist Body
     #E0FFF8 Glacial Mint
     #F0E6D3 Marble Cream
     #C4B5A0 Veined Stone
   ========================================================================== */

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

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    background: #0A1628;
    color: #E0FFF8;
    font-family: "Quicksand", "Inter", system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    position: relative;
    scroll-behavior: smooth;
}

/* ---------- Bokeh background field ---------- */
.bokeh-field {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.bokeh {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    will-change: transform;
}

/* Each bokeh has unique color, size, position, and animation */
.bokeh.b1  { width: 240px; height: 240px; left: 8%;  top: 12%; background: radial-gradient(circle, rgba(91,234,214,0.55) 0%, rgba(91,234,214,0) 70%); animation: drift1 28s ease-in-out infinite alternate; }
.bokeh.b2  { width: 180px; height: 180px; left: 70%; top: 8%;  background: radial-gradient(circle, rgba(178,102,255,0.45) 0%, rgba(178,102,255,0) 70%); animation: drift2 36s ease-in-out infinite alternate; filter: blur(50px); }
.bokeh.b3  { width: 320px; height: 320px; left: 40%; top: 30%; background: radial-gradient(circle, rgba(58,238,165,0.35) 0%, rgba(58,238,165,0) 70%); animation: drift3 42s ease-in-out infinite alternate; filter: blur(60px); }
.bokeh.b4  { width: 90px;  height: 90px;  left: 22%; top: 68%; background: radial-gradient(circle, rgba(91,234,214,0.6)  0%, rgba(91,234,214,0) 70%); animation: drift4 18s ease-in-out infinite alternate; filter: blur(20px); }
.bokeh.b5  { width: 140px; height: 140px; left: 86%; top: 55%; background: radial-gradient(circle, rgba(178,102,255,0.45) 0%, rgba(178,102,255,0) 70%); animation: drift5 24s ease-in-out infinite alternate; filter: blur(35px); }
.bokeh.b6  { width: 70px;  height: 70px;  left: 56%; top: 80%; background: radial-gradient(circle, rgba(58,238,165,0.6)  0%, rgba(58,238,165,0) 70%); animation: drift6 22s ease-in-out infinite alternate; filter: blur(25px); }
.bokeh.b7  { width: 200px; height: 200px; left: 12%; top: 90%; background: radial-gradient(circle, rgba(13,59,79,0.6)    0%, rgba(13,59,79,0) 70%);    animation: drift7 30s ease-in-out infinite alternate; filter: blur(45px); }
.bokeh.b8  { width: 120px; height: 120px; left: 78%; top: 95%; background: radial-gradient(circle, rgba(91,234,214,0.5)  0%, rgba(91,234,214,0) 70%); animation: drift8 26s ease-in-out infinite alternate; filter: blur(30px); }
.bokeh.b9  { width: 160px; height: 160px; left: 4%;  top: 38%; background: radial-gradient(circle, rgba(58,238,165,0.4)  0%, rgba(58,238,165,0) 70%); animation: drift9 32s ease-in-out infinite alternate; filter: blur(38px); }
.bokeh.b10 { width: 60px;  height: 60px;  left: 32%; top: 18%; background: radial-gradient(circle, rgba(178,102,255,0.6) 0%, rgba(178,102,255,0) 70%); animation: drift10 16s ease-in-out infinite alternate; filter: blur(18px); }
.bokeh.b11 { width: 110px; height: 110px; left: 92%; top: 28%; background: radial-gradient(circle, rgba(91,234,214,0.5)  0%, rgba(91,234,214,0) 70%); animation: drift11 38s ease-in-out infinite alternate; filter: blur(32px); }
.bokeh.b12 { width: 220px; height: 220px; left: 50%; top: 130%;background: radial-gradient(circle, rgba(178,102,255,0.35) 0%, rgba(178,102,255,0) 70%); animation: drift12 40s ease-in-out infinite alternate; filter: blur(55px); }
.bokeh.b13 { width: 95px;  height: 95px;  left: 18%; top: 160%;background: radial-gradient(circle, rgba(58,238,165,0.5)  0%, rgba(58,238,165,0) 70%); animation: drift13 22s ease-in-out infinite alternate; filter: blur(26px); }
.bokeh.b14 { width: 170px; height: 170px; left: 76%; top: 170%;background: radial-gradient(circle, rgba(91,234,214,0.45) 0%, rgba(91,234,214,0) 70%); animation: drift14 34s ease-in-out infinite alternate; filter: blur(42px); }
.bokeh.b15 { width: 130px; height: 130px; left: 36%; top: 220%;background: radial-gradient(circle, rgba(178,102,255,0.4)  0%, rgba(178,102,255,0) 70%); animation: drift15 28s ease-in-out infinite alternate; filter: blur(38px); }
.bokeh.b16 { width: 200px; height: 200px; left: 60%; top: 240%;background: radial-gradient(circle, rgba(58,238,165,0.35) 0%, rgba(58,238,165,0) 70%); animation: drift16 44s ease-in-out infinite alternate; filter: blur(48px); }
.bokeh.b17 { width: 80px;  height: 80px;  left: 6%;  top: 280%;background: radial-gradient(circle, rgba(91,234,214,0.55) 0%, rgba(91,234,214,0) 70%); animation: drift17 20s ease-in-out infinite alternate; filter: blur(22px); }
.bokeh.b18 { width: 150px; height: 150px; left: 84%; top: 300%;background: radial-gradient(circle, rgba(178,102,255,0.4)  0%, rgba(178,102,255,0) 70%); animation: drift18 30s ease-in-out infinite alternate; filter: blur(36px); }
.bokeh.b19 { width: 110px; height: 110px; left: 28%; top: 330%;background: radial-gradient(circle, rgba(58,238,165,0.5)  0%, rgba(58,238,165,0) 70%); animation: drift19 26s ease-in-out infinite alternate; filter: blur(28px); }
.bokeh.b20 { width: 240px; height: 240px; left: 50%; top: 360%;background: radial-gradient(circle, rgba(13,59,79,0.55)  0%, rgba(13,59,79,0) 70%);    animation: drift20 38s ease-in-out infinite alternate; filter: blur(50px); }

@keyframes drift1  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(80px, 60px) scale(1.1); } }
@keyframes drift2  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-60px, 90px) scale(0.9); } }
@keyframes drift3  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(50px, -70px) scale(1.05); } }
@keyframes drift4  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-40px, -40px) scale(1.15); } }
@keyframes drift5  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(70px, 40px) scale(0.95); } }
@keyframes drift6  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-50px, 60px) scale(1.08); } }
@keyframes drift7  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(90px, -30px) scale(1.12); } }
@keyframes drift8  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-70px, 50px) scale(0.92); } }
@keyframes drift9  { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(40px, 80px) scale(1.05); } }
@keyframes drift10 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-30px, -60px) scale(1.18); } }
@keyframes drift11 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(60px, 40px) scale(0.94); } }
@keyframes drift12 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-50px, -50px) scale(1.06); } }
@keyframes drift13 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(70px, -40px) scale(1.1); } }
@keyframes drift14 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-80px, 70px) scale(0.96); } }
@keyframes drift15 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.05); } }
@keyframes drift16 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-60px, -50px) scale(1.08); } }
@keyframes drift17 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(40px, 30px) scale(1.12); } }
@keyframes drift18 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-50px, 60px) scale(0.94); } }
@keyframes drift19 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(60px, -40px) scale(1.05); } }
@keyframes drift20 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-40px, 80px) scale(1.04); } }

/* ---------- Medallion rail (left navigation column) ---------- */
.medallion-rail {
    position: fixed;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.medallion {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #C8E6DF;
    font-family: "DM Mono", "Inter", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: lowercase;
    transition: transform 0.4s ease;
}

.medallion svg {
    flex: 0 0 auto;
    filter: drop-shadow(0 0 6px rgba(91,234,214,0.0));
    transition: filter 0.5s ease, transform 0.5s ease;
}

.medallion .medallion-bg {
    fill: #F0E6D3;
}

.medallion .medallion-border {
    fill: none;
    stroke: #C4B5A0;
    stroke-width: 2;
    transition: stroke 0.5s ease;
}

.medallion .medallion-icon {
    stroke: #0D3B4F;
    stroke-width: 1.6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.medallion-label {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #5BEAD6;
}

.medallion:hover .medallion-label,
.medallion.active .medallion-label {
    opacity: 1;
    transform: translateX(0);
}

.medallion:hover svg,
.medallion.active svg {
    filter: drop-shadow(0 0 10px rgba(91,234,214,0.7));
    transform: scale(1.08);
}

.medallion:hover .medallion-border,
.medallion.active .medallion-border {
    stroke: #5BEAD6;
}

@media (max-width: 900px) {
    .medallion-rail {
        left: 8px;
        gap: 14px;
    }
    .medallion svg { width: 36px; height: 36px; }
    .medallion-label { display: none; }
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    padding: 80px 8% 60px 14%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    isolation: isolate;
}

/* Tide line under top */
.tide-line {
    position: absolute;
    top: 60px;
    left: 14%;
    right: 8%;
    height: 80px;
    z-index: 2;
    pointer-events: none;
}

.tide-line-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.tide-path {
    filter: drop-shadow(0 0 6px rgba(91,234,214,0.5));
    animation: tideShift 12s ease-in-out infinite alternate;
}

@keyframes tideShift {
    0%   { transform: translateX(-12px); }
    100% { transform: translateX(12px); }
}

.hero-inner {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 140px;
    max-width: 1200px;
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dm-mono {
    font-family: "DM Mono", monospace;
    font-size: 0.85rem;
    color: #5BEAD6;
    letter-spacing: 0.08em;
}

.hero-title-wrap {
    width: 100%;
    max-width: 1100px;
}

.hero-title-svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.hero-title-text {
    font-family: "Nunito", "Inter", sans-serif;
    font-weight: 800;
    font-size: 130px;
    letter-spacing: -0.02em;
    fill: transparent;
    stroke: #5BEAD6;
    stroke-width: 1.5;
    paint-order: stroke fill;
    filter: drop-shadow(0 0 10px rgba(91,234,214,0.55));
    /* Each letter will be drawn via stroke-dasharray (animated by JS) */
}

.hero-title-text.filled {
    fill: #E0FFF8;
    transition: fill 0.6s ease 0.2s;
}

.hero-subtitle {
    max-width: 720px;
    opacity: 0;
    transform: translateY(20px);
    animation: heroTaglineSpring 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1.6s forwards;
}

.hero-tagline {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    color: #C8E6DF;
    font-size: 1.2rem;
    line-height: 1.6;
    font-style: italic;
}

@keyframes heroTaglineSpring {
    0% { opacity: 0; transform: translateY(20px); }
    70% { opacity: 1; transform: translateY(-3px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Hero marble card (subtitle block on marble) */
.hero-marble-card {
    margin-top: 12px;
    max-width: 640px;
    padding: 1.8rem 2.2rem;
    background:
        repeating-linear-gradient(125deg, transparent 0%, transparent 45%, rgba(196,181,160,0.4) 45.5%, rgba(196,181,160,0.15) 55%, transparent 55.5%),
        repeating-linear-gradient(40deg, transparent 0%, transparent 60%, rgba(196,181,160,0.18) 60.4%, transparent 61%),
        #F0E6D3;
    border: 2px solid #C4B5A0;
    border-radius: 4px;
    filter: contrast(1.05) brightness(1.02);
    color: #0B3D4A;
    box-shadow: 0 12px 40px -10px rgba(0,0,0,0.5), inset 0 0 30px rgba(196,181,160,0.3);
    opacity: 0;
    transform: translateY(20px);
    animation: heroTaglineSpring 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 2.0s forwards;
    position: relative;
}

.marble-quote {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #0D3B4F;
}

.marble-quote em {
    color: #1A3C42;
    font-style: italic;
}

.marble-quote-mark {
    color: #C4B5A0;
    font-size: 1.6em;
    line-height: 0;
    vertical-align: -0.3em;
    margin-right: 0.1em;
}

.marble-quote-mark.close {
    margin-left: 0.1em;
    margin-right: 0;
}

.marble-attribution {
    margin-top: 1rem;
    color: #1A3C42;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

/* Hero pulsing arrow */
.hero-arrow {
    align-self: center;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    animation: arrowPulse 2s ease-in-out infinite;
}

.hero-arrow .dm-mono {
    font-size: 0.72rem;
    color: #5BEAD6;
}

@keyframes arrowPulse {
    0%, 100% { opacity: 0.4; transform: translateY(0); }
    50%      { opacity: 1; transform: translateY(6px); }
}

/* ---------- Wave divider ---------- */
.wave-divider {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: -1px;
}

.wave-divider svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wave-back {
    animation: waveSway 9s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 8px rgba(178,102,255,0.3));
}

.wave-front {
    animation: waveSway 7s ease-in-out infinite alternate-reverse;
    filter: drop-shadow(0 0 6px rgba(91,234,214,0.4));
}

@keyframes waveSway {
    0%   { transform: translateX(-50px); }
    100% { transform: translateX(0); }
}

/* ---------- Tier sections ---------- */
.tier {
    position: relative;
    min-height: 80vh;
    padding: 100px 8% 100px 14%;
    z-index: 4;
}

.tier-a {
    background: #0A1628;
}

.tier-b {
    background: #0D3B4F;
}

.tier-inner {
    max-width: 1100px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tier-heading-wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
}

.tier-heading {
    font-family: "Nunito", "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #E0FFF8;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tier-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.aurora-text {
    background: linear-gradient(135deg, #5BEAD6 0%, #3AEEA5 35%, #B266FF 70%, #5BEAD6 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: auroraShift 8s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 12px rgba(91,234,214,0.25));
}

@keyframes auroraShift {
    0%   { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

.aurora-underline {
    margin-top: 14px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #5BEAD6 0%, #3AEEA5 35%, #B266FF 70%, #5BEAD6 100%);
    box-shadow: 0 0 8px rgba(91,234,214,0.5);
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.tier-heading-wrap.visible .aurora-underline {
    width: 70%;
}

.tier-index {
    display: inline-block;
    margin-top: 12px;
    color: #5BEAD6;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

.tier-heading-wrap.visible .tier-index {
    opacity: 1;
    transform: translateX(0);
}

.tier-body {
    width: 100%;
    max-width: 720px;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tier-paragraph {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.8;
    color: #C8E6DF;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tier-b .tier-paragraph {
    color: #C8E6DF;
}

.tier-paragraph em {
    color: #5BEAD6;
    font-style: italic;
}

.tier-paragraph.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Marble panel breakout */
.marble-panel {
    align-self: center;
    margin: 12px 0 12px 0;
    max-width: 600px;
    padding: 2.5rem 2.5rem 2rem;
    background:
        repeating-linear-gradient(125deg, transparent 0%, transparent 45%, rgba(196,181,160,0.4) 45.5%, rgba(196,181,160,0.15) 55%, transparent 55.5%),
        repeating-linear-gradient(38deg, transparent 0%, transparent 60%, rgba(196,181,160,0.2) 60.4%, transparent 61%),
        #F0E6D3;
    border: 2px solid #C4B5A0;
    border-radius: 4px;
    filter: contrast(1.05) brightness(1.02);
    box-shadow: 0 16px 50px -10px rgba(0,0,0,0.6), inset 0 0 30px rgba(196,181,160,0.3);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: relative;
}

.marble-panel.visible {
    opacity: 1;
    transform: translateY(0);
}

.marble-pullquote {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #0D3B4F;
    text-align: center;
}

.marble-pullquote em {
    color: #0B3D4A;
}

/* ---------- Plinth (footer) ---------- */
.plinth {
    position: relative;
    z-index: 5;
    padding: 60px 8% 70px;
    background:
        repeating-linear-gradient(125deg, transparent 0%, transparent 45%, rgba(196,181,160,0.4) 45.5%, rgba(196,181,160,0.15) 55%, transparent 55.5%),
        repeating-linear-gradient(35deg, transparent 0%, transparent 58%, rgba(196,181,160,0.2) 58.4%, transparent 59%),
        repeating-linear-gradient(85deg, transparent 0%, transparent 70%, rgba(196,181,160,0.1) 70.3%, transparent 71%),
        #F0E6D3;
    filter: contrast(1.05) brightness(1.02);
    border-top: 3px solid;
    border-image: linear-gradient(135deg, #5BEAD6 0%, #3AEEA5 35%, #B266FF 70%, #5BEAD6 100%) 1;
    color: #0B3D4A;
}

.plinth-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.plinth-hourglass {
    margin-bottom: 6px;
}

.plinth-title {
    font-family: "DM Mono", monospace;
    color: #0D3B4F;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    text-transform: lowercase;
}

.plinth-motto {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    color: #1A3C42;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 560px;
}

.plinth-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.plinth-nav a {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    color: #0D3B4F;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.plinth-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #5BEAD6 0%, #3AEEA5 50%, #B266FF 100%);
    transition: width 0.4s ease;
}

.plinth-nav a:hover {
    color: #1A3C42;
}

.plinth-nav a:hover::after {
    width: 100%;
}

.plinth-sep {
    color: #C4B5A0;
}

.plinth-stamp {
    margin-top: 8px;
    color: #1A3C42;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    opacity: 0.85;
}

/* Hourglass path-draw stroke prep */
.hg-frame, .hg-sand-top, .hg-sand-bot, .hg-stream {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

.hg-frame.drawn, .hg-sand-top.drawn, .hg-sand-bot.drawn, .hg-stream.drawn {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.6s ease-out;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .hero {
        padding: 80px 6% 50px 8%;
    }
    .tide-line { left: 8%; right: 6%; }
    .hero-inner { margin-top: 110px; }
    .tier {
        padding: 80px 6% 80px 9%;
    }
    .hero-title-text { font-size: 90px; }
    .hero-marble-card { padding: 1.4rem 1.6rem; }
    .marble-pullquote { font-size: 1.15rem; }
}

@media (max-width: 600px) {
    .medallion-rail {
        gap: 10px;
        left: 4px;
    }
    .medallion svg { width: 28px; height: 28px; }
    .hero-title-text { font-size: 64px; }
    .hero { padding: 70px 5% 40px 12%; }
    .tier { padding: 60px 5% 60px 12%; }
    .hero-tagline { font-size: 1.05rem; }
}
