@font-face {
    font-family: "Lobster";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lobster-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@view-transition { navigation: auto; }

::view-transition-group(root) { animation-duration: .46s; animation-timing-function: var(--classic-ease); }
::view-transition-old(root) { animation: language-page-out .3s ease both; }
::view-transition-new(root) { animation: language-page-in .46s var(--classic-ease) both; }
html[data-language-direction="next"]::view-transition-old(root) { animation-name: language-page-out-next; }
html[data-language-direction="next"]::view-transition-new(root) { animation-name: language-page-in-next; }
html[data-language-direction="previous"]::view-transition-old(root) { animation-name: language-page-out-previous; }
html[data-language-direction="previous"]::view-transition-new(root) { animation-name: language-page-in-previous; }

@font-face {
    font-family: "Lobster";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lobster-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/raleway-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/raleway-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../fonts/fontawesome-4.7.woff2") format("woff2");
}

:root {
    --classic-dark: #212529;
    --classic-darker: #212121;
    --classic-footer: #343a40;
    --classic-white: #fff;
    --classic-black: #111;
    --classic-muted: #6c757d;
    --classic-border: #dee2e6;
    --classic-accent: #e20f0f;
    --classic-font: "Raleway", Arial, sans-serif;
    --classic-display: "Lobster", cursive;
    --classic-ease: cubic-bezier(.22, 1, .36, 1);
    --classic-shadow: 0 18px 50px rgba(0, 0, 0, .16);
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 56px; background: #111; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--classic-white);
    color: var(--classic-black);
    font-family: var(--classic-font);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
body:has(dialog[open]) { overflow: hidden; }
html.is-language-leaving body { opacity: .22; filter: blur(3px); transition: opacity .14s ease, filter .18s ease, transform .24s var(--classic-ease); }
html[data-language-direction="next"].is-language-leaving body { transform: translateX(-10px) scale(.998); }
html[data-language-direction="previous"].is-language-leaving body { transform: translateX(10px) scale(.998); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }

.classic-container {
    width: calc(100% - 24px);
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 12px;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 2000;
    padding: 10px 14px;
    background: white;
    color: black;
    transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.fa { display: inline-block; font: normal normal normal 14px/1 "FontAwesome"; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fa-heart::before { content: "\f004"; }
.fa-music::before { content: "\f001"; }
.fa-calendar::before { content: "\f073"; }
.fa-volume-off::before { content: "\f026"; }
.fa-volume-up::before { content: "\f028"; }
.fa-map-marker::before { content: "\f041"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-plus::before { content: "\f067"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-phone::before { content: "\f095"; }
.fa-bars::before { content: "\f0c9"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-cutlery::before { content: "\f0f5"; }
.fa-instagram::before { content: "\f16d"; }
.fa-car::before { content: "\f1b9"; }
.fa-facebook-official::before { content: "\f230"; }

/* Navigacija vizualno prati javni index.php. */
.classic-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    min-height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(12, 14, 16, .18);
    color: rgba(255, 255, 255, .55);
    box-shadow: none;
    -webkit-backdrop-filter: blur(12px) saturate(.9);
    backdrop-filter: blur(12px) saturate(.9);
    transition: background .32s ease, border-color .32s ease, box-shadow .32s ease;
}
.classic-header[data-scrolled="true"] {
    border-color: rgba(255, 255, 255, .06);
    background: rgba(23, 25, 27, .9);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .16);
}
.classic-nav-row {
    width: 100%;
    max-width: none;
    min-height: 56px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.classic-brand { display: inline-flex; align-items: center; text-decoration: none; }
.classic-brand img { width: 38px; height: 30px; object-fit: contain; transition: transform .35s var(--classic-ease), opacity .25s ease; }
.classic-brand:hover img { transform: translateY(-1px) scale(1.04); opacity: .9; }
.classic-nav { display: flex; align-items: center; margin-left: auto; }
.classic-nav a {
    padding: 8px 12px;
    color: rgba(255, 255, 255, .55);
    font-size: 1rem;
    text-decoration: none;
    transition: color .22s ease, transform .22s var(--classic-ease);
}
.classic-nav a:hover,
.classic-nav a:focus-visible { color: rgba(255, 255, 255, .9); transform: translateY(-1px); }
.classic-language-toggle {
    position: relative;
    isolation: isolate;
    width: 78px;
    height: 32px;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: rgba(7, 8, 9, .28);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 3px 14px rgba(0, 0, 0, .12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: border-color .3s ease, background .3s ease, box-shadow .35s var(--classic-ease);
}
.classic-language-toggle::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    width: 34px;
    height: 24px;
    border-radius: 999px;
    background: var(--classic-accent);
    box-shadow: 0 4px 14px rgba(226, 15, 15, .28);
    transform: translateX(0);
    transition: transform .44s var(--classic-ease), box-shadow .35s ease, background .3s ease;
}
.classic-language-toggle[data-active-locale="en"]::before { transform: translateX(38px); }
.classic-language-toggle[data-switching="true"] { border-color: rgba(226, 15, 15, .62); background: rgba(226, 15, 15, .08); box-shadow: 0 0 0 3px rgba(226, 15, 15, .08); }
.classic-language-toggle[data-switching="true"]::before { box-shadow: 0 5px 20px rgba(226, 15, 15, .48); }
.classic-language-toggle a {
    position: relative;
    z-index: 1;
    min-width: 34px;
    padding: 4px 5px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .58);
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .06em;
    transition: color .28s ease, transform .4s var(--classic-ease), opacity .28s ease;
}
.classic-language-toggle a:hover,
.classic-language-toggle a:focus-visible { color: white; transform: none; }
.classic-language-toggle a.is-active {
    background: transparent;
    color: white;
    box-shadow: none;
}
.classic-language-toggle[data-switching="true"] a { pointer-events: none; }
.classic-language-toggle[data-active-locale="hr"] a[lang="hr"],
.classic-language-toggle[data-active-locale="en"] a[lang="en"] { color: white; transform: scale(1.02); }
.classic-language-toggle[data-active-locale="hr"] a[lang="en"],
.classic-language-toggle[data-active-locale="en"] a[lang="hr"] { color: rgba(255, 255, 255, .52); transform: scale(.96); }
.nav-toggle {
    display: none;
    width: 56px;
    height: 42px;
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    background: transparent;
    color: rgba(255, 255, 255, .55);
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Hero zadržava poster i pokreće optimizirani video nakon učitavanja. */
.classic-hero {
    position: relative;
    height: 93vh;
    min-height: 560px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
}
.classic-hero-media,
.classic-hero-video,
.classic-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.classic-hero-media { z-index: 0; overflow: hidden; background: #17191b; }
.classic-hero-media img,
.classic-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(2.2px) brightness(.8) saturate(.9);
    transform: scale(1.02);
}
.classic-hero-video { z-index: 0; opacity: 0; pointer-events: none; transition: opacity .9s ease; }
.classic-hero.video-active .classic-hero-video { opacity: 1; }
.classic-hero-shade { z-index: 1; background: rgba(0, 0, 0, .3); }
.classic-hero-content { position: relative; z-index: 2; text-align: left; }
.classic-hero-content h1 {
    width: 50%;
    margin-bottom: 8px;
    color: white;
    font-family: var(--classic-display);
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 400;
    line-height: 1.2;
}
.classic-hero-content p {
    width: 50%;
    margin-bottom: 16px;
    color: white;
    font-size: 1.25rem;
    font-weight: 300;
}
.sound-toggle {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 140;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    color: white;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: transform .3s var(--classic-ease), background .25s ease, box-shadow .25s ease;
}
.sound-toggle:hover { background: rgba(0, 0, 0, .68); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0, 0, 0, .22); }
.sound-toggle .fa { font-size: 18px; }

.classic-section h2,
.classic-contact h2,
.legal-content h1 {
    margin-bottom: 8px;
    font-family: var(--classic-display);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.classic-about {
    position: relative;
    margin: 0;
    padding: 46px 0 76px;
    overflow: hidden;
    background: #f4f2ef;
}
.classic-about::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 46%);
    content: "";
    pointer-events: none;
}
.classic-about::after {
    position: absolute;
    right: 4%;
    bottom: 0;
    left: 4%;
    border-top: 1px solid rgba(23, 25, 27, .1);
    content: "";
}
.classic-about > .classic-container { position: relative; z-index: 1; }
.classic-about-intro {
    width: min(880px, 100%);
    margin-inline: auto;
    display: grid;
    justify-items: center;
    text-align: center;
}
.classic-about-eyebrow {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--classic-accent);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .3em;
    line-height: 1;
    text-transform: uppercase;
}
.classic-about-eyebrow::before,
.classic-about-eyebrow::after {
    width: clamp(24px, 5vw, 42px);
    height: 1px;
    background: currentColor;
    opacity: .42;
    content: "";
}
.classic-about .classic-about-intro h2 {
    margin: 0;
    font-size: clamp(3rem, 4.4vw, 4.5rem);
    line-height: 1;
    text-align: center;
}
.classic-about-statement {
    width: min(600px, 100%);
    margin: 20px 0 0;
    color: #17191b;
    font-size: clamp(1.22rem, 1.7vw, 1.55rem);
    font-weight: 300;
    line-height: 1.4;
}
.classic-lead {
    width: min(760px, 100%);
    margin: 20px 0 0;
    color: #4b4e51;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.78;
    text-align: justify;
    text-align-last: center;
    hyphens: auto;
}
.classic-values {
    --medallion: clamp(104px, 8.4vw, 126px);
    --float: -10px;
    position: relative;
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.classic-values article {
    position: relative;
    padding: 0 clamp(24px, 3vw, 52px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: transparent;
    color: #17191b;
    text-align: left;
}
.classic-values article + article::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(23, 25, 27, .16) 14%, rgba(23, 25, 27, .16) 86%, transparent);
    content: "";
}
.classic-values article:first-child { padding-left: 0; }
.classic-values article:last-child { padding-right: 0; }
.classic-value-meta { position: relative; margin-bottom: 22px; display: flex; justify-content: flex-start; }
.classic-value-meta::before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--medallion);
    height: var(--medallion);
    border: 1px solid rgba(23, 25, 27, .17);
    border-radius: 50%;
    content: "";
    transform: translate(8px, 8px);
    transition: transform .6s var(--classic-ease), border-color .35s ease;
}
.classic-value-icon-wrap {
    position: relative;
    width: var(--medallion);
    height: var(--medallion);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ebe5db;
    color: #17191b;
    transform-origin: center;
    transition: background .4s ease, color .35s ease, translate .55s var(--classic-ease);
}
.classic-value-icon {
    color: inherit;
    font-size: calc(var(--medallion) * .42);
    line-height: 1;
    transition: transform .55s var(--classic-ease);
}
.classic-values h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 16px;
    color: #17191b;
    font-family: var(--classic-display);
    font-size: clamp(1.75rem, 2.1vw, 2.1rem);
    font-weight: 400;
    line-height: 1.1;
    transition: color .35s ease;
}
.classic-values h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 2px;
    background: rgba(23, 25, 27, .2);
    content: "";
    transition: width .5s var(--classic-ease), background .35s ease;
}
.classic-values p {
    width: 100%;
    margin: 0;
    color: #55585b;
    font-size: .95rem;
    line-height: 1.72;
    text-align: justify;
    hyphens: auto;
}

/* Usluge — raspored kao na produkciji: tri bijele kartice s tamnim zaglavljem
   i centriranim tekstom na toploj sivoj podlozi između "O nama" i galerije. */
.classic-services {
    padding: 64px 0 76px;
    border-block: 1px solid rgba(23, 25, 27, .12);
    background: linear-gradient(180deg, #8c8a87 0, #7d7b78 100%);
    color: #212529;
}
.classic-services h2 { margin: 0 0 44px; color: #fff; text-shadow: 0 2px 14px rgba(23, 25, 27, .18); }

.classic-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.classic-service-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 25, 27, .16);
}
.classic-service-card > header { padding: 11px 16px; background: #17191b; }
.classic-service-card h3 { margin: 0; color: #fff; font-family: var(--classic-font); font-size: 1.45rem; font-weight: 400; line-height: 1.2; text-align: center; text-transform: uppercase; }
.classic-service-list { flex: 1; margin: 0; padding: 8px 20px 20px; list-style: none; text-align: center; }
.classic-service-list li { padding: 18px 0; }
.classic-service-list li + li { border-top: 1px solid rgba(23, 25, 27, .12); }
.classic-service-list strong,
.classic-service-list span { display: block; }
.classic-service-list strong { margin-bottom: 4px; color: #17191b; font-size: 1rem; font-weight: 700; }
.classic-service-list span { color: #3d4043; font-size: .95rem; line-height: 1.6; }
.classic-service-card > footer { padding: 10px 16px; border-top: 1px solid rgba(23, 25, 27, .1); text-align: center; }
.classic-service-card > footer .classic-button { padding: 8px 14px; border-color: #212529; background: #212529; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.classic-service-card > footer .classic-button:hover,
.classic-service-card > footer .classic-button:focus-visible { border-color: var(--classic-accent); background: var(--classic-accent); }
.classic-button,
.classic-top {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--classic-dark);
    border-radius: 4px;
    background: var(--classic-dark);
    color: white;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .3s var(--classic-ease), background .25s ease, color .25s ease, box-shadow .3s ease;
}
.classic-button:hover,
.classic-button:focus-visible { transform: translateY(-2px); background: #111; box-shadow: 0 9px 22px rgba(0, 0, 0, .2); }

.classic-gallery { padding: 48px 0 80px; background: #17191b; color: #f4f2ef; }
.classic-gallery .classic-container { max-width: 1220px; }
.classic-gallery h2 { margin-bottom: 8px; color: #f4f2ef; }
.classic-gallery-intro { margin-bottom: 0; color: rgba(244, 242, 239, .62); text-align: center; }
.classic-gallery-grid { margin-top: 32px; margin-bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 5px; }
.classic-gallery-item:nth-child(6n + 3),
.classic-gallery-item:nth-child(6n + 4) { grid-column: span 2; }
.classic-gallery-item {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    background: #202225;
    box-shadow: none;
}
.classic-gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(.86) contrast(1.02); transition: transform .65s var(--classic-ease), filter .5s ease; }
.classic-gallery-item > span {
    position: absolute;
    inset: 0;
    padding: 18px 20px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(23, 25, 27, .94) 0%, rgba(23, 25, 27, .18) 62%, transparent 100%);
    color: #f4f2ef;
    opacity: 0;
    transition: opacity .35s ease, background .35s ease, backdrop-filter .35s ease;
}
.classic-gallery-item > span small { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.classic-gallery-item:focus-visible { z-index: 1; outline: 3px solid var(--classic-accent); outline-offset: 3px; }
.classic-gallery-item:hover img { transform: scale(1.09); filter: saturate(1) brightness(.98) contrast(1); }
.classic-gallery-item:hover > span,
.classic-gallery-item:focus-visible > span {
    opacity: 1;
    background:
        linear-gradient(to top, rgba(23, 25, 27, .94) 0%, rgba(23, 25, 27, .18) 62%, transparent 100%),
        rgba(226, 15, 15, .08);
    backdrop-filter: blur(3px) saturate(1.02);
}

.classic-contact { padding: 48px 0; background: white; color: #212529; }
.classic-contact-logo { width: 150px; height: 150px; margin: 0 auto; object-fit: contain; transform: translateX(-8px); }
.classic-contact h2 { margin-bottom: 8px; }
.classic-contact-lead { margin-bottom: 48px; font-size: 1.25rem; font-weight: 300; text-align: center; }
.classic-contact-list { width: fit-content; max-width: min(620px, 90vw); margin: 0 auto; display: grid; justify-items: start; font-style: normal; }
.classic-contact-list a,
.classic-contact-list p { width: 100%; margin: 0 0 14px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; color: inherit; text-align: center; text-decoration: none; }
.classic-contact-list .fa { width: 42px; font-size: 2rem; text-align: center; }
.classic-contact-list span { min-width: 0; overflow-wrap: anywhere; text-align: left; }
.classic-contact-list a span { transition: color .2s ease; }
.classic-contact-list a:hover span { color: #555; text-decoration: underline; text-underline-offset: 3px; }

.classic-footer { padding: 0; border-top: 1px solid rgba(255, 255, 255, .08); background: #17191b; color: white; text-align: left; }
.classic-footer-main { min-height: 156px; padding: 38px 0 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; }
.classic-footer-brand { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 15px; color: white; text-decoration: none; }
.classic-footer-brand img { width: 58px; height: 46px; object-fit: contain; transition: transform .35s var(--classic-ease), opacity .25s ease; }
.classic-footer-brand span { display: grid; gap: 2px; }
.classic-footer-brand strong { font-family: var(--classic-display); font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.classic-footer-brand small { color: rgba(255, 255, 255, .5); font-size: .76rem; line-height: 1.4; }
.classic-footer-brand:hover img { transform: translateY(-2px) rotate(-2deg); opacity: .9; }
.classic-footer-navigation { display: grid; justify-items: end; gap: 12px; }
.classic-footer-label { color: rgba(255, 255, 255, .4); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.classic-footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px 22px; }
.classic-footer-links a { position: relative; color: rgba(255, 255, 255, .72); font-size: .84rem; text-decoration: none; transition: color .22s ease, transform .25s var(--classic-ease); }
.classic-footer-links a:hover,
.classic-footer-links a:focus-visible { color: white; transform: translateY(-1px); }
.classic-footer-bottom { min-height: 68px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255, 255, 255, .5); font-size: .76rem; }
.classic-footer-utilities { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.classic-footer-utilities button,
.classic-top { min-height: 36px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .72); font-size: .72rem; font-weight: 700; line-height: 1; text-decoration: none; text-transform: none; cursor: pointer; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .3s var(--classic-ease); }
.classic-footer-utilities button:hover,
.classic-footer-utilities button:focus-visible,
.classic-top:hover,
.classic-top:focus-visible { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .1); color: white; transform: translateY(-1px); }
.classic-top .fa { font-size: .72rem; transition: transform .3s var(--classic-ease); }
.classic-top:hover .fa { transform: translateY(-2px); }

.motion-ready .reveal-item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease var(--reveal-delay, 0ms), transform .8s var(--classic-ease) var(--reveal-delay, 0ms);
}
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.motion-ready .classic-about-intro.reveal-item { transform: translateY(30px); }
.motion-ready .classic-about-intro.reveal-item.is-visible { transform: none; }
.motion-ready .classic-values article.reveal-item { transform: translateY(26px); }
.motion-ready .classic-values article.reveal-item.is-visible { transform: none; }
.motion-ready .classic-values article.reveal-item .classic-value-icon-wrap {
    opacity: 0;
    scale: .86;
    transition: opacity .5s ease calc(var(--reveal-delay, 0ms) + 110ms), scale .8s var(--classic-ease) calc(var(--reveal-delay, 0ms) + 110ms), background .4s ease, color .35s ease, translate .55s var(--classic-ease);
}
.motion-ready .classic-values article.reveal-item.is-visible .classic-value-icon-wrap { opacity: 1; scale: 1; }
.motion-ready .classic-values article.reveal-item h3::after {
    width: 0;
    transition: width .65s var(--classic-ease) calc(var(--reveal-delay, 0ms) + 260ms), background .35s ease;
}
.motion-ready .classic-values article.reveal-item.is-visible h3::after { width: 26px; }

.lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #111315;
    color: #f4f2ef;
}
.lightbox::backdrop { background: rgba(17, 19, 21, .96); }
.lightbox[open] { display: grid; grid-template-columns: 1fr; place-items: center; animation: lightbox-in .35s var(--classic-ease) both; }
.lightbox.is-closing { animation: lightbox-out .2s ease both; }
.lightbox figure { grid-column: 1; grid-row: 1; width: 100%; height: 100%; margin: 0; padding: 72px 92px 46px; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; pointer-events: none; }
.lightbox figure img { max-width: min(1520px, 100%); max-height: calc(100dvh - 150px); border-radius: 6px; object-fit: contain; box-shadow: 0 24px 72px rgba(0, 0, 0, .5); transition: opacity .28s ease, transform .38s var(--classic-ease); }
.lightbox figure.is-changing img { opacity: 0; transform: translateX(60px) scale(.95); }
.lightbox figure.is-changing[data-direction="prev"] img { transform: translateX(-60px) scale(.95); }
.lightbox figure.is-entering img { opacity: 0; transform: translateX(-60px) scale(.95); transition: none; }
.lightbox figure.is-entering[data-direction="prev"] img { transform: translateX(60px) scale(.95); }
.lightbox figcaption { min-height: 30px; padding-top: 10px; color: rgba(244, 242, 239, .68); font-size: .9rem; text-align: center; transition: opacity .16s ease; }
.lightbox figure.is-changing figcaption { opacity: 0; }
.lightbox button { border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-control { position: absolute; top: 50%; z-index: 3; width: 48px; height: 48px; border: 1px solid rgba(244, 242, 239, .24) !important; border-radius: 50%; display: grid; place-items: center; background: rgba(23, 25, 27, .78) !important; transform: translateY(-50%); transition: transform .3s var(--classic-ease), background .25s ease, border-color .25s ease; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-control:hover { transform: translateY(-50%) scale(1.06); border-color: rgba(255, 255, 255, .44) !important; background: rgba(226, 15, 15, .86) !important; }
.lightbox-control .fa { display: block; font-size: 1.15rem; line-height: 1; }
.lightbox-close { position: absolute; top: 20px; left: 24px; z-index: 3; min-height: 40px; padding: 0 15px !important; border: 1px solid rgba(244, 242, 239, .22) !important; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; background: rgba(23, 25, 27, .78) !important; color: rgba(244, 242, 239, .88) !important; transition: background .25s ease, border-color .25s ease, transform .3s var(--classic-ease); }
.lightbox-close:hover { border-color: rgba(255, 255, 255, .44) !important; background: rgba(226, 15, 15, .86) !important; transform: translateX(-2px); }
.lightbox-close .fa { font-size: .9rem; }
.lightbox-close span { font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.lightbox-count { position: absolute; top: 20px; right: 24px; z-index: 3; min-width: 62px; min-height: 40px; margin: 0; padding: 8px 13px; border: 1px solid rgba(244, 242, 239, .16); border-radius: 999px; display: grid; place-items: center; background: rgba(23, 25, 27, .72); color: rgba(244, 242, 239, .64); font-size: .74rem; font-variant-numeric: tabular-nums; }
.lightbox :focus-visible { outline: 2px solid var(--classic-accent); outline-offset: 3px; }

@keyframes lightbox-in {
    from { opacity: 0; transform: scale(.985); }
    to { opacity: 1; transform: none; }
}
@keyframes lightbox-out {
    from { opacity: 1; transform: none; }
    to { opacity: 0; transform: scale(.99); }
}

.cookie-notice {
    position: fixed;
    bottom: calc(7vh + 8px);
    left: 16px;
    z-index: 150;
    width: min(560px, calc(100vw - 32px));
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    background: rgba(23, 25, 27, .66);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .26);
    -webkit-backdrop-filter: blur(22px) saturate(1.15);
    backdrop-filter: blur(22px) saturate(1.15);
    animation: cookie-in .45s var(--classic-ease) both;
}
.cookie-notice[hidden] { display: none; }
.cookie-notice-copy p { margin: 0; color: rgba(255, 255, 255, .82); font-size: .72rem; line-height: 1.42; }
.cookie-details { color: rgba(255, 255, 255, .94); font-weight: 700; text-decoration-color: rgba(255, 255, 255, .46); text-underline-offset: 2px; white-space: nowrap; }
.cookie-details:hover { color: white; text-decoration-color: white; }
.cookie-actions { display: flex; align-items: center; gap: 6px; }
.cookie-choice { min-height: 32px; padding: 6px 11px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; font-size: .67rem; font-weight: 700; white-space: nowrap; transition: transform .25s var(--classic-ease), background .2s ease, border-color .2s ease, color .2s ease; }
.cookie-choice:hover { transform: translateY(-1px); }
.cookie-reject { background: transparent; color: rgba(255, 255, 255, .72); }
.cookie-accept { border-color: rgba(255, 255, 255, .88); background: rgba(255, 255, 255, .92); color: #17191b; }
.cookie-reject:hover { border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .08); color: white; }
.cookie-accept:hover { border-color: white; background: white; }

@keyframes cookie-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

.legal-page { padding-top: 0; background: #f2f0ed; }
.legal-page .classic-header { background: rgba(23, 25, 27, .72); }
.legal-page .classic-header[data-scrolled="true"] { background: rgba(23, 25, 27, .94); }
.legal-hero { padding: 132px 24px 72px; background: #17191b; color: white; }
.legal-hero-inner { width: min(960px, 100%); margin-inline: auto; }
.legal-label { margin-bottom: 14px; color: rgba(255, 255, 255, .45); font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.legal-hero h1 { max-width: 760px; margin-bottom: 18px; font-family: var(--classic-display); font-size: clamp(3rem, 7vw, 5rem); font-weight: 400; line-height: 1.05; }
.legal-intro { max-width: 720px; margin-bottom: 24px; color: rgba(255, 255, 255, .68); font-size: 1.08rem; line-height: 1.65; }
.legal-meta { margin: 0; color: rgba(255, 255, 255, .4); font-size: .78rem; font-weight: 650; letter-spacing: .03em; }
.legal-shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; padding: 68px 0 96px; display: grid; grid-template-columns: 238px minmax(0, 1fr); align-items: start; gap: 56px; }
.legal-aside { position: sticky; top: 88px; display: grid; gap: 24px; }
.legal-aside-label { color: #7a7d80; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 3px; }
.legal-aside nav a { padding: 7px 0; border-bottom: 1px solid rgba(23, 25, 27, .1); color: #565a5e; font-size: .76rem; line-height: 1.4; text-decoration: none; transition: color .2s ease, transform .25s var(--classic-ease); }
.legal-aside nav a:hover,
.legal-aside nav a:focus-visible { color: #17191b; transform: translateX(3px); }
.legal-contact-card { padding: 16px; border: 1px solid rgba(23, 25, 27, .1); border-radius: 8px; display: grid; gap: 5px; background: rgba(255, 255, 255, .58); }
.legal-contact-card strong { font-size: .8rem; }
.legal-contact-card a { overflow-wrap: anywhere; color: #555a5f; font-size: .71rem; text-underline-offset: 3px; }
.legal-card { min-width: 0; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(23, 25, 27, .1); border-radius: 10px; background: white; box-shadow: 0 20px 64px rgba(23, 25, 27, .08); }
.legal-body { color: #34383c; line-height: 1.75; }
.legal-body h2 { scroll-margin-top: 88px; margin: 54px 0 16px; color: #17191b; font-family: var(--classic-display); font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.2; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { margin-bottom: 22px; }
.legal-body ul { margin: 0 0 28px; padding: 0; display: grid; gap: 10px; list-style-position: inside; }
.legal-body li { padding: 13px 16px; border: 1px solid rgba(23, 25, 27, .1); border-radius: 7px; background: #f8f7f5; }
.legal-body li::marker { color: #e20f0f; }
.legal-body code { padding: 2px 5px; border-radius: 4px; background: #eceae7; font: 700 .84em/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.legal-sources { margin-top: 52px; padding: 24px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; background: #17191b; color: white; }
.legal-sources h2 { margin: 0 0 8px; font-family: var(--classic-display); font-size: 1.65rem; font-weight: 400; }
.legal-sources p { margin-bottom: 16px; color: rgba(255, 255, 255, .62); font-size: .84rem; }
.legal-sources div { display: flex; flex-wrap: wrap; gap: 8px; }
.legal-sources a { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 999px; color: rgba(255, 255, 255, .78); font-size: .72rem; font-weight: 700; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.legal-sources a:hover,
.legal-sources a:focus-visible { border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .09); color: white; }
.legal-actions { margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(23, 25, 27, .1); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.legal-actions .classic-button { font-size: .78rem; }
.legal-settings-link { color: #34383c; font-size: .78rem; font-weight: 750; text-underline-offset: 4px; }
.classic-footer-links [aria-current="page"] { color: white; }

:focus-visible { outline: 3px solid #ffb21c; outline-offset: 3px; }

@media (min-width: 1200px) {
    .classic-hero-content h1 { font-size: 3.5rem; }
}

@media (max-width: 1399px) { .classic-container { max-width: 1140px; } }
@media (max-width: 1199px) { .classic-container { max-width: 960px; } .classic-service-card h3 { font-size: 1.2rem; } }

@media (max-width: 991px) {
    .classic-container { max-width: 720px; }
    .classic-about { padding-block: 40px 64px; }
    .classic-values { --medallion: 100px; margin-top: 40px; grid-template-columns: 1fr; }
    .classic-values article + article::before { display: none; }
    .classic-values article,
    .classic-values article:first-child,
    .classic-values article:last-child {
        padding: 26px 0;
        border-bottom: 1px solid rgba(23, 25, 27, .12);
        display: grid;
        grid-template-columns: var(--medallion) minmax(0, 1fr);
        align-items: start;
        gap: 24px;
    }
    .classic-values article:last-child { border-bottom: 0; }
    .classic-value-meta { margin: 0; }
    .classic-values h3 { margin-bottom: 18px; padding-bottom: 12px; }
    .classic-values p { font-size: .92rem; }
    .classic-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
    .classic-gallery-item:nth-child(6n + 3),
    .classic-gallery-item:nth-child(6n + 4) { grid-column: span 1; }
    .legal-shell { grid-template-columns: 1fr; gap: 28px; }
    .legal-aside { position: static; }
    .legal-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
    .legal-contact-card { display: none; }
}

@media (max-width: 767px) {
    .classic-container { max-width: 540px; }
    .classic-nav-row { position: relative; }
    .nav-toggle { display: block; }
    .classic-nav {
        position: absolute;
        top: 56px;
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        padding: 8px 12px 12px;
        background: rgba(23, 25, 27, .96);
        box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity .25s ease, transform .35s var(--classic-ease), visibility .25s ease;
    }
    .classic-nav[data-open="true"] { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
    .classic-nav a { padding: 8px 12px; }
    .classic-language-toggle { width: 78px; margin: 6px 12px 2px; }
    .classic-language-toggle a { padding: 4px 8px; }
    .classic-hero-content h1,
    .classic-hero-content p { width: 100%; }
    .classic-section h2,
    .classic-contact h2,
    .legal-content h1 { font-size: 27.3px; }
    .classic-values { --medallion: 96px; --float: -7px; }
    .classic-values article,
    .classic-values article:first-child,
    .classic-values article:last-child { gap: 22px; }
    .classic-values p { font-size: .9rem; }
    .classic-service-grid { grid-template-columns: 1fr; }
    .classic-contact-list { width: fit-content; max-width: 90vw; }
    .classic-gallery-item { height: auto; }
    .classic-footer-main { grid-template-columns: 1fr; justify-items: center; gap: 30px; text-align: center; }
    .classic-footer-navigation { justify-items: center; }
    .classic-footer-links { justify-content: center; }
    .classic-footer-bottom { flex-direction: column; justify-content: center; gap: 12px; padding-block: 20px; text-align: center; }
    .classic-footer-utilities { justify-content: center; }
    .cookie-notice { right: 8px; bottom: 68px; left: 8px; width: auto; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
    .cookie-actions { justify-content: flex-end; }
    .lightbox[open] { grid-template-columns: 1fr; }
    .lightbox figure { padding: 68px 10px 98px; }
    .lightbox figure img { max-height: calc(100dvh - 176px); border-radius: 4px; }
    .lightbox-control { top: auto; bottom: 26px; transform: none; }
    .lightbox-control:hover { transform: scale(1.06); }
    .lightbox-prev { left: calc(50% - 68px); }
    .lightbox-next { right: calc(50% - 68px); }
    .lightbox-close { top: 14px; left: 14px; }
    .lightbox-count { top: 14px; right: 14px; }
}

@media (max-width: 575px) {
    .classic-container { width: 100%; max-width: none; padding-inline: 24px; }
    .classic-nav-row { padding-inline: 12px; }
    .classic-hero { min-height: 560px; }
    .classic-contact > .classic-container { padding-inline: 12px; }
    .classic-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
    .classic-footer-main { padding-block: 34px 28px; }
    .classic-footer-brand { flex-direction: column; gap: 10px; }
    .classic-footer-brand img { width: 54px; height: 43px; }
    .classic-footer-links { gap: 10px 18px; }
    .classic-footer-utilities { flex-wrap: wrap; }
    .classic-services { padding-block: 48px 56px; }
    .classic-services h2 { margin-bottom: 32px; }
    .classic-service-card h3 { font-size: 1.25rem; }
    .classic-about { padding-block: 34px 58px; }
    .classic-about .classic-about-intro h2 { margin-top: 0; font-size: 2.75rem; }
    .classic-about-eyebrow { margin-bottom: 16px; font-size: .64rem; letter-spacing: .26em; }
    .classic-about-statement { margin-top: 16px; font-size: 1.15rem; }
    .classic-lead { margin-top: 18px; font-size: 1rem; line-height: 1.65; }
    .classic-values { --medallion: 92px; margin-top: 34px; }
    .classic-values article,
    .classic-values article:first-child,
    .classic-values article:last-child { padding: 24px 0; gap: 16px; }
    .classic-values h3 { margin-bottom: 14px; padding-bottom: 10px; font-size: 1.55rem; }
    .classic-values p { font-size: .88rem; line-height: 1.62; }
    .cookie-notice { padding: 10px; grid-template-columns: 1fr; gap: 8px; }
    .cookie-notice-copy p { font-size: .72rem; line-height: 1.4; }
    .cookie-actions { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .cookie-choice { width: 100%; min-height: 34px; }
    .legal-hero { padding: 110px 24px 54px; }
    .legal-hero h1 { font-size: 3rem; }
    .legal-intro { font-size: .96rem; }
    .legal-shell { width: calc(100% - 24px); padding: 36px 0 64px; gap: 24px; }
    .legal-aside { padding-inline: 8px; }
    .legal-aside nav { grid-template-columns: 1fr; }
    .legal-card { padding: 28px 20px; border-radius: 8px; }
    .legal-body h2 { margin-top: 42px; font-size: 1.75rem; }
    .legal-body { font-size: .93rem; }
    .legal-body li { padding: 12px; }
    .legal-sources { margin-inline: -4px; padding: 20px; }
    .legal-actions { align-items: stretch; flex-direction: column; }
    .legal-actions .classic-button,
    .legal-settings-link { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
    .motion-ready .reveal-item { opacity: 1; transform: none; }
    .classic-hero-video { display: none !important; }
    .sound-toggle { display: none; }
}

@media (hover: hover) and (pointer: fine) {
    html,
    body { cursor: url("../images/cursor-elegant.svg") 4 3, default; }
    a,
    button,
    summary,
    [role="button"] { cursor: pointer; }
    input,
    textarea,
    select { cursor: text; }
    .classic-values article:hover h3 { color: var(--classic-accent); }
    .classic-values article:hover h3::after { width: 52px; background: var(--classic-accent); }
    .classic-values article:hover .classic-value-icon-wrap {
        background: rgba(226, 15, 15, .09);
        color: var(--classic-accent);
        translate: -3px -4px;
    }
    .classic-values article:hover .classic-value-meta::before {
        border-color: rgba(226, 15, 15, .32);
        transform: translate(12px, 12px);
    }
    .classic-values article:hover .classic-value-icon { transform: scale(1.06); }
}

@media (prefers-reduced-motion: no-preference) {
    .classic-hero-content h1 { animation: hero-copy-in .9s var(--classic-ease) .08s both; }
    .classic-hero-content p { animation: hero-copy-in .9s var(--classic-ease) .2s both; }
    .classic-value-meta { animation: value-float 7.2s ease-in-out infinite; will-change: transform; }
    .classic-values article:nth-child(2) .classic-value-meta { animation-duration: 8.4s; animation-delay: -2.6s; }
    .classic-values article:nth-child(3) .classic-value-meta { animation-duration: 6.5s; animation-delay: -4.9s; }
}

@keyframes value-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    50% { transform: translate3d(0, var(--float, -10px), 0) rotate(.8deg); }
}

@keyframes hero-copy-in {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: none; }
}

@keyframes language-page-out {
    from { opacity: 1; filter: blur(0); transform: none; }
    to { opacity: 0; filter: blur(3px); transform: translateY(-8px) scale(.997); }
}

@keyframes language-page-in {
    from { opacity: 0; filter: blur(4px); transform: translateY(10px) scale(.997); }
    to { opacity: 1; filter: blur(0); transform: none; }
}

@keyframes language-page-out-next {
    from { opacity: 1; filter: blur(0); transform: none; }
    to { opacity: 0; filter: blur(3px); transform: translateX(-16px) scale(.997); }
}

@keyframes language-page-in-next {
    from { opacity: 0; filter: blur(4px); transform: translateX(16px) scale(.997); }
    to { opacity: 1; filter: blur(0); transform: none; }
}

@keyframes language-page-out-previous {
    from { opacity: 1; filter: blur(0); transform: none; }
    to { opacity: 0; filter: blur(3px); transform: translateX(16px) scale(.997); }
}

@keyframes language-page-in-previous {
    from { opacity: 0; filter: blur(4px); transform: translateX(-16px) scale(.997); }
    to { opacity: 1; filter: blur(0); transform: none; }
}
