html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fffaf2;
    color: #251711;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

.hc-site {
    min-height: 100vh;
    background: #fffaf2;
    color: #251711;
}

.hc-site h1:focus {
    outline: none;
}

.hc-site a {
    color: inherit;
    text-decoration: none;
}

.hc-container {
    width: min(100% - 2rem, 1180px);
    margin: 0 auto;
}

.hc-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(89, 57, 41, 0.16);
    background: rgba(255, 250, 242, 0.95);
    backdrop-filter: blur(16px);
}

.hc-nav-bar {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: min(100% - 2rem, 1180px);
    min-height: 4.5rem;
    margin: 0 auto;
}

.hc-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hc-brand-mark {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 0.5rem;
    background: #2b1810;
    color: #f9d58a;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.hc-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.hc-brand-name {
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hc-brand-line {
    margin-top: 0.18rem;
    color: #7a6254;
    font-size: 0.78rem;
}

.hc-desktop-nav {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-left: auto;
    color: #5d4537;
    font-size: 0.92rem;
    font-weight: 700;
}

.hc-desktop-nav a {
    transition: color 160ms ease;
}

.hc-desktop-nav a:hover {
    color: #251711;
}

.hc-nav-cta {
    display: inline-flex;
}

.hc-menu-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid rgba(89, 57, 41, 0.25);
    border-radius: 0.5rem;
    background: #fffaf2;
    color: #251711;
}

.hc-menu-icon,
.hc-menu-icon::before,
.hc-menu-icon::after {
    display: block;
    width: 1.12rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.hc-menu-icon {
    position: relative;
}

.hc-menu-icon::before,
.hc-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.hc-menu-icon::before {
    top: -0.38rem;
}

.hc-menu-icon::after {
    top: 0.38rem;
}

.hc-mobile-menu {
    display: none;
    border-top: 1px solid rgba(89, 57, 41, 0.14);
    background: #fffaf2;
    box-shadow: 0 18px 40px rgba(43, 24, 16, 0.12);
}

.hc-mobile-menu nav {
    display: grid;
    gap: 0.25rem;
    width: min(100% - 2rem, 1180px);
    margin: 0 auto;
    padding: 0.75rem 0 1rem;
}

.hc-mobile-menu a {
    border-radius: 0.5rem;
    padding: 0.85rem 0.9rem;
    color: #5d4537;
    font-size: 0.95rem;
    font-weight: 750;
}

.hc-mobile-menu a:hover,
.hc-mobile-cta {
    background: #f2e2cd;
    color: #251711;
}

.hc-mobile-menu[data-state="open"] {
    display: block;
}

.hc-button {
    min-height: 2.75rem;
    border-radius: 0.5rem;
    padding: 0 1.25rem;
    border: 1px solid transparent;
    font-size: 0.92rem;
    font-weight: 850;
    letter-spacing: 0;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.hc-button:hover {
    transform: translateY(-1px);
}

.hc-button-primary {
    background: #2b1810;
    color: #fff8ec;
}

.hc-button-primary:hover {
    background: #4a291a;
}

.hc-button-secondary {
    border-color: rgba(89, 57, 41, 0.25);
    background: #fffaf2;
    color: #2b1810;
}

.hc-button-secondary:hover {
    background: #f2e2cd;
}

.hc-button-light {
    background: #f9d58a;
    color: #251711;
}

.hc-button-light:hover {
    background: #efc365;
}

.hc-button-full {
    width: 100%;
    margin-top: 1.25rem;
}

.hc-link-button {
    display: inline-flex;
}

.hc-hero,
.hc-page-hero {
    padding: 4.25rem 0;
    background:
        linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(246, 229, 204, 0.9)),
        #fffaf2;
}

.hc-hero-grid,
.hc-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: center;
}

.hc-stack {
    display: grid;
    gap: 1.1rem;
    align-content: start;
}

.hc-center {
    text-align: center;
    justify-items: center;
}

.hc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.35rem;
}

.hc-actions-center {
    justify-content: center;
}

.hc-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid rgba(130, 86, 51, 0.28);
    border-radius: 0.5rem;
    background: #fffaf2;
    color: #7a471e;
    padding: 0.36rem 0.62rem;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hc-badge-soft {
    background: #f2e2cd;
    color: #643a20;
}

.hc-badge-dark {
    border-color: rgba(249, 213, 138, 0.25);
    background: rgba(249, 213, 138, 0.12);
    color: #f9d58a;
}

.hc-badge-mini {
    padding: 0.26rem 0.48rem;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
}

.hc-site h1,
.hc-site h2 {
    margin: 0;
    color: #251711;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.hc-site h1 {
    max-width: 12ch;
    font-size: clamp(3.3rem, 8vw, 6.8rem);
}

.hc-page-hero h1 {
    max-width: 14ch;
    font-size: clamp(3rem, 6vw, 5.5rem);
}

.hc-site h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.hc-lede {
    max-width: 42rem;
    margin: 0;
    color: #6d5547;
    font-size: 1.08rem;
    line-height: 1.75;
}

.hc-muted,
.hc-card-description {
    margin: 0;
    color: #6d5547;
    font-size: 0.95rem;
    line-height: 1.75;
}

.hc-kicker {
    margin: 0.3rem 0 0.8rem;
    color: #8b5a31;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hc-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(89, 57, 41, 0.18);
}

.hc-stat-row strong {
    display: block;
    color: #251711;
    font-size: 1.8rem;
    font-weight: 900;
}

.hc-stat-row span {
    display: block;
    margin-top: 0.2rem;
    color: #7a6254;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hc-carousel,
.hc-card {
    border: 1px solid rgba(89, 57, 41, 0.16);
    border-radius: 0.5rem;
    background: #fffaf2;
    box-shadow: 0 18px 46px rgba(43, 24, 16, 0.08);
    overflow: hidden;
}

.hc-carousel {
    position: relative;
}

.data-\[state\=inactive\]\:hidden[data-state="inactive"] {
    display: none;
}

.hc-hero-image {
    position: relative;
    min-height: 31rem;
}

.hc-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-image-caption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border-radius: 0.5rem;
    background: rgba(37, 23, 17, 0.82);
    color: #fff8ec;
    padding: 1rem;
}

.hc-image-caption p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 900;
}

.hc-image-caption span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 248, 236, 0.78);
    font-size: 0.9rem;
    line-height: 1.55;
}

.hc-carousel-dots {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.45rem;
}

.hc-carousel-dot {
    width: 0.55rem;
    height: 0.55rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.55);
}

.hc-carousel-dot[data-state="active"] {
    width: 1.75rem;
    background: #f9d58a;
}

.hc-ribbon {
    overflow: hidden;
    border-block: 1px solid rgba(249, 213, 138, 0.16);
    background: #2b1810;
    color: #f5d9ad;
    padding: 0.9rem 0;
}

.hc-ribbon-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 2rem;
    animation: hc-marquee 24s linear infinite;
}

.hc-ribbon-track span {
    white-space: nowrap;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@keyframes hc-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.hc-section {
    padding: 4.5rem 0;
    background: #fffaf2;
}

.hc-section-light {
    background: #f7ead8;
}

.hc-section-dark {
    background: #251711;
    color: #fff8ec;
}

.hc-section-dark h2,
.hc-section-dark .hc-card-title {
    color: #fff8ec;
}

.hc-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.hc-section-head h2 {
    margin-top: 0.85rem;
}

.hc-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.hc-card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.hc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(43, 24, 16, 0.12);
}

.hc-card-content {
    padding: 1.25rem;
}

.hc-card-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.hc-card-title {
    margin: 0;
    color: #251711;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.2;
}

.hc-card-title-spaced {
    margin-top: 1rem;
}

.hc-card-description {
    display: block;
    margin-top: 0.65rem;
}

.hc-price {
    color: #7a471e;
    font-size: 0.95rem;
    font-weight: 900;
    white-space: nowrap;
}

.hc-price-block {
    margin-top: 1rem;
}

.hc-card-image {
    height: 15rem;
    background: #ead4b8;
}

.hc-menu-card {
    min-height: 13rem;
}

.hc-testimonial-card {
    padding: 1.35rem;
    border-color: rgba(255, 248, 236, 0.12);
    background: rgba(255, 248, 236, 0.08);
}

.hc-testimonial-card p {
    margin: 0;
    color: rgba(255, 248, 236, 0.82);
    line-height: 1.75;
}

.hc-person {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.hc-person strong,
.hc-person span {
    display: block;
}

.hc-person span {
    margin-top: 0.18rem;
    color: rgba(255, 248, 236, 0.58);
    font-size: 0.78rem;
}

.hc-avatar {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 0.5rem;
    background: rgba(249, 213, 138, 0.16);
    color: #f9d58a;
    font-size: 0.88rem;
    font-weight: 900;
    overflow: hidden;
}

.hc-avatar-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.hc-avatar-warm {
    background: #f2e2cd;
    color: #7a471e;
}

.hc-story-card {
    align-self: stretch;
    display: grid;
    align-items: end;
    background:
        linear-gradient(145deg, rgba(255, 250, 242, 0.88), rgba(242, 226, 205, 0.92)),
        #f2e2cd;
}

.hc-tabs {
    display: grid;
    gap: 1.25rem;
}

.hc-tabs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hc-tabs-trigger {
    min-height: 2.5rem;
    border: 1px solid rgba(89, 57, 41, 0.2);
    border-radius: 0.5rem;
    background: #fffaf2;
    color: #5d4537;
    padding: 0 1rem;
    font-weight: 850;
}

.hc-tabs-trigger[data-state="active"] {
    background: #2b1810;
    color: #fff8ec;
}

.hc-tabs-content[data-state="inactive"] {
    display: none;
}

.hc-menu-list {
    display: grid;
    gap: 0.85rem;
}

.hc-menu-row .hc-card-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.hc-location-card .hc-card-content {
    display: grid;
    gap: 0.8rem;
}

.hc-separator {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(89, 57, 41, 0.18);
}

.hc-contact-list {
    display: grid;
    gap: 0.55rem;
    color: #6d5547;
}

.hc-contact-list p {
    margin: 0;
}

.hc-contact-list strong,
.hc-muted strong {
    color: #251711;
}

.hc-form-card {
    align-self: start;
}

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

.hc-form-wide {
    grid-column: 1 / -1;
}

.hc-label {
    display: block;
    margin-bottom: 0.45rem;
    color: #3a2519;
    font-size: 0.9rem;
    font-weight: 850;
}

.hc-input,
.hc-textarea {
    width: 100%;
    border: 1px solid rgba(89, 57, 41, 0.24);
    border-radius: 0.5rem;
    background: #fffdf8;
    color: #251711;
    font: inherit;
    font-size: 0.95rem;
}

.hc-input {
    min-height: 2.85rem;
    padding: 0 0.8rem;
}

.hc-textarea {
    min-height: 9rem;
    padding: 0.85rem;
    resize: vertical;
}

.hc-form-note {
    margin: 0.85rem 0 0;
    text-align: center;
    color: #7a6254;
    font-size: 0.82rem;
}

.hc-accordion {
    display: grid;
    gap: 0.85rem;
}

.hc-accordion-item {
    border: 1px solid rgba(89, 57, 41, 0.16);
    border-radius: 0.5rem;
    background: #fffaf2;
    overflow: hidden;
}

.hc-accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    background: transparent;
    padding: 1rem 1.1rem;
    color: #251711;
    text-align: left;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 900;
}

.hc-accordion-content {
    padding: 0 1.1rem 1rem;
    color: #6d5547;
    font-size: 0.95rem;
    line-height: 1.75;
}

.hc-accordion-content[data-state="closed"] {
    display: none;
}

.hc-footer {
    border-top: 1px solid rgba(249, 213, 138, 0.12);
    background: #1d110c;
    color: #fff8ec;
    padding: 3rem 0;
}

.hc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.75fr 0.8fr;
    gap: 2rem;
}

.hc-footer-brand {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hc-footer-copy {
    max-width: 25rem;
    margin: 1rem 0 0;
    color: rgba(255, 248, 236, 0.7);
    font-size: 0.92rem;
    line-height: 1.75;
}

.hc-footer-heading {
    margin: 0;
    color: #f9d58a;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hc-footer-links,
.hc-footer-notes {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    color: rgba(255, 248, 236, 0.72);
    font-size: 0.92rem;
}

.hc-footer-links a:hover {
    color: #fff8ec;
}

@media (max-width: 900px) {
    .hc-desktop-nav,
    .hc-nav-cta {
        display: none;
    }

    .hc-menu-toggle {
        display: inline-flex;
    }

    .hc-hero-grid,
    .hc-split,
    .hc-footer-grid {
        grid-template-columns: 1fr;
    }

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

    .hc-site h1,
    .hc-page-hero h1 {
        max-width: 13ch;
    }
}

@media (max-width: 640px) {
    .hc-container {
        width: min(100% - 1.25rem, 1180px);
    }

    .hc-nav-bar {
        width: min(100% - 1.25rem, 1180px);
    }

    .hc-brand-line {
        display: none;
    }

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

    .hc-site h1,
    .hc-page-hero h1 {
        font-size: 3rem;
    }

    .hc-site h2 {
        font-size: 2.15rem;
    }

    .hc-lede {
        font-size: 1rem;
    }

    .hc-actions,
    .hc-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .hc-link-button,
    .hc-link-button .hc-button {
        width: 100%;
    }

    .hc-stat-row,
    .hc-card-grid,
    .hc-card-grid.three,
    .hc-form-grid,
    .hc-menu-row .hc-card-content {
        grid-template-columns: 1fr;
    }

    .hc-hero-image {
        min-height: 24rem;
    }

    .hc-card-image {
        height: 13.5rem;
    }

    .hc-menu-row .hc-price {
        justify-self: start;
    }
}

/* Distinct HorizonCafe redesign: rail navigation, poster hero, cafe-board layouts. */
.hc-shell {
    background:
        linear-gradient(90deg, #251711 0 6.25rem, transparent 6.25rem),
        #fffaf2;
}

.hc-main-shell {
    margin-left: 6.25rem;
}

.hc-rail {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    display: grid;
    width: 6.25rem;
    grid-template-rows: auto 1fr auto;
    border-right: 1px solid rgba(249, 213, 138, 0.18);
    background: #251711;
    color: #fff8ec;
    padding: 1rem 0.7rem;
}

.hc-rail-brand {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    color: #f9d58a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hc-rail-brand-text {
    display: grid;
    gap: 0.08rem;
    text-align: center;
    line-height: 1.15;
}

.hc-rail .hc-brand-mark {
    background: #f9d58a;
    color: #251711;
}

.hc-rail-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.hc-rail-nav a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: rgba(255, 248, 236, 0.72);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hc-rail-nav a:hover {
    color: #f9d58a;
}

.hc-rail-note {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    color: rgba(255, 248, 236, 0.62);
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.hc-rail-note strong {
    color: #f9d58a;
    font-size: 1.1rem;
}

.hc-nav {
    display: none;
}

.hc-poster-hero {
    position: relative;
    min-height: min(790px, 100vh);
    overflow: hidden;
    background: #251711;
}

.hc-poster-media {
    position: absolute;
    inset: 0;
}

.hc-poster-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(37, 23, 17, 0.92), rgba(37, 23, 17, 0.22) 54%, rgba(37, 23, 17, 0.68)),
        linear-gradient(0deg, rgba(37, 23, 17, 0.8), transparent 48%);
}

.hc-poster-overlay {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: min(790px, 100vh);
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 25rem);
    grid-template-rows: auto 1fr auto;
    gap: 1.5rem;
    padding: 2rem clamp(1rem, 4vw, 4rem);
}

.hc-poster-kicker {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 248, 236, 0.72);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hc-poster-title {
    align-self: end;
}

.hc-poster-title h1 {
    max-width: 9ch;
    margin-top: 1rem;
    color: #fff8ec;
    font-size: clamp(4rem, 12vw, 10.5rem);
    line-height: 0.82;
}

.hc-ticket-card {
    align-self: end;
    border: 1px solid rgba(249, 213, 138, 0.28);
    border-radius: 0.5rem;
    background: rgba(255, 250, 242, 0.92);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.hc-ticket-label {
    margin: 0;
    color: #7a471e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hc-ticket-copy {
    margin: 0.85rem 0 0;
    color: #251711;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.35;
}

.hc-ticket-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.hc-button-ghost-dark {
    border-color: rgba(37, 23, 17, 0.18);
    background: transparent;
    color: #251711;
}

.hc-counter-section,
.hc-section-board {
    background:
        linear-gradient(90deg, rgba(37, 23, 17, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #f7ead8, #fffaf2);
    background-size: 4.5rem 4.5rem, auto;
    padding: 4rem 0;
}

.hc-counter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: 1.4rem;
    align-items: stretch;
}

.hc-board {
    border-radius: 0.5rem;
    background: #251711;
    color: #fff8ec;
    padding: clamp(1.2rem, 3vw, 2rem);
    box-shadow: 0 24px 70px rgba(37, 23, 17, 0.2);
}

.hc-board-head,
.hc-board-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.hc-board-head {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(249, 213, 138, 0.2);
    color: #f9d58a;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hc-board-head a {
    color: #fff8ec;
}

.hc-board-row {
    padding: 1.05rem 0;
    border-bottom: 1px dashed rgba(249, 213, 138, 0.2);
}

.hc-board-row strong,
.hc-board-row span {
    display: block;
}

.hc-board-row strong {
    font-size: clamp(1.25rem, 2.2vw, 2rem);
    line-height: 1;
}

.hc-board-row span {
    max-width: 45rem;
    margin-top: 0.45rem;
    color: rgba(255, 248, 236, 0.65);
    line-height: 1.55;
}

.hc-board-row em {
    color: #f9d58a;
    font-style: normal;
    font-weight: 900;
}

.hc-counter-story {
    display: grid;
    align-content: space-between;
    gap: 1.5rem;
    border: 1px solid rgba(89, 57, 41, 0.16);
    border-radius: 0.5rem;
    background: #fffaf2;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.hc-counter-story h2 {
    max-width: 9ch;
    margin-top: 0.8rem;
}

.hc-stat-row-vertical {
    grid-template-columns: 1fr;
    border-top: 0;
}

.hc-stat-row-vertical div {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1rem;
    align-items: center;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(89, 57, 41, 0.14);
}

.hc-gallery-strip {
    display: grid;
    grid-template-columns: 0.8fr 1.25fr 0.95fr;
    gap: 0;
    min-height: 32rem;
    background: #251711;
}

.hc-gallery-strip article {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
}

.hc-gallery-strip article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(37, 23, 17, 0.72));
}

.hc-gallery-strip span {
    position: absolute;
    z-index: 1;
    left: 1.2rem;
    bottom: 1.2rem;
    color: #fff8ec;
    font-size: clamp(1.8rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 0.9;
}

.hc-gallery-tall {
    margin-top: -2.5rem;
}

.hc-page-hero-editorial {
    background:
        linear-gradient(90deg, #fffaf2 0 62%, #f9d58a 62% 100%);
}

.hc-page-hero-board {
    background:
        linear-gradient(135deg, rgba(37, 23, 17, 0.96), rgba(74, 41, 26, 0.92)),
        #251711;
}

.hc-page-hero-board h1,
.hc-page-hero-board .hc-lede {
    color: #fff8ec;
}

.hc-page-hero-board .hc-lede {
    color: rgba(255, 248, 236, 0.72);
}

.hc-section-offset {
    background: #fffaf2;
}

.hc-board-menu-row {
    background: #fffdf8;
}

.hc-location-stack,
.hc-event-lane {
    display: grid;
    gap: 1.2rem;
}

.hc-location-card {
    display: grid;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
}

.hc-location-card .hc-card-image {
    height: 100%;
    min-height: 18rem;
}

.hc-event-lane {
    grid-template-columns: 1fr;
}

.hc-event-lane .hc-image-card {
    display: grid;
    grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
}

.hc-event-lane .hc-card-image {
    height: 100%;
    min-height: 17rem;
}

.hc-team-section .hc-card:nth-child(2) {
    margin-top: 2rem;
}

.hc-team-section .hc-card:nth-child(3) {
    margin-top: 4rem;
}

@media (min-width: 901px) {
    .hc-footer .hc-container,
    .hc-section .hc-container,
    .hc-page-hero .hc-container,
    .hc-counter-section .hc-container {
        width: min(100% - 4rem, 1180px);
    }
}

@media (max-width: 900px) {
    .hc-shell {
        background: #fffaf2;
    }

    .hc-main-shell {
        margin-left: 0;
    }

    .hc-rail {
        display: none;
    }

    .hc-nav {
        display: block;
    }

    .hc-poster-overlay {
        min-height: 42rem;
        grid-template-columns: 1fr;
        align-content: end;
    }

    .hc-poster-title h1 {
        max-width: 8ch;
        font-size: clamp(4rem, 15vw, 7rem);
    }

    .hc-counter-grid,
    .hc-gallery-strip,
    .hc-location-card,
    .hc-event-lane .hc-image-card {
        grid-template-columns: 1fr;
    }

    .hc-gallery-tall {
        margin-top: 0;
    }

    .hc-team-section .hc-card:nth-child(2),
    .hc-team-section .hc-card:nth-child(3) {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .hc-poster-overlay {
        min-height: 40rem;
        padding: 1rem;
    }

    .hc-poster-kicker {
        display: grid;
    }

    .hc-ticket-actions {
        display: grid;
    }

    .hc-ticket-actions .hc-link-button,
    .hc-ticket-actions .hc-button {
        width: 100%;
    }

    .hc-board-head,
    .hc-board-row {
        grid-template-columns: 1fr;
    }

    .hc-gallery-strip span {
        font-size: 2.4rem;
    }
}
