@font-face {
    font-family: "Germania One";
    src: url("/assets/fonts/germania-one-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    color-scheme: dark;
    --ink: #0d0d0d;
    --ink-soft: #171313;
    --paper: #f7f4f2;
    --muted: #c7c0bc;
    --accent: #ff5107;
    --rose: #2b161b;
    --line: rgba(255, 81, 7, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    background: var(--ink);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--ink);
    color: var(--paper);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

a:hover,
a:focus-visible {
    color: var(--paper);
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    background: var(--paper);
    color: var(--ink);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.hero {
    padding: 0 0 86px;
    overflow: hidden;
    background: var(--ink);
}

.hero-title-panel {
    position: relative;
    display: grid;
    min-height: 490px;
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    place-content: center;
    overflow: hidden;
    padding: 90px 120px 120px;
    background: #090909;
    border: 30px solid var(--ink);
    border-top: 0;
    border-radius: 0 0 30vw 30vw;
    box-shadow: 0 0 0 1px var(--accent);
    text-align: center;
}

.section-divider,
.interior-hero > img {
    width: 43px;
    margin: 0 auto 20px;
    filter: sepia(1) saturate(12) hue-rotate(330deg) brightness(1.18);
}

.hero h1,
.interior-hero h1 {
    margin: 0;
    color: var(--accent);
    font-family: "Germania One", Georgia, serif;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    font-size: 104px;
}

.hero-motto {
    margin: 0 0 14px;
    color: var(--paper);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.teaser-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr) minmax(0, 1fr);
    gap: 54px;
    align-items: center;
    width: min(calc(100% - 80px), 1360px);
    margin: 0 auto;
    padding: 48px 5vw 18px;
}

.teaser-column img {
    width: 42px;
    margin-bottom: 13px;
    filter: sepia(1) saturate(12) hue-rotate(330deg) brightness(1.18);
}

.teaser-column h2 {
    margin: 0 0 12px;
    color: var(--paper);
    font-size: 19px;
    line-height: 1.4;
}

.teaser-column p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.8;
}

.teaser-column-right {
    text-align: right;
}

.teaser-column-right img {
    margin-left: auto;
}

.hero-facts {
    display: grid;
    justify-items: center;
    gap: 9px;
    color: var(--accent);
    text-align: center;
    text-transform: uppercase;
}

.hero-facts strong {
    font-family: "Germania One", Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}

.hero-facts span {
    width: 24px;
    height: 2px;
    margin-top: 8px;
    background: #d9d9d9;
}

.hero-ornament {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 83px;
    opacity: 0.7;
    transform: translateY(-50%);
}

.hero-ornament-left {
    left: 5vw;
}

.hero-ornament-right {
    right: 5vw;
    transform: translateY(-50%) scaleX(-1);
}

.section-inner {
    width: min(calc(100% - 48px), 1120px);
    margin: 0 auto;
}

.about-band {
    padding: 44px 0 104px;
    background: var(--ink);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
    align-items: start;
}

.about-content {
    padding-left: 8vw;
}

.about-photo {
    position: relative;
}

.about-photo img {
    width: 100%;
    filter: grayscale(1) contrast(1.08) brightness(0.86);
}

.about-photo h2 {
    position: absolute;
    bottom: 54px;
    left: -8vw;
    margin: 0;
    color: var(--paper);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-copy {
    position: relative;
    max-width: 980px;
    margin-top: 46px;
    padding-left: 60px;
}

.about-copy::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 120px;
    background: var(--accent);
}

.about-copy p {
    margin: 0;
    color: #ded7d3;
    font-size: 16px;
    line-height: 1.8;
}

.about-copy p + p {
    margin-top: 20px;
}

.after-dark {
    padding: 38px 24px 40px;
    background: #121010;
    border-top: 1px solid rgba(255, 81, 7, 0.38);
    border-bottom: 1px solid rgba(255, 81, 7, 0.38);
}

.after-dark-layout {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 2fr);
    align-items: center;
    gap: 54px;
    max-width: 980px;
}

.after-dark-heading img {
    width: 43px;
    margin-bottom: 12px;
}

.after-dark-heading h2 {
    margin: 0;
    color: var(--accent);
    font-family: "Germania One", Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.after-dark-copy p {
    margin: 0;
    color: #ded7d3;
    font-size: 16px;
    line-height: 1.75;
}

.after-dark-copy p + p {
    margin-top: 14px;
}

.after-dark-copy a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.after-dark-copy a:hover,
.after-dark-copy a:focus-visible {
    color: var(--paper);
}

.events-band {
    padding: 44px 24px 74px;
    background: var(--ink);
    text-align: center;
}

.events-rule {
    display: block;
    width: min(100%, 1380px);
    height: 1px;
    margin: 0 auto 52px;
    background: var(--accent);
}

.events-band h2 {
    margin: 0;
    color: var(--accent);
    font-family: "Germania One", Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.testimonials {
    padding: 84px 0 90px;
    background: var(--rose);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-shell {
    max-width: 1120px;
}

.quote-mark {
    height: 58px;
    color: var(--accent);
    font-family: Georgia, serif;
    font-size: 88px;
    line-height: 1;
    text-align: center;
}

.testimonial-stage {
    display: grid;
    align-items: start;
}

.testimonial {
    margin: 0;
    text-align: center;
}

.is-enhanced .testimonial {
    grid-area: 1 / 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.is-enhanced .testimonial.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.testimonial p {
    margin: 0;
    color: var(--paper);
    font-family: "Germania One", Georgia, serif;
    font-size: 29px;
    line-height: 1.42;
}

.testimonial footer {
    margin-top: 28px;
    color: var(--accent);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 36px;
}

.testimonial-controls[hidden] {
    display: none;
}

.testimonial-controls button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--accent);
    border-radius: 50%;
    background: transparent;
    color: var(--paper);
    font: inherit;
    cursor: pointer;
}

.testimonial-controls button:hover,
.testimonial-controls button:focus-visible {
    background: var(--accent);
    color: var(--ink);
}

.testimonial-controls span {
    min-width: 54px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 116px;
    padding: 14px max(28px, calc((100% - 1180px) / 2));
    background: #090909;
    border-bottom: 1px solid var(--line);
}

.site-logo {
    width: 178px;
    height: 90px;
    overflow: hidden;
}

.site-logo img {
    width: 178px;
    height: 102px;
    object-fit: cover;
    filter: invert(1) grayscale(1) contrast(1.25);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-nav a {
    color: var(--paper);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--accent);
}

.interior-main {
    min-height: 60vh;
}

.interior-hero {
    position: relative;
    padding: 84px 24px 76px;
    overflow: hidden;
    background: #0a0a0a;
    border-bottom: 1px solid var(--accent);
    text-align: center;
}

.interior-hero::before,
.interior-hero::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: var(--line);
}

.interior-hero::before {
    left: 0;
}

.interior-hero::after {
    right: 0;
}

.interior-hero h1 {
    font-size: 72px;
}

.interior-content {
    width: min(calc(100% - 48px), 960px);
    margin: 0 auto;
    padding: 82px 0 100px;
}

.interior-content h2 {
    margin: 0 0 36px;
    color: var(--paper);
    font-family: "Germania One", Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
}

.feature-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: performance-items;
}

.feature-list li {
    position: relative;
    padding: 24px 18px 24px 72px;
    color: #ded7d3;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    counter-increment: performance-items;
}

.feature-list li::before {
    content: counter(performance-items, decimal-leading-zero);
    position: absolute;
    top: 22px;
    left: 10px;
    color: var(--accent);
    font-family: "Germania One", Georgia, serif;
    font-size: 24px;
}

.feature-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.press-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.press-links > * {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    color: var(--paper);
    border-right: 1px solid var(--line);
    text-align: center;
}

.press-links > *:last-child {
    border-right: 0;
}

.press-links a {
    font-family: "Germania One", Georgia, serif;
    font-size: 26px;
}

.press-links strong {
    color: var(--accent);
    font-family: "Germania One", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
}

.press-links span {
    color: var(--muted);
    font-size: 13px;
}

.prose-content {
    max-width: 840px;
}

.prose-content p {
    margin: 0 0 28px;
    color: #ded7d3;
}

.prose-content .lead {
    color: var(--paper);
    font-family: "Germania One", Georgia, serif;
    font-size: 31px;
    line-height: 1.45;
}

.prose-content h2 {
    margin: 64px 0 18px;
    color: var(--accent);
    font-size: 34px;
}

.not-found {
    text-align: center;
}

.site-footer {
    padding: 52px 24px 46px;
    background: #090909;
    border-top: 1px solid rgba(255, 81, 7, 0.35);
    text-align: center;
}

.footer-ornament {
    width: 220px;
    margin: 0 auto;
    opacity: 0.65;
    filter: sepia(1) saturate(7) hue-rotate(330deg) brightness(1.1);
}

.footer-motto {
    margin: 16px 0 22px;
    color: var(--paper);
    font-family: "Germania One", Georgia, serif;
    font-size: 22px;
    text-transform: uppercase;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
}

.site-footer nav a {
    color: var(--muted);
    font-size: 13px;
}

@media (max-width: 900px) {
    .hero-title-panel {
        min-height: 410px;
        padding: 80px 90px 104px;
    }

    .hero h1 {
        font-size: 72px;
    }

    .teaser-grid {
        grid-template-columns: minmax(0, 1fr) minmax(190px, 0.7fr) minmax(0, 1fr);
        gap: 28px;
        width: min(calc(100% - 40px), 1360px);
        padding-right: 12px;
        padding-left: 12px;
    }

    .teaser-column p {
        font-size: 15px;
    }

    .hero-facts strong {
        font-size: 32px;
    }

    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-space {
        display: none;
    }

    .about-content {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-photo h2 {
        bottom: 34px;
        left: -10px;
        font-size: 56px;
    }

    .site-header {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 22px;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 22px;
    }

    .press-links {
        grid-template-columns: 1fr;
    }

    .press-links > * {
        min-height: 140px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .press-links > *:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .hero {
        padding-bottom: 62px;
    }

    .hero-title-panel {
        min-height: 320px;
        width: calc(100% - 20px);
        margin-bottom: 22px;
        padding: 62px 28px 82px;
        border-width: 14px;
        border-top-width: 0;
        border-radius: 0 0 44vw 44vw;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-motto {
        font-size: 12px;
    }

    .teaser-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(calc(100% - 40px), 1360px);
        padding-top: 42px;
    }

    .hero-ornament {
        display: none;
    }

    .teaser-column-right {
        text-align: right;
    }

    .hero-facts {
        gap: 6px;
        padding: 8px 0;
    }

    .hero-facts strong {
        font-size: 28px;
    }

    .about-band {
        padding: 34px 0 76px;
    }

    .interior-hero h1 {
        font-size: 50px;
    }

    .about-content {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-photo h2 {
        bottom: 18px;
        left: 10px;
        font-size: 40px;
    }

    .about-copy {
        margin-top: 34px;
        padding-left: 28px;
    }

    .after-dark {
        padding: 32px 18px 34px;
    }

    .after-dark-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .after-dark-heading h2 {
        font-size: 30px;
    }

    .events-band {
        padding: 30px 18px 58px;
    }

    .events-rule {
        margin-bottom: 38px;
    }

    .events-band h2 {
        font-size: 28px;
    }

    .testimonials {
        padding: 70px 0;
    }

    .testimonial p {
        font-size: 21px;
        line-height: 1.5;
    }

    .site-header {
        min-height: 0;
    }

    .site-logo {
        width: 150px;
        height: 76px;
    }

    .site-logo img {
        width: 150px;
        height: 86px;
    }

    .site-nav {
        gap: 8px 16px;
    }

    .site-nav a {
        font-size: 12px;
    }

    .interior-hero {
        padding: 64px 20px 58px;
    }

    .interior-hero::before,
    .interior-hero::after {
        width: 16%;
    }

    .interior-content {
        width: min(calc(100% - 36px), 960px);
        padding: 58px 0 72px;
    }

    .interior-content h2 {
        font-size: 29px;
    }

    .feature-list li {
        padding-right: 0;
        padding-left: 54px;
    }

    .feature-list li::before {
        left: 0;
    }

    .prose-content .lead {
        font-size: 25px;
    }

    .prose-content h2 {
        margin-top: 48px;
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
