
  :root{
    --ink:#0C2118;
    --ink-soft:#1C3428;
    --paper:#FBFAF7;
    --paper-dim:#F1EFEA;

    --hospitality:#5B9BDB;
    --hospitality-dark:#153A57;
    --events:#FD9E5B;
    --events-dark:#5C2F10;
    --consulting:#B0D87E;
    --consulting-dark:#20361A;
    --handel:#FD9E5B;
    --handel-dark:#5C2F10;
    --catering:#D1B6D8;
    --catering-dark:#3A2450;

    --r-lg: 28px;
    --r-md: 18px;
    --r-sm: 10px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'DM Sans', sans-serif;
    background:var(--paper);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.disp{
    font-family:'DM Sans', sans-serif;
    font-weight:700;
    letter-spacing:-0.02em;
    line-height:1.05;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1320px; margin:0 auto; padding:0 40px;}
  .eyebrow{
    text-transform:uppercase;
    letter-spacing:0.16em;
    font-size:13px;
    font-weight:600;
    opacity:0.75;
  }
  section{position:relative;}

  /* ---------- ICON SYSTEM ---------- */
  .icon-ray{fill:none; stroke:currentColor; stroke-linecap:round;}
  .icon-w{ }
  .icon-tail{stroke-linecap:round;}

  /* ---------- HEADER ---------- */
  header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    display:flex; align-items:center; justify-content:space-between;
    padding:22px 40px;
    background:rgba(251,250,247,0.72);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(20,28,24,0.07);
    transition:background .3s ease;
  }
  header.on-dark{
    background:rgba(15,21,18,0.88);
    border-bottom:1px solid rgba(255,255,255,0.1);
    color:#fff;
  }
  .logo{display:flex; align-items:center;}
  .logo img{height:26px; width:auto; transition:filter .2s ease;}
  header.on-dark .logo img{filter:brightness(0) invert(1);}
  nav{display:flex; gap:34px; font-size:15px; font-weight:500;}
  nav a{opacity:0.82; position:relative; padding:4px 0; display:flex; align-items:center; gap:8px;}
  nav a:hover{opacity:1;}
  .nav-icon{width:22px; height:22px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:#141C18; border-radius:7px; padding:4px;}
  .nav-icon img{width:100%; height:100%; object-fit:contain; display:block;}
  nav a::after{
    content:''; position:absolute; left:0; bottom:-2px; width:0; height:2px;
    background:currentColor; transition:width .25s ease;
  }
  nav a:hover::after{width:100%;}
  .cta-btn{
    border:1.5px solid currentColor; padding:11px 22px; border-radius:999px;
    font-size:14px; font-weight:600; white-space:nowrap;
    transition:background .2s ease, color .2s ease;
  }
  .cta-btn:hover{background:var(--ink); color:var(--paper);}
  header.on-dark .cta-btn:hover{background:#fff; color:var(--ink);}
  .nav-toggle{display:none;}

  /* ---------- HERO ---------- */
  .hero{
    min-height:100vh;
    background:linear-gradient(90deg, rgba(6,14,10,0.94) 0%, rgba(6,14,10,0.8) 38%, rgba(6,14,10,0.35) 70%, rgba(6,14,10,0.12) 100%), url('tone-forest.jpg');
    background-size:cover;
    background-position:center;
    color:var(--paper);
    display:flex; flex-direction:column; justify-content:center;
    padding:160px 40px 100px;
    position:relative;
    overflow:hidden;
  }
  .hero::before{
    content:'';
    position:absolute; inset:0;
    background:
      radial-gradient(ellipse 1100px 750px at 82% 8%, rgba(240,168,94,0.16), transparent 62%),
      radial-gradient(ellipse 900px 700px at 8% 100%, rgba(0,0,0,0.35), transparent 60%);
    pointer-events:none;
  }
  .hero-inner{position:relative; z-index:2; max-width:1320px; margin:0 auto; width:100%;}
  .hero-icon{width:340px; margin-bottom:26px;}
  .hero-icon img{width:100%; height:auto; display:block; filter:brightness(0) invert(1);}
  .tile-icon img, .cat-icon img, .mark-lg img{width:100%; height:auto; display:block;}
  .mark-lg{width:84px; margin-bottom:28px;}
  .hero h1{
    font-family:'DM Sans', sans-serif;
    font-weight:500;
    font-style:italic;
    font-size:clamp(20px, 1.8vw, 25px);
    letter-spacing:0.01em;
    color:rgba(251,250,247,0.75);
    max-width:26ch;
    margin:0 0 46px;
    padding-left:2px;
    border-left:2px solid rgba(251,250,247,0.35);
    padding-left:16px;
    line-height:1.4;
  }
  .hero h1 .line2{white-space:nowrap;}
  .hero p.lead{
    font-size:clamp(17px, 1.6vw, 21px);
    max-width:44ch;
    opacity:0.78;
    line-height:1.55;
    margin-bottom:10px;
  }
  .scroll-cue{
    position:absolute; bottom:40px; left:40px; z-index:2;
    display:flex; align-items:center; gap:10px;
    font-size:13px; letter-spacing:0.1em; text-transform:uppercase;
    opacity:0.6;
  }
  .scroll-cue .line{width:32px; height:1px; background:currentColor;}

  /* ---------- CHOOSER ---------- */
  .chooser{
    background:var(--ink);
    padding:70px 40px 130px;
    position:relative;
  }
  .chooser::before{
    content:'';
    position:absolute; top:0; left:0; right:0; height:1px;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,0.14) 50%, transparent);
  }
  .chooser-head{max-width:1320px; width:100%; margin:0 auto 44px; color:var(--paper);}
  .chooser-head h2{font-size:clamp(26px,3vw,36px); margin-bottom:14px;}
  .chooser-head p{opacity:0.7; max-width:52ch; font-size:16px; line-height:1.6;}
  .tiles{
    max-width:1320px; margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    height:560px;
  }
  .tile{
    position:relative;
    border-radius:var(--r-lg);
    overflow:hidden;
    background-size:cover; background-position:center;
    display:flex; flex-direction:column; justify-content:flex-end;
    padding:28px 24px;
    transition:flex-grow .5s cubic-bezier(.2,.8,.2,1);
    flex-grow:1;
    cursor:pointer;
    isolation:isolate;
  }
  .tile:hover{flex-grow:2.1;}
  .tile::after{
    content:'';
    position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.15) 100%);
    z-index:0;
  }
  .tile-icon{width:34px; position:relative; z-index:1; margin-bottom:auto; margin-top:4px;}
  .tile-mark{
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    width:120px; z-index:1; pointer-events:none;
  }
  .tile-mark img{width:100%; height:auto; display:block; filter:drop-shadow(0 8px 24px rgba(0,0,0,0.25));}
  .tile-label{position:relative; z-index:1; color:#fff;}
  .tile-label .num{font-size:12px; opacity:0.65; letter-spacing:0.1em; display:block; margin-bottom:6px;}
  .tile-label h3{font-size:21px; margin-bottom:8px; font-family:'DM Sans',sans-serif;}
  .tile-label p{
    font-size:13.5px; line-height:1.5; opacity:0; height:81px; overflow:hidden;
    transition:opacity .35s ease .05s;
  }
  .tile:hover .tile-label p{opacity:0.9;}
  .tile-arrow{
    position:absolute; top:24px; right:24px; z-index:1; color:#fff;
    width:34px; height:34px; border-radius:50%;
    border:1.3px solid rgba(255,255,255,0.5);
    display:flex; align-items:center; justify-content:center;
    transition:background .25s ease, transform .25s ease;
  }
  .tile:hover .tile-arrow{background:rgba(255,255,255,0.18); transform:rotate(45deg);}

  /* ---------- CATEGORY SECTIONS ---------- */
  .cat-section{padding:150px 40px 120px;}
  .cat-head{max-width:1320px; margin:0 auto 70px;}
  .cat-head .cat-icon{height:160px; margin-bottom:28px;}
  .cat-head .cat-icon img{height:100%; width:auto; display:block;}
  .cat-head h2{font-size:clamp(34px,5vw,58px); margin-bottom:20px; text-transform:uppercase;}
  .cat-head p.sub{font-size:18px; max-width:56ch; line-height:1.6; opacity:0.85;}

  .card-row{
    max-width:1320px; margin:0 auto;
    display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
  }
  .card-row-4{grid-template-columns:repeat(auto-fit, minmax(270px,1fr));}

  /* ---------- EVENTS HERO ---------- */
  .events-hero{
    min-height:94vh;
    display:flex; align-items:flex-end;
    padding:60px 40px 90px;
    position:relative;
    background-size:cover; background-position:center 18%;
    color:#fff;
  }
  .events-hero-inner{position:relative; z-index:2; max-width:1320px; margin:0 auto; width:100%;}
  .events-eyebrow{
    text-transform:uppercase; letter-spacing:0.16em; font-size:13px; font-weight:700;
    opacity:0.85; display:block; margin-bottom:22px;
  }
  .events-hero h1{
    font-family:'DM Sans',sans-serif; font-weight:700; letter-spacing:-0.02em;
    line-height:1.04; font-size:clamp(34px,5.4vw,72px); margin-bottom:24px; max-width:16ch;
  }
  .events-hero p.lead{font-size:clamp(16px,1.5vw,19px); max-width:46ch; opacity:0.85; line-height:1.55; margin-bottom:26px;}

  .element-tags{display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 30px;}
  .element-tags span{
    font-size:13px; padding:8px 16px; border-radius:999px;
    background:rgba(20,28,24,0.06); border:1px solid rgba(20,28,24,0.14);
  }

  .bottom-cta{
    max-width:1320px; margin:90px auto 0; padding:60px 40px; text-align:center;
    border-top:1px solid rgba(20,28,24,0.1);
  }
  .bottom-cta h3{font-size:clamp(22px,2.6vw,30px); margin-bottom:22px;}
  .bottom-cta.on-dark{border-top-color:rgba(255,255,255,0.14); color:#fff;}
  .brand-card{
    border-radius:var(--r-md); padding:38px 30px; min-height:300px;
    display:flex; flex-direction:column; justify-content:space-between;
    color:#fff;
  }
  .brand-card h4{font-size:23px; margin-bottom:14px; font-family:'DM Sans',sans-serif;}
  .brand-card p{font-size:14.5px; line-height:1.6; opacity:0.92;}
  .brand-card .tag{font-size:12px; text-transform:uppercase; letter-spacing:0.12em; opacity:0.75; margin-bottom:auto; display:block;}
  .brand-card-link{cursor:pointer; transition:transform .25s ease, box-shadow .25s ease; text-decoration:none;}
  .brand-card-link:hover{transform:translateY(-4px); box-shadow:0 16px 32px rgba(0,0,0,0.18);}
  .brand-card-logo{width:190px; height:51px; margin:0 0 16px; display:block; object-fit:contain;}
  .brand-logo-slot{height:78px; display:flex; align-items:center; margin-bottom:18px;}
  .brand-logo-slot img{max-height:100%; max-width:190px; width:auto; height:auto; display:block; object-fit:contain;}

  .split{
    max-width:1320px; margin:0 auto; display:grid;
    grid-template-columns:1fr 1fr; gap:70px; align-items:center;
    margin-bottom:100px;
  }
  .split.rev .img-col{order:2;}
  .split .img-col img{border-radius:var(--r-md); width:100%; height:520px; object-fit:cover;}
  .split h3{font-size:clamp(28px,3.4vw,42px); margin-bottom:22px;}
  .split p.big{font-size:17px; line-height:1.65; margin-bottom:18px; opacity:0.88;}
  .split p.small{font-size:14.5px; line-height:1.7; opacity:0.72;}

  .gallery-head{max-width:1320px; margin:0 auto 30px;}
  .gallery-head h3{font-size:clamp(26px,3vw,36px);}
  .gallery{
    max-width:1320px; margin:0 auto;
    display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
  }
  .gallery img{border-radius:var(--r-md); width:100%; height:480px; object-fit:cover;}

  .placeholder-note{
    display:inline-block; margin-top:26px; font-size:12.5px; padding:8px 14px;
    border-radius:999px; background:rgba(255,255,255,0.35); border:1px dashed rgba(20,28,24,0.35);
  }

  /* ---------- ÜBER UNS ---------- */
  #ueber-uns{
    background:linear-gradient(90deg, rgba(6,14,10,0.94) 0%, rgba(6,14,10,0.8) 38%, rgba(6,14,10,0.35) 70%, rgba(6,14,10,0.12) 100%), url('tone-forest.jpg');
    background-size:cover; background-position:center;
    color:var(--paper);
  }
  #ueber-uns .cat-head p.sub{opacity:0.75;}
  .stats{
    max-width:1320px; margin:60px auto 0;
    display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
    padding-top:50px; border-top:1px solid rgba(255,255,255,0.14);
  }
  .stats .stat b{display:block; font-family:'DM Sans',sans-serif; font-size:28px; margin-bottom:6px;}
  .stats .stat span{font-size:13px; opacity:0.65;}

  .team{
    max-width:1320px; margin:80px auto 0;
    display:grid; grid-template-columns:repeat(3,1fr); gap:28px;
  }
  .team-head{max-width:1320px; margin:90px auto 0;}
  .team-head h3{font-size:clamp(24px,2.6vw,32px); margin-bottom:10px;}
  .team-head p{opacity:0.7; font-size:15px; max-width:56ch;}
  .team-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:var(--r-md);
    padding:30px 26px;
  }
  .team-avatar{
    width:64px; height:64px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-family:'DM Sans',sans-serif; font-weight:700; font-size:20px;
    margin-bottom:20px; color:#fff;
  }
  .team-card h4{font-size:19px; margin-bottom:2px; font-family:'DM Sans',sans-serif;}
  .team-card .role{font-size:12.5px; text-transform:uppercase; letter-spacing:0.1em; opacity:0.6; display:block; margin-bottom:14px;}
  .team-card p{font-size:14px; line-height:1.65; opacity:0.85;}
  .team-photo-note{margin-top:24px; font-size:12.5px; opacity:0.5;}

  /* ---------- FOOTER ---------- */
  footer{
    background:#0E1512; color:var(--paper); padding:90px 40px 40px;
  }
  .footer-grid{
    max-width:1320px; margin:0 auto;
    display:grid; grid-template-columns:1.2fr 0.8fr 0.9fr 0.9fr; gap:40px;
    padding-bottom:60px; border-bottom:1px solid rgba(255,255,255,0.12);
  }
  .footer-grid h5{font-size:26px; margin-bottom:18px; font-family:'DM Sans',sans-serif;}
  .footer-grid p, .footer-grid a{font-size:14.5px; line-height:2; opacity:0.75;}
  .footer-brands{display:flex; flex-direction:column; gap:10px;}
  .footer-bottom{
    max-width:1320px; margin:26px auto 0; display:flex; justify-content:space-between;
    font-size:13px; opacity:0.5;
  }
  .footer-bottom a{color:inherit; margin-left:20px; text-decoration:none;}
  .footer-bottom a:hover{opacity:0.8; text-decoration:underline;}
  .footer-legal-links{display:flex;}

  /* ---------- LEGAL PAGES ---------- */
  .legal-wrap{max-width:800px; margin:0 auto;}
  .legal-wrap h3{font-size:22px; margin:44px 0 14px; font-family:'DM Sans',sans-serif;}
  .legal-wrap h3:first-of-type{margin-top:0;}
  .legal-wrap h4{font-size:16.5px; margin:26px 0 8px; font-family:'DM Sans',sans-serif;}
  .legal-wrap p{font-size:15px; line-height:1.75; opacity:0.85; margin-bottom:14px;}
  .legal-wrap ul{margin:0 0 14px 20px; font-size:15px; line-height:1.75; opacity:0.85;}
  .legal-wrap a{color:inherit; text-decoration:underline;}
  .legal-wrap .note{
    font-size:13.5px; padding:14px 18px; border-radius:10px; margin:26px 0;
    background:rgba(240,168,94,0.12); border:1px solid rgba(240,168,94,0.35);
  }

  @media (max-width:980px){
    nav{display:none;}
    .tiles{grid-template-columns:1fr; height:auto;}
    .tile{height:auto; min-height:150px; flex-grow:0 !important;}
    .tile-label p{opacity:0.85 !important;}
    .card-row{grid-template-columns:1fr;}
    .split{grid-template-columns:1fr; gap:30px;}
    .split .img-col{order:-1 !important;}
    .split .img-col img{height:340px;}
    .gallery{grid-template-columns:1fr;}
    .gallery img{height:340px;}
    .footer-grid{grid-template-columns:1fr; gap:34px;}
    .stats{grid-template-columns:repeat(2,1fr);}
    .wrap, .hero, .chooser, .cat-section{padding-left:24px; padding-right:24px;}
    .hero h1{font-size:clamp(30px, 8vw, 40px);}
    .hero-icon{width:230px;}
    .hero h1 .line2{white-space:normal;}
  }

/* Multi-page nav active state */
nav a.navactive{opacity:1;}
nav a.navactive::after{width:100%;}
.logo{cursor:pointer;}
