html {
    scroll-behavior: smooth;
}

[x-cloak] {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    background:
        radial-gradient(circle at top, rgba(201, 146, 42, 0.1), transparent 34%),
        linear-gradient(180deg, #f0ede8 0%, #ece8df 100%);
}

.hero-panel {
    background:
        linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(30, 42, 53, 0.94)),
        linear-gradient(180deg, #0a0a0a, #1e2a35);
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero-has-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(201, 146, 42, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 55%);
    pointer-events: none;
}

.page-hero-copy,
.page-hero-visual {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-size: clamp(3.35rem, 9vw, 6.25rem);
    line-height: 0.92;
    text-transform: uppercase;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: normal;
    letter-spacing: 0.02em;
}

.hero-subheadline {
    line-height: 1.2;
}

.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-chip {
    border: 1px solid rgba(201, 146, 42, 0.2);
    background: rgba(240, 237, 232, 0.06);
    color: #f0ede8;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 0.7rem 0.9rem;
    text-transform: uppercase;
    border-radius: 6px;
}

.hero-image-shell {
    position: relative;
}

.hero-image-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(201, 146, 42, 0.24);
    background: transparent;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 2px solid #c9922a;
    z-index: -1;
}

.hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(18%);
}

.about-portrait-frame {
    height: 100%;
}

.about-portrait-image {
    height: 100%;
}

.hero-badge-box {
    position: absolute;
    top: -14px;
    left: -14px;
    background: #c9922a;
    color: #0a0a0a;
    padding: 12px 14px 11px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.hero-badge-box strong {
    display: block;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-size: 2.3rem;
    line-height: 0.9;
}

.hero-badge-box span {
    display: block;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-stat-panel {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.75rem;
}

.hero-stat-row {
    border: 1px solid rgba(201, 146, 42, 0.14);
    background: rgba(240, 237, 232, 0.04);
    padding: 1.05rem 1.15rem;
    border-radius: 10px;
}

.hero-stat-band {
    display: grid;
    gap: 0.75rem;
    border-top: 1px solid rgba(201, 146, 42, 0.14);
    padding-top: 1.1rem;
}

.hero-stat-band-item {
    border: 1px solid rgba(201, 146, 42, 0.14);
    background: rgba(240, 237, 232, 0.04);
    padding: 1rem 1.1rem;
    border-radius: 10px;
}

.hero-stat-band-value {
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.95;
    color: #f0ede8;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero-stat-band-label {
    margin-top: 0.35rem;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(240, 237, 232, 0.72);
}

.home-proof-card {
    border-radius: 10px;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.home-meta-band {
    border-top: 1px solid rgba(201, 146, 42, 0.14);
    padding-top: 0.25rem;
}

.home-location-panel {
    border-radius: 10px;
    min-height: 100%;
}

.ticker-shell {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-content: start;
    padding-top: 0.15rem;
}

.ticker-shell span {
    border: 1px solid rgba(201, 146, 42, 0.2);
    background: rgba(240, 237, 232, 0.06);
    color: #f0ede8;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding: 0.7rem 0.95rem;
    text-transform: uppercase;
    border-radius: 6px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}

.section-kicker {
    color: #c9922a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: "Barlow Condensed", system-ui, sans-serif;
}

.section-title {
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-size: clamp(2.6rem, 6vw, 4rem);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.shadow-panel {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.content-card-media {
    overflow: hidden;
    border-radius: 1.25rem;
}

.content-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .home-meta-band {
        align-items: center;
    }

    .hero-stat-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-portrait-frame {
        display: flex;
        min-height: 100%;
    }

    .about-portrait-image {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        flex: 1 1 auto;
    }
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
    width: 100%;
    border: 1px solid #d6d3d1;
    border-radius: 1rem;
    background: #ffffff;
    color: #1f2937;
    font-size: 0.95rem;
    padding: 0.9rem 1rem;
}

.site-form-control,
select option {
    color: #1f2937 !important;
    background-color: #ffffff;
}

textarea {
    min-height: 8rem;
    resize: vertical;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
    outline: 2px solid rgba(201, 146, 42, 0.28);
    border-color: #c9922a;
}

input[type="checkbox"],
input[type="radio"] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.1rem;
    accent-color: #c9922a;
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.9rem;
        line-height: 0.96;
    }

    .hero-badge-box {
        left: 0;
        top: 0;
    }

    .hero-image-frame::after {
        display: none;
    }

    .hero-stat-panel {
        gap: 0.6rem;
    }

    .ticker-shell {
        gap: 0.5rem;
    }

    .ticker-shell span {
        width: 100%;
        justify-content: center;
    }

    .hero-chip {
        width: 100%;
        justify-content: center;
        display: inline-flex;
    }
}

