:root {
    --paper: #2a0f16;
    --paper2: #3b1621;
    --ink: #f6efe7;
    --muted: #c7b7b1;
    --line: rgba(246, 239, 231, 0.16);
    --dark: #17080d;
    --accent: #9a3654;
    --accent2: #6b2038;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", "Noto Sans Georgian", Arial, sans-serif;
    line-height: 1.6;
}
body.menu-open {
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
button,
input,
textarea,
select {
    font: inherit;
}
html[lang="ka"] body {
    font-family: "Noto Sans Georgian", Arial, sans-serif;
}
html[lang="ka"] .premium-hero h1,
html[lang="ka"] .manifesto h2,
html[lang="ka"] .page-hero h1,
html[lang="ka"] .artist-hero h1,
html[lang="ka"] .category-hero h1,
html[lang="ka"] .artwork-details h1,
html[lang="ka"] .footer-showcase h2,
html[lang="ka"] .category-premium-card span {
    font-family: "Noto Serif Georgian", Georgia, serif;
    letter-spacing: 0;
}
html[lang="ka"] .premium-card-copy h3,
html[lang="ka"] .artwork-info h2,
html[lang="ka"] .related-info h3,
html[lang="ka"] .artist-name,
html[lang="ka"] .category-card h2 {
    font-family: "Noto Sans Georgian", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
html[lang="en"] body {
    font-family: "DM Sans", Arial, sans-serif;
}
html[lang="en"] .premium-hero h1,
html[lang="en"] .manifesto h2,
html[lang="en"] .page-hero h1,
html[lang="en"] .artist-hero h1,
html[lang="en"] .category-hero h1,
html[lang="en"] .artwork-details h1,
html[lang="en"] .footer-showcase h2,
html[lang="en"] .category-premium-card span {
    font-family: "Instrument Serif", Georgia, serif;
}
.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}
.container-wide {
    width: min(1480px, calc(100% - 56px));
    margin: auto;
}
.site-main {
    min-height: 70vh;
}
.eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #dbb4c1;
    margin: 0 0 18px;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent);
}
.header-inner {
    min-height: 100px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
}
.navigation {
    display: flex;
    align-items: center;
    gap: 27px;
}
.navigation-right {
    justify-content: flex-end;
}
.navigation a {
    font-size: 11px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    position: relative;
}
.navigation a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 1px;
    background: currentColor;
    transition: right 0.25s;
}
.navigation a:hover:after,
.navigation a.active:after {
    right: 0;
}
.brand {
    text-align: center;
    line-height: 0.78;
}
.brand-copy {
    font-weight: 600;
    font-size: clamp(30px, 3vw, 50px);
    letter-spacing: -0.07em;
}
.brand-copy small {
    display: block;
    font-size: 7px;
    letter-spacing: 0.35em;
    margin-top: 13px;
    font-weight: 500;
}
.brand-mark-image {
    max-height: 70px;
    max-width: 190px;
    object-fit: contain;
}
.language-switch {
    display: flex;
    gap: 6px;
    align-items: center;
}
.language-switch a {
    opacity: 0.55;
}
.language-switch a.is-active {
    opacity: 1;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 24px;
}
.premium-hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #111;
}
.premium-hero-media {
    position: absolute;
    inset: 0;
    background-image: url("/images/georgian-titan-hero.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 18%;
    transform: none;
}
.premium-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(24, 8, 13, 0.18),
        rgba(24, 8, 13, 0.1) 36%,
        rgba(24, 8, 13, 0.76)
    );
}
.premium-hero-content {
    position: relative;
    z-index: 2;
    width: min(930px, 90%);
    margin: 0 auto;
    text-align: center;
    padding: 170px 0 74px;
}
.premium-hero h1 {
    font-family: "Instrument Serif", Georgia, serif;
    font-weight: 400;
    font-size: clamp(68px, 10vw, 150px);
    line-height: 0.78;
    letter-spacing: -0.045em;
    margin: 0;
}
.premium-hero h1 em {
    font-weight: 400;
}
.premium-hero-content > p:not(.eyebrow) {
    max-width: 640px;
    margin: 28px auto 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
}
.outline-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    border: 1px solid currentColor;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: 0.25s;
}
.outline-button:hover {
    background: var(--ink);
    color: var(--accent2);
    transform: translateY(-2px);
}
.outline-button.light {
    background: var(--ink);
    color: var(--accent2);
}
.scroll-note {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    writing-mode: vertical-rl;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.slogan {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    font-size: 9px;
    letter-spacing: 0.22em;
}
.premium-section {
    padding: 95px 28px 110px;
}
.premium-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 25px;
    margin-bottom: 38px;
}
.premium-heading h2 {
    font-size: 23px;
    letter-spacing: 0.12em;
    font-weight: 500;
    margin: 0;
}
.premium-heading > a {
    font-size: 10px;
    letter-spacing: 0.14em;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.premium-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.premium-card {
    transition: transform 0.35s;
}
.premium-card:hover {
    transform: translateY(-5px);
}
.premium-card-media {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--paper2);
}
.premium-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}
.premium-card:hover img {
    transform: scale(1.04);
}
.premium-card-copy {
    padding-top: 15px;
}
.premium-card-copy small {
    font-size: 9px;
    color: var(--muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.premium-card-copy h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    min-height: 2.9em;
    margin: 7px 0 5px;
}
.premium-card-copy p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}
.sold-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(23, 8, 13, 0.9);
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.manifesto {
    padding: 125px 24px;
    background: var(--accent2);
    text-align: center;
}
.manifesto h2 {
    font-family: "Instrument Serif", Georgia, serif;
    font-weight: 400;
    font-size: clamp(50px, 7vw, 108px);
    line-height: 0.92;
    letter-spacing: -0.035em;
    max-width: 1050px;
    margin: 20px auto;
}
.manifesto > p:not(.eyebrow) {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #e0cfd4;
}
.category-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.category-premium-card {
    min-height: 300px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(145deg, #4d1928, #251017);
    border: 1px solid var(--line);
    transition: 0.35s;
}
.category-premium-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(145deg, #652039, #2b1019);
}
.category-premium-card span {
    font-family: "Instrument Serif", serif;
    font-size: 40px;
}
.category-premium-card small {
    font-size: 9px;
    letter-spacing: 0.14em;
    margin-top: 8px;
}
.page-hero,
.artist-hero,
.category-hero {
    padding: 180px 0 70px;
    background: linear-gradient(180deg, var(--dark), var(--paper));
    border-bottom: 1px solid var(--line);
}
.page-label,
.artist-label,
.category-label {
    color: #d7b5bf;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.page-hero h1,
.artist-hero h1,
.category-hero h1 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-size: clamp(55px, 8vw, 105px);
    line-height: 0.9;
    margin: 15px 0;
}
.page-description,
.artist-bio,
.category-description {
    max-width: 760px;
    color: var(--muted);
    font-size: 15px;
}
.gallery-section,
.artists-section,
.categories-section,
.artworks-section,
.details-section,
.related-section,
.order-section {
    padding: 75px 0 100px;
}
.filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.025);
    margin-bottom: 35px;
}
.filter-group label,
.form-group label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--muted);
}
select,
input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #210c13;
    color: var(--ink);
    padding: 13px 14px;
    outline: none;
}
select:focus,
input:focus,
textarea:focus {
    border-color: #b8607a;
}
.filter-actions {
    display: flex;
    align-items: end;
    gap: 8px;
}
.filter-button,
.clear-button,
.submit-button,
.order-button,
.whatsapp-button {
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--accent2);
    padding: 13px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.13em;
}
.clear-button,
.whatsapp-button {
    background: transparent;
    color: var(--ink);
}
.results-header,
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}
.artwork-grid,
.artists-grid,
.categories-grid,
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.artwork-card,
.artist-card,
.category-card,
.related-card {
    display: block;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
}
.artwork-image,
.related-image {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--paper2);
}
.artist-card img,
.category-card img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.artwork-image img,
.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease);
}
.artwork-card:hover img,
.related-card:hover img {
    transform: scale(1.035);
}
.artwork-info,
.related-info {
    padding-top: 14px;
}
.artwork-info h2,
.artist-name,
.category-card h2,
.related-info h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    margin: 7px 0 5px;
}
.artwork-category,
.artwork-year,
.artist-count,
.category-count {
    font-size: 10px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--muted);
}
.artwork-price,
.price {
    font-size: 14px;
}
.artwork-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 55px;
}
.artwork-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--gold-soft);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.2s ease, transform 0.2s ease;
}
.artwork-back-link span {
    font-size: 16px;
    line-height: 1;
}
.artwork-back-link:hover {
    color: var(--gold);
    transform: translateX(-3px);
}
.main-image {
    background: #16080d;
    min-height: 600px;
    display: grid;
    place-items: center;
}
.main-image img {
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
}
.thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.thumbnail {
    width: 85px;
    height: 85px;
    border: 1px solid var(--line);
    background: none;
    padding: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artwork-details h1 {
    font-family: "Instrument Serif", serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 400;
    line-height: 0.95;
    margin: 10px 0 20px;
}
.meta-list {
    border-top: 1px solid var(--line);
    margin: 25px 0;
}
.meta-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--line);
    padding: 13px 0;
    color: var(--muted);
}
.meta-row strong {
    color: var(--ink);
    font-weight: 500;
}
.description {
    color: var(--muted);
}
.purchase-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.order-form-wrapper {
    max-width: 760px;
}
.order-form-wrapper[hidden] {
    display: none !important;
}

/* Artwork image lightbox: hidden until the main image is clicked. */
body.lightbox-open {
    overflow: hidden;
}
.artwork-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    grid-template-rows: auto 1fr;
    background: rgba(5, 3, 2, 0.97);
    color: var(--gold-soft);
}
.artwork-lightbox.is-open {
    display: grid;
}
.artwork-lightbox[aria-hidden="true"] {
    display: none !important;
}
.artwork-lightbox-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid var(--gold-line);
}
.lightbox-back,
.lightbox-close,
.lightbox-stage {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}
.lightbox-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.lightbox-close {
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 1;
}
.lightbox-stage {
    display: grid;
    width: 100%;
    min-height: 0;
    place-items: center;
    padding: 24px;
}
.lightbox-stage img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 110px);
    object-fit: contain;
}
.order-form-header {
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 16px;
}
.error-message {
    color: #ffb3c7;
    font-size: 12px;
}
.success-message {
    padding: 15px;
    border: 1px solid #5a9e75;
    background: rgba(60, 120, 80, 0.15);
    margin-bottom: 20px;
}
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.pagination-wrapper {
    margin-top: 40px;
}
.empty-state {
    grid-column: 1/-1;
    padding: 50px;
    border: 1px solid var(--line);
    text-align: center;
    color: var(--muted);
}
.site-footer {
    background: var(--dark);
    padding: 75px 0 25px;
    border-top: 1px solid var(--line);
}
.footer-showcase {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 35px;
}
.footer-kicker {
    font-size: 9px;
    letter-spacing: 0.2em;
    color: #c99aaa;
}
.footer-showcase h2 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-size: clamp(38px, 5vw, 72px);
    max-width: 780px;
    line-height: 0.95;
    margin: 15px 0;
}
.footer-cta {
    border-bottom: 1px solid;
    padding-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.1em;
}
.footer-contacts {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    margin-top: 55px;
    padding-top: 25px;
}
.footer-contact-links,
.footer-social-links {
    display: flex;
    gap: 22px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 9px;
    letter-spacing: 0.1em;
    color: #a88d95;
}
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.8s var(--ease),
        transform 0.8s var(--ease);
}
.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}
.image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #441624, #1f0b11);
}
@media (max-width: 900px) {
    .site-header {
        position: absolute;
    }
    .header-inner {
        grid-template-columns: auto 1fr auto;
    }
    .brand {
        justify-self: center;
    }
    .menu-toggle {
        display: block;
    }
    .navigation {
        display: none;
    }
    .navigation.is-open {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 90;
        background: var(--dark);
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 45px;
    }
    .navigation.is-open a {
        font-family: "Instrument Serif", serif;
        font-size: 44px;
        text-transform: none;
    }
    .navigation-right {
        display: flex;
        justify-content: flex-end;
    }
    .navigation-right > a:not(:last-child) {
        display: none;
    }
    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-premium-grid,
    .artwork-grid,
    .artists-grid,
    .categories-grid,
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .artwork-layout {
        grid-template-columns: 1fr;
    }
    .filters {
        grid-template-columns: 1fr 1fr;
    }
    .main-image {
        min-height: 450px;
    }
}
@media (max-width: 600px) {
    html[lang="ka"] .premium-card-copy h3 {
        font-size: 15px;
        min-height: 0;
    }
    html[lang="ka"] .artwork-info h2,
    html[lang="ka"] .related-info h3,
    html[lang="ka"] .artist-name,
    html[lang="ka"] .category-card h2 {
        font-size: 16px;
    }
    .container {
        width: min(100% - 28px, 1180px);
    }
    .container-wide {
        width: calc(100% - 28px);
    }
    .header-inner {
        min-height: 78px;
    }
    .brand-copy {
        font-size: 28px;
    }
    .brand-copy small {
        display: none;
    }
    .navigation-right .language-switch {
        display: flex;
    }
    .premium-hero {
        min-height: 760px;
    }
    .premium-hero-media {
        background-position: 57% center;
    }
    .premium-hero-content {
        padding-bottom: 56px;
    }
    .premium-hero h1 {
        font-size: 66px;
    }
    .premium-hero-content > p:not(.eyebrow) {
        font-size: 12px;
    }
    .scroll-note {
        display: none;
    }
    .premium-section {
        padding: 68px 14px 78px;
    }
    .premium-grid {
        gap: 8px;
    }
    .premium-card-media {
        aspect-ratio: 3/4;
    }
    .premium-heading {
        align-items: flex-start;
    }
    .category-premium-grid,
    .artwork-grid,
    .artists-grid,
    .categories-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }
    .category-premium-card {
        min-height: 220px;
    }
    .manifesto {
        padding: 80px 18px;
    }
    .filters {
        grid-template-columns: 1fr;
    }
    .footer-showcase,
    .footer-contacts,
    .footer-bottom {
        display: block;
    }
    .footer-cta {
        display: inline-block;
        margin-top: 25px;
    }
    .footer-contact-links,
    .footer-social-links {
        flex-direction: column;
        gap: 7px;
        margin-bottom: 18px;
    }
    .page-hero,
    .artist-hero,
    .category-hero {
        padding-top: 130px;
    }
    .main-image {
        min-height: 320px;
    }
    .artwork-layout {
        gap: 30px;
    }
}

/* ===== Premium editorial artwork section ===== */
.editorial-artworks {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(154, 54, 84, 0.1),
            transparent 28%
        ),
        linear-gradient(180deg, #260d14 0%, #1c0a0f 100%);
}
.editorial-artworks::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.025) 1px,
        transparent 1px
    );
    background-size: 100% 88px;
}
.editorial-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(246, 239, 231, 0.14);
}
.editorial-heading-copy h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 0 8px;
    border-bottom: 1px solid currentColor;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.editorial-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.editorial-card {
    min-width: 0;
}
.editorial-card-media {
    position: relative;
    display: block;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #12070a;
    border: 1px solid rgba(246, 239, 231, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}
.editorial-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(10, 3, 6, 0.62));
    opacity: 0.72;
    transition: opacity 0.45s var(--ease);
}
.editorial-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.9s var(--ease),
        filter 0.5s var(--ease);
}
.editorial-card:hover .editorial-card-media img {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}
.editorial-card:hover .editorial-card-media::after {
    opacity: 0.92;
}
.editorial-index {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(17, 5, 9, 0.25);
    backdrop-filter: blur(8px);
    font-size: 9px;
    letter-spacing: 0.16em;
}
.editorial-view {
    position: absolute;
    right: 16px;
    bottom: 15px;
    z-index: 3;
    font-size: 9px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.4s var(--ease);
}
.editorial-card:hover .editorial-view {
    transform: none;
    opacity: 1;
}
.editorial-card-copy {
    padding: 17px 2px 0;
}
.editorial-meta,
.editorial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.editorial-meta {
    color: #c99aaa;
    font-size: 9px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.editorial-card-copy h3 {
    margin: 10px 0 18px;
    min-height: 2.75em;
    font-size: clamp(17px, 1.45vw, 23px);
    line-height: 1.32;
    font-weight: 500;
}
.editorial-card-copy h3 a {
    transition: opacity 0.25s;
}
.editorial-card-copy h3 a:hover {
    opacity: 0.72;
}
.editorial-bottom {
    padding-top: 13px;
    border-top: 1px solid rgba(246, 239, 231, 0.12);
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.editorial-bottom strong {
    color: var(--ink);
    font-weight: 500;
    white-space: nowrap;
}
.collections-editorial {
    background: linear-gradient(180deg, #2a0f16 0%, #210c12 100%);
}
.category-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #d9a9b8;
}
.category-premium-card {
    position: relative;
    overflow: hidden;
}
.category-premium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 80% 15%,
        rgba(255, 255, 255, 0.08),
        transparent 32%
    );
    pointer-events: none;
}

html[lang="ka"] .editorial-card-copy h3,
html[lang="ka"] .editorial-heading-copy h2 {
    font-family: "Noto Sans Georgian", Arial, sans-serif;
    letter-spacing: 0;
}
html[lang="en"] .editorial-card-copy h3 {
    font-family: "DM Sans", Arial, sans-serif;
}
html[lang="en"] .editorial-heading-copy h2 {
    font-family: "DM Sans", Arial, sans-serif;
}

@media (max-width: 1100px) {
    .editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 18px;
    }
}
@media (max-width: 600px) {
    .editorial-heading {
        align-items: flex-start;
        margin-bottom: 28px;
    }
    .editorial-heading-copy h2 {
        font-size: 32px;
    }
    .editorial-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .editorial-card-media {
        aspect-ratio: 4/5;
    }
    .editorial-card-copy h3 {
        min-height: 0;
        font-size: 20px;
    }
    .editorial-view {
        opacity: 1;
        transform: none;
    }
}
/* ========================================================================
   GEORGIAN TITANS — UNIFIED CINEMATIC GOLD THEME
   ======================================================================== */
:root {
    --gold: #c9a06d;
    --gold-soft: #e2c49c;
    --gold-dim: #9b744b;
    --night: #090605;
    --night-2: #120b08;
    --glass: rgba(14, 9, 7, 0.72);
    --glass-soft: rgba(19, 12, 9, 0.56);
    --gold-line: rgba(201, 160, 109, 0.25);
}
body {
    background: var(--night);
    color: #f5eadc;
    padding-bottom: 116px;
    background-image:
        radial-gradient(
            circle at 20% 0,
            rgba(201, 160, 109, 0.07),
            transparent 32%
        ),
        linear-gradient(180deg, #0a0706, #130c09 55%, #090605);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(201, 160, 109, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 160, 109, 0.018) 1px, transparent 1px);
    background-size: 90px 90px;
}
.site-main {
    overflow: hidden;
}
.container {
    width: min(1240px, calc(100% - 44px));
}
.container-wide {
    width: min(1480px, calc(100% - 54px));
}
.site-header {
    position: fixed;
    z-index: 100;
    transition: 0.35s;
    background: linear-gradient(180deg, rgba(4, 3, 2, 0.62), transparent);
    border: 0;
}
.site-header.is-scrolled {
    background: rgba(8, 5, 4, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--gold-line);
}
.header-home-link {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold-soft);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-7px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease,
        color 0.2s ease;
}
.header-home-link svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.site-header.is-scrolled .header-home-link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.header-home-link:hover {
    color: var(--gold);
}
.header-inner {
    min-height: 104px;
    grid-template-columns: 1fr auto 1fr;
}
.titan-menu-toggle {
    display: flex !important;
    width: 34px;
    height: 25px;
    padding: 0;
    border: 0;
    background: none;
    flex-direction: column;
    justify-content: space-between;
    justify-self: start;
}
.titan-menu-toggle span {
    height: 1px;
    background: var(--gold-soft);
    transition: 0.3s;
}
.titan-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(12px) rotate(45deg);
}
.titan-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.titan-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-12px) rotate(-45deg);
}
.titan-wordmark {
    font-family: "Instrument Serif", Georgia, serif;
    color: var(--gold-soft);
    font-size: clamp(35px, 3.5vw, 58px);
    font-weight: 400;
    line-height: 0.75;
    text-align: center;
}
.titan-wordmark span {
    display: block;
}
.brand-mark-image {
    max-height: 72px;
    max-width: 240px;
}
.titan-header-actions {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 28px;
    color: var(--gold-soft);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.language-switch {
    display: flex;
    gap: 7px;
}
.header-contact {
    color: inherit;
}
.titan-menu-panel {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: grid;
    place-items: center;
    background: rgba(6, 4, 3, 0.96);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.titan-menu-panel[aria-hidden="false"] {
    z-index: 95;
    opacity: 1;
    visibility: visible;
}
.titan-menu-panel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-kicker {
    color: var(--gold-dim);
    font-size: 10px;
    letter-spacing: 0.35em;
    margin: 0 0 30px;
}
.titan-menu-panel a {
    width: min(720px, 88vw);
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gold-line);
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(44px, 7vw, 92px);
    line-height: 1;
    color: var(--gold-soft);
}
.titan-menu-panel a span {
    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: var(--gold-dim);
}
.premium-hero {
    min-height: 100svh;
}
.premium-hero-media {
    background-image: var(--hero-mobile-image, url("/images/georgian-titan-hero.jpeg")) !important;
    background-position: center top !important;
}
.premium-hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(3, 2, 1, 0.08),
        rgba(3, 2, 1, 0.08) 40%,
        rgba(3, 2, 1, 0.5) 72%,
        rgba(3, 2, 1, 0.88)
    ) !important;
}
.titan-hero-lockup {
    left: 50% !important;
    right: auto !important;
    bottom: 150px !important;
    width: min(820px, 85vw) !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
}
.titan-hero-lockup h1 {
    font-size: clamp(72px, 9vw, 138px) !important;
    line-height: 0.76 !important;
    color: var(--gold) !important;
}
.titan-ornament {
    width: min(600px, 78%) !important;
}
.titan-hero-lockup p {
    color: var(--gold-soft);
}
.slogan {
    border-color: var(--gold-line);
    color: var(--gold-dim);
    background: #0b0706;
}
.page-hero,
.artist-hero,
.category-hero {
    position: relative;
    padding: 190px 0 86px !important;
    background:
        linear-gradient(180deg, rgba(6, 4, 3, 0.9), rgba(14, 9, 7, 0.82)),
        var(--page-hero-image, url("/images/georgian-titan-hero.jpeg")) center 22% / cover no-repeat !important;
    border-color: var(--gold-line);
}
.page-hero::after,
.artist-hero::after,
.category-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 4, 3, 0.8), rgba(7, 4, 3, 0.2));
    pointer-events: none;
}
.page-hero > .container,
.artist-hero > .container,
.category-hero > .container {
    position: relative;
    z-index: 1;
}
.page-label,
.artist-label,
.category-label,
.eyebrow {
    color: var(--gold);
    letter-spacing: 0.28em;
}
.page-hero h1,
.artist-hero h1,
.category-hero h1 {
    color: var(--gold-soft);
    font-size: clamp(54px, 8vw, 110px);
}
.page-description,
.artist-bio,
.category-description {
    color: #d7c4ae;
}
.gallery-section,
.artists-section,
.categories-section,
.artworks-section,
.details-section,
.related-section,
.order-section {
    background: linear-gradient(
        180deg,
        rgba(14, 9, 7, 0.94),
        rgba(8, 5, 4, 0.98)
    );
    padding-top: 86px;
}
.filters {
    border-color: var(--gold-line);
    background: var(--glass-soft);
    backdrop-filter: blur(16px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}
select,
input,
textarea {
    background: #0c0806;
    border-color: var(--gold-line);
    color: #f3e7d7;
}
select:focus,
input:focus,
textarea:focus {
    border-color: var(--gold);
}
.filter-button,
.submit-button,
.order-button {
    background: var(--gold);
    border-color: var(--gold);
    color: #120b08;
}
.clear-button,
.whatsapp-button {
    border-color: var(--gold);
    color: var(--gold-soft);
}
.results-header,
.section-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gold-line);
}
.results-header h2,
.section-heading h2 {
    font-family: "Instrument Serif", Georgia, serif;
    color: var(--gold-soft);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    margin: 0;
}
.results-count {
    color: var(--gold-dim);
}
.artwork-card,
.artist-card,
.category-card,
.related-card {
    border-color: var(--gold-line);
    transition: 0.35s;
}
.artwork-card:hover,
.artist-card:hover,
.category-card:hover,
.related-card:hover {
    transform: translateY(-6px);
}
.artwork-image,
.related-image,
.artist-card img,
.category-card img {
    border: 1px solid var(--gold-line);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}
.artwork-info h3,
.artist-name,
.category-card h2,
.related-info h3 {
    color: var(--gold-soft);
}
.artwork-category,
.artwork-year,
.artist-count,
.category-count {
    color: var(--gold-dim);
}
.artwork-bottom {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--gold-line);
}
.editorial-artworks,
.collections-editorial {
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(201, 160, 109, 0.08),
            transparent 28%
        ),
        linear-gradient(180deg, #100a08, #080504) !important;
}
.editorial-heading {
    border-color: var(--gold-line);
}
.editorial-heading-copy h2,
.editorial-card-copy h3 {
    color: var(--gold-soft);
}
.editorial-link,
.editorial-meta {
    color: var(--gold);
}
.editorial-card-media {
    border-color: var(--gold-line);
}
.editorial-index {
    background: rgba(10, 6, 4, 0.8);
    border-color: rgba(201, 160, 109, 0.45);
    color: var(--gold-soft);
}
.editorial-bottom {
    border-color: var(--gold-line);
}
.manifesto {
    background: linear-gradient(135deg, #2a1b12, #0d0806);
    border-block: 1px solid var(--gold-line);
}
.manifesto h2 {
    color: var(--gold-soft);
}
.outline-button.light {
    background: var(--gold);
    color: #120b08;
    border-color: var(--gold);
}
.category-premium-card {
    background: linear-gradient(
        145deg,
        rgba(65, 41, 25, 0.72),
        rgba(13, 8, 6, 0.9)
    );
    border-color: var(--gold-line);
}
.category-premium-card:hover {
    background: linear-gradient(
        145deg,
        rgba(92, 57, 33, 0.82),
        rgba(18, 11, 8, 0.96)
    );
}
.category-premium-card span,
.category-number {
    color: var(--gold-soft);
}
.artwork-layout {
    align-items: start;
}
.main-image {
    background: #080504;
    border: 1px solid var(--gold-line);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}
.thumbnail {
    border-color: var(--gold-line);
}
.artwork-details {
    position: sticky;
    top: 130px;
    padding: 28px;
    border: 1px solid var(--gold-line);
    background: var(--glass-soft);
    backdrop-filter: blur(16px);
}
.artwork-details h1 {
    color: var(--gold-soft);
}
.meta-list,
.meta-row {
    border-color: var(--gold-line);
}
.price {
    color: var(--gold-soft);
}
.status.available {
    color: var(--gold);
}
.order-form-wrapper {
    padding: 28px;
    border: 1px solid var(--gold-line);
    background: rgba(10, 6, 4, 0.88);
}
.close-order-form {
    color: var(--gold-soft);
    background: none;
    border: 0;
    font-size: 28px;
}
.success-message {
    border-color: var(--gold);
    background: rgba(201, 160, 109, 0.12);
}
.site-footer {
    background: #070403;
    border-color: var(--gold-line);
    padding-bottom: 150px;
}
.footer-kicker,
.footer-cta {
    color: var(--gold);
}
.footer-showcase h2 {
    color: var(--gold-soft);
}
.footer-contacts,
.footer-bottom {
    border-color: var(--gold-line);
}
.titan-sticky-dock {
    position: fixed;
    z-index: 90;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: min(1160px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid rgba(201, 160, 109, 0.34);
    background: linear-gradient(
        180deg,
        rgba(20, 13, 9, 0.72),
        rgba(8, 5, 4, 0.92)
    );
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.45);
    transition: 0.35s;
}
.titan-sticky-dock a {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--gold);
    border-right: 1px solid var(--gold-line);
    transition: 0.3s;
}
.titan-sticky-dock a:last-child {
    border-right: 0;
}
.titan-sticky-dock a:hover,
.titan-sticky-dock a.is-active {
    background: rgba(201, 160, 109, 0.1);
    color: var(--gold-soft);
}
.titan-sticky-dock svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.titan-sticky-dock span {
    font-size: 8px;
    letter-spacing: 0.17em;
}
.titan-sticky-dock.is-compact {
    width: min(900px, calc(100% - 34px));
}
.titan-sticky-dock.is-compact a {
    min-height: 68px;
    flex-direction: row;
}
.titan-sticky-dock.is-compact svg {
    width: 24px;
    height: 24px;
}

/* Gallery pages start below a large editorial hero. Keep the persistent
   navigation compact so it does not cover the first results heading. */
@media (min-width: 901px) {
    .page-artwork-show .details-section {
        padding-top: 132px;
    }

    .page-gallery .page-hero h1 {
        max-width: 980px;
        font-size: clamp(54px, 7vw, 94px);
        line-height: 1.02;
    }

    .page-gallery .titan-sticky-dock {
        width: min(900px, calc(100% - 34px));
    }

    .page-gallery .titan-sticky-dock a {
        min-height: 68px;
        flex-direction: row;
    }

    .page-gallery .titan-sticky-dock svg {
        width: 24px;
        height: 24px;
    }
}

.pagination-wrapper nav {
    color: var(--gold-soft);
}

/* Laravel pagination ships with utility-class SVGs. This project does not
   load those utilities, so size and arrange the controls explicitly. */
.pagination-wrapper nav svg {
    display: block;
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
}

.pagination-wrapper nav > div:first-child {
    display: none;
}

.pagination-wrapper nav > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pagination-wrapper nav > div:last-child > div:last-child > span {
    display: inline-flex;
    align-items: center;
}

.pagination-wrapper nav a,
.pagination-wrapper nav [aria-current="page"] > span,
.pagination-wrapper nav [aria-disabled="true"] > span {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold-line);
    color: var(--gold-soft);
}

.pagination-wrapper nav [aria-current="page"] > span {
    background: rgba(201, 160, 109, 0.16);
    border-color: var(--gold);
}

@media (max-width: 900px) {
    body {
        padding-bottom: 92px;
    }
    .header-inner {
        min-height: 82px;
        grid-template-columns: 1fr auto 1fr;
    }
    .titan-wordmark {
        font-size: 34px;
    }
    .titan-header-actions {
        gap: 12px;
    }
    .header-contact {
        display: none;
    }
    .titan-hero-lockup {
        bottom: 122px !important;
    }
    .titan-hero-lockup h1 {
        font-size: clamp(60px, 12vw, 92px) !important;
    }
    .artwork-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .artwork-details {
        position: static;
    }
    .page-artwork-show .details-section {
        padding-top: 108px;
    }
    .page-artwork-show .artwork-back-link {
        margin-bottom: 18px;
    }
    .titan-sticky-dock {
        bottom: 8px;
        width: calc(100% - 20px);
        overflow-x: auto;
        display: flex;
    }
    .titan-sticky-dock a,
    .titan-sticky-dock.is-compact a {
        flex: 0 0 112px;
        min-height: 78px;
        flex-direction: column;
    }
    .titan-sticky-dock svg,
    .titan-sticky-dock.is-compact svg {
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 600px) {
    .container {
        width: calc(100% - 28px);
    }
    .container-wide {
        width: calc(100% - 28px);
    }
    .header-home-link {
        width: 34px;
        height: 34px;
        justify-content: center;
    }
    .header-home-link span {
        display: none;
    }
    .header-home-link svg {
        width: 19px;
        height: 19px;
    }
    .titan-wordmark {
        font-size: 25px;
    }
    .titan-header-actions {
        font-size: 8px;
    }
    .titan-hero-lockup {
        bottom: 110px !important;
        width: 92vw !important;
    }
    .titan-hero-lockup h1 {
        font-size: 50px !important;
    }
    .titan-ornament {
        margin: 20px auto 12px !important;
    }
    .titan-hero-lockup p {
        font-size: 7px;
    }
    .page-hero,
    .artist-hero,
    .category-hero {
        padding: 135px 0 60px !important;
    }
    .page-hero h1,
    .artist-hero h1,
    .category-hero h1 {
        font-size: 46px;
    }
    .premium-section {
        padding-inline: 14px;
    }
    .filters {
        padding: 16px;
    }
    .editorial-grid,
    .artwork-grid,
    .artists-grid,
    .categories-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    /* Preserve the complete artwork on small screens instead of cropping it
       into a generic card ratio. */
    .artwork-card .artwork-image,
    .related-card .related-image {
        aspect-ratio: auto;
        min-height: 0;
        background: #080504;
        border: 1px solid var(--gold-line);
    }

    .artwork-card .artwork-image img,
    .related-card .related-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .page-artwork-show .details-section {
        padding: 102px 0 64px;
    }

    .page-artwork-show .artwork-back-link {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .page-artwork-show .main-image {
        display: block;
        min-height: 0;
        padding: 7px;
        background: #080504;
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
    }

    .page-artwork-show .main-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .page-artwork-show .thumbnails {
        margin-top: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .page-artwork-show .thumbnail {
        flex: 0 0 68px;
        width: 68px;
        height: 68px;
    }

    .page-artwork-show .artwork-details {
        padding: 22px 18px;
        background: rgba(10, 6, 4, 0.7);
        backdrop-filter: none;
    }

    .page-artwork-show .artwork-details h1 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1.02;
        margin: 10px 0 18px;
    }

    .page-artwork-show .purchase-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .page-artwork-show .order-button,
    .page-artwork-show .whatsapp-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .page-artwork-show .order-form-wrapper {
        padding: 20px 16px;
    }

    html[lang="en"] .page-home .manifesto h2 {
        max-width: 335px;
        font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
        font-size: clamp(42px, 11.8vw, 48px);
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.005em;
        text-wrap: balance;
    }

    html[lang="en"] .site-footer .footer-showcase h2 {
        max-width: 340px;
        font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
        font-size: clamp(40px, 11.5vw, 46px);
        font-weight: 500;
        line-height: 1.03;
        letter-spacing: 0.005em;
        text-wrap: balance;
    }
    .site-footer {
        padding-bottom: 125px;
    }
    .titan-sticky-dock a,
    .titan-sticky-dock.is-compact a {
        flex-basis: 96px;
        min-height: 72px;
    }
    .titan-sticky-dock span {
        font-size: 7px;
    }
}
/* ========================================================================
   FINAL LAYOUT DECISIONS
   - sandwich button hidden
   - centered header logo
   - all five dock items visible on mobile
   - single full-bleed hero image on desktop
   ======================================================================== */

.titan-menu-toggle,
.menu-toggle {
    display: none !important;
}

.titan-header .header-inner,
.header-inner {
    grid-template-columns: 1fr auto 1fr;
}

.titan-wordmark,
.brand {
    grid-column: 2;
    justify-self: center;
}

.titan-header-actions,
.navigation-right {
    grid-column: 3;
    justify-self: end;
}

@media (min-width: 901px) {
    .titan-cinematic-hero {
        min-height: 100vh;
        background: #090604;
    }

    .titan-cinematic-hero .premium-hero-media {
        inset: 0 !important;
        background-image: var(--hero-desktop-image, url("/images/georgian-titan-hero-desktop.jpg")) !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: transparent !important;
        filter: none !important;
    }

    .titan-cinematic-hero .premium-hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(7, 4, 3, 0.16) 0%,
            rgba(7, 4, 3, 0.02) 34%,
            rgba(7, 4, 3, 0.24) 68%,
            rgba(7, 4, 3, 0.76) 100%
        ) !important;
    }

    .titan-hero-lockup {
        left: 50% !important;
        bottom: 154px !important;
        width: min(720px, 72vw) !important;
        transform: translateX(-50%) !important;
    }

    .titan-hero-lockup h1 {
        font-size: clamp(66px, 7vw, 108px) !important;
        line-height: 0.78 !important;
        letter-spacing: -0.025em !important;
    }

    .titan-ornament {
        width: min(500px, 70%) !important;
        margin: 24px auto 16px !important;
    }

    .titan-hero-dock {
        bottom: 18px !important;
        width: min(1120px, calc(100% - 100px)) !important;
        background: rgba(10, 6, 4, 0.66) !important;
        backdrop-filter: blur(10px) !important;
    }
}

@media (max-width: 600px) {
    .titan-hero-dock,
    .titan-sticky-dock {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        width: calc(100% - 10px) !important;
        max-width: none !important;
        min-width: 0 !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        overflow: hidden !important;
    }

    .titan-hero-dock a,
    .titan-sticky-dock a,
    .titan-sticky-dock.is-compact a {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: none !important;
        min-height: 74px !important;
        padding: 7px 1px !important;
        gap: 4px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .titan-hero-dock svg,
    .titan-sticky-dock svg,
    .titan-sticky-dock.is-compact svg {
        width: 22px !important;
        height: 22px !important;
        flex-shrink: 0 !important;
    }

    .titan-hero-dock a > span,
    .titan-sticky-dock a > span {
        width: 100% !important;
        min-width: 0 !important;
        font-size: 5px !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

/* FIX: restore hero lockup positioning removed during CSS cleanup */
.titan-hero-lockup {
    position: absolute !important;
    z-index: 4 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
}

/* ===== Artwork horizontal slider ===== */
.editorial-heading-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.artwork-slider-controls {
    display: flex;
    gap: 8px;
}

.artwork-slider-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 160, 109, 0.42);
    background: rgba(10, 6, 4, 0.48);
    color: var(--gold, #c9a06d);
    cursor: pointer;
    transition: 0.25s ease;
}

.artwork-slider-controls button:hover:not(:disabled) {
    background: rgba(201, 160, 109, 0.1);
    transform: translateY(-2px);
}

.artwork-slider-controls button:disabled {
    opacity: 0.3;
    cursor: default;
}

.artwork-slider {
    overflow: hidden;
}

.editorial-slider-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    padding-bottom: 6px;
}

.editorial-slider-track::-webkit-scrollbar {
    display: none;
}

.editorial-slider-track .editorial-card {
    flex: 0 0 calc((100% - 72px) / 4);
    scroll-snap-align: start;
}

@media (max-width: 1100px) {
    .editorial-slider-track .editorial-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 600px) {
    .editorial-heading {
        align-items: flex-start;
    }

    .editorial-heading-actions {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 12px;
    }

    .artwork-slider-controls button {
        width: 38px;
        height: 38px;
    }

    .editorial-slider-track {
        gap: 14px;
    }

    .editorial-slider-track .editorial-card {
        flex-basis: 88%;
    }
}
/* ===== Two independent home artwork sliders ===== */
.latest-artworks-section {
    border-top: 1px solid var(--gold-line, rgba(201, 160, 109, 0.25));
}

[data-artwork-slider] .artwork-slider {
    overflow: hidden;
}

[data-artwork-slider] .editorial-slider-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    padding-bottom: 6px;
}

[data-artwork-slider] .editorial-slider-track::-webkit-scrollbar {
    display: none;
}

[data-artwork-slider] .editorial-slider-track > .editorial-card {
    flex: 0 0 calc((100% - 72px) / 4) !important;
    scroll-snap-align: start;
}

.artwork-slider-controls button[hidden] {
    display: none;
}

@media (max-width: 1100px) {
    [data-artwork-slider] .editorial-slider-track > .editorial-card {
        flex-basis: calc((100% - 24px) / 2) !important;
    }
}

@media (max-width: 600px) {
    [data-artwork-slider] .editorial-slider-track {
        gap: 14px !important;
    }

    [data-artwork-slider] .editorial-slider-track > .editorial-card {
        flex-basis: 88% !important;
    }
}
.editorial-slider-track {
    scroll-snap-type: none !important;
}
/* ===== Artwork slider auto-scroll fix ===== */

.editorial-slider-track {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.editorial-slider-track::-webkit-scrollbar {
    display: none;
}

.editorial-slider-track .editorial-card {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 0;
}

@media (max-width: 1100px) {
    .editorial-slider-track .editorial-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 600px) {
    .editorial-slider-track {
        gap: 14px !important;
    }

    .editorial-slider-track .editorial-card {
        flex-basis: 88%;
    }
}

/* ===== CLIENT REFERENCE — MOBILE FIX ===== */
@media (max-width: 600px) {
    body {
        padding-bottom: calc(
            100px + env(safe-area-inset-bottom, 0px)
        );
    }

    .site-footer {
        padding-bottom: calc(
            125px + env(safe-area-inset-bottom, 0px)
        );
    }

    .site-header .brand,
    .titan-wordmark {
        font-family:
            "Cormorant Garamond", "Instrument Serif", Georgia, serif !important;
        font-size: 34px !important;
        font-weight: 500 !important;
        line-height: 0.78 !important;
        letter-spacing: 0.04em !important;
        transform: none !important;
    }

    .titan-hero-lockup {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        bottom: 132px !important;
        width: 94% !important;
        padding: 0 !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
        z-index: 4 !important;
    }

    .titan-hero-lockup h1 {
        margin: 0 !important;
        font-family:
            "Cormorant Garamond", "Instrument Serif", Georgia, serif !important;
        font-size: 54px !important;
        font-weight: 500 !important;
        line-height: 0.88 !important;
        letter-spacing: 0.045em !important;
        white-space: normal !important;
        color: #d8ad79 !important;
        text-transform: uppercase !important;
    }

    .titan-hero-lockup h1 span {
        display: block !important;
        padding-left: 0 !important;
    }

    .titan-ornament {
        width: 230px !important;
        margin: 16px auto 12px !important;
        gap: 12px !important;
    }

    .titan-ornament span {
        height: 1px !important;
        background: rgba(216, 173, 121, 0.55) !important;
    }

    .titan-ornament i {
        width: 9px !important;
        height: 9px !important;
        border-color: #d8ad79 !important;
    }

    .titan-hero-lockup p {
        margin: 0 !important;
        font-family: "Inter", "DM Sans", Arial, sans-serif !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        letter-spacing: 0.12em !important;
        white-space: nowrap !important;
        text-transform: uppercase !important;
        color: #dfb87f !important;
    }

    .titan-sticky-dock {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        bottom: calc(
            7px + env(safe-area-inset-bottom, 0px)
        ) !important;
        width: calc(100% - 14px) !important;
        max-width: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        transform: translateX(-50%) !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        overflow: hidden !important;
        background: rgba(8, 5, 3, 0.97) !important;
        border: 1px solid rgba(216, 173, 121, 0.5) !important;
        box-shadow: none !important;
    }

    .titan-sticky-dock a,
    .titan-sticky-dock.is-compact a {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 68px !important;
        padding: 10px 1px 9px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        border-right: 1px solid rgba(216, 173, 121, 0.32) !important;
        background: transparent !important;
        color: #d8ad79 !important;
        text-align: center !important;
    }

    .titan-sticky-dock a:last-child {
        border-right: 0 !important;
    }

    .titan-sticky-dock svg,
    .titan-sticky-dock.is-compact svg {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.45 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    html[lang="ka"] .titan-sticky-dock a > span {
        width: 100% !important;
        min-width: 0 !important;
        font-family: "Noto Serif Georgian", Georgia, serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        overflow: visible !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        color: currentColor !important;
        text-align: center !important;
    }

    html[lang="en"] .titan-sticky-dock a > span {
        width: 100% !important;
        font-family: "Cormorant Garamond", Georgia, serif !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        color: currentColor !important;
        text-align: center !important;
    }

    .titan-sticky-dock a.is-active,
    .titan-sticky-dock a:hover {
        background: rgba(216, 173, 121, 0.06) !important;
        color: #e7c28d !important;
    }
}
@media (max-width: 600px) {
    .site-header .language-switch a,
    .site-header .language-switch span {
        font-size: 10px !important;
        letter-spacing: 0.12em !important;
        font-weight: 500 !important;
    }
}

/* Keep the two hero title lines equally spaced at every viewport width. */
.titan-hero-lockup h1 {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(10px, 1.4vw, 18px) !important;
    font-family:
        "Cormorant Garamond", "Instrument Serif", Georgia, serif !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.045em !important;
}

.titan-hero-lockup h1 span {
    display: block !important;
}

.titan-ornament {
    margin: 16px auto 12px !important;
}

.titan-hero-lockup p {
    margin: 0 !important;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

/* Separate the two-line wordmark in the desktop header. */
@media (min-width: 601px) {
    .site-header .brand.titan-wordmark {
        font-family:
            "Cormorant Garamond", "Instrument Serif", Georgia, serif !important;
        font-weight: 500 !important;
        line-height: 0.9 !important;
        letter-spacing: 0.04em !important;
    }

    .site-header .brand.titan-wordmark > span + span {
        margin-top: 8px !important;
    }
}

/* ===== Scoped desktop typography and spacing refinement ===== */
@media (min-width: 1101px) {
    body {
        line-height: 1.72;
    }

    .site-footer {
        padding-top: 48px;
        padding-bottom: 112px;
    }

    .site-footer .container {
        width: min(1600px, calc(100% - 80px));
    }

    .footer-showcase h2 {
        max-width: 700px;
        font-size: clamp(40px, 4.3vw, 60px);
    }

    .footer-contacts {
        margin-top: 32px;
        padding-top: 18px;
    }

    .footer-bottom {
        margin-top: 26px;
        padding-top: 14px;
    }

    .page-home .editorial-artworks {
        padding-bottom: 32px;
    }

    .page-home .editorial-artworks .editorial-heading-copy h2 {
        font-size: clamp(34px, 3.4vw, 48px);
    }

    .page-home .manifesto h2 {
        max-width: 920px;
        font-size: clamp(48px, 5.4vw, 78px);
    }

    .page-description,
    .artist-bio,
    .category-description,
    .manifesto > p:not(.eyebrow) {
        line-height: 1.85;
    }

    .page-hero h1,
    .artist-hero h1,
    .category-hero h1 {
        line-height: 1.04;
        margin: 24px 0 26px;
    }

    .editorial-heading-copy h2,
    .results-header h2,
    .section-heading h2,
    .manifesto h2,
    .artwork-details h1,
    .footer-showcase h2,
    .category-premium-card span {
        line-height: 1.12;
    }

    .editorial-card-copy {
        padding-top: 14px;
    }

    .editorial-card-copy h3 {
        min-height: 2.15em;
        margin: 8px 0 12px;
        line-height: 1.35;
    }

    .editorial-bottom {
        padding-top: 9px;
    }

    .artist-card {
        padding: 26px 24px 24px;
    }

    .artist-card h3 {
        margin: 0 0 14px;
        line-height: 1.45;
    }

    .artist-card .artist-count {
        margin: 0 0 22px;
    }

    html[lang="ka"] .editorial-heading-copy h2,
    html[lang="ka"] .results-header h2,
    html[lang="ka"] .section-heading h2,
    html[lang="ka"] .manifesto h2,
    html[lang="ka"] .page-hero h1,
    html[lang="ka"] .artist-hero h1,
    html[lang="ka"] .category-hero h1,
    html[lang="ka"] .artwork-details h1,
    html[lang="ka"] .footer-showcase h2,
    html[lang="ka"] .category-premium-card span {
        font-family: "Noto Serif Georgian", Georgia, serif;
    }

    html[lang="en"] .editorial-heading-copy h2,
    html[lang="en"] .results-header h2,
    html[lang="en"] .section-heading h2,
    html[lang="en"] .manifesto h2,
    html[lang="en"] .page-hero h1,
    html[lang="en"] .artist-hero h1,
    html[lang="en"] .category-hero h1,
    html[lang="en"] .artwork-details h1,
    html[lang="en"] .footer-showcase h2,
    html[lang="en"] .category-premium-card span {
        font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
    }
}

/* ===== Unified public display typography ===== */
:is(
    .editorial-heading-copy h2,
    .results-header h2,
    .section-heading h2,
    .manifesto h2,
    .page-hero h1,
    .artist-hero h1,
    .category-hero h1,
    .artwork-details h1,
    .footer-showcase h2,
    .category-premium-card span
) {
    font-weight: 500;
    line-height: 1.06;
    text-wrap: balance;
}

html[lang="en"] :is(
    .editorial-heading-copy h2,
    .results-header h2,
    .section-heading h2,
    .manifesto h2,
    .page-hero h1,
    .artist-hero h1,
    .category-hero h1,
    .artwork-details h1,
    .footer-showcase h2,
    .category-premium-card span
) {
    font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
    letter-spacing: 0.005em;
}

html[lang="ka"] :is(
    .editorial-heading-copy h2,
    .results-header h2,
    .section-heading h2,
    .manifesto h2,
    .page-hero h1,
    .artist-hero h1,
    .category-hero h1,
    .artwork-details h1,
    .footer-showcase h2,
    .category-premium-card span
) {
    font-family: "Noto Serif Georgian", Georgia, serif;
    letter-spacing: 0;
}

/* Keep the About anchor below the fixed header after its reveal animation. */
#about {
    scroll-margin-top: 120px;
}

@media (min-width: 1101px) {
    #about {
        scroll-margin-top: 136px;
    }
}

/* ===== Contact channel chooser ===== */
body.contact-chooser-open {
    overflow: hidden;
}

.contact-chooser[hidden] {
    display: none !important;
}

.contact-chooser {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    padding: 24px;
}

.contact-chooser-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(3, 2, 1, 0.78);
    backdrop-filter: blur(10px);
    cursor: default;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.contact-chooser-dialog {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 34px;
    border: 1px solid rgba(216, 173, 121, 0.42);
    background:
        radial-gradient(circle at 100% 0, rgba(201, 160, 109, 0.1), transparent 42%),
        #0d0806;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.72);
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-chooser.is-open .contact-chooser-backdrop,
.contact-chooser.is-open .contact-chooser-dialog {
    opacity: 1;
}

.contact-chooser.is-open .contact-chooser-dialog {
    transform: translateY(0) scale(1);
}

.contact-chooser-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gold-line);
}

.contact-chooser-heading span {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 0.22em;
}

.contact-chooser-heading h2 {
    margin: 0;
    color: var(--gold-soft);
    font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
    font-size: clamp(32px, 5vw, 46px);
    font-weight: 500;
    line-height: 1.02;
}

html[lang="ka"] .contact-chooser-heading h2 {
    font-family: "Noto Serif Georgian", Georgia, serif;
    font-size: clamp(27px, 4.2vw, 38px);
    line-height: 1.2;
}

.contact-chooser-close {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold-line);
    background: transparent;
    color: var(--gold-soft);
    font: 300 26px/1 Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.contact-chooser-close:hover {
    background: rgba(201, 160, 109, 0.12);
    color: #fff;
}

.contact-channel-list {
    display: grid;
    gap: 10px;
}

.contact-channel-list > a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    padding: 13px 17px;
    border: 1px solid var(--gold-line);
    color: #eadfd5;
    background: rgba(255, 255, 255, 0.018);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-channel-list > a:hover {
    transform: translateX(4px);
    border-color: rgba(216, 173, 121, 0.6);
    background: rgba(201, 160, 109, 0.08);
}

.contact-channel-list strong {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 173, 121, 0.42);
    color: var(--gold);
    font-family: "Inter", "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.contact-channel-list span {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.contact-channel-list b {
    font-size: 14px;
    font-weight: 500;
}

.contact-channel-list small {
    overflow: hidden;
    color: #a99b91;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.contact-channel-list i {
    color: var(--gold);
    font-style: normal;
}

.contact-channel-empty {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--gold-line);
    color: #b7aaa0;
    text-align: center;
}

@media (max-width: 640px) {
    .contact-chooser {
        align-items: end;
        padding: 12px 8px calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .contact-chooser-dialog {
        width: 100%;
        max-height: calc(100vh - 112px);
        padding: 24px 16px 18px;
    }

    .contact-chooser-heading {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .contact-channel-list > a {
        min-height: 66px;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 12px;
        padding: 10px 12px;
    }

    .contact-channel-list strong {
        width: 42px;
        height: 42px;
    }
}
/* Launch readiness: legal pages, consent and footer links */
.legal-page { min-height: 70vh; padding: clamp(8rem, 14vw, 13rem) 0 10rem; background: #090504; color: #ead0a3; }
.legal-page-inner { max-width: 900px; }
.legal-eyebrow { margin: 0 0 1rem; color: #b88a49; font-size: .72rem; letter-spacing: .24em; }
.legal-page h1 { max-width: 850px; margin: 0 0 3rem; font-family: var(--serif, serif); font-size: clamp(2.5rem, 6vw, 5.6rem); font-weight: 400; line-height: .98; }
.legal-copy { color: #d5c7bb; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.9; }
.legal-updated { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgba(194,145,74,.25); color: #9a8474; font-size: .8rem; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.25rem; }
.footer-legal-links a { color: inherit; text-decoration: none; }
.footer-legal-links a:hover { color: #d8ad72; }
.cookie-consent { position: fixed; z-index: 10050; right: 1.25rem; bottom: 1.25rem; width: min(430px, calc(100vw - 2rem)); padding: 1.35rem; border: 1px solid rgba(194,145,74,.48); background: rgba(12,7,5,.98); box-shadow: 0 22px 70px rgba(0,0,0,.55); color: #dfd2c6; }
.cookie-consent[hidden] { display: none; }
.cookie-consent p { margin: 0 0 1rem; line-height: 1.55; }
.cookie-consent > a { color: #c89d61; font-size: .76rem; }
.cookie-actions { display: flex; gap: .7rem; margin-bottom: .85rem; }
.cookie-actions button { flex: 1; padding: .8rem; border: 1px solid #7d5b33; background: transparent; color: #e3c497; cursor: pointer; }
.cookie-actions .cookie-accept { background: #c99c62; color: #160d08; }
@media (max-width: 600px) {
    .legal-page { padding: 7rem 1.25rem 8rem; }
    .footer-legal-links { justify-content: flex-start; }
    .cookie-actions { flex-direction: column-reverse; }
}
.inquiry-consent label { display: flex; align-items: flex-start; gap: .65rem; cursor: pointer; }
.inquiry-consent input { width: auto !important; margin-top: .2rem; accent-color: #c99c62; }
.inquiry-consent a { display: inline-block; margin-top: .45rem; color: #c99c62; font-size: .76rem; }
