: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.92) 48%, rgba(247, 243, 236, 0.72) 100%),
        url("/assets/img/champion-house-home.jpg") 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 {
    width: min(100%, 520px);
    aspect-ratio: 310 / 214;
    margin-inline: auto;
    background: url("/assets/img/champion-house-home.jpg") center / cover no-repeat;
    border: 1px solid rgba(20, 18, 15, 0.88);
    box-shadow: 0 18px 42px rgba(33, 32, 29, 0.24);
}

.hero-art::before {
    display: none;
}

.hero-art::after {
    display: none;
}

.hero-history .hero-art {
    width: min(100%, 410px);
    aspect-ratio: 0.78;
    background: url("/assets/img/front-entry.jpg") center / cover no-repeat;
}

.hero-blog .hero-art {
    width: min(100%, 520px);
    aspect-ratio: 4 / 3;
    background: url("/assets/img/blog-music-room.jpg") center / cover no-repeat;
}

.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;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 30px 0;
}

.gallery-card {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(33, 32, 29, 0.08);
}

.gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-card figcaption {
    padding: 14px 16px 16px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.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-notes {
    margin-top: 14px;
    font-size: 14px;
}

.site-footer-notes p {
    margin-top: 4px;
}

.site-footer-notes a {
    color: #f8e9bc;
}

.site-footer-center {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

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

.site-footer-promo {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer-promo a {
    color: #f8e9bc;
    font-weight: 700;
}

.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;
    }
}
