:root {
  --forest: #0d2829;
  --forest-light: #163a3a;
  --ink: #17201e;
  --orange: #ee623d;
  --orange-deep: #d65334;
  --cream: #f1efe8;
  --paper: #f8f4ec;
  --soft-green: #eef4ec;
  --fog: #dce2dd;
  --line: rgba(20, 39, 36, .16);
  --shell: 1360px;
  --header: 92px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

* { box-sizing: border-box; }
html { min-width: 280px; scroll-behavior: smooth; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-width: 280px; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.inline-external { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 1px; text-underline-offset: .18em; transition: color .2s ease, text-decoration-color .2s ease; }
.inline-external:hover { color: var(--orange); text-decoration-color: currentColor; }
button { font: inherit; touch-action: manipulation; }
a, button { -webkit-tap-highlight-color: rgba(238, 98, 61, .22); }
.shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.section { padding-block: 150px; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 24px; padding: 12px 18px; background: white; color: var(--forest); }
.skip-link:focus { top: 20px; }
.overline { margin: 0 0 24px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.overline-light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; }
h2 { margin-bottom: 0; font-size: clamp(58px, 7.5vw, 118px); font-weight: 900; letter-spacing: -.07em; line-height: .83; }
h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.05em; }

/* header */
.topbar { position: absolute; z-index: 50; inset: 0 auto auto 0; width: 100%; max-width: 100vw; height: calc(var(--header) + var(--safe-top)); padding-top: var(--safe-top); padding-left: var(--safe-left); padding-right: var(--safe-right); display: grid; grid-template-columns: 330px 1fr 330px; align-items: stretch; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.logo { display: flex; align-items: center; padding: 0 18px; background: transparent; }
.brand-logo { width: 100%; max-width: 285px; height: 88px; object-fit: contain; image-rendering: auto; transform: translateZ(0); filter: saturate(1.24) brightness(1.16) contrast(1.06) drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 4px 11px rgba(0,18,22,.34)); transition: transform .35s ease, filter .35s ease; }
.logo:hover .brand-logo { transform: translateZ(0) scale(1.025); filter: saturate(1.32) brightness(1.22) contrast(1.06) drop-shadow(0 0 2px rgba(255,255,255,1)) drop-shadow(0 5px 14px rgba(0,18,22,.38)); }
.desktop-nav { display: flex; align-items: stretch; justify-content: center; gap: clamp(18px, 2.6vw, 45px); }
.desktop-nav a { position: relative; display: flex; align-items: center; font-size: 11px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 25px; left: 0; width: 0; height: 1px; background: white; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-tools { display: grid; grid-template-columns: 1fr 58px 92px; align-items: stretch; border-left: 1px solid rgba(255,255,255,.22); }
.season-switch { display: flex; align-items: center; justify-content: center; gap: 12px; color: white; border: 0; background: rgba(9,30,29,.16); cursor: pointer; }
.season-switch > span:last-child { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.season-switch small { font-size: 7px; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }
.season-switch strong { margin-top: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.season-icon { color: var(--orange); }
.language { display: grid; place-items: center; font-size: 10px; font-weight: 800; border-left: 1px solid rgba(255,255,255,.22); }
.menu-button { position: relative; z-index: 70; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 0; border-left: 1px solid rgba(255,255,255,.22); background: var(--orange); cursor: pointer; }
.menu-button span { width: 28px; height: 1px; background: white; transition: transform .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }

/* menu */
.mega-menu { position: fixed; z-index: 45; inset: 0; color: white; background: var(--forest); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity .35s, transform .35s, visibility .35s; }
.mega-menu.open { opacity: 1; visibility: visible; transform: none; }
.mega-background { position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 20% 80%, var(--orange), transparent 28%), repeating-radial-gradient(ellipse at 75% 45%, transparent 0 28px, rgba(255,255,255,.35) 29px 30px, transparent 31px 46px); }
.mega-inner { position: relative; width: min(calc(100% - 96px), var(--shell)); height: 100%; margin: auto; padding-top: calc(150px + var(--safe-top)); padding-bottom: var(--safe-bottom); display: grid; grid-template-columns: .85fr 1.4fr; gap: 10%; align-content: center; }
.menu-kicker { color: var(--orange); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.mega-intro h2 { margin: 30px 0; font-size: clamp(50px, 6vw, 92px); text-transform: uppercase; }
.mega-intro p { max-width: 390px; color: rgba(255,255,255,.55); }
.mega-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.mega-columns h3 { margin-bottom: 28px; color: var(--orange); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.mega-columns a { display: block; padding: 10px 0; font-size: 19px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mega-columns a:hover { color: var(--orange); }
.mega-footer { position: absolute; bottom: 28px; left: 0; right: 0; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .55; }

/* hero */
.hero { position: relative; min-height: 850px; height: 100svh; max-height: 1080px; overflow: hidden; color: white; background: var(--forest); }
.hero-photo { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; animation: heroIn 1.6s ease-out both; }
@keyframes heroIn { from { transform: scale(1.06); opacity: .7; } to { transform: scale(1); opacity: 1; } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,24,24,.58), rgba(6,24,24,.08) 65%), linear-gradient(0deg, rgba(5,23,23,.65), transparent 46%); }
.hero-main { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; }
.hero-main h1 { margin: 0; max-width: 1120px; font-size: clamp(76px, 11.5vw, 182px); font-weight: 900; letter-spacing: -.075em; line-height: .76; }
.hero-main h1 span { padding-left: 8.5vw; font-family: Georgia, serif; font-size: .54em; font-style: italic; font-weight: 400; letter-spacing: -.05em; }
.hero-copy { max-width: 500px; margin: 45px 0 0 9vw; color: rgba(255,255,255,.82); font-size: 16px; }
.round-cta { position: absolute; right: 3vw; bottom: 145px; width: 152px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 50%; background: var(--orange); color: white; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; transition: transform .3s; }
.round-cta:hover { transform: rotate(-7deg) scale(1.04); }
.round-cta i { align-self: flex-end; font-size: 23px; font-style: normal; }
.hero-side { position: absolute; z-index: 2; top: 50%; display: flex; gap: 25px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); opacity: .65; }
.hero-side-left { left: 22px; }
.hero-side-right { right: 22px; }
.hero-bottom { position: absolute; z-index: 3; left: 48px; right: 48px; bottom: 0; height: 98px; display: grid; grid-template-columns: 1fr 250px; align-items: center; border-top: 1px solid rgba(255,255,255,.25); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-bottom p { margin: 0; justify-self: start; opacity: .75; }
.hero-bottom > a { justify-self: end; display: flex; gap: 35px; }

/* report */
.mountain-report { position: relative; z-index: 5; min-height: 128px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr) .7fr; background: #fffaf2; border-bottom: 1px solid var(--line); box-shadow: 0 14px 50px rgba(10,30,28,.08); }
.mountain-report > * { padding: 25px 30px; border-right: 1px solid var(--line); }
.report-title, .report-location { display: flex; align-items: center; gap: 18px; }
.report-title p, .report-location p { display: flex; flex-direction: column; margin: 0; }
.report-title small, .report-location small { color: #7a8581; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.report-title strong, .report-location strong { margin-top: 6px; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(238,98,61,.12); }
.report-location > span { color: var(--orange); font-family: Georgia, serif; font-size: 21px; }
.report-location > i { margin-left: auto; color: #909995; font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.mountain-report > a { display: flex; justify-content: space-between; align-items: center; background: var(--forest); color: white; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* rediscover */
.rediscover { position: relative; min-height: 1100px; }
.rediscover-heading { position: relative; z-index: 2; }
.rediscover-heading h2 { font-size: clamp(72px, 10vw, 155px); }
.rediscover-media { margin-top: -30px; display: grid; grid-template-columns: .72fr 1fr; gap: 11%; align-items: end; }
.tall-image { position: relative; width: 76%; margin: 0 0 0 auto; }
.tall-image img { height: 680px; object-fit: cover; }
figcaption { margin-top: 12px; color: #7c8783; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.rediscover-text { max-width: 520px; padding-bottom: 120px; }
.large-copy { margin-bottom: 30px; font-family: Georgia, serif; font-size: 31px; line-height: 1.35; }
.rediscover-text > p:not(.large-copy) { color: #6c7672; }
.text-arrow, .light-link { display: flex; justify-content: space-between; width: 220px; margin-top: 35px; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.rediscover-stamp { position: absolute; right: 2%; bottom: 60px; width: 170px; aspect-ratio: 1; display: grid; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 50%; color: #79837f; text-align: center; font-size: 8px; letter-spacing: .22em; text-transform: uppercase; transform: rotate(-12deg); }
.rediscover-stamp i { color: var(--orange); font-size: 24px; font-style: normal; }

/* zones */
.zone-showcase { color: white; background: var(--forest); }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 70px; }
.section-top h2 { font-size: clamp(62px, 8vw, 124px); }
.section-top > p { width: 380px; margin-bottom: 8px; color: rgba(255,255,255,.55); }
.zone-list { border-top: 1px solid rgba(255,255,255,.16); }
.zone-row { position: relative; min-height: 190px; display: grid; grid-template-columns: 90px 0 1fr 65px; align-items: center; gap: 0; border-bottom: 1px solid rgba(255,255,255,.16); transition: min-height .45s, grid-template-columns .45s; overflow: hidden; }
.zone-row:hover { min-height: 360px; grid-template-columns: 90px 360px 1fr 65px; }
.zone-row.featured { min-height: 340px; grid-template-columns: 90px 310px 1fr 65px; }
.zone-number { align-self: start; padding-top: 35px; color: var(--orange); font-family: Georgia, serif; }
.zone-image { width: 100%; height: 280px; opacity: 0; transition: opacity .3s; overflow: hidden; }
.zone-row:hover .zone-image, .zone-row.featured .zone-image { opacity: 1; }
.zone-image img { height: 100%; object-fit: cover; }
.zone-row.featured .zone-image { height: 245px; }
.zone-content { position: relative; padding: 35px 45px; }
.zone-content > p { margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.zone-content h3 { margin: 0; font-size: clamp(44px, 6vw, 88px); font-weight: 900; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.zone-content > span { position: absolute; top: 48px; right: 30px; color: var(--orange); font-size: 10px; }
.zone-description { max-width: 520px; margin-top: 25px; color: rgba(255,255,255,.58); font-size: 13px; opacity: 0; transition: opacity .3s; }
.zone-row:hover .zone-description, .zone-row.featured .zone-description { opacity: 1; }
.zone-row > a { width: 50px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }

/* different */
.different { display: grid; grid-template-columns: .28fr .9fr .7fr; gap: 5%; align-items: center; min-height: 980px; }
.different-aside { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-start; }
.different-main h2 { font-size: clamp(62px, 7.7vw, 116px); }
.different-main > p { max-width: 570px; margin: 45px 0 0; color: #69736f; font-family: Georgia, serif; font-size: 22px; }
.pill-link { width: 180px; height: 180px; margin-top: 55px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pill-link span { align-self: flex-end; font-size: 21px; }
.different-image { margin: 0; }
.different-image img { height: 680px; object-fit: cover; }

/* winter */
.winter-story { min-height: 900px; display: grid; grid-template-columns: 56% 44%; background: var(--orange); color: white; }
.winter-photo { position: relative; overflow: hidden; }
.winter-photo img { height: 100%; object-fit: cover; }
.photo-credit { position: absolute; left: 25px; bottom: 25px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.winter-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(50px, 7vw, 110px); }
.winter-copy h2 { font-size: clamp(60px, 7vw, 110px); }
.winter-copy h2 em { color: var(--forest); }
.winter-copy > p:not(.overline) { max-width: 530px; margin: 35px 0; color: rgba(255,255,255,.78); }
.winter-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 20px 0 45px; background: rgba(255,255,255,.35); border: 1px solid rgba(255,255,255,.35); }
.winter-points a { min-height: 58px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--orange-deep); font-size: 11px; text-transform: uppercase; transition: background-color .25s ease, color .25s ease; }
.winter-points a:hover, .winter-points a:focus-visible { background: var(--forest); }
.winter-points i { flex: 0 0 auto; color: white; font-family: Georgia, serif; font-style: normal; }
.light-link { color: white; }

/* experiences */
.light-heading h2 { color: var(--ink); }
.light-heading > p { color: #707a76; }
.experience-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 390px 390px; gap: 16px; }
.experience-card { position: relative; overflow: hidden; color: white; }
.experience-large { grid-row: span 2; }
.experience-wide { grid-column: span 2; }
.experience-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,25,24,.82), transparent 65%); }
.experience-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-card:hover img { transform: scale(1.045); }
.experience-card > div { position: absolute; z-index: 2; left: 25px; bottom: 24px; }
.experience-card p { margin-bottom: 6px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; opacity: .65; }
.experience-card h3 { margin: 0; font-size: 29px; text-transform: uppercase; }
.experience-card > i { position: absolute; z-index: 2; right: 25px; bottom: 25px; width: 45px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }
.ski-details { margin-top: 18px; padding: clamp(28px, 5vw, 64px); background: var(--soft-green); scroll-margin-top: 24px; }
.ski-details[hidden] { display: none; }
#ski-details:target { display: block; }
.ski-details-heading { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 38px; }
.ski-details-heading h3 { margin: 0; font-size: clamp(42px, 5.5vw, 78px); letter-spacing: -.06em; line-height: .88; }
.ski-details-close { width: 50px; aspect-ratio: 1; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; font-size: 28px; line-height: 1; transition: background-color .25s, color .25s; }
.ski-details-close:hover { background: var(--forest); color: white; }
.ski-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ski-detail-grid > a { min-width: 0; background: #fffaf2; border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.ski-detail-grid > a:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(13,40,41,.12); }
.ski-detail-grid img { height: 220px; object-fit: cover; }
.ski-detail-grid > a > div { position: relative; min-height: 175px; padding: 25px 58px 25px 25px; }
.ski-detail-grid span { display: block; font-size: 20px; font-weight: 800; text-transform: uppercase; }
.ski-detail-grid p { margin: 12px 0 0; color: #68736e; font-size: 13px; }
.ski-detail-grid i { position: absolute; top: 25px; right: 25px; color: var(--orange-deep); font-style: normal; }

/* audience */
.for-everyone { color: white; background: var(--forest); }
.for-everyone > .shell h2 { font-size: clamp(60px, 8.5vw, 132px); }
.audience-tabs { margin-top: 65px; display: flex; border-bottom: 1px solid rgba(255,255,255,.2); }
.audience-tabs button { flex: 1; padding: 20px; border: 0; border-right: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.45); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.audience-tabs button.active { color: white; background: var(--orange); }
.audience-stage { margin-top: 70px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; }
.audience-copy { padding-right: 9vw; }
.audience-copy h3 { margin: 0 0 25px; font-size: clamp(44px, 5vw, 75px); white-space: nowrap; }
.audience-copy p { color: rgba(255,255,255,.6); }
.audience-image { height: 600px; overflow: hidden; }
.audience-image img { height: 100%; object-fit: cover; transition: opacity .25s; }

/* summer */
.summer { display: grid; grid-template-columns: .8fr 1.2fr .8fr; grid-template-rows: auto auto; gap: 6%; align-items: center; min-height: 1100px; }
.summer-title { align-self: start; padding-top: 80px; }
.summer-title h2 { font-size: clamp(58px, 6.6vw, 100px); }
.summer-main-image { margin: 0; }
.summer-main-image img { height: 720px; object-fit: cover; }
.summer-copy { padding-top: 120px; }
.summer-copy > p { color: #66716d; font-family: Georgia, serif; font-size: 21px; }
.summer-copy ul { margin: 45px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.summer-copy li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.summer-copy li span { display: inline-block; width: 40px; color: var(--orange-deep); font-family: Georgia, serif; font-size: 13px; }

/* discover */
.discover { color: white; background: var(--orange); }
.discover .section-top > p { color: rgba(255,255,255,.7); }
.discover-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 390px 390px; gap: 16px; }
.discover-card { position: relative; overflow: hidden; }
.discover-main { grid-row: span 2; }
.discover-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,25,24,.8), transparent 65%); }
.discover-card img { height: 100%; object-fit: cover; transition: transform .7s; }
.discover-card:hover img { transform: scale(1.04); }
.discover-card > span { position: absolute; z-index: 2; top: 22px; left: 22px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.discover-card > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 22px; }
.discover-card h3 { margin: 0 0 5px; font-size: 34px; text-transform: uppercase; }
.discover-card p { margin: 0; opacity: .7; font-size: 12px; }

/* guide */
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-grid article { min-height: 390px; padding: 38px 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f5f8f2; text-align: center; }
.guide-grid article:nth-child(2) { background: #f2f7ef; }
.guide-grid article:nth-child(3) { background: #eff5ec; }
.guide-grid article:nth-child(4) { background: #ecf3e9; }
.guide-grid article > i { display: block; margin: 0 0 32px; color: var(--forest); font-size: 46px; font-style: normal; }
.guide-grid h3 { margin-bottom: 18px; font-size: 29px; }
.guide-grid p { max-width: 270px; margin-bottom: 0; color: #5f6d67; font-size: 15px; line-height: 1.7; }

/* cameras */
.cameras { position: relative; min-height: 780px; overflow: hidden; color: white; }
.cameras > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.cameras-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,28,28,.84) 0%, rgba(5,28,28,.38) 52%, rgba(5,28,28,.62) 100%); }
.cameras-content { position: relative; min-height: 780px; padding-block: 110px; display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.cameras-heading h2 { margin: 10px 0 0; font-size: clamp(75px, 10vw, 155px); line-height: .76; }
.cameras-heading h2 em { color: white; }
.camera-card { width: min(430px, 100%); padding: 38px; background: rgba(8,38,38,.88); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); text-align: center; }
.camera-live { display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 52px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.camera-live i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(238,98,61,.18); animation: camera-pulse 2s infinite; }
.camera-card p { margin: 0 0 30px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.camera-card a { padding: 18px 0; display: flex; justify-content: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.camera-card small { display: block; margin-top: 20px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
@keyframes camera-pulse { 50% { box-shadow: 0 0 0 11px rgba(238,98,61,0); } }

/* info */
.info { min-height: 820px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--forest); color: white; }
.info-map { position: relative; overflow: hidden; min-height: 820px; background: #d7d7ce; }
.info-map iframe { width: 100%; height: 100%; min-height: 820px; display: block; border: 0; filter: saturate(.72) contrast(.96); }
.map-caption { position: absolute; left: 28px; bottom: 28px; min-width: 245px; padding: 18px 20px; display: flex; flex-direction: column; gap: 5px; background: var(--forest); color: white; box-shadow: 0 14px 40px rgba(5,28,28,.18); pointer-events: none; }
.map-caption span { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .16em; }
.map-caption strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.info-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(55px, 8vw, 130px); }
.info-copy h2 { font-size: clamp(56px, 6.5vw, 100px); }
.info-copy > p:not(.overline) { max-width: 560px; margin: 38px 0; color: rgba(255,255,255,.6); }
.info-facts { margin-bottom: 42px; border-top: 1px solid rgba(255,255,255,.2); }
.info-facts div { padding: 15px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.info-facts span { color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.info-facts strong { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.outline-button { width: 220px; padding: 16px 18px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.6); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

/* closing/footer */
.closing-hero { position: relative; min-height: 720px; color: white; overflow: hidden; }
.closing-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 55%; }
.closing-overlay { position: absolute; inset: 0; background: rgba(6,30,29,.5); }
.closing-hero .shell { position: relative; height: 720px; display: flex; flex-direction: column; justify-content: center; }
.closing-hero h2 { font-size: clamp(68px, 9vw, 142px); }
.round-cta-small { right: 0; bottom: 90px; width: 130px; }
.footer { background: #071d1e; color: white; }
.footer-main { min-height: 550px; padding: 95px 0; display: grid; grid-template-columns: .55fr 1fr 1.2fr; gap: 8%; align-items: start; }
.footer-logo { width: 295px; padding: 0; align-self: start; background: transparent; }
.footer-logo .brand-logo { height: 102px; filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 3px 10px rgba(0,0,0,.3)); opacity: .96; }
.footer-logo:hover .brand-logo { filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 5px 13px rgba(0,0,0,.38)); }
.footer-message p { color: rgba(255,255,255,.4); }
.footer-message h2 { font-size: clamp(45px, 5vw, 74px); }
.footer-main nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-main nav h3 { margin-bottom: 25px; color: var(--orange); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-main nav a, .sources-button { display: block; padding: 8px 0; border: 0; background: none; color: rgba(255,255,255,.58); cursor: pointer; font-size: 11px; }
.sources-panel { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 10px; }
.sources-panel p { margin-bottom: 8px; }
.footer-bottom { min-height: 80px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }

:where(a, button):focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.rediscover :where(a, button):focus-visible,
.different :where(a, button):focus-visible,
.experiences :where(a, button):focus-visible,
.summer :where(a, button):focus-visible,
.guide :where(a, button):focus-visible { outline-color: var(--orange); }

@media (max-width: 1180px) {
  .topbar { grid-template-columns: 290px 1fr 270px; }
  .desktop-nav { gap: 17px; }
  .header-tools { grid-template-columns: 1fr 48px 76px; }
  .mountain-report { grid-template-columns: 1.15fr repeat(3, 1fr); }
  .mountain-report > a { grid-column: 1 / -1; min-height: 55px; }
  .report-location > i { display: none; }
  .different { grid-template-columns: .18fr 1fr .75fr; }
  .summer { grid-template-columns: .7fr 1.1fr .8fr; }
}

@media (max-width: 900px) {
  :root { --header: 76px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding-block: 95px; }
  .topbar { grid-template-columns: 1fr 210px; }
  .logo { padding-left: 20px; }
  .logo svg { width: 42px; }
  .logo strong { font-size: 16px; }
  .desktop-nav { display: none; }
  .header-tools { grid-template-columns: 1fr 42px 76px; }
  .mega-inner { width: calc(100% - 40px); height: 100dvh; padding-top: calc(var(--header) + var(--safe-top) + 34px); padding-bottom: calc(30px + var(--safe-bottom)); grid-template-columns: 1fr; align-content: start; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
  .mega-intro h2 { font-size: 50px; }
  .mega-intro p { display: none; }
  .mega-columns { margin-top: 40px; grid-template-columns: 1fr 1fr; }
  .mega-columns > div:last-child { display: none; }
  .mega-footer { position: static; margin-top: 50px; }
  .hero { min-height: 760px; }
  .hero-main h1 { font-size: clamp(62px, 16vw, 110px); line-height: .77; }
  .hero-main h1 span { padding-left: 0; font-size: .52em; }
  .hero-copy { margin-left: 0; max-width: 440px; }
  .round-cta { right: 25px; bottom: 125px; width: 125px; padding: 23px; }
  .hero-side { display: none; }
  .hero-bottom { left: 20px; right: 20px; grid-template-columns: 1fr 1fr; }
  .hero-bottom p { display: none; }
  .mountain-report { grid-template-columns: 1fr 1fr; }
  .mountain-report > * { min-height: 105px; }
  .report-title { grid-column: 1 / -1; }
  .report-location:nth-of-type(4) { grid-column: 1 / -1; }
  .rediscover { min-height: 0; }
  .rediscover-media { margin-top: 40px; grid-template-columns: 1fr 1fr; gap: 7%; }
  .tall-image { width: 100%; }
  .tall-image img { height: 570px; }
  .rediscover-text { padding-bottom: 20px; }
  .rediscover-stamp { display: none; }
  .zone-row, .zone-row:hover, .zone-row.featured { min-height: 420px; grid-template-columns: 50px minmax(190px, 250px) minmax(0, 1fr) 50px; }
  .zone-image, .zone-row .zone-image { opacity: 1; height: 320px; }
  .zone-description, .zone-row .zone-description { opacity: 1; }
  .zone-content { min-width: 0; padding: 30px; }
  .zone-content h3 { font-size: clamp(38px, 7vw, 62px); overflow-wrap: anywhere; }
  .different { grid-template-columns: 1fr 1fr; min-height: 0; }
  .different-aside { display: none; }
  .different-image img { height: 580px; }
  .winter-story { grid-template-columns: 1fr; }
  .winter-photo { min-height: 650px; }
  .winter-copy { padding: 85px 40px; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 380px); }
  .experience-large { grid-row: span 2; }
  .experience-wide { grid-column: span 2; }
  .ski-detail-grid img { height: 190px; }
  .audience-stage { grid-template-columns: 1fr 1.2fr; }
  .audience-copy { padding-right: 5vw; }
  .audience-image { height: 520px; }
  .summer { grid-template-columns: 1fr 1fr; gap: 7%; min-height: 0; }
  .summer-title { grid-column: 1 / -1; padding: 0; }
  .summer-main-image img { height: 580px; }
  .summer-copy { padding-top: 0; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .cameras-content { min-height: 780px; padding-block: 85px; flex-direction: column; justify-content: flex-end; align-items: stretch; gap: 45px; }
  .cameras-heading h2 { font-size: 90px; }
  .camera-card { align-self: flex-end; }
  .info { grid-template-columns: 1fr; }
  .info-map, .info-map iframe { min-height: 620px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 30px); }
  .section { padding-block: 78px; }
  h2 { font-size: clamp(42px, 13vw, 52px); overflow-wrap: anywhere; }
  .topbar { grid-template-columns: minmax(0, 1fr) auto; }
  .logo { min-width: 0; padding-inline: max(10px, var(--safe-left)); overflow: hidden; }
  .brand-logo { max-width: 220px; height: var(--header); }
  .header-tools { width: 118px; grid-template-columns: 42px 76px; }
  .season-switch { display: none; }
  .mega-inner { width: calc(100% - 30px); padding-top: calc(var(--header) + var(--safe-top) + 24px); }
  .mega-intro h2 { margin: 15px 0 0; font-size: clamp(36px, 11vw, 48px); }
  .mega-columns { grid-template-columns: 1fr; }
  .mega-columns > div:nth-child(n) { display: block; }
  .mega-columns { gap: 26px; margin-top: 32px; }
  .mega-columns h3 { margin-bottom: 8px; }
  .mega-columns a { min-height: 44px; display: flex; align-items: center; padding: 9px 0; font-size: 17px; }
  .mega-footer { margin-top: 35px; padding-bottom: 10px; gap: 20px; }
  .hero { min-height: 650px; height: max(650px, 100svh); }
  .hero-photo { object-position: center; }
  .hero-main { justify-content: flex-end; padding-top: calc(var(--header) + var(--safe-top) + 30px); padding-bottom: calc(196px + var(--safe-bottom)); }
  .hero-main .overline { margin-bottom: 15px; font-size: 8px; line-height: 1.6; }
  .hero-main h1 { max-width: 100%; font-size: clamp(45px, 15vw, 59px); line-height: .8; letter-spacing: -.07em; overflow-wrap: normal; }
  .hero-copy { max-width: min(76%, 350px); margin-top: 24px; font-size: 13px; line-height: 1.5; }
  .round-cta { width: 105px; padding: 18px; bottom: 110px; }
  .round-cta span { font-size: 8px; }
  .hero-bottom { height: 76px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-bottom > a { grid-column: 1; justify-self: end; }
  .hero-bottom > a { gap: 15px; font-size: 8px; }
  .mountain-report { grid-template-columns: 1fr; }
  .report-title, .report-location:nth-of-type(n) { grid-column: auto; }
  .rediscover-heading h2 { font-size: clamp(43px, 13.5vw, 56px); }
  .rediscover-media { grid-template-columns: 1fr; }
  .tall-image img { height: clamp(390px, 135vw, 520px); }
  .large-copy { margin-top: 35px; font-size: 25px; }
  .section-top { display: block; }
  .section-top { margin-bottom: 45px; }
  .section-top h2 { font-size: clamp(42px, 13vw, 56px); }
  .section-top > p { width: auto; margin-top: 25px; }
  .zone-row, .zone-row:hover, .zone-row.featured { min-height: 550px; padding: 25px 0; grid-template-columns: 38px 1fr 45px; grid-template-rows: 280px 1fr; }
  .zone-number { grid-row: 1 / span 2; }
  .zone-image { grid-column: 2 / 4; grid-row: 1; height: 280px; }
  .zone-content { grid-column: 2; grid-row: 2; padding: 25px 10px 15px 0; }
  .zone-content h3 { font-size: clamp(35px, 11vw, 43px); overflow-wrap: anywhere; }
  .zone-content > span { position: static; display: block; margin-top: 10px; }
  .zone-row > a { grid-column: 3; grid-row: 2; }
  .different { grid-template-columns: 1fr; }
  .different-main h2 { font-size: clamp(43px, 13.5vw, 56px); }
  .different-image { margin-top: 25px; }
  .different-image img { height: clamp(390px, 135vw, 520px); }
  .winter-photo { min-height: clamp(380px, 120vw, 480px); }
  .winter-copy { padding: 70px 20px; }
  .winter-copy h2 { font-size: clamp(43px, 13.5vw, 56px); }
  .winter-points { grid-template-columns: 1fr; }
  .winter-points a { min-height: 62px; }
  .experience-grid { display: block; }
  .experience-card { height: clamp(330px, 112vw, 450px); margin-bottom: 12px; }
  .ski-details { margin-top: 12px; padding: 28px 18px; }
  .ski-details-heading { margin-bottom: 28px; }
  .ski-details-heading h3 { font-size: clamp(38px, 11vw, 50px); }
  .ski-detail-grid { grid-template-columns: 1fr; }
  .ski-detail-grid img { height: 220px; }
  .ski-detail-grid > a > div { min-height: 145px; }
  .for-everyone > .shell h2 { font-size: clamp(42px, 13vw, 56px); }
  .audience-tabs { overflow: visible; }
  .audience-tabs button { min-width: 0; padding: 16px 8px; font-size: 9px; letter-spacing: .08em; }
  .audience-stage { grid-template-columns: 1fr; }
  .audience-copy { padding: 0 0 45px; }
  .audience-copy h3 { font-size: clamp(35px, 10.5vw, 45px); }
  .audience-image { height: clamp(330px, 106vw, 420px); }
  .summer { grid-template-columns: 1fr; }
  .summer-title { grid-column: auto; }
  .summer-title h2 { font-size: clamp(42px, 13vw, 54px); }
  .summer-main-image img { height: clamp(380px, 122vw, 480px); }
  .summer-copy { margin-top: 30px; }
  .discover-grid { display: block; }
  .discover-card { height: clamp(330px, 112vw, 450px); margin-bottom: 12px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { min-height: 330px; }
  .guide-grid article > i { margin: 0 0 25px; }
  .cameras, .cameras-content { min-height: max(680px, 100svh); }
  .cameras-content { padding-block: 75px; flex-direction: column; justify-content: flex-end; align-items: stretch; gap: 55px; }
  .cameras-heading h2 { font-size: clamp(43px, 13.8vw, 57px); }
  .camera-card { width: 100%; padding: 27px; }
  .camera-live { margin-bottom: 42px; }
  .info-map, .info-map iframe { min-height: clamp(360px, 110vw, 450px); }
  .map-caption { left: 15px; bottom: 15px; min-width: 210px; }
  .info-copy { padding: 75px 20px; }
  .info-copy h2 { font-size: clamp(43px, 13.5vw, 56px); }
  .info-facts div { gap: 20px; }
  .info-facts strong { text-align: right; }
  .closing-hero, .closing-hero .shell { min-height: max(600px, 100svh); height: max(600px, 100svh); }
  .closing-hero h2 { font-size: clamp(43px, 13.8vw, 57px); }
  .round-cta-small { bottom: 50px; }
  .footer-main { grid-template-columns: 1fr; gap: 55px; }
  .footer-main nav { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-main nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 8px; }
}

@media (max-width: 760px) {
  .section-top { display: block; }
  .section-top > p { width: auto; max-width: 520px; margin-top: 25px; }
}

@media (max-width: 380px) {
  :root { --header: 70px; }
  .shell { width: calc(100% - 24px); }
  .section { padding-block: 66px; }
  .topbar { grid-template-columns: minmax(0, 1fr) 108px; }
  .header-tools { width: 108px; grid-template-columns: 44px 64px; }
  .brand-logo { max-width: 175px; }
  .hero-main { padding-bottom: calc(184px + var(--safe-bottom)); }
  .hero-main h1 { font-size: clamp(42px, 14.5vw, 52px); }
  .hero-copy { max-width: 72%; font-size: 12px; }
  .round-cta { right: 15px; width: 96px; bottom: 100px; padding: 16px; }
  .hero-bottom { left: 12px; right: 12px; grid-template-columns: .8fr 1.2fr; }
  .hero-bottom > a { text-align: right; }
  .mountain-report > * { min-height: 92px; padding: 20px 18px; }
  .report-title strong, .report-location strong { font-size: 15px; }
  .zone-row, .zone-row:hover, .zone-row.featured { min-height: 500px; grid-template-columns: 28px 1fr 42px; grid-template-rows: 245px 1fr; }
  .zone-image { height: 245px; }
  .zone-content { padding-top: 22px; }
  .audience-tabs { overflow: visible; }
  .audience-tabs button { min-width: 0; padding: 16px 6px; font-size: 9px; letter-spacing: .08em; }
  .experience-card > div, .discover-card > div { left: 18px; right: 18px; }
  .experience-card h3, .discover-card h3 { font-size: 25px; }
  .guide-grid article { padding: 25px; }
  .camera-card { padding: 22px; }
  .info-copy { padding-inline: 16px; }
  .outline-button { width: 100%; }
  .footer-main nav { gap: 18px; }
}

@media (hover: none) and (pointer: coarse) {
  .logo:hover .brand-logo, .round-cta:hover, .experience-card:hover img, .discover-card:hover img { transform: none; }
  .mega-columns a, .footer-main nav a, .sources-button, .text-arrow, .light-link, .outline-button { min-height: 44px; }
  .footer-main nav a, .sources-button { display: flex; align-items: center; }
}

@media (hover: none) and (pointer: coarse) and (min-width: 901px) {
  .zone-row, .zone-row:hover, .zone-row.featured { min-height: 360px; grid-template-columns: 70px 320px 1fr 60px; }
  .zone-image, .zone-description { opacity: 1; }
}

@media (max-height: 560px) and (orientation: landscape) and (max-width: 900px) {
  :root { --header: 64px; }
  .hero { min-height: 100svh; height: 100svh; max-height: none; }
  .hero-main { justify-content: center; padding-top: calc(var(--header) + var(--safe-top) + 8px); padding-bottom: 52px; }
  .hero-main .overline { margin-bottom: 10px; }
  .hero-main h1 { max-width: 72%; font-size: clamp(50px, 10vw, 72px); }
  .hero-copy { max-width: 58%; margin-top: 14px; font-size: 12px; }
  .round-cta { right: 24px; bottom: 58px; width: 88px; padding: 15px; }
  .hero-bottom { height: 48px; }
  .mega-inner { padding-top: calc(var(--header) + var(--safe-top) + 18px); }
  .mega-intro { display: none; }
  .mega-columns { margin-top: 0; grid-template-columns: repeat(3, 1fr); }
  .mega-columns > div:nth-child(n) { display: block; }
  .mega-footer { margin-top: 25px; }
}

@media (max-height: 360px) and (orientation: landscape) and (max-width: 900px) {
  .hero-copy { display: none; }
  .hero-main h1 { font-size: clamp(46px, 9vw, 62px); }
  .round-cta { bottom: 52px; width: 80px; padding: 13px; }
}

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