/* ============================================================
   ROGUE RIVER ACCESS & RIVER MILES — applies only to access.php
   ============================================================ */

.access-hero {
    padding: 4rem 1rem 3rem;
    background:
        radial-gradient(circle at 82% 18%, rgba(34,197,94,0.14), transparent 32%),
        radial-gradient(circle at 18% 20%, rgba(56,189,248,0.13), transparent 36%),
        linear-gradient(180deg, #0f172a, #111827);
}

.access-hero-inner {
    max-width: 960px;
    margin: 0 auto;
}

.access-kicker {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(56,189,248,0.14);
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.access-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 5vw, 3.9rem);
    line-height: 1.02;
}

.access-hero .muted {
    max-width: 720px;
    margin: 1rem 0 0;
    color: rgba(226,232,240,0.78);
    line-height: 1.6;
}
.access-hero .muted a { color: #7dd3fc; }

.access-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(min(130px, 100%), 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.access-stat {
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.75rem;
    background: rgba(255,255,255,0.055);
}

.access-stat span {
    display: block;
    color: rgba(226,232,240,0.62);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.access-stat strong {
    display: block;
    margin-top: 0.25rem;
    color: #fff;
    font-size: 1.15rem;
}

.access-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1rem 2.5rem;
}

.access-section {
    margin-top: 2.5rem;
}
.access-section:first-child { margin-top: 1rem; }

.access-section > h2 {
    margin: 0 0 0.4rem;
    color: #fff;
    font-size: 1.5rem;
}

.access-note {
    margin: 0 0 1rem;
    color: rgba(226,232,240,0.66);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ---------- per-section access group ---------- */

.access-group {
    margin-top: 1.75rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    overflow: hidden;
}

.access-group-head {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(56,189,248,0.06);
}

.access-group-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Outfit', sans-serif;
}

.access-group-head .rm-range {
    color: rgba(226,232,240,0.6);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-left: 0.5rem;
}

.access-group-head p {
    margin: 0.35rem 0 0;
    color: rgba(226,232,240,0.78);
    font-size: 0.9rem;
    line-height: 1.5;
}

.access-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.access-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 520px;
}

.access-table th,
.access-table td {
    padding: 0.7rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.access-table thead th {
    color: rgba(226,232,240,0.6);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.access-table tbody tr:last-child td {
    border-bottom: 0;
}

.access-table .rm-cell {
    font-variant-numeric: tabular-nums;
    color: #7dd3fc;
    font-weight: 700;
    white-space: nowrap;
}

.access-table .name-cell {
    color: #fff;
    font-weight: 600;
}

.access-type {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: capitalize;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(226,232,240,0.85);
    white-space: nowrap;
}
.access-type.t-boat_ramp { background: rgba(52,211,153,0.18); border-color: rgba(52,211,153,0.4); color: #6ee7b7; }
.access-type.t-rapid     { background: rgba(239,68,68,0.18);  border-color: rgba(239,68,68,0.4);  color: #fca5a5; }
.access-type.t-camp      { background: rgba(234,179,8,0.16);  border-color: rgba(234,179,8,0.38); color: #fde047; }

.access-table .gauge-cell a {
    color: #7dd3fc;
    text-decoration: none;
}
.access-table .gauge-cell a:hover { text-decoration: underline; }
.access-table .gauge-cell .no-gauge { color: rgba(226,232,240,0.4); }

/* ---------- sections-at-a-glance cards ---------- */

.seg-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    gap: 1.1rem;
    margin-top: 1rem;
}

.seg-card {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 1.15rem 1.2rem;
    background:
        linear-gradient(180deg, rgba(56,189,248,0.05), transparent),
        rgba(255,255,255,0.045);
}

.seg-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    font-family: 'Outfit', sans-serif;
}

.seg-card .seg-region {
    display: block;
    margin: 0.1rem 0 0.6rem;
    color: rgba(226,232,240,0.6);
    font-size: 0.82rem;
}

.seg-card .seg-line {
    margin: 0.3rem 0 0;
    color: rgba(226,232,240,0.82);
    font-size: 0.86rem;
    line-height: 1.5;
}
.seg-card .seg-line strong {
    color: rgba(226,232,240,0.62);
    font-weight: 700;
}

.access-provenance {
    margin-top: 2.5rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    background: rgba(255,255,255,0.035);
    color: rgba(226,232,240,0.66);
    font-size: 0.85rem;
    line-height: 1.55;
}

.access-empty {
    padding: 1.4rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    background: rgba(255,255,255,0.045);
    color: rgba(226,232,240,0.7);
    text-align: center;
}

@media (max-width: 600px) {
    .access-hero { padding: 3rem 1rem 2rem; }
    .access-stat-strip { grid-template-columns: repeat(2, 1fr); }
    .access-section > h2 { font-size: 1.3rem; }
}
