:root {
  --brown: #5b3828;
  --brown-soft: #7e5d49;
  --cream: #fbf4e8;
  --sand: #ead4b3;
  --dune: #d39a62;
  --terracotta: #c76a3d;
  --ochre: #dfb64f;
  --blue: #6f9da0;
  --red: #ad4c39;
  --green: #159447;
  --nam-blue: #003580;
  --nam-red: #d21034;
  --nam-green: #009543;
  --nam-yellow: #ffd200;
  --ger-black: #141414;
  --ger-red: #dd0000;
  --ger-gold: #ffce00;
  --map-yellow: #f2d889;
  --line: rgba(91,56,40,.14);
  --pad: clamp(22px, 5vw, 76px);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--ochre); color: var(--brown); }

.section-pad {
  width: min(100%, calc(var(--max) + (var(--pad) * 2)));
  margin-inline: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 76px;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
  background: rgba(251,244,232,.94);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.brand-symbol {
  width: 30px;
  height: 30px;
  display: block;
  background:
    linear-gradient(135deg, var(--terracotta) 0 29%, transparent 29% 35%, var(--ochre) 35% 58%, transparent 58% 64%, var(--blue) 64% 100%);
  border-radius: 8px 8px 8px 2px;
}
.desktop-nav { display: flex; gap: 28px; font-size: 14px; color: var(--brown-soft); }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--terracotta); }

.photo-feature { padding-top: 34px; padding-bottom: 0; }
.photo-feature figure { margin: 0; }
.photo-feature img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
}
.photo-feature figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--brown-soft);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
  min-height: 580px;
  padding-top: 26px;
  padding-bottom: clamp(64px, 8vw, 96px);
}
.hero-copy { padding-top: 12px; }
.kicker { margin: 0; color: var(--brown-soft); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1,
.story h2,
.sound h2,
.community h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 {
  margin: 18px 0 28px;
  max-width: 720px;
  font-size: clamp(68px, 9vw, 132px);
  line-height: .82;
}
.hero h1 em { color: var(--terracotta); font-style: normal; }
.lead { max-width: 640px; margin: 0 0 34px; color: var(--brown-soft); font-size: clamp(18px, 1.8vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 4px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--terracotta); color: #fffaf3; }
.button.secondary { border: 1px solid rgba(91,56,40,.25); background: transparent; }

.hero-map { position: relative; min-height: 500px; display: grid; place-items: center; }
.map-wash { position: absolute; inset: 8% 6% 7% 14%; background: radial-gradient(ellipse at center, rgba(242,216,137,.32), rgba(234,212,179,.01) 69%); border-radius: 50%; }
.namibia-shape {
  position: relative;
  width: min(92%, 410px);
  aspect-ratio: 2 / 3.1;
  background: var(--map-yellow);
  -webkit-mask: url('https://upload.wikimedia.org/wikipedia/commons/b/b2/Namibia-outline.svg') center / contain no-repeat;
  mask: url('https://upload.wikimedia.org/wikipedia/commons/b/b2/Namibia-outline.svg') center / contain no-repeat;
  filter: drop-shadow(0 10px 24px rgba(91,56,40,.12));
}
.map-note { position: absolute; left: 0; bottom: 18px; width: min(300px, 80%); padding: 18px 20px; border-left: 4px solid var(--terracotta); background: rgba(251,244,232,.9); backdrop-filter: blur(6px); }
.map-note span, .map-note small { display: block; color: var(--brown-soft); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.map-note strong { display: block; margin: 5px 0 7px; font: 600 24px/1 Georgia, serif; }

.woven-rule { display: grid; grid-template-columns: repeat(8, 1fr); gap: 0; height: 10px; overflow: hidden; }
.woven-rule span:nth-child(4n+1) { background: var(--terracotta); }
.woven-rule span:nth-child(4n+2) { background: var(--ochre); }
.woven-rule span:nth-child(4n+3) { background: var(--blue); }
.woven-rule span:nth-child(4n) { background: var(--red); }

.story,
.sound,
.tour,
.community,
.contact { padding-top: clamp(78px, 9vw, 120px); padding-bottom: clamp(78px, 9vw, 120px); }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 42px; color: var(--brown-soft); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(91,56,40,.28); border-radius: 50%; font-size: 9px; letter-spacing: 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr); gap: clamp(42px, 8vw, 120px); align-items: end; }
.story h2,
.sound h2,
.community h2,
.contact h2 { margin: 14px 0 0; font-size: clamp(48px, 6vw, 82px); line-height: .95; }
.story-copy p,
.sound-head p,
.tour-copy p,
.community-copy p,
.contact-copy p { color: var(--brown-soft); font-size: 16px; line-height: 1.75; }
.story-copy p:first-child { margin-top: 0; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { padding: 22px 24px 22px 0; border-right: 1px solid var(--line); }
.facts div + div { padding-left: 24px; }
.facts div:last-child { border-right: 0; }
.facts strong { display: block; color: var(--terracotta); font: 600 clamp(28px, 3vw, 42px)/1 Georgia, serif; }
.facts span { display: block; margin-top: 7px; color: var(--brown-soft); font-size: 13px; }

.sound { background: #f3e6d2; border-top: 1px solid rgba(91,56,40,.08); border-bottom: 1px solid rgba(91,56,40,.08); }
.sound-head { display: grid; grid-template-columns: 1.05fr .65fr; gap: 60px; align-items: end; }
.sound-head p { margin: 0; }
.sound-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid rgba(91,56,40,.2); }
.sound-item { min-height: 245px; padding: 24px 28px 24px 0; border-right: 1px solid rgba(91,56,40,.2); }
.sound-item + .sound-item { padding-left: 28px; }
.sound-item:last-child { border-right: 0; }
.sound-item > span { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.sound-item h3 { margin: 60px 0 10px; font: 500 36px/1 Georgia, serif; }
.sound-item p { margin: 0; color: var(--brown-soft); font-size: 14px; line-height: 1.65; }
.listen-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 42px; }
.listen-row p { margin: 0; color: var(--brown-soft); }

.tour { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tour-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(44px, 7vw, 100px); align-items: end; }
.tour-title { display: flex; flex-direction: column; align-items: stretch; min-width: 0; }
.tour-country {
  display: inline-block;
  width: fit-content;
  font: 900 clamp(60px, 8vw, 122px)/.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.055em;
}
.namibia-word {
  background: linear-gradient(180deg,
    var(--nam-blue) 0 24%,
    #ffffff 24% 29%,
    var(--nam-red) 29% 61%,
    #ffffff 61% 66%,
    var(--nam-green) 66% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  padding-right: .28em;
}
.namibia-word::after {
  content: "";
  position: absolute;
  right: 0;
  top: .12em;
  width: .13em;
  height: .13em;
  border-radius: 50%;
  background: var(--nam-yellow);
  box-shadow: 0 0 0 2px rgba(255,255,255,.65);
}
.germany-word {
  align-self: flex-end;
  background: linear-gradient(180deg, var(--ger-black) 0 33.33%, var(--ger-red) 33.33% 66.66%, var(--ger-gold) 66.66% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.route-line { display: flex; align-items: center; gap: 14px; padding: 24px 5vw 22px; }
.route-line i { height: 1px; background: rgba(91,56,40,.38); flex: 1; }
.route-line b { color: var(--terracotta); font-size: 15px; }
.tour-title h2 {
  margin: 58px 0 0;
  color: transparent;
  -webkit-text-stroke: 2px rgba(91,56,40,.82);
  font: 900 clamp(140px, 21vw, 330px)/.66 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.08em;
}
.tour-copy { align-self: end; padding-bottom: 8px; }
.tour-copy h3 { margin: 16px 0 18px; font: 600 clamp(38px, 4.8vw, 62px)/.94 Georgia, serif; letter-spacing: -.045em; }
.tour-copy dl { margin: 30px 0; border-top: 1px solid rgba(91,56,40,.24); }
.tour-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(91,56,40,.24); }
.tour-copy dt { color: rgba(91,56,40,.72); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.tour-copy dd { margin: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tour-button { background: var(--brown); color: #fffaf3; }

.community { background: #eef1eb; }
.community-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.community-textile { display: grid; gap: 24px; align-content: center; min-height: 360px; overflow: hidden; }
.diamond-row { display: flex; justify-content: center; gap: 24px; }
.diamond-row.offset { transform: translateX(38px); }
.diamond-row i { width: 66px; height: 66px; transform: rotate(45deg); border: 8px solid var(--terracotta); background: rgba(223,182,79,.2); }
.diamond-row i:nth-child(2n) { border-color: var(--blue); }
.diamond-row i:nth-child(3n) { border-color: var(--ochre); }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .6fr); gap: clamp(50px, 8vw, 120px); align-items: end; }
.contact-details { border-left: 1px solid var(--line); padding-left: 32px; }
.contact-details > span { display: block; margin-top: 18px; color: var(--brown-soft); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-details > span:first-child { margin-top: 0; }
.contact-details > a { display: inline-block; margin-top: 6px; font-size: 19px; font-weight: 650; }
.socials { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 8px; }
.socials a { color: var(--terracotta); font-size: 14px; font-weight: 700; }

footer { padding: 38px var(--pad) 30px; border-top: 10px solid var(--terracotta); background: #f3e6d2; }
.footer-brand { font: 500 clamp(34px, 5vw, 64px)/1 Georgia, serif; letter-spacing: -.04em; }
.footer-line { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; color: var(--brown-soft); font-size: 12px; }

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

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero,
  .story-grid,
  .sound-head,
  .tour-grid,
  .community-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-map { min-height: 440px; }
  .map-note { left: 8%; }
  .sound-grid { grid-template-columns: 1fr; }
  .sound-item, .sound-item + .sound-item { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(91,56,40,.2); min-height: auto; }
  .sound-item:last-child { border-bottom: 0; }
  .sound-item h3 { margin-top: 28px; }
  .facts { grid-template-columns: 1fr; }
  .facts div, .facts div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts div:last-child { border-bottom: 0; }
  .tour-title h2 { margin-top: 34px; }
  .tour-copy { max-width: 620px; margin-left: auto; }
  .contact-details { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; }
  .site-header { min-height: 68px; }
  .photo-feature { padding-top: 20px; padding-bottom: 0; }
  .photo-feature figcaption { flex-direction: column; gap: 4px; }
  .hero { padding-top: 22px; padding-bottom: 52px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: 18vw; }
  .hero-map { min-height: 360px; }
  .namibia-shape { width: 84%; }
  .map-note { left: 0; bottom: 0; width: 86%; }
  .story h2, .sound h2, .community h2, .contact h2 { font-size: 13vw; }
  .tour-country { font-size: 14vw; }
  .route-line { padding: 18px 1vw; }
  .tour-title h2 { font-size: 42vw; margin-top: 30px; }
  .listen-row, .footer-line { flex-direction: column; align-items: flex-start; }
  .listen-row .button { width: 100%; }
  .diamond-row { gap: 14px; }
  .diamond-row i { width: 48px; height: 48px; border-width: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}