:root {
  --forest: #173f35;
  --forest-dark: #0d2a24;
  --moss: #8ca56b;
  --sage: #dbe3d3;
  --sand: #eee7d8;
  --cream: #f8f5ed;
  --orange: #df744a;
  --ink: #19211e;
  --muted: #66706b;
  --white: #fff;
  --border: rgba(25, 33, 30, .14);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(12, 42, 35, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 1rem; left: 1rem; z-index: 999;
  transform: translateY(-160%);
  background: #fff; padding: .8rem 1rem; border-radius: .4rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto 0;
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 clamp(1.3rem, 5vw, 5rem);
  color: #fff;
}
.site-header.is-scrolled {
  position: fixed;
  height: 72px;
  background: rgba(13, 42, 36, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 35px rgba(0,0,0,.12);
  animation: slideDown .35s ease both;
}
@keyframes slideDown { from { transform: translateY(-100%); } }
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -.04em;
}
.brand-mark {
  width: 39px; height: 39px;
  display: grid; place-items: center;
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path:first-child { fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linejoin: round; }
.brand-mark path:last-child { fill: none; stroke: var(--orange); stroke-width: 2.5; stroke-linecap: round; }

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.8vw, 2.8rem);
}
.main-nav a {
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: -.35rem;
  height: 1px; background: currentColor;
  transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.nav-cta {
  padding: .7rem 1rem;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
}
.menu-button { display: none; }

.hero {
  min-height: 760px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 69% 28%, rgba(255,221,169,.55), transparent 16%),
    linear-gradient(115deg, #123c34 0%, #285449 49%, #7e8e6b 100%);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,31,26,.62) 0%, rgba(7,31,26,.16) 57%, transparent 100%);
}
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; }
.sun {
  position: absolute;
  width: 18vw; aspect-ratio: 1;
  min-width: 170px;
  right: 13%; top: 13%;
  border-radius: 50%;
  background: rgba(246, 202, 130, .48);
  box-shadow: 0 0 90px rgba(246,202,130,.25);
}
.mountain {
  position: absolute;
  bottom: -14%;
  clip-path: polygon(0 75%, 13% 60%, 24% 68%, 39% 34%, 48% 47%, 61% 22%, 70% 43%, 79% 31%, 100% 61%, 100% 100%, 0 100%);
}
.mountain-back {
  left: 25%; right: -5%; height: 78%;
  background: #73856e;
  filter: blur(1px);
  opacity: .76;
}
.mountain-front {
  left: 39%; right: -13%; height: 69%;
  background: linear-gradient(145deg, #385b4f, #193d35);
  clip-path: polygon(0 84%, 12% 61%, 29% 74%, 46% 29%, 56% 45%, 65% 23%, 76% 55%, 86% 37%, 100% 67%, 100% 100%, 0 100%);
}
.trail {
  position: absolute;
  width: 35%;
  height: 57%;
  right: 8%;
  bottom: -14%;
  border-radius: 50%;
  border-left: 5vw solid rgba(224, 196, 149, .42);
  transform: rotate(-16deg);
  filter: blur(3px);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 7rem clamp(1.3rem, 8vw, 8rem) 4rem;
}
.eyebrow {
  margin: 0 0 1.1rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 700;
}
.eyebrow.dark { color: var(--forest); }
.eyebrow.light { color: #cfdac9; }
.hero h1, .section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(4rem, 8.6vw, 8.8rem); }
.hero-text {
  max-width: 550px;
  margin: 1.8rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: rgba(255,255,255,.82);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.25rem;
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  border-radius: 3px;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: #ca613a; }
.button-ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-dark { background: var(--forest); color: #fff; margin-top: 1rem; }

.hero-note {
  position: absolute;
  z-index: 3;
  right: clamp(1.5rem, 5vw, 5rem);
  bottom: 6.5rem;
  display: grid;
  grid-template-columns: 46px auto;
  column-gap: .8rem;
  align-items: center;
  font-size: .73rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.note-line { width: 46px; height: 1px; background: rgba(255,255,255,.6); grid-row: span 2; }
.hero-note strong { font-size: .8rem; letter-spacing: .03em; }
.scroll-hint {
  position: absolute; z-index: 3;
  left: 50%; bottom: 2rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  color: rgba(255,255,255,.7); text-decoration: none;
  text-transform: uppercase; letter-spacing: .15em; font-size: .62rem;
}
.scroll-hint svg { width: 24px; margin-top: .35rem; fill: none; stroke: currentColor; stroke-width: 1.4; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 7vw, 7rem); }
.section h2 { font-size: clamp(2.8rem, 5.2vw, 5.3rem); }
.section-label { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.intro {
  display: grid;
  grid-template-columns: .6fr 2fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}
.intro-copy p:last-child {
  max-width: 720px; margin: 2rem 0 0;
  font-size: 1.08rem; color: var(--muted);
}
.intro-quote {
  align-self: end;
  border-left: 1px solid var(--orange);
  padding-left: 1.6rem;
}
.intro-quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.35;
  color: var(--forest);
}

.featured { background: #f0ecdf; }
.section-heading {
  display: flex; justify-content: space-between; align-items: end;
  gap: 2rem; margin-bottom: 3rem;
}
.text-link {
  flex: none; text-decoration: none;
  padding-bottom: .2rem; border-bottom: 1px solid currentColor;
  font-weight: 700; font-size: .9rem;
}
.text-link span { margin-left: .5rem; }
.trip-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: repeat(2, 310px);
  gap: 1.2rem;
}
.trip-card {
  position: relative; overflow: hidden;
  min-height: 280px; color: #fff;
  background: var(--forest);
  outline: none;
}
.trip-card-large { grid-row: 1 / 3; }
.trip-art {
  position: absolute; inset: 0;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.trip-card:hover .trip-art, .trip-card:focus .trip-art { transform: scale(1.045); }
.trip-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(9,31,26,.85) 100%);
}
.trip-content {
  position: absolute; inset: auto 0 0 0;
  z-index: 2; padding: clamp(1.4rem, 3vw, 2.4rem);
}
.trip-meta {
  display: flex; gap: .6rem; margin-bottom: .5rem;
  font-size: .67rem; text-transform: uppercase; letter-spacing: .14em;
}
.trip-meta span + span::before { content: "·"; margin-right: .6rem; }
.trip-card h3 {
  margin: 0;
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 500; line-height: 1;
}
.trip-card:not(.trip-card-large) h3 { font-size: clamp(2rem, 3vw, 3rem); }
.trip-card p { max-width: 500px; margin: .7rem 0 1rem; color: rgba(255,255,255,.78); }
.card-link { font-size: .82rem; font-weight: 700; }
.card-link b { margin-left: .35rem; transition: margin .2s ease; }
.trip-card:hover .card-link b { margin-left: .7rem; }

.madeira { background: linear-gradient(#d3b37d, #79927b 48%, #264a40 100%); }
.art-sun { position: absolute; width: 18%; aspect-ratio: 1; border-radius: 50%; background: #f4d08c; right: 13%; top: 12%; }
.ridge { position: absolute; left: -10%; right: -10%; bottom: -5%; }
.ridge-one { height: 68%; background: #6c806a; clip-path: polygon(0 86%, 13% 50%, 29% 75%, 48% 28%, 64% 71%, 82% 38%, 100% 75%, 100% 100%, 0 100%); }
.ridge-two { height: 55%; background: #294c42; clip-path: polygon(0 80%, 18% 46%, 36% 77%, 55% 34%, 72% 75%, 87% 48%, 100% 68%, 100% 100%, 0 100%); }
.levada { position: absolute; width: 65%; height: 58%; bottom: -23%; left: 19%; border-left: 4.2vw solid rgba(214,193,155,.6); border-radius: 50%; transform: rotate(13deg); }
.thuro { background: linear-gradient(#9db2a4 0 50%, #5d7c78 51%); }
.water { position: absolute; inset: 52% 0 0; background: repeating-linear-gradient(176deg, transparent 0 18px, rgba(255,255,255,.11) 19px 20px); }
.island { position: absolute; left: -5%; right: -5%; bottom: 32%; height: 28%; border-radius: 50% 50% 0 0; background: #355a45; }
.path { position: absolute; width: 58%; height: 45%; left: 28%; bottom: -17%; border-left: 2.4rem solid rgba(224,199,155,.72); border-radius: 50%; transform: rotate(-13deg); }
.taasinge { background: linear-gradient(#c3c7a6 0 47%, #82905f 48%); }
.field { position: absolute; left: -8%; right: -8%; border-radius: 50% 50% 0 0; }
.field-one { height: 42%; bottom: 12%; background: #9eaa72; transform: rotate(-4deg); }
.field-two { height: 37%; bottom: -8%; background: #506d4f; transform: rotate(4deg); }
.tree { position: absolute; width: 8px; height: 34%; right: 24%; bottom: 25%; background: #354b36; }
.tree::before { content:""; position:absolute; width:80px; height:100px; left:50%; top:-65px; transform:translateX(-50%); border-radius:50%; background:#3e6044; box-shadow:-34px 21px 0 #3e6044, 32px 18px 0 #3e6044; }

.stats-strip {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--forest); color: #fff;
  padding: 3rem clamp(1.3rem, 7vw, 7rem);
}
.stats-strip div { display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.stats-strip div:last-child { border: 0; }
.stats-strip strong { font-family: var(--serif); font-weight: 500; font-size: 3.6rem; line-height: 1; }
.stats-strip span { margin-top: .5rem; color: rgba(255,255,255,.68); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.category-card {
  position: relative; min-height: 330px;
  padding: 1.5rem; text-decoration: none;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.category-card:hover { background: var(--forest); color: #fff; transform: translateY(-5px); }
.category-number { font-size: .68rem; color: var(--muted); }
.category-icon { position: absolute; top: 1.2rem; right: 1.3rem; font-size: 1.35rem; }
.category-card h3 { margin: 8rem 0 .6rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.category-card p { margin: 0; font-size: .9rem; color: var(--muted); }
.category-card:hover p, .category-card:hover .category-number { color: rgba(255,255,255,.7); }

.story {
  background: var(--sand);
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: clamp(3rem, 8vw, 9rem);
}
.story-art { position: relative; }
.portrait-shape {
  position: relative; width: min(100%, 560px); aspect-ratio: .86;
  overflow: hidden; border-radius: 48% 48% 2px 2px;
  background: #aab7a3; box-shadow: var(--shadow);
}
.portrait-sky { position: absolute; inset: 0; background: linear-gradient(#aab9af, #d5c7a7 58%); }
.portrait-hill { position: absolute; left: -15%; right: -15%; bottom: -2%; }
.portrait-hill-back { height: 56%; background: #6d8069; clip-path: polygon(0 90%, 20% 48%, 41% 73%, 60% 38%, 83% 68%, 100% 51%, 100% 100%, 0 100%); }
.portrait-hill-front { height: 42%; background: #304f43; clip-path: polygon(0 66%, 22% 48%, 42% 75%, 61% 46%, 77% 71%, 100% 38%, 100% 100%, 0 100%); }
.hiker { position: absolute; left: 53%; bottom: 18%; width: 60px; height: 150px; }
.head { position: absolute; width: 27px; height: 27px; border-radius: 50%; background: #1b302a; left: 17px; top: 0; }
.body { position: absolute; width: 40px; height: 72px; border-radius: 14px 14px 5px 5px; background: #d4774f; top: 24px; left: 10px; transform: rotate(-5deg); }
.leg { position: absolute; top: 88px; width: 12px; height: 63px; background: #192b26; transform-origin: top; }
.leg-left { left: 16px; transform: rotate(12deg); }
.leg-right { left: 36px; transform: rotate(-13deg); }
.pole { position: absolute; width: 3px; height: 92px; background: #e4d7bd; left: 58px; top: 59px; transform: rotate(-9deg); transform-origin: top; }
.story-caption { position: absolute; right: -2rem; bottom: 2rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .17em; font-size: .65rem; color: var(--muted); }
.story-copy h2 { font-size: clamp(2.8rem, 4.4vw, 4.6rem); }
.story-copy p { color: var(--muted); max-width: 620px; }

.map-section { background: var(--forest-dark); color: #fff; }
.map-heading > p { max-width: 390px; color: rgba(255,255,255,.62); }
.map-card { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.map-svg { width: 100%; }
.map-svg rect { fill: rgba(255,255,255,.13); }
.map-continent { fill: rgba(132,161,121,.13); stroke: rgba(255,255,255,.15); stroke-width: 1.5; }
.map-line { fill: none; stroke: rgba(223,116,74,.65); stroke-width: 2; }
.map-line.dashed { stroke-dasharray: 7 10; }
.map-marker circle:first-child { fill: var(--orange); }
.map-marker circle:nth-child(2) { fill: none; stroke: rgba(223,116,74,.45); stroke-width: 1; }
.map-marker text { fill: #fff; font-family: var(--sans); font-size: 18px; font-weight: 700; }
.map-marker .map-small { fill: rgba(255,255,255,.55); font-size: 13px; font-weight: 400; }
.marker-future circle:first-child { fill: #a9b99b; }
.marker-future circle:nth-child(2) { stroke: rgba(169,185,155,.45); }

.newsletter {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 4rem; align-items: end;
  background: var(--orange); color: #fff;
}
.newsletter .eyebrow { color: rgba(255,255,255,.74); }
.newsletter h2 { font-size: clamp(2.7rem, 4.8vw, 4.8rem); }
.newsletter-form {
  display: grid; grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(255,255,255,.6);
}
.newsletter-form input {
  min-width: 0; border: 0; outline: 0; padding: 1rem 0;
  background: transparent; color: #fff; font-size: 1rem;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form button {
  border: 0; background: transparent; color: #fff;
  padding: 1rem 0 1rem 1rem; cursor: pointer; font-weight: 700;
}
.form-message { grid-column: 1/-1; margin: .55rem 0 0; font-size: .8rem; }

.site-footer {
  padding: 4rem clamp(1.3rem, 7vw, 7rem) 2rem;
  background: #0b241f; color: #fff;
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem;
  align-items: start;
}
.footer-brand { font-size: 1.3rem; }
.site-footer > p { margin: .4rem 0 0; color: rgba(255,255,255,.58); max-width: 360px; }
.footer-links { display: flex; gap: 1.3rem; margin-top: .4rem; }
.footer-links a, .footer-bottom a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-bottom {
  grid-column: 1/-1; display: flex; justify-content: space-between;
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.48); font-size: .78rem;
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 940px) {
  .intro { grid-template-columns: 1fr; }
  .section-label { display: none; }
  .intro-quote { max-width: 520px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .story-art { width: min(90%, 560px); }
  .newsletter { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .menu-button {
    margin-left: auto; display: grid; gap: 5px;
    width: 42px; height: 42px; place-content: center;
    border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff;
  }
  .menu-button span:not(.sr-only) { width: 20px; height: 1.5px; background: currentColor; transition: .25s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 72px 0 auto;
    display: grid; gap: 0;
    padding: 1rem 1.3rem 1.5rem;
    background: rgba(13,42,36,.98);
    transform: translateY(-130%); transition: transform .3s ease;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-cta { border: 0; border-radius: 0; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  .hero-note { display: none; }
  .scroll-hint { left: auto; right: 1.3rem; transform: none; }
  .section { padding: 4.8rem 1.3rem; }
  .section h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 2rem; }
  .trip-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .trip-card, .trip-card-large { grid-row: auto; min-height: 400px; }
  .trip-card:not(.trip-card-large) { min-height: 330px; }
  .stats-strip { grid-template-columns: 1fr; gap: 2rem; }
  .stats-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 2rem; }
  .stats-strip div:last-child { border-bottom: 0; padding-bottom: 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 240px; }
  .category-card h3 { margin-top: 5rem; }
  .story-caption { right: -1rem; }
  .map-card { margin-left: -1.3rem; margin-right: -1.3rem; }
  .map-svg { width: 170%; max-width: none; transform: translateX(-20%); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
