:root {
    --ink: #21201d;
    --muted: #635f56;
    --paper: #f7f3ec;
    --white: #fffdf8;
    --brick: #8f3f2c;
    --sage: #516b58;
    --gold: #c69c4a;
    --line: #ded4c5;
    --shadow: 0 18px 48px rgba(33, 32, 29, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.6;
}

a {
    color: var(--brick);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 4vw, 54px);
    background: rgba(255, 253, 248, 0.95);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
}

.brand:hover {
    text-decoration: none;
}

.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: var(--brick);
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-family: Arial, sans-serif;
}

.nav-item {
    position: relative;
}

.site-nav a {
    display: block;
    padding: 9px 12px;
    color: var(--ink);
    border-bottom: 2px solid transparent;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--brick);
    text-decoration: none;
    border-bottom-color: var(--gold);
}

.sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 190px;
    padding: 8px 0;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(33, 32, 29, 0.14);
}

.sub-nav a {
    padding: 9px 14px;
    border-bottom: 0;
    white-space: nowrap;
}

.nav-item:hover .sub-nav,
.nav-item:focus-within .sub-nav {
    display: block;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    background: var(--white);
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.hero {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
    align-items: center;
    gap: clamp(24px, 5vw, 70px);
    min-height: 58vh;
    padding: clamp(38px, 6vw, 86px) clamp(18px, 6vw, 82px);
    background:
        linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.9) 48%, rgba(247, 243, 236, 0.66) 100%),
        url("/assets/img/champion-house-hero.png") center / cover no-repeat;
    border-bottom: 1px solid var(--line);
}

.hero-copy {
    max-width: 760px;
}

.breadcrumb {
    margin: 0 0 12px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.breadcrumb span {
    margin: 0 8px;
    color: var(--gold);
}

h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.95;
    font-weight: 500;
}

h2 {
    margin: 34px 0 12px;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.1;
    font-weight: 500;
}

h3 {
    margin: 28px 0 8px;
    font-size: 22px;
}

.hero-copy p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(18px, 2.4vw, 24px);
}

.hero-art {
    position: relative;
    width: min(100%, 410px);
    aspect-ratio: 0.78;
    margin-inline: auto;
    background:
        linear-gradient(90deg, transparent 47%, rgba(255,255,255,0.35) 47% 53%, transparent 53%),
        linear-gradient(#9f4935, #7f3427);
    border: 8px solid #603327;
    box-shadow: var(--shadow);
}

.hero-art::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 72%;
    height: 24%;
    background: #603327;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.hero-art::after {
    content: "";
    position: absolute;
    inset: 16% 13%;
    background:
        linear-gradient(90deg, transparent 45%, #603327 45% 55%, transparent 55%),
        linear-gradient(transparent 46%, #603327 46% 56%, transparent 56%);
    background-size: 42% 28%;
    background-position: 0 0, 0 0;
}

.hero-art .door {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24%;
    height: 34%;
    background: #38231d;
    transform: translateX(-50%);
}

.hero-art .steps {
    position: absolute;
    left: 33%;
    right: 33%;
    bottom: -34px;
    height: 34px;
    background: repeating-linear-gradient(to bottom, #b9aa98 0 8px, #988875 8px 11px);
}

.content-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: clamp(24px, 5vw, 70px);
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 86px) clamp(18px, 5vw, 44px);
}

.content-band.no-sidebar {
    display: block;
}

.content-band.no-sidebar .page-article {
    max-width: 1180px;
    margin: 0 auto;
}

.page-article {
    min-width: 0;
    color: #2a2824;
    font-size: 19px;
}

.page-article p:first-child {
    margin-top: 0;
}

.page-article ul,
.page-article ol {
    padding-left: 22px;
}

.page-article li + li {
    margin-top: 8px;
}

.timeline {
    display: grid;
    gap: 18px;
    margin: 30px 0;
}

.timeline article {
    padding: 20px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 5px solid var(--brick);
    box-shadow: 0 10px 28px rgba(33, 32, 29, 0.06);
}

.timeline h2,
.timeline h3 {
    margin-top: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0;
}

.feature-card {
    padding: 22px;
    background: var(--white);
    border: 1px solid var(--line);
}

.feature-card h2,
.feature-card h3 {
    margin-top: 0;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: var(--white);
}

.spec-table th,
.spec-table td {
    padding: 12px 14px;
    text-align: left;
    border: 1px solid var(--line);
    vertical-align: top;
}

.spec-table th {
    width: 34%;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-panel {
    align-self: start;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 12px 32px rgba(33, 32, 29, 0.08);
}

.sidebar-panel h2,
.sidebar-panel h3 {
    margin-top: 0;
}

.faq-content {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr 1.4fr auto;
    gap: 24px;
    padding: 34px clamp(18px, 4vw, 54px);
    color: #f8f2e8;
    background: #2f2924;
    font-family: Arial, sans-serif;
}

.site-footer p {
    margin: 6px 0 0;
    color: #d5c9b8;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.site-footer a {
    color: #f5db9e;
}

.copyright {
    text-align: right;
}

@media (max-width: 820px) {
    .site-header {
        align-items: flex-start;
    }

    .nav-toggle {
        display: block;
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        display: none;
        justify-content: flex-start;
        padding: 12px 18px 18px;
        background: var(--white);
        border-bottom: 1px solid var(--line);
    }

    .site-nav.is-open {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .sub-nav {
        position: static;
        display: block;
        min-width: 0;
        padding: 0 0 0 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .hero,
    .content-band,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-art {
        max-width: 270px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .copyright {
        text-align: left;
    }
}
