:root {
    --ink: #151515;
    --muted: #707070;
    --line: #e8e8e8;
    --soft: #f7f8f7;
    --green: #55d476;
    --green-dark: #1c9c4a;
    --orange: #ff5b2f;
    --shadow: 0 18px 50px rgba(18, 34, 24, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(0,0,0,.06);
    backdrop-filter: blur(16px);
}
.nav-wrap {
    width: min(1180px, calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
.brand span { white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { color: #333; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--orange); }
.site-nav .nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff; background: var(--green-dark); }
.menu-button { display: none; border: 0; background: transparent; font-size: 24px; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero { padding: 82px 0 96px; background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--green-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(42px, 6vw, 78px); line-height: 1.02; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 54px); line-height: 1.06; letter-spacing: -.05em; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.15; letter-spacing: -.03em; }
.lead { max-width: 620px; margin-bottom: 28px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27, 156, 74, .18); }
.button-primary { color: #fff; background: var(--green-dark); }
.button-secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.hero-media { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.hero-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.section { padding: 96px 0; }
.section-muted { background: var(--soft); }
.section-head { max-width: 690px; margin-bottom: 42px; }
.section-head p { color: var(--muted); font-size: 17px; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.split.reverse { grid-template-columns: 1.08fr .92fr; }
.split-image { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.split-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.fact { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.fact strong { display: block; margin-bottom: 4px; font-size: 20px; }
.fact span { color: var(--muted); font-size: 13px; }
.game-card { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.game-icon { width: 150px; height: 150px; border-radius: 28px; box-shadow: 0 12px 26px rgba(255, 91, 47, .24); }
.game-card p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; }
.tag { padding: 7px 12px; border-radius: 999px; color: #256f3d; background: #eaf9ee; font-size: 13px; font-weight: 700; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #eee; box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.gallery img { width: 100%; aspect-ratio: 1 / 1.75; object-fit: cover; transition: transform .3s ease; }
.gallery figure:hover img { transform: scale(1.03); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.info-card p { margin-bottom: 0; color: var(--muted); }
.cta { padding: 60px; border-radius: 30px; background: var(--green); }
.cta p { max-width: 650px; color: #164f2c; font-size: 18px; }
.cta .button-secondary { border-color: rgba(0,0,0,.08); }
.page-hero { padding: 86px 0 70px; background: var(--soft); }
.page-hero h1 { max-width: 760px; }
.contact-hero { background: #fff; }
.contact-hero-art { display: flex; align-items: center; justify-content: center; min-height: 300px; }
.contact-hero-art img { width: min(100%, 430px); max-height: 330px; object-fit: contain; }
.contact-grid, .role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card, .role-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.contact-card p, .role-card p { margin-bottom: 0; color: var(--muted); }
.contact-card a { color: var(--green-dark); font-weight: 800; word-break: break-word; }
.address { padding: 24px; border-radius: 18px; background: #f0fbf2; color: #23663a; }
.form-panel { padding: clamp(26px, 5vw, 56px); border-radius: 28px; background: #f7f9fb; }
.form-panel h2 { margin-bottom: 28px; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { color: #64718a; font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 16px; border: 1px solid #dce3ec; border-radius: 8px; background: #fff; color: var(--ink); font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(85, 212, 118, .22); border-color: var(--green-dark); }
.contact-form button { justify-self: end; border: 0; cursor: pointer; }
.form-help { margin: 0; color: var(--muted); font-size: 13px; }
.small-note { color: var(--muted); font-size: 13px; }
.legal { max-width: 820px; }
.legal h2 { margin: 46px 0 14px; font-size: 26px; line-height: 1.2; letter-spacing: -.02em; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin: 28px 0 8px; font-size: 18px; letter-spacing: -.01em; }
.legal p { margin-bottom: 14px; color: #3d443f; font-size: 16px; }
.legal ul { padding-left: 20px; margin: 0 0 14px; color: #3d443f; font-size: 16px; }
.legal li + li { margin-top: 6px; }
.legal a { color: var(--green-dark); font-weight: 700; word-break: break-word; }
.legal-note { padding: 22px 24px; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 14px; background: var(--soft); }
.legal-note p:last-child { margin-bottom: 0; }
.site-footer { padding: 42px 0 26px; color: #dce7de; background: #173522; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; }
.site-footer h3 { color: #fff; font-size: 16px; }
.site-footer p, .site-footer li { color: #b9cbbd; font-size: 14px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li + li { margin-top: 6px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.15); color: #9fb6a4; font-size: 12px; }
@media (max-width: 860px) {
    .site-nav { gap: 16px; font-size: 12px; }
    .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; gap: 38px; }
    .hero { padding-top: 54px; }
    .card-grid, .contact-grid, .role-grid { grid-template-columns: 1fr; }
    .game-card { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .container, .nav-wrap { width: min(100% - 32px, 1180px); }
    .site-nav a:not(.nav-cta) { display: none; }
    .site-nav { gap: 8px; }
    .hero { padding-bottom: 66px; }
    .section { padding: 68px 0; }
    .facts { grid-template-columns: 1fr; }
    .cta { padding: 34px 24px; }
    .footer-grid { grid-template-columns: 1fr; }
}
