:root{--ink:#18332a;--green:#c7ff47;--acid:#e7ff9b;--paper:#f4f1e9;--orange:#ff6b45;--white:#fffdf7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.nav-wrap{height:86px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(24,51,42,.18);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);font-size:21px}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}nav a:not(.nav-cta):hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{padding:13px 19px;border-radius:99px;background:var(--ink);color:white}.hero{min-height:730px;padding:95px 7vw 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:480px;height:480px;border:85px solid var(--green);border-radius:50%;right:-90px;top:55px;opacity:.8}.hero:after{content:"";position:absolute;width:18px;height:130px;background:var(--orange);right:28%;bottom:0;transform:rotate(22deg);border-radius:20px}.hero-kicker,.eyebrow,.section-heading>p{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:800}.hero-kicker{display:flex;align-items:center;gap:10px}.hero-kicker span{width:35px;height:2px;background:var(--ink)}h1{font-size:clamp(60px,10vw,145px);line-height:.82;letter-spacing:-.08em;margin:42px 0;max-width:1100px;position:relative;z-index:1}h1 em,h2 em{font-family:Georgia,serif;font-weight:400}.hero-kicker,.hero-copy,.hero-actions{position:relative;z-index:1}.hero-copy{max-width:600px;font-size:clamp(19px,2vw,27px);line-height:1.35;letter-spacing:-.025em}.hero-actions{margin-top:42px;display:flex;align-items:center;gap:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;min-width:230px;padding:18px 22px;border-radius:99px;font-weight:800;transition:.2s ease}.button span{font-size:20px}.button.primary{background:var(--orange);color:var(--ink)}.button:hover{transform:translateY(-3px);box-shadow:0 8px 0 rgba(24,51,42,.18)}.text-link{font-weight:800;border-bottom:2px solid var(--ink);padding:8px 0}.cactus-stamp{position:absolute;right:7vw;bottom:80px;width:140px;height:140px;border-radius:50%;background:var(--ink);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(8deg);font-size:11px;font-weight:800;letter-spacing:.12em}.cactus-stamp strong{font-size:36px;color:var(--green);letter-spacing:-.06em}.manifesto{background:var(--green);padding:100px 7vw}.manifesto>p{font-weight:800}.manifesto h2{font-size:clamp(45px,6.8vw,96px);line-height:.98;letter-spacing:-.065em;max-width:1100px;margin:30px 0 75px}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;max-width:950px;margin-left:auto;font-size:18px;line-height:1.6}.services{padding:110px 7vw 130px}.section-heading{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:60px}.section-heading h2{font-size:clamp(50px,7vw,100px);letter-spacing:-.07em;margin:0;line-height:.9}.service{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:28px;padding:35px 0;border-top:1px solid rgba(24,51,42,.3)}.service:last-child{border-bottom:1px solid rgba(24,51,42,.3)}.service-number{font-family:Georgia,serif;font-style:italic;color:var(--orange);font-size:20px}.service h3{font-size:clamp(27px,3vw,43px);margin:0 0 8px;letter-spacing:-.045em}.service p{margin:0;max-width:600px;line-height:1.5;color:#4a5b55}.service-tag{background:var(--acid);padding:9px 13px;border-radius:99px;font-size:12px;font-weight:800;transform:rotate(-2deg)}.testimonials{background:var(--ink);color:var(--white);padding:110px 7vw 125px}.section-heading.light>p{color:var(--green)}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}figure{margin:0;min-height:360px;padding:34px;background:#26483d;display:flex;flex-direction:column}figure:nth-child(2){background:var(--green);color:var(--ink);transform:rotate(1.5deg)}.quote-mark{color:var(--orange);font:80px/.7 Georgia,serif}blockquote{margin:25px 0 35px;font:24px/1.35 Georgia,serif}figcaption{margin-top:auto;display:flex;flex-direction:column;gap:5px;font-size:13px}figcaption span{opacity:.7}.contact{background:var(--orange);padding:110px 7vw;display:grid;grid-template-columns:1.35fr 1fr;gap:7vw}.contact h2{font-size:clamp(52px,7vw,105px);line-height:.92;letter-spacing:-.07em;margin:25px 0 0}.contact-copy{align-self:end;font-size:19px;line-height:1.5}.button.dark{background:var(--ink);color:white;margin:22px 0 18px;width:100%}.phone{display:block;font-weight:800;text-align:center}footer{padding:55px 5vw 30px;display:grid;grid-template-columns:1fr 1.4fr 1fr auto;align-items:start;gap:35px;font-size:13px}.footer-brand{font-size:18px}.legal-links{display:flex;gap:18px;flex-wrap:wrap}details{position:relative}summary{cursor:pointer;font-weight:800;list-style:none}summary::-webkit-details-marker{display:none}body:has(.legal-details[open]){overflow:hidden}.legal-details[open]::before{content:"";position:fixed;inset:0;background:rgba(24,51,42,.72);z-index:10}.legal-details[open]>summary{position:fixed;z-index:12;top:32px;right:max(32px,calc((100vw - min(760px,calc(100vw - 48px)))/2 + 32px));padding:10px 14px;border-radius:99px;background:var(--ink);color:var(--white)}.legal-details[open]>summary .summary-label{display:none}.legal-details[open]>summary:after{content:"Schließen ×"}.legal-copy{position:fixed;z-index:11;inset:24px;margin:auto;width:min(760px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow-y:auto;overscroll-behavior:contain;padding:38px 44px;background:var(--white);border:1px solid var(--ink);box-shadow:8px 8px 0 var(--green);line-height:1.55}.legal-copy h2{font-size:36px;letter-spacing:-.04em;margin:0 70px 28px 0}.legal-copy h3{font-size:18px;margin:30px 0 8px}.legal-copy p{margin:0 0 16px}.legal-copy a{text-decoration:underline;text-underline-offset:3px}.legal-intro{font-size:17px}.legal-updated{margin-top:32px!important;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.copyright{text-align:right}
.about{background:var(--ink);color:var(--white);padding:105px 7vw 0;display:grid;grid-template-columns:minmax(320px,.95fr) 1.05fr;gap:8vw;overflow:hidden}.about-portrait{min-height:650px;position:relative;display:flex;align-items:flex-end;justify-content:center}.about-portrait img{position:relative;z-index:2;display:block;width:min(100%,560px);height:auto;filter:contrast(1.03)}.about-ring{position:absolute;width:490px;height:490px;border:78px solid var(--green);border-radius:50%;left:-90px;top:15px;opacity:.95}.about-note{position:absolute;z-index:3;right:-15px;bottom:75px;background:var(--orange);color:var(--ink);padding:12px 17px;border-radius:99px;font-size:12px;font-weight:900;letter-spacing:.14em;transform:rotate(-5deg)}.about-copy{padding:25px 0 110px;align-self:center;max-width:650px}.about-copy .eyebrow{color:var(--green)}.about-copy h2{font-size:clamp(58px,7.2vw,110px);line-height:.85;letter-spacing:-.07em;margin:28px 0 42px}.about-copy p{font-size:18px;line-height:1.6;color:rgba(255,253,247,.82)}.about-copy .about-lead{font-size:clamp(23px,2.3vw,33px);line-height:1.3;color:var(--white);letter-spacing:-.025em}.about-copy .text-link{display:inline-block;margin-top:20px;border-color:var(--green)}
@media(max-width:1100px){.hero:before{width:420px;height:420px;border-width:72px;right:-220px}.hero-copy{max-width:540px}}
@media(max-width:800px){nav a:not(.nav-cta){display:none}.hero{min-height:690px;padding-top:70px}.hero:before{width:300px;height:300px;border-width:55px;right:-190px}.cactus-stamp{right:7vw;bottom:40px;width:110px;height:110px}.manifesto-grid,.contact{grid-template-columns:1fr}.manifesto-grid{margin-left:0}.section-heading{grid-template-columns:1fr;gap:16px}.service{grid-template-columns:45px 1fr}.service-tag{display:none}.quote-grid{grid-template-columns:1fr}figure{min-height:300px}figure:nth-child(2){transform:none}.about{grid-template-columns:1fr;padding-top:75px}.about-portrait{order:2;min-height:520px}.about-copy{padding-bottom:0}.about-ring{width:390px;height:390px;border-width:60px}.about-note{right:5%;bottom:55px}footer{grid-template-columns:1fr}.legal-links{order:3}.copyright{text-align:left}.contact-copy{max-width:560px}}
@media(max-width:480px){.nav-wrap{padding:0 20px}.hero,.manifesto,.services,.testimonials,.contact,.about{padding-left:24px;padding-right:24px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero{min-height:730px}.hero:before{width:260px;height:260px;border-width:48px;right:-210px;top:120px}.hero:after{display:none}.hero-copy{max-width:90%}.cactus-stamp{position:relative;right:auto;bottom:auto;margin:30px 0 0 auto}.legal-copy{inset:10px;width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:68px 22px 30px;box-shadow:5px 5px 0 var(--green)}.legal-copy h2{font-size:30px;margin-right:0}.legal-details[open]>summary{top:20px;right:20px}blockquote{font-size:21px}.about-portrait{min-height:420px}.about-ring{width:300px;height:300px;border-width:48px;left:-85px}.about-note{right:0;bottom:25px}.about-copy p{font-size:17px}}
.hero-word{display:inline-block;padding-left:.045em}
.legal-links>a{font-weight:800}.legal-links>a:hover{text-decoration:underline;text-underline-offset:4px}.legal-page{min-height:100vh;background:var(--paper)}.legal-header{min-height:86px;padding:18px 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(24,51,42,.18)}.legal-header img{display:block;width:190px;height:45px}.legal-back{font-weight:800}.legal-article{width:min(820px,calc(100% - 48px));margin:60px auto 100px;padding:58px 64px;background:var(--white);border:1px solid rgba(24,51,42,.25);box-shadow:10px 10px 0 var(--green);font-size:17px;line-height:1.65}.legal-article h1{font-size:clamp(48px,7vw,84px);line-height:.95;letter-spacing:-.065em;margin:0 0 45px}.legal-article h2{font-size:24px;letter-spacing:-.025em;margin:38px 0 10px}.legal-article p{margin:0 0 18px}.legal-article a{text-decoration:underline;text-underline-offset:3px}.legal-page-footer{padding:34px 5vw;background:var(--ink);color:var(--white);display:flex;justify-content:space-between;gap:24px;font-size:13px}.legal-page-footer a{font-weight:800}
@media(max-width:600px){.legal-header{align-items:flex-start;flex-direction:column;gap:16px}.legal-article{width:calc(100% - 24px);margin:20px auto 60px;padding:38px 22px;box-shadow:5px 5px 0 var(--green);font-size:16px;overflow-wrap:anywhere}.legal-article h1{font-size:34px;margin-bottom:32px;overflow-wrap:anywhere}.legal-article h2{font-size:21px;margin-top:32px}.legal-page-footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
