:root {
  --navy: #082d3e;
  --navy-2: #103c4f;
  --ink: #12313f;
  --muted: #58707a;
  --line: #cbd8dc;
  --paper: #fafafa;
  --white: #ffffff;
  --mint: #b2e7c7;
  --mint-strong: #76e2bb;
  --blue: #d0e1f4;
  --max: 1240px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); font-size: 1rem; line-height: 1.7; }
a { color: inherit; }
img { display: block; width: 100%; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .65rem 1rem; border-radius: 8px; color: var(--navy); background: var(--mint-strong); font-weight: 750; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 30; height: 74px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; background: rgba(250,250,250,.95); border-bottom: 1px solid rgba(8,45,62,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .62rem; color: var(--navy); text-decoration: none; font-size: 1.08rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50% 50% 46% 54% / 40% 60% 45% 55%; color: var(--navy); background: var(--mint-strong); font: italic 1.45rem Georgia, serif; }
.site-header nav { display: flex; justify-content: center; gap: clamp(1rem,2vw,2rem); }
.site-header nav a, .header-contact { color: #385564; text-decoration: none; font-size: .88rem; font-weight: 650; }
.site-header nav a:hover, .site-header nav a:focus-visible, .header-contact:hover { color: var(--navy); }
.header-contact { border-bottom: 1px solid currentColor; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(480px,.97fr); overflow: hidden; color: var(--white); background: var(--navy); border-radius: 0 0 92px 0; }
.hero-copy { padding: clamp(4.5rem,8vw,8rem) clamp(2rem,6vw,6rem) clamp(5rem,8vw,8rem) max(24px,calc((100vw - var(--max))/2)); align-self: center; }
.eyebrow, .section-index, .place-label { margin: 0 0 1rem; color: var(--mint-strong); font-size: .78rem; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem,6.6vw,7.1rem); line-height: .93; letter-spacing: -.07em; font-weight: 790; }
.hero-lead { max-width: 670px; margin: 2.2rem 0 .9rem; color: var(--mint-strong); font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.35; font-weight: 690; }
.hero-text { max-width: 660px; margin: 0; color: #d8e5e9; font-size: 1.05rem; }
.hero-actions, .cta-actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; }
.button { display: inline-flex; gap: .8rem; align-items: center; padding: .86rem 1.08rem; border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 750; }
.button-mint { color: var(--navy); background: var(--mint-strong); }
.button-mint:hover, .button-mint:focus-visible { background: var(--white); }
.button-navy { color: var(--white); background: var(--navy); }
.button-navy:hover, .button-navy:focus-visible { background: var(--navy-2); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; padding-block: .25rem; color: var(--navy); border-bottom: 1px solid currentColor; text-decoration: none; font-size: .88rem; font-weight: 720; }
.text-link.light { color: var(--white); }

.hero-images { min-width: 0; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 0 0 0 4px; background: var(--navy); }
.hero-image { min-width: 0; height: 100%; margin: 0; position: relative; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image-de img { object-position: 53% center; }
.hero-image-tg img { object-position: 54% center; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(8,45,62,.1); }
.hero-image figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .6rem .78rem; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.92); font-size: .74rem; font-weight: 760; }
.image-bridge { position: absolute; z-index: 4; left: 50%; top: 50%; margin: 0; padding: 1rem 1.15rem; transform: translate(-50%,-50%); border: 1px solid rgba(8,45,62,.15); border-radius: 20px 20px 48px 20px; color: var(--navy); background: var(--mint-strong); box-shadow: 0 18px 50px rgba(8,45,62,.18); font-size: .84rem; line-height: 1.28; font-weight: 800; text-align: center; }

.belief { padding-block: clamp(6rem,11vw,10rem); }
.section-index { color: #477163; }
.belief-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); }
.belief h2, .place h2, .connection h2, .togo-why h2, .process h2, .statement h2, .clarity h2, .cta h2 { margin: 0; color: var(--navy); font-size: clamp(2.7rem,5vw,5rem); line-height: 1; letter-spacing: -.06em; }
.belief-copy .lead, .togo-story .lead { color: var(--navy); font-size: clamp(1.3rem,2vw,1.6rem); line-height: 1.45; font-weight: 680; }
.belief-copy p { margin: 0 0 1.3rem; }
blockquote { margin: clamp(4rem,8vw,7rem) 0 0; padding: clamp(2rem,5vw,4rem) 0; border-top: 1px solid rgba(8,45,62,.2); border-bottom: 1px solid rgba(8,45,62,.2); color: var(--navy); font-size: clamp(2rem,4.2vw,4.2rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 740; }

.places { display: grid; gap: 4px; background: var(--paper); }
.place { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.place-image { min-height: 620px; overflow: hidden; }
.place-image img { height: 100%; object-fit: cover; }
.place-copy { padding: clamp(4rem,8vw,7rem) max(24px,calc((100vw - var(--max))/2)); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.place-de .place-copy { padding-left: clamp(2rem,6vw,6rem); color: var(--navy); background: var(--mint); border-radius: 0 80px 0 0; }
.place-tg .place-image { order: 2; }
.place-tg .place-copy { padding-right: clamp(2rem,6vw,6rem); color: var(--white); background: var(--navy); border-radius: 0 0 80px 0; }
.place-tg h2 { color: var(--white); }
.place-label { color: #3f6d5a; }
.place-tg .place-label { color: var(--mint-strong); }
.place-copy > p:not(.place-label):not(.place-note) { max-width: 660px; margin: 1.5rem 0 0; font-size: 1.08rem; }
.place-copy ul { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.place-copy li { padding: .72rem 0; border-top: 1px solid rgba(8,45,62,.18); font-weight: 650; }
.place-copy li:last-child { border-bottom: 1px solid rgba(8,45,62,.18); }
.place-note { max-width: 660px; margin: 2rem 0 0; font-size: 1.12rem; line-height: 1.5; font-weight: 720; }
.questions { margin-top: 2rem; }
.questions p { margin: 0; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.25); color: var(--mint-strong); font-size: 1.08rem; font-weight: 670; }
.questions p:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }

.connection { padding-block: clamp(6rem,11vw,10rem); background: var(--blue); border-radius: 84px 0 84px 0; }
.connection h2 { max-width: 1050px; }
.convictions { margin-top: clamp(3rem,6vw,5rem); display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1.5rem,4vw,4rem); align-items: stretch; }
.convictions article { min-height: 320px; padding: clamp(1.7rem,3vw,2.7rem); display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(8,45,62,.18); border-radius: 28px 28px 76px 28px; background: rgba(255,255,255,.44); }
.convictions article span { margin-bottom: auto; color: #477163; font-size: .75rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.convictions h3 { margin: 3rem 0 .8rem; color: var(--navy); font-size: clamp(1.8rem,3vw,3rem); line-height: 1.08; letter-spacing: -.045em; }
.convictions p { margin: 0; }
.connector { display: grid; place-items: center; }
.connector span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--navy); background: var(--mint-strong); font-size: 1.8rem; font-weight: 500; }
.connection-line { margin: clamp(3rem,6vw,5rem) 0 0; color: var(--navy); font-size: clamp(2.2rem,5vw,5rem); line-height: 1; letter-spacing: -.06em; font-weight: 790; }

.togo-why { padding-block: clamp(6rem,11vw,10rem); display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.togo-story p { margin: 1.35rem 0 0; }
.togo-story blockquote { margin-top: 3rem; padding-block: 2rem; font-size: clamp(1.8rem,3.2vw,3rem); }
.togo-photo { min-width: 0; margin: 0; }
.togo-photo img { aspect-ratio: 4/5; object-fit: cover; border-radius: 28px 28px 90px 28px; }
.togo-photo figcaption { margin: .8rem 0 0; color: var(--muted); font-size: .76rem; }

.process { padding-block: clamp(6rem,11vw,9rem); color: var(--white); background: var(--navy); border-radius: 80px 0 80px 0; }
.process .section-index { color: var(--mint-strong); }
.process h2 { color: var(--white); }
.process-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; }
.process-heading > p { max-width: 480px; margin: 0 0 .5rem; color: #c9d9de; font-size: 1.1rem; }
.steps { margin: clamp(3rem,6vw,5rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.steps li { min-height: 300px; padding: 1.5rem 1.4rem 1.5rem 0; border-right: 1px solid rgba(255,255,255,.25); }
.steps li:not(:first-child) { padding-left: 1.4rem; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--mint-strong); font-size: .78rem; font-weight: 820; letter-spacing: .12em; }
.steps h3 { margin: 5rem 0 .7rem; font-size: 1.45rem; line-height: 1.15; }
.steps p { margin: 0; color: #c9d9de; font-size: .94rem; }

.statement { padding-block: clamp(6rem,11vw,10rem); }
.statement h2 { max-width: 1080px; }
.statement-grid { margin-top: clamp(3rem,6vw,5rem); display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.statement-grid p { min-height: 230px; margin: 0; padding: 1.7rem; display: flex; align-items: flex-end; border-radius: 24px 24px 68px 24px; color: var(--navy); background: var(--mint); font-size: clamp(1.3rem,2vw,1.75rem); line-height: 1.25; font-weight: 720; }
.statement-grid p:nth-child(2) { background: var(--blue); }
.statement-grid p:nth-child(3) { color: var(--white); background: var(--navy); }

.clarity { padding-block: clamp(5rem,9vw,8rem); background: var(--mint); border-radius: 0 78px 0 78px; }
.clarity-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); }
.clarity h2 { font-size: clamp(2.6rem,4.5vw,4.4rem); }
.clarity-grid > div:last-child p { margin: 0 0 1.35rem; }

.cta { padding-block: clamp(6rem,11vw,9rem); }
.eyebrow.dark { color: #477163; }
.cta h2 { max-width: 1000px; }
.cta > p:not(.eyebrow) { max-width: 800px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.15rem; }

footer { padding: 2.3rem 0; color: #d8e4e8; background: #062431; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; font-size: .84rem; }
.footer-brand { color: var(--white); }
.footer-grid p { margin: 0; text-align: center; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 1.2rem; }
.footer-grid nav a { text-decoration: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-contact { justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: max(24px,calc((100vw - var(--max))/2)); }
  .hero-images { min-height: 540px; padding-left: 0; }
  .place { min-height: auto; }
  .place-image { min-height: 560px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.25); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px),var(--max)); }
  .site-header { height: 64px; padding-inline: 16px; }
  .header-contact { font-size: .78rem; }
  .hero { min-height: auto; border-radius: 0 0 46px 0; }
  .hero-copy { padding: 4rem 16px 3.5rem; }
  .hero h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-images { min-height: 460px; }
  .hero-image figcaption { left: .6rem; bottom: .6rem; padding: .5rem .62rem; font-size: .65rem; }
  .image-bridge { padding: .75rem; font-size: .7rem; }
  .belief-grid, .place, .togo-why, .process-heading, .clarity-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .belief h2, .place h2, .connection h2, .togo-why h2, .process h2, .statement h2, .clarity h2, .cta h2 { font-size: clamp(2.5rem,12vw,4rem); }
  blockquote { font-size: clamp(2rem,9vw,3.2rem); }
  .place-image, .place-tg .place-image { min-height: 420px; order: 0; }
  .place-copy { padding: 4.5rem 16px !important; }
  .place-de .place-copy, .place-tg .place-copy { border-radius: 0 0 44px 0; }
  .connection, .process, .clarity { border-radius: 44px 0 44px 0; }
  .convictions { grid-template-columns: 1fr; }
  .connector { margin: -.2rem 0; }
  .convictions article { min-height: 280px; border-radius: 24px 24px 58px 24px; }
  .togo-photo { width: 92%; margin-inline: auto; }
  .steps, .statement-grid { grid-template-columns: 1fr; }
  .steps li, .steps li:not(:first-child) { min-height: 230px; padding: 1.4rem 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .steps h3 { margin-top: 3.5rem; }
  .statement-grid p { min-height: 190px; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid p { text-align: left; }
  .footer-grid nav { justify-content: flex-start; }
}

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