@font-face {
    font-family: 'Bodoni Moda';
    src: url('/relic_studio/foundry_casts/bodoni-moda-wght.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('/relic_studio/foundry_casts/literata-wght.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('/relic_studio/foundry_casts/chivo-wght.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Line Awesome Free';
    src: url('/relic_studio/foundry_casts/la-solid-900.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: block;
}
.material-ikoni--rougelock {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-feature-settings: normal;
}
.la-solid {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.material-ikoni--rougelock::before {
    display: inline-block;
    font-family: 'Line Awesome Free' !important;
    font-weight: 900 !important;
    font-style: normal;
}
.la-solid::before {
    font-family: 'Line Awesome Free' !important;
    font-weight: 900 !important;
    font-style: normal;
}
.la-arrow-down::before { content: "\f063"; }
.la-arrow-left::before { content: "\f060"; }
.la-arrow-up::before { content: "\f062"; }
.la-award::before { content: "\f559"; }
.la-ban::before { content: "\f05e"; }
.la-bolt::before { content: "\f0e7"; }
.la-bookmark::before { content: "\f02e"; }
.la-book-open::before { content: "\f518"; }
.la-building::before { content: "\f1ad"; }
.la-calculator::before { content: "\f1ec"; }
.la-certificate::before { content: "\f0a3"; }
.la-chart-line::before { content: "\f201"; }
.la-check::before { content: "\f00c"; }
.la-check-circle::before { content: "\f058"; }
.la-clock::before { content: "\f017"; }
.la-cogs::before { content: "\f085"; }
.la-compass::before { content: "\f14e"; }
.la-cookie-bite::before { content: "\f564"; }
.la-copyright::before { content: "\f1f9"; }
.la-dice::before { content: "\f522"; }
.la-dice-five::before { content: "\f523"; }
.la-edit::before { content: "\f044"; }
.la-envelope::before { content: "\f0e0"; }
.la-envelope-open::before { content: "\f2b6"; }
.la-euro-sign::before { content: "\f153"; }
.la-exchange-alt::before { content: "\f362"; }
.la-exclamation-triangle::before { content: "\f071"; }
.la-external-link-alt::before { content: "\f35d"; }
.la-folder-open::before { content: "\f07c"; }
.la-gavel::before { content: "\f0e3"; }
.la-gift::before { content: "\f06b"; }
.la-handshake::before { content: "\f2b5"; }
.la-headset::before { content: "\f590"; }
.la-hourglass::before { content: "\f254"; }
.la-inbox::before { content: "\f01c"; }
.la-info-circle::before { content: "\f05a"; }
.la-laptop::before { content: "\f109"; }
.la-life-ring::before { content: "\f1cd"; }
.la-link::before { content: "\f0c1"; }
.la-lock::before { content: "\f023"; }
.la-map-marker-alt::before { content: "\f3c5"; }
.la-mobile-alt::before { content: "\f3cd"; }
.la-money-bill-wave::before { content: "\f53a"; }
.la-question-circle::before { content: "\f059"; }
.la-search::before { content: "\f002"; }
.la-share-alt::before { content: "\f1e0"; }
.la-shield-alt::before { content: "\f3ed"; }
.la-star::before { content: "\f005"; }
.la-star-half-alt::before { content: "\f5c0"; }
.la-sync-alt::before { content: "\f2f1"; }
.la-tachometer-alt::before { content: "\f3fd"; }
.la-th-large::before { content: "\f009"; }
.la-thumbs-up::before { content: "\f164"; }
.la-times-circle::before { content: "\f057"; }
.la-trash-alt::before { content: "\f2ed"; }
.la-university::before { content: "\f19c"; }
.la-user-circle::before { content: "\f2bd"; }
.la-user-cog::before { content: "\f4fe"; }
.la-users::before { content: "\f0c0"; }
.la-user-shield::before { content: "\f505"; }


:root {
    --parchment-bg: hsl(210, 42%, 95%);
    --tooled-hide: hsl(211, 24%, 63%);
    --antique-laton: hsl(205, 56%, 63%);
    --burnished-acier: hsl(214, 23%, 29%);
    --mahogany-teint: hsl(212, 40%, 34%);
    --ink-noir: hsl(216, 33%, 13%);
    --parchment-crease: hsl(210, 34%, 88%);
    --container-wide: 1156px;
    --container-narrow: 976px;
    --spacer-stitch: 1.5rem;
    --font-caption: 'Literata', Georgia, 'Times New Roman', serif;
    --font-title: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
    --font-accent: 'Chivo', Helvetica, Arial, sans-serif;
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--parchment-bg);
    color: var(--ink-noir);
    font-family: var(--font-caption);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: 700;
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto"] {
    word-break: break-all;
}

@media (max-width: 1156px) {
    :root {
        --container-wide: 100%;
    }
}

@media (max-width: 844px) {
    :root {
        --spacer-stitch: 1.25rem;
    }
    html {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    :root {
        --spacer-stitch: 1rem;
    }
    html {
        font-size: 14px;
    }
    body {
        word-break: break-word;
    }
}

@media (max-width: 300px) {
    :root {
        --spacer-stitch: 0.75rem;
    }
    html {
        font-size: 13px;
    }
    a[href^="mailto"],
    a[href^="tel"] {
        word-break: break-all;
    }
    * {
        word-break: break-word;
    }
}

@media (max-width: 640px) {
    .no-mobile-anim *,
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

@keyframes grain-shift {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}

@keyframes brass-fade {
    0% { opacity: 0.9; }
    50% { opacity: 1; }
    100% { opacity: 0.9; }
}

@keyframes stitch-pulse {
    0%, 100% { transform: scaleX(1); }
    50% { transform: scaleX(1.02); }
}

@media (max-width: 640px) {
    @keyframes grain-shift {
        0%, 50%, 100% {
            animation: none;
            transform: none;
        }
    }
    @keyframes brass-fade {
        0%, 50%, 100% {
            animation: none;
            transform: none;
        }
    }
    @keyframes stitch-pulse {
        0%, 50%, 100% {
            animation: none;
            transform: none;
        }
    }
}

.gilded__age_tab--cocked {
    position: absolute;
    top: 20px;
    left: -10px;
    transform: rotate(-2deg);
    z-index: 100;
    max-width: 360px;
    width: calc(100% - 30px);
    filter: drop-shadow(8px 12px 6px rgba(0,0,0,0.15));
}

.gilded__parchment_warp--creased {
    background: linear-gradient(145deg, var(--parchment-bg) 0%, var(--parchment-crease) 100%);
    border-left: 6px solid var(--antique-laton);
    border-bottom: 2px solid var(--tooled-hide);
    padding: 1.25rem 1.5rem 1.5rem 1.75rem;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 5%, 100% 95%, 100% 100%, 0% 100%);
}

.gilded__locket_icon--antique {
    position: absolute;
    top: -10px;
    right: 15px;
    background: var(--antique-laton);
    color: var(--ink-noir);
    padding: 6px;
    border-radius: 50% 50% 0 50%;
    font-size: 22px;
    transform: rotate(15deg);
    border: 2px solid var(--burnished-acier);
}

.gilded__carved_heading--stamped {
    font-family: var(--font-title);
    font-size: 1.35rem;
    letter-spacing: 1px;
    margin-bottom: 0.65rem;
    border-bottom: 1px dashed var(--antique-laton);
    display: inline-block;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.gilded__inked_note--faded {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    color: var(--burnished-acier);
    font-style: italic;
}

.gilded__rivet_plate--fastened {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: 0.5rem;
}

.gilded__brass_toggle--depressed {
    background: var(--antique-laton);
    border: 2px outset var(--tooled-hide);
    color: var(--ink-noir);
    font-family: var(--font-accent);
    font-weight: 600;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 20px 4px 20px 4px;
    transition: all 0.1s ease;
    box-shadow: inset -1px -1px 3px rgba(0,0,0,0.2);
}

.gilded__brass_toggle--depressed:hover {
    background: var(--mahogany-teint);
    color: var(--parchment-bg);
    border-style: inset;
}

.gilded__iron_escape--rusted {
    background: var(--burnished-acier);
    border: 2px solid var(--ink-noir);
    color: var(--parchment-bg);
    font-family: var(--font-accent);
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 4px 20px 4px 20px;
    letter-spacing: 1px;
    display: inline-block;
}

.gilded__iron_escape--rusted:hover {
    background: var(--ink-noir);
    border-color: var(--antique-laton);
}

@media (max-width: 844px) {
    .gilded__age_tab--cocked {
        top: 10px;
        left: -5px;
        transform: rotate(-1deg);
        max-width: 320px;
    }
}

@media (max-width: 360px) {
    .gilded__age_tab--cocked {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .gilded__rivet_plate--fastened {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gilded__age_tab--cocked,
    .gilded__brass_toggle--depressed,
    .gilded__iron_escape--rusted {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}

.patinated__wafer_tray--scrolled {
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 99;
    max-width: 420px;
    width: calc(100% - 30px);
    border-radius: 0 20px 0 20px;
    background: transparent;
    filter: drop-shadow(-4px -2px 10px rgba(0,0,0,0.08));
}

.patinated__wooden_slate--charred {
    background: linear-gradient(135deg, var(--mahogany-teint) 0%, #24384a 100%);
    border: 1px solid var(--antique-laton);
    border-top: 3px solid var(--tooled-hide);
    border-right: 3px solid var(--burnished-acier);
    padding: 1.1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(220,240,255,0.1);
}

.patinated__ember_spark--smoked {
    font-size: 32px;
    color: var(--antique-laton);
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.2);
    padding: 6px;
    border-radius: 50%;
    align-self: flex-start;
}

.patinated__grooved_content--routed {
    flex: 1;
    min-width: 200px;
}

.patinated__branded_etch--burned {
    font-family: var(--font-title);
    color: var(--parchment-crease);
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
    border-left: 3px solid var(--antique-laton);
    padding-left: 10px;
}

.patinated__whisper_text--faint {
    font-family: var(--font-caption);
    color: #d7e6f7;
    font-size: 0.9rem;
    line-height: 1.5;
}

.patinated__link_bracket--riveted {
    color: #cfe8ff;
    text-decoration: underline wavy var(--antique-laton);
    text-underline-offset: 4px;
    font-weight: 600;
}

.patinated__link_bracket--riveted:hover {
    color: white;
    text-decoration-color: white;
}

.patinated__latch_button--spring {
    background: var(--antique-laton);
    border: 2px solid var(--parchment-bg);
    color: var(--ink-noir);
    font-family: var(--font-accent);
    font-weight: 700;
    padding: 0.7rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-radius: 30px 2px 30px 2px;
    cursor: pointer;
    box-shadow: 0 4px 0 #3e5f86;
    transition: all 0.05s linear;
    align-self: center;
}

.patinated__latch_button--spring:hover {
    background: var(--tooled-hide);
    box-shadow: 0 2px 0 #304b69;
    transform: translateY(2px);
}

.patinated__latch_button--spring .material-ikoni--rougelock {
    font-size: 18px;
}

@media (max-width: 844px) {
    .patinated__wafer_tray--scrolled {
        right: 10px;
        bottom: 15px;
        max-width: 380px;
    }
    .patinated__wooden_slate--charred {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .patinated__wooden_slate--charred {
        flex-direction: column;
        align-items: flex-start;
    }
    .patinated__latch_button--spring {
        align-self: flex-end;
    }
}

@media (max-width: 360px) {
    .patinated__wafer_tray--scrolled {
        left: 10px;
        right: 10px;
        width: auto;
        bottom: 10px;
    }
}

@media (max-width: 640px) {
    .patinated__wafer_tray--scrolled,
    .patinated__latch_button--spring {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .patinated__latch_button--spring:hover {
        transform: none !important;
    }
}

.ratcheted__regulator_column--tensioned {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 95;
    background: rgba(224, 237, 250, 0.75);
    backdrop-filter: blur(4px);
    padding: 12px 6px;
    border-radius: 40px 4px 40px 4px;
    border: 1px solid var(--antique-laton);
    border-right: 3px solid var(--tooled-hide);
    border-bottom: 3px solid var(--burnished-acier);
    box-shadow: 0 0 0 1px rgba(220,240,255,0.3), inset 0 0 5px rgba(0,0,0,0.1);
}

.ratcheted__pawl_up--ratcheting,
.ratcheted__pawl_down--ratcheting {
    background: linear-gradient(145deg, var(--burnished-acier), #1a2633);
    border: 2px solid var(--antique-laton);
    color: var(--parchment-crease);
    width: 44px;
    height: 44px;
    border-radius: 50% 20% 50% 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 0 #152333, 0 0 0 2px rgba(180, 150, 80, 0.3);
    transition: all 0.03s linear;
}

.ratcheted__pawl_up--ratcheting:hover,
.ratcheted__pawl_down--ratcheting:hover {
    background: var(--mahogany-teint);
    border-color: var(--parchment-bg);
    box-shadow: 0 2px 0 #152333;
    transform: translateY(2px);
}

.ratcheted__pawl_up--ratcheting .material-ikoni--rougelock,
.ratcheted__pawl_down--ratcheting .material-ikoni--rougelock {
    font-size: 26px;
}

.ratcheted__tooth_mark--indexed {
    position: absolute;
    font-size: 12px;
    bottom: -2px;
    right: -2px;
    background: var(--antique-laton);
    color: var(--ink-noir);
    width: 16px;
    height: 16px;
    border-radius: 2px 8px 2px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--parchment-bg);
}

.ratcheted__drum_gauge--calibrated {
    background: var(--ink-noir);
    width: 38px;
    height: 68px;
    border-radius: 20px 4px 20px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    position: relative;
    border: 2px solid var(--antique-laton);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

.ratcheted__progress_needle--deflected {
    font-family: var(--font-accent);
    font-size: 0.9rem;
    font-weight: 700;
    color: #cfe8ff;
    background: rgba(0,0,0,0.7);
    padding: 4px 2px;
    border-radius: 12px 2px 12px 2px;
    border: 1px solid var(--antique-laton);
    display: inline-block;
    width: 32px;
    text-align: center;
    letter-spacing: 0.5px;
    transform: rotate(-90deg);
    margin-bottom: 4px;
}

.ratcheted__winding_arbor--serrated {
    width: 20px;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--antique-laton) 0px, var(--antique-laton) 2px, transparent 2px, transparent 6px);
    margin-top: 4px;
}

@media (max-width: 1156px) {
    .ratcheted__regulator_column--tensioned {
        right: 12px;
    }
}

@media (max-width: 844px) {
    .ratcheted__regulator_column--tensioned {
        top: auto;
        bottom: 20px;
        right: 15px;
        transform: none;
        flex-direction: row;
        border-radius: 4px 40px 4px 40px;
        padding: 6px 12px;
        background: rgba(211, 231, 239, 0.9);
    }
    .ratcheted__drum_gauge--calibrated {
        width: 68px;
        height: 38px;
        flex-direction: row;
        margin: 0 6px;
    }
    .ratcheted__progress_needle--deflected {
        transform: rotate(0deg);
        margin-bottom: 0;
        margin-right: 4px;
    }
    .ratcheted__winding_arbor--serrated {
        width: 2px;
        height: 20px;
        background: repeating-linear-gradient(180deg, var(--antique-laton) 0px, var(--antique-laton) 2px, transparent 2px, transparent 6px);
        margin-top: 0;
        margin-left: 4px;
    }
}

@media (max-width: 480px) {
    .ratcheted__regulator_column--tensioned {
        bottom: 15px;
        right: 10px;
        padding: 5px 10px;
    }
    .ratcheted__pawl_up--ratcheting,
    .ratcheted__pawl_down--ratcheting {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 360px) {
    .ratcheted__regulator_column--tensioned {
        bottom: 10px;
        right: 5px;
        left: 5px;
        width: auto;
        justify-content: space-evenly;
    }
}

@media (max-width: 640px) {
    .ratcheted__regulator_column--tensioned,
    .ratcheted__pawl_up--ratcheting,
    .ratcheted__pawl_down--ratcheting {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .ratcheted__pawl_up--ratcheting:hover,
    .ratcheted__pawl_down--ratcheting:hover {
        transform: none !important;
    }
}

.buckled__main_rig--saddled {
    width: 100%;
    background: linear-gradient(to bottom, var(--parchment-bg) 0%, #e6eef8 100%);
    border-bottom: 4px solid var(--tooled-hide);
    border-image: repeating-linear-gradient(45deg, var(--antique-laton) 0px, var(--antique-laton) 4px, transparent 4px, transparent 10px) 1;
    margin-bottom: 1rem;
}

.buckled__upper_rail--tacked {
    max-width: var(--container-wide);
    margin: 0 auto;
    padding: 1.2rem 1.8rem;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 20px;
}

.buckled__left_cleat--screwed {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0.8rem;
    background: rgba(44, 24, 16, 0.05);
    border-radius: 40px 4px 40px 4px;
    border-left: 2px solid var(--antique-laton);
}

.buckled__strap_link--buckle {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--ink-noir);
    padding: 0.3rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    white-space: nowrap;
}

.buckled__strap_link--buckle:hover {
    border-bottom: 1px solid var(--antique-laton);
}

.buckled__right_plaque--engraved {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    background: rgba(92, 126, 178, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 4px 30px 4px 30px;
    border-right: 3px solid var(--mahogany-teint);
}

.buckled__crest_icon--stamped {
    font-size: 32px;
    color: var(--antique-laton);
    filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.1));
}

.buckled__foundry_mark--hallmarked {
    font-family: var(--font-title);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--mahogany-teint);
    letter-spacing: 1.5px;
    text-decoration: none;
    border-left: 2px solid var(--tooled-hide);
    padding-left: 12px;
    line-height: 1;
}

.buckled__foundry_mark--hallmarked:hover {
    color: var(--antique-laton);
}

.clasped__warning_panel--riveted {
    max-width: var(--container-wide);
    margin: 0 auto;
    padding: 0.7rem 1.8rem 1.2rem;
    border-top: 1px dashed var(--burnished-acier);
}

.clasped__border_stitch--crossed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgba(44, 24, 16, 0.03);
    padding: 0.9rem 1.5rem;
    border-radius: 100px 8px 100px 8px;
    border: 1px solid var(--parchment-crease);
    box-shadow: inset 0 0 0 2px rgba(255,255,240,0.7), inset 0 0 0 3px rgba(0,0,0,0.02);
    flex-wrap: wrap;
}

.clasped__alert_badge--enameled {
    font-size: 28px;
    color: var(--mahogany-teint);
    background: var(--parchment-crease);
    border-radius: 50% 20% 50% 20%;
    padding: 6px;
    border: 2px solid var(--antique-laton);
}

.clasped__inscribed_notice--chiseled {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    color: var(--burnished-acier);
    margin: 0;
    text-align: center;
}

.clasped__inscribed_notice--chiseled strong {
    font-family: var(--font-title);
    color: var(--mahogany-teint);
    font-size: 1.1rem;
    margin-right: 5px;
    background: rgba(200, 224, 255, 0.3);
    padding: 2px 8px;
    border-radius: 20px 2px 20px 2px;
}

@media (max-width: 844px) {
    .buckled__upper_rail--tacked {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 1rem;
    }
    .buckled__left_cleat--screwed {
        justify-content: center;
    }
    .buckled__right_plaque--engraved {
        justify-content: center;
    }
    .clasped__border_stitch--crossed {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .buckled__left_cleat--screwed {
        gap: 8px 12px;
    }
    .buckled__strap_link--buckle {
        white-space: normal;
        font-size: 0.8rem;
    }
    .buckled__foundry_mark--hallmarked {
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .buckled__upper_rail--tacked {
        padding: 0.8rem;
    }
    .buckled__left_cleat--screwed {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 300px) {
    .buckled__right_plaque--engraved {
        flex-wrap: wrap;
        justify-content: center;
    }
    .buckled__foundry_mark--hallmarked {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .buckled__main_rig--saddled,
    .clasped__warning_panel--riveted {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}

.prismora__foyer_nexus--vaulted {
    position: relative;
    width: 100%;
    background-image: url('/relic_studio/gilt_motifs/lisbon-gaming-quarter.webp');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.ornate__ambient_overlay--deep {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ornate__gilded_alcove--centered {
    position: relative;
    z-index: 2;
    max-width: var(--container-wide);
    width: 100%;
    padding: 2.5rem 2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--parchment-bg);
    backdrop-filter: blur(2px);
}

.ornate__carved_invitation--embossed {
    font-family: var(--font-title);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #e9f3ff;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5), 4px 4px 0 var(--mahogany-teint);
    margin-bottom: 1.2rem;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--antique-laton);
    padding-bottom: 0.5rem;
    display: inline-block;
}

.ornate__inscribed_welcome--faded {
    font-family: var(--font-caption);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #e6eef8;
    max-width: 800px;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    font-style: italic;
}

.ornate__credenza_rack--displayed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 1.8rem;
    width: 100%;
    margin: 1.5rem 0 2.5rem;
}

.ornate__leather_chest--tooled {
    background: linear-gradient(145deg, rgba(224, 237, 250, 0.85), rgba(176, 203, 230, 0.85));
    backdrop-filter: blur(8px);
    border: 2px solid var(--antique-laton);
    border-bottom: 6px solid var(--tooled-hide);
    border-right: 4px solid var(--burnished-acier);
    padding: 1.8rem 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-radius: 40px 8px 40px 8px;
    box-shadow: 0 10px 0 rgba(0,0,0,0.2), inset 0 0 20px rgba(220,240,255,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ornate__leather_chest--tooled:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 0 rgba(0,0,0,0.15), inset 0 0 25px rgba(170,210,255,0.2);
    border-bottom-color: var(--mahogany-teint);
}

.ornate__vault_icon--burnished {
    font-size: 44px;
    color: var(--ink-noir);
    background: radial-gradient(circle at 30% 30%, var(--antique-laton), #5d7ea1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.4));
}

.ornate__attribute_label--stamped {
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--ink-noir);
    background: rgba(0,0,0,0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 30px 2px 30px 2px;
    border: 1px solid var(--mahogany-teint);
}

.ornate__brass_compass--needle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(145deg, var(--antique-laton), #7fa9d1);
    border: 2px solid var(--parchment-crease);
    border-bottom: 6px solid #35516b;
    border-right: 4px solid #2b4157;
    color: var(--ink-noir);
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 1rem 2.5rem;
    border-radius: 50px 8px 50px 8px;
    text-decoration: none;
    transition: all 0.1s linear;
    box-shadow: 0 6px 0 #213246;
    margin-top: 1rem;
}

.ornate__brass_compass--needle:hover {
    background: var(--mahogany-teint);
    border-bottom-width: 2px;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #213246;
    color: var(--parchment-bg);
}

.ornate__brass_compass--needle .material-ikoni--rougelock {
    font-size: 26px;
}

@media (max-width: 1156px) {
    .ornate__gilded_alcove--centered {
        padding: 2rem 1.5rem;
    }
    .ornate__credenza_rack--displayed {
        gap: 1.2rem;
    }
}

@media (max-width: 844px) {
    .prismora__foyer_nexus--vaulted {
        background-attachment: scroll;
        min-height: 70vh;
    }
    .ornate__credenza_rack--displayed {
        grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    }
    .ornate__leather_chest--tooled {
        padding: 1.5rem 0.5rem;
    }
    .ornate__vault_icon--burnished {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .prismora__foyer_nexus--vaulted {
        background-attachment: scroll;
        min-height: auto;
        padding: 3rem 0;
    }
    .ornate__gilded_alcove--centered {
        padding: 1.5rem 1rem;
    }
    .ornate__carved_invitation--embossed {
        font-size: 1.8rem;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5), 2px 2px 0 var(--mahogany-teint);
    }
    .ornate__brass_compass--needle {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .ornate__credenza_rack--displayed {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .ornate__leather_chest--tooled {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0.8rem 1.2rem;
        gap: 1rem;
    }
    .ornate__vault_icon--burnished {
        font-size: 32px;
    }
    .ornate__attribute_label--stamped {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .ornate__gilded_alcove--centered {
        padding: 1rem 0.8rem;
    }
    .ornate__carved_invitation--embossed {
        font-size: 1.5rem;
    }
    .ornate__inscribed_welcome--faded {
        font-size: 0.9rem;
    }
    .ornate__leather_chest--tooled {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .ornate__brass_compass--needle {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
        white-space: nowrap;
    }
}

@media (max-width: 300px) {
    .ornate__brass_compass--needle {
        white-space: normal;
        word-break: break-all;
        padding: 0.6rem 1rem;
    }
    .ornate__leather_chest--tooled {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .prismora__foyer_nexus--vaulted,
    .ornate__leather_chest--tooled,
    .ornate__brass_compass--needle,
    .ornate__brass_compass--needle:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .ornate__leather_chest--tooled:hover {
        transform: none !important;
    }
    .ornate__brass_compass--needle:hover {
        transform: none !important;
        background: linear-gradient(145deg, var(--antique-laton), #7fa9d1);
        border-bottom: 6px solid #35516b;
        color: var(--ink-noir);
    }
}

.granitic__exhibit_boulevard--studded {
    max-width: var(--container-wide);
    margin: 4rem auto;
    padding: 0 1.5rem;
    position: relative;
}

.tooled__crest_divider--chiseled {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.tooled__crest_divider--chiseled .material-ikoni--rougelock {
    font-size: 36px;
    color: var(--antique-laton);
    filter: drop-shadow(0 4px 2px rgba(0,0,0,0.2));
}

.tooled__guild_header--embossed {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: var(--mahogany-teint);
    text-align: center;
    border-bottom: 3px solid var(--tooled-hide);
    border-top: 3px solid var(--tooled-hide);
    padding: 0.5rem 1.5rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.tooled__exhibit_stand--pedestal {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 2rem;
    margin-bottom: 3rem;
    background: linear-gradient(145deg, rgba(224, 237, 250, 0.3), rgba(190, 215, 239, 0.2));
    border: 1px solid var(--parchment-crease);
    border-left: 6px solid var(--antique-laton);
    border-bottom: 6px solid var(--burnished-acier);
    padding: 2rem;
    border-radius: 80px 16px 80px 16px;
    position: relative;
    backdrop-filter: blur(4px);
    transition: box-shadow 0.2s ease;
}

.tooled__exhibit_stand--pedestal:hover {
    box-shadow: 0 15px 25px -10px rgba(0,0,0,0.3);
    border-left-color: var(--mahogany-teint);
}

.tooled__exhibit_stand--reversed {
    grid-template-columns: 2.5fr 1fr;
    border-left: 1px solid var(--parchment-crease);
    border-right: 6px solid var(--antique-laton);
    border-left: none;
    border-bottom: 6px solid var(--burnished-acier);
}

.tooled__fleur_insignia--sinister,
.tooled__fleur_insignia--dexter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, var(--parchment-bg), var(--parchment-crease));
    border: 3px solid var(--antique-laton);
    border-radius: 50% 20% 50% 20%;
    padding: 1.5rem;
    transform: rotate(-5deg);
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
}

.tooled__fleur_insignia--dexter {
    transform: rotate(5deg);
}

.tooled__guild_emblem--burnished {
    font-size: 64px;
    color: var(--ink-noir);
    filter: drop-shadow(4px 6px 0 rgba(0,0,0,0.2));
}

.tooled__parchment_manifest--dexter,
.tooled__parchment_manifest--sinister {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tooled__exhibit_stand--reversed .tooled__parchment_manifest--sinister {
    grid-column: 1;
}

.tooled__foundry_name--hallmarked {
    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--ink-noir);
    border-bottom: 2px dashed var(--antique-laton);
    display: inline-block;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.tooled__assay_office--rated {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tooled__sterling_mark--stamped {
    display: flex;
    gap: 0.2rem;
    color: var(--antique-laton);
    font-size: 1.3rem;
}

.tooled__hallmark_digit--punched {
    font-family: var(--font-accent);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--burnished-acier);
    background: var(--parchment-crease);
    padding: 0.2rem 0.8rem;
    border-radius: 30px 2px 30px 2px;
    border: 1px solid var(--tooled-hide);
}

.tooled__bounty_mount--clasped {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 0.5rem 0;
}

.tooled__premium_seal--embossed {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(145deg, #1f2f40, #1a2633);
    color: #cfe8ff;
    padding: 0.4rem 1rem;
    border-radius: 30px 2px 30px 2px;
    border: 1px solid var(--antique-laton);
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tooled__premium_seal--embossed .material-ikoni--rougelock {
    font-size: 1.1rem;
    color: var(--antique-laton);
}

.tooled__lever_toggle--spring {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(145deg, var(--burnished-acier), #152333);
    color: var(--parchment-crease);
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0.8rem 1.8rem;
    border-radius: 40px 4px 40px 4px;
    border: 2px solid var(--antique-laton);
    border-bottom: 6px solid #2b4157;
    text-decoration: none;
    position: relative;
    transition: all 0.05s linear;
    margin-top: 0.5rem;
    align-self: flex-start;
}

.tooled__lever_toggle--spring:hover {
    background: var(--mahogany-teint);
    border-bottom-width: 2px;
    transform: translateY(4px);
    color: white;
}

.tooled__ratchet_indicator--serrated {
    width: 4px;
    height: 20px;
    background: repeating-linear-gradient(180deg, var(--antique-laton) 0px, var(--antique-laton) 4px, transparent 4px, transparent 8px);
    margin-left: 0.5rem;
}

@media (max-width: 1156px) {
    .tooled__exhibit_stand--pedestal,
    .tooled__exhibit_stand--reversed {
        grid-template-columns: 1fr 2fr;
        gap: 1.5rem;
    }
}

@media (max-width: 844px) {
    .tooled__exhibit_stand--pedestal,
    .tooled__exhibit_stand--reversed {
        grid-template-columns: 1fr 1.8fr;
        padding: 1.5rem;
    }
    .tooled__guild_emblem--burnished {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .tooled__exhibit_stand--pedestal,
    .tooled__exhibit_stand--reversed {
        grid-template-columns: 1fr;
        text-align: center;
        border-left: 6px solid var(--antique-laton);
        border-right: 1px solid var(--parchment-crease);
        gap: 1rem;
    }
    .tooled__fleur_insignia--sinister,
    .tooled__fleur_insignia--dexter {
        max-width: 120px;
        margin: 0 auto;
        transform: none;
    }
    .tooled__assay_office--rated {
        justify-content: center;
    }
    .tooled__bounty_mount--clasped {
        justify-content: center;
    }
    .tooled__lever_toggle--spring {
        align-self: center;
    }
}

@media (max-width: 480px) {
    .granitic__exhibit_boulevard--studded {
        padding: 0 1rem;
    }
    .tooled__crest_divider--chiseled {
        gap: 0.5rem;
    }
    .tooled__guild_header--embossed {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    .tooled__exhibit_stand--pedestal,
    .tooled__exhibit_stand--reversed {
        padding: 1.2rem;
    }
    .tooled__foundry_name--hallmarked {
        font-size: 1.5rem;
    }
    .tooled__bounty_mount--clasped {
        flex-direction: column;
        align-items: center;
    }
    .tooled__premium_seal--embossed {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 360px) {
    .tooled__crest_divider--chiseled .material-ikoni--rougelock {
        font-size: 28px;
    }
    .tooled__guild_header--embossed {
        font-size: 1.2rem;
    }
    .tooled__sterling_mark--stamped {
        font-size: 1rem;
    }
}

@media (max-width: 300px) {
    .tooled__assay_office--rated {
        flex-direction: column;
        gap: 0.5rem;
    }
    .tooled__lever_toggle--spring {
        white-space: normal;
        word-break: break-all;
        text-align: center;
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 640px) {
    .tooled__exhibit_stand--pedestal,
    .tooled__exhibit_stand--reversed,
    .tooled__lever_toggle--spring,
    .tooled__lever_toggle--spring:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}

.helior__timeforge_gallery--meshed {
    position: relative;
    width: 100%;
    background-color: #152333;
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 1.5rem;
    margin: 3rem 0;
}

.burnished__escapement_canvas--animated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 20% 30%, #1f2f40 0%, #152333 70%);
    opacity: 0.9;
}

.burnished__escapement_canvas--animated::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 15% 65%, rgba(100, 168, 200, 0.15) 0px, transparent 300px),
        radial-gradient(circle at 85% 35%, rgba(80, 118, 180, 0.12) 0px, transparent 400px),
        radial-gradient(circle at 45% 80%, rgba(120, 142, 220, 0.1) 0px, transparent 350px),
        repeating-linear-gradient(45deg, transparent 0px, transparent 40px, rgba(122, 164, 207, 0.03) 40px, rgba(122, 164, 207, 0.03) 80px),
        repeating-linear-gradient(-45deg, transparent 0px, transparent 60px, rgba(140, 110, 70, 0.02) 60px, rgba(140, 110, 70, 0.02) 120px);
    animation: burnished__mainspring-wind 75s linear infinite;
}

.burnished__escapement_canvas--animated::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M100 20 L120 90 L190 90 L130 140 L155 210 L100 170 L45 210 L70 140 L10 90 L80 90 Z" fill="%23b28a5c"/></svg>'),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.08"><circle cx="100" cy="100" r="60" fill="none" stroke="%23b28a5c" stroke-width="2"/><circle cx="100" cy="100" r="45" fill="none" stroke="%238b6b4d" stroke-width="1.5"/><circle cx="100" cy="100" r="30" fill="none" stroke="%235e3e24" stroke-width="1"/><path d="M100 20 L100 40 M180 100 L160 100 M100 180 L100 160 M40 100 L20 100" stroke="%23b28a5c" stroke-width="2"/></svg>');
    background-repeat: repeat;
    background-size: 180px 180px, 240px 240px;
    background-position: 0 0, 50px 30px;
    opacity: 0.4;
    animation: burnished__cogwheel-mesh 90s linear infinite;
    mix-blend-mode: overlay;
}

@keyframes burnished__mainspring-wind {
    0% {
        background-position: 0% 0%, 0% 0%, 0% 0%, 0px 0px, 0px 0px;
        transform: scale(1);
    }
    50% {
        background-position: 100% 100%, 30% 70%, 80% 20%, 20px 40px, -30px 20px;
        transform: scale(1.02);
    }
    100% {
        background-position: 0% 0%, 100% 100%, 20% 80%, 0px 0px, 0px 0px;
        transform: scale(1);
    }
}

@keyframes burnished__cogwheel-mesh {
    0% {
        background-position: 0 0, 50px 30px;
        transform: rotate(0deg);
    }
    100% {
        background-position: 180px 180px, 290px 210px;
        transform: rotate(360deg);
    }
}

.burnished__vault_chamber--illuminated {
    position: relative;
    z-index: 10;
    max-width: var(--container-wide);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}

.burnished__engraved_plaque--gilded {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 4.5vw, 2.6rem);
    color: #deecfb;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0.8rem 2.5rem;
    background: linear-gradient(145deg, rgba(20,20,20,0.7), rgba(10,10,10,0.9));
    border: 2px solid var(--antique-laton);
    border-bottom: 6px solid #35516b;
    border-radius: 60px 12px 60px 12px;
    text-shadow: 3px 3px 0 #000000;
    letter-spacing: 4px;
    box-shadow: 0 0 20px rgba(122, 164, 207, 0.3);
    display: inline-block;
}

.burnished__treasure_casket--gridded {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: 2rem;
    width: 100%;
}

.burnished__folio_page--tooled {
    background: linear-gradient(145deg, rgba(20, 25, 30, 0.85), rgba(10, 11, 20, 0.95));
    backdrop-filter: blur(5px);
    border: 1px solid var(--antique-laton);
    border-left: 6px solid var(--tooled-hide);
    border-bottom: 6px solid var(--burnished-acier);
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 40px 4px 40px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3), inset 0 0 30px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
}

.burnished__folio_page--tooled:hover {
    transform: translateY(-8px);
    border-left-color: var(--antique-laton);
    border-bottom-color: var(--mahogany-teint);
    box-shadow: 0 20px 0 rgba(0,0,0,0.25);
}

.burnished__rubric_header--calligraphed {
    font-family: var(--font-title);
    font-size: 1.4rem;
    font-weight: 700;
    color: #cfe8ff;
    margin-bottom: 1rem;
    border-bottom: 1px dashed var(--antique-laton);
    padding-bottom: 0.5rem;
    width: 100%;
    text-shadow: 2px 2px 0 #000000;
}

.burnished__parchment_script--faded {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d4e3f4;
    margin-bottom: 1.8rem;
    flex-grow: 1;
    text-shadow: 1px 1px 0 #000000;
}

.burnished__colophon_mark--stamped {
    font-size: 42px;
    color: var(--antique-laton);
    background: radial-gradient(circle at 50% 50%, #1f2f40, #152333);
    padding: 0.5rem;
    border-radius: 50% 20% 50% 20%;
    border: 2px solid var(--parchment-crease);
    box-shadow: 0 6px 0 #2b4157;
    filter: drop-shadow(0 0 10px rgba(122, 164, 207, 0.5));
}

@media (max-width: 1156px) {
    .burnished__treasure_casket--gridded {
        gap: 1.5rem;
    }
}

@media (max-width: 844px) {
    .helior__timeforge_gallery--meshed {
        padding: 4rem 1.2rem;
    }
    .burnished__folio_page--tooled {
        padding: 1.8rem 1.2rem 1.2rem;
    }
}

@media (max-width: 640px) {
    .burnished__escapement_canvas--animated::before,
    .burnished__escapement_canvas--animated::after {
        animation: none !important;
        transform: none !important;
        background-position: 0 0 !important;
    }
    @keyframes burnished__mainspring-wind {
        0%, 100% { transform: scale(1); }
    }
    @keyframes burnished__cogwheel-mesh {
        0%, 100% { transform: rotate(0deg); }
    }
    .burnished__folio_page--tooled:hover {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .helior__timeforge_gallery--meshed {
        padding: 3rem 1rem;
    }
    .burnished__engraved_plaque--gilded {
        font-size: 1.5rem;
        padding: 0.6rem 1.5rem;
        letter-spacing: 2px;
    }
    .burnished__folio_page--tooled {
        padding: 1.5rem 1rem 1rem;
    }
    .burnished__rubric_header--calligraphed {
        font-size: 1.2rem;
    }
    .burnished__parchment_script--faded {
        font-size: 0.9rem;
    }
    .burnished__colophon_mark--stamped {
        font-size: 38px;
    }
}

@media (max-width: 360px) {
    .burnished__engraved_plaque--gilded {
        font-size: 1.3rem;
        padding: 0.5rem 1rem;
    }
    .burnished__treasure_casket--gridded {
        gap: 1.2rem;
    }
    .burnished__rubric_header--calligraphed {
        font-size: 1.1rem;
    }
}

@media (max-width: 300px) {
    .burnished__engraved_plaque--gilded {
        font-size: 1.1rem;
        white-space: normal;
        word-break: break-all;
    }
    .burnished__colophon_mark--stamped {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .helior__timeforge_gallery--meshed,
    .burnished__folio_page--tooled,
    .burnished__folio_page--tooled:hover,
    .burnished__engraved_plaque--gilded {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .burnished__escapement_canvas--animated {
        background: radial-gradient(circle at 20% 30%, #1a2633 0%, #152333 70%);
    }
    .burnished__escapement_canvas--animated::before,
    .burnished__escapement_canvas--animated::after {
        opacity: 0.15;
    }
}

.loomark__fabric_forum--layered {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
    background: linear-gradient(to bottom, rgba(224, 237, 250, 0.3), rgba(190, 215, 239, 0.1));
    border-radius: 120px 24px 120px 24px;
}

.stitched__crest_banner--appliqued {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.stitched__embossed_heading--tooled {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: var(--mahogany-teint);
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 3px solid var(--antique-laton);
    border-bottom: 8px solid var(--tooled-hide);
    border-right: 6px solid var(--burnished-acier);
    border-radius: 80px 16px 80px 16px;
    background: linear-gradient(145deg, var(--parchment-bg), var(--parchment-crease));
    margin-bottom: 1.2rem;
    text-shadow: 2px 2px 0 rgba(220,240,255,0.5);
    box-shadow: 0 12px 0 rgba(0,0,0,0.1);
}

.stitched__woven_description--fringed {
    font-family: var(--font-caption);
    font-size: 1.2rem;
    color: var(--burnished-acier);
    max-width: 700px;
    margin: 0 auto;
    font-style: italic;
    border-left: 4px solid var(--antique-laton);
    border-right: 4px solid var(--antique-laton);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    background: rgba(255,255,240,0.3);
    border-radius: 60px 4px 60px 4px;
}

.stitched__patchwork_grid--tailored {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.stitched__leather_patch--stitched {
    background: linear-gradient(145deg, #e6eef8, #d6e7f8);
    border: 2px solid var(--antique-laton);
    border-bottom: 8px solid #5d7ea1;
    border-right: 6px solid #456585;
    border-radius: 80px 8px 80px 8px;
    padding: 2rem 1.2rem 1.2rem 1.2rem;
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 0 rgba(0,0,0,0.1), inset 0 0 20px rgba(220,240,255,0.3);
    transition: all 0.2s ease;
}

.stitched__leather_patch--stitched:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 0 rgba(0,0,0,0.08);
    border-bottom-color: var(--mahogany-teint);
}

.stitched__tack_icon--burnished {
    position: absolute;
    bottom: 12px;
    left: 16px;
    font-size: 44px;
    color: var(--ink-noir);
    filter: drop-shadow(0 6px 0 rgba(0,0,0,0.2));
    transform: rotate(-5deg);
    background: radial-gradient(circle at 30% 30%, var(--antique-laton), #5d7ea1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stitched__label_hem--folded {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: var(--font-accent);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink-noir);
    background: rgba(122, 164, 207, 0.2);
    padding: 0.3rem 1rem;
    border-radius: 40px 2px 40px 2px;
    border: 1px solid var(--mahogany-teint);
    transform: rotate(2deg);
    text-align: right;
    max-width: 70%;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(2px);
}

.stitched__binding_strip--selvage {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 2px dashed var(--antique-laton);
    position: relative;
}

.stitched__heraldic_tab--embroidered {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(145deg, var(--mahogany-teint), #24384a);
    border: 2px solid var(--antique-laton);
    border-bottom: 6px solid #141f2c;
    border-right: 4px solid #213246;
    color: #cfe8ff;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0.9rem 2.2rem;
    border-radius: 50px 8px 50px 8px;
    text-decoration: none;
    position: relative;
    transition: all 0.1s linear;
    box-shadow: 0 8px 0 #152333;
}

.stitched__heraldic_tab--embroidered:hover {
    background: var(--antique-laton);
    border-bottom-width: 2px;
    transform: translateY(6px);
    box-shadow: 0 2px 0 #152333;
    color: var(--ink-noir);
}

.stitched__heraldic_tab--embroidered .material-ikoni--rougelock {
    font-size: 24px;
    color: #cfe8ff;
}

.stitched__heraldic_tab--embroidered:hover .material-ikoni--rougelock {
    color: var(--ink-noir);
}

.stitched__frayed_edge--unraveled {
    width: 4px;
    height: 24px;
    background: repeating-linear-gradient(180deg, #cfe8ff 0px, #cfe8ff 4px, transparent 4px, transparent 8px);
    margin-left: 0.5rem;
}

@media (max-width: 1156px) {
    .stitched__patchwork_grid--tailored {
        gap: 1.5rem;
    }
    .stitched__binding_strip--selvage {
        justify-content: flex-end;
    }
}

@media (max-width: 844px) {
    .loomark__fabric_forum--layered {
        padding: 0 1.2rem;
    }
    .stitched__patchwork_grid--tailored {
        gap: 1.2rem;
    }
    .stitched__leather_patch--stitched {
        min-height: 150px;
    }
    .stitched__binding_strip--selvage {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .stitched__leather_patch--stitched {
        min-height: 140px;
    }
    .stitched__tack_icon--burnished {
        font-size: 38px;
        bottom: 10px;
        left: 12px;
    }
    .stitched__label_hem--folded {
        font-size: 0.95rem;
        top: 12px;
        right: 12px;
    }
    .stitched__binding_strip--selvage {
        justify-content: center;
    }
    .stitched__heraldic_tab--embroidered {
        padding: 0.8rem 1.8rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .loomark__fabric_forum--layered {
        margin: 3rem auto;
        padding: 0 1rem;
    }
    .stitched__embossed_heading--tooled {
        font-size: 1.6rem;
        padding: 0.4rem 1.2rem;
    }
    .stitched__woven_description--fringed {
        font-size: 1rem;
        padding: 0.4rem 1rem;
    }
    .stitched__leather_patch--stitched {
        min-height: 130px;
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .stitched__tack_icon--burnished {
        font-size: 36px;
        bottom: 8px;
        left: 10px;
    }
    .stitched__label_hem--folded {
        font-size: 0.9rem;
        padding: 0.2rem 0.8rem;
    }
    .stitched__binding_strip--selvage {
        justify-content: center;
    }
}

@media (max-width: 360px) {
    .stitched__embossed_heading--tooled {
        font-size: 1.4rem;
        padding: 0.3rem 1rem;
    }
    .stitched__woven_description--fringed {
        font-size: 0.9rem;
    }
    .stitched__leather_patch--stitched {
        min-height: 120px;
    }
    .stitched__tack_icon--burnished {
        font-size: 32px;
        bottom: 6px;
        left: 8px;
    }
    .stitched__label_hem--folded {
        font-size: 0.85rem;
        top: 10px;
        right: 10px;
        max-width: 65%;
    }
    .stitched__heraldic_tab--embroidered {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 300px) {
    .stitched__heraldic_tab--embroidered {
        white-space: normal;
        word-break: break-all;
        text-align: center;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    .stitched__label_hem--folded {
        max-width: 60%;
        font-size: 0.8rem;
    }
}

@media (max-width: 640px) {
    .loomark__fabric_forum--layered,
    .stitched__leather_patch--stitched,
    .stitched__leather_patch--stitched:hover,
    .stitched__heraldic_tab--embroidered,
    .stitched__heraldic_tab--embroidered:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .stitched__leather_patch--stitched:hover {
        transform: none !important;
        box-shadow: 0 12px 0 rgba(0,0,0,0.1);
    }
    .stitched__heraldic_tab--embroidered:hover {
        transform: none !important;
        background: linear-gradient(145deg, var(--mahogany-teint), #24384a);
        border-bottom: 6px solid #141f2c;
        color: #cfe8ff;
    }
}

.glyphen__scribe_rotunda--aged {
    position: relative;
    width: 100%;
    background-color: #d7e7f8;
    background-image: linear-gradient(45deg, rgba(176, 203, 230, 0.1) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(130, 165, 180, 0.1) 25%, transparent 25%);
    background-size: 40px 40px;
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 1.5rem;
    margin: 4rem 0;
}

.weathered__manuscript_canvas--flowing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.weathered__manuscript_canvas--flowing::before {
    content: "✒️";
    position: absolute;
    top: 15%;
    left: 5%;
    font-size: 60px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: weathered__quill-drift 32s ease-in-out infinite;
}

.weathered__manuscript_canvas--flowing::after {
    content: "🖋️";
    position: absolute;
    bottom: 20%;
    right: 8%;
    font-size: 70px;
    opacity: 0.12;
    transform: rotate(25deg);
    animation: weathered__quill-drift 45s ease-in-out infinite reverse;
}

.weathered__manuscript_canvas--flowing > * {
    display: block;
    position: absolute;
}

@keyframes weathered__quill-drift {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
        opacity: 0.12;
    }
    33% {
        transform: translate(30px, -20px) rotate(-8deg);
        opacity: 0.18;
    }
    66% {
        transform: translate(-20px, 30px) rotate(-22deg);
        opacity: 0.1;
    }
}

@keyframes weathered__ink-bleed {
    0%, 100% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@keyframes weathered__parchment-wave {
    0%, 100% {
        background-position: 0% 0%;
    }
    25% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
}

.weathered__manuscript_canvas--flowing span:nth-of-type(1) {
    content: "⬤";
    top: 40%;
    left: 15%;
    font-size: 40px;
    color: #2b4157;
    opacity: 0.1;
    animation: weathered__ink-bleed 18s ease infinite;
}

.weathered__manuscript_canvas--flowing span:nth-of-type(2) {
    content: "⬤";
    bottom: 30%;
    left: 75%;
    font-size: 65px;
    color: #35516b;
    opacity: 0.08;
    animation: weathered__ink-bleed 24s ease infinite reverse;
}

.weathered__manuscript_canvas--flowing span:nth-of-type(3) {
    content: "✎";
    top: 70%;
    right: 20%;
    font-size: 50px;
    color: #5d7ea1;
    opacity: 0.1;
    transform: rotate(40deg);
    animation: weathered__quill-drift 38s linear infinite;
}

.weathered__reading_desk--illuminated {
    position: relative;
    z-index: 10;
    max-width: var(--container-wide);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.weathered__colophon_title--stamped {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    color: #24384a;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0.8rem 2.5rem;
    background: rgba(224, 237, 250, 0.7);
    border: 3px solid #5d7ea1;
    border-bottom: 8px solid #35516b;
    border-right: 6px solid #24384a;
    border-radius: 80px 12px 80px 12px;
    text-shadow: 3px 3px 0 rgba(200, 241, 255, 0.5);
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
    display: inline-block;
    letter-spacing: 2px;
}

.weathered__folio_spread--gathered {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 2rem;
    width: 100%;
}

.weathered__testimonial_vellum--creased {
    background: rgba(231, 238, 249, 0.966);
    backdrop-filter: blur(4px);
    border: 1px solid #7aa4cf;
    border-left: 8px solid #5d7ea1;
    border-bottom: 6px solid #35516b;
    padding: 1.8rem 1.5rem 1.5rem;
    border-radius: 40px 4px 60px 4px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 12px 0 rgba(0,0,0,0.08), inset 0 0 30px rgba(220,240,255,0.3);
    transition: all 0.2s ease;
}

.weathered__testimonial_vellum--creased:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 0 rgba(0,0,0,0.06);
    border-left-color: #7aa4cf;
}

.weathered__scribe_emblem--burnished {
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 48px;
    color: #35516b;
    background: #deecfb;
    padding: 0.3rem;
    border-radius: 50% 20% 50% 20%;
    border: 2px solid #7aa4cf;
    transform: rotate(-5deg);
    box-shadow: 0 6px 0 #24384a;
}

.weathered__ink_rating--stained {
    display: flex;
    gap: 0.2rem;
    margin: 1.8rem 0 1rem 0;
    color: #7aa4cf;
    font-size: 1.3rem;
    justify-content: center;
    border-bottom: 1px dashed #7aa4cf;
    padding-bottom: 0.8rem;
}

.weathered__parchment_quote--faded {
    font-family: var(--font-caption);
    font-size: 1rem;
    line-height: 1.6;
    color: #1f2f40;
    font-style: italic;
    margin-bottom: 1.2rem;
    flex-grow: 1;
    text-align: center;
    quotes: "«" "»";
}

.weathered__parchment_quote--faded::before {
    content: "«";
    font-size: 1.3rem;
    color: #5d7ea1;
    margin-right: 4px;
}

.weathered__parchment_quote--faded::after {
    content: "»";
    font-size: 1.3rem;
    color: #5d7ea1;
    margin-left: 4px;
}

.weathered__provenance_mark--foxed {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #35516b;
    border-top: 1px solid #7aa4cf;
    padding-top: 0.6rem;
    margin-top: 0.3rem;
    text-align: right;
    font-weight: 600;
}

.weathered__provenance_mark--foxed::before {
    content: "📍";
    margin-right: 6px;
    opacity: 0.7;
}

@media (max-width: 1156px) {
    .weathered__folio_spread--gathered {
        gap: 1.5rem;
    }
}

@media (max-width: 844px) {
    .glyphen__scribe_rotunda--aged {
        padding: 4rem 1.2rem;
    }
    .weathered__folio_spread--gathered {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    }
}

@media (max-width: 640px) {
    .weathered__manuscript_canvas--flowing::before,
    .weathered__manuscript_canvas--flowing::after,
    .weathered__manuscript_canvas--flowing span {
        animation: none !important;
        opacity: 0.1 !important;
        transform: none !important;
    }
    @keyframes weathered__quill-drift {
        0%, 100% { transform: none; opacity: 0.1; }
    }
    @keyframes weathered__ink-bleed {
        0%, 100% { transform: none; opacity: 0.08; }
    }
    .weathered__testimonial_vellum--creased:hover {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .glyphen__scribe_rotunda--aged {
        padding: 3rem 1rem;
    }
    .weathered__colophon_title--stamped {
        font-size: 1.6rem;
        padding: 0.6rem 1.5rem;
    }
    .weathered__testimonial_vellum--creased {
        padding: 1.5rem 1.2rem 1.2rem;
    }
    .weathered__scribe_emblem--burnished {
        font-size: 42px;
        top: -12px;
        left: 15px;
    }
    .weathered__ink_rating--stained {
        font-size: 1.1rem;
    }
}

@media (max-width: 360px) {
    .weathered__colophon_title--stamped {
        font-size: 1.4rem;
        padding: 0.5rem 1rem;
    }
    .weathered__testimonial_vellum--creased {
        padding: 1.2rem 1rem 1rem;
    }
    .weathered__scribe_emblem--burnished {
        font-size: 38px;
        top: -10px;
        left: 12px;
    }
    .weathered__parchment_quote--faded {
        font-size: 0.9rem;
    }
}

@media (max-width: 300px) {
    .weathered__ink_rating--stained {
        flex-wrap: wrap;
        justify-content: center;
    }
    .weathered__provenance_mark--foxed {
        font-size: 0.75rem;
        word-break: break-all;
    }
}

@media (max-width: 640px) {
    .glyphen__scribe_rotunda--aged,
    .weathered__testimonial_vellum--creased,
    .weathered__testimonial_vellum--creased:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}

.postalis__courier_bay--sealed {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
}

.clasped__dispatch_counter--stamped {
    background: linear-gradient(145deg, var(--parchment-bg), #cfe0f3);
    border: 2px solid var(--antique-laton);
    border-bottom: 10px solid var(--tooled-hide);
    border-right: 8px solid var(--burnished-acier);
    border-radius: 120px 24px 120px 24px;
    padding: 3rem 2rem;
    box-shadow: 0 20px 0 rgba(0,0,0,0.1);
    position: relative;
}

.clasped__postmark_heading--embossed {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: var(--mahogany-teint);
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 3px dashed var(--antique-laton);
    padding-bottom: 0.8rem;
    display: inline-block;
    width: 100%;
    text-shadow: 2px 2px 0 rgba(220,240,255,0.5);
}

.clasped__letter_sheet--sealed {
    max-width: 700px;
    margin: 0 auto;
    transition: opacity 0.2s ease;
}

.clasped__envelope_flap--tucked {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(122, 164, 207, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 60px 8px 60px 8px;
    margin-bottom: 1.8rem;
    border: 1px solid var(--antique-laton);
    position: relative;
}

.clasped__wax_seal--impressed {
    font-size: 40px;
    color: #365e8d;
    filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.2));
    transform: rotate(-5deg);
}

.clasped__dispatch_note--inscribed {
    font-family: var(--font-caption);
    font-size: 1.1rem;
    color: var(--burnished-acier);
    font-style: italic;
}

.clasped__franking_machine--calibrated {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.clasped__stamp_panel--perforated {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--parchment-crease);
    border: 2px dashed var(--antique-laton);
    border-radius: 80px 8px 80px 8px;
    padding: 0.3rem 0.3rem 0.3rem 1.2rem;
}

.clasped__stamp_panel--perforated .material-ikoni--rougelock {
    font-size: 32px;
    color: var(--mahogany-teint);
}

.clasped__postmark_field--canceled {
    flex: 1;
    padding: 1rem 0.8rem;
    font-family: var(--font-caption);
    font-size: 1rem;
    border: none;
    background: transparent;
    border-left: 1px solid var(--antique-laton);
    padding-left: 1.2rem;
}

.clasped__postmark_field--canceled:focus {
    outline: none;
    background: rgba(255,255,240,0.5);
}

.clasped__postmark_field--canceled::placeholder {
    color: #5d7ea1;
    font-style: italic;
    opacity: 0.7;
}

.clasped__seal_button--pressed {
    background: linear-gradient(145deg, #365e8d, #2a4c72);
    border: 2px solid #7aa4cf;
    border-bottom: 8px solid #274566;
    border-right: 6px solid #203a57;
    color: #cfe8ff;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 1rem 2rem;
    border-radius: 60px 8px 60px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.05s linear;
    box-shadow: 0 12px 0 #203a57;
    position: relative;
}

.clasped__seal_button--pressed:enabled {
    background: linear-gradient(145deg, #7aa4cf, #5d7ea1);
    border-bottom-color: #35516b;
    border-right-color: #24384a;
    box-shadow: 0 12px 0 #213246;
    color: var(--ink-noir);
}

.clasped__seal_button--pressed:enabled:hover {
    transform: translateY(6px);
    box-shadow: 0 6px 0 #213246;
    border-bottom-width: 4px;
}

.clasped__seal_button--pressed:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    filter: grayscale(0.5);
}

.clasped__ribbon_tail--sheared {
    width: 4px;
    height: 24px;
    background: repeating-linear-gradient(180deg, #cfe8ff 0px, #cfe8ff 4px, transparent 4px, transparent 8px);
    margin-left: 0.5rem;
}

.clasped__postcard_reply--franked {
    max-width: 700px;
    margin: 0 auto;
    transition: opacity 0.2s ease;
}

.clasped__correspondence_card--delivered {
    background: linear-gradient(145deg, #f2f8ff, #deecfb);
    border: 2px solid var(--antique-laton);
    border-radius: 40px 4px 60px 4px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 15px 0 rgba(0,0,0,0.08);
    position: relative;
}

.clasped__gratitude_stamp--embossed {
    font-size: 64px;
    color: #365e8d;
    margin-bottom: 1rem;
    filter: drop-shadow(4px 6px 0 rgba(0,0,0,0.1));
}

.clasped__thank_you_note--handwritten {
    font-family: var(--font-title);
    font-size: 1.8rem;
    color: var(--mahogany-teint);
    margin-bottom: 0.8rem;
    border-bottom: 1px dashed var(--antique-laton);
    padding-bottom: 0.8rem;
    display: inline-block;
}

.clasped__update_message--typed {
    font-family: var(--font-caption);
    font-size: 1.1rem;
    color: var(--burnished-acier);
    margin-bottom: 2rem;
    font-style: italic;
}

.clasped__reply_actions--hinged {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.clasped__return_sender--canceled,
.clasped__reedit_address--corrected {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.8rem;
    font-family: var(--font-accent);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 40px 4px 40px 4px;
    cursor: pointer;
    transition: all 0.05s linear;
    border: 2px solid;
}

.clasped__return_sender--canceled {
    background: linear-gradient(145deg, #3d5570, #1f2f40);
    border-color: #5d7ea1;
    color: #cfe8ff;
    box-shadow: 0 6px 0 #1a2633;
}

.clasped__reedit_address--corrected {
    background: linear-gradient(145deg, #7aa4cf, #5d7ea1);
    border-color: var(--parchment-crease);
    color: var(--ink-noir);
    box-shadow: 0 6px 0 #35516b;
}

.clasped__return_sender--canceled:hover,
.clasped__reedit_address--corrected:hover {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #1a2633;
}

@media (max-width: 844px) {
    .clasped__dispatch_counter--stamped {
        padding: 2rem 1.5rem;
    }
    .clasped__envelope_flap--tucked {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .clasped__stamp_panel--perforated {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem;
    }
    .clasped__postmark_field--canceled {
        border-left: none;
        border-top: 1px solid var(--antique-laton);
        padding-left: 0.8rem;
        width: 100%;
    }
    .clasped__reply_actions--hinged {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .clasped__dispatch_counter--stamped {
        padding: 1.5rem 1rem;
    }
    .clasped__thank_you_note--handwritten {
        font-size: 1.4rem;
    }
    .clasped__update_message--typed {
        font-size: 0.95rem;
    }
}

@media (max-width: 360px) {
    .clasped__seal_button--pressed {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }
}

@media (max-width: 640px) {
    .postalis__courier_bay--sealed,
    .clasped__seal_button--pressed,
    .clasped__return_sender--canceled,
    .clasped__reedit_address--corrected {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    .clasped__seal_button--pressed:enabled:hover {
        transform: none !important;
    }
}

.auricel__gem_parlor--luminous {
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, #192635, #101a25);
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 1.5rem;
    margin: 5rem 0;
}

.vitreous__display_case--illuminated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}

.vitreous__display_case--illuminated::before {
    content: "\1F48E";
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 80px;
    color: rgba(173, 214, 255, 0.55);
    opacity: 0.12;
    transform: rotate(-15deg);
    filter: drop-shadow(0 0 10px rgba(120, 190, 255, 0.28));
    animation: vitreous__gem-sparkle 8s ease-in-out infinite;
}

.vitreous__display_case--illuminated::after {
    content: "\2728";
    position: absolute;
    bottom: 15%;
    right: 8%;
    font-size: 100px;
    color: rgba(188, 224, 255, 0.52);
    opacity: 0.1;
    transform: rotate(10deg);
    filter: drop-shadow(0 0 12px rgba(136, 204, 255, 0.3));
    animation: vitreous__gem-sparkle 12s ease-in-out infinite reverse;
}

@keyframes vitreous__gem-sparkle {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1) rotate(-15deg);
        filter: drop-shadow(0 0 2px #b9d7ff);
    }
    50% {
        opacity: 0.25;
        transform: scale(1.1) rotate(-8deg);
        filter: drop-shadow(0 0 15px #8bb8e8);
    }
}

@keyframes vitreous__light-gleam {
    0%, 100% {
        background-position: 0% 0%;
        opacity: 0.05;
    }
    25% {
        background-position: 100% 0%;
        opacity: 0.1;
    }
    50% {
        background-position: 100% 100%;
        opacity: 0.05;
    }
    75% {
        background-position: 0% 100%;
        opacity: 0.1;
    }
}

.vitreous__display_case--illuminated span:nth-of-type(1) {
    content: "\1F48E";
    top: 40%;
    left: 15%;
    font-size: 60px;
    color: rgba(165, 210, 255, 0.5);
    opacity: 0.08;
    filter: drop-shadow(0 0 8px rgba(120, 190, 255, 0.24));
    animation: vitreous__gem-sparkle 14s ease infinite;
}

.vitreous__display_case--illuminated span:nth-of-type(2) {
    content: "\1F48D";
    bottom: 30%;
    left: 75%;
    font-size: 70px;
    color: rgba(182, 220, 255, 0.48);
    opacity: 0.06;
    filter: drop-shadow(0 0 8px rgba(136, 204, 255, 0.24));
    animation: vitreous__gem-sparkle 18s ease infinite reverse;
}

.vitreous__display_case--illuminated span:nth-of-type(3) {
    content: "\1F4A0";
    top: 70%;
    right: 20%;
    font-size: 90px;
    color: rgba(198, 228, 255, 0.46);
    opacity: 0.05;
    filter: drop-shadow(0 0 9px rgba(150, 212, 255, 0.26));
    animation: vitreous__gem-sparkle 22s linear infinite;
}

.vitreous__curator_stand--elevated {
    position: relative;
    z-index: 10;
    max-width: var(--container-wide);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vitreous__engraved_plinth--chiseled {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    color: #cfe8ff;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0.8rem 2.5rem;
    background: linear-gradient(145deg, rgba(20, 22, 30, 0.8), rgba(10, 14, 20, 0.9));
    border: 2px solid #8bb8e8;
    border-bottom: 8px solid #7aa4cf;
    border-right: 6px solid #5d7ea1;
    border-radius: 80px 12px 80px 12px;
    text-shadow: 2px 2px 0 #000000, 4px 4px 0 rgba(122, 164, 207, 0.3);
    box-shadow: 0 15px 0 rgba(0,0,0,0.3), 0 0 30px rgba(66, 164, 255, 0.2);
    display: inline-block;
    letter-spacing: 3px;
}

.vitreous__gemstone_collection--curated {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2rem;
    width: 100%;
}

.vitreous__faceted_cabochon--polished {
    flex: 0 0 calc(33.333% - 2rem);
    min-width: 280px;
    background: linear-gradient(145deg, rgba(18, 28, 42, 0.84), rgba(10, 18, 30, 0.92));
    backdrop-filter: blur(5px);
    border: 1px solid #8bb8e8;
    border-left: 6px solid #b9d7ff;
    border-bottom: 6px solid #7aa4cf;
    border-radius: 60px 8px 60px 8px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3), 0 0 30px rgba(66, 120, 255, 0.1);
    transition: all 0.2s ease;
}

.vitreous__faceted_cabochon--polished:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 0 rgba(0,0,0,0.25), 0 0 50px rgba(0, 76, 255, 0.3);
    border-left-color: #b9d7ff;
    border-bottom-color: #8bb8e8;
}

.vitreous__gem_icon--brilliant {
    font-size: 52px;
    background: linear-gradient(135deg, #b9d7ff, #8bb8e8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    filter: drop-shadow(0 6px 0 rgba(0,0,0,0.3));
    animation: vitreous__gem-glow 3s ease-in-out infinite;
}

@keyframes vitreous__gem-glow {
    0%, 100% {
        filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0 0 5px #8bb8e8);
    }
    50% {
        filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0 0 20px #b9d7ff);
    }
}

.vitreous__stone_title--facetted {
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 700;
    color: #cfe8ff;
    margin-bottom: 0.8rem;
    border-bottom: 1px dashed #8bb8e8;
    padding-bottom: 0.5rem;
    width: 100%;
    text-shadow: 2px 2px 0 #000000;
}

.vitreous__specimen_note--inscribed {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e6eef8;
    margin: 0;
    text-shadow: 1px 1px 0 #000000;
}

@media (max-width: 1156px) {
    .vitreous__faceted_cabochon--polished {
        flex: 0 0 calc(33.333% - 1.5rem);
        min-width: 260px;
    }
}

@media (max-width: 844px) {
    .auricel__gem_parlor--luminous {
        padding: 4rem 1.2rem;
    }
    .vitreous__faceted_cabochon--polished {
        flex: 0 0 calc(50% - 1.5rem);
        min-width: 240px;
    }
}

@media (max-width: 640px) {
    .vitreous__display_case--illuminated::before,
    .vitreous__display_case--illuminated::after,
    .vitreous__display_case--illuminated span {
        animation: none !important;
        opacity: 0.1 !important;
        transform: none !important;
    }
    @keyframes vitreous__gem-sparkle {
        0%, 100% { opacity: 0.1; transform: none; }
    }
    @keyframes vitreous__gem-glow {
        0%, 100% { filter: drop-shadow(0 6px 0 rgba(0,0,0,0.3)); }
    }
    .vitreous__faceted_cabochon--polished {
        flex: 0 0 100%;
    }
    .vitreous__faceted_cabochon--polished:hover {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .auricel__gem_parlor--luminous {
        padding: 3rem 1rem;
    }
    .vitreous__engraved_plinth--chiseled {
        font-size: 1.6rem;
        padding: 0.6rem 1.5rem;
    }
    .vitreous__faceted_cabochon--polished {
        min-width: 100%;
        padding: 1.5rem 1.2rem;
    }
    .vitreous__gem_icon--brilliant {
        font-size: 48px;
    }
    .vitreous__stone_title--facetted {
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .vitreous__engraved_plinth--chiseled {
        font-size: 1.4rem;
        padding: 0.5rem 1rem;
        letter-spacing: 1px;
    }
    .vitreous__faceted_cabochon--polished {
        padding: 1.2rem 1rem;
    }
    .vitreous__gem_icon--brilliant {
        font-size: 42px;
    }
    .vitreous__stone_title--facetted {
        font-size: 1.1rem;
    }
    .vitreous__specimen_note--inscribed {
        font-size: 0.9rem;
    }
}

@media (max-width: 300px) {
    .vitreous__engraved_plinth--chiseled {
        font-size: 1.2rem;
        padding: 0.4rem 0.8rem;
    }
    .vitreous__gemstone_collection--curated {
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .auricel__gem_parlor--luminous,
    .vitreous__faceted_cabochon--polished,
    .vitreous__faceted_cabochon--polished:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}

.indexor__catalog_arcade--timbered {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
}

.cranked__reference_desk--illuminated {
    text-align: center;
    margin-bottom: 3.5rem;
}

.cranked__card_catalog_title--gilded {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: var(--mahogany-teint);
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 3px solid var(--antique-laton);
    border-bottom: 8px solid var(--tooled-hide);
    border-radius: 60px 12px 60px 12px;
    background: linear-gradient(145deg, var(--parchment-bg), #e6eef8);
    margin-bottom: 1rem;
    box-shadow: 0 12px 0 rgba(0,0,0,0.1);
}

.cranked__librarian_note--inscribed {
    font-family: var(--font-caption);
    font-size: 1.2rem;
    color: var(--burnished-acier);
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
    border-left: 4px solid var(--antique-laton);
    padding-left: 1.5rem;
}

.cranked__filing_cabinets--tiered {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
}

.cranked__drawer_stack--left,
.cranked__drawer_stack--right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cranked__drawer_stack--center {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cranked__index_card--tabbed {
    background: linear-gradient(145deg, #eef5ff, #e6eef8);
    border: 1px solid var(--antique-laton);
    border-left: 8px solid var(--tooled-hide);
    border-bottom: 6px solid var(--burnished-acier);
    border-radius: 40px 4px 40px 4px;
    padding: 1.5rem;
    box-shadow: 0 10px 0 rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.cranked__index_card--tabbed:hover {
    transform: translateX(4px);
    box-shadow: 0 10px 0 rgba(0,0,0,0.12);
    border-left-color: var(--mahogany-teint);
}

.cranked__bronze_tab--embossed {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed var(--antique-laton);
    padding-bottom: 0.8rem;
}

.cranked__bronze_tab--embossed .material-ikoni--rougelock {
    font-size: 28px;
    color: var(--antique-laton);
    background: rgba(0,0,0,0.05);
    padding: 0.3rem;
    border-radius: 50% 20% 50% 20%;
}

.cranked__query_heading--stamped {
    font-family: var(--font-title);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--mahogany-teint);
    margin: 0;
    line-height: 1.4;
}

.cranked__answer_script--typed {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--burnished-acier);
    margin: 0;
    padding-left: 0.5rem;
    border-left: 2px solid rgba(122, 164, 207, 0.3);
}

.cranked__pullout_tray--extended {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cranked__cabinet_front--ornate {
    background: linear-gradient(145deg, #36506a, #24384b);
    border: 3px solid var(--antique-laton);
    border-bottom: 12px solid #35516b;
    border-right: 8px solid #24384a;
    border-radius: 80px 8px 80px 8px;
    padding: 2.5rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 20px 0 rgba(0,0,0,0.2);
}

.cranked__drawer_pull--antique {
    font-size: 64px;
    color: var(--antique-laton);
    margin-bottom: 1rem;
    filter: drop-shadow(0 8px 0 rgba(0,0,0,0.3));
    transform: rotate(-5deg);
}

.cranked__cabinet_label--engraved {
    font-family: var(--font-title);
    font-size: 1.6rem;
    color: #cfe8ff;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid var(--antique-laton);
    padding-bottom: 0.5rem;
    text-shadow: 2px 2px 0 #000000;
}

.cranked__cabinet_description--faded {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    color: #e6eef8;
    margin-bottom: 2rem;
    line-height: 1.6;
    flex-grow: 1;
}

.cranked__catalogue_lever--cranked {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg, var(--antique-laton), #5d7ea1);
    border: 2px solid #cfe8ff;
    border-bottom: 8px solid #35516b;
    border-right: 6px solid #24384a;
    color: var(--ink-noir);
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    border-radius: 50px 8px 50px 8px;
    text-decoration: none;
    transition: all 0.1s linear;
    box-shadow: 0 10px 0 #213246;
    margin-top: auto;
    align-self: center;
}

.cranked__catalogue_lever--cranked:hover {
    background: var(--mahogany-teint);
    border-bottom-width: 3px;
    transform: translateY(5px);
    box-shadow: 0 5px 0 #213246;
    color: #cfe8ff;
}

.cranked__catalogue_lever--cranked .material-ikoni--rougelock {
    font-size: 22px;
}

.cranked__gear_tooth--indexed {
    width: 4px;
    height: 24px;
    background: repeating-linear-gradient(180deg, #cfe8ff 0px, #cfe8ff 4px, transparent 4px, transparent 8px);
    margin-left: 0.5rem;
}

@media (max-width: 1156px) {
    .cranked__filing_cabinets--tiered {
        gap: 1.5rem;
    }
}

@media (max-width: 844px) {
    .cranked__filing_cabinets--tiered {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cranked__drawer_stack--center {
        order: 2;
        margin: 1rem 0;
    }
    
    .cranked__drawer_stack--left {
        order: 1;
    }
    
    .cranked__drawer_stack--right {
        order: 3;
    }
    
    .cranked__cabinet_front--ornate {
        padding: 2rem;
    }
}

@media (max-width: 640px) {
    .indexor__catalog_arcade--timbered {
        margin: 3rem auto;
    }
    
    .cranked__index_card--tabbed {
        padding: 1.2rem;
    }
    
    .cranked__bronze_tab--embossed {
        flex-direction: column;
        text-align: center;
    }
    
    .cranked__query_heading--stamped {
        font-size: 1rem;
    }
    
    .cranked__cabinet_front--ornate {
        padding: 1.8rem;
    }
    
    .cranked__cabinet_label--engraved {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .indexor__catalog_arcade--timbered {
        padding: 0 1rem;
    }
    
    .cranked__card_catalog_title--gilded {
        font-size: 1.6rem;
        padding: 0.4rem 1.2rem;
    }
    
    .cranked__librarian_note--inscribed {
        font-size: 1rem;
        padding-left: 1rem;
    }
    
    .cranked__index_card--tabbed {
        padding: 1rem;
    }
    
    .cranked__cabinet_front--ornate {
        padding: 1.5rem;
    }
    
    .cranked__cabinet_label--engraved {
        font-size: 1.2rem;
    }
    
    .cranked__catalogue_lever--cranked {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .cranked__card_catalog_title--gilded {
        font-size: 1.4rem;
        padding: 0.3rem 1rem;
    }
    
    .cranked__bronze_tab--embossed .material-ikoni--rougelock {
        font-size: 24px;
    }
    
    .cranked__query_heading--stamped {
        font-size: 0.95rem;
    }
    
    .cranked__answer_script--typed {
        font-size: 0.85rem;
    }
    
    .cranked__drawer_pull--antique {
        font-size: 52px;
    }
}

@media (max-width: 300px) {
    .cranked__catalogue_lever--cranked {
        white-space: normal;
        word-break: break-all;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .indexor__catalog_arcade--timbered,
    .cranked__index_card--tabbed,
    .cranked__index_card--tabbed:hover,
    .cranked__catalogue_lever--cranked,
    .cranked__catalogue_lever--cranked:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    
    .cranked__index_card--tabbed:hover {
        transform: none !important;
        border-left-color: var(--tooled-hide);
    }
    
    .cranked__catalogue_lever--cranked:hover {
        transform: none !important;
        background: linear-gradient(145deg, var(--antique-laton), #5d7ea1);
        border-bottom: 8px solid #35516b;
        color: var(--ink-noir);
    }
}

.bastionx__security_ward--fortified {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
    background: linear-gradient(145deg, #0f0f0f, #1a2633);
    border: 2px solid var(--antique-laton);
    border-radius: 80px 16px 80px 16px;
    padding: 3rem 2rem;
    box-shadow: 0 25px 0 rgba(0,0,0,0.2), inset 0 0 50px rgba(0,0,0,0.5);
}

.vaulted__security_alcove--illuminated {
    text-align: center;
    margin-bottom: 3rem;
}

.vaulted__vault_door_title--embossed {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #cfe8ff;
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 4px solid var(--antique-laton);
    border-bottom: 12px solid #7aa4cf;
    border-right: 8px solid #5d7ea1;
    border-radius: 80px 12px 80px 12px;
    background: linear-gradient(145deg, #1f2f40, #1a2633);
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 0 #000000;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3);
    letter-spacing: 3px;
}

.vaulted__deposit_box_note--engraved {
    font-family: var(--font-caption);
    font-size: 1.2rem;
    color: #e6eef8;
    max-width: 900px;
    margin: 0 auto;
    font-style: italic;
    border-left: 6px solid var(--antique-laton);
    border-right: 6px solid var(--antique-laton);
    padding: 1rem 2rem;
    background: rgba(0,0,0,0.3);
    border-radius: 60px 8px 60px 8px;
    text-shadow: 1px 1px 0 #000000;
}

.vaulted__safe_deposit_grid--vaulted {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.vaulted__security_locker--deadbolt {
    background: linear-gradient(145deg, #1f2f40, #172838);
    border: 2px solid var(--antique-laton);
    border-top: 6px solid #7aa4cf;
    border-left: 6px solid #5d7ea1;
    border-radius: 40px 8px 40px 8px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3), inset 0 0 30px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
}

.vaulted__security_locker--deadbolt:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 0 rgba(0,0,0,0.25);
    border-top-color: #b9d7ff;
    border-left-color: #8bb8e8;
}

.vaulted__security_locker--vaulted {
    grid-column: span 1.5;
    margin: 0 1rem;
}

.vaulted__locker_dial--combination {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at 30% 30%, #3d5570, #1f2f40);
    border: 3px solid var(--antique-laton);
    border-radius: 50% 20% 50% 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transform: rotate(-5deg);
    box-shadow: 0 8px 0 #152333, inset 0 0 20px rgba(0, 153, 255, 0.2);
}

.vaulted__security_emblem--burnished {
    font-size: 48px;
    background: linear-gradient(135deg, #b9d7ff, #8bb8e8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 2px rgba(0,0,0,0.5));
}

.vaulted__certificate_label--stamped {
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 700;
    color: #cfe8ff;
    margin-bottom: 1rem;
    border-bottom: 2px dashed var(--antique-laton);
    padding-bottom: 0.6rem;
    width: 100%;
    text-shadow: 2px 2px 0 #000000;
}

.vaulted__specification_sheet--typed {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d4e3f4;
    margin-bottom: 1rem;
    flex-grow: 1;
    text-shadow: 1px 1px 0 #000000;
}

.vaulted__bolt_indicator--secured {
    width: 12px;
    height: 12px;
    background: #7be6ff;
    border-radius: 50%;
    box-shadow: 0 0 15px #7be6ff;
    margin-top: 0.5rem;
    animation: vaulted__security-pulse 2s ease-in-out infinite;
}

@keyframes vaulted__security-pulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px #7be6ff;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px #7be6ff, 0 0 30px #4ca8c7;
    }
}

@media (max-width: 1156px) {
    .vaulted__safe_deposit_grid--vaulted {
        gap: 1.5rem;
    }
    
    .vaulted__security_locker--vaulted {
        margin: 0 0.5rem;
    }
}

@media (max-width: 844px) {
    .bastionx__security_ward--fortified {
        padding: 2.5rem 1.5rem;
    }
    
    .vaulted__safe_deposit_grid--vaulted {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vaulted__security_locker--vaulted {
        grid-column: span 1;
        margin: 0;
    }
    
    .vaulted__security_locker--deadbolt:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .vaulted__safe_deposit_grid--vaulted {
        grid-template-columns: 1fr;
    }
    
    .vaulted__security_locker--deadbolt:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .vaulted__security_locker--deadbolt:hover {
        transform: none !important;
    }
    
    @keyframes vaulted__security-pulse {
        0%, 100% { opacity: 0.8; }
        50% { opacity: 1; }
    }
}

@media (max-width: 480px) {
    .bastionx__security_ward--fortified {
        padding: 2rem 1rem;
        margin: 3rem auto;
    }
    
    .vaulted__vault_door_title--embossed {
        font-size: 1.6rem;
        padding: 0.6rem 1.2rem;
    }
    
    .vaulted__deposit_box_note--engraved {
        font-size: 1rem;
        padding: 0.8rem 1rem;
    }
    
    .vaulted__security_locker--deadbolt {
        padding: 1.5rem 1.2rem;
    }
    
    .vaulted__locker_dial--combination {
        width: 70px;
        height: 70px;
    }
    
    .vaulted__security_emblem--burnished {
        font-size: 42px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .vaulted__vault_door_title--embossed {
        font-size: 1.3rem;
        padding: 0.5rem 1rem;
    }
    
    .vaulted__deposit_box_note--engraved {
        font-size: 0.9rem;
    }
    
    .vaulted__security_locker--deadbolt {
        padding: 1.2rem 1rem;
    }
    
    .vaulted__locker_dial--combination {
        width: 60px;
        height: 60px;
    }
    
    .vaulted__security_emblem--burnished {
        font-size: 36px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1.1rem;
    }
    
    .vaulted__specification_sheet--typed {
        font-size: 0.85rem;
    }
}

@media (max-width: 300px) {
    .vaulted__vault_door_title--embossed {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .bastionx__security_ward--fortified,
    .vaulted__security_locker--deadbolt,
    .vaulted__security_locker--deadbolt:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    
    .vaulted__bolt_indicator--secured {
        animation: none !important;
    }
}

.bastionx__security_ward--fortified {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
    background: linear-gradient(145deg, #0f0f0f, #1a2633);
    border: 2px solid var(--antique-laton);
    border-radius: 80px 16px 80px 16px;
    padding: 3rem 2rem;
    box-shadow: 0 25px 0 rgba(0,0,0,0.2), inset 0 0 50px rgba(0,0,0,0.5);
}

.vaulted__security_alcove--illuminated {
    text-align: center;
    margin-bottom: 3rem;
}

.vaulted__vault_door_title--embossed {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #cfe8ff;
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 4px solid var(--antique-laton);
    border-bottom: 12px solid #7aa4cf;
    border-right: 8px solid #5d7ea1;
    border-radius: 80px 12px 80px 12px;
    background: linear-gradient(145deg, #1f2f40, #1a2633);
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 0 #000000;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3);
    letter-spacing: 3px;
}

.vaulted__deposit_box_note--engraved {
    font-family: var(--font-caption);
    font-size: 1.2rem;
    color: #e6eef8;
    max-width: 900px;
    margin: 0 auto;
    font-style: italic;
    border-left: 6px solid var(--antique-laton);
    border-right: 6px solid var(--antique-laton);
    padding: 1rem 2rem;
    background: rgba(0,0,0,0.3);
    border-radius: 60px 8px 60px 8px;
    text-shadow: 1px 1px 0 #000000;
}

.vaulted__safe_deposit_grid--vaulted {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.vaulted__security_locker--deadbolt {
    background: linear-gradient(145deg, #1f2f40, #172838);
    border: 2px solid var(--antique-laton);
    border-top: 6px solid #7aa4cf;
    border-left: 6px solid #5d7ea1;
    border-radius: 40px 8px 40px 8px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 0 rgba(0,0,0,0.3), inset 0 0 30px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
}

.vaulted__security_locker--deadbolt:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 0 rgba(0,0,0,0.25);
    border-top-color: #b9d7ff;
    border-left-color: #8bb8e8;
}

.vaulted__security_locker--vaulted {
    grid-column: span 1.5;
    margin: 0 1rem;
}

.vaulted__locker_dial--combination {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at 30% 30%, #3d5570, #1f2f40);
    border: 3px solid var(--antique-laton);
    border-radius: 50% 20% 50% 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transform: rotate(-5deg);
    box-shadow: 0 8px 0 #152333, inset 0 0 20px rgba(0, 76, 255, 0.2);
}

.vaulted__security_emblem--burnished {
    font-size: 48px;
    background: linear-gradient(135deg, #b9d7ff, #8bb8e8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 2px rgba(0,0,0,0.5));
}

.vaulted__certificate_label--stamped {
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 700;
    color: #cfe8ff;
    margin-bottom: 1rem;
    border-bottom: 2px dashed var(--antique-laton);
    padding-bottom: 0.6rem;
    width: 100%;
    text-shadow: 2px 2px 0 #000000;
}

.vaulted__specification_sheet--typed {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d4e3f4;
    margin-bottom: 1rem;
    flex-grow: 1;
    text-shadow: 1px 1px 0 #000000;
}

.vaulted__bolt_indicator--secured {
    width: 12px;
    height: 12px;
    background: #7be6ff;
    border-radius: 50%;
    box-shadow: 0 0 15px #7be6ff;
    margin-top: 0.5rem;
    animation: vaulted__security-pulse 2s ease-in-out infinite;
}

@keyframes vaulted__security-pulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px #7be6ff;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px #7be6ff, 0 0 30px #4ca8c7;
    }
}

@media (max-width: 1156px) {
    .vaulted__safe_deposit_grid--vaulted {
        gap: 1.5rem;
    }
    
    .vaulted__security_locker--vaulted {
        margin: 0 0.5rem;
    }
}

@media (max-width: 844px) {
    .bastionx__security_ward--fortified {
        padding: 2.5rem 1.5rem;
    }
    
    .vaulted__safe_deposit_grid--vaulted {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vaulted__security_locker--vaulted {
        grid-column: span 1;
        margin: 0;
    }
    
    .vaulted__security_locker--deadbolt:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .vaulted__safe_deposit_grid--vaulted {
        grid-template-columns: 1fr;
    }
    
    .vaulted__security_locker--deadbolt:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .vaulted__security_locker--deadbolt:hover {
        transform: none !important;
    }
    
    @keyframes vaulted__security-pulse {
        0%, 100% { opacity: 0.8; }
        50% { opacity: 1; }
    }
}

@media (max-width: 480px) {
    .bastionx__security_ward--fortified {
        padding: 2rem 1rem;
        margin: 3rem auto;
    }
    
    .vaulted__vault_door_title--embossed {
        font-size: 1.6rem;
        padding: 0.6rem 1.2rem;
    }
    
    .vaulted__deposit_box_note--engraved {
        font-size: 1rem;
        padding: 0.8rem 1rem;
    }
    
    .vaulted__security_locker--deadbolt {
        padding: 1.5rem 1.2rem;
    }
    
    .vaulted__locker_dial--combination {
        width: 70px;
        height: 70px;
    }
    
    .vaulted__security_emblem--burnished {
        font-size: 42px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .vaulted__vault_door_title--embossed {
        font-size: 1.3rem;
        padding: 0.5rem 1rem;
    }
    
    .vaulted__deposit_box_note--engraved {
        font-size: 0.9rem;
    }
    
    .vaulted__security_locker--deadbolt {
        padding: 1.2rem 1rem;
    }
    
    .vaulted__locker_dial--combination {
        width: 60px;
        height: 60px;
    }
    
    .vaulted__security_emblem--burnished {
        font-size: 36px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1.1rem;
    }
    
    .vaulted__specification_sheet--typed {
        font-size: 0.85rem;
    }
}

@media (max-width: 300px) {
    .vaulted__vault_door_title--embossed {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    
    .vaulted__certificate_label--stamped {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .bastionx__security_ward--fortified,
    .vaulted__security_locker--deadbolt,
    .vaulted__security_locker--deadbolt:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    
    .vaulted__bolt_indicator--secured {
        animation: none !important;
    }
}

.civicore__notice_esplanade--emphatic {
    max-width: var(--container-wide);
    margin: 5rem auto;
    padding: 0 1.5rem;
    position: relative;
}

.posted__community_guidelines--displayed {
    background: linear-gradient(145deg, #eef5ff, #e6eef8);
    border: 4px solid #4f79b4;
    border-left: 12px solid #2d4e7a;
    border-bottom: 12px solid #335678;
    border-radius: 80px 16px 80px 16px;
    padding: 3rem;
    box-shadow: 0 25px 0 rgba(0,0,0,0.1);
    position: relative;
}

.posted__responsible_messaging--framed {
    margin-bottom: 3rem;
    border-bottom: 2px dashed #4f79b4;
    padding-bottom: 2rem;
}

.posted__header_stripe--warning {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(145deg, #b9d7ff, #8bb8e8);
    padding: 0.8rem 2rem;
    border-radius: 60px 8px 60px 8px;
    border: 2px solid #2d4e7a;
}

.posted__alert_beacon--pulsing {
    font-size: 36px;
    color: #2d4e7a;
    filter: drop-shadow(0 0 10px #6ea7ff);
    animation: posted__warning-pulse 2s ease-in-out infinite;
}

@keyframes posted__warning-pulse {
    0%, 100% {
        opacity: 0.8;
        filter: drop-shadow(0 0 5px #6ea7ff);
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 20px #6ea7ff);
    }
}

.posted__campaign_title--stenciled {
    font-family: var(--font-title);
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: #1a2633;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 900;
    text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #4f79b4;
    margin: 0;
}

.posted__manifesto_scroll--unrolled {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    border-radius: 40px 8px 40px 8px;
    border: 1px solid #4f79b4;
    margin-bottom: 2rem;
}

.posted__declaration_text--inscribed {
    font-family: var(--font-caption);
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1a2633;
    margin-bottom: 1.5rem;
}

.posted__declaration_text--inscribed:last-child {
    margin-bottom: 0;
}

.posted__support_link--riveted {
    color: #2d4e7a;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 3px solid #b9d7ff;
    padding-bottom: 2px;
    transition: all 0.2s ease;
    font-style: italic;
}

.posted__support_link--riveted:hover {
    background: #2d4e7a;
    color: #b9d7ff;
    border-bottom-color: #ffffff;
    padding: 0.2rem 0.4rem;
    border-radius: 20px 2px 20px 2px;
}

.posted__callout_footer--emphasized {
    font-weight: 700;
    color: #2d4e7a;
    border-left: 6px solid #b9d7ff;
    padding-left: 1.5rem;
    margin-top: 2rem;
}

.posted__age_restriction_badge--prominent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: radial-gradient(circle at 30% 30%, #6ea7ff, #2d4e7a);
    padding: 1.5rem;
    border-radius: 80px 16px 80px 16px;
    border: 4px solid #b9d7ff;
    box-shadow: 0 15px 0 #1b2c43;
    margin-top: 1rem;
}

.posted__restriction_digit--enormous {
    font-family: var(--font-title);
    font-size: 4.5rem;
    font-weight: 900;
    color: #b9d7ff;
    text-shadow: 4px 4px 0 #1b2c43, 8px 8px 0 rgba(0,0,0,0.3);
    line-height: 1;
}

.posted__restriction_label--underscored {
    font-family: var(--font-accent);
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 2px 2px 0 #1b2c43;
}

.posted__partner_gallery--exhibited {
    margin-top: 2rem;
}

.posted__gallery_caption--chiseled {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: #1a2633;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #4f79b4;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.posted__logo_carousel--stationary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.posted__institution_emblem--sponsored {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(27, 50, 77);
    padding: 1rem 1.5rem;
    border-radius: 20px 4px 20px 4px;
    border: 2px solid #4f79b4;
    transition: all 0.2s ease;
    flex: 1 1 auto;
    min-width: 180px;
}

.posted__institution_emblem--sponsored:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 0 #1b2c43;
    border-color: #b9d7ff;
}

.posted__partnership_logo--scaled {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.posted__disclaimer_footer--stamped {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(212, 31, 62, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 60px 8px 60px 8px;
    border: 1px solid #4f79b4;
}

.posted__disclaimer_footer--stamped .material-ikoni--rougelock {
    font-size: 28px;
    color: #2d4e7a;
}

.posted__disclaimer_footer--stamped p {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    color: #1a2633;
    margin: 0;
    font-style: italic;
}

@media (max-width: 1156px) {
    .posted__community_guidelines--displayed {
        padding: 2.5rem;
    }
}

@media (max-width: 844px) {
    .posted__community_guidelines--displayed {
        padding: 2rem;
    }
    
    .posted__header_stripe--warning {
        flex-wrap: wrap;
        text-align: center;
    }
    
    .posted__campaign_title--stenciled {
        font-size: 1.8rem;
        letter-spacing: 4px;
    }
    
    .posted__logo_carousel--stationary {
        justify-content: center;
    }
    
    .posted__age_restriction_badge--prominent {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
    }
    
    .posted__restriction_digit--enormous {
        font-size: 3.5rem;
    }
    
    .posted__restriction_label--underscored {
        font-size: 1.4rem;
        letter-spacing: 4px;
    }
}

@media (max-width: 640px) {
    .posted__community_guidelines--displayed {
        padding: 1.5rem;
    }
    
    .posted__campaign_title--stenciled {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    
    .posted__declaration_text--inscribed {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .posted__manifesto_scroll--unrolled {
        padding: 1.5rem;
    }
    
    .posted__logo_carousel--stationary {
        flex-direction: column;
    }
    
    .posted__institution_emblem--sponsored {
        width: 100%;
    }
    
    .posted__institution_emblem--sponsored:hover {
        transform: none !important;
    }
    
    @keyframes posted__warning-pulse {
        0%, 100% { opacity: 0.8; filter: drop-shadow(0 0 5px #6ea7ff); }
        50% { opacity: 1; filter: drop-shadow(0 0 10px #6ea7ff); }
    }
}

@media (max-width: 480px) {
    .civicore__notice_esplanade--emphatic {
        padding: 0 1rem;
    }
    
    .posted__community_guidelines--displayed {
        padding: 1.2rem;
    }
    
    .posted__campaign_title--stenciled {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    
    .posted__header_stripe--warning {
        gap: 0.5rem;
        padding: 0.6rem 1rem;
    }
    
    .posted__manifesto_scroll--unrolled {
        padding: 1.2rem;
    }
    
    .posted__declaration_text--inscribed {
        font-size: 0.95rem;
    }
    
    .posted__restriction_digit--enormous {
        font-size: 2.8rem;
    }
    
    .posted__restriction_label--underscored {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 360px) {
    .posted__campaign_title--stenciled {
        font-size: 1.1rem;
    }
    
    .posted__alert_beacon--pulsing {
        font-size: 28px;
    }
    
    .posted__manifesto_scroll--unrolled {
        padding: 1rem;
    }
    
    .posted__declaration_text--inscribed {
        font-size: 0.9rem;
    }
    
    .posted__restriction_digit--enormous {
        font-size: 2.2rem;
    }
    
    .posted__restriction_label--underscored {
        font-size: 1rem;
    }
    
    .posted__partnership_logo--scaled {
        height: 50px;
    }
}

@media (max-width: 300px) {
    .posted__partnership_logo--scaled {
        height: 40px;
    }
    
    .posted__support_link--riveted {
        word-break: break-all;
    }
}

@media (max-width: 640px) {
    .civicore__notice_esplanade--emphatic,
    .posted__institution_emblem--sponsored,
    .posted__institution_emblem--sponsored:hover,
    .posted__support_link--riveted,
    .posted__support_link--riveted:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
    
    .posted__alert_beacon--pulsing {
        animation: none !important;
    }
}

.bound__leather_folio--gilded {
    width: 100%;
    background: linear-gradient(145deg, #1f2f40, #121d29);
    border-top: 8px solid var(--antique-laton);
    border-image: repeating-linear-gradient(45deg, #7aa4cf 0px, #7aa4cf 8px, #5d7ea1 8px, #5d7ea1 16px) 1;
    margin-top: 5rem;
    padding: 3rem 1.5rem 1.5rem;
}

.bound__codex_cover--tooled {
    max-width: var(--container-wide);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.bound__frontispiece--inscribed {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.bound__table_of_contents--deckled {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem;
    background: rgba(224, 237, 250, 0.05);
    border-left: 4px solid var(--antique-laton);
    border-radius: 20px 4px 20px 4px;
    position: relative;
}

.bound__inkwell_mark--splattered {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 30% 30%, #5d7ea1, #35516b);
    border-radius: 50% 20% 50% 20%;
    transform: rotate(15deg);
    opacity: 0.6;
}

.bound__parchment_leaf--dogeared {
    font-family: var(--font-caption);
    font-size: 0.95rem;
    color: #e6eef8;
    text-decoration: none;
    padding: 0.3rem 0.3rem 0.3rem 0.8rem;
    border-bottom: 1px solid rgba(122, 164, 207, 0.3);
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
}

.bound__parchment_leaf--dogeared:hover {
    color: #cfe8ff;
    border-bottom-color: var(--antique-laton);
    transform: translateX(6px);
    background: rgba(122, 164, 207, 0.1);
    border-radius: 0 12px 0 8px;
}

.bound__postal_tab--embossed {
    margin-top: 0.8rem;
    font-weight: 600;
    color: #cfe8ff;
    border-left: 3px solid var(--antique-laton);
    padding-left: 0.8rem;
    font-style: italic;
}

.bound__postal_tab--embossed::before {
    content: "✉";
    margin-right: 8px;
    color: var(--antique-laton);
}

.bound__owner_insignia--stamped {
    flex: 1 1 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bound__crest_carving--hallmarked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    padding: 1.8rem;
    background: linear-gradient(145deg, rgba(122, 164, 207, 0.1), rgba(53, 81, 107, 0.1));
    border: 2px solid var(--antique-laton);
    border-radius: 60px 12px 60px 12px;
    transition: all 0.2s ease;
}

.bound__crest_carving--hallmarked:hover {
    background: rgba(122, 164, 207, 0.2);
    transform: scale(1.02);
    border-color: #cfe8ff;
}

.bound__seal_emblem--burnished {
    font-size: 48px;
    color: var(--antique-laton);
    filter: drop-shadow(0 6px 2px rgba(0,0,0,0.4));
}

.bound__colophon_name--gilded {
    font-family: var(--font-title);
    font-size: 1.6rem;
    font-weight: 700;
    color: #cfe8ff;
    text-shadow: 2px 2px 0 #000000;
    letter-spacing: 2px;
    border-top: 1px solid var(--antique-laton);
    padding-top: 0.5rem;
}

.bound__imprint_colophon--centered {
    text-align: center;
    padding: 1.5rem 1rem 0.5rem;
    border-top: 1px solid rgba(122, 164, 207, 0.3);
    margin-top: 1rem;
}

.bound__publication_line--set {
    font-family: var(--font-caption);
    font-size: 0.9rem;
    color: #9db3ca;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0,0,0,0.2);
    border-radius: 40px 4px 40px 4px;
}

@media (max-width: 844px) {
    .bound__leather_folio--gilded {
        padding: 2.5rem 1.2rem 1.2rem;
    }
    
    .bound__frontispiece--inscribed {
        flex-direction: column;
        align-items: stretch;
    }
    
    .bound__table_of_contents--deckled {
        width: 100%;
    }
    
    .bound__owner_insignia--stamped {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .bound__leather_folio--gilded {
        padding: 2rem 1rem 1rem;
    }
    
    .bound__parchment_leaf--dogeared {
        font-size: 0.9rem;
    }
    
    .bound__parchment_leaf--dogeared:hover {
        transform: none !important;
    }
    
    .bound__colophon_name--gilded {
        font-size: 1.4rem;
    }
    
    .bound__crest_carving--hallmarked {
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .bound__leather_folio--gilded {
        padding: 1.8rem 0.8rem 0.8rem;
    }
    
    .bound__table_of_contents--deckled {
        padding: 1.2rem;
    }
    
    .bound__parchment_leaf--dogeared {
        font-size: 0.85rem;
    }
    
    .bound__seal_emblem--burnished {
        font-size: 42px;
    }
    
    .bound__colophon_name--gilded {
        font-size: 1.2rem;
    }
    
    .bound__publication_line--set {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
}

@media (max-width: 360px) {
    .bound__parchment_leaf--dogeared {
        font-size: 0.8rem;
    }
    
    .bound__colophon_name--gilded {
        font-size: 1.1rem;
    }
    
    .bound__postal_tab--embossed {
        word-break: break-all;
    }
}

@media (max-width: 300px) {
    .bound__postal_tab--embossed {
        font-size: 0.75rem;
    }
}

@media (max-width: 640px) {
    .bound__leather_folio--gilded,
    .bound__parchment_leaf--dogeared,
    .bound__parchment_leaf--dogeared:hover,
    .bound__crest_carving--hallmarked,
    .bound__crest_carving--hallmarked:hover {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }
}
