/* Paul Bunyan Ski Hill — Northwoods / legendary folklore feel */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --forest: #1c3326;
    --forest-deep: #101f18;
    --lodge: #2c1f14;
    --lodge-soft: #3d2c1c;
    --flannel: #a12828;
    --flannel-deep: #7a1c1c;
    --ox: #3d6f9c;
    --ox-soft: #7fa3c2;
    --snow: #f3f6f4;
    --snow-deep: #e4ebe6;
    --paper: #fffcf7;
    --ink: #1a1712;
    --mist: #5f6d66;
    --line: rgba(28, 51, 38, 0.16);
    --font-display: "Alfa Slab One", "Rockwell", Georgia, serif;
    --font-body: "Cabin", "Segoe UI", sans-serif;
    --shadow-lift: 0 18px 42px rgba(16, 31, 24, 0.24);
    --max: 1180px;
    --radius: 2px;
    /* Compat aliases */
    --ink-soft: var(--forest);
    --frost: var(--snow);
    --frost-deep: var(--snow-deep);
    --signal: var(--flannel);
    --signal-deep: var(--flannel-deep);
    --ice: var(--ox);
    --ice-soft: var(--ox-soft);
    --steel: var(--mist);
    --pine: var(--forest);
    --pine-deep: var(--forest-deep);
    --patrol: var(--flannel);
    --heritage: var(--flannel);
    --bark: var(--ink);
    --sky: var(--ox);
    --sky-soft: var(--ox-soft);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background-color: var(--snow);
    background-image:
        radial-gradient(ellipse at top, rgba(61, 111, 156, 0.08), transparent 42%),
        radial-gradient(circle at 12% 18%, rgba(161, 40, 40, 0.05), transparent 28%),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 11px,
            rgba(44, 31, 20, 0.015) 11px,
            rgba(44, 31, 20, 0.015) 12px
        ),
        linear-gradient(180deg, #e8efe9 0%, var(--snow) 22%, #eef2ea 100%);
    line-height: 1.65;
    min-height: 100vh;
}

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

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

a:hover {
    color: var(--flannel);
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.1;
    margin: 0 0 0.65rem;
    color: var(--forest-deep);
}

p {
    margin: 0 0 1rem;
}

.container {
    width: min(92%, var(--max));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Header — lodge / Northwoods bar */
.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background:
        linear-gradient(180deg, rgba(44, 31, 20, 0.35), transparent 40%),
        linear-gradient(180deg, var(--forest-deep), var(--forest));
    color: #f4f1ea;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 4px 0 var(--flannel),
        0 10px 28px rgba(16, 31, 24, 0.28);
}

.site-header-inner {
    width: min(94%, 1240px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
}

.brand {
    color: #f7f3ea;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand:hover {
    color: #fff;
}

.brand-name {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1;
}

.brand-tag {
    font-size: 0.72rem;
    color: rgba(247, 243, 234, 0.72);
    margin-top: 0.22rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav-toggle {
    display: none;
    background: var(--flannel);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: var(--radius);
    padding: 0.5rem 0.85rem;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.nav-toggle:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--ox-soft);
    outline-offset: 2px;
}

.nav-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.85rem;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

.nav-menu a,
.submenu-toggle {
    color: rgba(247, 243, 234, 0.9);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
}

.nav-menu a:hover,
.nav-menu a.active,
.submenu-toggle:hover,
.submenu-toggle.active,
.submenu-toggle[aria-expanded="true"] {
    color: #fff;
    border-bottom-color: var(--ox-soft);
}

.nav-menu .nav-cta a {
    background: var(--flannel);
    color: #fff;
    border-bottom: none;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius);
}

.nav-menu .nav-cta a:hover {
    background: var(--flannel-deep);
    color: #fff;
}

.has-submenu {
    position: relative;
}

.submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0.45rem 0;
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    min-width: 13rem;
    background: var(--forest-deep);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow-lift);
    z-index: 50;
}

.has-submenu.is-open > .submenu,
.has-submenu:hover > .submenu {
    display: block;
}

.submenu a {
    display: block;
    padding: 0.5rem 0.95rem;
    border-bottom: none;
    white-space: nowrap;
}

.submenu a:hover,
.submenu a.active {
    background: rgba(255, 255, 255, 0.08);
    border-bottom: none;
}

.mobile-priority {
    display: none;
}

/* Hero */
.hero {
    position: relative;
    min-height: min(94vh, 860px);
    display: grid;
    align-items: end;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 78%;
    transform: scale(1.06);
    animation: heroPan 22s ease-in-out infinite alternate;
}

.hero-scrim {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(105deg, rgba(16, 31, 24, 0.86) 0%, rgba(28, 51, 38, 0.42) 48%, rgba(44, 31, 20, 0.55) 100%),
        linear-gradient(180deg, transparent 30%, rgba(16, 31, 24, 0.78) 100%);
}

.hero-content {
    width: min(92%, var(--max));
    margin: 0 auto;
    padding: 0 0 clamp(5.5rem, 10vh, 7.5rem);
    animation: riseIn 0.85s ease both;
}

.hero-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ox-soft);
    margin-bottom: 0.75rem;
    border-left: 3px solid var(--flannel);
    padding-left: 0.7rem;
}

.hero-brand {
    font-family: var(--font-display);
    font-size: clamp(3rem, 10vw, 6.4rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 0.92;
    margin: 0 0 0.55rem;
    max-width: 11ch;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.hero-headline {
    font-family: var(--font-body);
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    font-weight: 500;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    max-width: 28ch;
    margin-bottom: 0.9rem;
    color: #f4f8fa;
}

.hero-support {
    max-width: 36rem;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: none;
    border-radius: var(--radius);
    padding: 0.9rem 1.25rem;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.86rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
    background: var(--flannel);
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.btn-primary:hover {
    background: var(--flannel-deep);
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.btn-solid {
    background: var(--forest);
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.btn-solid:hover {
    background: var(--forest-deep);
    color: #fff;
}

.btn-ghost {
    background: transparent;
    color: var(--forest);
    border: 1px solid rgba(28, 51, 38, 0.3);
}

/* Trail-board status — painted lodge sign */
.status-strip {
    position: relative;
    z-index: 5;
    margin-top: -3.5rem;
    padding: 0 0 0.5rem;
    background: transparent;
    color: var(--ink);
    animation: riseIn 0.9s ease 0.1s both;
}

.status-strip-inner {
    width: min(92%, var(--max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 2fr auto;
    gap: 1.1rem;
    align-items: center;
    background:
        linear-gradient(180deg, #fffaf0, var(--paper));
    border: 2px solid var(--lodge-soft);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.55),
        var(--shadow-lift);
    padding: 1.15rem 1.25rem;
}

.status-badge {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--forest-deep);
}

.status-badge[data-status="open"] { color: #1d7a45; }
.status-badge[data-status="closed"],
.status-badge[data-status="closed_for_season"] { color: var(--flannel); }
.status-badge[data-status="opening_soon"] { color: #9a6b12; }

.status-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.35rem;
    align-items: flex-start;
    font-size: 0.92rem;
    color: var(--steel);
}

.status-emphasis {
    display: grid;
    gap: 0.15rem;
    color: var(--ink);
}

.status-emphasis > strong {
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    color: var(--forest-deep);
    font-weight: 400;
}

.status-hours {
    min-width: min(100%, 16rem);
}

.status-hours-line,
.status-stat {
    display: block;
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
}

.status-meta strong {
    color: var(--ink);
    font-weight: 700;
}

.status-updated {
    font-size: 0.78rem;
    color: var(--mist);
    align-self: flex-end;
}

.status-updated strong {
    color: var(--mist);
    font-weight: 600;
}

.status-note {
    margin: 0.35rem 0 0;
    color: var(--steel);
    font-size: 0.9rem;
}

/* Sections */
.section {
    padding: clamp(2.8rem, 6vw, 5rem) 0;
}

.section-head {
    max-width: 42rem;
    margin-bottom: 1.6rem;
}

.section-head h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
}

.section-head p {
    color: var(--steel);
    font-size: 1.05rem;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--font-body);
    font-weight: 400;
}

.section-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.25rem, 4vw, 2.75rem);
    align-items: center;
}

.section-split.reverse {
    direction: rtl;
}

.section-split.reverse > * {
    direction: ltr;
}

.section-visual {
    min-height: 280px;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.section-visual img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    filter: contrast(1.05) saturate(1.05);
    transition: transform 0.8s ease;
}

.section-visual:hover img {
    transform: scale(1.04);
}

.section-muted {
    background:
        linear-gradient(180deg, rgba(228, 235, 230, 0.85), rgba(243, 246, 244, 0.95));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.photo-band {
    position: relative;
    min-height: min(62vh, 560px);
    display: grid;
    align-items: center;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.photo-band-media,
.photo-band-scrim {
    position: absolute;
    inset: 0;
}

.photo-band-media {
    z-index: -2;
}

.photo-band-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-band-scrim {
    z-index: -1;
    background: linear-gradient(90deg, rgba(16, 31, 24, 0.9) 0%, rgba(28, 51, 38, 0.5) 55%, rgba(44, 31, 20, 0.28) 100%);
}

.photo-band-content {
    width: min(92%, var(--max));
    margin: 0 auto;
    max-width: 34rem;
    padding: 3rem 0;
}

.photo-band h2,
.photo-band p {
    color: #fff;
}

.photo-band p {
    color: rgba(255, 255, 255, 0.9);
}

.indy-band {
    position: relative;
    background: var(--forest-deep);
    color: #fff;
    overflow: hidden;
}

.indy-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(16, 31, 24, 0.92), rgba(44, 31, 20, 0.72)),
        var(--indy-photo, none) center/cover;
    opacity: 1;
}

.indy-band .container {
    position: relative;
    z-index: 1;
}

.indy-band h2,
.indy-band p {
    color: #fff;
}

.indy-band .section-head p {
    color: rgba(255, 255, 255, 0.88);
}

.indy-stamp {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #f7e7c8;
    border: 2px solid var(--flannel);
    padding: 0.4rem 0.75rem;
    margin-bottom: 0.85rem;
    transform: rotate(-2deg);
    background: rgba(16, 31, 24, 0.35);
}

.mosaic {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
}

.mosaic-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    color: #fff;
    text-decoration: none;
    display: block;
    isolation: isolate;
}

.mosaic-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 0.7s ease;
}

.mosaic-card:hover img {
    transform: scale(1.06);
}

.mosaic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 20%, rgba(16, 31, 24, 0.88) 100%);
}

.mosaic-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.35rem;
}

.mosaic-card h3 {
    color: #fff;
    margin-bottom: 0.35rem;
    font-size: 1.55rem;
}

.mosaic-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
}

.snapshot-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.snapshot-list li {
    padding: 1rem 0.85rem;
    background: var(--paper);
    border-top: 4px solid var(--flannel);
    border-left: 1px solid rgba(44, 31, 20, 0.12);
    border-right: 1px solid rgba(44, 31, 20, 0.12);
    border-bottom: 1px solid rgba(44, 31, 20, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.snapshot-list strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    color: var(--forest-deep);
}

.snapshot-list span {
    color: var(--mist);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.page-hero {
    position: relative;
    min-height: 320px;
    display: grid;
    align-items: end;
    color: #fff;
    overflow: hidden;
}

.page-hero-media,
.page-hero-scrim {
    position: absolute;
    inset: 0;
}

.page-hero-media {
    z-index: -2;
}

.page-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero-scrim {
    z-index: -1;
    background: linear-gradient(180deg, rgba(16, 31, 24, 0.22), rgba(16, 31, 24, 0.84));
}

.page-hero-content {
    width: min(92%, var(--max));
    margin: 0 auto;
    padding: 4rem 0 2.2rem;
    animation: riseIn 0.7s ease both;
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
}

.page-hero p {
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--font-body);
    font-weight: 400;
}

.prose {
    max-width: 70ch;
}

.prose-wide {
    max-width: 920px;
}

.prose h2,
.prose-wide h2 {
    margin-top: 0.4rem;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 1.25rem 0;
}

.stat-row div {
    min-width: 6.5rem;
    padding: 0.85rem 0.95rem;
    background: var(--paper);
    border-top: 3px solid var(--ox);
    border: 1px solid rgba(44, 31, 20, 0.12);
    border-top-width: 3px;
    border-top-color: var(--ox);
}

.stat-row div strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.55rem;
    color: var(--ink);
}

.stat-row span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--steel);
    font-weight: 700;
}

.conditions-panel {
    background: linear-gradient(180deg, #fffaf0, var(--paper));
    border: 2px solid var(--lodge-soft);
    padding: 1.5rem;
    box-shadow: var(--shadow-lift);
}

.conditions-panel h2 {
    margin-bottom: 0.35rem;
}

.price-group {
    margin-bottom: 2rem;
}

.price-group h2,
.price-group h3 {
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 3px solid var(--flannel);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--paper);
}

.price-table th,
.price-table td {
    text-align: left;
    padding: 0.8rem 0.55rem;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.price-table th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--steel);
}

.price-empty {
    background: var(--paper);
    border-left: 5px solid var(--ox);
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(44, 31, 20, 0.1);
    border-left-width: 5px;
    border-left-color: var(--ox);
}

.hours-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 40rem;
}

.hours-grid > div {
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 0.35rem 1.25rem;
    align-items: start;
    border-bottom: 1px dashed rgba(7, 21, 32, 0.18);
    padding: 0.55rem 0;
}

.hours-grid > div > span {
    color: var(--mist);
    font-size: 0.92rem;
    font-weight: 600;
    padding-top: 0.05rem;
}

.hours-lines {
    display: grid;
    gap: 0.2rem;
}

.hours-lines strong,
.hours-lines div {
    color: var(--ink);
    font-weight: 700;
}

.news-list,
.event-list {
    display: grid;
    gap: 1.1rem;
}

.news-item,
.event-item {
    padding: 1.15rem 1.2rem;
    background: var(--paper);
    border: 1px solid rgba(44, 31, 20, 0.12);
    border-left: 4px solid var(--forest);
}

.news-item h2,
.news-item h3,
.event-item h2,
.event-item h3 {
    font-size: 1.4rem;
}

.meta {
    color: var(--steel);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.82rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(7, 21, 32, 0.22);
    border-radius: 0;
    font: inherit;
    background: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    font-style: italic;
    font-weight: 400;
    color: #8a969c;
    font-size: 0.92em;
}

.map-frame {
    width: 100%;
    min-height: 360px;
    border: 0;
}

.site-footer {
    background:
        linear-gradient(180deg, rgba(44, 31, 20, 0.45), transparent 28%),
        var(--forest-deep);
    color: rgba(255, 255, 255, 0.86);
    padding: 3rem 0 1.5rem;
    margin-top: 0;
    border-top: 4px solid var(--flannel);
}

.site-footer a {
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
}

.footer-brand {
    font-family: var(--font-display);
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #f7f3ea;
    margin-bottom: 0.45rem;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.62);
}

.cta-band {
    background:
        linear-gradient(135deg, var(--forest-deep), var(--lodge));
    color: #fff;
    padding: 1.6rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid var(--flannel);
}

.cta-band h2 {
    color: #fff;
}

.cta-band p,
.cta-band a {
    color: rgba(255, 255, 255, 0.9);
}

.verified-tag {
    display: inline-block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--steel);
    font-weight: 700;
}

.unverified-note {
    font-style: italic;
    color: var(--steel);
    font-size: 0.95rem;
}

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.timeline li {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: var(--paper);
    border-left: 4px solid var(--flannel);
    border: 1px solid rgba(44, 31, 20, 0.12);
    border-left-width: 4px;
    border-left-color: var(--flannel);
}

@media (max-width: 640px) {
    .timeline li {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

.timeline strong {
    font-family: var(--font-display);
    color: var(--ink);
    letter-spacing: 0.04em;
}

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

.video-card {
    background: var(--paper);
    border: 1px solid var(--line);
}

.video-card video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #000;
}

.video-card p {
    margin: 0;
    padding: 0.7rem 0.85rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: var(--steel);
}

@keyframes riseIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes heroPan {
    from { transform: scale(1.06) translate3d(0, 0, 0); }
    to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
