:root {
  --green:#277c2e;
  --green-2:#78c94e;
  --forest:#123829;
  --ink:#1b211e;
  --muted:#68716b;
  --line:#e2e8e2;
  --soft:#f5f7f3;
  --page:clamp(22px,5vw,76px);
  --max:1480px;
  --radius:22px;
  --shadow:0 20px 60px rgba(16,48,35,.12);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:88px; }
body { margin:0; overflow-x:hidden; background:#fff; color:var(--ink); font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
img { display:block; max-width:100%; }
section[id] { scroll-margin-top:88px; }
:where(a,button,input):focus-visible { outline:3px solid #8ee067; outline-offset:2px; box-shadow:0 0 0 5px #173f30; }
.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; left:16px; top:16px; z-index:999; padding:10px 14px; background:#fff; transform:translateY(-200%); }
.skip-link:focus { transform:none; }
.heading-line { display:block; }
.heading-accent { color:var(--green-2); }
.kicker { margin:0 0 14px; color:#267d30; font-size:12px; font-weight:850; letter-spacing:.19em; text-transform:uppercase; }
.section { padding:88px var(--page); }
.line-icon svg,.micro-icon { fill:none; stroke:currentColor; stroke-width:2.25; stroke-linecap:round; stroke-linejoin:round; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:52px; padding:0 26px; border:0; border-radius:999px; font-size:14px; font-weight:780; transition:transform .2s,box-shadow .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary,.button-green { color:#fff; background:linear-gradient(90deg,#277c2e,#2f852f); box-shadow:0 12px 28px rgba(39,124,46,.25); }
.button-outline { color:#fff; border:1px solid rgba(255,255,255,.85); background:rgba(255,255,255,.04); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }

/* Header */
.site-header { position:fixed; top:0; left:0; z-index:100; width:100%; height:86px; padding:0 max(var(--page),calc((100vw - var(--max))/2 + var(--page))); display:grid; grid-template-columns:170px minmax(0,1fr) 170px; align-items:center; color:#fff; transition:height .25s,background-color .25s,box-shadow .25s,backdrop-filter .25s; }
.site-header.scrolled { height:68px; background:rgba(12,43,32,.92); border-bottom:1px solid rgba(255,255,255,.08); box-shadow:0 6px 22px rgba(5,25,17,.14); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); }
.brand { width:106px; transform:translateY(5px); transition:width .25s,transform .25s; }
.brand img { width:100%; }
.site-header.scrolled .brand { width:96px; transform:translateY(2px); }
.main-nav { justify-self:center; display:flex; gap:clamp(18px,2vw,32px); font-size:14px; font-weight:650; white-space:nowrap; }
.main-nav a,.language-switcher button { position:relative; }
.main-nav a::after,.language-switcher button::after { content:""; position:absolute; right:0; bottom:-8px; left:0; height:2px; background:var(--green-2); transform:scaleX(0); transition:transform .2s; }
.main-nav a:hover::after,.main-nav a[aria-current="page"]::after,.language-switcher button.active::after { transform:scaleX(1); }
.language-switcher { justify-self:end; display:flex; gap:18px; }
.language-switcher button { min-width:28px; min-height:44px; padding:0; border:0; background:none; color:#fff; cursor:pointer; font-size:13px; font-weight:750; }
.menu-toggle { display:none; }

/* Hero */
.hero { position:relative; min-height:720px; height:min(840px,100svh); overflow:hidden; color:#fff; background:var(--forest); }
.hero-image { position:absolute; inset:0; background:url('assets/images/hero-markus-v2.jpg') 50% 50%/cover no-repeat; transform:scale(1.012); }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,18,12,.79) 0%,rgba(5,18,12,.53) 35%,rgba(5,18,12,.10) 66%,rgba(5,18,12,0) 100%),linear-gradient(0deg,rgba(4,16,10,.28),transparent 62%); }
.hero-inner { position:relative; z-index:2; width:min(100%,var(--max)); height:100%; margin:auto; padding:132px var(--page) 82px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.hero-kicker { color:#7cc755; }
.hero h1 { width:min(620px,55vw); margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(62px,6.2vw,100px); font-weight:500; line-height:.93; letter-spacing:-.045em; text-wrap:balance; }
.hero-copy { max-width:600px; margin:24px 0 0; color:rgba(255,255,255,.94); font-size:clamp(18px,1.45vw,23px); }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.scroll-cue { position:absolute; bottom:22px; left:50%; z-index:3; display:flex; flex-direction:column; align-items:center; gap:8px; color:rgba(255,255,255,.85); font-size:10px; font-weight:750; letter-spacing:.16em; text-transform:uppercase; white-space:nowrap; transform:translateX(-50%); }
.scroll-cue i { position:relative; display:block; width:20px; height:32px; border:1px solid rgba(255,255,255,.65); border-radius:16px; }
.scroll-cue i::after { content:""; position:absolute; top:7px; left:7px; width:4px; height:4px; border-radius:50%; background:#7bd354; animation:scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 0%{opacity:0;transform:translateY(0)} 30%,75%{opacity:1} 100%{opacity:0;transform:translateY(13px)} }

/* Principles */
.pillars { width:min(100%,var(--max)); margin:auto; padding:28px var(--page); display:grid; grid-template-columns:repeat(5,1fr); background:#fff; }
.pillar { min-width:0; min-height:160px; padding:15px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-right:1px solid var(--line); text-align:center; }
.pillar:last-child { border-right:0; }
.pillar .icon { width:46px; height:46px; display:grid; place-items:center; color:var(--green); font-size:0; }
.pillar .icon svg { width:38px; height:38px; }
.pillar h2 { margin:7px 0 8px; font-size:16px; }
.pillar p { max-width:190px; margin:0; color:var(--muted); font-size:13px; line-height:1.45; }

/* Early authority */
.authority-section { width:min(calc(100% - 2 * var(--page)),var(--max)); margin:38px auto 18px; padding:22px; display:grid; grid-template-columns:170px minmax(0,1.25fr) minmax(280px,.75fr); gap:30px; align-items:center; border:1px solid #dce7db; border-radius:24px; background:linear-gradient(135deg,#fff,#f4f8f1); box-shadow:0 16px 44px rgba(16,48,35,.08); }
.authority-portrait { width:100%; aspect-ratio:1; border-radius:18px; background:url('assets/images/energy.jpg') center/cover no-repeat; box-shadow:0 12px 28px rgba(16,48,35,.16); }
.authority-copy { min-width:0; }
.authority-copy h2 { margin:0 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(27px,2.5vw,42px); line-height:1.05; letter-spacing:-.04em; text-wrap:balance; }
.authority-copy>p:not(.kicker) { max-width:720px; margin:0; color:var(--muted); font-size:13px; line-height:1.55; }
.text-link { display:inline-flex; gap:10px; margin-top:14px; color:#267d30; font-size:13px; font-weight:800; }
.authority-proof { min-height:170px; height:100%; padding:25px; display:flex; flex-direction:column; justify-content:center; border-radius:18px; color:#fff; background:radial-gradient(circle at 100% 0%,rgba(133,222,94,.20),transparent 35%),linear-gradient(145deg,#173f30,#0c2d21); }
.authority-stars { margin-bottom:5px; color:#8ee067; font-size:20px; letter-spacing:.12em; }
.authority-proof strong { color:rgba(255,255,255,.65); font-size:11px; letter-spacing:.13em; text-transform:uppercase; }
.authority-proof p { margin:15px 0 9px; font-family:Georgia,"Times New Roman",serif; font-size:16px; line-height:1.4; }
.authority-proof span { color:#8ee067; font-size:10px; font-weight:750; }

/* Origin and philosophy */
.origin-section { width:min(100%,var(--max)); margin:auto; padding-top:76px; padding-bottom:82px; display:grid; grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr); gap:clamp(40px,8vw,120px); align-items:start; }
.origin-heading,.origin-copy { min-width:0; }
.origin-heading h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(38px,4.2vw,64px); line-height:1.02; letter-spacing:-.05em; text-wrap:balance; }
.origin-line { width:88px; height:3px; margin-top:28px; background:linear-gradient(90deg,var(--green),var(--green-2)); }
.origin-copy { max-width:790px; }
.origin-copy>p:first-child { margin:0; color:#303a34; font-family:Georgia,"Times New Roman",serif; font-size:clamp(19px,1.65vw,24px); line-height:1.65; }
.origin-signature { margin:22px 0 0; color:#267d30; font-weight:850; letter-spacing:.08em; }
.philosophy-section { padding:clamp(72px,8vw,118px) var(--page); color:#fff; text-align:center; background:radial-gradient(circle at 78% 15%,rgba(130,216,91,.18),transparent 28%),linear-gradient(145deg,#173f30,#0c2d21); }
.philosophy-section .kicker { color:#8ee067; }
.philosophy-section h2 { max-width:1050px; margin:0 auto; font-family:Georgia,"Times New Roman",serif; font-size:clamp(42px,5.7vw,78px); font-weight:500; line-height:1.03; letter-spacing:-.05em; text-wrap:balance; }
.philosophy-section>p:last-child { max-width:760px; margin:25px auto 0; color:rgba(255,255,255,.76); font-size:clamp(16px,1.5vw,21px); line-height:1.6; }

/* Why it works */
.why-section { background:#fff; }
.section-heading-center { max-width:800px; margin:0 auto 36px; text-align:center; }
.section-heading-center h2 { margin:0; font-size:clamp(32px,3.8vw,54px); line-height:1.05; letter-spacing:-.045em; text-wrap:balance; }
.section-heading-center>p:not(.kicker) { max-width:680px; margin:14px auto 0; color:var(--muted); font-size:16px; }
.why-grid { max-width:1120px; margin:42px auto 0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.why-grid article { min-width:0; padding:30px 28px; border:1px solid #dce6db; border-radius:20px; background:linear-gradient(145deg,#fff,#f5f8f3); text-align:center; }
.why-icon { width:62px; height:62px; margin:0 auto; display:grid; place-items:center; border-radius:19px; color:#83d65e; background:#173f30; box-shadow:0 10px 24px rgba(16,56,40,.14); }
.why-icon svg { width:35px; height:35px; }
.why-grid h3 { margin:18px 0 7px; font-size:20px; }
.why-grid p { margin:0; color:var(--muted); font-size:14px; line-height:1.58; }

/* Experiences and flip cards */
.experiences-section { display:grid; grid-template-columns:minmax(285px,.75fr) minmax(0,2.25fr); gap:clamp(34px,3.5vw,54px); background:linear-gradient(180deg,#f6f8f4,#eef3ed); }
.compact-intro,.events-grid { min-width:0; }
.compact-intro h2 { max-width:360px; margin:0 0 18px; font-size:clamp(34px,3.1vw,52px); line-height:1.06; letter-spacing:-.045em; text-wrap:balance; overflow-wrap:normal; hyphens:auto; }
.compact-intro p { max-width:390px; color:var(--muted); font-size:16px; }
.events-toggle { width:100%; max-width:290px; margin-top:28px; padding:15px 17px 15px 13px; display:flex; align-items:center; gap:13px; border:1px solid rgba(47,143,53,.24); border-radius:18px; color:#1e6f2a; background:linear-gradient(135deg,#fff,#edf7e9); box-shadow:0 12px 30px rgba(16,55,36,.10); cursor:pointer; text-align:left; transition:transform .2s,box-shadow .2s,border-color .2s; }
.events-toggle:hover { border-color:#7acb55; box-shadow:0 18px 36px rgba(16,55,36,.16); transform:translateY(-3px); }
.toggle-arrow { flex:0 0 44px; width:44px; height:44px; display:grid; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(145deg,#2da733,#7bd354); box-shadow:0 9px 20px rgba(47,160,50,.27); font-size:21px; }
.toggle-copy { min-width:0; display:flex; flex-direction:column; gap:3px; }
.toggle-copy strong { font-size:13px; line-height:1.2; }
.toggle-copy small { color:#66736a; font-size:10px; font-weight:600; line-height:1.3; }
.events-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; align-items:stretch; }
.event-card { height:660px; min-width:0; overflow:visible; background:transparent; perspective:1400px; isolation:isolate; contain:layout paint; animation:reveal-card .46s both; }
.event-extra { display:none; }
.event-flipper { position:relative; width:100%; height:100%; transform-style:preserve-3d; -webkit-transform-style:preserve-3d; transition:transform .68s cubic-bezier(.2,.72,.2,1); will-change:transform; }
.event-card.flipped .event-flipper { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); }
.event-face { position:absolute; inset:0; overflow:hidden; border:1px solid rgba(17,55,38,.08); border-radius:18px; box-shadow:0 13px 34px rgba(17,52,36,.10); backface-visibility:hidden; -webkit-backface-visibility:hidden; transform-style:preserve-3d; -webkit-transform-style:preserve-3d; }
.event-front { z-index:2; display:flex; flex-direction:column; background:#fff; transform:rotateY(0deg); -webkit-transform:rotateY(0deg); }
.event-back { z-index:1; padding:25px 23px; display:flex; flex-direction:column; color:#fff; background:radial-gradient(circle at 100% 0%,rgba(120,201,78,.28),transparent 38%),linear-gradient(145deg,#173f30,#0d2c21); transform:rotateY(180deg); -webkit-transform:rotateY(180deg); }
.event-card.flipped .event-front { z-index:1; pointer-events:none; }
.event-card.flipped .event-back { z-index:3; pointer-events:auto; }
.event-back::after { content:""; position:absolute; right:-68px; bottom:-70px; width:150px; height:150px; border:1px solid rgba(255,255,255,.09); border-radius:50%; pointer-events:none; }
.event-media { position:relative; flex:0 0 auto; aspect-ratio:1.5; overflow:hidden; background:#dfe7df; }
.event-media img { width:100%; height:100%; object-fit:cover; object-position:var(--event-position,center); }
.event-media::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.42)); }
.event-date { position:absolute; top:15px; left:15px; z-index:2; padding:9px 11px; border-radius:10px; background:#fff; box-shadow:0 5px 18px rgba(0,0,0,.16); font-size:10px; font-weight:850; line-height:1.2; text-transform:uppercase; }
.event-badge { position:absolute; bottom:12px; left:15px; z-index:2; padding:5px 10px; border-radius:999px; color:#fff; background:var(--green); font-size:10px; font-weight:800; }
.event-content { flex:1; min-height:0; padding:16px 18px 19px; display:flex; flex-direction:column; }
.event-club { margin:0 0 7px; display:flex; align-items:center; gap:7px; color:#173f30; font-size:11px; font-weight:850; line-height:1.25; }
.event-club span { padding:4px 7px; border-radius:5px; color:#8ee067; background:#122f24; font-size:8px; letter-spacing:.13em; }
.event-card h3 { margin:0 0 5px; font-size:18px; line-height:1.2; letter-spacing:-.025em; text-wrap:balance; }
.event-location { margin:0 0 6px; display:flex; align-items:center; gap:5px; color:var(--muted); font-size:12px; }
.micro-icon { flex:0 0 auto; width:13px; height:13px; color:#4b8d55; }
.event-description { margin:9px 0 12px; color:var(--muted); font-size:12.5px; line-height:1.5; }
.event-flip-button,.event-back-button { padding:0; border:0; color:#267d30; background:none; cursor:pointer; font-size:12px; font-weight:800; }
.event-flip-button { margin-top:auto; display:inline-flex; align-items:center; align-self:flex-start; gap:8px; }
.event-back-button { color:rgba(255,255,255,.72); }
.event-back-label { align-self:flex-start; padding:6px 10px; border-radius:999px; color:#0c2b1e; background:#72c94d; font-size:10px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.event-back h3 { margin:16px 0 14px; font-size:22px; line-height:1.12; letter-spacing:-.03em; }
.event-back-copy { flex:1 1 auto; min-height:0; margin-bottom:12px; padding-right:4px; display:grid; gap:12px; overflow-y:auto; overscroll-behavior:contain; scrollbar-width:thin; }
.event-detail strong { display:block; margin-bottom:4px; color:#8ee067; font-size:9px; letter-spacing:.14em; text-transform:uppercase; }
.event-detail p { margin:0; color:rgba(255,255,255,.82); font-size:11.5px; line-height:1.46; }
.event-back ul { margin:0; padding:0; display:grid; gap:6px; list-style:none; }
.event-back li { position:relative; padding-left:18px; color:rgba(255,255,255,.94); font-size:11.5px; line-height:1.4; }
.event-back li::before { content:""; position:absolute; top:.55em; left:0; width:6px; height:6px; border-radius:50%; background:#7bd354; }
.event-outcomes { padding-top:11px; border-top:1px solid rgba(255,255,255,.13); }
.event-outcomes>strong { display:block; margin-bottom:8px; color:#fff; font-size:11px; letter-spacing:.06em; }
.event-back-actions { position:relative; z-index:2; margin-top:auto; padding-top:11px; display:flex; justify-content:space-between; align-items:center; gap:12px; border-top:1px solid rgba(255,255,255,.12); }
.event-link { display:inline-flex; gap:7px; color:#8fe66a; font-size:12px; font-weight:800; }
@keyframes reveal-card { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:none} }

/* REACH */
.reach-section { display:grid; grid-template-columns:minmax(270px,290px) minmax(0,1fr); gap:40px; align-items:start; }
.reach-copy { min-width:0; }
.reach-copy h2 { margin:0 0 18px; font-size:clamp(34px,3.2vw,52px); line-height:1.03; letter-spacing:-.045em; text-wrap:balance; }
.reach-copy p { margin:0 0 24px; color:var(--muted); font-size:16px; }
.method-by { margin:-10px 0 15px!important; color:#267d30!important; font-size:11px!important; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.reach-copy .button { min-height:46px; font-size:13px; }
.reach-visual { min-width:0; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.reach-card { position:relative; min-width:0; min-height:410px; padding:30px 16px 24px; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; overflow:hidden; border:1px solid #dfe8df; border-radius:20px; background:linear-gradient(160deg,#fff,#f3f7f1); text-align:center; transition:transform .25s,box-shadow .25s; }
.reach-card:hover { box-shadow:0 18px 42px rgba(16,48,35,.12); transform:translateY(-6px); }
.reach-letter { position:absolute; top:5px; right:13px; color:rgba(47,143,53,.08); font-family:Georgia,serif; font-size:72px; line-height:1; }
.reach-icon { position:relative; flex:0 0 auto; width:84px; height:84px; display:grid; place-items:center; border-radius:25px; color:#80d35a; background:linear-gradient(145deg,#1b4b38,#0f3024); box-shadow:0 14px 25px rgba(16,56,40,.18); transform:rotate(-4deg); transition:transform .25s,box-shadow .25s; }
.reach-card:hover .reach-icon { box-shadow:0 18px 34px rgba(16,56,40,.29); transform:rotate(0) scale(1.03); }
.reach-icon::before { content:""; position:absolute; inset:7px; border:1px solid rgba(143,230,106,.20); border-radius:20px; }
.reach-icon svg { width:47px; height:47px; }
.reach-card:nth-child(2) .reach-icon { background:linear-gradient(145deg,#164a3c,#286f4b); }
.reach-card:nth-child(3) .reach-icon { background:linear-gradient(145deg,#173d34,#3d7045); }
.reach-card:nth-child(4) .reach-icon { background:linear-gradient(145deg,#103e35,#176c58); }
.reach-card:nth-child(5) .reach-icon { background:linear-gradient(145deg,#18372b,#43763e); }
.reach-card h3 { margin:20px 0 8px; font-size:18px; }
.reach-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.58; }

/* Audiences */
.work-section { padding-top:42px; }
.work-grid { width:min(100%,var(--max)); margin:auto; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.work-grid article { min-width:0; min-height:300px; padding:28px 23px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:16px; background:#fbfcfa; box-shadow:0 8px 26px rgba(16,48,35,.04); text-align:center; }
.work-icon { width:56px; height:56px; margin:0 auto 15px; display:grid; place-items:center; border-radius:50%; color:#83d65e; background:linear-gradient(145deg,#173f30,#0f3024); box-shadow:0 10px 24px rgba(16,56,40,.14); }
.work-icon svg { width:34px; height:34px; }
.work-grid h3 { margin:0 0 10px; font-size:19px; }
.work-grid p { max-width:250px; margin:0 auto 18px; color:var(--muted); font-size:13px; line-height:1.55; }
.work-grid a { min-height:38px; margin-top:auto; padding:0 13px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; color:#267d30; background:#edf6e9; font-size:12px; font-weight:800; transition:transform .2s,background .2s; }
.work-grid a:hover { background:#dff0d7; transform:translateY(-2px); }

/* Topics */
.topics-section { width:min(100%,var(--max)); margin:auto; padding-top:46px; padding-bottom:78px; }
.topics-heading { margin-bottom:30px; display:grid; grid-template-columns:.7fr 1.3fr; column-gap:6vw; align-items:end; }
.topics-heading .kicker,.topics-heading h2 { grid-column:1; }
.topics-heading h2 { margin:0; font-size:clamp(34px,3.7vw,55px); line-height:1.04; letter-spacing:-.045em; text-wrap:balance; }
.topics-heading>p:not(.kicker) { grid-column:2; grid-row:1/3; max-width:580px; margin:0 0 5px; color:var(--muted); font-size:16px; }
.topics-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.topics-grid article { min-width:0; min-height:96px; padding:15px 16px; display:flex; align-items:center; gap:13px; border:1px solid #d8e3d7; border-radius:17px; background:linear-gradient(135deg,#fff,#f4f8f2); transition:transform .2s,border-color .2s,box-shadow .2s; }
.topics-grid article:hover { border-color:#80ca64; box-shadow:0 12px 24px rgba(16,48,35,.08); transform:translateY(-3px); }
.topic-icon { flex:0 0 40px; width:40px; height:40px; display:grid; place-items:center; border-radius:12px; color:#83d65e; background:#173f30; }
.topic-icon svg { width:25px; height:25px; }
.topics-grid h3 { min-width:0; margin:0; font-size:13px; line-height:1.28; overflow-wrap:normal; hyphens:auto; }

/* Conversation and testimonials */
.conversation-section { margin:20px var(--page) 82px; padding:clamp(42px,6vw,72px); display:grid; grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr); align-items:center; gap:60px; border-radius:28px; color:#fff; background:radial-gradient(circle at 92% 10%,rgba(123,211,84,.24),transparent 27%),linear-gradient(135deg,#143b2d,#0a281e); box-shadow:0 28px 70px rgba(12,45,32,.18); }
.conversation-section .kicker { color:#8ee067; }
.conversation-section h2 { max-width:880px; margin:0 0 18px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(35px,4vw,58px); line-height:1.02; letter-spacing:-.045em; text-wrap:balance; }
.conversation-section p:not(.kicker) { max-width:720px; margin:0; color:rgba(255,255,255,.75); font-size:16px; }
.conversation-actions { display:flex; flex-direction:column; gap:12px; }
.conversation-actions .button { width:100%; }
.testimonial-section { position:relative; min-height:430px; padding:62px var(--page); display:flex; flex-direction:column; justify-content:center; overflow:hidden; color:#fff; background:linear-gradient(rgba(10,39,29,.83),rgba(10,39,29,.9)),url('assets/images/reviews-connection.jpg') 62% center/cover no-repeat; }
.testimonial-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 83% 25%,rgba(119,202,80,.13),transparent 30%); pointer-events:none; }
.testimonial-heading,.testimonial-mark,.testimonial-stage,.testimonial-dots { position:relative; width:min(100%,800px); margin-right:auto; margin-left:auto; }
.testimonial-heading { margin-bottom:16px; }
.testimonial-heading .kicker { color:#8ee067; }
.testimonial-heading h2 { margin:0; font-size:clamp(28px,3vw,42px); line-height:1.08; letter-spacing:-.04em; text-wrap:balance; }
.testimonial-mark { color:#79c957; font-family:Georgia,serif; font-size:54px; line-height:.7; }
.testimonial-stage { transition:opacity .28s,transform .28s; }
.testimonial-stage.changing { opacity:0; transform:translateY(8px); }
.testimonial-section blockquote { min-height:120px; margin:10px 0 8px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(22px,2.2vw,32px); font-style:normal; line-height:1.45; letter-spacing:-.018em; }
.testimonial-section q::before { content:open-quote; color:#7bd354; }
.testimonial-section q::after { content:close-quote; color:#7bd354; }
:lang(en) q { quotes:"“" "”"; }
:lang(de) q { quotes:"„" "“"; }
:lang(es) q { quotes:"«" "»"; }
.testimonial-stage p { margin:0; color:rgba(255,255,255,.78); font-size:12px; }
.testimonial-dots { margin-top:18px; display:flex; gap:8px; }
.testimonial-dot { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.38); cursor:pointer; transition:width .25s,background .25s; }
.testimonial-dot.active { width:28px; border-radius:8px; background:#7bd354; }

/* About */
.about-section { width:min(100%,var(--max)); margin:auto; display:grid; grid-template-columns:minmax(0,1fr) minmax(0,.85fr); gap:6vw; align-items:center; }
.about-copy { min-width:0; }
.about-copy h2 { margin:0 0 22px; font-size:clamp(38px,4vw,62px); line-height:1.02; letter-spacing:-.05em; text-wrap:balance; }
.about-copy .lead { color:#303934; font-size:21px; line-height:1.45; }
.about-copy>p:not(.kicker):not(.lead) { color:var(--muted); font-size:16px; }
.qualification-heading { margin-top:34px; padding-top:26px; border-top:1px solid #d7e3d5; }
.qualification-heading h3 { margin:0; color:#173f30; font-family:Georgia,"Times New Roman",serif; font-size:clamp(22px,2vw,29px); line-height:1.12; letter-spacing:-.025em; }
.qualification-heading p { max-width:680px; margin:9px 0 0!important; color:#53625a!important; font-size:15px!important; line-height:1.55; }
.qualification-groups { margin-top:22px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.qualification-groups article { min-width:0; min-height:194px; padding:22px; border:1px solid #ccdacc; border-radius:18px; background:linear-gradient(145deg,#fff,#f2f7f0); box-shadow:0 10px 26px rgba(16,48,35,.07); }
.qualification-icon { width:47px; height:47px; display:grid; place-items:center; border-radius:14px; color:#8bdd65; background:#173f30; box-shadow:0 9px 20px rgba(16,56,40,.16); }
.qualification-icon svg { width:30px; height:30px; }
.qualification-groups h3 { margin:16px 0 9px; color:#173f30; font-size:18px; line-height:1.22; }
.qualification-groups p { margin:0!important; color:#53625a!important; font-size:14.5px!important; line-height:1.62; }
.about-image { min-height:600px; border-radius:22px; background:url('assets/images/markus.jpg') 72% center/cover no-repeat; box-shadow:var(--shadow); }

/* Newsletter and closing */
.newsletter-section { position:relative; margin:0 var(--page) 58px; padding:clamp(38px,5vw,60px); display:grid; grid-template-columns:1fr 1fr; gap:7vw; align-items:center; overflow:hidden; border:1px solid #dbe8d7; border-radius:28px; background:linear-gradient(135deg,#eff7eb,#f9fbf7); }
.newsletter-section::after { content:""; position:absolute; top:-160px; right:-150px; width:280px; height:280px; border:42px solid rgba(121,205,84,.10); border-radius:50%; }
.newsletter-section h2 { margin:0 0 14px; font-size:clamp(32px,3.2vw,48px); line-height:1.06; letter-spacing:-.04em; text-wrap:balance; }
.newsletter-section p:not(.kicker) { max-width:590px; margin:0; color:var(--muted); }
.newsletter-form { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; }
.newsletter-form>label { grid-column:1/-1; padding-left:15px; color:#30483b; font-size:12px; font-weight:800; }
.newsletter-form input { min-width:0; height:54px; padding:0 18px; border:1px solid #bdcdbc; border-radius:999px; outline:none; background:#fff; color:var(--ink); }
.newsletter-form input:focus { border-color:#53b542; box-shadow:0 0 0 4px rgba(83,181,66,.12); }
.newsletter-form small { grid-column:1/-1; padding-left:15px; color:#59675e; font-size:10px; }
.newsletter-form small a { text-decoration:underline; text-underline-offset:2px; }
.mc-bot-field, .mc-bot-field input { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.contact-section { width:min(100%,var(--max)); margin:auto; padding:50px var(--page); display:grid; grid-template-columns:1fr 1.25fr 1fr; gap:30px; align-items:center; }
.contact-brand img { width:175px; }
.contact-cta { min-width:0; text-align:center; }
.contact-cta h2 { margin:0; font-size:clamp(30px,3vw,44px); line-height:1.08; letter-spacing:-.035em; text-wrap:balance; }
.contact-cta p { margin:9px 0 17px; color:var(--muted); }
.contact-cta .button { min-height:44px; }
.contact-details { display:flex; flex-direction:column; align-items:flex-end; gap:7px; color:var(--muted); font-size:12px; }
.contact-details a { color:#267d30; font-weight:800; }
.noscript { margin:0; padding:12px 20px; color:#5a4610; background:#fff4d8; text-align:center; }
.site-footer { padding:18px var(--page); display:flex; align-items:center; justify-content:space-between; gap:20px; color:rgba(255,255,255,.8); background:var(--forest); font-size:11px; }
.site-footer p { margin:0; }
.site-footer div { display:flex; flex-wrap:wrap; align-items:center; gap:18px; }
.footer-social { gap:6px!important; }
.footer-social a { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; color:rgba(255,255,255,.8); transition:color .2s,background .2s; }
.footer-social a:hover { color:#fff; background:rgba(255,255,255,.1); }
.social-icon { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; }
.back-to-top { position:fixed; right:max(18px,env(safe-area-inset-right)); bottom:max(18px,env(safe-area-inset-bottom)); z-index:90; width:44px; height:44px; padding:0; display:grid; place-items:center; border:1px solid rgba(255,255,255,.24); border-radius:50%; color:#fff; background:rgba(18,56,41,.92); box-shadow:0 10px 28px rgba(8,35,24,.22); cursor:pointer; opacity:0; pointer-events:none; transform:translateY(8px); transition:opacity .2s,transform .2s,background .2s; }
.back-to-top.visible { opacity:1; pointer-events:auto; transform:none; }
.back-to-top:hover { background:#2b8f36; }
.back-to-top svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }

/* Tablet and small desktop */
@media (max-width:1199px) {
  .authority-section { grid-template-columns:140px minmax(0,1fr); }
  .authority-proof { grid-column:1/-1; min-height:0; }
  .origin-section { grid-template-columns:1fr; gap:34px; }
  .origin-copy { max-width:850px; }
  .experiences-section { grid-template-columns:1fr; }
  .compact-intro { max-width:720px; }
  .compact-intro h2 { max-width:680px; }
  .compact-intro p { max-width:650px; }
  .events-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .event-card { height:640px; }
  .reach-section { grid-template-columns:1fr; }
  .reach-copy { max-width:720px; }
  .reach-visual { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .reach-card { min-height:330px; }
  .work-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .topics-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .conversation-section { grid-template-columns:1fr; gap:34px; }
  .conversation-actions { max-width:430px; }
  .about-section { grid-template-columns:1fr; }
  .about-image { order:-1; min-height:500px; }
  .newsletter-section { grid-template-columns:1fr; }
  .newsletter-form { max-width:650px; }
  .about-final-cta { grid-template-columns:1fr; gap:32px; text-align:center; }
  .about-final-cta .page-cta-copy { max-width:880px; margin:auto; }
  .about-final-cta .page-cta-actions { justify-content:center; }
}

/* Collapse only the header before five concise navigation items become crowded. */
@media (max-width:1050px) and (min-width:761px) {
  .site-header { padding:0 32px; grid-template-columns:1fr auto auto; }
  .menu-toggle { min-width:44px; min-height:44px; margin-right:8px; padding:10px; display:flex; flex-direction:column; justify-content:center; gap:4px; border:0; background:none; cursor:pointer; }
  .menu-toggle span:not(.sr-only) { width:22px; height:2px; display:block; background:#fff; }
  .main-nav { position:absolute; top:calc(100% + 4px); right:24px; left:24px; display:none; padding:24px; flex-direction:column; align-items:flex-start; gap:20px; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:rgba(17,49,38,.98); box-shadow:0 18px 38px rgba(4,25,16,.2); }
  .main-nav.open { display:flex; }
}

/* Mobile */
@media (max-width:760px) {
  html { scroll-padding-top:76px; }
  section[id] { scroll-margin-top:76px; }
  .section { padding:64px 20px; }
  .site-header { height:70px; padding:0 20px; grid-template-columns:1fr auto auto; }
  .site-header.scrolled { height:64px; }
  .brand { width:90px; transform:translateY(3px); }
  .site-header.scrolled .brand { width:84px; transform:translateY(1px); }
  .menu-toggle { min-width:44px; min-height:44px; margin-right:2px; padding:10px; display:flex; flex-direction:column; justify-content:center; gap:4px; border:0; background:none; }
  .menu-toggle span:not(.sr-only) { width:22px; height:2px; display:block; background:#fff; }
  .main-nav { position:absolute; top:calc(100% + 4px); right:16px; left:16px; display:none; padding:22px; flex-direction:column; align-items:flex-start; gap:20px; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:rgba(17,49,38,.97); box-shadow:0 18px 38px rgba(4,25,16,.2); }
  .main-nav.open { display:flex; }
  .language-switcher { gap:5px; }
  .language-switcher button { min-width:32px; }
  .hero { min-height:700px; height:760px; }
  .hero-image { background-position:66% 50%; }
  .hero-overlay { background:linear-gradient(90deg,rgba(5,18,12,.76),rgba(5,18,12,.36) 70%,rgba(5,18,12,.13)),linear-gradient(0deg,rgba(4,16,10,.36),transparent 70%); }
  .hero-inner { padding:104px 20px 92px; justify-content:flex-end; }
  .hero h1 { width:100%; font-size:clamp(49px,14vw,64px); line-height:.92; }
  .hero-copy { max-width:520px; font-size:17px; }
  .hero-actions { width:min(100%,380px); flex-direction:column; }
  .button { width:100%; }
  .scroll-cue { bottom:14px; }
  .pillars { padding:20px; grid-template-columns:repeat(2,1fr); }
  .pillar { min-height:140px; padding:14px; border-right:0; border-bottom:1px solid var(--line); }
  .pillar:last-child { grid-column:1/-1; border-bottom:0; }
  .authority-section { width:calc(100% - 40px); margin:26px 20px 4px; padding:16px; grid-template-columns:92px minmax(0,1fr); gap:17px; }
  .authority-copy h2 { font-size:23px; }
  .authority-proof { padding:21px; }
  .origin-section { padding-top:60px; padding-bottom:64px; }
  .origin-copy>p:first-child { font-size:18px; line-height:1.58; }
  .philosophy-section { padding:78px 20px; }
  .philosophy-section h2 { font-size:clamp(38px,11vw,52px); }
  .why-section { padding-top:58px; padding-bottom:58px; }
  .why-grid { margin-top:30px; grid-template-columns:1fr; gap:12px; }
  .why-grid article { min-height:132px; padding:20px; display:grid; grid-template-columns:56px minmax(0,1fr); column-gap:16px; align-items:center; text-align:left; }
  .why-icon { grid-row:1/3; width:54px; height:54px; margin:0; }
  .why-icon svg { width:31px; height:31px; }
  .why-grid h3 { margin:0 0 4px; }
  .why-grid p { grid-column:2; }
  .experiences-section { gap:34px; }
  .compact-intro h2 { max-width:100%; font-size:clamp(36px,11vw,48px); }
  .events-toggle { max-width:none; }
  .events-grid { grid-template-columns:1fr; }
  .event-card { height:560px; }
  .event-media { aspect-ratio:1.65; }
  .event-media img { object-position:var(--event-position-mobile,var(--event-position,center)); }
  .event-content { padding:15px 18px 18px; }
  .event-description { font-size:12.5px; line-height:1.5; }
  .event-back { padding:23px 21px; }
  .event-detail p { font-size:11.5px; }
  .reach-section { gap:32px; }
  .reach-visual { grid-template-columns:1fr; gap:10px; }
  .reach-card { min-height:250px; padding:24px 24px 22px; }
  .reach-letter { font-size:62px; }
  .reach-icon { width:70px; height:70px; border-radius:21px; }
  .reach-icon svg { width:39px; height:39px; }
  .reach-card h3 { margin-top:15px; }
  .reach-card p { max-width:520px; font-size:13px; }
  .work-grid { grid-template-columns:1fr; }
  .work-grid article { min-height:270px; }
  .topics-section { padding-top:42px; padding-bottom:54px; }
  .topics-heading { margin-bottom:24px; grid-template-columns:1fr; gap:14px; }
  .topics-heading .kicker,.topics-heading h2,.topics-heading>p:not(.kicker) { grid-column:1; grid-row:auto; }
  .topics-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
  .topics-grid article { min-height:80px; padding:10px 11px; gap:9px; }
  .topic-icon { flex-basis:34px; width:34px; height:34px; border-radius:10px; }
  .topic-icon svg { width:21px; height:21px; }
  .topics-grid h3 { font-size:11.5px; }
  .conversation-section { margin:10px 20px 62px; padding:38px 23px; gap:30px; border-radius:22px; }
  .testimonial-section { min-height:0; padding:54px 20px; background-position:70% center; }
  .testimonial-section blockquote { min-height:190px; font-size:22px; line-height:1.42; }
  .about-image { min-height:430px; }
  .about-copy h2 { font-size:clamp(36px,10vw,48px); }
  .about-copy .lead { font-size:19px; }
  .qualification-groups { grid-template-columns:1fr; }
  .qualification-groups article { min-height:0; padding:18px; display:grid; grid-template-columns:48px minmax(0,1fr); column-gap:16px; align-items:start; }
  .qualification-icon { grid-row:1/3; width:46px; height:46px; }
  .qualification-groups h3 { margin:1px 0 7px; font-size:17px; }
  .qualification-groups p { grid-column:2; font-size:14px!important; line-height:1.58; }
  .newsletter-section { margin:0 20px 48px; padding:36px 22px; }
  .newsletter-form { grid-template-columns:1fr; }
  .newsletter-form>label,.newsletter-form small { grid-column:auto; padding-left:4px; }
  .contact-section { padding:40px 20px; grid-template-columns:1fr; text-align:center; }
  .contact-brand img { margin:auto; }
  .contact-cta h2 { font-size:clamp(32px,9vw,42px); }
  .contact-details { align-items:center; }
  .site-footer { padding:22px 20px; flex-direction:column; }
  .footer-social { justify-content:center; margin:4px 0; }
  .site-footer div:not(.footer-social) { justify-content:center; }
  .back-to-top { right:max(14px,env(safe-area-inset-right)); bottom:max(14px,env(safe-area-inset-bottom)); }
}

/* Small mobile */
@media (max-width:480px) {
  .hero { height:730px; }
  .hero h1 { font-size:clamp(47px,13.7vw,59px); }
  .pillar { min-height:132px; }
  .authority-section { grid-template-columns:1fr; }
  .authority-portrait { width:104px; }
  .event-card { height:580px; }
  .event-back h3 { font-size:20px; }
  .reach-card { min-height:245px; }
  .topics-grid article { min-height:78px; }
  .testimonial-section blockquote { min-height:220px; }
}

@media (max-width:340px) {
  .topics-grid { grid-template-columns:1fr; }
}

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

/* Launch candidate: clearer hierarchy and conversion paths */
.hero-tertiary { margin-top:16px; display:inline-flex; align-items:center; gap:9px; color:rgba(255,255,255,.84); border-bottom:1px solid rgba(255,255,255,.4); font-size:13px; font-weight:750; }
.home-promise .light-link { margin-top:30px; display:inline-flex; align-items:center; gap:12px; color:#8ee067; font-size:14px; font-weight:800; }
.outcome-section { padding-top:82px; padding-bottom:76px; }
.outcome-grid { width:min(100%,var(--max)); margin:42px auto 0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.outcome-card { position:relative; min-height:390px; padding:28px; display:flex; flex-direction:column; justify-content:flex-end; overflow:hidden; border-radius:22px; color:#fff; background-position:center; background-size:cover; box-shadow:0 18px 42px rgba(14,45,32,.15); isolation:isolate; transition:transform .25s,box-shadow .25s; }
.outcome-card::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(5,24,16,.91),rgba(5,24,16,.12) 72%); }
.outcome-card:hover { box-shadow:0 24px 52px rgba(14,45,32,.22); transform:translateY(-5px); }
.outcome-cold { background-image:url('assets/images/seminars/seminar-cold-resilience.jpg'); }
.outcome-sleep { background-image:url('assets/images/seminars/seminar-sleep-recovery.jpg'); }
.outcome-breath { background-image:url('assets/images/seminars/seminar-positive-stress.jpg'); }
.outcome-play { background-image:url('assets/images/seminars/seminar-laughter-play.jpg'); }
.outcome-card>span { color:#91df6f; font-size:10px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.outcome-card h3 { margin:11px 0 9px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(24px,2.1vw,32px); font-weight:500; line-height:1.05; letter-spacing:-.035em; }
.outcome-card p { margin:0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.55; }
.launch-work-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.launch-work-grid article { min-height:370px; padding:32px 28px; }
.launch-work-grid .audience-rank { margin:0 0 8px; color:#267d30; font-size:9px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.launch-work-grid strong { margin:-3px auto 12px; color:#173f30; font-family:Georgia,"Times New Roman",serif; font-size:18px; font-weight:500; line-height:1.25; }
.locations-section { margin:14px var(--page) 72px; padding:clamp(40px,5vw,62px); display:grid; grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr); gap:clamp(32px,6vw,90px); align-items:center; border:1px solid #d7e4d6; border-radius:28px; background:linear-gradient(135deg,#f5f8f2,#fff); }
.locations-section h2 { margin:0 0 15px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(35px,3.8vw,56px); font-weight:500; line-height:1.04; letter-spacing:-.045em; }
.locations-section p:not(.kicker) { margin:0; color:var(--muted); }
.location-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.location-list span { min-height:68px; padding:15px; display:flex; align-items:center; justify-content:center; border-radius:14px; color:#fff; background:#153c2e; font-size:12px; font-weight:800; letter-spacing:.04em; text-align:center; }
.launch-experiences { grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr); padding-top:76px; padding-bottom:78px; }
.section-arrow-link { margin-top:26px; display:inline-flex; align-items:center; gap:12px; color:#257b2f; font-size:13px; font-weight:850; }
.experience-preview-grid { min-width:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px; }
.experience-preview-card { min-width:0; overflow:hidden; border:1px solid rgba(17,55,38,.08); border-radius:19px; background:#fff; box-shadow:0 13px 34px rgba(17,52,36,.1); transition:transform .25s,box-shadow .25s; }
.experience-preview-card:hover { box-shadow:0 22px 44px rgba(17,52,36,.16); transform:translateY(-5px); }
.experience-preview-card>a { height:100%; display:flex; flex-direction:column; }
.preview-media { position:relative; aspect-ratio:1.25; overflow:hidden; background:#dfe7df; }
.preview-media::after { content:""; position:absolute; inset:60% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.44)); }
.preview-media img { width:100%; height:100%; object-fit:cover; object-position:var(--event-position,center); transition:transform .55s; }
.experience-preview-card:hover .preview-media img { transform:scale(1.035); }
.preview-media>span { position:absolute; top:14px; left:14px; z-index:2; padding:8px 10px; border-radius:9px; background:#fff; box-shadow:0 5px 18px rgba(0,0,0,.14); font-size:9px; font-weight:850; text-transform:uppercase; }
.preview-copy { flex:1; padding:18px; display:flex; flex-direction:column; }
.preview-copy .event-club { margin-bottom:10px; }
.preview-copy h3 { margin:0 0 7px; font-size:18px; line-height:1.2; letter-spacing:-.025em; }
.preview-copy>p:not(.event-club) { margin:0 0 18px; color:var(--muted); font-size:12px; }
.preview-copy>strong { margin-top:auto; display:flex; justify-content:space-between; color:#267d30; font-size:12px; }
.preview-copy>strong i { font-style:normal; }
.launch-about .about-copy .button { width:auto; margin-top:24px; }
.proof-chips { margin-top:25px; display:flex; flex-wrap:wrap; gap:8px; }
.proof-chips span { padding:8px 12px; border:1px solid #cce0ca; border-radius:999px; color:#2c7134; background:#f3f8f1; font-size:11px; font-weight:800; }
.conversion-section { margin:0 var(--page) 38px; padding:clamp(42px,6vw,72px); display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.72fr); gap:clamp(35px,7vw,100px); align-items:center; border-radius:28px; color:#fff; background:radial-gradient(circle at 92% 8%,rgba(123,211,84,.24),transparent 28%),linear-gradient(135deg,#143b2d,#0a281e); box-shadow:0 28px 70px rgba(12,45,32,.18); }
.conversion-copy .kicker { color:#8ee067; }
.conversion-copy h2 { max-width:800px; margin:0 0 15px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(38px,4.4vw,64px); font-weight:500; line-height:1.02; letter-spacing:-.047em; }
.conversion-copy p:not(.kicker) { max-width:680px; margin:0; color:rgba(255,255,255,.72); }
.conversion-actions { display:grid; gap:10px; }
.conversion-actions a { min-height:64px; padding:0 20px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid rgba(255,255,255,.13); border-radius:15px; background:rgba(255,255,255,.06); transition:background .2s,transform .2s; }
.conversion-actions a:hover { background:rgba(139,226,102,.13); transform:translateX(4px); }
.conversion-actions strong { font-size:14px; }
.conversion-actions span { color:#8ee067; }
.enquiry-form { display:grid; gap:12px; }
.enquiry-form[hidden] { display:none; }
.enquiry-field { display:grid; gap:6px; }
.enquiry-field label { color:rgba(255,255,255,.68); font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.enquiry-field input,.enquiry-field select,.enquiry-field textarea { width:100%; padding:14px 16px; border:1px solid rgba(255,255,255,.16); border-radius:14px; outline:none; background:rgba(255,255,255,.06); color:#fff; font:inherit; font-size:14px; transition:border-color .2s,background .2s; }
.enquiry-field textarea { min-height:92px; resize:vertical; }
.enquiry-field input::placeholder,.enquiry-field textarea::placeholder { color:rgba(255,255,255,.4); }
.enquiry-field select option { color:#1b211e; }
.enquiry-field input:focus,.enquiry-field select:focus,.enquiry-field textarea:focus { border-color:#7bd354; background:rgba(255,255,255,.11); }
.enquiry-form .button { width:100%; margin-top:2px; }
.enquiry-browse-link { justify-self:center; display:inline-flex; align-items:center; gap:8px; margin-top:2px; color:rgba(255,255,255,.68); font-size:12px; font-weight:750; transition:color .2s; }
.enquiry-browse-link:hover { color:#8ee067; }
.enquiry-hp { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.enquiry-success { padding:32px; border:1px solid rgba(255,255,255,.16); border-radius:18px; text-align:center; background:rgba(255,255,255,.06); }
.enquiry-success h3 { margin:0 0 8px; font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:500; color:#fff; }
.enquiry-success p { margin:0; color:rgba(255,255,255,.74); font-size:14px; }
.compact-contact { grid-template-columns:1fr 1fr; padding-top:28px; padding-bottom:38px; }

/* Interior pages */
.inner-page { background:#fff; }
.inner-page .site-header { position:fixed; height:72px; background:rgba(12,43,32,.96); border-bottom:1px solid rgba(255,255,255,.08); }
.inner-page .brand { width:96px; transform:translateY(2px); }
.page-hero { min-height:510px; padding:142px var(--page) 82px; display:flex; align-items:flex-end; color:#fff; background:radial-gradient(circle at 82% 18%,rgba(130,216,91,.18),transparent 27%),linear-gradient(145deg,#173f30,#0c2d21); }
.page-hero.has-image { position:relative; overflow:hidden; background:#123829; }
.page-hero.has-image::before { content:""; position:absolute; inset:0; background:var(--page-hero-image) var(--page-hero-position,center)/cover no-repeat; }
.page-hero.has-image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,21,14,.86),rgba(5,21,14,.35) 70%,rgba(5,21,14,.12)); }
.page-hero-inner { position:relative; z-index:1; width:min(100%,var(--max)); margin:auto; }
.page-hero .kicker { color:#8ee067; }
.page-hero h1 { max-width:900px; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(54px,7vw,94px); font-weight:500; line-height:.96; letter-spacing:-.055em; text-wrap:balance; }
.page-hero p:not(.kicker) { max-width:720px; margin:24px 0 0; color:rgba(255,255,255,.82); font-size:clamp(17px,1.5vw,21px); line-height:1.55; }
.breadcrumbs { margin-bottom:24px; display:flex; gap:8px; color:rgba(255,255,255,.68); font-size:11px; font-weight:700; }
.breadcrumbs a { color:#8ee067; }
.editorial-section { width:min(100%,var(--max)); margin:auto; padding:88px var(--page); display:grid; grid-template-columns:minmax(240px,.67fr) minmax(0,1.33fr); gap:clamp(44px,8vw,120px); }
.editorial-section h2,.split-feature h2,.detail-section h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(37px,4.2vw,62px); font-weight:500; line-height:1.03; letter-spacing:-.05em; text-wrap:balance; }
.editorial-body { max-width:780px; }
.editorial-body .lead { margin-top:0; color:#29382f; font-family:Georgia,"Times New Roman",serif; font-size:clamp(20px,1.8vw,25px); line-height:1.55; }
.editorial-body p { color:var(--muted); font-size:16px; line-height:1.75; }
.split-feature { padding:88px var(--page); display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(40px,7vw,100px); align-items:center; background:#f4f7f2; }
.split-feature-image { min-height:590px; border-radius:25px; background:center/cover no-repeat; box-shadow:var(--shadow); }
.split-feature-copy { max-width:640px; }
.split-feature-copy p { color:var(--muted); font-size:16px; line-height:1.72; }
.content-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.content-card-grid article { padding:25px; border:1px solid #d8e4d7; border-radius:18px; background:linear-gradient(145deg,#fff,#f3f7f1); }
.content-card-grid h3 { margin:0 0 9px; color:#173f30; font-size:18px; }
.content-card-grid p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.content-card-grid .qual-tag { margin-top:12px; padding-top:12px; border-top:1px solid #dde8db; color:#4b5a53; font-size:12.5px; font-weight:650; line-height:1.5; }
.page-cta { margin:0 var(--page) 70px; padding:clamp(42px,6vw,70px); border-radius:28px; color:#fff; text-align:center; background:radial-gradient(circle at 85% 10%,rgba(132,219,93,.22),transparent 28%),linear-gradient(145deg,#173f30,#0c2d21); }
.page-cta h2 { max-width:840px; margin:0 auto 16px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(38px,4.5vw,62px); font-weight:500; line-height:1.03; letter-spacing:-.047em; }
.page-cta p { max-width:680px; margin:0 auto 26px; color:rgba(255,255,255,.74); }
.page-cta .button { margin:5px; }
.about-final-cta { margin-top:clamp(40px,6vw,72px); padding:clamp(54px,7vw,84px); display:grid; grid-template-columns:minmax(0,1fr) auto; gap:clamp(38px,6vw,88px); align-items:end; text-align:left; }
.about-final-cta .page-cta-copy { max-width:900px; }
.about-final-cta h2 { max-width:900px; margin:0 0 20px; }
.about-final-cta p { max-width:760px; margin:0; font-size:16px; line-height:1.65; }
.about-final-cta .page-cta-actions { display:flex; align-items:stretch; gap:12px; }
.about-final-cta .page-cta-actions .button { min-width:190px; min-height:54px; margin:0; white-space:nowrap; }
.reach-page-grid { width:min(100%,var(--max)); margin:auto; padding:78px var(--page); display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:13px; }
.reach-page-grid .reach-card { min-height:430px; }
.process-strip { width:min(100%,1040px); margin:0 auto; padding:0 var(--page) 90px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.process-strip article { padding:30px; border-top:3px solid #74c852; background:#f5f8f3; }
.process-strip span { color:#267d30; font-family:Georgia,serif; font-size:40px; }
.process-strip h3 { margin:10px 0 8px; }
.process-strip p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.portfolio-section { width:min(100%,var(--max)); margin:auto; padding:82px var(--page); }
.portfolio-heading { max-width:760px; margin-bottom:36px; }
.portfolio-heading h2 { margin:0 0 14px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(40px,4.6vw,64px); font-weight:500; line-height:1.03; letter-spacing:-.05em; }
.portfolio-heading p { color:var(--muted); }
.all-experiences-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.all-experiences-grid .experience-preview-card { min-height:430px; }
.portfolio-topics { margin-top:70px; }
.detail-hero { min-height:620px; }
.detail-meta { margin-top:28px; display:flex; flex-wrap:wrap; gap:10px; }
.detail-meta span { padding:8px 12px; border:1px solid rgba(255,255,255,.24); border-radius:999px; color:rgba(255,255,255,.86); font-size:11px; font-weight:750; }
.detail-layout { width:min(100%,var(--max)); margin:auto; padding:82px var(--page); display:grid; grid-template-columns:minmax(0,1.25fr) minmax(270px,.55fr); gap:clamp(40px,7vw,100px); align-items:start; }
.detail-main { display:grid; gap:70px; }
.detail-section h2 { margin-bottom:20px; font-size:clamp(34px,3.3vw,50px); }
.detail-section p,.detail-section li { color:var(--muted); font-size:16px; line-height:1.72; }
.detail-section ul { padding-left:22px; }
.detail-sidebar { position:sticky; top:102px; padding:28px; border:1px solid #d7e4d6; border-radius:20px; background:#f5f8f3; }
.detail-sidebar h2 { margin:0 0 16px; font-family:Georgia,serif; font-size:28px; }
.detail-sidebar dl { margin:0 0 24px; display:grid; gap:16px; }
.detail-sidebar dt { color:#267d30; font-size:9px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.detail-sidebar dd { margin:3px 0 0; color:#304039; font-size:13px; line-height:1.5; }
.detail-sidebar .button { width:100%; }
.faq-list { display:grid; gap:10px; }
.faq-list details { padding:18px 20px; border:1px solid #d9e4d8; border-radius:14px; background:#fafcf9; }
.faq-list summary { cursor:pointer; color:#173f30; font-weight:800; }
.faq-list details p { margin-bottom:0; font-size:14px; }
.legal-page { width:min(100%,980px); margin:auto; padding:132px 24px 90px; }
.legal-page h1 { margin:0 0 16px; font-family:Georgia,serif; font-size:clamp(50px,7vw,82px); font-weight:500; letter-spacing:-.055em; }
.legal-intro { max-width:740px; color:var(--muted); font-size:17px; }
.legal-page section { padding-top:40px; }
.legal-page h2 { margin:0 0 14px; font-size:30px; }
.legal-page h3 { margin-top:26px; font-size:18px; }
.legal-page p,.legal-page li { color:#4f5a54; line-height:1.68; }
.legal-nav { margin:30px 0; display:flex; flex-wrap:wrap; gap:9px; }
.legal-nav a { padding:8px 12px; border-radius:999px; color:#226f2b; background:#edf6e9; font-size:12px; font-weight:800; }

@media (max-width:1199px) {
 .outcome-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .launch-experiences { grid-template-columns:1fr; }
 .reach-page-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
 .reach-page-grid .reach-card { min-height:340px; }
 .all-experiences-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .about-final-cta { grid-template-columns:1fr; gap:32px; text-align:center; }
 .about-final-cta .page-cta-copy { max-width:880px; margin:auto; }
 .about-final-cta .page-cta-actions { justify-content:center; }
}
@media (max-width:760px) {
 .hero-tertiary { margin-bottom:38px; }
 .home-promise .light-link { font-size:13px; }
 .outcome-grid { grid-template-columns:1fr; }
 .outcome-card { min-height:360px; }
 .launch-work-grid { grid-template-columns:1fr; }
 .launch-work-grid article { min-height:340px; }
 .locations-section { margin:0 20px 56px; padding:36px 22px; grid-template-columns:1fr; }
 .location-list { grid-template-columns:1fr; }
 .location-list span { min-height:54px; }
 .launch-experiences { padding-top:60px; }
 .experience-preview-grid { grid-template-columns:1fr; }
 .preview-media { aspect-ratio:1.65; }
 .preview-media img { object-position:var(--event-position-mobile,var(--event-position,center)); }
 .launch-about .about-copy .button { width:100%; }
 .conversion-section { margin:0 20px 30px; padding:38px 23px; grid-template-columns:1fr; }
 .compact-contact { grid-template-columns:1fr; }
 .page-hero { min-height:470px; padding:120px 20px 66px; }
 .page-hero h1 { font-size:clamp(48px,13vw,68px); }
 .editorial-section,.split-feature { padding:64px 20px; grid-template-columns:1fr; gap:32px; }
 .split-feature-image { min-height:430px; }
 .content-card-grid { grid-template-columns:1fr; }
 .page-cta { margin:0 20px 54px; padding:40px 22px; }
 .page-cta .button { width:100%; margin:5px 0; }
 .about-final-cta { margin-top:40px; gap:30px; text-align:center; }
 .about-final-cta .page-cta-actions { width:100%; flex-direction:column; gap:10px; }
 .about-final-cta .page-cta-actions .button { width:100%; min-width:0; margin:0; }
 .about-page-hero { --page-hero-position:100% 26%!important; }
 .reach-page-grid { padding:60px 20px; grid-template-columns:1fr; }
 .reach-page-grid .reach-card { min-height:250px; }
 .process-strip { padding:0 20px 64px; grid-template-columns:1fr; }
 .portfolio-section { padding:64px 20px; }
 .all-experiences-grid { grid-template-columns:1fr; }
 .detail-hero { min-height:570px; }
 .detail-layout { padding:64px 20px; grid-template-columns:1fr; }
 .detail-sidebar { position:static; }
 .legal-page { padding:112px 20px 70px; }
}

/* Keep every launch enhancement calm for visitors who request less motion. */
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; }
 *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

/* Gentle reveal-on-scroll. Content stays visible if JS never runs. */
.js-reveal .reveal { opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.js-reveal .reveal.in-view { opacity:1; transform:none; }
