:root{
  --ink:#1f2822;
  --muted:#6d746f;
  --paper:#f5f3ee;
  --card:#ffffff;
  --forest:#29483a;
  --forest-dark:#1d342a;
  --sand:#ddd5c6;
  --line:#d9d6cf;
  --accent:#a76643;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.62}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(245,243,238,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:72px}
.brand{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:.01em;font-size:1.3rem}
.nav-links{display:flex;gap:24px;flex-wrap:wrap;font-size:.95rem;color:#39453f}
.nav-links a:hover{color:var(--accent)}
.hero{
  min-height:76vh;display:grid;align-items:end;color:white;
  background:
    linear-gradient(180deg,rgba(22,35,29,.15),rgba(22,35,29,.72)),
    radial-gradient(circle at 15% 15%,#9aab98 0 18%,transparent 37%),
    linear-gradient(135deg,#c2cdbf,#738b7d 45%,#365245);
}
.hero-inner{padding:120px 0 72px;max-width:850px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;opacity:.88}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 18px}
h1{font-size:clamp(3.2rem,8vw,6.8rem);letter-spacing:-.045em}
h2{font-size:clamp(2.1rem,4vw,3.4rem);letter-spacing:-.028em}
h3{font-size:1.5rem}
.hero p{font-size:clamp(1.1rem,2vw,1.35rem);max-width:720px;margin:0 0 30px}
.btn{display:inline-block;padding:12px 18px;border-radius:999px;background:white;color:var(--forest-dark);font-weight:700;margin-right:10px;margin-top:8px}
.btn.secondary{background:transparent;color:white;border:1px solid rgba(255,255,255,.72)}
section{padding:74px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.section-head p{max-width:590px;color:var(--muted);margin:0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.card-media{aspect-ratio:16/10;background:linear-gradient(135deg,#7a9182,#b8c4b0 58%,#d7cfba)}
.card-body{padding:22px}
.meta{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700}
.card p{color:var(--muted);margin-bottom:0}
.callout{background:var(--forest);color:white;border-radius:22px;padding:38px;display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}
.callout p{color:#e4ece7}
.verdict{border:1px solid var(--line);background:white;border-radius:18px;padding:24px;color:var(--ink)}
.verdict-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.verdict-item{padding:14px;background:var(--paper);border-radius:12px}
.verdict-item strong{display:block;font-size:1.22rem}
.article-hero{padding:92px 0 38px;background:linear-gradient(180deg,#e9ede7,var(--paper))}
.article-wrap{width:min(820px,calc(100% - 40px));margin:0 auto}
.article-wrap h1{font-size:clamp(2.7rem,6vw,4.8rem);color:var(--forest-dark)}
.article-wrap h2{margin-top:48px}
.article-wrap p{font-size:1.06rem}
.article-meta{color:var(--muted);font-size:.95rem;margin-bottom:16px}
.notice{padding:18px 20px;background:#fff8ea;border:1px solid #ecd9aa;border-radius:12px}
footer{padding:42px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}
.smallcaps{font-size:.77rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
@media(max-width:820px){.nav{align-items:flex-start;padding:18px 0}.nav-links{gap:14px}.grid{grid-template-columns:1fr}.callout{grid-template-columns:1fr}.verdict-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}
@media(max-width:560px){.nav{display:block}.nav-links{margin-top:12px}.verdict-grid{grid-template-columns:1fr}.container,.article-wrap{width:min(100% - 28px,var(--max))}}

.photo-hero{width:100%;height:min(62vh,650px);object-fit:cover}.article-photo{width:100%;border-radius:18px;margin:30px 0 24px;overflow:hidden}.quickfacts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.quickfacts div{background:white;border:1px solid var(--line);border-radius:12px;padding:14px}.quickfacts strong{display:block}@media(max-width:560px){.quickfacts{grid-template-columns:1fr}}
.card-media img{width:100%;height:100%;object-fit:cover}.article-photo.small{max-height:460px}.source-note{font-size:.88rem;color:var(--muted);margin-top:30px}.source-note a{text-decoration:underline}.article-links{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.article-links a{padding:9px 13px;background:white;border:1px solid var(--line);border-radius:999px;font-weight:650;font-size:.9rem}.lede{font-size:1.18rem!important}.tip{border-left:4px solid var(--accent);padding:2px 0 2px 18px;margin:28px 0}.card h3{margin-top:8px}.card:hover{transform:translateY(-2px);transition:.15s ease;box-shadow:0 8px 24px rgba(31,40,34,.07)}

.article-photo.portrait-full{height:auto;max-height:none;object-fit:contain;background:var(--paper)}

.glacier-destination-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:flex-end;
  background:
    linear-gradient(to top, rgba(18,28,24,.72), rgba(18,28,24,.12) 65%),
    url('/assets/images/glacier/grinnell.jpg') center 48% / cover no-repeat;
}
.glacier-destination-hero .article-wrap{position:relative;z-index:1;width:100%}
.glacier-destination-hero h1,
.glacier-destination-hero .lede,
.glacier-destination-hero .eyebrow{color:white}
.glacier-destination-hero .lede{max-width:760px}

.rockies-destination-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:flex-end;
  background:
    linear-gradient(to top, rgba(18,28,24,.72), rgba(18,28,24,.10) 65%),
    url('/assets/images/canadian-rockies/peyto-quieter-view.jpg') center 55% / cover no-repeat;
}
.rockies-destination-hero .article-wrap{position:relative;z-index:1;width:100%}
.rockies-destination-hero h1,
.rockies-destination-hero .lede,
.rockies-destination-hero .eyebrow{color:white}
.rockies-destination-hero .lede{max-width:760px}
.article-wrap table{width:100%;border-collapse:collapse;margin:1.5rem 0}
.article-wrap th,.article-wrap td{padding:.85rem;border-bottom:1px solid rgba(31,47,39,.15);text-align:left;vertical-align:top}

.article-photo img{display:block;width:100%;height:auto;border-radius:22px}
.article-photo-hero{margin-top:1.5rem;margin-bottom:2rem}
.article-photo-hero img{max-height:680px;object-fit:cover}

/* Fix wrapped article images so they take up layout space instead of overlapping text. */
.article-photo > img{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  border-radius:18px;
}
.article-photo.article-photo-hero > img{
  max-height:680px;
}
.article-photo.portrait-full > img{
  max-height:none;
  object-fit:contain;
}

/* V16 homepage: photo-led editorial hero */
.home-hero-photo{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#20322a;
  color:#fff;
}
.home-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.home-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(18,28,24,.76) 0%, rgba(18,28,24,.54) 46%, rgba(18,28,24,.15) 75%, rgba(18,28,24,.08) 100%),
    linear-gradient(0deg, rgba(18,28,24,.34) 0%, rgba(18,28,24,0) 45%);
}
.home-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  padding-top:44px;
  padding-bottom:56px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,420px);
  gap:48px;
  align-items:end;
}
.home-wordmark{
  position:absolute;
  top:38px;
  left:0;
  display:flex;
  align-items:baseline;
  gap:12px;
  color:white;
}
.home-wordmark-main{
  font-family:Georgia, 'Times New Roman', serif;
  font-weight:700;
  font-size:34px;
  letter-spacing:-1px;
}
.home-wordmark-sub{
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  opacity:.92;
}
.home-hero-copy{
  max-width:800px;
  grid-column:1;
}
.home-kicker{
  font-size:13px;
  font-weight:800;
  letter-spacing:2.4px;
  margin-bottom:18px;
}
.home-hero-copy h1{
  color:white;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(64px,8vw,124px);
  line-height:.86;
  letter-spacing:-4px;
  margin:0 0 24px;
  max-width:820px;
  text-wrap:balance;
}
.home-hero-copy p{
  color:rgba(255,255,255,.95);
  font-size:clamp(19px,2vw,28px);
  line-height:1.45;
  max-width:760px;
  margin:0;
}
.home-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.btn-light{
  background:white !important;
  color:#20322a !important;
  border-color:white !important;
}
.btn-ghost-light{
  background:rgba(255,255,255,.08) !important;
  color:white !important;
  border:1px solid rgba(255,255,255,.75) !important;
  backdrop-filter:blur(4px);
}
.home-photo-credit{
  grid-column:2;
  justify-self:end;
  align-self:end;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  background:rgba(10,20,16,.38);
  padding:8px 10px;
  border-radius:999px;
  backdrop-filter:blur(4px);
}
@media(max-width:820px){
  .home-hero-photo{min-height:76vh;}
  .home-hero-inner{grid-template-columns:1fr;padding-top:90px;padding-bottom:36px;}
  .home-wordmark{top:24px;left:0;}
  .home-wordmark-main{font-size:28px;}
  .home-wordmark-sub{font-size:12px;letter-spacing:2px;}
  .home-hero-copy h1{font-size:clamp(54px,17vw,82px);letter-spacing:-2px;}
  .home-photo-credit{grid-column:1;justify-self:start;margin-top:16px;}
}

/* V18 homepage spacing refinement */
@media (max-width: 700px){
  .container{padding-left:22px;padding-right:22px}
}

/* V19: normalize all card media, including Oahu */
.card{overflow:hidden}
.card-media{width:100%;aspect-ratio:16/10;overflow:hidden}
.card-media img{display:block;width:100%;height:100%;object-fit:cover}
.grid>.card{min-width:0;width:auto}


/* V35 audit: make links inside editorial content unmistakably clickable */
.article-wrap a:not(.btn):not(.card),
.article h2 a:not(.btn):not(.card),
.article p a:not(.btn):not(.card) {
  color: var(--forest);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.article-wrap a:not(.btn):not(.card):hover,
.article h2 a:not(.btn):not(.card):hover,
.article p a:not(.btn):not(.card):hover {
  color: var(--accent);
}
