/* =============================================================
   a6c.boo — Prismatic Botanical Archive
   Color Palette: Cool Grays with Holographic Accents
   Typography: Cormorant Garamond + Inter
   ============================================================= */

/* --- CSS Custom Properties --- */
:root {
    --frost-white: #F4F5F7;
    --pearl-ash: #E8EAEE;
    --silver-wire: #D0D4DC;
    --anthracite: #2B2D33;
    --slate-pewter: #5A6070;
    --graphite-mist: #6B7080;
    --silver-oxide: #9BA4B0;
    --prismatic-teal: #7ECFC0;
    --spectral-lavender: #B8A9D4;
    --iridescent-rose: #D4A0B0;
    --obsidian-veil: #1A1C22;

    --holographic-gradient: linear-gradient(135deg, #7ECFC0 0%, #B8A9D4 40%, #D4A0B0 70%, #7ECFC0 100%);

    --font-display: 'Cormorant Garamond', 'Georgia', serif;
    --font-body: 'Inter', 'Helvetica Neue', sans-serif;

    --ease-zoom-focus: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    background-color: var(--frost-white);
    color: var(--anthracite);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

/* --- Voronoi Crystallographic Background Pattern --- */
#crystal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Ccircle cx='20' cy='30' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='60' cy='15' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='100' cy='40' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='140' cy='20' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='180' cy='35' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='40' cy='70' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='120' cy='65' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='160' cy='75' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='10' cy='110' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='50' cy='120' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='90' cy='130' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='130' cy='115' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='170' cy='125' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='30' cy='160' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='70' cy='170' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='110' cy='155' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='150' cy='165' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='190' cy='150' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='15' cy='190' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='55' cy='195' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='145' cy='190' r='1.5' fill='%23D0D4DC'/%3E%3Ccircle cx='185' cy='185' r='1.5' fill='%23D0D4DC'/%3E%3Cline x1='20' y1='30' x2='60' y2='15' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='60' y1='15' x2='100' y2='40' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='100' y1='40' x2='140' y2='20' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='140' y1='20' x2='180' y2='35' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='20' y1='30' x2='40' y2='70' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='60' y1='15' x2='80' y2='80' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='40' y1='70' x2='80' y2='80' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='80' y1='80' x2='120' y2='65' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='120' y1='65' x2='160' y2='75' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='100' y1='40' x2='120' y2='65' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='140' y1='20' x2='160' y2='75' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='10' y1='110' x2='50' y2='120' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='50' y1='120' x2='90' y2='130' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='90' y1='130' x2='130' y2='115' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='130' y1='115' x2='170' y2='125' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='40' y1='70' x2='10' y2='110' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='80' y1='80' x2='50' y2='120' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='120' y1='65' x2='130' y2='115' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='160' y1='75' x2='170' y2='125' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='30' y1='160' x2='70' y2='170' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='70' y1='170' x2='110' y2='155' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='110' y1='155' x2='150' y2='165' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='150' y1='165' x2='190' y2='150' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='10' y1='110' x2='30' y2='160' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='50' y1='120' x2='70' y2='170' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='90' y1='130' x2='110' y2='155' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='130' y1='115' x2='150' y2='165' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='170' y1='125' x2='190' y2='150' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='30' y1='160' x2='15' y2='190' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='70' y1='170' x2='55' y2='195' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='150' y1='165' x2='145' y2='190' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3Cline x1='190' y1='150' x2='185' y2='185' stroke='%23D0D4DC' stroke-width='0.3'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 200px 200px;
}

/* --- Cursor Holographic Spotlight --- */
#holo-spotlight {
    position: fixed;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    background: radial-gradient(circle, rgba(126, 207, 192, 0.08) 0%, rgba(184, 169, 212, 0.05) 40%, rgba(212, 160, 176, 0.03) 70%, transparent 100%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    mix-blend-mode: screen;
}

body:hover #holo-spotlight {
    opacity: 1;
}

/* --- Crystal Index Navigation --- */
.crystal-nav {
    position: fixed;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 48px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.crystal-nav.visible {
    opacity: 1;
}

.crystal-diamond {
    width: 12px;
    height: 12px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.crystal-diamond::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid var(--silver-oxide);
    transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    backdrop-filter: blur(2px);
    transition: all 0.4s ease;
}

.crystal-diamond:hover {
    transform: scale(1.2);
}

.crystal-diamond:hover::before {
    border-color: var(--prismatic-teal);
}

.crystal-diamond.active::before {
    background: var(--holographic-gradient);
    border-color: transparent;
}

.diamond-label {
    position: absolute;
    left: 24px;
    white-space: nowrap;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 10px;
    font-variant: all-small-caps;
    letter-spacing: 0.12em;
    color: var(--silver-oxide);
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.crystal-diamond:hover .diamond-label {
    opacity: 1;
    transform: translateX(0);
}

/* --- Vitrine Sections --- */
.vitrine {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5vw;
    z-index: 1;
}

.vitrine-content {
    width: 100%;
    max-width: 1400px;
    position: relative;
}

/* --- Zoom-Focus Animation --- */
.zoom-focus {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(4px);
    transition: opacity 600ms var(--ease-zoom-focus),
                transform 600ms var(--ease-zoom-focus),
                filter 600ms var(--ease-zoom-focus);
}

.zoom-focus.revealed {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}

/* --- Section 1: Opening Vitrine --- */
.vitrine-opening .vitrine-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.site-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 72px;
    color: var(--anthracite);
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 32px;
}

.specimen-hero {
    width: 100%;
    max-width: 400px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botanical-hero {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-descriptor {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--graphite-mist);
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin-top: 32px;
}

/* --- Section Dividers --- */
.vitrine-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 0 5vw;
    position: relative;
    z-index: 1;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: var(--holographic-gradient);
    max-width: 800px;
}

.crystal-endpoint {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    animation: crystal-rotate 8s linear infinite;
}

.crystal-endpoint.right {
    animation-direction: reverse;
}

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

/* --- Specimen Cards --- */
.specimen-card {
    background-color: var(--pearl-ash);
    border: 1px solid var(--silver-wire);
    border-radius: 4px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

/* Cut corner holographic triangle */
.specimen-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: var(--holographic-gradient);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.2;
    transition: opacity 0.4s ease;
    z-index: 2;
}

/* Holographic border hover overlay */
.specimen-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: var(--holographic-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.specimen-card:hover {
    transform: translateY(-2px);
}

.specimen-card:hover::before {
    opacity: 0.4;
}

.specimen-card:hover::after {
    opacity: 1;
}

.card-inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.botanical-illustration {
    width: 100%;
    flex: 1;
    min-height: 0;
    object-fit: contain;
}

.card-info {
    margin-top: 16px;
}

.specimen-label {
    font-family: var(--font-display);
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    color: var(--slate-pewter);
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-bottom: 6px;
}

.specimen-desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    color: var(--graphite-mist);
    letter-spacing: 0.01em;
    line-height: 1.7;
}

/* --- Section 2: Specimen Grid A --- */
.grid-layout-a {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 80vh;
    align-items: stretch;
}

.card-large {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
}

.card-small.card-top {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
}

.card-small.card-bottom {
    grid-column: 9 / 13;
    grid-row: 2 / 3;
}

/* --- Section 3: Prism Break --- */
.prism-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90vh;
    justify-content: center;
    gap: 0;
}

.prism-specimen {
    width: 100%;
    max-width: 600px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prism-specimen .botanical-illustration {
    width: 100%;
    max-height: 35vh;
}

.prism-band {
    width: 100%;
    height: 24px;
    background: var(--holographic-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.prism-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 11px;
    font-variant: all-small-caps;
    letter-spacing: 0.12em;
    color: var(--frost-white);
    text-shadow: 0 1px 2px rgba(26, 28, 34, 0.3);
}

/* --- Section 4: Specimen Grid B (2x2) --- */
.grid-layout-b {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 80vh;
}

.card-b1 {
    grid-column: 1;
    grid-row: 1;
}

.card-b2 {
    grid-column: 2;
    grid-row: 1;
}

.card-b3 {
    grid-column: 1;
    grid-row: 2;
}

.card-b4 {
    grid-column: 2;
    grid-row: 2;
}

/* Alternate grid sizing for asymmetry */
.grid-layout-b .card-b3 {
    /* shifts to 5fr visually via grid-column spanning */
}

.grid-layout-b .card-b4 {
    /* inherits 5fr column */
}

/* --- Section 5: Crystal Gallery --- */
.crystal-gallery-layout {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crystal-main {
    position: relative;
    z-index: 2;
}

.crystal-form {
    width: 280px;
    height: 280px;
    animation: crystal-slow-rotate 20s linear infinite;
}

@keyframes crystal-slow-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Orbiting fragments */
.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
}

.orbit .fragment {
    display: block;
}

.orbit-1 {
    animation: orbit-float-1 12s linear infinite;
}
.orbit-1 .fragment {
    width: 60px;
    height: 60px;
}

.orbit-2 {
    animation: orbit-float-2 18s linear infinite;
}
.orbit-2 .fragment {
    width: 80px;
    height: 80px;
}

.orbit-3 {
    animation: orbit-float-3 15s linear infinite;
}
.orbit-3 .fragment {
    width: 50px;
    height: 70px;
}

.orbit-4 {
    animation: orbit-float-4 22s linear infinite;
}
.orbit-4 .fragment {
    width: 70px;
    height: 50px;
}

.orbit-5 {
    animation: orbit-float-5 14s linear infinite;
}
.orbit-5 .fragment {
    width: 55px;
    height: 75px;
}

.orbit-6 {
    animation: orbit-float-6 19s linear infinite;
}
.orbit-6 .fragment {
    width: 50px;
    height: 50px;
}

@keyframes orbit-float-1 {
    0%   { transform: translate(-50%, -50%) rotate(0deg) translateX(180px) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg) translateX(180px) rotate(-360deg); }
}

@keyframes orbit-float-2 {
    0%   { transform: translate(-50%, -50%) rotate(60deg) translateX(240px) rotate(-60deg); }
    100% { transform: translate(-50%, -50%) rotate(420deg) translateX(240px) rotate(-420deg); }
}

@keyframes orbit-float-3 {
    0%   { transform: translate(-50%, -50%) rotate(120deg) translateX(200px) rotate(-120deg); }
    100% { transform: translate(-50%, -50%) rotate(480deg) translateX(200px) rotate(-480deg); }
}

@keyframes orbit-float-4 {
    0%   { transform: translate(-50%, -50%) rotate(180deg) translateX(260px) rotate(-180deg); }
    100% { transform: translate(-50%, -50%) rotate(540deg) translateX(260px) rotate(-540deg); }
}

@keyframes orbit-float-5 {
    0%   { transform: translate(-50%, -50%) rotate(240deg) translateX(220px) rotate(-240deg); }
    100% { transform: translate(-50%, -50%) rotate(600deg) translateX(220px) rotate(-600deg); }
}

@keyframes orbit-float-6 {
    0%   { transform: translate(-50%, -50%) rotate(300deg) translateX(190px) rotate(-300deg); }
    100% { transform: translate(-50%, -50%) rotate(660deg) translateX(190px) rotate(-660deg); }
}

/* --- Section 6: Closing Vitrine --- */
.vitrine-closing {
    background: linear-gradient(180deg, var(--frost-white) 0%, #FAFBFC 100%);
}

.closing-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.closing-phrase {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 48px;
    color: var(--anthracite);
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 40px;
    max-width: 700px;
}

.closing-line {
    width: 40%;
    max-width: 400px;
    height: 1px;
    background: var(--holographic-gradient);
    margin-bottom: 40px;
}

.closing-attribution {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 11px;
    font-variant: all-small-caps;
    letter-spacing: 0.12em;
    color: var(--silver-oxide);
}

/* --- Floating Geometric Overlays --- */
.geo-overlay {
    position: fixed;
    pointer-events: none;
    z-index: 0;
    opacity: 0.08;
}

.geo-hex-1 {
    top: 15%;
    right: 8%;
    width: 120px;
    height: 120px;
    animation: geo-drift 30s linear infinite;
}

.geo-hex-2 {
    top: 55%;
    left: 3%;
    width: 100px;
    height: 100px;
    animation: geo-drift 40s linear infinite reverse;
}

.geo-oct-1 {
    top: 78%;
    right: 12%;
    width: 80px;
    height: 80px;
    animation: geo-drift 35s linear infinite;
}

@keyframes geo-drift {
    0%   { transform: rotate(0deg) translateY(0px); }
    25%  { transform: rotate(90deg) translateY(-10px); }
    50%  { transform: rotate(180deg) translateY(0px); }
    75%  { transform: rotate(270deg) translateY(10px); }
    100% { transform: rotate(360deg) translateY(0px); }
}

/* --- Holographic accent on botanical SVG paths --- */
.holo-accent {
    opacity: 0.15;
    mix-blend-mode: color-dodge;
}

.specimen-card:hover .holo-accent {
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

/* --- Vitrine transition states (scroll-based) --- */
.vitrine.receding {
    opacity: 0.6;
    transform: scale(0.98);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.vitrine.advancing {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* --- Responsive adjustments --- */
@media (max-width: 1024px) {
    .site-title {
        font-size: 56px;
    }

    .closing-phrase {
        font-size: 36px;
    }

    .grid-layout-a {
        grid-template-columns: 1fr;
        grid-template-rows: 2fr 1fr 1fr;
        height: auto;
        min-height: 80vh;
    }

    .card-large {
        grid-column: 1;
        grid-row: 1;
    }

    .card-small.card-top {
        grid-column: 1;
        grid-row: 2;
    }

    .card-small.card-bottom {
        grid-column: 1;
        grid-row: 3;
    }

    .grid-layout-b {
        grid-template-columns: 1fr 1fr;
        height: auto;
        min-height: 80vh;
    }

    .crystal-form {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .site-title {
        font-size: 42px;
    }

    .closing-phrase {
        font-size: 28px;
    }

    .crystal-nav {
        display: none;
    }

    .grid-layout-b {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .card-b1 { grid-column: 1; grid-row: 1; }
    .card-b2 { grid-column: 1; grid-row: 2; }
    .card-b3 { grid-column: 1; grid-row: 3; }
    .card-b4 { grid-column: 1; grid-row: 4; }

    .orbit .fragment {
        transform: scale(0.7);
    }

    .specimen-label {
        font-size: 18px;
    }

    .specimen-desc {
        font-size: 14px;
    }

    .vitrine {
        padding: 40px 5vw;
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 32px;
    }

    .closing-phrase {
        font-size: 24px;
    }

    .specimen-hero {
        height: 50vh;
    }

    .prism-specimen .botanical-illustration {
        max-height: 25vh;
    }
}
