:root {
    --bg: #070707;
    --panel: #111111;
    --panel-alt: #171717;
    --surface: #f4efe8;
    --surface-soft: #ded7cd;
    --text: #f7f2eb;
    --text-dark: #181411;
    --muted: #c0b7ab;
    --line: rgba(255, 255, 255, 0.12);
    --accent: #ff5a36;
    --accent-deep: #bd2d12;
    --accent-soft: rgba(255, 90, 54, 0.16);
    --max-width: 1180px;
    --radius: 22px;
    --radius-sm: 14px;
    --shadow: 0 22px 80px rgba(0, 0, 0, 0.25);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top right, rgba(255, 90, 54, 0.2), transparent 28%),
        linear-gradient(180deg, #080808 0%, #101010 45%, #1b1613 100%);
}

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

a {
    color: inherit;
    text-decoration: none;
}

iframe {
    width: 100%;
    border: 0;
}

.wrap {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(7, 7, 7, 0.78);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.brand img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.brand strong,
h1,
h2,
h3 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.03em;
}

.brand strong {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.brand span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-link {
    padding: 0.35rem 0.5rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.nav-link-active,
.nav-link:hover,
.text-link:hover {
    color: var(--text);
}

.btn,
.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn {
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--accent) 0%, #ff845d 100%);
    color: white;
    font-weight: 700;
    padding: 0.95rem 1.4rem;
    cursor: pointer;
}

.btn:hover,
.pill:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.22);
}

.btn-small {
    padding: 0.75rem 1rem;
}

.hero,
.page-hero {
    padding: 5rem 0 3rem;
}

.hero-grid,
.two-column {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.page-hero .two-column {
    align-items: start;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 800;
}

h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.96;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    text-transform: uppercase;
}

h3 {
    margin-top: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}

p,
li {
    line-height: 1.7;
    color: var(--muted);
}

.lead {
    font-size: 1.1rem;
    max-width: 62ch;
}

.hero-copy,
.hero-card,
.panel,
.card,
.quote,
.embed,
.stat-card,
.info-card,
.cta-band {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.hero-card,
.panel,
.card,
.embed,
.info-card,
.cta-band {
    background: rgba(15, 15, 15, 0.92);
    padding: 1.5rem;
}

.hero-card {
    display: grid;
    gap: 1rem;
}

.hero-actions,
.stack-row,
.social-pills,
.footer-links,
.detail-list,
.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.stats {
    margin-top: 1.5rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem 1.15rem;
    min-width: 150px;
}

.stat-card strong {
    display: block;
    font-size: 1.4rem;
    color: var(--text);
}

.section {
    padding: 2rem 0 3.5rem;
}

.section-surface {
    background: linear-gradient(180deg, rgba(244, 239, 232, 0.98), rgba(233, 225, 215, 0.98));
    color: var(--text-dark);
}

.section-surface p,
.section-surface li,
.section-surface .card-meta,
.section-surface .info-card p {
    color: rgba(24, 20, 17, 0.78);
}

.section-surface .card,
.section-surface .embed,
.section-surface .info-card,
.section-surface .cta-band {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(24, 20, 17, 0.08);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card-grid,
.info-grid,
.embed-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.info-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.card-meta,
.detail-list,
.faq-list,
.article-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-meta {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 0.92rem;
}

.text-link {
    color: var(--accent);
    font-weight: 700;
}

.panel {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1.5rem;
}

.panel-dark {
    background: linear-gradient(135deg, rgba(255, 90, 54, 0.12), rgba(255, 255, 255, 0.03));
}

.site-form {
    display: grid;
    gap: 1rem;
}

.form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-form label {
    display: grid;
    gap: 0.45rem;
    font-size: 0.95rem;
    color: var(--text);
}

.site-form input,
.site-form textarea {
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    padding: 0.95rem 1rem;
    font: inherit;
}

.full-width {
    grid-column: 1 / -1;
}

.fine-print {
    font-size: 0.85rem;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.notice {
    border-radius: var(--radius-sm);
    padding: 0.9rem 1rem;
    font-weight: 600;
}

.notice-success {
    background: rgba(93, 196, 126, 0.18);
    color: #cbffdc;
}

.notice-error {
    background: rgba(255, 90, 54, 0.18);
    color: #ffd9d0;
}

.pill {
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.92rem;
}

.section-surface .pill {
    border-color: rgba(24, 20, 17, 0.12);
    background: rgba(24, 20, 17, 0.05);
    color: var(--text-dark);
}

.quote {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 90, 54, 0.1), rgba(255, 255, 255, 0.02));
}

.quote p {
    margin: 0;
    color: var(--text);
}

.detail-list {
    display: grid;
    gap: 0.8rem;
}

.detail-list li {
    padding-left: 1rem;
    position: relative;
}

.detail-list li::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--accent);
}

.embed {
    overflow: hidden;
}

.embed iframe {
    min-height: 352px;
}

.article-layout {
    display: grid;
    grid-template-columns: 1.65fr 0.95fr;
    gap: 1.5rem;
}

.article-card {
    padding: 1.75rem;
    background: rgba(15, 15, 15, 0.94);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.article-card p {
    margin: 0 0 1rem;
}

.article-card ul {
    padding-left: 1.2rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-list li {
    padding: 1rem 0;
    border-top: 1px solid var(--line);
}

.faq-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(255, 90, 54, 0.14), rgba(255, 255, 255, 0.03));
}

.site-footer {
    border-top: 1px solid var(--line);
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.3fr 1fr 1fr;
}

.footer-links {
    flex-direction: column;
    gap: 0.45rem;
}

.footer-bottom {
    padding-top: 1rem;
}

@media (max-width: 980px) {
    .header-inner,
    .hero-grid,
    .two-column,
    .panel,
    .article-layout,
    .footer-grid,
    .card-grid,
    .embed-grid,
    .info-grid {
        grid-template-columns: 1fr;
    }

    .header-inner {
        display: grid;
    }

    .site-nav {
        justify-content: flex-start;
    }

    .cta-band {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .hero,
    .page-hero {
        padding-top: 3rem;
    }

    .wrap {
        width: min(var(--max-width), calc(100% - 1.25rem));
    }

    .hero-copy,
    .hero-card,
    .panel,
    .card,
    .embed,
    .article-card,
    .cta-band {
        padding: 1.2rem;
    }
}

/* Toast Notification Defaults */
.toast-container {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(calc(100vw - 2rem), 400px);
}

.toast {
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid var(--line);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: var(--radius-sm);
    padding: 1rem 1.25rem;
    color: var(--text);
    font-weight: 500;
    font-size: 0.95rem;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-success {
    border-top: 3px solid #5dc47e;
}

.toast-error {
    border-top: 3px solid var(--accent);
}
