:root {
    --bg: #07080b;
    --bg-elevated: #0b0d11;
    --surface: #101218;
    --surface-2: #151821;
    --surface-3: #1a1e28;
    --line: rgba(255,255,255,.09);
    --line-strong: rgba(255,255,255,.15);
    --text: #f5f7fa;
    --muted: #8c93a1;
    --muted-2: #5f6673;
    --white: #fff;
    --accent: #d9ff62;
    --accent-soft: rgba(217,255,98,.10);
    --danger: #ff6868;
    --success: #9fe870;
    --shadow: 0 30px 100px rgba(0,0,0,.45);
    --radius: 22px;
    --radius-sm: 14px;
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% -10%, rgba(217,255,98,.055), transparent 30rem),
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.035), transparent 28rem),
        var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    z-index: -1;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 14px; background: var(--accent); color: #080a0b; border-radius: 10px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 14px 22px;
    background: rgba(7,8,11,.78);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}
.header-inner {
    width: min(var(--max), 100%);
    min-height: 56px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; }
.site-logo { width: 38px; height: 38px; object-fit: contain; border-radius: 12px; }
.brand-name { font-size: 17px; font-weight: 850; letter-spacing: -.04em; }
.brand-name span { color: var(--muted); }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.main-nav a, .header-link {
    padding: 9px 14px;
    border-radius: 10px;
    color: var(--muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    transition: .18s ease;
}
.main-nav a:hover, .main-nav a.active, .header-link:hover { color: var(--text); background: rgba(255,255,255,.075); }
.main-nav a.active { box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 5px; }
.header-link { white-space: nowrap; }

.language-switcher { position: relative; z-index: 300; }
.language-switcher > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--muted); border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 750; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary::after { content: ""; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.language-switcher > summary:hover, .language-switcher[open] > summary { color: var(--text); background: var(--surface); border-color: var(--line); }
.language-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 140px; padding: 5px; border: 1px solid var(--line-strong); border-radius: 13px; background: #11141a; box-shadow: var(--shadow); }
.language-menu a { display: block; padding: 9px 10px; border-radius: 9px; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.language-menu a:hover { color: var(--text); background: var(--surface-3); }

.site-main { width: min(var(--max), calc(100% - 44px)); margin: auto; padding: 70px 0 110px; }
.hero-section { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding: 45px 0 100px; }
.eyebrow-row { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(217,255,98,.08), 0 0 20px rgba(217,255,98,.35); }
.eyebrow { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 760px; font-size: clamp(50px, 8vw, 104px); line-height: .9; letter-spacing: -.075em; }
h1 span { color: var(--muted); }
h2 { margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: .95; letter-spacing: -.06em; }
h3 { margin: 0; font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.7; }
.hero-description { max-width: 620px; margin: 28px 0 30px; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; font-size: 13px; font-weight: 850; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); border-color: var(--accent); color: #090b0d; box-shadow: 0 12px 35px rgba(217,255,98,.11); }
.button-primary:hover { background: #e6ff8d; }
.button-secondary, .button-ghost { background: rgba(255,255,255,.025); color: var(--text); }
.button-secondary:hover, .button-ghost:hover { background: rgba(255,255,255,.07); border-color: var(--line-strong); }
.button-wide { width: 100%; }
.hero-meta { display: flex; gap: 28px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta strong { font-size: 13px; }
.hero-meta span { color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #11141a, #08090c 72%); box-shadow: var(--shadow); }
.visual-grid { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.visual-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(217,255,98,.12); filter: blur(70px); }
.visual-card { position: absolute; width: min(66%, 350px); aspect-ratio: .72; border: 1px solid var(--line-strong); border-radius: 22px; }
.visual-card-back { transform: rotate(13deg) translate(35px, 25px); background: linear-gradient(145deg, #191d25, #0d0f14); opacity: .55; }
.visual-card-main { padding: 20px; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-7deg); background: linear-gradient(145deg, #1d222c 0%, #0b0d11 62%); box-shadow: 30px 40px 80px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.035); }
.visual-card-main::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(217,255,98,.22); border-radius: 16px; pointer-events: none; }
.visual-topline, .visual-bottomline { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.visual-logo { width: 82px; height: 82px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: var(--accent); color: #090b0d; font-size: 44px; font-weight: 950; letter-spacing: -.1em; box-shadow: 0 0 60px rgba(217,255,98,.18); }
.visual-title { font-size: 42px; font-weight: 950; line-height: .8; letter-spacing: -.07em; }
.visual-title span { color: var(--muted); }

.section-block { padding: 55px 0 40px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.section-heading .eyebrow { display: block; margin-bottom: 10px; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 13px; font-weight: 800; }
.arrow-link span { color: var(--accent); }
.arrow-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.deck-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.deck-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); transition: transform .22s ease, border-color .22s ease, background .22s ease; animation: rise .55s both; animation-delay: var(--delay, 0ms); }
.deck-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)); }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.deck-image { position: relative; display: block; aspect-ratio: 1.25; overflow: hidden; background: radial-gradient(circle at 50% 35%, #252b35, #0c0e12 68%); text-decoration: none; }
.deck-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.deck-card:hover .deck-image img { transform: scale(1.035); }
.image-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: var(--accent); font-size: 55px; font-weight: 950; letter-spacing: -.12em; background: radial-gradient(circle, rgba(217,255,98,.10), transparent 52%); }
.image-arrow { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(7,8,11,.68); backdrop-filter: blur(8px); color: var(--text); }
.deck-content { padding: 18px; }
.deck-index { display: block; margin-bottom: 7px; color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.deck-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 30px; padding-top: 13px; border-top: 1px solid var(--line); }
.deck-footer strong { font-size: 17px; }
.deck-footer a { color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.deck-footer a:hover { color: var(--accent); }

.statement-block { margin-top: 110px; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.statement-block .eyebrow { grid-column: 1 / -1; }
.statement-block h2 { max-width: 760px; }
.statement-block h2 span { color: var(--accent); }

.page-hero { display: flex; align-items: end; justify-content: space-between; gap: 40px; min-height: 330px; padding: 20px 0 55px; border-bottom: 1px solid var(--line); }
.page-hero > div:first-child { max-width: 780px; }
.page-hero .eyebrow { display: block; margin-bottom: 17px; }
.page-hero h1 { font-size: clamp(48px, 7vw, 86px); }
.page-hero p { max-width: 600px; margin: 22px 0 0; font-size: 16px; }
.page-number { color: var(--accent); font-size: clamp(45px, 7vw, 90px); font-weight: 900; line-height: .8; letter-spacing: -.07em; white-space: nowrap; }
.page-number span { color: var(--muted-2); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-section { padding-top: 26px; }
.filter-bar { display: grid; grid-template-columns: minmax(220px, 1.7fr) repeat(2, minmax(130px, .65fr)) auto auto; gap: 8px; align-items: end; padding: 9px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.filter-bar label, .stack-form label, .editor-card label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar input, .stack-form input, .editor-card input { width: 100%; min-height: 45px; padding: 0 12px; color: var(--text); background: #0a0c10; border: 1px solid var(--line); border-radius: 11px; outline: none; }
.filter-bar input:focus, .stack-form input:focus, .editor-card input:focus { border-color: rgba(217,255,98,.45); box-shadow: 0 0 0 3px rgba(217,255,98,.06); }
.filter-search { min-width: 0; }
.filter-clear { padding: 0 8px 12px; color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.filter-clear:hover { color: var(--text); }
.results-line { display: flex; justify-content: space-between; gap: 20px; margin: 18px 2px; color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.empty-state { display: flex; align-items: center; gap: 20px; padding: 28px; border: 1px dashed var(--line-strong); border-radius: var(--radius); background: rgba(255,255,255,.02); }
.empty-state h3 { margin-bottom: 6px; }
.empty-state p { margin: 0; }
.empty-mark { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(217,255,98,.2); border-radius: 14px; color: var(--accent); font-size: 14px; font-weight: 950; }
.empty-state.compact { margin-top: 20px; }

.contact-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 14px; padding-top: 24px; }
.contact-panel { min-height: 290px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.contact-panel-main { background: linear-gradient(145deg, rgba(217,255,98,.09), rgba(255,255,255,.015) 55%); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 12px; background: var(--accent); color: #090b0d; font-weight: 900; }
.contact-panel .eyebrow { display: block; margin-bottom: 12px; }
.contact-panel h2 { font-size: 42px; }
.contact-panel h3 { margin-top: 45px; font-size: 23px; }
.contact-panel p { font-size: 13px; }
.contact-email { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--text); font-size: 13px; font-weight: 800; text-decoration: none; }
.contact-email span { color: var(--accent); }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { width: min(var(--max), calc(100% - 44px)); margin: auto; padding: 28px 0; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-inner strong { color: var(--text); font-size: 13px; letter-spacing: -.02em; text-transform: none; }
.footer-inner strong span { color: var(--muted); }
.footer-inner p { margin: 5px 0 0; color: var(--muted-2); font-size: 10px; }

.alert { margin: 18px 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; font-size: 13px; }
.alert-success { color: var(--success); background: rgba(159,232,112,.07); border-color: rgba(159,232,112,.18); }
.alert-error { color: #ff9c9c; background: rgba(255,104,104,.07); border-color: rgba(255,104,104,.18); }

.admin-hero { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 20px 0 50px; border-bottom: 1px solid var(--line); }
.admin-hero .eyebrow, .admin-form-hero .eyebrow { display: block; margin-bottom: 16px; }
.admin-hero h1 { font-size: clamp(45px, 7vw, 80px); }
.admin-hero p { max-width: 570px; margin-bottom: 0; }
.admin-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 14px; padding-top: 24px; }
.admin-panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.admin-panel h2 { font-size: 30px; }
.admin-panel > p { font-size: 13px; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.panel-number { color: var(--muted-2); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.logo-preview { width: 78px; height: 78px; display: grid; place-items: center; margin: 26px 0; border: 1px solid var(--line); border-radius: 18px; background: #0a0c10; }
.logo-preview .site-logo { width: 54px; height: 54px; }
.stack-form { display: grid; gap: 15px; }
.stack-form label { letter-spacing: .06em; }
.field-hint { display: block; margin-top: -3px; color: var(--muted-2); font-size: 9px; font-weight: 600; letter-spacing: 0; text-transform: none; }
input[type="file"] { padding: 8px; }
input[type="file"]::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 0; border-radius: 8px; background: var(--surface-3); color: var(--text); cursor: pointer; }
.admin-list { display: grid; gap: 6px; margin-top: 22px; }
.admin-row { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 8px; border: 1px solid transparent; border-radius: 14px; transition: .18s ease; }
.admin-row:hover { border-color: var(--line); background: rgba(255,255,255,.025); }
.admin-thumb { width: 52px; height: 52px; overflow: hidden; display: grid; place-items: center; border-radius: 11px; background: #080a0d; color: var(--accent); font-size: 13px; font-weight: 950; }
.admin-thumb img { width: 100%; height: 100%; object-fit: cover; }
.admin-info { min-width: 0; display: grid; gap: 5px; }
.admin-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.admin-info span { color: var(--muted); font-size: 11px; }
.admin-actions { display: flex; gap: 5px; }
.admin-actions form { margin: 0; }
.icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--muted); text-decoration: none; }
.icon-button:hover { color: var(--text); background: var(--surface-3); }
.icon-danger:hover { color: var(--danger); border-color: rgba(255,104,104,.2); }

.admin-form-hero { min-height: 290px; }
.editor-card { margin-top: 24px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.editor-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 35px; }
.editor-main, .editor-side { display: grid; align-content: start; gap: 17px; }
.current-image { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); font-size: 11px; }
.current-image img { width: 64px; height: 64px; object-fit: cover; border-radius: 9px; }
.editor-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.back-link { color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 800; }
.back-link:hover { color: var(--text); }

.auth-page { min-height: 100vh; display: grid; place-items: center; padding: 30px 20px; }
.auth-shell { width: min(430px, 100%); display: grid; gap: 24px; }
.auth-brand { justify-self: center; }
.auth-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.auth-card h1 { margin-top: 10px; font-size: 50px; }
.auth-card > p { margin-bottom: 28px; font-size: 13px; }
.auth-card label { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.auth-card input { margin-top: 7px; }
.auth-card .stack-form { gap: 14px; }
.auth-shell .back-link { justify-self: center; }

.language-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.74); backdrop-filter: blur(10px); }
.language-modal { width: min(440px,100%); padding: 30px; border: 1px solid var(--line-strong); border-radius: 24px; background: #101319; box-shadow: var(--shadow); }
.language-modal .eyebrow { color: var(--accent); }
.language-modal h2 { margin-top: 8px; font-size: 36px; }
.language-modal p:not(.eyebrow) { font-size: 13px; }
.language-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.language-options .secondary { background: var(--surface-3); color: var(--text); }

@media (max-width: 1000px) {
    .header-inner { grid-template-columns: auto 1fr auto; }
    .main-nav { justify-self: end; }
    .hero-section { grid-template-columns: 1fr; }
    .hero-visual { min-height: 500px; }
    .catalog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .contact-grid { grid-template-columns: 1fr 1fr; }
    .contact-panel-main { grid-column: 1 / -1; }
    .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .site-header { padding: 10px 14px; }
    .header-inner { grid-template-columns: 1fr auto; }
    .main-nav { grid-row: 2; grid-column: 1 / -1; justify-self: stretch; justify-content: center; }
    .header-actions { grid-column: 2; }
    .site-main { width: min(var(--max), calc(100% - 28px)); padding-top: 44px; }
    .hero-section { padding-top: 15px; min-height: auto; gap: 40px; }
    .hero-visual { min-height: 420px; }
    .hero-meta { gap: 16px; flex-wrap: wrap; }
    .section-heading, .page-hero, .admin-hero { align-items: start; flex-direction: column; }
    .page-number { align-self: end; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
    .filter-search { grid-column: 1 / -1; }
    .filter-bar .button { width: 100%; }
    .catalog-grid, .deck-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .statement-block { grid-template-columns: 1fr; }
    .statement-block .button { justify-self: start; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-panel-main { grid-column: auto; }
    .editor-grid { grid-template-columns: 1fr; }
    .footer-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 500px) {
    .brand-name { font-size: 15px; }
    .site-logo { width: 34px; height: 34px; }
    .main-nav a { padding: 8px 10px; font-size: 12px; }
    .language-current { display: none; }
    .language-switcher > summary { padding: 9px 10px; }
    h1 { font-size: clamp(45px, 15vw, 70px); }
    .hero-visual { min-height: 360px; border-radius: 22px; }
    .visual-card { width: 64%; }
    .visual-title { font-size: 30px; }
    .visual-logo { width: 62px; height: 62px; font-size: 32px; }
    .catalog-grid, .deck-grid { grid-template-columns: 1fr; }
    .filter-bar { grid-template-columns: 1fr; }
    .filter-search { grid-column: auto; }
    .results-line { flex-direction: column; gap: 7px; }
    .deck-image { aspect-ratio: 1.35; }
    .contact-panel { min-height: 250px; }
    .contact-icon { margin-bottom: 50px; }
    .language-options { grid-template-columns: 1fr; }
    .editor-actions { align-items: stretch; flex-direction: column; }
    .editor-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* SEO guide / FAQ */
.seo-copy {
    max-width: 850px;
}
.seo-copy p {
    margin: 0 0 22px;
    font-size: 16px;
}
.seo-copy p:last-child {
    margin-bottom: 0;
}
.faq-list {
    display: grid;
    gap: 10px;
    max-width: 900px;
}
.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,.025);
    overflow: hidden;
}
.faq-item summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 21px 54px 21px 22px;
    font-size: 16px;
    font-weight: 800;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-size: 22px;
    font-weight: 500;
}
.faq-item[open] summary::after {
    content: "−";
}
.faq-item[open] summary {
    border-bottom: 1px solid var(--line);
}
.faq-answer {
    padding: 0 22px 20px;
}
.faq-answer p {
    margin: 15px 0 0;
}
.home-guide-link {
    margin-top: 60px;
}
@media (max-width: 760px) {
    .home-guide-link {
        grid-template-columns: 1fr;
        align-items: start;
    }
}
