/* ============================================
   sim-ai.com — Deco-Scholastic Codex
   Horizontal Scroll · Art Deco · Sepia
   ============================================ */

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

html, body {
    height: 100vh;
    overflow: hidden;
    background-color: #1a0f05;
    color: #f4e8d1;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
}

/* --- Horizontal Scroll Container --- */
.codex-container {
    display: flex;
    width: 700vw;
    height: 100vh;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* --- Chapter Base --- */
.chapter {
    min-width: 100vw;
    height: 100vh;
    scroll-snap-align: start;
    position: relative;
    overflow: hidden;
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at center, transparent 30%, #1a0f05 100%);
}

/* --- Chapter Watermarks --- */
.chapter-watermark {
    position: absolute;
    top: -0.05em;
    left: 0.05em;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 20vw;
    color: #c9a84c;
    opacity: 0.06;
    pointer-events: none;
    line-height: 1;
    z-index: 0;
    user-select: none;
}

/* --- Deco Border Base --- */
.deco-border {
    position: absolute;
    inset: 20px;
    border: 2px solid #c9a84c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.deco-border::before,
.deco-border::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.deco-border::before {
    inset: 8px;
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.deco-border::after {
    inset: 4px;
    border: 1px solid rgba(201, 168, 76, 0.15);
}

/* --- Deco Ornaments --- */
.deco-ornament-top,
.deco-ornament-bottom {
    width: 120px;
    height: 30px;
    position: relative;
    margin: 10px auto;
}

.deco-ornament-top::before,
.deco-ornament-bottom::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: 2px solid #c9a84c;
}

.deco-ornament-top::after,
.deco-ornament-bottom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
}

/* --- Frontispiece (Chapter 0) --- */
.chapter-frontispiece {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at 50% 50%, rgba(201, 168, 76, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse at center, transparent 20%, #1a0f05 100%);
}

.marble-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background:
        linear-gradient(135deg, #ede0c8 0%, #f4e8d1 25%, #c9a84c 40%, #ede0c8 60%, #f4e8d1 100%);
    filter: url(#marble-bg);
    pointer-events: none;
    z-index: 0;
}

.frontispiece-content {
    text-align: center;
    z-index: 2;
    position: relative;
}

.frontispiece-title-block {
    margin: 20px 0;
}

.deco-line-horiz {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    margin: 15px auto;
}

.domain-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(3rem, 8vw, 7rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f4e8d1;
    text-shadow: 0 0 60px rgba(201, 168, 76, 0.3);
    line-height: 1.1;
}

.frontispiece-subtitle {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #8b6f47;
    letter-spacing: 0.02em;
    margin-top: 5px;
}

.lottie-polyhedron {
    width: 200px;
    height: 200px;
    margin: 30px auto 20px;
}

#polyhedron-canvas {
    width: 200px;
    height: 200px;
}

.scroll-hint {
    margin-top: 20px;
    animation: pulseHint 2s ease-in-out infinite;
}

.scroll-hint-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.85rem;
    color: #8b6f47;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.scroll-hint-arrow {
    display: inline-block;
    color: #c9a84c;
    font-size: 1.2rem;
    margin-left: 8px;
    animation: arrowSlide 1.5s ease-in-out infinite;
}

@keyframes pulseHint {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes arrowSlide {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(8px); }
}

/* --- Chapter 1: The Premise --- */
.chapter-premise {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at 30% 50%, rgba(201, 168, 76, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at center, transparent 20%, #1a0f05 100%);
}

.deco-border-premise {
    padding: 40px;
}

.premise-layout {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 30px;
    align-items: flex-start;
}

.premise-text-column {
    flex: 0 0 45%;
    padding: 20px 30px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

.premise-text-column::-webkit-scrollbar {
    width: 4px;
}

.premise-text-column::-webkit-scrollbar-thumb {
    background: #5c3d1e;
    border-radius: 2px;
}

.premise-visual-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.marble-panel {
    width: 90%;
    height: 80%;
    background:
        linear-gradient(135deg, #ede0c8, #f4e8d1, #c9a84c 40%, #ede0c8);
    filter: url(#marble-filter);
    border: 2px solid #c9a84c;
    box-shadow:
        inset 0 0 40px rgba(26, 15, 5, 0.5),
        0 0 20px rgba(201, 168, 76, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#agents-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.chapter-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f4e8d1;
    margin-bottom: 5px;
}

.chapter-title-centered {
    text-align: center;
    width: 100%;
}

.chapter-subtitle-italic {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: clamp(0.85rem, 1.5vw, 1.1rem);
    color: #8b6f47;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.chapter-subtitle-centered {
    text-align: center;
    width: 100%;
}

/* Drop Cap */
.drop-cap {
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 0.8;
    color: #c9a84c;
    padding: 4px 10px 0 0;
    border: 2px solid rgba(201, 168, 76, 0.3);
    margin-right: 4px;
    margin-top: 4px;
}

.body-text p {
    max-width: 38ch;
    margin-bottom: 1em;
    color: #f4e8d1;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.marginalia {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 0.75rem !important;
    color: #8b6f47 !important;
    border-left: 2px solid rgba(201, 168, 76, 0.3);
    padding-left: 10px;
    margin-left: -15px !important;
}

/* --- Chapter 2: The Method (Triptych) --- */
.chapter-method {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at center, transparent 30%, #1a0f05 100%);
}

.deco-border-method {
    padding: 30px 20px;
}

.triptych {
    display: flex;
    gap: 20px;
    width: 100%;
    flex: 1;
    max-height: calc(100vh - 200px);
    padding: 0 20px;
}

.triptych-column {
    flex: 1;
    display: flex;
}

.pilaster-frame {
    flex: 1;
    border: 2px solid #c9a84c;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: rgba(92, 61, 30, 0.2);
    box-shadow:
        inset 3px 0 0 #5c3d1e,
        inset -3px 0 0 #5c3d1e,
        inset 6px 0 0 rgba(92, 61, 30, 0.5),
        inset -6px 0 0 rgba(92, 61, 30, 0.5);
}

.pilaster-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background:
        repeating-linear-gradient(
            90deg,
            #c9a84c 0px,
            #c9a84c 4px,
            transparent 4px,
            transparent 8px
        );
}

.pilaster-frame::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background:
        repeating-linear-gradient(
            90deg,
            #c9a84c 0px,
            #c9a84c 4px,
            transparent 4px,
            transparent 8px
        );
}

.triptych-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.deco-icon {
    width: 100%;
    height: 100%;
}

.triptych-heading {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 15px;
}

.triptych-text-scroll {
    overflow-y: auto;
    flex: 1;
    padding-right: 5px;
}

.triptych-text-scroll::-webkit-scrollbar {
    width: 3px;
}

.triptych-text-scroll::-webkit-scrollbar-thumb {
    background: #5c3d1e;
}

.triptych-text-scroll p {
    font-size: 0.9rem;
    margin-bottom: 1em;
    color: #ede0c8;
    max-width: 100%;
}

/* --- Chapter 3: The Library (Bookshelf) --- */
.chapter-library {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at 50% 80%, rgba(92, 61, 30, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at center, transparent 20%, #1a0f05 100%);
}

.deco-border-library {
    padding: 30px 40px;
}

.bookshelf {
    width: 90%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.shelf-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    height: 200px;
    border-bottom: 6px solid #5c3d1e;
    box-shadow: 0 4px 8px rgba(26, 15, 5, 0.5);
    padding: 0 20px;
    position: relative;
}

.shelf-row::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 10px;
    right: 10px;
    height: 6px;
    background: #5c3d1e;
    box-shadow: 0 2px 4px rgba(26, 15, 5, 0.4);
}

.book-spine {
    width: 70px;
    height: 170px;
    background: linear-gradient(90deg, #5c3d1e 0%, #8b6f47 10%, #5c3d1e 20%, #8b6f47 50%, #5c3d1e 90%, #2c1e0f 100%);
    border-left: 3px solid rgba(201, 168, 76, 0.2);
    border-right: 1px solid #1a0f05;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    position: relative;
    box-shadow: inset -2px 0 4px rgba(26, 15, 5, 0.3);
}

.book-spine-wide {
    width: 90px;
}

.book-spine-tall {
    height: 185px;
}

.book-spine-narrow {
    width: 55px;
}

.book-spine:hover {
    transform: translateX(15px);
    box-shadow: -4px 0 12px rgba(26, 15, 5, 0.5);
    z-index: 5;
}

.book-spine::after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    padding: 12px 15px;
    background: #ede0c8;
    color: #2c1e0f;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 0.8rem;
    line-height: 1.5;
    border: 1px solid #c9a84c;
    box-shadow: 0 4px 15px rgba(26, 15, 5, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    z-index: 10;
}

.book-spine:hover::after {
    opacity: 1;
}

.spine-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f4e8d1;
    text-shadow: 0 1px 2px rgba(26, 15, 5, 0.5);
}

.shelf-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c 20%, #c9a84c 80%, transparent);
    margin-top: 20px;
}

/* --- Chapter 4: The Demonstration (Terminal) --- */
.chapter-demo {
    background-color: #1a0f05;
    background-image:
        radial-gradient(ellipse at center, rgba(44, 30, 15, 0.5) 0%, #1a0f05 100%);
}

.deco-border-demo {
    padding: 30px 60px;
}

.terminal-title,
.terminal-subtitle {
    color: #7fbc6a;
}

.terminal-frame {
    width: 90%;
    max-width: 800px;
    flex: 1;
    max-height: calc(100vh - 220px);
    background: #1a0f05;
    border: 2px solid #7fbc6a;
    box-shadow:
        0 0 20px rgba(127, 188, 106, 0.1),
        inset 0 0 40px rgba(26, 15, 5, 0.8);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.terminal-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: rgba(127, 188, 106, 0.08);
    border-bottom: 1px solid rgba(127, 188, 106, 0.3);
    gap: 6px;
}

.terminal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7fbc6a;
    opacity: 0.5;
}

.terminal-header-text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.7rem;
    color: #7fbc6a;
    opacity: 0.6;
    margin-left: 10px;
}

.terminal-output {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.85rem;
    color: #7fbc6a;
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-all;
}

.terminal-output::-webkit-scrollbar {
    width: 4px;
}

.terminal-output::-webkit-scrollbar-thumb {
    background: rgba(127, 188, 106, 0.3);
}

.terminal-cursor {
    display: inline;
    color: #7fbc6a;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.85rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.terminal-line {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.terminal-line.visible {
    opacity: 1;
}

/* --- Chapter 5: The Codex Diagram (Taxonomy) --- */
.chapter-codex-diagram {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at center, transparent 20%, #1a0f05 100%);
}

.deco-border-codex {
    padding: 30px 40px;
}

.taxonomy-tree {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.taxonomy-root {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.medallion {
    width: 120px;
    height: 50px;
    background:
        linear-gradient(135deg, #ede0c8, #f4e8d1, #c9a84c 60%, #ede0c8);
    border: 2px solid #c9a84c;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 2px 10px rgba(26, 15, 5, 0.4),
        inset 0 1px 3px rgba(255, 255, 255, 0.1);
}

.medallion span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2c1e0f;
}

.medallion-root {
    width: 160px;
    height: 60px;
    border-radius: 30px;
}

.medallion-root span {
    font-size: 0.8rem;
}

.medallion-leaf {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, #ede0c8, #f4e8d1);
}

.medallion-leaf span {
    font-size: 0.6rem;
}

.taxonomy-branches {
    display: flex;
    justify-content: center;
    width: 500px;
    height: 50px;
    position: relative;
}

.branch-line {
    position: absolute;
    background: #c9a84c;
}

.branch-line-center {
    width: 2px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.branch-line-left {
    width: 2px;
    height: 50px;
    left: 16.66%;
    top: 0;
    transform-origin: top center;
    transform: translateX(-50%);
}

.branch-line-right {
    width: 2px;
    height: 50px;
    right: 16.66%;
    top: 0;
    transform: translateX(50%);
}

.branch-line-left::after,
.branch-line-right::after,
.branch-line-center::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 4px;
    height: 4px;
    background: #c9a84c;
    border-radius: 50%;
}

/* Horizontal connector from root */
.taxonomy-branches::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16.66%;
    right: 16.66%;
    height: 2px;
    background: #c9a84c;
}

/* Vertical line from root to horizontal */
.taxonomy-branches::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    width: 2px;
    height: 25px;
    background: #c9a84c;
    transform: translateX(-50%);
}

.taxonomy-level-2 {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.taxonomy-branch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sub-branches {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.branch-connector {
    width: 2px;
    height: 12px;
    background: #c9a84c;
}

/* --- Chapter 6: The Colophon --- */
.chapter-colophon {
    background-color: #2c1e0f;
    background-image:
        radial-gradient(ellipse at center, transparent 20%, #1a0f05 100%);
}

.deco-border-colophon {
    padding: 40px;
}

.diamond-lattice-bg {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background:
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            #c9a84c 20px,
            #c9a84c 21px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            #c9a84c 20px,
            #c9a84c 21px
        );
    pointer-events: none;
}

.colophon-content {
    text-align: center;
    z-index: 2;
    position: relative;
}

#particles-canvas {
    width: 300px;
    height: 200px;
    margin: 0 auto 20px;
    display: block;
}

.deco-ornament-colophon {
    width: 80px;
    height: 20px;
    margin: 15px auto;
    position: relative;
}

.deco-ornament-colophon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border: 2px solid #c9a84c;
}

.deco-ornament-colophon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a84c 20%, #c9a84c 80%, transparent);
}

.colophon-text {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    color: #8b6f47;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.colophon-domain {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f4e8d1;
    text-shadow: 0 0 40px rgba(201, 168, 76, 0.3);
    margin-bottom: 15px;
}

.colophon-year {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #c9a84c;
    margin-top: 20px;
}

/* --- Progress Bar --- */
.progress-bar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 0 20px;
    pointer-events: none;
}

.progress-bar-track {
    width: 100%;
    height: 2px;
    background: rgba(201, 168, 76, 0.15);
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background: #c9a84c;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.15s ease-out;
}

.progress-diamond {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #c9a84c;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.6;
}

/* --- Sunburst Divider --- */
.sunburst-divider {
    width: 100px;
    height: 50px;
    background: radial-gradient(ellipse at center bottom, #c9a84c 0%, transparent 70%);
    opacity: 0.15;
    margin: 10px auto;
}

/* --- Chevron Border Pattern --- */
.deco-border-demo::before {
    inset: 6px;
    border: 1px solid rgba(127, 188, 106, 0.2);
    background:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 15px,
            rgba(127, 188, 106, 0.05) 15px,
            rgba(127, 188, 106, 0.05) 16px
        );
}

/* --- Stepped Deco Corners --- */
.deco-border-frontispiece {
    box-shadow:
        inset 4px 4px 0 #c9a84c,
        inset -4px -4px 0 #c9a84c,
        inset 8px 8px 0 rgba(201, 168, 76, 0.3),
        inset -8px -8px 0 rgba(201, 168, 76, 0.3),
        inset 12px 12px 0 rgba(201, 168, 76, 0.15),
        inset -12px -12px 0 rgba(201, 168, 76, 0.15);
}

/* --- Responsive adjustments --- */
@media (max-width: 768px) {
    .premise-layout {
        flex-direction: column;
    }

    .premise-text-column {
        flex: none;
        max-height: 50%;
    }

    .premise-visual-column {
        height: 40%;
    }

    .triptych {
        flex-direction: column;
        gap: 10px;
    }

    .triptych-column {
        flex: 0 0 auto;
    }

    .pilaster-frame {
        flex-direction: row;
        padding: 10px;
    }

    .book-spine::after {
        display: none;
    }

    .taxonomy-level-2 {
        gap: 15px;
    }

    .medallion {
        width: 90px;
        height: 40px;
    }

    .medallion span {
        font-size: 0.55rem;
    }
}
