/*
Theme Name: National Parks Guide
Description: Static-first GeneratePress child theme for National Parks Guide.
Author: National Parks Guide
Template: generatepress
Version: 1.0.0
Text Domain: npg
*/

:root {
	--npg-forest-950: #102c24;
	--npg-forest-900: #173b30;
	--npg-forest-700: #2e5d4d;
	--npg-forest-500: #5d8270;
	--npg-sage-100: #eaf0e8;
	--npg-cream: #f7f4ec;
	--npg-sand: #d9c9a5;
	--npg-orange: #d8753c;
	--npg-orange-dark: #ac5128;
	--npg-ink: #17211d;
	--npg-muted: #607068;
	--npg-border: #dce4de;
	--npg-white: #fff;
	--npg-serif: ui-serif, Georgia, Cambria, "Times New Roman", serif;
	--npg-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--npg-width: 1260px;
}

html { scroll-behavior: smooth; }
body.npg-site { margin: 0; background: var(--npg-cream); color: var(--npg-ink); font: 400 16px/1.65 var(--npg-sans); }
.npg-site *, .npg-site *::before, .npg-site *::after { box-sizing: border-box; }
.npg-site img { display: block; max-width: 100%; }
.npg-site a { color: inherit; }
.npg-site h1, .npg-site h2, .npg-site h3, .npg-site h4 { color: var(--npg-forest-950); font-family: var(--npg-serif); text-wrap: balance; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.npg-skip-link { left: 16px; position: fixed; top: -100px; z-index: 99999; background: #fff; color: #000; padding: 10px 14px; }
.npg-skip-link:focus { top: 12px; }

.npg-status-bar { background: var(--npg-forest-950); color: #d9e7df; min-height: 35px; display: grid; place-items: center; padding: 7px 20px; font-size: .77rem; letter-spacing: .04em; }
.npg-status-bar p { margin: 0; }
.npg-status-bar span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #7cb787; box-shadow: 0 0 0 4px rgb(124 183 135 / .12); }
.npg-site-header { min-height: 82px; padding: 0 clamp(22px, 4vw, 72px); display: flex; align-items: center; gap: 34px; background: rgb(255 255 255 / .97); border-bottom: 1px solid rgb(16 44 36 / .1); position: relative; z-index: 100; }
.npg-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 700 clamp(1rem, 1.5vw, 1.16rem)/1.05 var(--npg-serif); color: var(--npg-forest-950); white-space: nowrap; }
.npg-brand small { display: block; margin-top: 5px; font: 650 .6rem/1 var(--npg-sans); color: var(--npg-muted); letter-spacing: .13em; text-transform: uppercase; }
.npg-brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #9aae9e; border-radius: 50%; font: 800 .72rem/1 var(--npg-sans); }
.npg-primary-nav { margin-left: auto; }
.npg-menu { align-items: center; display: flex; gap: clamp(18px, 2.6vw, 38px); list-style: none; margin: 0; padding: 0; }
.npg-menu a { color: #31473e; font-size: .88rem; font-weight: 700; text-decoration: none; }
.npg-menu a:hover, .npg-menu a:focus-visible { color: var(--npg-orange-dark); }
.npg-header-cta { background: var(--npg-forest-900); border-radius: 3px; color: #fff !important; font-size: .82rem; font-weight: 800; padding: 12px 18px; text-decoration: none; }
.npg-header-cta:hover, .npg-header-cta:focus-visible { background: var(--npg-orange-dark); color: #fff; }
.npg-menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.npg-menu-toggle > span { background: var(--npg-forest-950); display: block; height: 2px; margin: 5px 0; width: 100%; }

.npg-eyebrow { color: #d9e5d7; font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1; margin: 0 0 15px; text-transform: uppercase; }
.npg-eyebrow--dark { color: var(--npg-forest-700); }
.npg-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.npg-button { border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; font-size: .86rem; font-weight: 800; padding: 14px 20px; text-decoration: none; }
.npg-button--primary { background: var(--npg-orange); color: #1d1813; }
.npg-button--primary:hover, .npg-button--primary:focus-visible { background: #e88b54; color: #111; }
.npg-button--ghost { border: 1px solid rgb(255 255 255 / .62); color: #fff; }
.npg-button--ghost:hover, .npg-button--ghost:focus-visible { background: #fff; color: var(--npg-forest-950); }
.npg-button--light { background: #fff; color: var(--npg-forest-950); }
.npg-button--dark { background: var(--npg-forest-900); color: #fff; }
.npg-text-link { color: var(--npg-forest-700); display: inline-block; font-size: .85rem; font-weight: 800; margin-top: 10px; text-decoration-color: #92aa9d; text-underline-offset: 4px; }

.npg-home-hero { align-items: end; display: grid; isolation: isolate; min-height: 680px; overflow: hidden; position: relative; }
.npg-home-hero > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: -3; }
.npg-home-hero__shade { background: linear-gradient(90deg, rgb(8 28 22 / .88) 0%, rgb(8 28 22 / .62) 46%, rgb(8 28 22 / .08) 82%), linear-gradient(0deg, rgb(8 28 22 / .42), transparent 44%); inset: 0; position: absolute; z-index: -2; }
.npg-home-hero__content { color: #fff; margin: 0 auto; padding: 108px clamp(24px, 6vw, 82px) 72px; width: min(var(--npg-width), 100%); }
.npg-home-hero h1 { color: #fff; font-size: clamp(3.1rem, 7vw, 6.7rem); font-weight: 600; letter-spacing: -.055em; line-height: .92; margin: 0; max-width: 780px; }
.npg-home-hero__copy { color: #edf3ef; font-size: clamp(1.03rem, 1.8vw, 1.27rem); line-height: 1.55; margin: 25px 0 30px; max-width: 680px; }
.npg-home-hero__facts { border-top: 1px solid rgb(255 255 255 / .24); display: flex; list-style: none; margin: 62px 0 0; max-width: 730px; padding: 0; }
.npg-home-hero__facts li { border-right: 1px solid rgb(255 255 255 / .22); display: grid; gap: 4px; margin-right: 28px; min-width: 170px; padding: 20px 28px 0 0; }
.npg-home-hero__facts li:last-child { border: 0; }
.npg-home-hero__facts strong { font: 600 1.4rem/1 var(--npg-serif); }
.npg-home-hero__facts span { color: #cddad3; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }

.npg-section { margin: 0 auto; padding: 96px 0 104px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-section-heading { align-items: end; display: grid; gap: 56px; grid-template-columns: 1fr minmax(280px, 520px); margin-bottom: 40px; }
.npg-section-heading h2, .npg-decision-band h2, .npg-feature-copy h2, .npg-footer-lead h2 { color: var(--npg-forest-950); font-size: clamp(2.3rem, 4.5vw, 4.5rem); font-weight: 600; letter-spacing: -.04em; line-height: .98; margin: 0; }
.npg-section-heading > p { color: var(--npg-muted); font-size: 1rem; line-height: 1.65; margin: 0 0 4px; }
.npg-card-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.npg-guide-card { background: #fff; box-shadow: 0 14px 40px rgb(22 49 40 / .08); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.npg-guide-card:hover, .npg-guide-card:focus-visible { box-shadow: 0 20px 46px rgb(22 49 40 / .14); transform: translateY(-4px); }
.npg-guide-card > img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.npg-guide-card > div { padding: 26px 26px 28px; }
.npg-guide-card > div > span { color: var(--npg-orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.npg-guide-card h3 { font-size: 1.75rem; line-height: 1.05; margin: 10px 0 9px; }
.npg-guide-card p { color: var(--npg-muted); font-size: .92rem; line-height: 1.55; margin: 0 0 18px; min-height: 72px; }
.npg-guide-card b { color: var(--npg-forest-700); font-size: .8rem; }

.npg-decision-band { background: var(--npg-forest-900); color: #fff; display: grid; gap: 75px; grid-template-columns: minmax(300px, .8fr) 1.4fr; padding: 95px max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-decision-band h2 { color: #fff; }
.npg-decision-list article { align-items: baseline; border-top: 1px solid rgb(255 255 255 / .18); display: grid; gap: 20px; grid-template-columns: 54px minmax(150px, .75fr) 1fr; padding: 24px 0; }
.npg-decision-list span { color: #8eaa9d; font-size: .68rem; font-weight: 800; }
.npg-decision-list h3 { color: #fff; font-size: 1.28rem; margin: 0; }
.npg-decision-list p { color: #c9d6d0; font-size: .88rem; line-height: 1.55; margin: 0; }

.npg-section--split { align-items: center; display: grid; gap: clamp(45px, 7vw, 96px); grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.npg-feature-image { box-shadow: 0 20px 50px rgb(20 46 37 / .15); position: relative; }
.npg-feature-image img { aspect-ratio: 16 / 11; object-fit: cover; width: 100%; }
.npg-feature-image > span { background: #fff; bottom: 18px; color: var(--npg-forest-950); font-size: .72rem; font-weight: 800; left: 18px; letter-spacing: .08em; padding: 10px 13px; position: absolute; text-transform: uppercase; }
.npg-feature-copy h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
.npg-feature-copy > p:not(.npg-eyebrow) { color: var(--npg-muted); line-height: 1.7; }
.npg-check-list { list-style: none; margin: 26px 0; padding: 0; }
.npg-check-list li { border-top: 1px solid var(--npg-border); color: #2f433a; font-size: .9rem; font-weight: 700; padding: 11px 0 11px 27px; position: relative; }
.npg-check-list li::before { color: var(--npg-orange-dark); content: "✓"; left: 0; position: absolute; }

.npg-roadtrip-band { min-height: 520px; isolation: isolate; overflow: hidden; position: relative; }
.npg-roadtrip-band > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: -2; }
.npg-roadtrip-band::after { background: linear-gradient(90deg, rgb(12 34 27 / .93), rgb(12 34 27 / .56) 58%, rgb(12 34 27 / .05)); content: ""; inset: 0; position: absolute; z-index: -1; }
.npg-roadtrip-band > div { color: #fff; padding: 100px max(22px, calc((100% - var(--npg-width)) / 2)); width: min(760px, 100%); }
.npg-roadtrip-band h2 { color: #fff; font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.045em; line-height: .95; margin: 0; }
.npg-roadtrip-band p:not(.npg-eyebrow) { color: #e1ebe5; font-size: 1.04rem; line-height: 1.65; margin: 24px 0 29px; max-width: 600px; }

.npg-page-hero, .npg-park-hero { isolation: isolate; min-height: 480px; overflow: hidden; position: relative; }
.npg-page-hero > img, .npg-park-hero > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: -3; }
.npg-page-hero__shade, .npg-park-hero__shade { background: linear-gradient(90deg, rgb(10 34 27 / .88), rgb(10 34 27 / .34)), linear-gradient(0deg, rgb(10 34 27 / .42), transparent); inset: 0; position: absolute; z-index: -2; }
.npg-page-hero > div:last-child { color: #fff; margin: 0 auto; padding: 130px 22px 74px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-page-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.05em; line-height: .95; margin: 0; max-width: 900px; }
.npg-page-hero > div:last-child > p:last-child { color: #e5ede8; font-size: 1.1rem; line-height: 1.6; max-width: 700px; }
.npg-prose { color: #283a32; font-size: 1rem; line-height: 1.78; }
.npg-prose--page { background: #fff; margin: -38px auto 90px; max-width: 960px; padding: clamp(35px, 6vw, 75px); position: relative; z-index: 2; }
.npg-prose h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); letter-spacing: -.025em; line-height: 1.1; margin: 2em 0 .55em; }
.npg-prose h3 { font-size: 1.45rem; line-height: 1.2; margin: 1.8em 0 .45em; }
.npg-prose p { margin: 0 0 1.35em; }
.npg-prose a { color: var(--npg-forest-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.npg-prose ul, .npg-prose ol { margin: 1.2em 0 1.5em; padding-left: 1.35em; }
.npg-prose blockquote { border-left: 4px solid var(--npg-orange); color: #42534b; font: 500 1.25rem/1.55 var(--npg-serif); margin: 2em 0; padding: 8px 0 8px 24px; }
.npg-prose .npg-lede { color: #31463c; font: 500 clamp(1.25rem, 2vw, 1.5rem)/1.62 var(--npg-serif); }
.npg-content-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 55px calc(50% - 50vw); padding: 0 max(22px, calc((100vw - var(--npg-width)) / 2)); background: var(--npg-border); }
.npg-content-grid section { background: var(--npg-cream); padding: 40px 30px; }
.npg-content-grid h2 { font-size: 1.7rem; margin: 8px 0 13px; }
.npg-content-grid p:not(.npg-kicker) { color: var(--npg-muted); font-size: .86rem; line-height: 1.65; }
.npg-kicker { color: var(--npg-orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.npg-editorial-callout { background: var(--npg-forest-900); color: #dce7e1; margin: 48px 0; padding: clamp(28px, 5vw, 55px); }
.npg-editorial-callout h2 { color: #fff; margin-top: 0; }
.npg-editorial-callout li { padding: 4px 0; }
.npg-inline-button { background: var(--npg-forest-900); color: #fff !important; display: inline-flex; font-size: .82rem; font-weight: 800; padding: 13px 17px; text-decoration: none !important; }

.npg-directory-hero { background: var(--npg-forest-900); color: #fff; display: grid; gap: 80px; grid-template-columns: 1fr minmax(320px, .75fr); padding: 95px max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-directory-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.05em; line-height: .94; margin: 0; }
.npg-directory-hero > div > p:last-child { color: #c9d8d0; font-size: 1rem; line-height: 1.65; max-width: 690px; }
.npg-park-search { align-self: end; background: #fff; box-shadow: 0 12px 34px rgb(0 0 0 / .18); color: var(--npg-ink); padding: 24px; }
.npg-park-search label { display: block; font-size: .72rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 8px; text-transform: uppercase; }
.npg-park-search > div { border: 1px solid #aebfb5; display: flex; }
.npg-park-search input { border: 0; flex: 1; font: inherit; min-width: 0; padding: 13px 14px; }
.npg-park-search button { background: var(--npg-sage-100); border: 0; border-left: 1px solid #aebfb5; color: var(--npg-forest-900); font-weight: 800; padding: 0 14px; }
.npg-park-search > p { color: var(--npg-muted); font-size: .78rem; margin: 7px 0 0; min-height: 1.2em; }
.npg-directory { margin: 0 auto; padding: 80px 0 110px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-region { display: grid; gap: 46px; grid-template-columns: 250px 1fr; padding: 48px 0; border-bottom: 1px solid #cfdad3; }
.npg-region[hidden], .npg-park-list article[hidden] { display: none; }
.npg-region > header h2 { font-size: 2rem; line-height: 1.05; margin: 0 0 8px; }
.npg-region > header > span { color: var(--npg-muted); font-size: .8rem; }
.npg-park-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.npg-park-list article { align-items: center; border-top: 1px solid var(--npg-border); display: flex; gap: 18px; justify-content: space-between; min-height: 88px; padding: 14px 18px 14px 0; }
.npg-park-list article:nth-child(-n+2) { border-top: 0; }
.npg-park-list h3 { font-size: 1.12rem; margin: 0; }
.npg-park-list p { color: var(--npg-muted); font-size: .76rem; margin: 4px 0 0; }
.npg-park-list a, .npg-planned { color: var(--npg-forest-700); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.npg-planned { color: #88958f; }

.npg-park-hero { min-height: 670px; display: grid; align-items: end; }
.npg-park-hero__shade { background: linear-gradient(90deg, rgb(8 28 22 / .82), rgb(8 28 22 / .25)), linear-gradient(0deg, rgb(8 28 22 / .75), transparent 62%); }
.npg-park-hero__content { color: #fff; margin: 0 auto; padding: 110px 22px 58px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-park-hero h1 { color: #fff; font-size: clamp(3.1rem, 7vw, 6.7rem); letter-spacing: -.055em; line-height: .91; margin: 0; max-width: 1000px; }
.npg-park-hero__content > p:not(.npg-eyebrow) { color: #e7eee9; font-size: 1.08rem; line-height: 1.6; max-width: 760px; }
.npg-park-hero nav { border-top: 1px solid rgb(255 255 255 / .28); display: flex; gap: 28px; margin-top: 36px; max-width: 780px; padding-top: 18px; }
.npg-park-hero nav a { color: #fff; font-size: .76rem; font-weight: 800; text-decoration: none; }
.npg-park-intro { display: grid; gap: 70px; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); margin: 0 auto; padding: 95px 0; width: min(1080px, calc(100% - 44px)); }
.npg-park-intro .npg-prose { font-size: 1.05rem; }
.npg-park-intro aside { align-self: start; background: #fff; border-top: 5px solid var(--npg-orange); box-shadow: 0 14px 35px rgb(20 46 37 / .09); padding: 27px; }
.npg-park-intro aside ul { list-style: none; margin: 0; padding: 0; }
.npg-park-intro aside li { border-top: 1px solid var(--npg-border); font-size: .86rem; padding: 11px 0; }
.npg-park-guides { background: #e8efe9; display: grid; gap: clamp(36px, 6vw, 80px); grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); padding: 82px max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-park-guides > header h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.04em; line-height: 1; margin: 0 0 18px; }
.npg-park-guides > header > p:last-child { color: var(--npg-muted); line-height: 1.65; margin: 0; max-width: 520px; }
.npg-park-guides__grid { display: grid; gap: 16px; }
.npg-guide-directory { background: #f6f3ec; }
.npg-guide-directory .npg-section-heading { margin-bottom: 34px; }
.npg-guide-directory .npg-guide-card { border: 1px solid rgb(22 49 40 / .08); }
.npg-park-guide-card { background: #fff; border-left: 5px solid var(--npg-orange); box-shadow: 0 12px 34px rgb(20 46 37 / .08); color: var(--npg-ink); padding: clamp(24px, 4vw, 36px); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.npg-park-guide-card:hover, .npg-park-guide-card:focus-visible { box-shadow: 0 18px 40px rgb(20 46 37 / .14); transform: translateY(-3px); }
.npg-park-guide-card > span { color: var(--npg-orange-dark); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.npg-park-guide-card h3 { font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.08; margin: 9px 0 12px; }
.npg-park-guide-card p { color: var(--npg-muted); font-size: .87rem; line-height: 1.58; margin: 0 0 15px; }
.npg-park-guide-card b { color: var(--npg-forest-700); font-size: .76rem; }
.npg-park-planning { background: #fff; padding: 90px max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-park-planning > header { display: grid; gap: 45px; grid-template-columns: 240px 1fr; margin-bottom: 45px; }
.npg-park-planning h2, .npg-live-section h2 { font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1; margin: 0; }
.npg-planning-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.npg-planning-grid article { border-left: 1px solid var(--npg-border); padding: 8px 25px 12px; }
.npg-planning-grid article:first-child { border-left: 0; padding-left: 0; }
.npg-planning-grid span { color: var(--npg-orange-dark); font-size: .67rem; font-weight: 850; }
.npg-planning-grid h3 { font-size: 1.35rem; margin: 10px 0; }
.npg-planning-grid p { color: var(--npg-muted); font-size: .83rem; line-height: 1.6; margin: 0; }
.npg-live-section { display: grid; gap: 70px; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); margin: 0 auto; padding: 95px 0 110px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-live-section > div:first-child > p:last-child { color: var(--npg-muted); line-height: 1.7; }
.npg-live-section__alerts { grid-column: 1 / -1; }
.npg-live-conditions { background: #fff; border: 1px solid var(--npg-border); box-shadow: 0 18px 44px rgb(20 46 37 / .09); padding: clamp(24px, 4vw, 42px); }
.npg-live-conditions--active { border-top: 5px solid #b8542c; }
.npg-live-conditions--clear { border-top: 5px solid #547863; }
.npg-live-conditions__header, .npg-live-conditions__footer { align-items: flex-start; display: flex; gap: 25px; justify-content: space-between; }
.npg-live-conditions__eyebrow { color: var(--npg-orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; margin: 0 0 8px; text-transform: uppercase; }
.npg-live-conditions__eyebrow span { align-items: center; background: var(--npg-orange); border-radius: 50%; color: #fff; display: inline-flex; height: 20px; justify-content: center; margin-right: 5px; width: 20px; }
.npg-live-conditions h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.035em; line-height: 1; margin: 0; }
.npg-live-conditions__checked { color: var(--npg-muted); font-size: .72rem; margin: 9px 0 0; }
.npg-live-conditions__count { background: var(--npg-sage-100); color: var(--npg-forest-900); font-size: .7rem; font-weight: 850; padding: 9px 12px; white-space: nowrap; }
.npg-live-conditions__list { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.npg-live-alert { border-left: 4px solid #ca8a27; background: #faf8f1; padding: 20px; }
.npg-live-alert--park-closure, .npg-live-alert--danger, .npg-live-alert--closure { border-left-color: #a4372b; }
.npg-live-alert__category { color: var(--npg-orange-dark); font-size: .65rem; font-weight: 850; letter-spacing: .08em; margin: 0 0 7px; text-transform: uppercase; }
.npg-live-alert h3 { font-size: 1.2rem; line-height: 1.15; margin: 0 0 9px; }
.npg-live-alert p:not(.npg-live-alert__category), .npg-live-conditions__clear-message { color: var(--npg-muted); font-size: .81rem; line-height: 1.58; }
.npg-live-alert a, .npg-live-conditions__footer a { color: var(--npg-forest-700); font-size: .72rem; font-weight: 800; }
.npg-live-conditions__clear-message { background: var(--npg-sage-100); margin: 28px 0 0; padding: 17px; }
.npg-live-conditions__footer { border-top: 1px solid var(--npg-border); margin-top: 28px; padding-top: 18px; }
.npg-live-conditions__footer p { color: var(--npg-muted); font-size: .73rem; margin: 0; max-width: 650px; }

.npg-article { background: #fff; }
.npg-article-hero { background: var(--npg-forest-950); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); min-height: 590px; }
.npg-article-hero__copy { align-self: center; padding: 85px clamp(28px, 6vw, 90px); }
.npg-breadcrumb { align-items: center; color: #a9c0b5; display: flex; flex-wrap: wrap; font-size: .7rem; font-weight: 750; gap: 8px; letter-spacing: .04em; margin: 0 0 28px; }
.npg-breadcrumb a { color: #dbe7e0; text-decoration: none; }
.npg-article-hero h1 { color: #fff; font-size: clamp(2.65rem, 5vw, 5.4rem); letter-spacing: -.05em; line-height: .96; margin: 0; }
.npg-article-dek { color: #dce8e1; font-size: 1.06rem; line-height: 1.65; margin: 24px 0; max-width: 680px; }
.npg-article-meta { border-top: 1px solid rgb(255 255 255 / .18); color: #aac0b6; display: flex; flex-wrap: wrap; font-size: .68rem; gap: 20px; margin-top: 33px; padding-top: 16px; text-transform: uppercase; letter-spacing: .06em; }
.npg-article-hero__image { overflow: hidden; position: relative; }
.npg-article-hero__image img { height: 100%; object-fit: cover; width: 100%; }
.npg-article-hero__image .npg-image-credit { background: rgb(6 22 17 / .82); bottom: 0; color: #e7efe9; font-size: .68rem; line-height: 1.45; margin: 0; padding: 8px 13px; position: absolute; right: 0; width: 100%; }
.npg-article-hero__image .npg-image-credit a { color: #fff; text-underline-offset: 2px; }
.npg-article-layout { display: grid; gap: 65px; grid-template-columns: 210px minmax(0, 800px); justify-content: center; padding: 85px 22px 110px; }
.npg-article-aside { align-self: start; position: sticky; top: 24px; }
.npg-article-aside nav { display: grid; }
.npg-article-aside nav a { border-top: 1px solid var(--npg-border); color: #42564c; font-size: .74rem; font-weight: 700; line-height: 1.4; padding: 10px 0; text-decoration: none; }
.npg-article-aside nav a:hover { color: var(--npg-orange-dark); }
.npg-source-note { background: var(--npg-sage-100); margin-top: 28px; padding: 16px; }
.npg-source-note strong { color: var(--npg-forest-950); font: 650 1rem/1.1 var(--npg-serif); }
.npg-source-note p { color: var(--npg-muted); font-size: .72rem; line-height: 1.55; margin: 7px 0 0; }
.npg-prose--article { font-size: 1.02rem; min-width: 0; }
.npg-prose--article > p:first-child { color: #364940; font: 500 1.3rem/1.65 var(--npg-serif); }
.npg-prose--article figure { margin: 2.4em 0; }
.npg-prose--article figcaption { color: var(--npg-muted); font-size: .74rem; line-height: 1.45; padding-top: 7px; }
.npg-post-navigation { background: var(--npg-sage-100); display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.npg-post-navigation > * { background: #edf2ed; padding: 30px max(22px, calc((100vw - var(--npg-width)) / 2)); }
.npg-post-navigation span { color: var(--npg-muted); display: block; font-size: .65rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 7px; text-transform: uppercase; }

.npg-archive-hero { background: var(--npg-forest-900); color: #fff; padding: 95px max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-archive-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.05em; line-height: .95; margin: 0; }
.npg-archive-hero > p:last-child { color: #c9d8d0; max-width: 700px; }
.npg-post-grid { display: grid; gap: 25px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; padding: 80px 0; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-post-card { background: #fff; }
.npg-post-card > a { display: block; text-decoration: none; }
.npg-post-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.npg-post-card > a > div { padding: 24px; }
.npg-post-card span { color: var(--npg-orange-dark); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.npg-post-card h2 { font-size: 1.6rem; line-height: 1.08; margin: 10px 0; }
.npg-post-card p { color: var(--npg-muted); font-size: .86rem; line-height: 1.55; }
.npg-post-card b { color: var(--npg-forest-700); font-size: .75rem; }
.npg-empty-state { grid-column: 1 / -1; padding: 70px; text-align: center; }
.npg-pagination { margin: 0 auto 90px; width: min(var(--npg-width), calc(100% - 44px)); }
.npg-not-found { margin: 0 auto; max-width: 700px; padding: 140px 22px; text-align: center; }
.npg-not-found h1 { font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.05em; margin: 0; }
.npg-not-found p:not(.npg-eyebrow) { color: var(--npg-muted); margin: 20px auto 30px; max-width: 570px; }

.npg-site-footer { background: #0b241d; color: #c8d6cf; padding: 0 max(22px, calc((100% - var(--npg-width)) / 2)); }
.npg-footer-lead { border-bottom: 1px solid rgb(255 255 255 / .15); display: grid; gap: 70px; grid-template-columns: 1fr .75fr; padding: 85px 0 70px; }
.npg-footer-lead h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 4.1rem); }
.npg-footer-lead > p { align-self: end; color: #adbbb4; font-size: .9rem; line-height: 1.7; }
.npg-footer-grid { display: grid; gap: 60px; grid-template-columns: 1fr .6fr .8fr; padding: 58px 0; }
.npg-brand--footer { color: #fff; }
.npg-footer-brand > p, .npg-footer-note p { color: #95a9a0; font-size: .78rem; line-height: 1.6; max-width: 330px; }
.npg-footer-grid nav ul { list-style: none; margin: 0; padding: 0; }
.npg-footer-grid nav li { margin-bottom: 7px; }
.npg-footer-grid nav a { color: #d6e1dc; font-size: .79rem; text-decoration: none; }
.npg-footer-note strong { color: #fff; font: 650 1.15rem/1 var(--npg-serif); }
.npg-footer-legal { border-top: 1px solid rgb(255 255 255 / .12); color: #82968c; display: flex; font-size: .67rem; justify-content: space-between; padding: 20px 0 25px; }

@media (max-width: 1040px) {
	.npg-primary-nav { display: none; left: 0; margin: 0; position: absolute; top: 100%; width: 100%; }
	.npg-primary-nav.is-open { display: block; }
	.npg-menu { align-items: stretch; background: #fff; box-shadow: 0 18px 30px rgb(0 0 0 / .13); display: grid; gap: 0; padding: 12px 22px 22px; }
	.npg-menu li { border-top: 1px solid var(--npg-border); }
	.npg-menu a { display: block; padding: 13px 2px; }
	.npg-menu-toggle { display: block; }
	.npg-header-cta { margin-left: 0; }
	.npg-article-hero { grid-template-columns: 1fr; }
	.npg-article-hero__image { max-height: 490px; }
	.npg-article-hero__image img { aspect-ratio: 16 / 9; }
	.npg-planning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.npg-planning-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 820px) {
	.npg-home-hero { min-height: 650px; }
	.npg-home-hero__shade { background: linear-gradient(90deg, rgb(8 28 22 / .84), rgb(8 28 22 / .34)); }
	.npg-section-heading, .npg-decision-band, .npg-section--split, .npg-directory-hero, .npg-park-intro, .npg-park-guides, .npg-live-section, .npg-footer-lead { grid-template-columns: 1fr; }
	.npg-card-grid, .npg-post-grid { grid-template-columns: 1fr; }
	.npg-guide-card { display: grid; grid-template-columns: minmax(210px, .8fr) 1fr; }
	.npg-guide-card > img { aspect-ratio: auto; height: 100%; }
	.npg-decision-band { gap: 30px; }
	.npg-directory-hero { gap: 35px; }
	.npg-region { grid-template-columns: 1fr; }
	.npg-region > header { align-items: end; display: flex; justify-content: space-between; }
	.npg-region > header .npg-eyebrow { display: none; }
	.npg-park-planning > header { grid-template-columns: 1fr; gap: 15px; }
	.npg-article-layout { grid-template-columns: 1fr; }
	.npg-article-aside { position: static; }
	.npg-article-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
	.npg-footer-grid { grid-template-columns: repeat(2, 1fr); }
	.npg-content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.npg-status-bar { text-align: center; }
	.npg-site-header { min-height: 70px; padding: 0 17px; gap: 12px; }
	.npg-brand small { display: none; }
	.npg-brand-mark { height: 38px; width: 38px; }
	.npg-header-cta { font-size: .72rem; padding: 10px 12px; }
	.npg-home-hero__content { padding: 95px 21px 38px; }
	.npg-home-hero__facts { margin-top: 44px; }
	.npg-home-hero__facts li { flex: 1; margin-right: 12px; min-width: 0; padding-right: 12px; }
	.npg-home-hero__facts span { font-size: .58rem; }
	.npg-section { padding: 72px 0; width: min(100% - 32px, var(--npg-width)); }
	.npg-guide-card { display: block; }
	.npg-guide-card p { min-height: 0; }
	.npg-decision-band { padding-bottom: 72px; padding-top: 72px; }
	.npg-decision-list article { grid-template-columns: 35px 1fr; }
	.npg-decision-list p { grid-column: 2; }
	.npg-roadtrip-band > div { padding-top: 75px; }
	.npg-directory-hero, .npg-archive-hero { padding-bottom: 68px; padding-top: 68px; }
	.npg-park-list { grid-template-columns: 1fr; }
	.npg-park-list article:nth-child(2) { border-top: 1px solid var(--npg-border); }
	.npg-park-hero { min-height: 610px; }
	.npg-park-hero nav { gap: 14px; }
	.npg-park-intro { gap: 35px; padding: 68px 0; }
	.npg-planning-grid { grid-template-columns: 1fr; }
	.npg-planning-grid article, .npg-planning-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--npg-border); padding: 20px 0; }
	.npg-live-section { gap: 35px; padding: 68px 0 80px; }
	.npg-live-conditions__header, .npg-live-conditions__footer { align-items: flex-start; flex-direction: column; }
	.npg-live-conditions__list { grid-template-columns: 1fr; }
	.npg-article-hero__copy { padding: 70px 22px; }
	.npg-article-layout { gap: 35px; padding-top: 60px; }
	.npg-article-aside nav { grid-template-columns: 1fr; }
	.npg-post-navigation { grid-template-columns: 1fr; }
	.npg-footer-grid { grid-template-columns: 1fr; }
	.npg-footer-legal { align-items: flex-start; flex-direction: column; gap: 5px; }
}

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