@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

:root {
    --color-black: #0b0704;
    --color-night: #190f08;
    --color-brown: #301c0f;
    --color-brown-soft: #482c18;
    --color-amber: #b87425;
    --color-amber-deep: #7d4216;
    --color-gold: #e6bd68;
    --color-cream: #fff1d7;
    --color-paper: #e8cfa6;
    --color-muted: #c9ad83;
    --color-green: #29311c;
    --color-wine: #472016;
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --space-page: clamp(18px, 4vw, 72px);
    --space-section: clamp(64px, 8vw, 132px);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 26px;
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, .27);
    --shadow-glow: 0 0 50px rgba(230, 189, 104, .3);
    --max-site: 1760px;
    --max-content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--color-cream);
    font-family: var(--font-body);
    background:
        radial-gradient(circle at 12% 12%, rgba(184, 116, 37, .31), transparent 30rem),
        radial-gradient(circle at 82% 4%, rgba(230, 189, 104, .22), transparent 32rem),
        radial-gradient(circle at 80% 84%, rgba(125, 66, 22, .28), transparent 36rem),
        linear-gradient(180deg, #0b0704, var(--color-night) 44%, #120a06);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255, 241, 215, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 241, 215, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 50% 24%, #000, transparent 72%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 100;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    background: var(--color-cream);
    color: var(--color-night);
}
.skip-link:focus { transform: none; }

.site-frame {
    position: relative;
    min-height: calc(100vh - 42px);
    display: flex;
    flex-direction: column;
    width: min(calc(100% - 28px), var(--max-site));
    margin: 14px auto 28px;
    overflow: hidden;
    border: 1px solid rgba(230, 189, 104, .18);
    border-radius: clamp(18px, 2vw, 34px);
    background: rgba(23, 14, 8, .88);
    box-shadow: 0 34px 110px rgba(0, 0, 0, .56);
}
body[data-page="about"] .site-frame,
body[data-page="recipes"] .site-frame {
    background:
        radial-gradient(circle at 18% 10%, rgba(230, 189, 104, .21), transparent 30rem),
        radial-gradient(circle at 86% 36%, rgba(184, 116, 37, .2), transparent 34rem),
        radial-gradient(circle at 42% 92%, rgba(71, 32, 22, .32), transparent 36rem),
        linear-gradient(180deg, #190f08 0%, #1d110a 46%, #120a06 100%);
    background-repeat: no-repeat;
}
.site-frame::before,
.site-frame::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(14px);
}
.site-frame::before {
    right: -8rem;
    top: 26rem;
    width: 18rem;
    height: 18rem;
    background: rgba(230, 189, 104, .16);
}
.site-frame::after {
    left: -5rem;
    bottom: 18rem;
    width: 16rem;
    height: 16rem;
    background: rgba(184, 116, 37, .2);
}
.container {
    width: min(calc(100% - var(--space-page) * 2), var(--max-content));
    margin-inline: auto;
}
.section {
    padding-block: var(--space-section);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding: 20px var(--space-page);
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(17, 10, 6, .78), rgba(17, 10, 6, .32));
    border-bottom: 1px solid rgba(255, 241, 215, .08);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}
.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(230, 189, 104, .22));
}
.brand-text {
    display: grid;
    gap: 1px;
    font-weight: 800;
    line-height: .92;
    text-transform: uppercase;
}
.brand-text small {
    color: var(--color-muted);
    font-size: .64rem;
    letter-spacing: .28em;
}
.desktop-nav {
    justify-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(16px, 3vw, 48px);
    color: rgba(255, 241, 215, .84);
    font-size: .94rem;
    font-weight: 600;
}
.desktop-nav a {
    position: relative;
    padding-block: 10px;
}
.desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--color-gold);
    transition: transform .2s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a.is-active::after { transform: scaleX(1); }
.desktop-nav a.is-active { color: var(--color-cream); }
.header-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}
.language-select {
    min-height: 42px;
    max-width: 92px;
    padding: 0 12px;
    border: 1px solid rgba(255, 241, 215, .2);
    border-radius: 999px;
    color: var(--color-cream);
    background: rgba(255, 241, 215, .08);
}
.language-select option {
    color: var(--color-night);
    background: var(--color-cream);
}
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 241, 215, .22);
    border-radius: 999px;
    color: var(--color-cream);
    background: rgba(255, 241, 215, .07);
}
.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    max-width: 100%;
    padding: 0 21px;
    border: 1px solid rgba(230, 189, 104, .2);
    border-radius: 999px;
    color: var(--color-cream);
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
    color: #160b04;
    background: linear-gradient(135deg, #f2ca72, #c9822e);
    box-shadow: 0 0 0 rgba(230, 189, 104, 0), 0 12px 30px rgba(0, 0, 0, .22);
}
.btn--primary:hover { box-shadow: var(--shadow-glow), 0 16px 38px rgba(0,0,0,.28); }
.btn--secondary {
    background: rgba(255, 241, 215, .07);
    border-color: rgba(255, 241, 215, .28);
}

.hero {
    position: relative;
    min-height: clamp(620px, 74vh, 860px);
    isolation: isolate;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(58px, 7vw, 116px) 0 clamp(38px, 5vw, 72px);
}
.hero-media {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url("../assets/game-night-hero-desktop.jpg");
    background-size: cover;
    background-position: center;
    transform-origin: center top;
    transform: scale(1.02);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 70% 25%, rgba(230, 189, 104, .33), transparent 26rem),
        linear-gradient(90deg, rgba(10, 6, 3, .72) 0%, rgba(18, 10, 6, .48) 43%, rgba(13, 7, 4, .1) 100%),
        linear-gradient(180deg, rgba(10, 6, 4, .02) 0%, rgba(17, 10, 6, .7) 100%);
}
.hero-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: clamp(48px, 6vw, 120px);
}
.hero-copy {
    flex: 1 1 600px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 680px;
    contain: layout;
}
.eyebrow {
    margin: 0 0 16px;
    color: var(--color-gold);
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .78rem;
}
h1, h2, h3 {
    margin: 0;
    font-family: var(--font-display);
    line-height: .98;
    letter-spacing: 0;
}
.hero h1 {
    max-width: min(100%, 680px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: clamp(3.7rem, 6.4vw, 7.2rem);
    line-height: .9;
    text-wrap: balance;
}
.hero-copy p {
    max-width: 560px;
    margin: 26px 0 0;
    color: rgba(255, 241, 215, .88);
    font-size: clamp(1rem, 1.25vw, 1.24rem);
    line-height: 1.7;
}
.hero-copy .hero-usp {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    width: fit-content;
    max-width: min(100%, 560px);
    margin: 0 0 18px;
    padding: 10px 14px;
    border: 1px solid rgba(230, 189, 104, .24);
    border-radius: 999px;
    color: rgba(255, 241, 215, .82);
    background:
        radial-gradient(circle at 12% 20%, rgba(230, 189, 104, .18), transparent 8rem),
        rgba(255, 241, 215, .065);
    box-shadow: inset 0 1px 0 rgba(255, 241, 215, .08), 0 12px 28px rgba(0, 0, 0, .18);
    font-size: clamp(.9rem, 1vw, 1rem);
    font-weight: 700;
    line-height: 1.35;
}
.hero-usp strong {
    color: var(--color-gold);
    font-weight: 900;
}
.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}
.hero-panel {
    position: relative;
    z-index: 1;
    flex: 0 1 445px;
    display: grid;
    gap: 18px;
    align-self: center;
    width: 100%;
    max-width: 460px;
    margin-left: 0;
    transform: none;
    padding: 22px;
    border: 1px solid rgba(255, 241, 215, .23);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(34, 21, 12, .76), rgba(29, 17, 10, .46));
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}
.hero-panel::before {
    content: "";
    position: absolute;
    right: 24px;
    top: -18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 228, 166, .96), rgba(184, 116, 37, .22) 64%, transparent 74%);
    animation: candle 3s ease-in-out infinite;
}
.table-note {
    align-self: start;
    padding: 24px;
    border-radius: var(--radius-sm);
    color: #251307;
    background: linear-gradient(145deg, #f3dba9, #cba067);
    box-shadow: 0 18px 34px rgba(0,0,0,.28);
    transform: rotate(-1.5deg);
}
.table-note strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: 1.35rem;
}
.hero-feature-card {
    display: grid;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(230, 189, 104, .2);
    border-radius: clamp(20px, 2vw, 28px);
    background:
        radial-gradient(circle at 18% 0%, rgba(230, 189, 104, .2), transparent 14rem),
        linear-gradient(180deg, rgba(27, 16, 10, .84), rgba(18, 11, 7, .68));
    box-shadow:
        inset 0 1px 0 rgba(255, 241, 215, .08),
        0 18px 46px rgba(0, 0, 0, .21),
        0 0 46px rgba(230, 189, 104, .14);
    backdrop-filter: blur(14px);
}
.hero-feature {
    display: grid;
    grid-template-columns: clamp(56px, 4.6vw, 72px) minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    min-width: 0;
    padding: clamp(18px, 2vw, 24px);
    border-bottom: 1px solid rgba(255, 241, 215, .11);
    transition: transform 250ms ease, background 250ms ease;
}
.hero-feature > div {
    min-width: 0;
}
.hero-feature:last-child { border-bottom: 0; }
.hero-feature:hover {
    transform: translateX(5px);
    background: rgba(230, 189, 104, .045);
}
.hero-feature img {
    width: clamp(56px, 4.6vw, 72px);
    height: clamp(56px, 4.6vw, 72px);
    object-fit: contain;
    filter:
        sepia(1)
        saturate(1.25)
        hue-rotate(350deg)
        brightness(1.08)
        drop-shadow(0 0 0 rgba(230, 189, 104, 0));
    transition: filter 250ms ease, transform 250ms ease;
}
.hero-feature:hover img {
    transform: scale(1.04);
    filter:
        sepia(1)
        saturate(1.45)
        hue-rotate(350deg)
        brightness(1.16)
        drop-shadow(0 0 18px rgba(230, 189, 104, .36));
}
.hero-feature h3 {
    margin: 0 0 6px;
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}
.hero-feature p {
    margin: 0;
    color: rgba(255, 241, 215, .78);
    font-size: clamp(.92rem, 1vw, 1rem);
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.spark {
    display: inline-block;
    color: var(--color-gold);
    animation: spark 2.4s ease-in-out infinite;
}

.section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}
.section-header h2,
.page-title {
    font-size: clamp(2.2rem, 4.8vw, 4.7rem);
    text-wrap: balance;
}
.section-header p,
.page-intro {
    max-width: 560px;
    color: rgba(255, 241, 215, .72);
    line-height: 1.65;
}
.games-section {
    padding-block: clamp(42px, 6vw, 84px);
    margin-top: 0;
}
.games-section .section-header {
    display: block;
    margin-bottom: clamp(40px, 5vw, 80px);
}
.games-section .section-header h2 {
    max-width: 780px;
}
.games-section .section-header p {
    max-width: 620px;
    margin: clamp(16px, 2vw, 28px) 0 0;
    font-size: clamp(1rem, 1.1vw, 1.14rem);
    line-height: 1.65;
    font-weight: 500;
    color: rgba(255, 241, 215, .68);
}
.recipes-section .section-header {
    display: block;
    margin-bottom: clamp(30px, 4vw, 48px);
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 8px 0 22px;
    color: rgba(255, 241, 215, .62);
    font-size: .9rem;
    font-weight: 700;
}
.breadcrumbs a {
    color: var(--color-gold);
}
.seo-game-hero {
    padding-block: clamp(44px, 7vw, 96px);
}
.seo-game-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: clamp(24px, 5vw, 72px);
    align-items: start;
}
.seo-copy {
    display: grid;
    gap: 18px;
    max-width: 78ch;
    color: rgba(255, 241, 215, .78);
    line-height: 1.75;
}
.seo-copy h2 {
    margin-top: 20px;
    color: var(--color-cream);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.seo-side-card {
    position: sticky;
    top: 96px;
    padding: 22px;
    border: 1px solid rgba(255, 241, 215, .16);
    border-radius: var(--radius-md);
    background: rgba(255, 241, 215, .07);
    box-shadow: var(--shadow-soft);
}
.seo-side-card img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    margin-bottom: 16px;
}
.seo-side-card ul {
    display: grid;
    gap: 9px;
    margin: 18px 0;
    color: rgba(255, 241, 215, .76);
}
.recipes-section .section-header h2 {
    max-width: 760px;
}
.recipes-section .section-header > p {
    max-width: 68ch;
    margin: clamp(14px, 1.8vw, 22px) 0 0;
    color: rgba(255, 241, 215, .7);
    font-size: clamp(.98rem, 1.04vw, 1.1rem);
    font-weight: 500;
    line-height: 1.75;
}
.game-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.game-card {
    position: relative;
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 241, 215, .18);
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, rgba(255, 241, 215, .155), rgba(255, 241, 215, .065));
    box-shadow: var(--shadow-soft);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.game-card--unavailable {
    opacity: .78;
    filter: saturate(.72);
    cursor: not-allowed;
}
.game-card:hover,
.game-card:focus-visible {
    transform: translateY(-7px);
    border-color: rgba(230, 189, 104, .42);
    background: linear-gradient(160deg, rgba(255, 241, 215, .2), rgba(255, 241, 215, .08));
}
.game-card--unavailable:hover {
    transform: none;
    border-color: rgba(255, 241, 215, .18);
    background: linear-gradient(160deg, rgba(255, 241, 215, .155), rgba(255, 241, 215, .065));
}
.game-card:focus-visible,
.warm-card:focus-visible {
    outline: 3px solid rgba(230, 189, 104, .72);
    outline-offset: 4px;
}
.game-card::before {
    content: "";
    position: absolute;
    inset: -40% -20% auto auto;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgba(230, 189, 104, .19);
    filter: blur(18px);
}
.game-icon {
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,.24));
}
.game-card > div:nth-of-type(2) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}
.game-card h3 {
    margin-bottom: 12px;
    font-size: 1.65rem;
}
.game-card p {
    flex: 1 1 auto;
    margin: 0;
    color: rgba(255, 241, 215, .74);
    line-height: 1.55;
}
.meta {
    display: inline-flex;
    width: fit-content;
    margin-top: 18px;
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--color-gold);
    background: rgba(230, 189, 104, .1);
    font-weight: 800;
    font-size: .82rem;
}
.card-cta {
    align-self: flex-start;
    margin-top: auto;
    color: var(--color-gold);
    font-weight: 800;
}
.status-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    max-width: calc(100% - 36px);
    padding: 7px 10px;
    border: 1px solid rgba(230, 189, 104, .5);
    border-radius: 999px;
    color: #160b04;
    background: linear-gradient(135deg, #f2ca72, #c9822e);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
    font-size: .74rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.about-section {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 241, 215, .2), transparent 24rem),
        linear-gradient(180deg, rgba(255, 241, 215, .085), rgba(255, 241, 215, .04));
}
.about-layout {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: center;
}
.visual-block {
    position: relative;
    min-height: 420px;
    border: 1px solid rgba(255, 241, 215, .13);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 25%, rgba(230, 189, 104, .36), transparent 10rem),
        linear-gradient(145deg, #2f1b0e, #684020 58%, #170c07);
    box-shadow: var(--shadow-soft);
}
.visual-block::before {
    content: "";
    position: absolute;
    inset: 34px;
    border-radius: var(--radius-md);
    background-image: url("../assets/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(55%, 220px);
    filter: drop-shadow(0 0 28px rgba(255, 221, 149, .22));
}
.visual-note {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: min(220px, 54%);
    padding: 18px;
    border-radius: var(--radius-sm);
    color: #241307;
    background: var(--color-paper);
    box-shadow: 0 14px 26px rgba(0,0,0,.26);
    transform: rotate(2deg);
}
.copy-stack {
    display: grid;
    gap: 18px;
    max-width: 68ch;
}
.about-section .page-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 4vw, 4rem);
}
.about-message {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    max-width: 72ch;
    margin-top: 4px;
}
.copy-stack p {
    color: rgba(255, 241, 215, .78);
    font-size: clamp(1.02rem, 1.08vw, 1.13rem);
    line-height: 1.9;
}
.about-message p {
    margin: 0;
    color: rgba(255, 241, 215, .82);
}

.warm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.warm-card {
    min-height: 230px;
    display: grid;
    align-content: space-between;
    padding: 24px;
    border: 1px solid rgba(255, 241, 215, .18);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(255, 241, 215, .14), rgba(255, 241, 215, .065)),
        rgba(33, 20, 12, .82);
    box-shadow: var(--shadow-soft);
    transition: transform .22s ease, border-color .22s ease;
}
.warm-card:hover,
.warm-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(230, 189, 104, .36);
}
.warm-card .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    object-fit: contain;
}
.warm-card h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.warm-card p {
    color: rgba(255, 241, 215, .72);
    line-height: 1.55;
}
.warm-card span {
    margin-top: 22px;
    color: var(--color-gold);
    font-weight: 800;
}

.community-section {
    padding-block: var(--space-section);
    background:
        radial-gradient(circle at 50% 0%, rgba(230, 189, 104, .25), transparent 30rem),
        linear-gradient(135deg, rgba(54, 62, 38, .58), rgba(91, 45, 30, .42));
}
.community-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: clamp(26px, 5vw, 56px);
    border: 1px solid rgba(230, 189, 104, .2);
    border-radius: var(--radius-lg);
    background: rgba(21, 13, 8, .54);
    box-shadow: var(--shadow-soft);
}
.community-panel p {
    max-width: 720px;
    color: rgba(255, 241, 215, .78);
    line-height: 1.7;
}

.subpage-main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    flex: 1 0 auto;
    min-height: 0;
    padding-block: clamp(64px, 8vw, 116px);
    background: transparent;
}
.subpage-main::before {
    content: "";
    position: absolute;
    inset: -12rem -8rem;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 36%, rgba(255, 241, 215, .11), transparent 24rem),
        radial-gradient(circle at 78% 72%, rgba(230, 189, 104, .14), transparent 26rem),
        linear-gradient(180deg, transparent 0%, rgba(19, 12, 8, .12) 82%, rgba(19, 12, 8, .22) 100%);
    filter: blur(10px);
}
.subpage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}
.subpage-card {
    padding: 26px;
    border: 1px solid rgba(255, 241, 215, .18);
    border-radius: var(--radius-md);
    background: rgba(255, 241, 215, .09);
}
.subpage-card h2 { font-size: 1.7rem; margin-bottom: 12px; }
.subpage-card p, .subpage-card li {
    color: rgba(255, 241, 215, .76);
    line-height: 1.6;
}
.subpage-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.recipe-page .container {
    width: min(calc(100% - var(--space-page) * 2), 1320px);
}
.recipe-page__intro {
    max-width: 780px;
}
.recipe-filter-panel {
    display: grid;
    gap: 18px;
    margin-top: clamp(30px, 4vw, 48px);
    padding: clamp(18px, 2.4vw, 26px);
    border: 1px solid rgba(255, 241, 215, .16);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(255, 241, 215, .13), rgba(255, 241, 215, .06)),
        rgba(30, 18, 10, .82);
    box-shadow: var(--shadow-soft);
}
.recipe-filter-panel__top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}
.recipe-filter-panel h2 {
    margin: 0 0 6px;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.recipe-filter-panel p {
    margin: 0;
    color: rgba(255, 241, 215, .72);
}
.filter-clear,
.filter-chip {
    min-height: 38px;
    border: 1px solid rgba(255, 241, 215, .2);
    border-radius: 999px;
    color: var(--color-cream);
    font: inherit;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    background: rgba(255, 241, 215, .07);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.filter-clear {
    flex: 0 0 auto;
    padding: 0 15px;
    color: rgba(255, 241, 215, .78);
}
.filter-chip {
    padding: 0 14px;
}
.filter-clear:hover,
.filter-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(230, 189, 104, .42);
}
.filter-chip.is-active {
    color: #160b04;
    border-color: rgba(230, 189, 104, .72);
    background: linear-gradient(135deg, #f2ca72, #c9822e);
}
.filter-clear:focus-visible,
.filter-chip:focus-visible {
    outline: 3px solid rgba(230, 189, 104, .72);
    outline-offset: 3px;
}
.recipe-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.recipe-search {
    display: grid;
    gap: 8px;
    max-width: 520px;
}
.recipe-search span {
    color: rgba(255, 241, 215, .7);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}
.recipe-search input {
    width: 100%;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(255, 241, 215, .2);
    border-radius: 999px;
    color: var(--color-cream);
    font: inherit;
    background: rgba(255, 241, 215, .08);
}
.recipe-search input::placeholder {
    color: rgba(255, 241, 215, .48);
}
.recipe-search input:focus {
    outline: 3px solid rgba(230, 189, 104, .62);
    outline-offset: 3px;
}
.recipe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 14px;
    margin-top: 24px;
}
.recipe-card {
    display: grid;
    gap: 14px;
    align-content: start;
    min-width: 0;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgba(255, 241, 215, .16);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 100% 0%, rgba(230, 189, 104, .16), transparent 16rem),
        linear-gradient(180deg, rgba(255, 241, 215, .12), rgba(255, 241, 215, .055)),
        rgba(31, 19, 12, .84);
    box-shadow: var(--shadow-soft);
}
.recipe-card[hidden] {
    display: none;
}
.recipe-card h2 {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}
.recipe-card p {
    margin: 0;
    color: rgba(255, 241, 215, .75);
    line-height: 1.5;
}
.recipe-card__top {
    display: grid;
    gap: 12px;
}
.recipe-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}
.recipe-meta div {
    padding: 10px;
    border: 1px solid rgba(255, 241, 215, .13);
    border-radius: var(--radius-sm);
    background: rgba(255, 241, 215, .06);
}
.recipe-meta dt {
    color: rgba(255, 241, 215, .58);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}
.recipe-meta dd {
    margin: 4px 0 0;
    color: var(--color-cream);
    font-weight: 800;
}
.recipe-yield-note {
    color: rgba(255, 241, 215, .58) !important;
    font-size: .9rem;
}
.recipe-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.recipe-tags span {
    padding: 5px 8px;
    border: 1px solid rgba(230, 189, 104, .24);
    border-radius: 999px;
    color: var(--color-gold);
    background: rgba(230, 189, 104, .08);
    font-size: .78rem;
    font-weight: 800;
}
.recipe-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 14px;
}
.recipe-detail-grid section {
    min-width: 0;
}
.recipe-detail-grid h3 {
    margin: 0 0 10px;
    color: var(--color-paper);
    font-family: var(--font-body);
    font-size: .95rem;
    text-transform: uppercase;
}
.recipe-detail-grid ul,
.recipe-detail-grid ol {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 20px;
    color: rgba(255, 241, 215, .76);
    line-height: 1.48;
}
.recipe-detail-grid p {
    color: rgba(255, 241, 215, .76);
    line-height: 1.6;
}
.recipe-empty {
    margin: 24px 0 0;
    padding: 18px;
    border: 1px solid rgba(255, 241, 215, .16);
    border-radius: var(--radius-sm);
    color: rgba(255, 241, 215, .78);
    background: rgba(255, 241, 215, .07);
}
.story-page .container {
    max-width: 880px;
}
.story-page .page-title {
    max-width: 12ch;
}
.story-content {
    display: grid;
    gap: clamp(16px, 2vw, 22px);
    margin-top: clamp(30px, 4vw, 48px);
    max-width: 76ch;
}
.story-content p {
    margin: 0;
    color: rgba(255, 241, 215, .8);
    font-size: clamp(1.02rem, 1.05vw, 1.13rem);
    line-height: 1.85;
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) 1fr 1fr;
    gap: 28px;
    padding: 44px var(--space-page);
    border-top: 1px solid rgba(255, 255, 255, .05);
    background: transparent;
}
.footer-copy {
    max-width: 350px;
    color: rgba(255, 241, 215, .72);
    line-height: 1.55;
}
.footer-nav,
.social-list {
    display: grid;
    align-content: start;
    gap: 10px;
}
.footer-nav a,
.social-list a {
    color: rgba(255, 241, 215, .78);
    font-weight: 700;
}
.footer-nav a:hover,
.footer-nav a.is-active,
.social-list a:hover { color: var(--color-gold); }
.copyright {
    margin-top: 22px;
    color: rgba(255, 241, 215, .5);
    font-size: .88rem;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    justify-items: end;
    background: rgba(10, 6, 4, .5);
}
.mobile-menu[hidden] { display: none; }
.mobile-panel {
    width: min(100%, 430px);
    min-height: 100%;
    padding: 24px;
    color: var(--color-cream);
    background: #1d110a;
    box-shadow: -20px 0 60px rgba(0,0,0,.38);
}
.mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.menu-close {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 241, 215, .2);
    border-radius: 999px;
    color: var(--color-cream);
    background: rgba(255, 241, 215, .07);
}
.mobile-nav {
    display: grid;
    gap: 8px;
    margin-top: 36px;
}
.mobile-nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 241, 215, .1);
    font-family: var(--font-display);
    font-size: 1.65rem;
}
.mobile-nav a.is-active { color: var(--color-gold); }

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .62s ease, transform .62s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: none;
}
@keyframes candle {
    0%, 100% { transform: scale(.96); opacity: .72; }
    50% { transform: scale(1.08); opacity: 1; }
}
@keyframes spark {
    0%, 100% { transform: rotate(-6deg) scale(1); }
    50% { transform: rotate(8deg) scale(1.16); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 1100px) {
    .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .seo-game-layout { grid-template-columns: 1fr; }
    .seo-side-card {
        position: static;
        max-width: 520px;
    }
    .hero-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }
    .hero-copy {
        max-width: 680px;
    }
    .hero h1 {
        max-width: min(100%, 680px);
        font-size: clamp(3.2rem, 13vw, 6rem);
    }
    .hero-panel {
        justify-self: start;
        flex-basis: auto;
        max-width: 580px;
    }
}
@media (max-width: 860px) {
    .site-frame {
        min-height: 100vh;
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .site-header {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }
    .desktop-nav, .header-actions .btn { display: none; }
    .header-actions { justify-self: end; }
    .menu-toggle { display: block; }
    .brand img { width: 44px; height: 44px; }
    .brand-text { font-size: .86rem; }
    .hero {
        min-height: auto;
        align-items: center;
        padding: 86px 0 54px;
    }
    .hero-media {
        background-image: url("../assets/game-night-hero-mobile.jpg");
        background-position: center top;
        opacity: .76;
    }
    .hero::before {
        background:
            linear-gradient(180deg, rgba(10,6,4,.32), rgba(17,10,6,.8) 58%, #190f08 100%),
            linear-gradient(90deg, rgba(10, 6, 3, .66), rgba(12, 7, 4, .12));
    }
    .hero h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
    .hero-copy .hero-usp {
        order: 3;
        margin: 18px 0 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .hero-copy h1 { order: 1; }
    .hero-copy > p:not(.hero-usp) { order: 2; }
    .hero-copy .button-row { order: 4; }
    .button-row { display: grid; }
    .button-row .btn { width: min(100%, 340px); }
    .section-header {
        display: grid;
        align-items: start;
    }
    .about-layout,
    .community-panel,
    .site-footer,
    .recipe-grid,
    .recipe-detail-grid,
    .subpage-grid {
        grid-template-columns: 1fr;
    }
    .warm-grid { grid-template-columns: 1fr; }
    .recipe-filter-panel__top {
        display: grid;
        align-items: start;
    }
}
@media (max-width: 620px) {
    :root { --space-page: 18px; --space-section: 58px; }
    .language-select { max-width: 78px; min-height: 38px; padding-inline: 9px; }
    .game-grid { grid-template-columns: 1fr; }
    .game-card { min-height: 360px; }
    .hero-panel { padding: 16px; }
    .table-note { padding: 18px; }
    .visual-block { min-height: 320px; }
    .visual-note {
        left: 18px;
        right: 18px;
        width: auto;
    }
    .recipe-meta {
        grid-template-columns: 1fr;
    }
    .filter-clear {
        width: 100%;
    }
    .community-panel .btn { width: 100%; }
}
