.refbar{background:var(--main-accent-600);color:#fff;font-family:var(--headfont)}.refbar .wrap{display:flex;align-items:center;justify-content:center;gap:1.1rem;padding:.62rem 40px;font-size:.86rem;flex-wrap:wrap}.refbar span{opacity:.85;letter-spacing:.01em}.refbar a{display:inline-flex;align-items:center;gap:.4em;font-weight:600;color:#fff;border-bottom:1.5px solid rgba(255,255,255,0.5);padding-bottom:1px}.refbar a:hover{border-color:#fff}.site-head{position:sticky;top:0;z-index:50;background:rgba(248,247,242,0.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-head .wrap{display:flex;align-items:center;justify-content:space-between;height:84px;gap:2rem}.nav{display:flex;align-items:center;gap:2.1rem}.site-head .nav{flex:1}.nav a{font-family:var(--headfont);font-weight:500;font-size:.95rem;color:var(--ink-2)}.nav a:hover{color:var(--teal-700)}.head-cta{display:flex;align-items:center;gap:1.1rem}.head-cta .quiet{font-family:var(--headfont);font-weight:500;font-size:.92rem;color:var(--grey-500)}.head-cta .quiet:hover{color:var(--teal-700)}.nav-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:var(--ink-2)}.nav-toggle__bars,.nav-toggle__bars::before,.nav-toggle__bars::after{content:"";display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:.2s ease}.nav-toggle__bars{position:relative}.nav-toggle__bars::before{position:absolute;top:-7px;left:0}.nav-toggle__bars::after{position:absolute;top:7px;left:0}.site-head.is-open .nav-toggle__bars{background:transparent}.site-head.is-open .nav-toggle__bars::before{transform:translateY(7px) rotate(45deg)}.site-head.is-open .nav-toggle__bars::after{transform:translateY(-7px) rotate(-45deg)}.hero{padding:clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6.5rem)}.hero--with-note{--note-gap:clamp(1.6rem,3vw,2.6rem);padding-top:var(--note-gap)}.hero .wrap.hero-note{display:block;text-align:center;margin-bottom:var(--note-gap, 2rem)}.opening-note{display:inline-flex;align-items:center;gap:.62rem;background:var(--secondary-accent-400);color:#fff;font-family:var(--headfont);font-weight:600;letter-spacing:.02em;font-size:clamp(0.95rem, 1.5vw, 1.1rem);line-height:1.25;border-radius:999px;padding:.72rem 1.4rem;box-shadow:0 14px 30px -16px rgba(212,0,100,0.75)}.opening-note__dot{width:8px;height:8px;border-radius:50%;background:#fff;flex:none}.hero .wrap{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(2rem, 5vw, 5rem);align-items:center}.hero h1{font-size:clamp(2.5rem, 4.6vw, 4rem);line-height:1.08;font-weight:300;margin:1.3rem 0 0}.hero h1 b{font-weight:500;color:var(--euc-700)}.hero .lead{margin-top:1.6rem;max-width:33ch}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.2rem}.hero-trust{margin-top:1.7rem;font-size:.95rem;color:var(--grey-400);display:flex;align-items:center;gap:.6rem}.hero-trust .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex:none}.hero-media{position:relative}.hero-media .ph{border-radius:28px;overflow:hidden;aspect-ratio:4/4.4;box-shadow:0 30px 70px -30px rgba(62,84,72,0.4)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media::before{content:"";position:absolute;inset:auto -28px -28px auto;width:62%;height:62%;background:var(--euc-100);border-radius:28px;z-index:-1}.catchip{position:absolute;left:-26px;bottom:42px;background:#fff;border-radius:18px;padding:.85rem 1.15rem;box-shadow:0 18px 40px -18px rgba(62,84,72,0.45);display:flex;align-items:center;gap:.8rem}.catchip .ic{width:40px;height:40px;border-radius:12px;background:var(--euc-50);display:grid;place-items:center;color:var(--euc-700);flex:none}.catchip .ic svg{width:24px;height:24px}.catchip b{font-family:var(--headfont);font-weight:600;font-size:.95rem;color:var(--ink);display:block;line-height:1.2}.catchip small{font-size:.8rem;color:var(--grey-400)}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem, 5vw, 4.5rem);align-items:center}.intro-points{display:flex;flex-direction:column;gap:1.2rem;margin-top:.5rem}.ipoint{display:flex;gap:1.1rem;align-items:flex-start;padding:1.4rem 1.5rem;background:#fff;border:1px solid var(--line);border-radius:18px}.ipoint .n{font-family:var(--headfont);font-weight:600;color:var(--teal-700);font-size:.9rem;width:30px;flex:none}.ipoint b{font-family:var(--headfont);font-weight:600;display:block;margin-bottom:.15rem;color:var(--ink)}.ipoint p{font-size:.97rem;color:var(--grey-500);margin:0}.cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.4rem;margin-top:3rem}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:2.1rem 1.9rem;transition:.2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 24px 50px -28px rgba(62,84,72,0.4);border-color:var(--euc-200)}.card .ic{width:54px;height:54px;border-radius:16px;background:var(--euc-50);color:var(--main-accent-600);display:grid;place-items:center;margin-bottom:1.5rem}.card .ic svg{width:27px;height:27px}.card h3{font-size:1.3rem;font-weight:500;margin-bottom:.6rem}.card p{font-size:1rem;color:var(--grey-500);line-height:1.6}.card--dark{background:var(--ink);border-color:var(--ink);justify-content:center}.card--dark h3{color:#fff}.card--dark p{color:rgba(255,255,255,0.72)}.cat-grid{display:grid;grid-template-columns:.5fr 1.5fr;gap:clamp(2rem, 5vw, 4.5rem);align-items:center}.cat-media{border-radius:28px;overflow:hidden;aspect-ratio:5/5.4;box-shadow:0 30px 70px -34px rgba(62,84,72,0.45)}.cat-media img{width:100%;height:100%;object-fit:cover}.cat-list{display:flex;flex-direction:column;gap:1.05rem;margin-top:2rem}.cat-list li{display:flex;gap:1rem;align-items:flex-start;font-size:1.06rem;color:var(--ink-2)}.cat-list .ck{width:28px;height:28px;border-radius:50%;background:var(--euc-100);color:var(--euc-700);display:grid;place-items:center;flex:none;margin-top:2px}.cat-list .ck svg{width:15px;height:15px}.cat-badge{display:inline-flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--euc-200);border-radius:999px;padding:.5rem 1.05rem;font-family:var(--headfont);font-weight:600;font-size:.84rem;color:var(--euc-700);margin-top:2.2rem}.cat-badge .pw{font-size:1rem}.team-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.4rem;margin-top:3rem}.member{background:#fff;border:1px solid var(--line);border-radius:24px;padding:2rem;text-align:center}.avatar{width:96px;height:96px;border-radius:50%;margin:0 auto 1.2rem;display:grid;place-items:center;font-family:var(--headfont);font-weight:500;font-size:1.7rem;color:#fff;letter-spacing:.02em}.member h3{font-size:1.18rem;font-weight:600}.member .role{font-family:var(--headfont);font-weight:500;color:var(--teal-700);font-size:.92rem;margin-top:.3rem}.member p{font-size:.95rem;color:var(--grey-500);margin-top:.8rem}.team-link{display:inline-flex;align-items:center;gap:.5em;margin-top:2.4rem;font-family:var(--headfont);font-weight:600;color:var(--euc-700);font-size:1.02rem}.team-link:hover{gap:.8em}.team-note{text-align:center;color:var(--grey-400);font-size:.85rem;margin-top:1rem}.gallery{display:grid;grid-template-columns:repeat(4, 1fr);grid-auto-rows:200px;gap:1.1rem;margin-top:3rem}.gallery figure{border-radius:20px;overflow:hidden;margin:0}.gallery img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.gallery figure:hover img{transform:scale(1.05)}.g-tall{grid-row:span 2}.g-wide{grid-column:span 2}.sec-head--kontakt{margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem, 4vw, 3.5rem);align-items:stretch}.contact-info .row{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--line)}.contact-info .row:first-of-type{border-top:1px solid var(--line)}.contact-info .lbl{font-family:var(--headfont);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-400);width:140px;flex:none;padding-top:2px}.contact-info .val{color:var(--ink);font-size:1.05rem}.contact-info .val a{color:var(--teal-700);font-weight:600}.opening-hint{display:block;margin-bottom:.35rem;color:var(--secondary-accent-500);font-family:var(--headfont);font-weight:600}.contact-actions{display:grid;grid-template-rows:1fr 1fr;gap:1.4rem}.act-card{border-radius:24px;padding:2rem 2.1rem;display:flex;flex-direction:column;justify-content:center}.act-card.owners{background:var(--euc-50);border:1px solid var(--euc-200)}.act-card.owners p{color:var(--grey-500)}.act-card.vets{background:var(--ink);color:#fff}.act-card h3{font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.act-card.vets h3{color:#fff}.act-card p{font-size:.98rem;margin-bottom:1.3rem}.act-card.vets p{color:rgba(255,255,255,0.7)}.act-card .actions{display:flex;gap:.8rem;flex-wrap:wrap}.contact-map{display:flex;min-height:360px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--paper-2)}.map-consent{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.3rem;width:100%;padding:clamp(1.4rem, 3vw, 2.2rem);background:repeating-linear-gradient(135deg, var(--paper-2), var(--paper-2) 11px, var(--sand) 11px, var(--sand) 22px)}.map-consent-text{max-width:46ch;font-size:.95rem;line-height:1.55;color:var(--ink-2);background:rgba(255,255,255,0.92);border-radius:16px;padding:1.05rem 1.2rem}.map-consent-text a{color:var(--teal-700);font-weight:600;text-decoration:underline}.map-frame{display:flex;width:100%}.map-frame iframe{width:100%;min-height:360px;border:0;display:block}.site-foot{background:var(--main-accent-600);color:rgba(255,255,255,0.85);padding:4rem 0 2rem}.foot-top{padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,0.16)}.foot-claim{margin-top:1.4rem;font-size:1.02rem;max-width:44ch;color:rgba(255,255,255,0.78)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.8rem;font-size:.88rem;color:rgba(255,255,255,0.6)}.foot-social{display:flex;gap:1.4rem;font-family:var(--headfont);font-weight:500}.foot-social a:hover{color:#fff}@media (max-width: 1000px){.hero .wrap,.intro-grid,.cat-grid,.contact-grid{grid-template-columns:1fr}.cards,.team-grid{grid-template-columns:repeat(2, 1fr)}.gallery{grid-template-columns:repeat(2, 1fr)}.hero-media{order:-1;max-width:480px}.nav-toggle{display:inline-flex}.head-cta .quiet{display:none}.nav{position:absolute;top:84px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--paper);border-bottom:1px solid var(--line);padding:.5rem 40px 1.2rem;display:none}.site-head.is-open .nav{display:flex}.nav a{padding:.75rem 0;width:100%;font-size:1.05rem}}@media (max-width: 620px){.wrap{padding:0 22px}.hero-media::before{inset:auto -14px -14px auto}.hero h1{overflow-wrap:anywhere}.cards,.team-grid,.gallery{grid-template-columns:1fr}.contact-map,.map-frame iframe{min-height:280px}.contact-info .row{flex-direction:column;gap:.4rem}.contact-info .lbl{width:auto}.nav{padding:.5rem 22px 1.2rem}}@media (max-width: 360px){.hero h1{-webkit-hyphens:auto;hyphens:auto}}