:root {
  --navy: #061e2b;
  --navy-2: #0a2b3b;
  --petrol: #0e5964;
  --gold: #c49a24;
  --gold-soft: #dfbd58;
  --white: #f7f8f7;
  --muted: #b6c0c4;
  --anthracite: #293b45;
  --line: rgba(247, 248, 247, .16);
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--gold); color: var(--navy); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 76px; padding: .7rem var(--pad); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; background: rgba(6, 30, 43, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; letter-spacing: .04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-weight: 900; letter-spacing: -.08em; }
.brand strong { display: block; font-size: 1rem; line-height: 1; letter-spacing: .18em; }
.brand small { display: block; margin-top: .35rem; color: var(--muted); font-size: .62rem; letter-spacing: .13em; }
.main-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.4vw, 2.5rem); }
.main-nav a { color: var(--muted); text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:hover { color: var(--white); }
.language-switcher { display: flex; gap: .2rem; }
.language-switcher button { border: 0; background: transparent; color: var(--muted); padding: .5rem .38rem; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.language-switcher button.active { color: var(--gold); }
.menu-toggle { display: none; }

.hero { max-width: var(--max); min-height: calc(100vh - 76px); margin: 0 auto; padding: clamp(2.5rem, 7vw, 7rem) var(--pad); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold-soft); font-size: .74rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--petrol); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; max-width: 10ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 8vw, 8.5rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
h2 { margin-bottom: 1.4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5.4vw, 5.8rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.12; }
.hero-lead { max-width: 62ch; color: #d8dee1; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid var(--gold); text-decoration: none; font-weight: 800; font-size: .84rem; letter-spacing: .05em; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-quiet { color: var(--white); }
.hero-facts { display: flex; gap: 2.5rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; }
.hero-facts strong { color: var(--gold-soft); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.hero-facts span { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; margin: 0; justify-self: end; width: min(100%, 590px); box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.hero-visual::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid var(--gold); z-index: -1; }
.hero-visual img { aspect-ratio: 1; object-fit: cover; }
.hero-visual figcaption { position: absolute; right: -1px; bottom: -1px; max-width: 76%; padding: 1rem 1.25rem; background: var(--gold); color: var(--navy); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.section { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 42ch; color: var(--muted); font-size: 1.06rem; }
.section-heading.compact { margin-bottom: 3rem; }

.manifesto { max-width: none; background: var(--white); color: var(--navy); display: grid; grid-template-columns: .15fr 1fr .8fr; gap: clamp(1.5rem, 5vw, 6rem); align-items: center; }
.manifesto > * { max-width: 620px; }
.section-index { align-self: start; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.large { font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; }
blockquote { margin: 0; padding-left: 2rem; border-left: 4px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.15; }

.experiences { max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); background: var(--navy-2); }
.experience-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 270px 270px; gap: .85rem; }
.experience-card { position: relative; margin: 0; overflow: hidden; background: var(--anthracite); }
.experience-card img { height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.03); transition: transform .7s ease, filter .7s ease; }
.experience-card:hover img { transform: scale(1.035); filter: saturate(1); }
.experience-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,30,43,.92)); }
.experience-card figcaption { position: absolute; z-index: 2; left: 1.2rem; bottom: 1rem; font-size: .8rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.experience-card.adventure { grid-row: 1 / 3; }
.experience-card.music { grid-column: 2 / 4; }
.experience-card.cooking img { object-position: 42% 52%; }

.projects { overflow: hidden; }
.project-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { min-height: 270px; display: grid; grid-template-columns: 40px 150px 1fr; gap: 1.2rem; align-items: center; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-card img { aspect-ratio: 1; object-fit: cover; background: var(--white); }
.project-number { align-self: start; color: var(--gold); font-size: .75rem; font-weight: 900; }
.project-card h3 { margin-bottom: .65rem; }
.project-card p { color: var(--muted); font-size: .94rem; }
.project-card span { color: var(--gold-soft); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.regio-detail { max-width: none; background: var(--white); color: var(--navy); display: grid; grid-template-columns: minmax(0, .75fr) minmax(500px, 1fr); gap: 5rem; align-items: center; }
.regio-intro { max-width: 580px; justify-self: end; }
.regio-intro p:last-child { font-size: 1.12rem; }
.compass { position: relative; width: min(100%, 680px); aspect-ratio: 1; border: 1px solid rgba(6,30,43,.16); border-radius: 50%; }
.compass::before, .compass::after { content: ""; position: absolute; background: rgba(6,30,43,.12); }
.compass::before { left: 50%; top: 8%; bottom: 8%; width: 1px; }
.compass::after { top: 50%; left: 8%; right: 8%; height: 1px; }
.compass-center { position: absolute; inset: 36%; z-index: 2; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 900; letter-spacing: .12em; }
.compass-center span { display: block; color: var(--gold); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .8; }
.region { position: absolute; width: 42%; text-align: center; }
.region strong { display: block; color: var(--petrol); font-size: 1.1rem; letter-spacing: .15em; text-transform: uppercase; }
.region span { font-size: .78rem; color: var(--anthracite); }
.region.north { top: 10%; left: 29%; }
.region.south { bottom: 10%; left: 29%; }
.region.west { left: 2%; top: 47%; }
.region.east { right: 2%; top: 47%; }

.europe-feature { max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; background: linear-gradient(135deg, #0e5964, #061e2b 68%); }
.europe-copy { max-width: 520px; justify-self: end; }
.europe-copy p:last-child { color: #dbe5e7; }
.europe-feature figure { margin: 0; }
.europe-feature figure img { box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.europe-feature figcaption { margin-top: .8rem; color: var(--muted); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }

.journey { padding-bottom: 12rem; }
.timeline { display: grid; grid-template-columns: repeat(6, minmax(170px, 1fr)); overflow-x: auto; padding: 2rem 0 1rem; scrollbar-color: var(--gold) var(--navy-2); }
.timeline article { position: relative; min-height: 240px; padding: 2.3rem 1.3rem 1rem; border-top: 2px solid var(--gold); }
.timeline article::before { content: ""; position: absolute; top: -8px; left: 1.3rem; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px var(--navy); }
.timeline time { color: var(--gold-soft); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }
.timeline h3 { margin: 1rem 0 .7rem; font-size: 1.05rem; }
.timeline p { color: var(--muted); font-size: .87rem; }

.partners { max-width: none; background: var(--white); color: var(--navy); display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: center; }
.partners-copy { max-width: 620px; justify-self: end; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--petrol); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.partner-groups { max-width: 680px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(6,30,43,.2); border-left: 1px solid rgba(6,30,43,.2); }
.partner-groups div { min-height: 130px; display: grid; align-content: center; gap: .8rem; padding: 1.3rem; border-right: 1px solid rgba(6,30,43,.2); border-bottom: 1px solid rgba(6,30,43,.2); }
.partner-groups span { color: var(--gold); font-size: .72rem; font-weight: 900; }
.partner-groups strong { line-height: 1.25; }

.contact { display: grid; grid-template-columns: 1fr .7fr; gap: 4rem; align-items: end; background-image: radial-gradient(circle at 80% 20%, rgba(14,89,100,.45), transparent 34%); }
.contact h2 { margin-bottom: 0; }
.contact-card { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--gold); }
.contact-card p { font-size: 1.2rem; font-weight: 800; }
.contact-card p span { color: var(--muted); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { display: block; margin-top: .7rem; color: var(--white); text-decoration-color: var(--gold); text-underline-offset: 4px; }

footer { max-width: var(--max); margin: 0 auto; padding: 2rem var(--pad); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); }
footer p { margin: 0; justify-self: center; color: var(--muted); font-size: .78rem; }
footer > a { color: var(--gold-soft); font-size: .8rem; font-weight: 800; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .main-nav { position: fixed; inset: 76px 0 0; display: none; align-content: start; justify-content: start; padding: 3rem var(--pad); background: var(--navy); }
  .main-nav.open { display: grid; }
  .main-nav a { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; text-transform: none; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 21px; height: 1px; background: var(--white); }
  .language-switcher { justify-self: end; }
  .hero { grid-template-columns: 1fr .7fr; }
  .project-card { grid-template-columns: 32px 110px 1fr; }
  .regio-detail { grid-template-columns: 1fr; }
  .regio-intro { justify-self: start; }
  .compass { justify-self: center; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; gap: .55rem; }
  .brand small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .language-switcher button { font-size: .65rem; padding-inline: .25rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.6rem); }
  .hero-visual { width: 92%; margin: 2rem auto 0; justify-self: center; }
  .hero-facts { gap: 1.5rem; }
  .section-heading, .manifesto, .europe-feature, .partners, .contact { grid-template-columns: 1fr; }
  .manifesto { gap: 2rem; }
  .manifesto blockquote { margin-top: 1rem; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 220px); }
  .experience-card.adventure { grid-row: 1 / 3; }
  .experience-card.music { grid-column: 2; }
  .project-list { grid-template-columns: 1fr; }
  .project-card { grid-template-columns: 34px 96px 1fr; padding: 1rem; }
  .project-card p { font-size: .86rem; }
  .regio-detail { gap: 3rem; }
  .compass { width: 100%; }
  .region span { display: none; }
  .europe-copy { justify-self: start; }
  .partner-groups { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 480px) {
  .site-header .brand strong { font-size: .82rem; }
  .hero-facts { justify-content: space-between; gap: .6rem; }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 230px); }
  .experience-card.adventure, .experience-card.music { grid-column: auto; grid-row: auto; }
  .project-card { grid-template-columns: 30px 80px 1fr; gap: .75rem; }
  .project-card p { display: none; }
  .project-card span { font-size: .6rem; }
  .contact-card a { overflow-wrap: anywhere; }
}

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