:root {
  --ink: #302b49;
  --forest: #c9eadb;
  --forest-dark: #8fd1b8;
  --paper: #fffaf5;
  --sand: #ffe6a7;
  --gold: #ffd77d;
  --rust: #ef8f9c;
  --lavender: #cfc4f6;
  --sky: #bfe3f4;
  --line: rgba(48, 43, 73, .13);
  --serif: "Bricolage Grotesque", "DM Sans", sans-serif;
}

body { background: linear-gradient(180deg, #fffaf5, #fffdf9); }
.site-header { height: 76px; margin: 14px 3vw 0; padding: 0 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 250, 245, .88); backdrop-filter: blur(14px); position: sticky; top: 12px; box-shadow: 0 8px 30px rgba(66, 48, 91, .06); }
.brand-mark { width: 40px; height: 40px; border: 0; border-radius: 14px; background: var(--lavender); transform: rotate(-5deg); }
nav { gap: 9px; }
nav a { padding: 10px 15px; border-radius: 99px; transition: background .2s, transform .2s; }
nav a:hover { background: var(--sky); transform: translateY(-1px); }
nav a::after { display: none; }
.hero { min-height: calc(100vh - 90px); grid-template-columns: .9fr 1.1fr; padding: 22px 3vw 46px; gap: clamp(24px, 4vw, 68px); }
.hero-copy { padding: 7vh 2vw 7vh 4vw; }
.eyebrow::before { width: 24px; height: 8px; border-radius: 99px; background: var(--lavender); }
h1 { font-size: clamp(61px, 7.7vw, 118px); line-height: .86; letter-spacing: -.065em; margin: 36px 0; }
h1 em, h2 em, blockquote em { color: #7a63cb; font-style: normal; }
.hero-intro { max-width: 520px; font-size: clamp(16px, 1.25vw, 19px); }
.button { border-radius: 15px; box-shadow: 0 7px 0 rgba(48,43,73,.12); }
.button:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: 0 10px 0 rgba(48,43,73,.09); }
.button-primary { background: #7560c7; }
.text-link { border: 0; background: var(--gold); padding: 12px 17px; border-radius: 99px; }
.scroll-cue { display: none; }

.hero-visual.photo-collage { min-height: 720px; border-radius: 36px; background: #e9e4fb; overflow: hidden; isolation: isolate; box-shadow: inset 0 0 0 1px rgba(48,43,73,.07); }
.photo-collage .sun, .photo-collage .ridge, .photo-collage .route-line, .photo-collage .visual-note, .photo-collage .visual-coords { display: none; }
.pastel-blob { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -1; }
.blob-one { width: 370px; height: 370px; background: var(--gold); top: -100px; right: -70px; }
.blob-two { width: 290px; height: 290px; background: var(--sky); bottom: -70px; left: -60px; }
.photo-card { position: absolute; margin: 0; background: white; border: 9px solid white; border-radius: 28px; overflow: hidden; box-shadow: 0 22px 48px rgba(54, 43, 86, .18); transition: transform .35s ease, z-index 0s; }
.photo-card:hover { transform: rotate(0) translateY(-9px) scale(1.015); z-index: 8; }
.photo-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.photo-card figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; min-height: 60px; display: grid; grid-template-columns: 34px 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding: 10px 13px; color: var(--ink); background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-radius: 16px; }
.photo-card figcaption span { grid-row: 1 / 3; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font-size: 9px; font-weight: 700; }
.photo-card figcaption strong { font: 600 16px/1 var(--serif); }
.photo-card figcaption small { grid-column: 2; color: #716c83; font-size: 10px; }
.photo-pyrenees { width: 69%; height: 65%; left: 7%; top: 7%; transform: rotate(-2.8deg); }
.photo-garonne { width: 47%; height: 43%; right: 4%; top: 11%; transform: rotate(4.5deg); }
.photo-med { width: 55%; height: 44%; right: 10%; bottom: 5%; transform: rotate(-2deg); }
.photo-credit { position: absolute; z-index: 10; left: 23px; bottom: 15px; margin: 0; padding: 7px 11px; border-radius: 99px; background: rgba(255,255,255,.75); color: #635d75; font-size: 8px; backdrop-filter: blur(8px); }
.photo-credit a { text-decoration: underline; }

.intro-grid { margin: 0 3vw 80px; padding: 100px 4vw; border: 0; border-radius: 34px; background: #f7dce5; }
.intro-grid h2, .climate-top h2 { letter-spacing: -.065em; }
.hikes-section { margin: 0 3vw; padding: 100px 4vw 70px; border-radius: 38px; color: var(--ink); background: var(--forest); }
.section-heading h2 em { color: #7560c7; }
.section-heading .light { color: var(--ink); }
.hikes-layout { border: 0; border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.55); box-shadow: 0 20px 60px rgba(67,115,94,.12); }
.map-panel { min-height: 600px; }
.map-label, .map-help { background: rgba(48,43,73,.9); border-radius: 12px; }
.hike-card { color: var(--ink); border-bottom: 1px solid rgba(48,43,73,.1); border-radius: 18px; margin: 7px; min-height: 127px; }
.hike-card:hover, .hike-card.active { background: #fffaf5; box-shadow: 0 10px 30px rgba(82,106,96,.11); transform: rotate(-.35deg); }
.hike-focus { border: 0; border-radius: 22px; background: #b5ddcd; }
.focus-kicker { color: #6752bd; }
.hike-focus > p { color: #4e5660; }
.hike-focus a { border-color: var(--ink); }
.climate-section { padding-top: 140px; }
.feature-article { border-radius: 30px; overflow: hidden; background: var(--sand); box-shadow: 0 18px 0 #f2d997; }
.feature-art { background: #f5a8b4; }
.climate-notes { border-top: 0; gap: 12px; }
.climate-notes article { border: 0; border-radius: 22px; padding: 26px; background: #e8e1fb; }
.climate-notes article:nth-child(2) { background: #cfeaf5; }
.climate-notes article:nth-child(3) { background: #f7dce5; }
.quote-band { margin: 0 3vw; border-radius: 38px; background: var(--gold); }
.contact-section { margin-top: 100px; color: var(--ink); background: var(--lavender); }
.contact-section .eyebrow { grid-column: 1 / -1; color: var(--ink); }
.button-light { color: white; background: #7560c7; }
footer { background: #302b49; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding-top: 80px; }
  .hero-visual.photo-collage { min-height: 680px; }
  .hikes-section { margin: 0 15px; }
}

@media (max-width: 720px) {
  .site-header { height: 62px; margin: 8px 10px 0; padding: 0 17px; border-radius: 17px; top: 7px; }
  nav { top: 70px; border-radius: 18px; box-shadow: 0 18px 40px rgba(48,43,73,.12); }
  .hero { padding: 15px 14px 38px; gap: 18px; }
  .hero-copy { padding: 65px 14px 45px; min-height: auto; }
  h1 { font-size: clamp(55px, 17vw, 75px); }
  .hero-visual.photo-collage { min-height: 560px; border-radius: 27px; }
  .photo-pyrenees { width: 81%; height: 55%; left: 3%; }
  .photo-garonne { width: 58%; height: 38%; right: 2%; top: 26%; }
  .photo-med { width: 67%; height: 37%; right: 11%; }
  .photo-card figcaption { min-height: 53px; grid-template-columns: 29px 1fr; }
  .photo-card figcaption > span { display: none; }
  .photo-card figcaption strong { font-size: 14px; }
  .photo-credit { max-width: 66%; border-radius: 14px; line-height: 1.4; }
  .intro-grid { margin: 0 14px 60px; padding-top: 75px; padding-bottom: 75px; border-radius: 28px; }
  .hikes-section { padding-left: 14px; padding-right: 14px; border-radius: 28px; }
  .hike-card { margin: 4px; }
  .climate-section { padding-top: 100px; }
  .quote-band { margin: 0 14px; border-radius: 28px; }
  .contact-section { margin-top: 70px; }
}
