

  :root{
    --navy:#16232B;
    --navy-soft:#33424c;
    --cream:#F4E4C0;
    --white:#FFFFFF;
    --coral:#ED4C3C;
    --coral-dark:#c23e30;
    --pale:#F1E9D8;
    --font-display:'Wix Madefor Text', sans-serif;
    --font-body:'DM Sans', sans-serif;

    --nav-bg:var(--navy);
    --nav-text:var(--cream);

    --hero-bg:#F9F5EA;
    
    --hero-strong:#ffffff;
    --hero-text:var(--cream);
  }
  html.hero-video-off{ --hero-strong:#12191d; --hero-text:var(--navy-soft); }
  html.nav-ivory{ --nav-bg:#F7F3E9; --nav-text:var(--navy); }
  
  html.navfooter-blau{ --nav-bg:#1D3450; }
  html.navfooter-blau .site-footer{ background:#1D3450; }
  html.navfooter-petrol{ --nav-bg:#1F3B45; }
  html.navfooter-petrol .site-footer{ background:#1F3B45; }

  html.hero-sand{ --hero-bg:var(--pale); }
  html.hero-cream{ --hero-bg:#F4F0E6; }
  html.hero-taupe{ --hero-bg:#D9D4CA; }
  html.hero-inbetween{ --hero-bg:#E7E2D8; }
html.hero-perlgrau{ --hero-bg:#F8F8F8; }
html.hero-steingrau{ --hero-bg:#EEEEEE; }

  html.font-inter{ --font-body:'Inter', sans-serif; }
  html.font-sourcesans{ --font-body:'Source Sans 3', sans-serif; }
  html.font-karla{ --font-body:'Karla', sans-serif; }
  html.font-nunito{ --font-body:'Nunito Sans', sans-serif; }
  html.font-manrope{ --font-body:'Manrope', sans-serif; }
  html.font-plusjakarta{ --font-body:'Plus Jakarta Sans', sans-serif; }
  html.font-worksans{ --font-body:'Work Sans', sans-serif; }
  html.font-outfit{ --font-body:'Outfit', sans-serif; }
  html.font-figtree{ --font-body:'Figtree', sans-serif; }
  html.font-wixmadefor{ --font-body:'Wix Madefor Text', sans-serif; }
html.font-sora{ --font-body:'Sora', sans-serif; }
html.font-poppins{ --font-body:'Poppins', sans-serif; }
html.font-familjen{ --font-body:'Familjen Grotesk', sans-serif; }
html.font-instrumentsans{ --font-body:'Instrument Sans', sans-serif; }
html.font-generalsans{ --font-body:'General Sans', sans-serif; }
  html.heading-fraunces{ --font-display:'Fraunces Variable', serif; }
  html.heading-playfair{ --font-display:'Playfair Display', serif; }
  html.heading-newsreader{ --font-display:'Newsreader', serif; }
  html.heading-spectral{ --font-display:'Spectral', serif; }
  html.heading-bitter{ --font-display:'Bitter', serif; }
  html.heading-dmserif{ --font-display:'DM Serif Display', serif; }
  html.heading-librecaslon{ --font-display:'Libre Caslon Display', serif; }
  html.heading-instrumentserif{ --font-display:'Instrument Serif', serif; }
  html.heading-forum{ --font-display:'Forum', serif; }
html.heading-inter{ --font-display:'Inter', sans-serif; }
html.heading-worksans{ --font-display:'Work Sans', sans-serif; }
html.heading-sourcesans{ --font-display:'Source Sans 3', sans-serif; }
html.heading-karla{ --font-display:'Karla', sans-serif; }
html.heading-nunito{ --font-display:'Nunito Sans', sans-serif; }
html.heading-manrope{ --font-display:'Manrope', sans-serif; }
html.heading-plusjakarta{ --font-display:'Plus Jakarta Sans', sans-serif; }
html.heading-lora{ --font-display:'Lora', serif; }
html.heading-outfit{ --font-display:'Outfit', sans-serif; }
html.heading-figtree{ --font-display:'Figtree', sans-serif; }
html.heading-dmsans{ --font-display:'DM Sans', sans-serif; }

html.corners-sharp img{ border-radius:0 !important; }
html.corners-sharp .brand img{ border-radius:50% !important; }
html.heading-sora{ --font-display:'Sora', sans-serif; }
html.heading-poppins{ --font-display:'Poppins', sans-serif; }
html.heading-familjen{ --font-display:'Familjen Grotesk', sans-serif; }
html.heading-instrumentsans{ --font-display:'Instrument Sans', sans-serif; }
html.heading-generalsans{ --font-display:'General Sans', sans-serif; }
  
  #mainTitle{ font-family:'Sora', sans-serif !important; }
  .brand-title{ font-family:'Sora', sans-serif !important; }
  html.maintitle-fraunces #mainTitle{ font-family:'Fraunces Variable', serif !important; }
  html.brand-fraunces .brand-title{ font-family:'Fraunces Variable', serif !important; }
  html.brand-lora .brand-title{ font-family:var(--font-display) !important; }
html.maintitle-sans #mainTitle{ font-family:var(--font-display) !important; }

  *{ box-sizing:border-box; }
  body{ margin:0; font-family:var(--font-body); color:var(--navy); background:var(--white); line-height:1.65; }
  html.text-darker body, html.text-darker p, html.text-darker .card p, html.text-darker .box p{ color:#000000 !important; }
  h1,h2,h3{ font-family:var(--font-display); margin:0; font-weight:600; letter-spacing:-0.01em; font-variation-settings:'opsz' 60, 'WONK' 0; }
  .font-display{ font-variation-settings:'opsz' 60, 'WONK' 0; }
  a{ color:inherit; text-decoration:none; }
  img{ max-width:100%; display:block; }
  .wrap{ max-width:1100px; margin:0 auto; padding:0 24px; }
  .eyebrow{ font-size:13px; letter-spacing:0.08em; text-transform:uppercase; font-weight:500; }

  header{ position:sticky; top:0; z-index:50; background:var(--nav-bg); color:var(--nav-text); border-bottom:1px solid rgba(22,35,43,0.08); transition:transform 0.3s ease; }
  header.hide-on-scroll{ transform:translateY(-100%); }
  .nav-row{ display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1100px; margin:0 auto; }
  .brand{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
  .brand img{ width:44px; height:44px; border-radius:50%; border:1px solid rgba(22,35,43,0.14); }
  .brand span{ font-family:var(--font-display); font-size:17px; font-weight:600; }
  nav.links{ display:flex; align-items:center; gap:16px; }
  nav.links a{ font-size:13.5px; opacity:0.82; }
  nav.links a:hover{ opacity:1; }
  .btn{ display:inline-block; font-family:var(--font-body); font-weight:600; font-size:14px; padding:10px 20px; border-radius:0; cursor:pointer; border:1.5px solid transparent; }
  .btn-coral{ background:var(--coral); color:#fff; border:1.5px solid var(--navy); }
  html.donate-noborder .btn-coral{ border:1.5px solid transparent; }
  .btn-coral:hover{ background:var(--coral-dark); }
  .btn-ghost{ background:transparent; border:1.5px solid var(--hero-text); color:var(--hero-text); }
  .btn-ghost:hover{ opacity:0.75; }
  .menu-toggle{ display:none; }
  @media (max-width:980px){ .brand span{ display:none; } }

  .hero{ position:relative; background:var(--hero-bg); color:var(--hero-text); padding:90px 24px 110px; overflow:hidden; }
  .hero-media{ position:absolute; inset:0; z-index:0; overflow:hidden; background:var(--navy); }
  html.hero-video-off .hero-media{ display:none; }
  .hero-video{ position:absolute; top:50%; left:50%; width:100%; height:100%; min-width:100%; min-height:100%; object-fit:cover; transform:translate(-50%,-50%); }
  .hero-video-overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(22,35,43,0.62) 0%, rgba(22,35,43,0.46) 45%, rgba(22,35,43,0.68) 100%); }
  .hero-inner{ max-width:760px; margin:0 auto; text-align:center; position:relative; z-index:2; }
  .hero .eyebrow{ color:var(--hero-text); opacity:0.9; margin-bottom:18px; font-size:15px; letter-spacing:0.09em; }
  .hero h1{ font-size:56px; color:var(--hero-strong); margin-bottom:18px; text-shadow:0 2px 20px rgba(0,0,0,0.3); }
  .hero p.lead{ font-size:19px; color:var(--hero-text); opacity:0.95; max-width:520px; margin:0 auto 28px; }
  .stat-bar{ display:flex; align-items:stretch; justify-content:center; gap:20px; margin-bottom:34px; flex-wrap:wrap; }
  .stat{ display:flex; flex-direction:column; align-items:center; gap:3px; }
  .stat-label{ font-size:11px; letter-spacing:0.07em; text-transform:uppercase; color:var(--hero-text); opacity:0.65; }
  .stat-value{ font-size:14.5px; font-weight:600; color:var(--hero-text); }
  .stat-sub{ font-size:11.5px; color:var(--hero-text); opacity:0.65; }
  .stat-divider{ width:1px; align-self:stretch; background:var(--hero-text); opacity:0.22; }
  .hero .cta-row{ display:flex; gap:14px; justify-content:center; align-items:center; flex-wrap:wrap; }
  .icon-btn{ width:44px; height:44px; border-radius:50%; border:1.5px solid var(--hero-text); color:var(--hero-text); display:flex; align-items:center; justify-content:center; font-size:18px; }
  .icon-btn:hover{ opacity:0.75; }
  .follow-ig-icon{ display:inline; margin-left:8px; font-size:18px; }
  html.follow-noig .follow-ig-icon{ display:none; }
  #followBtn{ display:inline-flex; align-items:center; }
  html.yt-no-circle #ytIconBtn{ width:auto; height:auto; border:none; font-size:32px; }

  section{ padding:88px 24px; }
  .section-head{ max-width:640px; margin:0 auto 48px; text-align:center; }
  .section-head h2{ font-size:32px; margin-top:10px; }
  .section-head p{ color:var(--navy-soft); font-size:16px; margin-top:8px; }
  html.h2gap-original .section-head p{ margin-top:14px; }
  .cards{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; max-width:1000px; margin:0 auto; }
  .card{ border:none; border-right:1px solid rgba(22,35,43,0.35); padding:0 26px; }
  html.card-divider-normal .card{ border-right-color:rgba(22,35,43,0.12); }
  html.mission-bordered .mission-head{ border:1px solid rgba(22,35,43,0.2); padding:40px 48px; }
  html.cards-bordered .card{ border:1px solid rgba(22,35,43,0.18) !important; padding:28px; }
  html.cards-bordered.cards-border-strong .card{ border-width:1.5px !important; border-color:rgba(22,35,43,0.45) !important; }
  html.cards-tint-sand .card{ background:var(--pale); }
  html.cards-tint-cream .card{ background:#F4F0E6; }
  html.cards-tint-inbetween .card{ background:#E7E2D8; }
  .card:last-child{ border-right:none; }
  .card:first-child{ padding-left:0; }
  .card:last-child{ padding-right:0; }
  .card .icon{ display:none; font-size:32px; color:#16232B; margin-bottom:18px; }
  html.cards-with-icons .card .icon{ display:block; }
  .card h3{ font-size:19px; margin-bottom:10px; }
  .card p{ font-size:14.5px; color:var(--navy-soft); margin:0 0 14px; }
  .card a{ font-size:13.5px; font-weight:600; color:var(--coral); }

  .affected-callout{ max-width:1000px; margin:28px auto 0; background:#EFCDC5; box-shadow:none; border-left:3px solid var(--navy); border-radius:0; padding:26px 30px; }
  html.affected-neutral .affected-callout{ background:var(--white); box-shadow:0 1px 3px rgba(0,0,0,0.06); border-left-width:4px; }
  .affected-callout h3{ font-size:18px; margin:6px 0 8px; }
  .affected-callout p{ font-size:14.5px; color:var(--navy-soft); margin:0 0 14px; max-width:560px; }
  .affected-links{ display:flex; gap:22px; flex-wrap:wrap; }
  .affected-links a{ font-size:13.5px; font-weight:600; color:var(--coral); }

  .quote-section{ background:var(--navy); }
  html.quote-taupe .quote-section{ background:#D9D4CA; }
  html.quote-cream .quote-section{ background:#F4F0E6; }
  html.quote-white .quote-section{ background:#FFFFFF; }
  html.quote-inbetween .quote-section{ background:#E7E2D8; }
html.quote-perlgrau .quote-section{ background:#F8F8F8; }
html.quote-steingrau .quote-section{ background:#EEEEEE; }
  blockquote{ max-width:680px; margin:0 auto; text-align:center; font-family:var(--font-display); font-size:23px; line-height:1.5; color:var(--cream); border:1px solid rgba(244,228,192,0.25); padding:48px 56px; }
  html.quote-cream blockquote, html.quote-taupe blockquote, html.quote-white blockquote, html.quote-inbetween blockquote, html.quote-perlgrau blockquote, html.quote-steingrau blockquote{ color:var(--navy); border-color:rgba(22,35,43,0.2); }
  html.quote-noborder blockquote{ border:none; padding:0; }
  blockquote footer{ margin-top:22px; font-family:var(--font-body); font-size:14px; font-weight:600; color:var(--cream); opacity:0.85; font-style:normal; }
  html.quote-cream blockquote footer, html.quote-taupe blockquote footer, html.quote-white blockquote footer, html.quote-inbetween blockquote footer, html.quote-perlgrau blockquote footer, html.quote-steingrau blockquote footer{ color:var(--navy-soft); opacity:1; }

  .quote-section.quote-split{ padding:0; }
  .quote-split-wrap{ display:grid; grid-template-columns:minmax(0,400px) 1fr; align-items:stretch; padding-left:clamp(60px, 8vw, 120px); }
  html.quote-photo-edge .quote-split-wrap{ padding-left:0; }
  
  .quote-split-wrap .quote-photo{ display:flex; align-items:center; justify-content:center; }
  .quote-split-wrap .quote-photo img{ display:block; width:100%; height:auto; max-width:400px; -webkit-user-select:none; user-select:none; -webkit-user-drag:none; -webkit-touch-callout:none; }
  .quote-split-wrap .quote-text-col{ display:flex; align-items:center; padding:24px 32px; }
  .quote-split-wrap .quote-text-col blockquote{ transform:translateX(-48px); }
  html.quote-text-default .quote-split-wrap .quote-text-col blockquote{ transform:none; }
  @media (max-width:820px){
    
    .quote-split-wrap{ grid-template-columns:1fr; padding-left:0; }
    .quote-split-wrap .quote-photo{ order:-1; }
    .quote-split-wrap .quote-text-col{ padding:32px 24px 0; }
    
    .quote-split-wrap .quote-text-col blockquote{ transform:none; }
  }

  .route-wrap{ max-width:1800px; margin:0 auto; }
  .route-section{ background:#F4F0E6; }
  html.route-taupe .route-section{ background:#D9D4CA; }
  html.route-white .route-section{ background:#FFFFFF; }
  html.route-inbetween .route-section{ background:#E7E2D8; }
html.route-perlgrau .route-section{ background:#F8F8F8; }
html.route-steingrau .route-section{ background:#EEEEEE; }
  .route-head{ margin-bottom:48px; }
  html.route-spacing-tight .route-head{ margin-bottom:28px; }
  .route-grid{ display:flex; align-items:stretch; gap:16px; margin:40px 0 32px; aspect-ratio:3.8/1; }
  html.route-spacing-tight .route-grid{ margin-top:16px; }
  .route-flank{ position:relative; flex:1 1 0; min-width:0; overflow:hidden; border-radius:0; box-shadow:0 12px 28px rgba(22,35,43,0.16); }
  .route-flank::after{ content:''; position:absolute; inset:0; background:rgba(244,240,230,0.55); display:none; }
  html.route-photos-faded .route-flank::after{ display:block; }
  .route-center{ flex:0 0 auto; height:100%; }
  .route-map{ height:100%; width:auto; max-width:none; object-fit:contain; border-radius:0; box-shadow:0 12px 28px rgba(22,35,43,0.16); display:none; -webkit-user-select:none; user-select:none; -webkit-user-drag:none; -webkit-touch-callout:none; }
  .route-map-1{ display:block; }
  
  .side-photo{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:none; -webkit-user-select:none; user-select:none; -webkit-user-drag:none; -webkit-touch-callout:none; }
  .bodensee-8, .lissabon-1{ display:block; }
  html.bodensee-v1 .bodensee-8{ display:none; } html.bodensee-v1 .bodensee-1{ display:block; }
  html.bodensee-v2 .bodensee-8{ display:none; } html.bodensee-v2 .bodensee-2{ display:block; }
  html.bodensee-v3 .bodensee-8{ display:none; } html.bodensee-v3 .bodensee-3{ display:block; }
  html.bodensee-v4 .bodensee-8{ display:none; } html.bodensee-v4 .bodensee-4{ display:block; }
  html.bodensee-v5 .bodensee-8{ display:none; } html.bodensee-v5 .bodensee-5{ display:block; }
  html.bodensee-v6 .bodensee-8{ display:none; } html.bodensee-v6 .bodensee-6{ display:block; }
  html.bodensee-v7 .bodensee-8{ display:none; } html.bodensee-v7 .bodensee-7{ display:block; }
  html.bodensee-v9 .bodensee-8{ display:none; } html.bodensee-v9 .bodensee-9{ display:block; }
  @media (max-width:820px){
    .route-grid{ flex-direction:column; height:auto; aspect-ratio:auto; }
    .route-flank{ height:220px; flex:none; }
    .flank-bodensee{ order:1; }
    .route-center{ order:2; height:auto; }
    .route-map{ width:100%; height:auto; }
    .flank-lissabon{ order:3; }
  }

  .journey{ position:relative; display:flex; justify-content:space-between; align-items:flex-start; padding-top:26px; }
  .journey-track{ position:absolute; left:2%; right:2%; top:26.5px; height:1px; background:var(--navy); opacity:0.85; z-index:0; }
  html.journey-line-dotted .journey-track{ background:none; border-top:1.5px dotted var(--navy); height:0; opacity:0.7; }
  .journey-stop{ position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:6px; padding-top:16px; }
  .journey-stop .dot{ position:absolute; top:1px; left:50%; transform:translate(-50%,-50%); width:9px; height:9px; border-radius:0; background:var(--navy); border:none; opacity:1; }
  html.journey-dot-round .journey-stop .dot{ border-radius:50%; }
  html.journey-dot-round .journey-endpoint .dot{ border-radius:50%; }
  .journey-stop .code{ display:inline-block; font-family:'Inter', sans-serif; font-size:11px; font-weight:600; letter-spacing:0.02em; color:var(--navy); background:#D9D4CA; padding:3px 9px; border-radius:0; }
  html.journey-code-navy .journey-stop .code{ background:rgba(22,35,43,0.1); }
  html.journey-font-work .journey-stop .code{ font-family:'Work Sans', sans-serif; }
  .journey-stop:not(.journey-endpoint) .place{ display:none; }
  .journey-endpoint .dot{ width:18px; height:18px; background:var(--navy); border:3px solid var(--white); box-shadow:0 0 0 1.5px var(--navy); opacity:1; border-radius:0; }
  .journey-stop .coord{ display:none; font-family:'Inter', monospace; font-size:10px; letter-spacing:0.02em; color:var(--navy-soft); opacity:0.7; margin-top:2px; }
  html.journey-font-work .journey-stop .coord{ font-family:monospace; }
  .journey-endpoint .coord{ display:block; }
  .journey-endpoint .tag{ display:flex; align-items:center; gap:5px; font-family:'Inter', sans-serif; font-size:10.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--navy); font-weight:700; }
  html.journey-font-work .journey-endpoint .tag{ font-family:'Work Sans', sans-serif; }
  .journey-endpoint .place{ font-family:var(--font-display); font-size:23px; font-weight:600; color:var(--navy); }
  @media (max-width:600px){
    .journey-endpoint .place{ font-size:16px; }
    .journey-stop .code{ font-size:9.5px; padding:2px 6px; }
  }

  .split-section{ background:var(--navy); color:var(--cream); }
  .split{ display:grid; grid-template-columns:1fr 1fr; gap:28px; max-width:900px; margin:0 auto; }

  .split-bar{ display:flex; max-width:900px; margin:0 auto 30px; height:10px; }
  html.split-hidebar .split-bar{ display:none; }
  html.split-bar-below .split-bar{ margin:24px auto 0; }
  .split-bar-half{ flex:1; background:var(--cream); border-right:1.5px solid var(--navy); }
  html.split-bar-nodivider .split-bar-half{ border-right:none; }
  .split-bar-half.alt{ background:var(--white); }

  .box-icon{ display:none; margin-bottom:14px; font-size:30px; color:var(--cream); }
  .icon-microscope, .icon-hearthand{ display:none; }
  html.split-showicons .icon-microscope, html.split-showicons .icon-hearthand{ display:block; }

  .split .box{ border:1px solid rgba(244,228,192,0.22); border-radius:0; padding:30px; }

  .split .box .pct{ font-family:var(--font-display); font-size:34px; color:var(--white); margin-bottom:10px; }
  .split .box p{ font-size:14.5px; opacity:0.88; margin:0; }

  .final-cta{ text-align:center; position:relative; overflow:hidden; padding-bottom:40px; }
  .cta-watermark{ display:inline-block; width:clamp(230px, 34vw, 380px); margin:20px 0 0; pointer-events:none; opacity:1; filter:none; }
  html.cta-watermark-off .cta-watermark{ display:none !important; }
  html.logo-faded .cta-watermark{ opacity:0.82; filter:saturate(0.75); }
  
  html.cta-watermark-large .cta-watermark{ width:clamp(290px, 40vw, 470px); }
  @media (min-width:1465px){
    html.cta-watermark-left .cta-watermark{ position:absolute; top:68%; left:17.5%; width:520px; max-width:65vw; margin-top:0; transform:translate(-50%,-50%); z-index:0; }
    html.cta-watermark-left .final-cta > *:not(.cta-watermark){ position:relative; z-index:1; }
    html.cta-watermark-left .final-cta{ padding-bottom:88px; }
  }
  .final-cta h2{ font-size:30px; margin-bottom:16px; }
  .final-cta p{ color:var(--navy-soft); margin-bottom:30px; }
  .social-row{ margin-top:26px; display:flex; gap:16px; justify-content:center; }
  .social-row a{ width:54px; height:54px; border-radius:50%; border:1px solid var(--navy); display:flex; align-items:center; justify-content:center; font-size:24px; }

  .site-footer{ background:var(--navy); color:var(--cream); padding:50px 24px 26px; }
  
  .footer-top{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:32px; max-width:1100px; margin:0 auto 34px; }
  .footer-nav{ display:flex; flex-wrap:wrap; align-items:center; gap:14px 22px; font-size:13.5px; opacity:0.85; flex:1 1 auto; justify-content:flex-end; }
  .footer-bottom{ max-width:1100px; margin:0 auto; padding-top:22px; border-top:1px solid rgba(244,228,192,0.18); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; opacity:0.75; }

  @media (max-width:820px){
    .footer-top{ gap:14px; }
    .footer-nav{ justify-content:flex-start; gap:10px 18px; }
  }

  #reviewPanel{ position:fixed; top:12px; right:12px; z-index:100; max-height:calc(100vh - 24px); overflow-y:auto; display:flex; flex-direction:column; padding:4px 4px 60px; }
  html.review-hidden #reviewPanel{ display:none; }
  #reviewToggleBtn{ position:fixed; bottom:16px; right:16px; z-index:300; background:var(--navy); color:#fff; border:none; border-radius:24px; padding:10px 18px; font-family:'Inter',sans-serif; font-size:13px; font-weight:600; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,0.25); }
  #reviewToggleBtn:hover{ opacity:0.9; }
  .preview-toggle{ background:#fff; border:1px solid #ddd; border-radius:16px; padding:6px; display:flex; flex-wrap:wrap; gap:4px; max-width:230px; font-family:'Inter',sans-serif; font-size:12px; box-shadow:0 2px 8px rgba(0,0,0,0.12); margin-bottom:12px; }
  .preview-toggle button{ border:none; background:transparent; padding:6px 10px; border-radius:12px; cursor:pointer; font-family:inherit; font-size:11.5px; color:#444; }
  .preview-toggle button.active{ background:var(--navy); color:#fff; }
  .preview-label{ font-family:'Inter',sans-serif; font-size:10.5px; color:#888; margin-bottom:3px; }

  .reveal{ opacity:0; transform:translateY(16px); transition:opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in{ opacity:1; transform:translateY(0); }
  @media (prefers-reduced-motion: reduce){ .reveal{ transition:none; opacity:1; transform:none; } }

  @media (max-width:820px){
    .cards{ grid-template-columns:1fr; }
    .card{ border-right:none; border-bottom:1px solid rgba(22,35,43,0.35); padding:0 0 28px; margin-bottom:28px; }
    html.card-divider-normal .card{ border-bottom-color:rgba(22,35,43,0.12); }
    .card:first-child{ padding-left:0; }
    .card:last-child{ padding-right:0; border-bottom:none; margin-bottom:0; padding-bottom:0; }
    .split{ grid-template-columns:1fr; }
    .hero p.lead{ font-size:16px; }
    nav.links{ display:none; position:absolute; top:100%; left:0; right:0; background:var(--nav-bg); flex-direction:column; align-items:flex-start; padding:16px 24px 22px; gap:14px; }
    nav.links.open{ display:flex; }
    .menu-toggle{ display:block; background:none; border:none; color:var(--nav-text); font-size:22px; cursor:pointer; }
    .nav-row .btn-coral{ display:none; }
    .stat-divider{ display:none; }

    .nav-row{ padding:10px 20px; }
    .brand img{ width:36px; height:36px; }

    .hero{ padding:0; background:var(--hero-bg); }
    
    .hero-media{ position:relative; inset:auto; width:100%; aspect-ratio:3/4; z-index:0; }
    .hero-video{ position:absolute; inset:0; width:100%; height:100%; min-width:0; min-height:0; object-fit:cover; transform:none; background:var(--navy); }

    html.mobile-video-legacy .hero-media{ aspect-ratio:4/3; }
    html.mobile-video-legacy .hero-video{ object-fit:contain; }
    html.mobile-video-legacy .hero h1{ top:37.5vw; }
    html.mobile-video-legacy.mobilevideo-34 .hero-media{ aspect-ratio:3/4; }
    html.mobile-video-legacy.mobilevideo-34 .hero h1{ top:66.667vw; }

    .hero-inner{ display:flex; flex-direction:column; padding:0; position:static; }
    .hero .eyebrow{ position:absolute; top:22px; left:0; right:0; z-index:2; text-align:center; padding:0 24px; margin-bottom:0; }
    .hero h1{ position:absolute; top:66.667vw; transform:translateY(-50%); left:0; right:0; z-index:2; text-align:center; padding:0 24px; margin-bottom:0; font-size:30px; }

    .hero p.lead{ order:1; position:relative; z-index:2; background:var(--hero-bg); color:var(--navy-soft); margin:0; padding:26px 24px 18px; }
    .hero .cta-row{ order:2; position:relative; z-index:2; background:var(--hero-bg); margin:0; padding:0 24px 20px; flex-wrap:nowrap; gap:8px; }
    .hero .cta-row .btn{ padding:10px 14px; font-size:13px; white-space:nowrap; }
    .hero .cta-row .btn-ghost{ border-color:var(--navy-soft); color:var(--navy-soft); }
    .hero .cta-row .follow-ig-icon{ margin-left:5px; }
    .hero .cta-row .icon-btn{ width:40px; height:40px; flex-shrink:0; border-color:var(--navy-soft); color:var(--navy-soft); }
    .hero .stat-bar{ order:3; position:relative; z-index:2; background:var(--hero-bg); margin:0; padding:4px 24px 30px; display:grid; grid-template-columns:1fr 1fr; row-gap:20px; column-gap:12px; }
    .hero .stat-bar .stat-label{ color:var(--navy-soft); opacity:0.65; }
    .hero .stat-bar .stat-value{ color:var(--navy); }
    .hero .stat-bar .stat-sub{ color:var(--navy-soft); opacity:0.65; }
  }

.reveal{opacity:1!important;transform:none!important}.photo-carousel{max-width:100%}.photo-carousel .carousel-img{display:block}#reviewPanel,#projReviewPanel,#reviewToggleBtn{display:none!important}
