:root {
    --paper:#f7f6f0;
    --ink:#233d34;
    --muted:#637068;
    --line:#d7dbd1;
    --green:#183e35;
    --accent:#dee6b6;
}
* {
    box-sizing:border-box;
}
html {
    scroll-behavior:smooth;
    scroll-padding-top:30px;
}
body {
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.65;
}
a {
    color:inherit;
    text-decoration:none;
}
a:focus-visible,summary:focus-visible {
    outline:3px solid #b17b29;
    outline-offset:6px;
}
a:hover {
    text-decoration:underline;
    text-underline-offset:5px;
}
img {
    display:block;
    max-width:100%;
}
h1,h2,h3,p {
    margin-top:0;
}
h1,h2,h3 {
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    line-height:1.12;
    letter-spacing:-1.4px;
}
h2 {
    font-size:clamp(32px,3.3vw,49px);
    margin-bottom:24px;
}
h3 {
    font-size:30px;
}
em {
    font-weight:400;
}
p {
    color:var(--muted);
}
.eyebrow {
    font-size:10px;
    font-weight:600;
    letter-spacing:2px;
    line-height:1.6;
    margin-bottom:24px;
    color:inherit;
}
.header {
    max-width:1600px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:23px 4.2%;
    gap:30px;
    min-height:100px;
}
.brand {
    display:flex;
    gap:12px;
    align-items:center;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    white-space:nowrap;
}
.brand small {
    display:block;
    font-size:7px;
    letter-spacing:1.8px;
    font-weight:400;
    margin-top:1px;
}
.header nav {
    display:flex;
    gap:29px;
    align-items:center;
    font-size:12px;
}
.header nav a[aria-current] {
    border-bottom:1px solid;
    padding-bottom:3px;
}
.nav-cta {
    font-size:12px;
    border:1px solid var(--line);
    border-radius:4px;
    padding:12px 19px;
    white-space:nowrap;
}
.nav-cta span {
    margin-left:15px;
}
.skip {
    position:absolute;
    top:-100px;
    left:12px;
    z-index:10;
    background:white;
    padding:12px;
}
.skip:focus {
    top:10px;
}
.hero {
    position:relative;
    min-height:660px;
    height:calc(100svh - 175px);
    max-height:900px;
    margin:0 22px;
    color:white;
    overflow:hidden;
    border-radius:5px;
}
.hero-photo,.hero-shade {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 54%;
}
.hero-shade {
    background:linear-gradient(90deg,rgba(9,28,24,.58),rgba(9,28,24,.1) 75%),linear-gradient(0deg,rgba(9,28,24,.55),transparent 40%);
}
.hero-content {
    position:relative;
    padding:80px 6%;
    max-width:900px;
}
.hero h1 {
    font-size:clamp(65px,7.6vw,116px);
    line-height:.99;
    margin-bottom:30px;
    letter-spacing:-4px;
}
.hero h1 em {
    font-weight:400;
}
.hero-description {
    color:#fff;
    font-size:16px;
    line-height:1.7;
}
.button {
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    gap:36px;
    background:var(--green);
    color:white;
    border-radius:3px;
    padding:15px 22px;
    font-size:12px;
    margin-top:12px;
    transition:transform .2s;
}
.button:hover {
    transform:translateY(-2px);
    text-decoration:none;
}
.button.light {
    background:var(--paper);
    color:var(--ink);
}
.hero-bottom {
    position:absolute;
    bottom:25px;
    left:6%;
    right:5%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:10px;
    letter-spacing:1px;
}
.hero-bottom a {
    font-size:11px;
    letter-spacing:0;
}
.hero-bottom a span {
    margin-left:20px;
}
.facts {
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding:35px 4%;
    border-bottom:1px solid var(--line);
    gap:30px;
}
.facts>div {
    border-right:1px solid var(--line);
    padding-right:15px;
}
.facts>div:last-child {
    border:0;
}
.facts span {
    display:block;
    font-size:9px;
    letter-spacing:1.6px;
    margin-bottom:7px;
    color:var(--muted);
}
.facts strong {
    font-family:Georgia,serif;
    font-weight:400;
    font-size:34px;
    line-height:1.3;
    white-space:nowrap;
}
.facts small {
    font-family:Arial,sans-serif;
    font-size:11px;
    color:var(--muted);
}
.facts .fact-word {
    font-size:23px;
}
.section {
    max-width:1320px;
    padding:95px 6%;
    margin:auto;
}
.intro {
    display:grid;
    grid-template-columns:1fr 1.8fr;
    gap:80px;
}
.intro>.eyebrow {
    padding-top:10px;
}
.intro h2 {
    font-size:clamp(38px,4vw,58px);
}
.intro p:not(.eyebrow) {
    max-width:620px;
    font-size:15px;
}
.text-link {
    display:inline-block;
    font-size:12px;
    font-weight:600;
    border-bottom:1px solid var(--ink);
    padding-bottom:6px;
    margin-top:15px;
}
.text-link span {
    margin-left:40px;
}
.guides {
    padding-top:10px;
}
.section-heading {
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:30px;
}
.section-heading h2 {
    font-size:35px;
    max-width:500px;
}
.section-heading .eyebrow {
    margin-bottom:14px;
}
.small-note {
    font-size:11px;
    color:var(--muted);
    margin-bottom:29px;
}
.guide-cards {
    display:grid;
    grid-template-columns:1.15fr 1fr 1fr;
    gap:20px;
    margin-top:20px;
}
.guide-card {
    border-radius:5px;
    min-height:380px;
    position:relative;
    overflow:hidden;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:transform .2s;
}
.guide-card:hover {
    transform:translateY(-5px);
    text-decoration:none;
}
.guide-card h3 {
    font-size:29px;
    letter-spacing:-1px;
    margin-bottom:14px;
    max-width:220px;
}
.guide-card p {
    font-size:12px;
    color:inherit;
    max-width:200px;
    margin-bottom:0;
}
.photo-card {
    color:white;
    justify-content:flex-end;
}
.photo-card img {
    position:absolute;
    inset:0;
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:20% 50%;
}
.photo-card:after {
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(10,35,25,.9),rgba(10,35,25,.05));
}
.photo-card>div {
    position:relative;
    z-index:1;
}
.photo-card .eyebrow {
    display:block;
    margin-bottom:30px;
}
.camp-card {
    background:#e2e6d5;
}
.camp-card svg {
    width:90%;
    max-height:145px;
    margin:0 auto 24px;
}
.visit-card {
    background:#eae6dc;
}
.card-arrow {
    position:absolute;
    bottom:27px;
    right:25px;
    font-size:22px;
}
.photo-card .card-arrow {
    right:-6px;
    bottom:0;
}
.route-art {
    padding:0 15px 30px;
    color:#637363;
}
.route-art span {
    font-size:8px;
    letter-spacing:1px;
}
.route-art span:last-child {
    display:block;
    text-align:right;
}
.route-art svg {
    width:100%;
    height:100px;
}
.conditions-band {
    background:var(--green);
    color:var(--paper);
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;
    padding:80px max(6%,calc((100% - 1160px)/2));
    margin:0 22px;
    border-radius:5px;
}
.conditions-band h2 {
    font-size:48px;
}
.conditions-band p {
    color:#cedbd0;
    font-size:14px;
    max-width:450px;
}
.conditions-band .eyebrow {
    color:#d9e6bf;
    font-size:10px;
}
.condition-links {
    align-self:center;
}
.condition-links>a {
    display:flex;
    gap:22px;
    align-items:center;
    border-bottom:1px solid #537064;
    padding:23px 0;
    font-size:16px;
}
.condition-links>a span:first-child {
    font-size:10px;
    color:#bdcdbb;
}
.condition-links>a span:last-child {
    margin-left:auto;
}
.condition-links>p {
    font-size:10px;
    margin-top:24px;
    line-height:1.8;
}
.faq {
    display:grid;
    grid-template-columns:1fr 1.55fr;
    gap:80px;
}
.faq h2 {
    font-size:48px;
}
.faq>div>p {
    font-size:13px;
}
.faq details {
    border-bottom:1px solid var(--line);
    padding:22px 0;
}
.faq details:first-child {
    border-top:1px solid var(--line);
}
summary {
    display:flex;
    justify-content:space-between;
    gap:25px;
    cursor:pointer;
    font-size:14px;
    list-style:none;
}
summary::-webkit-details-marker {
    display:none;
}
summary span {
    font-size:21px;
    line-height:1;
}
details[open] summary span {
    transform:rotate(45deg);
}
details p {
    font-size:14px;
    margin:18px 25px 0 0;
}
.source-note {
    font-size:10px!important;
    margin-top:25px;
}
.source-note a,.sources a,.callout a,article p a {
    text-decoration:underline;
    text-underline-offset:3px;
}
.leave-note {
    text-align:center;
    padding:60px 20px 80px;
    border-top:1px solid var(--line);
    max-width:1160px;
    margin:auto;
}
.leave-note>span:first-child {
    font-size:35px;
}
.leave-note p {
    font-family:Georgia,serif;
    font-size:45px;
    line-height:1.1;
    color:var(--ink);
    margin:20px 0;
}
.leave-note>span:last-child {
    font-size:11px;
    color:var(--muted);
}
footer {
    background:#eaece3;
    padding:55px 6% 24px;
}
.footer-top,.footer-bottom {
    display:flex;
    justify-content:space-between;
    gap:50px;
    max-width:1160px;
    margin:auto;
}
.footer-brand {
    font-family:Georgia,serif;
    font-size:34px;
}
.footer-top p {
    font-size:12px;
    margin-top:15px;
}
.footer-top nav {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 50px;
    font-size:12px;
    align-content:start;
}
.footer-bottom {
    border-top:1px solid #cbd2c6;
    padding-top:24px;
    margin-top:30px;
}
.footer-bottom p {
    font-size:9px;
    line-height:1.9;
}
.footer-bottom a {
    text-decoration:underline;
}
.guide-hero {
    display:grid;
    grid-template-columns:1.15fr 1fr;
    background:#eaece3;
    margin:0 22px;
    border-radius:5px;
    overflow:hidden;
}
.guide-hero>div {
    padding:45px 12% 60px;
}
.guide-hero h1 {
    font-size:clamp(44px,4.5vw,70px);
}
.guide-hero p:not(.eyebrow) {
    font-size:16px;
    margin:0;
}
.guide-hero img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.breadcrumb {
    font-size:11px;
    margin-bottom:40px;
    color:var(--muted);
}
.breadcrumb span {
    margin-left:7px;
}
.article-layout {
    display:grid;
    grid-template-columns:250px 1fr;
    gap:100px;
}
.article-layout aside nav {
    display:flex;
    flex-direction:column;
    gap:17px;
    margin-bottom:30px;
    font-size:12px;
}
.article-layout aside {
    align-self:start;
    position:sticky;
    top:30px;
}
.article-layout article {
    max-width:680px;
}
.article-layout article section {
    margin-bottom:50px;
}
.article-layout h2 {
    font-size:32px;
    letter-spacing:-.6px;
    margin-bottom:18px;
}
.article-layout article p {
    font-size:16px;
    line-height:1.85;
}
.sources {
    border-top:1px solid var(--line);
    margin-top:50px;
    padding-top:30px;
}
.sources a {
    display:block;
    font-size:12px;
    margin-bottom:12px;
}
.sources p {
    font-size:11px!important;
    margin-top:22px;
}
.next-guide {
    background:var(--green);
    text-align:center;
    padding:60px 25px;
    color:var(--paper);
}
.next-guide>div {
    display:flex;
    justify-content:center;
    gap:35px;
    font-size:13px;
}
.resource-intro {
    max-width:660px;
    margin-bottom:45px;
}
.resources {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}
.resource {
    border:1px solid var(--line);
    padding:32px;
    border-radius:5px;
    transition:background .2s;
}
.resource:hover {
    background:#eaece3;
    text-decoration:none;
}
.resource h3 {
    font-size:29px;
    display:flex;
    justify-content:space-between;
    gap:10px;
}
.resource .eyebrow {
    font-size:9px;
}
.resource p {
    font-size:14px;
    margin-bottom:0;
}
.callout {
    background:#e7e9da;
    padding:35px;
    margin-top:40px;
    border-left:3px solid var(--green);
}
.callout h2 {
    font-size:30px;
}
.callout p {
    font-size:14px;
    max-width:850px;
}
@media(min-width:1600px) {
    .hero,.conditions-band,.guide-hero {
        max-width:1556px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media(max-width:1050px) {
    .header {
        gap:18px;
    }
    .header nav {
        gap:17px;
    }
    .brand {
        font-size:12px;
        letter-spacing:1px;
    }
    .nav-cta {
        padding:10px;
    }
    .intro,.faq {
        gap:40px;
    }
    .conditions-band {
        gap:50px;
    }
    .guide-card {
        padding:22px;
    }
    .article-layout {
        gap:50px;
        grid-template-columns:200px 1fr;
    }
    .facts strong {
        font-size:28px;
    }
    .facts .fact-word {
        font-size:20px;
    }
}
@media(max-width:760px) {
    .header {
        flex-wrap:wrap;
        padding:18px 6%;
        gap:15px;
        min-height:110px;
    }
    .brand {
        font-size:13px;
    }
    .brand small {
        font-size:6px;
    }
    .header nav {
        order:3;
        justify-content:space-between;
        width:100%;
        gap:12px;
        font-size:11px;
    }
    .nav-cta {
        margin-left:auto;
        font-size:10px;
    }
    .hero {
        margin:0 10px;
        min-height:570px;
        height:75svh;
        max-height:750px;
    }
    .hero-content {
        padding:65px 7%;
    }
    .hero h1 {
        font-size:70px;
        letter-spacing:-3px;
    }
    .hero-content>.eyebrow {
        font-size:8px;
    }
    .hero-description {
        font-size:14px;
    }
    .hero-bottom {
        left:7%;
        right:7%;
    }
    .hero-bottom>span {
        font-size:8px;
    }
    .hero-bottom>a {
        font-size:9px;
    }
    .facts {
        grid-template-columns:1fr 1fr;
        padding:27px 7%;
        gap:24px;
    }
    .facts>div:nth-child(2) {
        border:0;
    }
    .facts strong {
        font-size:29px;
    }
    .facts .fact-word {
        font-size:22px;
    }
    .section {
        padding:60px 7%;
    }
    .intro,.faq {
        grid-template-columns:1fr;
        gap:10px;
    }
    .intro h2 {
        font-size:39px;
    }
    .section-heading {
        display:block;
    }
    .small-note {
        display:block;
    }
    .guides {
        padding-top:10px;
    }
    .guide-cards {
        grid-template-columns:1fr;
    }
    .guide-card {
        min-height:340px;
        padding:30px;
    }
    .camp-card svg {
        height:140px;
    }
    .guide-card h3 {
        max-width:none;
        font-size:34px;
    }
    .guide-card p {
        max-width:85%;
    }
    .photo-card {
        min-height:390px;
    }
    .route-art {
        max-width:300px;
        margin:auto;
        width:100%;
    }
    .conditions-band {
        margin:0 10px;
        grid-template-columns:1fr;
        gap:28px;
        padding:50px 7%;
    }
    .conditions-band h2 {
        font-size:40px;
    }
    .condition-links>a {
        font-size:15px;
    }
    .faq {
        gap:25px;
    }
    .leave-note p {
        font-size:39px;
    }
    .footer-top,.footer-bottom {
        flex-direction:column;
        gap:25px;
    }
    .footer-top nav {
        grid-template-columns:repeat(3,1fr);
        gap:15px;
    }
    .footer-bottom {
        gap:0;
    }
    .guide-hero {
        margin:0 10px;
        grid-template-columns:1fr;
    }
    .guide-hero>div {
        padding:30px 7% 40px;
    }
    .guide-hero h1 {
        font-size:45px;
    }
    .guide-hero img {
        height:230px;
    }
    .guide-hero .eyebrow {
        font-size:9px;
    }
    .breadcrumb {
        margin-bottom:28px;
    }
    .article-layout {
        grid-template-columns:1fr;
        gap:40px;
    }
    .article-layout aside {
        position:static;
        border-bottom:1px solid var(--line);
        padding-bottom:30px;
    }
    .article-layout aside nav {
        gap:12px;
    }
    .resources {
        grid-template-columns:1fr;
    }
    .resource {
        padding:25px;
    }
    .next-guide>div {
        flex-wrap:wrap;
        gap:20px;
    }
    .callout {
        padding:25px;
    }
    .hero-bottom>a span {
        margin-left:7px;
    }
}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    * {
        transition:none!important;
    }
}
.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip-path:inset(50%);
    white-space:nowrap;
    border:0;
}
@media(max-width:380px) {
    .facts {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .facts strong {
        white-space:normal;
    }
    .facts small {
        display:block;
    }
    .facts .fact-word {
        font-size:20px;
    }
    .hero h1 {
        font-size:61px;
    }
    .hero-bottom {
        gap:14px;
    }
    .button {
        gap:18px;
    }
}
