/* Sevenmoon shared styles */


    :root {
      --bg: #fbf3e8;
      --bg-soft: #fff9f3;
      --paper: rgba(255, 251, 246, 0.98);
      --navy: #1e2068;
      --ink: #2c2f63;
      --text: #464a71;
      --muted: #6b6f92;
      --line: rgba(38, 30, 100, 0.12);
      --purple: #6248d9;
      --pink: #cb4f96;
      --gold: #f0c573;
      --shadow: 0 28px 80px rgba(36, 28, 92, 0.14);
      --shadow-soft: 0 18px 40px rgba(36, 28, 92, 0.10);
      --container: min(1220px, calc(100% - 48px));
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #fffaf4 0%, #fbf1e7 100%);
      color: var(--text);
      overflow-x: hidden;
    }
    img { display:block; max-width:100%; }
    a { color: inherit; text-decoration: none; }
    .container { width: var(--container); margin: 0 auto; position: relative; z-index: 2; }
    .serif { font-family: Georgia, "Times New Roman", serif; }
    .reveal { opacity:0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
    .reveal.in { opacity:1; transform:none; }

    .site-nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-top: 16px; transition:.25s ease; }
    .site-nav::before { content:""; position:absolute; inset:0 0 auto; height:128px; z-index:0; pointer-events:none; background:linear-gradient(180deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.72) 38%,rgba(255,250,244,0) 100%); }
    .site-nav.scrolled { padding-top: 10px; }
    .nav-shell {
      width: min(1290px, calc(100% - 24px));
      margin: 0 auto;
      padding: 12px 14px 12px 16px;
      border-radius: 999px;
      display:flex; align-items:center; justify-content:space-between; gap:24px; position:relative; z-index:1;
      border: 1px solid transparent;
      transition:.25s ease;
    }
    .site-nav.scrolled .nav-shell {
      background: rgba(255, 249, 241, 0.88);
      backdrop-filter: blur(16px);
      border-color: rgba(44, 32, 93, .08);
      box-shadow: 0 12px 32px rgba(36, 28, 92, .10);
    }
    .brand img { width: 280px; max-width: 44vw; }
    .nav-links { display:flex; align-items:center; gap:28px; color:var(--navy); font-size:1.02rem; font-weight:600; }
    .nav-links a { opacity:.9; }
    .nav-links a:hover { opacity:1; }
    .nav-cta {
      display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 22px;
      border-radius:999px; font-weight:800; color:#fff; white-space:nowrap;
      background: linear-gradient(90deg, var(--purple), var(--pink));
      box-shadow: 0 16px 28px rgba(102,76,213,.24);
    }

    .hero {
      position: relative; min-height: 100vh; overflow:hidden;
      background:
        linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,248,241,.95) 18%, rgba(255,247,241,.70) 34%, rgba(255,247,241,.22) 54%, rgba(255,247,241,.02) 66%),
        url('images/image-01-982eccd5.png') center center / cover no-repeat;
    }
    .hero::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:180px; z-index:1; background: linear-gradient(180deg, rgba(255,249,242,0) 0%, rgba(255,249,242,.82) 62%, rgba(255,249,242,1) 100%); }
    .hero-grid { min-height:100vh; display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:20px; align-items:start; padding: 138px 0 205px; }
    .hero-copy { max-width:560px; padding-top:40px; }
    .hero-copy h1 { margin:0; color:var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight:500; letter-spacing:-.04em; line-height:.94; font-size: clamp(3.45rem, 7.2vw, 6.2rem); text-wrap:balance; }
    .hero-divider { display:flex; align-items:center; gap:10px; margin: 26px 0 22px; }
    .hero-divider::before { content:""; width:42px; height:2px; border-radius:999px; background: linear-gradient(90deg, var(--purple), var(--pink)); }
    .hero-divider::after { content:"✦"; color:#d894ae; font-size:.92rem; }
    .hero-copy p { margin:0; max-width:470px; color:var(--ink); font-size: clamp(1.12rem, 1.85vw, 1.34rem); line-height:1.5; }
    .hero-copy strong { color:#a03a9f; font-weight:800; }
    .hero-actions { display:flex; gap:16px; flex-wrap:wrap; margin-top:28px; }
    .btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding:0 24px; border-radius:999px; font-weight:800; transition:.2s ease; }
    .btn:hover { transform: translateY(-1px); }
    .btn.primary { color:#fff; background: linear-gradient(90deg, var(--purple), var(--pink)); box-shadow: 0 18px 28px rgba(102,76,213,.24); }
    .btn.secondary { color:var(--purple); background: rgba(255,255,255,.66); border:1px solid rgba(72,57,142,.12); backdrop-filter: blur(8px); }

    .audiences { position: relative; z-index:4; margin-top:-120px; padding-bottom: 30px; }
    .audiences-intro { text-align:center; margin-bottom:28px; }
    .audiences-intro .kicker { display:inline-flex; align-items:center; gap:10px; margin-bottom:10px; color:#b15c9e; font-weight:800; font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }
    .audiences-intro .kicker::before, .audiences-intro .kicker::after { content:""; width:26px; height:2px; border-radius:999px; background: linear-gradient(90deg, var(--gold), var(--pink)); }
    .audiences-intro h2 { margin:0; color:var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 3vw, 3.2rem); font-weight:600; line-height:1.08; }
    .audiences-intro p { margin:12px auto 0; max-width:720px; font-size:1.04rem; line-height:1.65; color:var(--muted); }
    .audience-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; }
    .audience-card {
      position: relative; overflow:hidden; min-height: 600px; border-radius: 28px;
      box-shadow: var(--shadow); border:1px solid rgba(255,255,255,.5);
      display:flex; flex-direction:column; justify-content:space-between;
      padding: 26px 24px 24px;
      color:#fff;
      isolation:isolate;
    }
    .audience-card::before { content:""; position:absolute; inset:0; background-size:cover; background-position:center; z-index:-3; transform:scale(1.02); }
    .audience-card::after { content:""; position:absolute; inset:0; z-index:-2; }
    .audience-card.creative::before { background-image: url('images/image-02-d2031c29.png'); }
    .audience-card.creative::after { background: linear-gradient(180deg, rgba(252,220,240,.48) 0%, rgba(181,97,158,.32) 26%, rgba(74,36,112,.72) 100%); }
    .audience-card.publisher::before { background-image: url('images/image-03-53bd8c89.png'); }
    .audience-card.publisher::after { background: linear-gradient(180deg, rgba(216,232,250,.46) 0%, rgba(117,151,216,.28) 24%, rgba(45,69,132,.74) 100%); }
    .audience-card.players::before { background-image: url('images/image-04-5dc1d93b.png'); }
    .audience-card.players::after { background: linear-gradient(180deg, rgba(248,221,192,.34) 0%, rgba(214,153,93,.18) 22%, rgba(95,54,38,.66) 100%); }
    .audience-card > * { position:relative; z-index:2; }
    .audience-top { display:flex; align-items:center; gap:14px; }
    .card-icon { width:42px; height:42px; border-radius:50%; background: rgba(255,255,255,.22); border:1px solid rgba(255,255,255,.45); display:grid; place-items:center; backdrop-filter: blur(6px); }
    .card-icon svg { width:20px; height:20px; stroke: currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
    .audience-card h3 { margin:0; font-size:1.24rem; line-height:1.2; font-family: Georgia, "Times New Roman", serif; font-weight:700; color:#fff; }
    .audience-body { padding-top:18px; max-width:92%; }
    .audience-body p { margin:0; font-size:1rem; line-height:1.68; color: rgba(255,255,255,.96); text-shadow: 0 2px 10px rgba(19,12,47,.22); }
    .audience-link { display:inline-flex; align-items:center; gap:10px; margin-top:24px; color:#fff; font-weight:700; }

    .manifest-band { padding: 56px 0 30px; }
    .manifest-panel {
      border-radius: 30px; background: linear-gradient(180deg, rgba(255,251,246,.98), rgba(255,248,241,.98));
      border:1px solid rgba(38,30,100,.08); box-shadow: var(--shadow-soft);
      display:grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap:28px; padding: 34px 36px;
    }
    .manifest-copy .kicker { display:inline-flex; align-items:center; gap:10px; margin-bottom:12px; color:#b15c9e; font-weight:800; font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; }
    .manifest-copy .kicker::before { content:""; width:26px; height:2px; border-radius:999px; background: linear-gradient(90deg, var(--purple), var(--pink)); }
    .manifest-copy h3 { margin:0 0 12px; color:var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 2.7vw, 2.8rem); line-height:1.12; font-weight:600; }
    .manifest-copy p { margin:0; font-size:1.02rem; line-height:1.75; color:var(--text); max-width:680px; }
    .manifest-side { display:grid; gap:16px; align-content:start; }
    .mini-box { padding:18px 18px 16px; border-radius:20px; background: rgba(255,255,255,.7); border:1px solid rgba(38,30,100,.08); }
    .mini-box h4 { margin:0 0 10px; color:var(--navy); font-size:1.05rem; }
    .mini-box p { margin:0; font-size:.97rem; line-height:1.62; }

    .portal-band { position:relative; overflow:hidden; background:#221d6e; color:#fff; margin-top: 28px; }
    .portal-band::before { content:""; position:absolute; inset:0; background: url('images/image-05-a1e5883e.png') center center / cover no-repeat; }
    .portal-band::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(22,20,71,.95) 0%, rgba(30,24,96,.88) 34%, rgba(34,28,102,.42) 58%, rgba(34,28,102,.10) 75%, rgba(34,28,102,0) 100%); }
    .portal-layout { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); align-items:center; min-height:430px; }
    .portal-copy { max-width:470px; padding:78px 0; }
    .section-kicker { display:inline-flex; align-items:center; gap:12px; margin-bottom:18px; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:.8rem; }
    .section-kicker::after { content:""; width:80px; height:2px; background: linear-gradient(90deg, var(--gold), rgba(239,197,115,0)); border-radius:999px; }
    .portal-copy h2 { margin:0 0 14px; color:#fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4vw, 4.05rem); line-height:1.03; font-weight:500; letter-spacing:-.03em; }
    .portal-copy .subtitle { margin:0 0 18px; font-size:1.95rem; color:#fff; font-family: Georgia, "Times New Roman", serif; }
    .portal-copy p { margin:0; font-size:1.05rem; line-height:1.72; color: rgba(255,255,255,.88); }
    .portal-copy .link { display:inline-flex; gap:10px; align-items:center; margin-top:24px; color:#fff; font-weight:700; }

    .feature-strip { background: var(--bg-soft); }
    .feature-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:34px; padding: 34px 0 46px; }
    .feature-item { display:grid; grid-template-columns: 52px 1fr; gap:16px; align-items:start; }
    .feature-mark { width:52px; height:52px; display:grid; place-items:center; color:var(--pink); }
    .feature-mark svg { width:34px; height:34px; stroke:currentColor; fill:none; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
    .feature-item h4 { margin:0 0 6px; color:var(--navy); font-size:1.06rem; line-height:1.2; }
    .feature-item p { margin:0; font-size:.97rem; line-height:1.55; color:var(--text); }

    .cta-landscape { position:relative; padding: 26px 0 94px; background: radial-gradient(1100px 300px at 50% 100%, rgba(211,186,232,.24), rgba(211,186,232,0) 60%), linear-gradient(180deg, #fffaf4 0%, #f9efe7 100%); overflow:hidden; }
    .cta-landscape::before { content:""; position:absolute; inset:0; background: radial-gradient(900px 180px at 15% 100%, rgba(151,116,206,.08), rgba(151,116,206,0) 55%), radial-gradient(900px 220px at 85% 100%, rgba(223,143,196,.10), rgba(223,143,196,0) 55%); }
    .cta-box { position:relative; z-index:2; width:min(840px,100%); margin:0 auto; display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center; border-radius:26px; background: linear-gradient(180deg, rgba(255,251,246,.98), rgba(255,248,241,.98)); border:1px solid rgba(35,30,96,.10); box-shadow: var(--shadow-soft); padding:34px 38px; }
    .cta-copy h3 { margin:0 0 10px; color:var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 3vw, 3rem); line-height:1.1; font-weight:600; letter-spacing:-.02em; }
    .cta-copy p { margin:0; font-size:1rem; color:var(--text); }
    .cta-actions { display:flex; justify-content:center; align-items:center; }

    footer { padding: 28px 0 36px; background:#fff8f1; border-top: 1px solid rgba(35,30,96,.08); }
    .footer-inner { display:flex; align-items:center; justify-content:space-between; gap:18px; font-size:.9rem; color:var(--muted); }
    .footer-inner img { width:220px; max-width:48vw; }



    /* EXPANDED MANIFEST */
    .manifest-band { padding: 92px 0 70px; background: linear-gradient(180deg, #fbf3e8 0%, #fff8ef 100%); }
    .manifest-head { max-width: 900px; margin: 0 auto 34px; text-align:center; }
    .manifest-eyebrow, .section-chip { display:inline-flex; align-items:center; gap:9px; padding:8px 13px; border-radius:999px; background:rgba(255,255,255,.66); border:1px solid rgba(38,30,100,.08); color:#b3579b; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
    .manifest-head h2, .team-copy h2, .portfolio-head h2 { margin:16px 0 14px; color:var(--navy); font-family:Georgia, "Times New Roman", serif; font-weight:600; line-height:1.04; letter-spacing:-.03em; font-size:clamp(2.5rem,4.2vw,4.1rem); }
    .manifest-head p { margin:0 auto; max-width:800px; color:var(--text); font-size:1.06rem; line-height:1.72; }
    .manifest-story { display:grid; grid-template-columns:1.2fr .8fr; gap:26px; align-items:stretch; margin-top:38px; }
    .manifest-story-copy, .manifest-quote { border-radius:28px; border:1px solid rgba(38,30,100,.08); box-shadow:var(--shadow-soft); }
    .manifest-story-copy { padding:36px; background:linear-gradient(135deg,rgba(255,251,244,.98),rgba(250,239,247,.94)); }
    .story-badge { color:var(--pink); font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; }
    .manifest-story-copy h3 { margin:0 0 14px; color:var(--navy); font-family:Georgia, "Times New Roman", serif; font-size:2rem; line-height:1.08; }
    .manifest-story-copy p { margin:0 0 14px; line-height:1.75; }
    .manifest-story-copy p:last-child { margin-bottom:0; }
    .manifest-quote { position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; min-height:320px; padding:34px; color:white; background:radial-gradient(circle at 65% 25%,rgba(246,205,138,.38),transparent 22%), linear-gradient(155deg,#5941b5 0%,#7f56c8 45%,#c65398 100%); }
    .manifest-quote::before { content:""; position:absolute; width:220px; height:220px; border:1px solid rgba(255,255,255,.2); border-radius:50%; right:-40px; top:-30px; box-shadow:0 0 0 34px rgba(255,255,255,.04),0 0 0 70px rgba(255,255,255,.025); }
    .manifest-quote span { font-size:2rem; color:#f5d48e; }
    .manifest-quote strong { margin-top:18px; font-family:Georgia,"Times New Roman",serif; font-size:2rem; line-height:1.14; font-weight:600; }
    .manifest-principles { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:20px; }
    .manifest-principles article { padding:22px 20px; min-height:205px; border-radius:22px; background:rgba(255,251,246,.96); border:1px solid rgba(38,30,100,.08); box-shadow:0 12px 30px rgba(36,28,92,.05); }
    .principle-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; color:var(--navy); background:linear-gradient(135deg,#f8d8aa,#eeb7d8 58%,#b9cef7); margin-bottom:15px; font-weight:900; }
    .manifest-principles h4 { margin:0 0 8px; color:var(--navy); font-size:1rem; }
    .manifest-principles p { margin:0; font-size:.92rem; line-height:1.56; color:var(--text); }

    /* TEAM */
    .team-section { position:relative; padding:88px 0 94px; background:radial-gradient(circle at 85% 20%,rgba(217,161,198,.18),transparent 22%), radial-gradient(circle at 12% 80%,rgba(126,151,218,.15),transparent 22%), linear-gradient(180deg,#fff8ef 0%,#f6ecf3 100%); overflow:hidden; }
    .team-section::before, .team-section::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(85,61,165,.12); }
    .team-section::before { width:520px; height:520px; right:-160px; top:90px; }
    .team-section::after { width:360px; height:360px; right:-70px; top:170px; }
    .team-shell { display:grid; grid-template-columns:.9fr 1.1fr; gap:44px; align-items:center; }
    .team-copy p { margin:0 0 16px; font-size:1.04rem; line-height:1.72; }
    .team-fact-row { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:26px; }
    .team-fact-row span { padding:14px; border-radius:18px; background:rgba(255,255,255,.68); border:1px solid rgba(38,30,100,.08); font-size:.85rem; }
    .team-fact-row strong { display:block; color:var(--navy); font-size:1rem; margin-bottom:3px; }
    .team-portraits { position:relative; min-height:560px; }
    .person { position:absolute; text-align:center; color:var(--navy); font-weight:800; font-size:.9rem; }
    .person img { width:150px; height:150px; object-fit:cover; border-radius:50%; border:7px solid rgba(255,250,244,.95); box-shadow:0 20px 44px rgba(36,28,92,.16); margin:0 auto 10px; }
    .person::after { content:""; position:absolute; inset:-12px -10px auto; height:170px; border-radius:50%; border:1px solid rgba(203,79,150,.18); z-index:-1; }
    .person-jochen { left:2%; top:34%; }
    .person-jan { left:34%; top:0; }
    .person-brand { right:0; top:30%; }
    .person-matthias { left:22%; bottom:0; }
    .person-martin { right:15%; bottom:0; }

    /* PORTFOLIO */
    .portfolio-section { padding:98px 0; background:linear-gradient(180deg,#f6ecf3 0%,#fff8ef 100%); overflow:hidden; }
    .portfolio-head { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; align-items:end; margin-bottom:34px; }
    .portfolio-head h2 { margin-bottom:0; }
    .portfolio-head p { margin:0; max-width:620px; font-size:1.04rem; line-height:1.72; }
    .portfolio-stage { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
    .portfolio-card { overflow:hidden; border-radius:24px; background:#fffaf4; border:1px solid rgba(38,30,100,.08); box-shadow:0 16px 38px rgba(36,28,92,.08); transition:.25s ease; }
    .portfolio-card:hover { transform:translateY(-5px); box-shadow:0 24px 48px rgba(36,28,92,.14); }
    .portfolio-card.featured { grid-column:span 2; grid-row:span 2; }
    .portfolio-card img { width:100%; aspect-ratio:4/5; object-fit:cover; }
    .portfolio-card.featured img { aspect-ratio:16/11; }
    .portfolio-card-copy { padding:18px 18px 20px; }
    .portfolio-card-copy span { color:#af5199; text-transform:uppercase; font-size:.72rem; font-weight:800; letter-spacing:.07em; }
    .portfolio-card-copy h3 { margin:7px 0 8px; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.32rem; line-height:1.1; }
    .portfolio-card-copy p { margin:0; font-size:.9rem; line-height:1.55; color:var(--text); }
    .portfolio-card:not(.featured) .portfolio-card-copy p { display:none; }
    .portfolio-cta { margin-top:24px; display:grid; grid-template-columns:1.2fr .8fr; gap:20px; align-items:center; padding:28px 30px; border-radius:26px; border:1px solid rgba(38,30,100,.08); background:linear-gradient(135deg,rgba(255,251,246,.96),rgba(247,231,242,.96)); box-shadow:var(--shadow-soft); }
    .portfolio-cta > div { display:grid; grid-template-columns:auto 1fr; column-gap:12px; }
    .portfolio-spark { grid-row:1/3; font-size:1.4rem; color:#c35a9b; }
    .portfolio-cta strong { color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; }
    .portfolio-cta p { margin:6px 0 0; line-height:1.6; }
    .portfolio-cta .btn { justify-self:end; }

    @media (max-width: 1120px) {
      .nav-links { display:none; }
      .hero-grid, .audience-grid, .manifest-panel, .manifest-story, .team-shell, .portfolio-head, .portal-layout, .feature-grid, .cta-box { grid-template-columns:1fr; }
      .hero { min-height:auto; background-position:65% center; }
      .hero-grid { min-height:auto; padding:120px 0 170px; }
      .audiences { margin-top:-92px; }
      .audience-card { min-height: 520px; }
      .manifest-principles { grid-template-columns:repeat(2,1fr); }
      .team-portraits { min-height:520px; max-width:720px; width:100%; margin:0 auto; }
      .portfolio-stage { grid-template-columns:repeat(3,minmax(0,1fr)); }
      .portfolio-card.featured { grid-column:span 2; }
      .portfolio-cta { grid-template-columns:1fr; }
      .portfolio-cta .btn { justify-self:start; }
      .portal-layout { min-height:auto; }
      .portal-copy { padding:72px 0; }
      .cta-actions { justify-content:flex-start; }
    }
    @media (max-width: 760px) {
      :root { --container: min(100% - 24px, 1220px); }
      .site-nav { padding-top:10px; }
      .nav-shell { padding:8px 10px 8px 12px; }
      .brand img { width:220px; max-width:56vw; }
      .nav-cta { min-height:42px; padding:0 16px; font-size:.9rem; }
      .hero { background-position:72% center; }
      .hero-grid { padding:106px 0 145px; }
      .hero-copy { max-width:420px; padding-top:18px; }
      .hero-copy h1 { font-size: clamp(2.9rem, 14vw, 4.6rem); }
      .hero-copy p { font-size:1.04rem; }
      .hero-actions { gap:12px; }
      .btn { min-height:50px; padding:0 18px; }
      .audiences-intro p { font-size:.98rem; }
      .audience-card { min-height:480px; padding:22px 20px 20px; }
      .manifest-principles { grid-template-columns:1fr; }
      .manifest-story-copy, .manifest-quote { padding:26px 22px; }
      .team-fact-row { grid-template-columns:1fr; }
      .team-portraits { min-height:auto; display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
      .person { position:relative; inset:auto !important; }
      .person img { width:120px; height:120px; }
      .portfolio-stage { grid-template-columns:1fr 1fr; }
      .portfolio-card.featured { grid-column:1 / -1; grid-row:auto; }
      .portfolio-card:not(.featured) .portfolio-card-copy p { display:block; }
      .portfolio-cta { padding:24px 20px; }
      .audience-body { max-width:100%; }
      .manifest-panel { padding:28px 24px; }
      .portal-copy { padding:54px 0; }
      .portal-copy .subtitle { font-size:1.5rem; }
      .feature-grid { gap:24px; }
      .feature-item { grid-template-columns:44px 1fr; gap:14px; }
      .feature-mark { width:44px; height:44px; }
      .cta-box { padding:28px 24px; }
      .footer-inner { flex-direction:column; text-align:center; }
    }
  

/* v4 refinements */
.nav-shell { border: 0; }
.site-nav.scrolled .nav-shell { border: 1px solid rgba(44, 32, 93, .08); }

.audiences-lite {
  position: relative;
  z-index: 4;
  margin-top: -112px;
  padding: 0 0 84px;
}
.audiences-lite-head {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}
.lite-kicker,
.demo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b15c9e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lite-kicker::before,
.lite-kicker::after,
.demo-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--pink));
}
.audiences-lite-head h2,
.demo-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.03em;
}
.audiences-lite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.audience-lite-card {
  min-height: 365px;
  padding: 30px 28px;
  border-radius: 26px;
  border: 1px solid rgba(38,30,100,.08);
  box-shadow: 0 20px 50px rgba(36,28,92,.07);
  background: rgba(255,251,246,.98);
  display: flex;
  flex-direction: column;
}
.creative-lite { background: linear-gradient(145deg, #fff9f3, #f7e8f2); }
.publisher-lite { background: linear-gradient(145deg, #fffaf4, #edf4fb); }
.player-lite { background: linear-gradient(145deg, #fffaf3, #f9eddd); }
.lite-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  border: 2px solid rgba(100,74,210,.22);
  background: rgba(255,255,255,.7);
  margin-bottom: 22px;
}
.lite-icon svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.lite-label { color: #9c4b93; font-weight: 800; font-size: .82rem; letter-spacing: .04em; margin-bottom: 10px; }
.audience-lite-card h3 { margin: 0 0 14px; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: 1.7rem; line-height: 1.08; font-weight: 600; }
.audience-lite-card p { margin: 0; color: var(--text); line-height: 1.66; font-size: 1rem; }
.lite-link { margin-top: auto; padding-top: 24px; color: #5736c6; font-weight: 750; display: inline-flex; gap: 10px; align-items: center; }

.demo-section {
  position: relative;
  padding: 94px 0 104px;
  background: linear-gradient(180deg, #f8efe6 0%, #fff9f2 100%);
  overflow: hidden;
}
.demo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(650px 260px at 4% 12%, rgba(214,119,170,.10), transparent 70%),
    radial-gradient(760px 300px at 96% 86%, rgba(100,75,205,.10), transparent 70%);
}
.demo-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}
.demo-head p { margin: 0 0 4px; color: var(--text); font-size: 1.04rem; line-height: 1.7; }
.demo-slider { position: relative; }
.demo-track { position: relative; min-height: 570px; }
.demo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-radius: 32px;
  overflow: hidden;
  background: #fffaf4;
  border: 1px solid rgba(38,30,100,.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(35px) scale(.985);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.demo-slide.is-active { opacity: 1; transform: none; pointer-events: auto; z-index: 2; }
.demo-copy { padding: 42px 42px 38px; display: flex; flex-direction: column; justify-content: center; }
.demo-number { color: #a25a9f; font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.demo-copy h3 { margin: 0; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.6rem,4vw,4.2rem); line-height: .98; font-weight: 600; letter-spacing: -.035em; }
.demo-subtitle { margin-top: 12px; color: #8a537b; font-weight: 750; }
.demo-copy > p { margin: 22px 0 0; color: var(--text); font-size: 1.03rem; line-height: 1.72; }
.demo-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.demo-points span { padding: 9px 12px; border-radius: 999px; background: #f7eee8; border: 1px solid rgba(38,30,100,.07); color: var(--ink); font-weight: 700; font-size: .88rem; }
.demo-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.demo-play { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; color: #fff; font-weight: 800; background: linear-gradient(90deg, var(--purple), var(--pink)); box-shadow: 0 16px 28px rgba(102,76,213,.20); }
.demo-play-stack { display:flex; flex-direction:column; align-items:flex-start; gap:8px; }
.demo-play-note { margin-top: 16px; max-width:280px; color:var(--muted); font-size:.78rem; font-weight:600; line-height:1.4; }
.demo-qr { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.demo-qr img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(38,30,100,.1); background:#fff; }
.demo-visual { position: relative; min-height: 570px; }
.demo-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.demo-visual::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,250,244,.10), transparent 28%); pointer-events:none; }
.demo-visual-badge { position: absolute; right: 22px; top: 22px; padding: 10px 14px; border-radius: 999px; color: #fff; font-weight: 800; font-size: .8rem; background: rgba(31,27,89,.78); backdrop-filter: blur(10px); }
.demo-image-zoom { position:absolute; top:22px; right:22px; z-index:3; display:grid; place-items:center; width:48px; height:48px; padding:0; border:1px solid rgba(38,30,100,.14); border-radius:50%; color:var(--navy); background:rgba(255,250,244,.94); box-shadow:0 12px 28px rgba(31,26,85,.16); cursor:pointer; }
.demo-image-zoom:hover { transform:translateY(-2px); }
.demo-image-zoom:focus-visible { outline:3px solid rgba(203,79,150,.6); outline-offset:3px; }
.demo-image-zoom svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.demo-visual.has-zoom .demo-visual-badge { top:auto; bottom:22px; }
.demo-placeholder { min-height: 570px; display: grid; place-items: center; text-align: center; color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.08; padding: 40px; }
.demo-night { background: radial-gradient(circle at 60% 45%, rgba(222,125,212,.35), transparent 28%), linear-gradient(145deg, #24216b, #6b3f94 55%, #ca699e); }
.demo-dawn { background: radial-gradient(circle at 40% 45%, rgba(255,220,156,.35), transparent 28%), linear-gradient(145deg, #6f6fc4, #b46eb3 52%, #e0a276); }
.demo-soon { display: inline-flex; align-items:center; min-height: 48px; padding: 0 18px; border-radius: 999px; background: #f0e8e6; color: #756b7d; font-weight: 800; }
.demo-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer; color: var(--navy); background: rgba(255,250,244,.92); box-shadow: 0 12px 28px rgba(31,26,85,.12); font-size: 1.25rem; }
.demo-arrow.prev { left: -24px; }
.demo-arrow.next { right: -24px; }
.demo-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.demo-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #d5cbd7; cursor: pointer; }
.demo-dots button.is-active { width: 28px; border-radius: 999px; background: linear-gradient(90deg,var(--purple),var(--pink)); }

@media (max-width: 1120px) {
  .audiences-lite { margin-top: -88px; }
  .audiences-lite-grid, .demo-head, .demo-slide { grid-template-columns: 1fr; }
  .demo-track { min-height: 900px; }
  .demo-visual, .demo-placeholder { min-height: 420px; }
  .demo-slide { align-content: start; }
}
@media (max-width: 760px) {
  .audiences-lite { padding-bottom: 64px; }
  .audience-lite-card { min-height: auto; padding: 26px 22px; }
  .demo-section { padding: 72px 0 84px; }
  .demo-head { gap: 18px; }
  .demo-track { min-height: 970px; }
  .demo-copy { padding: 30px 24px; }
  .demo-copy h3 { font-size: clamp(2.35rem,12vw,3.6rem); }
  .demo-visual, .demo-placeholder { min-height: 350px; }
  .demo-actions { align-items: flex-start; flex-direction: column; }
  .demo-image-zoom { top:14px; right:14px; width:44px; height:44px; }
  .demo-visual.has-zoom .demo-visual-badge { top:auto; bottom:14px; }
  .demo-arrow { display: none; }
}

.lightbox[hidden] { display:none; }
.lightbox { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:24px; }
.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; }
.lightbox-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; background:rgba(17,13,54,.86); cursor:zoom-out; }
.lightbox-dialog { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; max-width:min(1180px, calc(100vw - 48px)); max-height:calc(100vh - 48px); }
.lightbox-dialog figure { margin:0; }
.lightbox-image { display:block; max-width:100%; max-height:calc(100vh - 48px); width:auto; height:auto; border-radius:18px; box-shadow:0 28px 80px rgba(0,0,0,.38); }
.lightbox-close { position:absolute; top:-16px; right:-16px; z-index:2; display:grid; place-items:center; width:44px; height:44px; padding:0; border:1px solid rgba(255,255,255,.28); border-radius:50%; color:#fff; background:rgba(31,27,89,.9); box-shadow:0 12px 28px rgba(0,0,0,.24); cursor:pointer; font-size:1.6rem; line-height:1; }
.lightbox-close:focus-visible { outline:3px solid #f5d48e; outline-offset:3px; }
body.lightbox-open { overflow:hidden; }
body.lightbox-open .site-nav { z-index:90; }
@media (max-width:760px) {
  .lightbox { padding:16px; }
  .lightbox-dialog, .lightbox-image { max-width:calc(100vw - 32px); max-height:calc(100vh - 32px); }
  .lightbox-close { top:-10px; right:-10px; }
}



    /* OVERRIDES V5 */
    .nav-shell { border:1px solid transparent; }
    .site-nav.scrolled .nav-shell { border-color: rgba(38,30,100,.08); }

    .portfolio-stage {
      display:grid;
      grid-template-columns:repeat(5, minmax(0,1fr));
      gap:18px;
      align-items:stretch;
    }
    .portfolio-card, .portfolio-card.featured {
      grid-column:auto;
      grid-row:auto;
      display:flex;
      flex-direction:column;
      height:100%;
      min-height:100%;
      overflow:hidden;
      border-radius:26px;
    }
    .portfolio-card img, .portfolio-card.featured img {
      width:100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center;
      background: #efe8f7;
    }
    .portfolio-card-copy {
      flex:1;
      display:flex;
      flex-direction:column;
      padding:18px 18px 20px;
    }
    .portfolio-card-copy h3 { min-height: 2.5em; }
    .portfolio-card-copy p, .portfolio-card:not(.featured) .portfolio-card-copy p {
      display:block;
      margin-top: 4px;
      font-size:.92rem;
      line-height:1.58;
      color:var(--text);
    }
    .portfolio-card.blank {
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,241,.98));
      border: 1.5px dashed rgba(98,72,217,.28);
      box-shadow: 0 18px 42px rgba(36,28,92,.08);
    }
    .portfolio-card.blank .portfolio-card-copy {
      justify-content:center;
      align-items:flex-start;
      padding:26px 22px;
      min-height:100%;
    }
    .idea-mark {
      width:56px; height:56px; border-radius:50%;
      display:grid; place-items:center;
      color:var(--purple); background:rgba(98,72,217,.08);
      font-size:1.9rem; font-weight:500; margin-bottom:18px;
    }
    .idea-note { font-size:.78rem; color:#af5199; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
    .portfolio-cta {
      margin-top: 26px;
      grid-template-columns:1.15fr .85fr;
    }

    .contact-portal-section {
      position: relative;
      padding: 110px 0 118px;
      overflow: hidden;
      background: #130f35;
      color: #fff8f2;
    }
    .contact-portal-section::before {
      content: "";
      position: absolute; inset: 0;
      background:
        linear-gradient(90deg, rgba(13, 10, 44, .92) 0%, rgba(20, 13, 56, .82) 32%, rgba(18, 12, 46, .58) 100%),
        url('images/image-06-e80df6bf.png') center center / cover no-repeat;
      transform: scale(1.02);
    }
    .contact-portal-section::after {
      content:"";
      position:absolute;
      inset:auto -10% -120px auto;
      width:460px; height:460px; border-radius:50%;
      background: radial-gradient(circle, rgba(255,213,160,.18), rgba(255,213,160,0));
      filter: blur(8px);
    }
    .contact-shell {
      position: relative; z-index: 2;
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 34px;
      align-items: stretch;
    }
    .contact-copy { padding: 28px 0; }
    .contact-copy .section-chip {
      background: rgba(255,255,255,.13);
      border-color: rgba(255,255,255,.16);
      color: #ffd7f0;
    }
    .contact-copy h2 { color:#fffaf6; margin-bottom:18px; }
    .contact-copy p { color: rgba(255,248,242,.88); font-size:1.04rem; line-height:1.72; max-width: 560px; }
    .contact-badges {
      display:flex; flex-wrap:wrap; gap:10px; margin-top:22px;
    }
    .contact-badges span {
      padding:10px 14px; border-radius:999px;
      background: rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      color:#fff7f1; font-weight:700; font-size:.9rem;
    }
    .contact-panel {
      position:relative;
      background: rgba(255,251,246,.13);
      border: 1px solid rgba(255,255,255,.18);
      box-shadow: 0 28px 70px rgba(0,0,0,.25);
      border-radius: 30px;
      padding: 30px;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }
    .contact-panel h3 {
      margin:0 0 10px;
      color:#fffaf6;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 2rem;
      line-height:1.05;
    }
    .contact-panel > p { margin:0 0 22px; color: rgba(255,248,242,.78); line-height:1.65; }
    .contact-form { display:grid; gap:14px; }
    .contact-form .two-col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
    .contact-form label { display:grid; gap:8px; font-size:.88rem; color:#fff7f1; font-weight:700; }
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      width:100%;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.88);
      color: var(--ink);
      padding: 14px 16px;
      font: inherit;
      outline:none;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
    }
    .contact-form textarea { min-height: 138px; resize: vertical; }
    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
      border-color: rgba(203,79,150,.7);
      box-shadow: 0 0 0 4px rgba(203,79,150,.12);
    }
    .contact-actions { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:6px; }
    .contact-actions small { color: rgba(255,248,242,.72); line-height:1.55; max-width: 330px; }
    .contact-actions .btn { border:none; cursor:pointer; }
    .contact-direct {
      display:flex; gap:16px; flex-wrap:wrap; margin-top:24px;
      color:rgba(255,248,242,.82); font-size:.95rem;
    }
    .contact-direct a { color:#fffaf6; font-weight:700; }

    @media (max-width: 1200px) {
      .portfolio-stage { grid-template-columns:repeat(4, minmax(0,1fr)); }
    }
    @media (max-width: 1120px) {
      .contact-shell { grid-template-columns:1fr; }
    }
    @media (max-width: 900px) {
      .portfolio-stage { grid-template-columns:repeat(2, minmax(0,1fr)); }
      .contact-form .two-col { grid-template-columns:1fr; }
      .contact-actions { flex-direction:column; align-items:flex-start; }
    }
    @media (max-width: 640px) {
      .portfolio-stage { grid-template-columns:1fr; }
      .contact-portal-section { padding: 86px 0 92px; }
      .contact-panel { padding:24px; border-radius:24px; }
    }



/* ===== Modern type system ===== */
body, button, input, select, textarea { font-family: "Source Sans Pro", ui-sans-serif, system-ui, sans-serif; }
h1, h2, h3, h4, h5, h6, .serif, .portal-copy .subtitle, .manifest-quote strong, .portfolio-cta strong { font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important; }

/* ===== Mobile polish + footer V8 ===== */
.menu-toggle { display:none; width:46px; height:46px; padding:0; border:0; border-radius:50%; background:rgba(255,249,241,.92); box-shadow:0 10px 26px rgba(36,28,92,.12); cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:4px; }
.menu-toggle span { display:block; width:19px; height:2px; background:var(--navy); border-radius:999px; transition:.2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
.mobile-menu { display:none; }

.site-footer { position:relative; overflow:hidden; color:#fff8f3; background:linear-gradient(145deg,#171449 0%,#27216d 48%,#5c347f 100%); padding:78px 0 24px; }
.site-footer::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 0%,rgba(220,92,161,.22),transparent 28%),radial-gradient(circle at 8% 95%,rgba(103,105,213,.22),transparent 27%); pointer-events:none; }
.site-footer::after { content:"✦   ·   ✦   ·   ✦"; position:absolute; right:5%; top:34px; color:rgba(255,222,177,.32); letter-spacing:14px; font-size:1rem; }
.footer-glow { position:absolute; width:360px; height:360px; right:-120px; bottom:-180px; border-radius:50%; border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 115px rgba(255,255,255,.018); }
.footer-main { display:grid; grid-template-columns:1.6fr .8fr .8fr 1fr; gap:44px; position:relative; z-index:2; }
.footer-brand-logo { width:260px; max-width:90%; filter:brightness(0) invert(1); opacity:.96; margin-bottom:20px; }
.footer-brand-block p { margin:0; max-width:380px; line-height:1.7; color:rgba(255,248,243,.78); }
.footer-demo { display:inline-flex; align-items:center; gap:10px; margin-top:24px; padding:12px 17px; border-radius:999px; color:#fff; background:linear-gradient(90deg,var(--purple),var(--pink)); font-weight:800; }
.footer-heading { color:#f4d191; font-weight:800; font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:17px; }
.footer-links-block, .footer-contact-block { display:flex; flex-direction:column; align-items:flex-start; gap:11px; }
.footer-links-block a, .footer-contact-block a, .footer-contact-block span { color:rgba(255,248,243,.8); line-height:1.5; }
.footer-links-block a:hover, .footer-contact-block a:hover { color:#fff; }
.footer-bottom { position:relative; z-index:2; display:grid; grid-template-columns:1fr auto 1fr; gap:18px; align-items:center; margin-top:54px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,248,243,.56); font-size:.82rem; }
.footer-bottom > :nth-child(2) { text-align:center; }
.footer-bottom > div { display:flex; justify-content:flex-end; gap:18px; }
.footer-bottom a { color:rgba(255,248,243,.62); }

@media (max-width: 900px) {
  .footer-main { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-contact-block { grid-column:1 / -1; flex-direction:row; flex-wrap:wrap; gap:12px 24px; padding-top:8px; }
  .footer-contact-block .footer-heading { flex-basis:100%; }
  .footer-bottom { grid-template-columns:1fr; text-align:left; }
  .footer-bottom > :nth-child(2) { text-align:left; }
  .footer-bottom > div { justify-content:flex-start; }
}

@media (max-width: 760px) {
  .site-nav { padding-top:8px; }
  .nav-shell { width:calc(100% - 16px); min-height:62px; padding:8px 8px 8px 12px; gap:10px; background:rgba(255,249,241,.84); backdrop-filter:blur(14px); box-shadow:0 10px 28px rgba(36,28,92,.08); }
  .brand { min-width:0; flex:1; }
  .brand img { width:min(205px, 62vw); max-width:100%; }
  .nav-links, .nav-cta { display:none !important; }
  .menu-toggle { display:flex; flex:0 0 46px; }
  .mobile-menu { position:absolute; left:8px; right:8px; top:70px; display:grid; gap:3px; padding:12px; border-radius:22px; background:rgba(255,249,241,.98); box-shadow:0 24px 60px rgba(31,26,85,.18); border:1px solid rgba(38,30,100,.08); opacity:0; visibility:hidden; transform:translateY(-8px) scale(.98); transform-origin:top; transition:.2s ease; }
  .site-nav.menu-open .mobile-menu { opacity:1; visibility:visible; transform:none; }
  .mobile-menu a { padding:12px 14px; border-radius:14px; color:var(--navy); font-weight:750; }
  .mobile-menu a:first-child { color:#fff; background:linear-gradient(90deg,var(--purple),var(--pink)); }
  .mobile-menu a:hover { background:rgba(98,72,217,.07); }
  .mobile-menu a:first-child:hover { background:linear-gradient(90deg,var(--purple),var(--pink)); }

  /* Demo slider: let mobile content determine its height and never crop artwork */
  .demo-track { min-height:0 !important; }
  .demo-slide { position:relative !important; inset:auto !important; display:none !important; grid-template-columns:1fr !important; opacity:1 !important; transform:none !important; pointer-events:auto !important; border-radius:24px; }
  .demo-slide.is-active { display:grid !important; }
  .demo-copy { padding:28px 22px 26px; }
  .demo-visual { min-height:0 !important; height:auto !important; display:flex; align-items:center; justify-content:center; background:#eee4da; }
  .demo-visual img { width:100% !important; height:auto !important; max-height:none !important; object-fit:contain !important; object-position:center !important; }
  .demo-placeholder { min-height:300px !important; }
  .demo-visual-badge { right:14px; top:14px; }
  .demo-dots { margin-top:18px; }

  /* Portfolio must always render visibly on mobile */
  .portfolio-section { overflow:visible !important; }
  .portfolio-stage, .portfolio-stage.reveal { display:grid !important; grid-template-columns:1fr !important; gap:18px !important; opacity:1 !important; visibility:visible !important; transform:none !important; }
  .portfolio-card { display:flex !important; width:100% !important; min-height:0 !important; opacity:1 !important; visibility:visible !important; }
  .portfolio-card img { display:block !important; width:100% !important; height:auto !important; aspect-ratio:auto !important; object-fit:contain !important; background:#f3ece8; }
  .portfolio-card-copy h3 { min-height:0 !important; }

  .site-footer { padding:58px 0 22px; }
  .footer-main { grid-template-columns:1fr; gap:32px; }
  .footer-brand-logo { width:230px; }
  .footer-links-block, .footer-contact-block { padding-top:18px; border-top:1px solid rgba(255,255,255,.1); }
  .footer-contact-block { display:flex; flex-direction:column; gap:9px; }
  .footer-bottom { margin-top:38px; }
}


/* V9: mobile swipe interaction for demo slider */
@media (max-width: 760px) {
  .demo-slider {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  .demo-track {
    overflow: hidden;
    border-radius: 24px;
  }

  .demo-slide.is-active {
    will-change: transform, opacity;
  }

  .demo-slide.is-swiping {
    transition: none !important;
  }

  .demo-slide.swipe-in-next {
    animation: demoSwipeInNext .34s ease both;
  }

  .demo-slide.swipe-in-prev {
    animation: demoSwipeInPrev .34s ease both;
  }

  .demo-arrow {
    display: none !important;
  }

  .demo-dots {
    margin-top: 18px;
  }

  .demo-dots::before {
    content: "←  wischen  →";
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center;
  }
}

@keyframes demoSwipeInNext {
  from { opacity: .25; transform: translateX(42px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes demoSwipeInPrev {
  from { opacity: .25; transform: translateX(-42px); }
  to   { opacity: 1; transform: translateX(0); }
}







/* V7 OVERRIDES */
.team-shell { display:grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items:center; }
.team-photo-card { position:relative; }
.team-group-photo { width:100%; display:block; border-radius:30px; box-shadow:0 26px 70px rgba(36,28,92,.16); }
.team-quote {
  position:relative; margin:-54px 0 0 46%; width:min(420px, calc(100% - 32px));
  background:rgba(255,250,246,.96); border:1px solid rgba(38,30,100,.08); border-radius:22px;
  box-shadow:0 16px 36px rgba(36,28,92,.12); padding:24px 28px; color:var(--navy); font-weight:800; line-height:1.45;
}
.team-copy .section-chip { margin-bottom:10px; }
.team-copy h2 { margin-top:4px; }
.team-copy p { margin:0 0 16px; font-size:1.04rem; line-height:1.72; }
.team-fact-row { grid-template-columns:repeat(3,minmax(0,1fr)); }
.team-members-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px; margin-top:28px; }
.member-card {
  padding:20px 16px 18px; border-radius:24px; text-align:center; background:rgba(255,255,255,.72);
  border:1px solid rgba(38,30,100,.08); box-shadow:0 14px 34px rgba(36,28,92,.08);
}
.member-card img {
  width:110px; height:110px; object-fit:cover; border-radius:50%; display:block; margin:0 auto 14px;
  border:8px solid rgba(255,250,244,.96); box-shadow:0 18px 36px rgba(36,28,92,.12);
}
.member-card .member-name { color:var(--navy); font-weight:800; font-size:1rem; }

.portfolio-stage { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.portfolio-card { display:flex; flex-direction:column; height:100%; }
.portfolio-card img { width:100%; aspect-ratio:4/5; object-fit:cover; }
.portfolio-card-copy { display:flex; flex-direction:column; gap:0; flex:1; }
.portfolio-card-copy p { display:block !important; }
.portfolio-card.blank {
  justify-content:center; align-items:center; background:linear-gradient(135deg,rgba(255,251,246,.96),rgba(239,230,251,.96));
  min-height:100%;
}
.portfolio-card.blank .portfolio-card-copy { justify-content:center; text-align:left; padding:24px; }
.portfolio-card.blank .idea-mark { font-size:1.4rem; color:#c35a9b; margin-bottom:12px; }
.portfolio-card.blank .idea-note { color:#af5199; text-transform:uppercase; font-size:.72rem; font-weight:800; letter-spacing:.07em; margin-bottom:8px; }

.contact-shell { position:relative; z-index:2; display:block; max-width:760px; margin:0 auto; }
.contact-panel { max-width:760px; margin:0 auto; padding:34px; }
.contact-panel-head { text-align:left; margin-bottom:20px; }
.contact-panel-head .section-chip { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.16); color: #ffd7f0; }
.contact-panel-head h2 { color:#fffaf6; margin:14px 0 10px; }
.contact-panel-head p { margin:0; color: rgba(255,248,242,.82); line-height:1.65; }
.contact-panel h3, .contact-panel > p, .contact-copy { display:none; }
.contact-form { gap:16px; }
.contact-form textarea { min-height:160px; }
.contact-actions { justify-content:flex-end; }
.contact-actions small { max-width:none; margin-right:auto; }

@media (max-width: 1120px) {
  .team-shell { grid-template-columns:1fr; }
  .team-members-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .portfolio-stage { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .team-members-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .portfolio-stage { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .team-quote { width:calc(100% - 20px); margin:-32px 0 0 10px; padding:18px 20px; }
  .team-members-grid { grid-template-columns:1fr; }
  .portfolio-stage { grid-template-columns:1fr; }
  .contact-panel { padding:24px; }
}






/* V10 - cleaner team, friendly contact and portal animation */
.team-copy .team-fact-row { display:none !important; }

.hero { isolation:isolate; }
.portal-dragon-flight {
  position:absolute;
  z-index:3;
  width:96px;
  height:64px;
  left:58%;
  top:32%;
  pointer-events:none;
  opacity:0;
  filter:drop-shadow(0 7px 10px rgba(39,24,91,.18));
  animation:dragonPortalFlight 11s ease-in-out 1.2s infinite;
}
.portal-dragon {
  width:100%; height:100%;
  overflow:visible;
  transform-origin:center;
  animation:dragonWingFloat 1.8s ease-in-out infinite alternate;
}
.portal-dragon path { fill:#3d347f; opacity:.72; }
.hero::before {
  content:"";
  position:absolute;
  z-index:1;
  width:250px; height:250px;
  left:57.2%; top:28%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,231,177,.30) 0%, rgba(237,185,229,.16) 32%, rgba(162,188,247,.08) 48%, rgba(255,255,255,0) 72%);
  pointer-events:none;
  animation:portalBreath 4.8s ease-in-out infinite alternate;
}
@keyframes dragonPortalFlight {
  0%, 8% { opacity:0; transform:translate(-115px,50px) scale(.54) rotate(-8deg); }
  13% { opacity:.55; }
  31% { opacity:.82; transform:translate(15px,-6px) scale(.72) rotate(2deg); }
  55% { opacity:.78; transform:translate(120px,-68px) scale(.52) rotate(-5deg); }
  69% { opacity:0; transform:translate(210px,-100px) scale(.40) rotate(-8deg); }
  100% { opacity:0; transform:translate(210px,-100px) scale(.40) rotate(-8deg); }
}
@keyframes dragonWingFloat {
  from { transform:translateY(-2px) rotate(-1.2deg) scaleY(.96); }
  to   { transform:translateY(2px) rotate(1.2deg) scaleY(1.04); }
}
@keyframes portalBreath {
  from { opacity:.44; transform:translate(-50%,-50%) scale(.94); }
  to   { opacity:.78; transform:translate(-50%,-50%) scale(1.08); }
}

.contact-portal-section {
  color:var(--ink);
  background:
    radial-gradient(circle at 78% 20%, rgba(184,198,248,.34), transparent 29%),
    radial-gradient(circle at 18% 75%, rgba(244,191,216,.40), transparent 34%),
    linear-gradient(135deg,#fff8ee 0%,#fbf1f5 48%,#f1f4fd 100%);
}
.contact-portal-section::before {
  opacity:.10;
  filter:saturate(.82) brightness(1.28);
  mix-blend-mode:multiply;
}
.contact-portal-section::after {
  width:520px; height:520px; bottom:-210px; right:-100px;
  background:radial-gradient(circle, rgba(182,157,233,.20), rgba(182,157,233,0) 68%);
}
.contact-shell { max-width:790px; }
.contact-panel {
  max-width:790px;
  padding:42px;
  background:rgba(255,252,248,.86);
  border:1px solid rgba(67,52,133,.10);
  box-shadow:0 30px 80px rgba(77,58,137,.13);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.contact-panel-head .section-chip {
  color:#9a3a91;
  background:linear-gradient(90deg,rgba(240,201,224,.64),rgba(214,222,250,.72));
  border-color:rgba(111,77,172,.10);
}
.contact-panel-head h2 { color:var(--navy); }
.contact-panel-head p { color:var(--text); }
.contact-form label { color:var(--navy); }
.contact-form input,
.contact-form textarea {
  background:rgba(255,255,255,.88);
  border:1px solid rgba(62,50,126,.12);
  color:var(--ink);
  box-shadow:0 8px 24px rgba(61,46,117,.05);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color:#898baa; }
.contact-actions small { color:var(--muted); }
.contact-actions .btn.primary {
  background:linear-gradient(90deg,#6552dc,#c94f98);
  box-shadow:0 16px 30px rgba(112,73,196,.20);
}

@media (prefers-reduced-motion: reduce) {
  .portal-dragon-flight, .portal-dragon, .hero::before { animation:none !important; }
  .portal-dragon-flight { display:none; }
}
@media (max-width:760px) {
  .portal-dragon-flight { width:66px; height:44px; left:65%; top:28%; animation-duration:9s; }
  .hero::before { width:180px; height:180px; left:64%; top:27%; }
  .contact-panel { padding:28px 22px; border-radius:26px; }
}






@media (max-width: 760px) {
  :root { --container: min(100% - 22px, 1220px); }
  html { scroll-padding-top: 84px; }
  body { overflow-x: hidden; -webkit-text-size-adjust: 100%; }

  .site-nav { padding-top: 8px !important; }
  .nav-shell {
    width: calc(100% - 16px) !important;
    min-height: 58px;
    padding: 8px 10px 8px 12px !important;
    border-radius: 20px !important;
    gap: 10px !important;
  }
  .site-nav.scrolled .nav-shell { background: rgba(255,249,241,.95) !important; }
  .brand img { width: 194px !important; max-width: 58vw !important; }
  .nav-links { display: none !important; }
  .nav-cta { display: none !important; }
  .menu-toggle {
    display: inline-flex !important;
    align-items: center; justify-content: center;
    width: 44px; height: 44px; flex: 0 0 44px;
    border: 0; border-radius: 14px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 8px 22px rgba(36,28,92,.08);
    position: relative; cursor: pointer;
  }
  .menu-toggle span {
    position: absolute; width: 21px; height: 2px; border-radius: 99px;
    background: var(--navy); transition: .22s ease;
  }
  .menu-toggle span:nth-child(1){ transform: translateY(-6px); }
  .menu-toggle span:nth-child(2){ transform: translateY(0); }
  .menu-toggle span:nth-child(3){ transform: translateY(6px); }
  .menu-toggle.is-open span:nth-child(1){ transform: rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2){ opacity:0; }
  .menu-toggle.is-open span:nth-child(3){ transform: rotate(-45deg); }

  .mobile-menu {
    display: none !important;
    position: fixed !important;
    top: 72px !important; left: 8px !important; right: 8px !important;
    width: auto !important; max-height: calc(100vh - 88px); overflow-y: auto;
    padding: 10px !important; border-radius: 20px !important;
    background: rgba(255,249,241,.97) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 54px rgba(36,28,92,.16);
    border: 1px solid rgba(38,30,100,.08);
    z-index: 80;
  }
  .mobile-menu.is-open { display: grid !important; }
  .mobile-menu a {
    min-height: 46px; padding: 12px 14px !important; border-radius: 12px;
    display: flex; align-items: center; color: var(--navy); font-weight: 700;
  }
  .mobile-menu a:first-child { background: linear-gradient(90deg, var(--purple), var(--pink)); color:#fff; }

  .hero { min-height: auto !important; background-position: 69% center !important; }
  .hero-grid {
    min-height: auto !important; grid-template-columns: 1fr !important;
    padding: 102px 0 132px !important;
  }
  .hero-copy { padding-top: 22px !important; max-width: 100% !important; }
  .hero-copy h1, .hero-title {
    font-size: clamp(2.75rem, 13.6vw, 4.3rem) !important;
    line-height: .96 !important; letter-spacing: -.045em !important; max-width: 94% !important;
  }
  .hero-copy p, .hero-lead {
    font-size: 1.04rem !important; line-height: 1.55 !important; max-width: 92% !important;
  }
  .hero-actions {
    gap: 10px !important; flex-direction: column !important; align-items: stretch !important;
    width: min(100%, 340px) !important;
  }
  .hero-actions .btn { width: 100% !important; min-height: 50px !important; }

  .audiences, .overview, .audience-section { margin-top: -58px !important; }
  .audiences-intro, .section-head, .portfolio-head { text-align: left !important; }
  .audiences-intro h2, .section-head h2, .portfolio-head h2,
  .manifest-head h2, .team-copy h2, .contact-panel-head h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important; line-height: 1.08 !important;
  }
  .audience-grid, .overview-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .audience-card, .ov-card { min-height: auto !important; padding: 24px 20px !important; border-radius: 22px !important; }

  .demo-slider { touch-action: pan-y; }
  .demo-track { border-radius: 22px !important; overflow: hidden !important; }
  .demo-slide { padding: 0 !important; }
  .demo-slide-inner, .demo-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
  .demo-media, .demo-visual, .demo-image-wrap { min-height: 0 !important; height: auto !important; overflow: visible !important; }
  .demo-media img, .demo-visual img, .demo-image-wrap img, .demo-slide img {
    width: 100% !important; height: auto !important; max-height: none !important;
    object-fit: contain !important; object-position: center !important;
  }
  .demo-copy { padding: 24px 20px 26px !important; }
  .demo-copy h3 { font-size: 2rem !important; line-height: 1.08 !important; }
  .demo-arrow { display: none !important; }
  .demo-dots { margin-top: 16px !important; }

  .manifest-band, .team-section, .portfolio-section { padding-top: 72px !important; padding-bottom: 64px !important; }
  .manifest-story, .manifest-principles, .team-shell, .portfolio-stage { grid-template-columns: 1fr !important; }
  .manifest-story-copy, .manifest-quote { padding: 24px 20px !important; border-radius: 22px !important; }
  .manifest-principles { gap: 12px !important; }
  .manifest-principles article { min-height: auto !important; padding: 20px 18px !important; }

  .team-shell { gap: 24px !important; }
  .team-group-photo { border-radius: 22px !important; }
  .team-quote {
    width: calc(100% - 18px) !important; margin: -24px 0 0 9px !important;
    padding: 18px !important; border-radius: 18px !important; font-size: .96rem !important;
  }

  .portfolio-stage { display: grid !important; grid-template-columns: 1fr !important; gap: 16px !important; }
  .portfolio-card, .portfolio-card.featured {
    display: flex !important; min-height: 0 !important; height: auto !important;
    border-radius: 22px !important; overflow: hidden !important;
  }
  .portfolio-card img, .portfolio-card.featured img {
    width: 100% !important; aspect-ratio: 4 / 5 !important; height: auto !important;
    object-fit: cover !important; object-position: center !important;
  }
  .portfolio-card-copy { padding: 18px 18px 20px !important; }
  .portfolio-card-copy h3 { min-height: 0 !important; font-size: 1.3rem !important; }
  .portfolio-card-copy p { display: block !important; font-size: .96rem !important; line-height: 1.55 !important; }
  .portfolio-cta { grid-template-columns: 1fr !important; gap: 18px !important; padding: 24px 20px !important; }
  .portfolio-cta .btn { width: 100% !important; }

  .contact-portal-section { padding: 76px 0 80px !important; background-position: 64% center !important; }
  .contact-shell { max-width: 100% !important; }
  .contact-panel { max-width: 100% !important; padding: 22px 18px !important; border-radius: 22px !important; }
  .contact-panel-head { margin-bottom: 18px !important; }
  .contact-form .two-col { grid-template-columns: 1fr !important; gap: 14px !important; }
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 16px !important; min-height: 48px !important;
  }
  .contact-form textarea { min-height: 140px !important; }
  .contact-actions { flex-direction: column !important; align-items: stretch !important; gap: 14px !important; }
  .contact-actions small { order: 2; font-size: .78rem !important; }
  .contact-actions .btn { width: 100% !important; order: 1; }

  .site-footer { padding-top: 58px !important; }
  .footer-main { grid-template-columns: 1fr !important; gap: 28px !important; }
  .footer-brand-logo { width: 220px !important; max-width: 74vw !important; }
  .footer-bottom { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; padding-top: 20px !important; }
  .footer-bottom > div { display: flex !important; gap: 14px !important; flex-wrap: wrap !important; }

  .reveal { transform: none !important; }
}

@media (max-width: 380px) {
  .brand img { width: 172px !important; }
  .hero-copy h1, .hero-title { font-size: 2.58rem !important; }
  .hero-copy p, .hero-lead { max-width: 100% !important; }
  .container { width: calc(100% - 18px) !important; }
}






/* STARTSEITE OPTIMIERUNG V17 */
.demo-qr { gap: 12px; }
.demo-qr img {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
  padding: 6px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(36,28,92,.08);
}
.demo-contact-link {
  display:inline-flex; align-items:center; min-height:52px;
  color: var(--navy); font-weight:800;
}
.demo-contact-card {
  position: relative;
  min-height: 570px;
  padding: 36px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:left;
  color:#fff;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,214,149,.22), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(255,255,255,.18), transparent 18%),
    linear-gradient(145deg, #241f68 0%, #5b3da1 52%, #c45f98 100%);
}
.demo-contact-inner {
  max-width: 420px;
  width:100%;
  padding: 28px 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 18px 40px rgba(18,12,57,.18);
  backdrop-filter: blur(8px);
}
.demo-contact-chip {
  display:inline-flex; align-items:center; padding:8px 12px; margin-bottom:16px;
  border-radius:999px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.2);
  font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
}
.demo-contact-inner strong {
  display:block; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.03; letter-spacing:-.03em;
}
.demo-contact-inner p {
  margin: 16px 0 0; color: rgba(255,255,255,.88); line-height:1.7; font-size:1rem;
}
.demo-ghost-link {
  display:inline-flex; align-items:center; margin-top: 20px; color:#fff; font-weight:800;
}
.manifest-band {
  background:
    radial-gradient(circle at 50% -10%, rgba(255,220,174,.55), transparent 30%),
    linear-gradient(180deg, #f7ecda 0%, #f3e6cf 100%) !important;
  padding-top: 110px !important;
  padding-bottom: 92px !important;
}
.manifest-shell {
  position: relative;
  max-width: 1240px;
  padding: 54px 44px 46px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,249,238,.97) 0%, rgba(249,240,224,.98) 100%);
  border: 1px solid rgba(123,93,46,.20);
  box-shadow: 0 26px 70px rgba(75,49,20,.12), inset 0 1px 0 rgba(255,255,255,.7);
  overflow: visible;
}
.manifest-shell::before,
.manifest-shell::after {
  content:"";
  position:absolute;
  left: 18px; right: 18px;
  height: 24px;
  border: 1px solid rgba(154,117,66,.28);
  background: linear-gradient(180deg, rgba(231,213,180,.9), rgba(246,234,210,.95));
  z-index: 0;
}
.manifest-shell::before {
  top: -12px;
  border-radius: 18px 18px 10px 10px;
  box-shadow: 0 8px 22px rgba(104,74,33,.08);
}
.manifest-shell::after {
  bottom: -12px;
  border-radius: 10px 10px 18px 18px;
  box-shadow: 0 -8px 22px rgba(104,74,33,.06);
}
.manifest-shell > * { position: relative; z-index: 1; }
.manifest-head { margin-bottom: 42px !important; }
.manifest-eyebrow {
  background: rgba(255,255,255,.55) !important;
  border: 1px solid rgba(123,93,46,.16) !important;
  color: #a55b43 !important;
}
.manifest-title-large {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  font-size: clamp(3.9rem, 8vw, 6.4rem) !important;
  line-height: .92 !important;
  letter-spacing: -.045em !important;
}
.manifest-head p {
  max-width: 860px !important;
  font-size: 1.12rem !important;
  line-height: 1.78 !important;
}
.manifest-story-copy, .manifest-quote, .manifest-principles article {
  background: rgba(255,252,246,.95) !important;
  border: 1px solid rgba(123,93,46,.12) !important;
}
.manifest-story-copy {
  box-shadow: 0 18px 42px rgba(89,59,27,.07) !important;
}
.manifest-quote {
  background: radial-gradient(circle at 65% 25%,rgba(246,205,138,.35),transparent 22%), linear-gradient(155deg,#5d4292 0%,#7852bc 48%,#c35f98 100%) !important;
}
@media (max-width: 1120px) {
  .manifest-shell { padding: 40px 26px 34px; }
}
@media (max-width: 760px) {
  .demo-qr img { width: 84px !important; height: 84px !important; }
  .demo-contact-card { min-height: 360px; padding: 20px; }
  .manifest-band { padding-top: 84px !important; padding-bottom: 70px !important; }
  .manifest-shell {
    padding: 28px 18px 26px;
    border-radius: 26px;
  }
  .manifest-shell::before, .manifest-shell::after { left: 10px; right: 10px; height: 18px; }
  .manifest-shell::before { top: -9px; }
  .manifest-shell::after { bottom: -9px; }
  .manifest-title-large {
    font-size: clamp(3rem, 15vw, 4.3rem) !important;
    line-height: .95 !important;
  }
}



/* MANIFEST SCHRIFTROLLE V18 */
.manifest-band {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,223,169,.30), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(255,239,204,.42), transparent 28%),
    linear-gradient(180deg, #f4e4c7 0%, #f7ead3 28%, #f9f0df 100%) !important;
}
.manifest-shell {
  position: relative;
  padding: 62px 54px 56px !important;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(252,246,231,.98) 0%, rgba(246,234,205,.98) 100%) !important;
  border: 1px solid rgba(151,112,56,.22) !important;
  box-shadow: 0 26px 70px rgba(103,72,31,.14), inset 0 1px 0 rgba(255,255,255,.72), inset 0 0 0 12px rgba(255,250,241,.45);
}
.manifest-shell::before,
.manifest-shell::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 34px;
  z-index: 0;
  border: 1px solid rgba(153,116,59,.26);
  background: linear-gradient(180deg, #d7b98b 0%, #efd8b4 50%, #d8bb90 100%);
  box-shadow: inset 0 2px 2px rgba(255,255,255,.45), 0 10px 20px rgba(120,85,39,.10);
}
.manifest-shell::before {
  top: -17px;
  border-radius: 999px;
}
.manifest-shell::after {
  bottom: -17px;
  border-radius: 999px;
}
.manifest-shell > * { position: relative; z-index: 1; }
.manifest-shell .manifest-head,
.manifest-shell .manifest-story,
.manifest-shell .manifest-principles {
  position: relative;
}
.manifest-shell .manifest-head::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -18px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(161,117,63,.45) 12%, rgba(161,117,63,.45) 88%, transparent 100%);
}
.manifest-eyebrow {
  background: rgba(255,252,245,.82) !important;
  color: #a86047 !important;
  border: 1px solid rgba(157,112,51,.15) !important;
  box-shadow: 0 10px 22px rgba(112,79,38,.06);
}
.manifest-title-large {
  color: #352459 !important;
  text-shadow: 0 2px 0 rgba(255,255,255,.45);
}
.manifest-head p {
  color: #5b4a41 !important;
}
.manifest-story-copy, .manifest-quote {
  border-radius: 28px !important;
}
.manifest-story-copy {
  position: relative;
  padding: 38px 34px 34px !important;
  background: linear-gradient(180deg, rgba(255,251,243,.98), rgba(247,235,210,.96)) !important;
  border: 1px solid rgba(157,116,61,.16) !important;
  box-shadow: 0 18px 38px rgba(100,70,32,.08), inset 0 1px 0 rgba(255,255,255,.72) !important;
}
.manifest-story-copy::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px dashed rgba(171,130,73,.20);
  pointer-events: none;
}
.story-badge {
  background: #f3e3c2 !important;
  color: #925537 !important;
  border: 1px solid rgba(146,85,55,.14) !important;
}
.manifest-quote {
  position: relative;
  background: linear-gradient(145deg,#503981 0%,#7a50a8 42%,#c36297 100%) !important;
  border: 1px solid rgba(93,64,137,.24) !important;
  overflow: hidden;
}
.manifest-quote::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  pointer-events: none;
}
.manifest-principles {
  gap: 18px !important;
  margin-top: 28px !important;
}
.manifest-principles article {
  position: relative;
  min-height: 218px;
  padding: 28px 22px 22px !important;
  border-radius: 26px 26px 22px 22px !important;
  background: linear-gradient(180deg, #fffaf0 0%, #f4e6c8 100%) !important;
  border: 1px solid rgba(154,114,56,.18) !important;
  box-shadow: 0 16px 30px rgba(109,78,35,.09), inset 0 1px 0 rgba(255,255,255,.65) !important;
  overflow: hidden;
}
.manifest-principles article:nth-child(odd) { transform: rotate(-1deg); }
.manifest-principles article:nth-child(even) { transform: rotate(1deg); }
.manifest-principles article:nth-child(3n) { background: linear-gradient(180deg, #fff7ea 0%, #f2e0bf 100%) !important; }
.manifest-principles article:nth-child(4n) { background: linear-gradient(180deg, #fffaf3 0%, #efe2c7 100%) !important; }
.principle-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8eb 0%, #eed6a8 100%) !important;
  border: 1px solid rgba(160,119,61,.22);
  box-shadow: 0 8px 18px rgba(110,78,36,.10);
  color: #8f563c !important;
  font-size: 1.28rem !important;
  margin-bottom: 18px !important;
}
.manifest-principles h4 {
  margin-bottom: 10px !important;
  color: #30254a !important;
  font-size: 1.02rem !important;
}
.manifest-principles p {
  color: #5e5047 !important;
  font-size: .94rem !important;
  line-height: 1.62 !important;
}
@media (max-width: 1120px) {
  .manifest-shell { padding: 48px 28px 42px !important; }
  .manifest-principles article { transform: none !important; min-height: 206px; }
}
@media (max-width: 760px) {
  .manifest-shell { padding: 34px 18px 30px !important; border-radius: 26px; }
  .manifest-shell::before, .manifest-shell::after { left: 8px; right: 8px; height: 24px; }
  .manifest-shell::before { top: -12px; }
  .manifest-shell::after { bottom: -12px; }
  .manifest-shell .manifest-head::after { bottom: -12px; }
  .manifest-story-copy { padding: 30px 20px 22px !important; }
  .manifest-principles { gap: 14px !important; }
  .manifest-principles article { min-height: auto; padding: 24px 18px 18px !important; }
}



  .subpage-hero { position:relative; padding:148px 0 72px; overflow:hidden; background:linear-gradient(180deg,#fffaf4 0%,#f8edf5 100%); }
  .subpage-hero::before { content:""; position:absolute; width:560px; height:560px; border-radius:50%; right:-160px; top:-210px; background:radial-gradient(circle,rgba(166,88,190,.18),rgba(166,88,190,0) 68%); pointer-events:none; }
  .subpage-hero::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%; left:-150px; bottom:-260px; background:radial-gradient(circle,rgba(231,174,103,.20),rgba(231,174,103,0) 70%); pointer-events:none; }
  .subpage-hero .container { position:relative; z-index:1; }
  .subpage-back { display:inline-flex; align-items:center; gap:9px; margin-bottom:24px; color:#6754ad; font-weight:800; }
  .subpage-kicker { display:inline-flex; align-items:center; padding:8px 13px; border-radius:999px; background:rgba(255,255,255,.7); border:1px solid rgba(38,30,100,.08); color:#b3579b; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
  .subpage-hero h1 { max-width:940px; margin:16px 0 18px; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-weight:600; font-size:clamp(3.2rem,7vw,6.6rem); line-height:.94; letter-spacing:-.045em; }
  .subpage-hero p { max-width:780px; margin:0; color:var(--text); font-size:1.12rem; line-height:1.76; }
  .subpage-main-section { padding-top:74px !important; }
  .subpage-main-section .manifest-head,
  .subpage-main-section .team-copy .section-chip,
  .subpage-main-section .portfolio-head .section-chip { display:none; }
  .subpage-main-section .manifest-head { margin-bottom:22px !important; }
  .subpage-main-section .manifest-head h2 { display:none; }
  .subpage-main-section .manifest-head p { display:none; }
  .subpage-main-section.team-section { padding-bottom:100px !important; }
  .subpage-main-section.portfolio-section { padding-bottom:110px !important; }
  .subpage-cta { padding: 100px 0 100px; background:#fffaf4; }
  .subpage-cta-card { display:flex; justify-content:space-between; gap:28px; align-items:center; padding:34px 38px; border-radius:28px; background:linear-gradient(135deg,#2f266f,#6946aa 55%,#c45f97); color:#fff; box-shadow:0 22px 54px rgba(47,38,111,.18); }
  .subpage-cta-card h2 { margin:0 0 8px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.9rem,3vw,2.8rem); font-weight:600; }
  .subpage-cta-card p { margin:0; color:rgba(255,255,255,.84); line-height:1.65; }
  .subpage-cta-card .btn { flex:0 0 auto; background:#fff; color:#382d78; }
  @media(max-width:760px){
    .subpage-hero { padding:108px 0 52px; }
    .subpage-hero h1 { font-size:clamp(2.8rem,15vw,4.5rem); }
    .subpage-hero p { font-size:1.02rem; }
    .subpage-main-section { padding-top:58px !important; }
    .subpage-cta { padding-bottom:72px; }
    .subpage-cta-card { flex-direction:column; align-items:flex-start; padding:26px 22px; border-radius:22px; }
    .subpage-cta-card .btn { width:100%; }
  }



/* Shared heading rhythm for the main site pages. */
body.main-page h1, body.main-page h2, body.main-page h3,
body.main-page h4, body.main-page h5, body.main-page h6 {
  line-height: 1.15 !important;
}
body.main-page h1, body.main-page h2 { text-wrap: balance; }
body.main-page h1 { font-weight: 700 !important; }
body.main-page .audiences-lite { scroll-margin-top: 140px; }
body.main-page .audiences-intro h2 { font-size: clamp(2.15rem, 2.8vw, 3rem) !important; }
body.main-page .audiences-lite-head h2,
body.main-page .demo-head h2 { font-size: clamp(2.2rem, 3.6vw, 3.5rem) !important; }
body.main-page .portal-copy h2 { font-size: clamp(2.35rem, 3.7vw, 3.8rem) !important; }
body.main-page .manifest-head h2,
body.main-page .team-copy h2,
body.main-page .portfolio-head h2 { font-size: clamp(2.3rem, 3.8vw, 3.8rem) !important; }
body.main-page .subpage-cta-card h2 { font-size: clamp(1.8rem, 2.8vw, 2.6rem) !important; }
body.main-page .manifest-title-large { font-size: clamp(3.6rem, 7.5vw, 6rem) !important; }
body.main-page .hero-copy h1,
body.main-page .subpage-hero h1 {
  font-size: clamp(3rem, 5.4vw, 5rem) !important;
  letter-spacing: -.03em !important;
}
body.legal-page h1, body.legal-page h2, body.legal-page h3,
body.legal-page h4, body.legal-page h5, body.legal-page h6 {
  line-height: 1.15 !important;
}
body.legal-page h1, body.legal-page h2 { text-wrap: balance; }
body.legal-page h1 { font-weight: 700 !important; }
body.legal-page h2 { font-size: 1.4rem !important; }
body.legal-page .legal-card a { text-decoration: underline; }
body.legal-page footer { background: transparent; }
@media (max-width: 760px) {
  body.main-page .audiences-lite { scroll-margin-top: 120px; }
  body.main-page .audiences-intro h2 { font-size: clamp(2rem, 9vw, 2.8rem) !important; }
  body.main-page .audiences-lite-head h2,
  body.main-page .demo-head h2,
  body.main-page .portal-copy h2,
  body.main-page .manifest-head h2,
  body.main-page .team-copy h2,
  body.main-page .portfolio-head h2 { font-size: clamp(2.05rem, 9vw, 3rem) !important; }
  body.main-page .manifest-title-large { font-size: clamp(3rem, 13vw, 4.3rem) !important; }
  body.main-page .hero-copy h1,
  body.main-page .subpage-hero h1 {
    font-size: clamp(2.65rem, 11vw, 3.8rem) !important;
    line-height: 1.15 !important;
  }
}



/* Shared language switch. */
.language-switch { display:inline-flex; align-items:center; justify-content:center; min-width:42px; height:42px; padding:0 12px; border:1px solid rgba(38,30,100,.12); border-radius:999px; color:var(--navy); font-size:.8rem; font-weight:800; letter-spacing:.06em; text-decoration:none; }
.language-switch:hover { color:#fff; background:linear-gradient(90deg,var(--purple),var(--pink)); border-color:transparent; }
.mobile-language-switch { border-top:1px solid rgba(38,30,100,.08); margin-top:4px; color:var(--purple) !important; }
@media (max-width:760px) { .site-nav .language-switch { display:none; } }


/* SPIEL 26 page styles */
body.event-page{
    --bg: #fbf3e8;
    --paper: rgba(255, 251, 246, .97);
    --navy: #1e2068;
    --ink: #2c2f63;
    --text: #464a71;
    --muted: #6b6f92;
    --purple: #6248d9;
    --pink: #cb4f96;
    --gold: #f0c573;
    --line: rgba(38, 30, 100, .11);
    --shadow: 0 28px 80px rgba(36, 28, 92, .14);
    --container: min(1220px, calc(100% - 48px));
  }body.event-page, body.event-page *{ box-sizing: border-box; }html{ scroll-behavior: smooth; }body.event-page{
    margin: 0;
    color: var(--text);
    font-family: "Source Sans Pro", ui-sans-serif, system-ui, sans-serif;
    background: linear-gradient(180deg, #fffaf4 0%, #fbf1e7 100%);
    overflow-x: hidden;
  }body.event-page a{ color: inherit; text-decoration: none; }body.event-page .container{ width: var(--container); margin: 0 auto; position: relative; z-index: 2; }body.event-page .site-nav{ position: fixed; inset: 0 0 auto; z-index: 20; padding-top: 16px; transition: .25s ease; }body.event-page .site-nav::before{ content: ""; position: absolute; inset: 0 0 auto; height: 128px; pointer-events: none; background: linear-gradient(180deg, rgba(255,250,244,.96), rgba(255,250,244,.72) 38%, rgba(255,250,244,0)); }body.event-page .site-nav.scrolled{ padding-top: 10px; }body.event-page .nav-shell{ width: min(1290px, calc(100% - 24px)); margin: 0 auto; padding: 12px 14px 12px 16px; border-radius: 999px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 1; border: 1px solid transparent; }body.event-page .site-nav.scrolled .nav-shell{ background: rgba(255, 249, 241, .88); backdrop-filter: blur(16px); border-color: rgba(44, 32, 93, .08); box-shadow: 0 12px 32px rgba(36, 28, 92, .10); }body.event-page .brand img{ display: block; width: 280px; max-width: 44vw; }body.event-page .nav-links{ display: flex; align-items: center; gap: 28px; color: var(--navy); font-size: 1.02rem; font-weight: 600; }body.event-page .nav-links a{ opacity: .9; }body.event-page .nav-links a:hover{ opacity: 1; }body.event-page .nav-cta,body.event-page .btn{ display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; font-weight: 800; background: linear-gradient(90deg, var(--purple), var(--pink)); box-shadow: 0 16px 28px rgba(102, 76, 213, .24); }body.event-page .nav-cta{ min-height: 48px; padding: 0 22px; white-space: nowrap; }body.event-page .menu-toggle{ display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,249,241,.92); box-shadow: 0 10px 26px rgba(36,28,92,.12); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }body.event-page .menu-toggle span{ display: block; width: 19px; height: 2px; background: var(--navy); border-radius: 999px; transition: .2s ease; }body.event-page .menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(6px) rotate(45deg); }body.event-page .menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }body.event-page .menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }body.event-page .mobile-menu{ display: none; }body.event-page .event-hero{ position: relative; overflow: hidden; padding: 0px; background: radial-gradient(circle at 82% 28%, rgba(219, 154, 194, .24), transparent 25%), radial-gradient(circle at 12% 72%, rgba(113, 137, 216, .16), transparent 22%), linear-gradient(135deg, #fffaf4 0%, #f7edf1 52%, #eee9f8 100%); }body.event-page .event-hero::before{ content: "✦   ·   ✦   ·   ✦"; position: absolute; top: 150px; right: 7%; color: rgba(98,72,217,.18); letter-spacing: 16px; font-size: 1.1rem; }body.event-page .event-hero::after{ content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(98,72,217,.10); border-radius: 50%; right: -180px; bottom: -270px; box-shadow: 0 0 0 46px rgba(203,79,150,.04), 0 0 0 94px rgba(98,72,217,.035); }body.event-page .hero-grid{ display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 64px; align-items: center; }body.event-page .eyebrow,body.event-page .section-chip{ display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.66); border: 1px solid var(--line); color: #b3579b; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }body.event-page h1,body.event-page h2,body.event-page h3{ margin: 0; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-weight: 600; letter-spacing: -.035em; }body.event-page h1{ max-width: 760px; margin-top: 18px; font-size: clamp(3rem, 6.5vw, 6.2rem); line-height: 1.02; }body.event-page .hero-copy > p{ max-width: 620px; margin: 22px 0 0; color: var(--ink); font-size: clamp(1.13rem, 1.9vw, 1.35rem); line-height: 1.55; }body.event-page .hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }body.event-page .btn{ min-height: 56px; padding: 0 25px; transition: transform .2s ease; }body.event-page .btn:hover{ transform: translateY(-2px); }body.event-page .btn.secondary{ color: var(--purple); background: rgba(255,255,255,.7); border: 1px solid rgba(72,57,142,.12); box-shadow: none; }body.event-page .event-card{ position: relative; padding: 32px; border-radius: 30px; color: #fff; background: linear-gradient(155deg, #27216f 0%, #5e43b4 52%, #c65398 100%); box-shadow: var(--shadow); overflow: hidden; }body.event-page .event-card::before{ content: ""; position: absolute; width: 260px; height: 260px; right: -88px; top: -90px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.05), 0 0 0 66px rgba(255,255,255,.04); }body.event-page .event-card > *{ position: relative; z-index: 1; }body.event-page .event-card-label{ color: #f5d48e; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }body.event-page .event-card h2{ margin-top: 14px; color: #fffaf6; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; }body.event-page .event-card p{ margin: 18px 0 0; color: rgba(255,248,242,.88); font-size: 1.05rem; line-height: 1.65; }body.event-page .event-card-location{ display: grid; gap: 4px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }body.event-page .event-card-location strong{ color: #fff; font-size: 1.08rem; }body.event-page .event-card-location span{ color: rgba(255,248,242,.76); line-height: 1.5; }body.event-page .talks{ padding: 94px 0 112px; }body.event-page .section-head{ max-width: 760px; margin-bottom: 38px; }body.event-page .section-head h2{ margin-top: 16px; font-size: clamp(2.35rem, 4.7vw, 4.3rem); line-height: 1.07; }body.event-page .section-head p{ margin: 16px 0 0; max-width: 660px; font-size: 1.08rem; line-height: 1.7; }body.event-page .talk-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }body.event-page .talk-card{ position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: 0 18px 42px rgba(36,28,92,.08); }body.event-page .talk-card::after{ content: ""; position: absolute; width: 100px; height: 100px; right: 24px; top: 24px; border: 1px solid rgba(203,79,150,.17); border-radius: 50%; box-shadow: 0 0 0 18px rgba(203,79,150,.035); }body.event-page .talk-time{ position: relative; z-index: 1; display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--purple); background: rgba(98,72,217,.08); font-weight: 800; }body.event-page .talk-audience{ position: relative; z-index: 1; display: inline-flex; margin-left: 8px; padding: 8px 12px; border-radius: 999px; color: #b3579b; background: rgba(203,79,150,.08); font-weight: 700; }body.event-page .talk-card h3{ position: relative; z-index: 1; max-width: 580px; margin-top: 24px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.14; }body.event-page .talk-card p{ position: relative; z-index: 1; max-width: 570px; margin: 18px 0 0; font-size: 1.02rem; line-height: 1.7; }body.event-page .talk-card.featured{ background: linear-gradient(135deg, #fffaf5, #f8eef6); }body.event-page .visit{ padding: 88px 0 104px; color: #fff; background: #221d6e; position: relative; overflow: hidden; }body.event-page .visit::before{ content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 18%, rgba(220,92,161,.3), transparent 27%), radial-gradient(circle at 10% 100%, rgba(103,105,213,.25), transparent 30%); }body.event-page .visit-grid{ position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 56px; align-items: center; }body.event-page .visit h2{ color: #fffaf6; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.05; }body.event-page .visit p{ max-width: 620px; margin: 20px 0 0; color: rgba(255,248,242,.86); font-size: 1.08rem; line-height: 1.7; }body.event-page .visit .section-chip{ color: #f5d48e; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); }body.event-page .visit-details{ display: grid; gap: 14px; }body.event-page .detail{ padding: 20px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.09); }body.event-page .detail strong{ display: block; margin-bottom: 4px; color: #f5d48e; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }body.event-page .detail span{ color: #fff; font-size: 1.08rem; line-height: 1.5; }body.event-page .visit-actions{ margin-top: 28px; }body.event-page .site-footer{ position: relative; overflow: hidden; padding: 64px 0 24px; color: #fff8f3; background: linear-gradient(145deg, #171449 0%, #27216d 48%, #5c347f 100%); }body.event-page .site-footer::before{ content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 0%, rgba(220,92,161,.22), transparent 28%), radial-gradient(circle at 8% 95%, rgba(103,105,213,.22), transparent 27%); }body.event-page .footer-main{ position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr .8fr 1fr; gap: 44px; }body.event-page .footer-brand-logo{ width: 250px; max-width: 90%; margin-bottom: 18px; filter: brightness(0) invert(1); }body.event-page .footer-brand-block p{ max-width: 380px; margin: 0; color: rgba(255,248,243,.78); line-height: 1.7; }body.event-page .footer-heading{ margin-bottom: 14px; color: #f4d191; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }body.event-page .footer-links-block,body.event-page .footer-contact-block{ display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }body.event-page .footer-links-block a,body.event-page .footer-contact-block a,body.event-page .footer-contact-block span{ color: rgba(255,248,243,.8); line-height: 1.5; }body.event-page .footer-links-block a:hover,body.event-page .footer-contact-block a:hover{ color: #fff; }body.event-page .footer-bottom{ position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,248,243,.56); font-size: .82rem; }body.event-page .footer-bottom div{ display: flex; gap: 18px; }body.event-page .footer-bottom a{ color: rgba(255,248,243,.62); }

  @media (max-width: 900px) {body.event-page .nav-links,body.event-page .nav-cta{ display: none; }body.event-page .menu-toggle{ display: flex; }body.event-page .mobile-menu{ position: absolute; left: 8px; right: 8px; top: 70px; display: grid; gap: 3px; padding: 12px; border: 1px solid rgba(38,30,100,.08); border-radius: 22px; background: rgba(255,249,241,.98); box-shadow: 0 24px 60px rgba(31,26,85,.18); opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top; transition: .2s ease; }body.event-page .site-nav.menu-open .mobile-menu{ opacity: 1; visibility: visible; transform: none; }body.event-page .mobile-menu a{ padding: 12px 14px; border-radius: 14px; color: var(--navy); font-weight: 700; }body.event-page .mobile-menu a:first-child{ color: #fff; background: linear-gradient(90deg, var(--purple), var(--pink)); }body.event-page .hero-grid,body.event-page .visit-grid{ grid-template-columns: 1fr; }body.event-page .hero-grid{ gap: 42px; }body.event-page .event-card{ max-width: 620px; }body.event-page .footer-main{ grid-template-columns: 1.2fr 1fr; }body.event-page .footer-contact-block{ grid-column: 1 / -1; }
  }
  @media (max-width: 640px) {body.event-page{ --container: min(100% - 32px, 1220px); }body.event-page .site-nav{ padding-top: 8px; }body.event-page .nav-shell{ width: calc(100% - 16px); min-height: 62px; padding: 8px 8px 8px 12px; gap: 10px; background: rgba(255,249,241,.84); backdrop-filter: blur(14px); box-shadow: 0 10px 28px rgba(36,28,92,.08); }body.event-page .brand{ min-width: 0; flex: 1; }body.event-page .brand img{ width: min(205px, 62vw); max-width: 100%; }body.event-page .event-hero{ padding: 0; }body.event-page .event-hero::before{ top: 118px; right: -8%; }body.event-page h1{ font-size: clamp(2.75rem, 14vw, 4.6rem); }body.event-page .hero-actions{ align-items: stretch; flex-direction: column; }body.event-page .btn{ width: 100%; }body.event-page .event-card{ padding: 26px 22px; border-radius: 24px; }body.event-page .talks{ padding: 70px 0 78px; }body.event-page .talk-grid{ grid-template-columns: 1fr; }body.event-page .talk-card{ min-height: 0; padding: 24px 22px; }body.event-page .visit{ padding: 70px 0 78px; }body.event-page .footer-main{ grid-template-columns: 1fr; gap: 28px; }body.event-page .footer-contact-block{ grid-column: auto; }body.event-page .footer-links-block,body.event-page .footer-contact-block{ padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }body.event-page .footer-bottom{ align-items: flex-start; flex-direction: column; }
  }

body.event-page .talk-expectation { position:relative; z-index:1; margin-top:24px; color:var(--navy); font-weight:800; }
body.event-page .talk-points { position:relative; z-index:1; display:grid; gap:10px; margin:12px 0 0; padding:0; list-style:none; }
body.event-page .talk-points li { position:relative; padding-left:22px; color:var(--text); font-size:.98rem; line-height:1.5; }
body.event-page .talk-points li::before { content:"✦"; position:absolute; left:0; top:0; color:var(--pink); font-size:.85rem; }

/* Legal page styles */
body.legal-page{ --navy:#1e2068; --ink:#2c2f63; --text:#464a71; --purple:#6248d9; --pink:#cb4f96; --paper:#fffaf4; --line:rgba(38,30,100,.1); --container:min(860px,calc(100% - 48px)); }body.legal-page, body.legal-page *{ box-sizing:border-box; }body.legal-page,body.legal-page button,body.legal-page input,body.legal-page select,body.legal-page textarea{ font-family:"Source Sans Pro",ui-sans-serif,system-ui,sans-serif; }html{ scroll-behavior:smooth; }body.legal-page{ margin:0; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:var(--text); background:linear-gradient(180deg,#fffaf4 0%,#f6ecf3 100%); }body.legal-page a{ color:inherit; }body.legal-page .container{ width:var(--container); margin:0 auto; }body.legal-page .site-header{ padding:22px 0; }body.legal-page .header-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }body.legal-page .header-links{ display:flex; align-items:center; gap:18px; color:var(--navy); font-size:1rem; font-weight:600; }body.legal-page .header-links a{ text-decoration:none; }body.legal-page .header-links a:hover{ color:var(--purple); }body.legal-page .brand{ color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; font-weight:700; letter-spacing:.08em; text-decoration:none; }body.legal-page .back{ color:var(--purple); font-weight:750; text-decoration:none; }body.legal-page .back:hover{ color:var(--pink); }body.legal-page main{ padding:56px 0 92px; }body.legal-page .eyebrow{ display:inline-flex; padding:8px 13px; border:1px solid var(--line); border-radius:999px; color:#b3579b; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; background:rgba(255,255,255,.68); }body.legal-page h1,body.legal-page h2{ color:var(--navy); font-family:"Libre Baskerville",Georgia,"Times New Roman",serif; }body.legal-page h1{ margin:18px 0 30px; font-size:clamp(3rem,7vw,5rem); font-weight:600; letter-spacing:-.04em; line-height:.95; }body.legal-page h2{ margin:34px 0 10px; font-size:1.5rem; line-height:1.15; }body.legal-page h2:first-child{ margin-top:0; }body.legal-page p{ margin:0 0 18px; font-size:1.04rem; line-height:1.75; }body.legal-page p:last-child{ margin-bottom:0; }body.legal-page .legal-card{ padding:42px; border:1px solid var(--line); border-radius:28px; background:rgba(255,251,246,.92); box-shadow:0 22px 52px rgba(36,28,92,.09); }body.legal-page .legal-card a{ color:var(--purple); font-weight:700; }body.legal-page footer{ padding:24px 0 34px; border-top:1px solid var(--line); color:#6b6f92; font-size:.9rem; }body.legal-page .footer-inner{ display:flex; justify-content:space-between; align-items:center; gap:16px; }body.legal-page .footer-links{ display:flex; gap:18px; }body.legal-page .footer-links a{ text-decoration:none; }body.legal-page .footer-links a:hover{ color:var(--navy); }
    @media (max-width:640px) {body.legal-page{ --container:min(100% - 32px,860px); }body.legal-page .site-header{ padding:18px 0; }body.legal-page .header-links{ order:3; width:100%; flex-wrap:wrap; gap:10px 16px; padding-top:12px; border-top:1px solid var(--line); font-size:.95rem; }body.legal-page main{ padding:36px 0 60px; }body.legal-page .legal-card{ padding:28px 22px; border-radius:22px; }body.legal-page .footer-inner{ flex-direction:column; align-items:flex-start; } }

/* Event page language switch breakpoint */
@media (max-width:900px) { body.event-page .language-switch { display:none; } }

/* Legal pages use the same fixed navigation as the main site. */
body.legal-page main { padding-top: 142px; }
body.legal-page .nav-links { font-size: 1rem; }
body.legal-page .nav-cta { color: #fff; }
@media (max-width:640px) { body.legal-page main { padding-top: 104px; } }
