:root {
  color-scheme: dark;
  --background: #080e0c;
  --surface: #111d18;
  --brand: #355747;
  --accent: #bbd5bd;
  --text: #f5f6f2;
  --muted: #a8b5ad;
  --line: rgba(225, 241, 230, .12);
  --glass: rgba(26, 40, 33, .65);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  background: var(--background);
  color: var(--text);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: var(--accent); color: var(--background); }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.glass { background: var(--glass); border: 1px solid var(--line); box-shadow: inset 0 1px 0 #ffffff0a, 0 18px 60px #00000020; backdrop-filter: blur(28px) saturate(140%); -webkit-backdrop-filter: blur(28px) saturate(140%); }
.site-header { position: fixed; z-index: 20; inset: 24px 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 12px 18px 12px 26px; border-radius: 28px; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 26px; border: 1px solid #dcebdd26; border-radius: 999px; background: linear-gradient(145deg, #ffffff18, #ffffff06 48%, #00000014); box-shadow: inset 0 1px 0 #ffffff35, inset 0 -12px 24px #0000001c, 0 13px 30px #00000026; font-size: 14px; font-weight: 500; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button::after { content: ""; position: absolute; inset: 1px 1px 50%; border-radius: inherit; background: linear-gradient(180deg, #ffffff52, transparent); opacity: .72; pointer-events: none; }
.button:hover { transform: translateY(-2px); background: linear-gradient(145deg, #ffffff22, #ffffff0a 48%, #00000014); box-shadow: inset 0 1px 0 #ffffff45, inset 0 -12px 24px #00000018, 0 18px 38px #00000030; }
.button-primary { background: linear-gradient(145deg, #d7ead7, var(--accent) 55%, #a7c0aa); color: var(--background); border-color: #ffffff75; box-shadow: inset 0 1px 0 #ffffff95, inset 0 -14px 24px #6c8b7218, 0 15px 34px #8fb69a22; }
.button-primary:hover { background: linear-gradient(145deg, #e4f1df, #c7ddc7 55%, #aecaaf); }
.lang-toggle { min-height: 46px; gap: 5px; padding: 0 9px; font-size: 11px; letter-spacing: .08em; color: #dbe8dc; }
.lang-toggle span { display: grid; place-items: center; min-width: 27px; height: 28px; border-radius: 999px; }
.lang-toggle span:first-child { background: #bbd5bd; color: #102118; }
.lang-toggle.is-de span:first-child { background: transparent; color: inherit; }
.lang-toggle.is-de span:last-child { background: #bbd5bd; color: #102118; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 7.6vw, 112px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
h2 { font-size: clamp(38px, 4.5vw, 64px); line-height: 1.04; letter-spacing: -.05em; font-weight: 500; }
p { line-height: 1.7; }
.section { padding-block: 100px; }
.muted { color: var(--muted); }
@media (max-width: 700px) {
  .container { width: calc(100% - 36px); }
  .site-header { top: 14px; padding: 10px 14px; min-height: 64px; border-radius: 23px; }
  .nav-links { gap: 16px; font-size: 12px; }
  .section { padding-block: 64px; }
  .button { min-height: 48px; padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.skip-link{position:fixed;top:-100px;left:20px;z-index:50;background:var(--accent);color:var(--background);padding:15px}.skip-link:focus{top:10px}.brand{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:650;letter-spacing:-1.2px}.brand-dot{font-size:10px;align-self:flex-start;margin-top:3px;letter-spacing:0}.brand-mark{position:relative;width:27px;height:38px;overflow:hidden}.brand-mark img{position:absolute;width:113px;max-width:none;left:-43px;top:-49px;mix-blend-mode:screen}.brand-mark{mix-blend-mode:screen}.header-button{min-height:46px;background:#ffffff09;font-size:12px}.hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:790px;padding-top:155px;padding-bottom:70px;gap:20px}.hero .eyebrow{margin-bottom:31px;letter-spacing:.14em;font-size:10px;display:flex;align-items:center;gap:9px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px #bbd5bd88}.soft{color:#97afa0}.hero-description{font-size:15px;color:var(--muted);margin:27px 0 31px}.hero h1{font-size:clamp(56px,6.2vw,89px);margin-bottom:0}.hero-actions{display:flex;align-items:center;gap:27px}.text-link{font-size:12px;display:flex;gap:13px;align-items:center}.hero-note{display:flex;gap:10px;align-items:center;font-size:11px;color:#788d80;margin-top:48px}.tiny-mark{font-size:20px;color:#a8bfae}.hero-art{position:relative;height:550px;isolation:isolate}.art-glow{position:absolute;inset:10%;border-radius:50%;background:#335a4160;filter:blur(65px);z-index:-1}.orbit{position:absolute;border:1px solid #a9c6b31a;border-radius:50%;inset:20% 6%;transform:rotate(-30deg) scaleY(.9)}.orbit-two{inset:9% 17%;transform:rotate(35deg)}.orbit-three{inset:0 -5%;transform:rotate(-30deg);border-style:dashed;border-color:#a9c6b30d}.brand-object{position:absolute;inset:105px 90px 120px;transform:rotate(-10deg);border-radius:70px;background:#355747;box-shadow:inset 2px 3px 2px #bdd7bf65,inset -7px -7px 16px #14281a90,20px 30px 65px #0009,0 0 65px #406b4130;overflow:hidden}.brand-object img{width:100%;height:100%;object-fit:cover;mix-blend-mode:screen;transform:scale(1.6);opacity:.9}.floating-label{position:absolute;display:flex;gap:12px;align-items:center;padding:16px 19px;border-radius:19px;font-size:11px;white-space:nowrap;box-shadow:0 12px 45px #0005;animation:float 7s ease-in-out infinite}.floating-label strong{font-size:11px;font-weight:500;display:block}.floating-label small{display:block;font-size:9px;color:#849e8e;margin-top:5px}.label-ai{top:84px;left:0;transform:rotate(-5deg)}.label-design{right:-3px;bottom:104px;animation-delay:-3s}.mini-icon{background:#8faa9316;border:1px solid #acccae16;border-radius:11px;display:grid;place-items:center;width:36px;height:36px;font-size:22px;color:#bcd3bd}.label-light{width:5px;height:5px;background:#bcd3bd;border-radius:50%;margin-left:12px}.art-caption{position:absolute;bottom:48px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.24em;color:#698474}.orbit-point{width:5px;height:5px;background:#789880;border-radius:50%;position:absolute;box-shadow:0 0 15px #a5c0a7}.point-one{right:55px;top:94px}.point-two{bottom:130px;left:40px}.brand-marquee{width:min(1280px,calc(100% - 64px));margin:0 auto;border-block:1px solid var(--line);overflow:hidden;padding:28px 0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.brand-track{display:flex;align-items:center;gap:58px;width:max-content;animation:brand-scroll 26s linear infinite}.brand-track span{min-width:max-content;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c8d7cc;opacity:.76}.brand-track span:nth-child(2n){color:#8ea796}.brand-track span:nth-child(3n){color:#f0f6ee}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:44px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:13px;margin-bottom:4px}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service-card{background:linear-gradient(140deg,#14211a,#101913);border:1px solid var(--line);border-radius:30px;padding:29px 34px 35px;overflow:hidden;scroll-margin-top:125px}.card-top{display:flex;justify-content:space-between;align-items:center}.service-number{font-size:10px;color:#738979}.service-symbol{font-size:25px;color:#a4bba9}.service-card h3{font-size:28px;letter-spacing:-.04em;font-weight:500;margin-bottom:12px}.service-card p:not(.eyebrow){color:#99ad9f;font-size:13px;max-width:450px;margin-bottom:23px}.service-card .eyebrow{font-size:8px;letter-spacing:.16em;margin-bottom:12px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{padding:7px 11px;border:1px solid #bbd5bd16;border-radius:30px;font-size:9px;color:#9eb2a4}.workflow{height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:20px}.workflow-node{width:225px;display:flex;justify-content:space-between;border:1px solid #bdd7c020;border-radius:11px;padding:12px 16px;font-size:10px;background:#1e30257a;color:#9eafa1}.active-node{background:#36574666;border-color:#88ae8466;color:#dfebdc;box-shadow:0 0 30px #749c6215}.active-node i{width:5px;height:5px;border-radius:50%;background:#b8d4ae;margin-top:4px}.flow-line{height:19px;width:1px;background:#60806470}.shooting-art{position:relative;height:240px;display:grid;place-items:center;padding-block:22px}.camera-body{position:relative;width:250px;height:132px;border:1px solid #77968266;border-radius:22px;background:linear-gradient(145deg,#294b39,#14251c);box-shadow:18px 22px 48px #0002,inset 1px 1px 0 #ffffff30}.camera-body::before{content:"";position:absolute;left:26px;top:-24px;width:75px;height:25px;border:1px solid #77968266;border-bottom:0;border-radius:16px 16px 0 0;background:#1a3125}.viewfinder{position:absolute;right:29px;top:22px;width:52px;height:27px;border-radius:8px;background:#c9dbc41f;border:1px solid #55735f}.camera-lens{position:absolute;left:50%;top:50%;width:76px;height:76px;border-radius:50%;translate:-50% -50%;background:radial-gradient(circle at 42% 38%,#edf4e9 0 8px,#a8bea8 9px 18px,#355747 19px 34px,#102118 35px);box-shadow:0 0 0 12px #e2eadf1c,0 14px 30px #0003}.record-dot{position:absolute;left:27px;top:28px;width:10px;height:10px;border-radius:50%;background:#c2d8be;box-shadow:0 0 15px #91b895}.clapper{position:absolute;left:58px;bottom:28px;width:122px;padding:13px 14px 14px;border-radius:14px;background:#f4f8ef;color:#1f3a2b;box-shadow:0 16px 35px #0002;transform:rotate(-7deg)}.clapper span{position:absolute;left:0;right:0;top:0;height:18px;border-radius:14px 14px 0 0;background:repeating-linear-gradient(135deg,#1f3a2b 0 13px,#f4f8ef 13px 25px)}.clapper strong{display:block;margin-top:12px;font-size:13px;letter-spacing:-.02em}.clapper small{display:block;margin-top:4px;font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#55705f}.timeline{position:absolute;right:47px;bottom:43px;display:flex;gap:5px;padding:8px;border:1px solid #78988055;border-radius:999px;background:#10211866}.timeline i{display:block;width:20px;height:9px;border-radius:99px;background:#bbd5bd}.timeline i:nth-child(2){width:36px;background:#355747}.timeline i:nth-child(3){width:15px}.timeline i:nth-child(4){width:29px;background:#8ea796}.browser-art{height:185px;margin:30px 15px 25px;border:1px solid #77968244;border-radius:12px;overflow:hidden;background:#233b2d;transform:perspective(800px) rotateY(-8deg) rotateX(5deg);box-shadow:16px 15px 35px #0003}.browser-bar{display:flex;gap:4px;padding:9px 12px;border-bottom:1px solid #92ae9130;align-items:center}.browser-bar i{width:4px;height:4px;background:#87a48a;border-radius:50%}.browser-bar>span{font-size:6px;flex:1;text-align:center;letter-spacing:.03em;color:#9db7a1}.browser-inner{position:relative;padding:22px}.browser-inner small{display:block;font-size:5px;letter-spacing:.16em;color:#a8bfa8}.browser-inner strong{position:relative;display:block;margin-top:9px;z-index:1;font-size:29px;letter-spacing:-1.5px;line-height:1.05;font-weight:450}.sample-button{display:inline-block;font-size:5px;border-radius:20px;background:#b8ccb0;color:#1c3324;padding:6px 10px;margin-top:13px}.sample-orb{position:absolute;right:28px;top:22px;width:108px;height:108px;border-radius:30px;background:linear-gradient(135deg,#abc5a1,#355a42 55%,#14251a);box-shadow:inset 1px 1px 2px #cde1b7;transform:rotate(-20deg)}.creative-art{height:240px;display:flex;align-items:center;justify-content:center;gap:12px}.type-tile{background:#c4d3b4;color:#244330;width:160px;height:158px;border-radius:18px;padding:20px;font-size:77px;letter-spacing:-7px;line-height:1.1;transform:rotate(-7deg);box-shadow:10px 10px 30px #0003}.type-tile span{font-size:7px;letter-spacing:0;display:block;margin-top:10px}.palette-tile{display:flex;flex-wrap:wrap;width:120px;transform:rotate(7deg);gap:5px}.palette-tile>span{width:34px;height:102px;background:#345647;border-radius:20px}.palette-tile>span:nth-child(2){background:#8ca68c}.palette-tile>span:nth-child(3){background:#e0e3d1}.palette-tile small{font-size:7px;color:#9caf9e;margin-top:10px}.social-art{height:240px;position:relative;display:flex;align-items:center;justify-content:center;gap:10px}.social-post{width:140px;height:160px;background:#c3cbb4;color:#2b4433;border-radius:15px;display:flex;flex-direction:column;justify-content:center;padding:20px;transform:rotate(-9deg)}.social-post span{font-size:7px;letter-spacing:.08em}.social-post strong{font-size:43px;letter-spacing:-3px;font-weight:500}.social-post small{font-size:5px;margin-top:20px}.post-two{background:#345747;color:#c4d4bc;transform:rotate(9deg);margin-top:5px}.social-badge{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);border-radius:20px;padding:10px 15px;font-size:9px;white-space:nowrap}#services{position:relative;background:linear-gradient(180deg,#fbfdf8 0%,#f2f8ef 100%);color:#102118;border-radius:34px;margin-top:72px;margin-bottom:28px;box-shadow:0 0 0 100vmax #f7fbf4;clip-path:inset(0 -100vmax);border:0}#services .eyebrow{color:#355747}#services .soft{color:#6f8e74}#services .muted{color:#4f6255}#services .service-card{background:linear-gradient(145deg,#ffffff,#eef7ed);border-color:#d4e3d1;color:#13271d;box-shadow:0 18px 55px #20392614}#services .service-card h3{color:#102118}#services .service-card p:not(.eyebrow){color:#4f6255}#services .service-symbol{color:#4c7358}#services .service-number{color:#6a836e}#services .tags span{border-color:#cbdcc7;color:#42624a;background:#f8fbf6}#services .browser-art{background:#dbe9da;border-color:#b8cdb9}#services .browser-bar{border-color:#afc6b0}#services .browser-inner small,#services .browser-bar>span{color:#506755}#services .browser-inner strong{color:#244330}#services .creative-art .type-tile{box-shadow:10px 16px 30px #20392617}#services .social-post{box-shadow:0 15px 30px #20392618}.approach-section{background:#0d1510;border-block:1px solid #bbd5bd0a}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:60px}.steps article{border-top:1px solid #bbd5bd30;padding-top:23px}.steps span{font-size:9px;color:#92ab96;letter-spacing:.12em}.steps h3{font-size:24px;letter-spacing:-.04em;font-weight:500;margin:25px 0 12px}.steps p{font-size:13px;color:#96a99b;max-width:300px}.closing-card{position:relative;overflow:hidden;padding:65px;border:1px solid #afc9b328;border-radius:34px;background:radial-gradient(ellipse at 90% 120%,#3b6143 0,transparent 60%),#17271d}.closing-card h2{font-size:clamp(45px,6vw,80px);position:relative;z-index:1}.closing-card h2 span{color:#a4bda3}.closing-card>p:not(.eyebrow){font-size:13px;color:#9ab09e;margin-bottom:29px}.closing-star{position:absolute;font-size:440px;right:-25px;top:6px;color:#91b89516;line-height:1;transform:rotate(13deg);pointer-events:none}footer{display:flex;align-items:center;justify-content:space-between;padding:0 0 38px;gap:25px}footer p,footer>span,footer>a:last-child{font-size:10px;color:#7f9485;margin:0}footer .brand{font-size:23px}dialog{background:#111e17;color:var(--text);border:1px solid #a6c6ad44;border-radius:28px;padding:30px;max-width:560px;width:calc(100% - 30px);max-height:90vh;box-shadow:0 20px 100px #0008}dialog::backdrop{background:#020806bb;backdrop-filter:blur(12px)}.dialog-top{display:flex;justify-content:space-between;align-items:center}.dialog-top p{margin:0}.close-button{background:#ffffff09;border:1px solid var(--line);color:white;border-radius:50%;width:34px;height:34px;font-size:24px}dialog h2{font-size:38px;margin:20px 0 12px}dialog>p{font-size:13px}form>label{display:block;font-size:12px;margin:17px 0}input:not([type=checkbox]),textarea{display:block;background:#070e0a;color:var(--text);border:1px solid #8fae9133;border-radius:11px;width:100%;padding:12px;margin-top:8px;font-size:13px}textarea{resize:vertical}fieldset{border:0;padding:0;margin:20px 0}legend{font-size:12px;margin-bottom:12px}.service-options{display:flex;flex-wrap:wrap;gap:7px}.service-options label{position:relative}.service-options input{position:absolute;opacity:0}.service-options span{display:block;border:1px solid var(--line);border-radius:30px;padding:9px 12px;font-size:11px;cursor:pointer}.service-options input:checked+span{background:var(--accent);color:#102419}.service-options input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}.form-actions{display:flex;gap:10px}.form-actions .button{font-size:11px;padding-inline:18px}.form-note,#form-status{font-size:10px;color:#9bb29f;margin:15px 0 0}body.modal-open{overflow:hidden}@keyframes float{50%{translate:0 -9px}}@keyframes brand-scroll{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@media(min-width:1500px){.hero{min-height:840px}}
@media(max-width:1050px){.hero{gap:0}.hero h1{font-size:65px}.hero-art{height:480px}.brand-object{inset:105px 40px 115px}.floating-label{padding:12px}.label-ai{left:-12px}.label-design{right:-6px}.hero-actions{gap:15px;align-items:flex-start;flex-direction:column}.service-card{padding:24px}.hero{padding-top:160px;min-height:760px}.brand-track{gap:38px}.nav-links{gap:22px}.hero .eyebrow{font-size:8px}}
@media(max-width:700px){.nav-links a:nth-child(2){display:none}.brand{font-size:22px;gap:6px}.brand-mark{width:24px}.header-button{font-size:10px;padding-inline:14px;min-height:39px;gap:10px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:145px;padding-bottom:20px;min-height:0}.hero h1{font-size:clamp(48px,10.8vw,76px)}.hero .eyebrow{font-size:8px;margin-bottom:25px}.hero-description{font-size:13px;margin-block:23px}.desktop-break{display:none}.hero-actions{flex-direction:row;align-items:center;gap:18px}.hero-actions .button{font-size:11px;padding-inline:19px;gap:12px}.text-link{font-size:10px;gap:7px}.hero-note{margin-top:27px;font-size:10px}.hero-art{height:405px;width:100%;max-width:450px;margin:0 auto}.brand-object{inset:76px 85px 90px;border-radius:48px}.label-ai{top:64px;left:4px}.label-design{bottom:61px;right:3px}.floating-label strong{font-size:9px}.floating-label small{font-size:8px}.mini-icon{width:29px;height:29px;font-size:18px}.art-caption{bottom:26px;font-size:7px}.brand-marquee{width:calc(100% - 36px);padding-block:22px}.brand-track{gap:34px;animation-duration:22s}.brand-track span{font-size:11px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px}.services-grid{grid-template-columns:1fr;gap:15px}.service-card{padding:24px;border-radius:25px}.service-card h3{font-size:26px}.workflow,.shooting-art,.creative-art,.social-art{height:220px}.browser-art{margin-inline:8px;height:174px}.steps{grid-template-columns:1fr;gap:26px;margin-top:35px}.steps h3{margin-top:17px}.steps p{max-width:100%}.closing-card{padding:35px 25px;border-radius:25px}.closing-card h2{font-size:43px}.closing-star{font-size:330px;right:-110px;top:65px}.closing-card>p:not(.eyebrow){max-width:230px}footer{display:grid;grid-template-columns:1fr 1fr;gap:20px}footer p{grid-row:2}footer>a:last-child{grid-column:2;grid-row:1;justify-self:end}footer>span{justify-self:end}dialog{padding:23px}.form-actions{flex-wrap:wrap}}

.brand-mark img,.brand-object img{filter:grayscale(1) contrast(5)}

/* Display the supplied logo at its original proportions; frame its transparent margins. */
.header-brand{width:48px;min-height:48px;justify-content:center;flex-shrink:0}
.header-logo-crop{position:relative;display:block;width:30px;height:46px;overflow:hidden;mix-blend-mode:screen}
.header-logo-crop img{position:absolute;width:119px;height:auto;max-width:none;left:-45px;top:-52px;filter:none}

.brand-bridge{position:relative;z-index:4;width:100%;margin:0 0 -76px;padding-block:4px;background:linear-gradient(180deg,#eef7ea 0%,#fbfdf8 100%);border-color:#d8e7d6;box-shadow:0 16px 46px #1021181a;mask-image:none}
.brand-bridge .brand-track span{color:#355747;opacity:1}
.brand-bridge .brand-track span:nth-child(2n){color:#6f8e74}
.brand-bridge .brand-track span:nth-child(3n){color:#102118}
.brand-logo{display:block;width:188px;height:76px;object-fit:contain;flex:0 0 auto}
.brand-bridge .brand-track{gap:34px}
#services{border:0;border-radius:0}
.work-section{position:relative;overflow:hidden}
.work-section::before{content:none}
.work-heading{position:relative;z-index:1}
.work-showcase{position:relative;z-index:1;display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:stretch;border-radius:34px;padding:28px;background:linear-gradient(140deg,#14231b,#0d1511 58%,#1d3325);overflow:hidden}
.work-showcase::after{content:"✳";position:absolute;right:28px;top:-34px;font-size:180px;line-height:1;color:#bbd5bd10;transform:rotate(13deg);pointer-events:none}
.work-copy{position:relative;z-index:1;padding:30px 20px 24px}
.work-copy h3{font-size:clamp(40px,5vw,74px);line-height:.96;letter-spacing:-.06em;font-weight:500;margin:14px 0 18px}
.work-logo-frame{width:190px;height:88px;margin:10px 0 21px;display:flex;align-items:center;justify-content:flex-start}
.work-logo{width:190px;height:88px;object-fit:contain;object-position:left center}
.work-copy p:not(.eyebrow){max-width:420px;color:#a3b6a8;font-size:14px;margin-bottom:24px}
.work-copy .tags{margin-bottom:32px}
.work-preview{position:relative;min-height:520px;border-radius:26px;border:1px solid #b9d0b833;background:#eef7ea;overflow:hidden;box-shadow:0 24px 70px #0005}
.work-browser-top{height:46px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid #35574724;background:#dfeedd;color:#355747}
.work-browser-top span{width:7px;height:7px;border-radius:50%;background:#789880}
.work-browser-top strong{margin-left:8px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#355747}
.work-empty{position:absolute;inset:46px 0 0;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#1d3325;background:radial-gradient(circle at 50% 42%,#bbd5bd 0,#f7fbf4 48%,#edf6e9 100%)}
.work-empty span{font-size:10px;letter-spacing:.2em;font-weight:700;color:#6f8e74}
.work-empty strong{font-size:52px;line-height:1;letter-spacing:-.06em;font-weight:500}
.work-empty small{font-size:12px;color:#536858}
.work-preview iframe{position:absolute;inset:46px 0 0;width:100%;height:calc(100% - 46px);border:0;background:#fff;opacity:0;pointer-events:none;transition:opacity 220ms ease}
.work-preview.is-loaded .work-empty{display:none}
.work-preview.is-loaded iframe{opacity:1;pointer-events:auto}
.work-preview.is-loading .work-empty small::after{content:" Loading..."}
.work-preview.is-waiting .work-empty small{max-width:260px;line-height:1.5}
.work-preview.is-waiting .work-empty small::after{content:" Still loading. If this stays here, the preview may need the published domain to display."}
@media(max-width:1050px){.work-showcase{grid-template-columns:1fr}.work-preview{min-height:480px}}
@media(max-width:700px){.work-showcase{padding:18px;border-radius:25px}.work-copy{padding:18px 6px 12px}.work-copy h3{font-size:42px}.work-logo-frame{width:165px;height:76px}.work-logo{width:165px;height:76px}.work-preview{min-height:420px;border-radius:20px}.work-empty strong{font-size:42px}}
.closing-card{background:radial-gradient(ellipse at 88% 112%,#dcecdf 0,transparent 62%),#f6fbf2;border-color:#d7e6d3;color:#102118;box-shadow:0 22px 70px #10211818}
.closing-card .eyebrow{color:#355747}
.closing-card h2 span{color:#6f8e74}
.closing-card>p:not(.eyebrow){color:#4f6255}
.closing-star{color:#91b89528}

/* iOS-inspired glass controls, shared across navigation, CTAs and the brief. */
.button,
.close-button,
.sample-button,
.service-options span {
  color: #f3f8f1;
  background: linear-gradient(145deg, rgba(230, 248, 233, .16), rgba(169, 204, 181, .055) 55%, rgba(224, 244, 230, .10));
  border: 1px solid rgba(221, 244, 226, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.27), inset 0 -1px 0 rgba(255,255,255,.045), 0 6px 22px rgba(0,0,0,.12);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.button-primary {
  color: #f3f8f1;
  background: linear-gradient(145deg, rgba(199, 232, 202, .27), rgba(126, 174, 143, .13) 60%, rgba(200, 231, 211, .19));
  border-color: rgba(218, 244, 218, .38);
}
@media (hover: hover) {
  .button:hover, .close-button:hover, .service-options label:hover span {
    color: #fff;
    background: linear-gradient(145deg, rgba(232, 249, 231, .26), rgba(170, 214, 188, .13));
    border-color: rgba(234, 255, 234, .46);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 9px 26px rgba(0,0,0,.16);
    transform: translateY(-2px);
  }
}
.button:active, .close-button:active { transform: translateY(0) scale(.98); }
.service-options input:checked + span {
  color: #f3f8f1;
  background: linear-gradient(145deg, rgba(179, 222, 183, .32), rgba(115, 167, 134, .18));
  border-color: rgba(218, 244, 218, .65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 0 0 1px rgba(188, 217, 191, .15);
}
.closing-card .button {
  color: #173a28;
  background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(167,198,174,.16));
  border-color: rgba(69, 107, 77, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(255,255,255,.3), 0 8px 24px rgba(31,65,42,.10);
}
.closing-card .button:hover {
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(167,198,174,.27));
  border-color: rgba(69,107,77,.4);
}
@media (prefers-reduced-motion: reduce) {
  .button, .close-button, .sample-button, .service-options span { transition: none; }
  .button:hover, .button:active, .close-button:hover, .close-button:active { transform: none; }
}

.header-actions{display:flex;align-items:center;gap:10px}
.language-toggle{min-height:46px;gap:7px;padding:0 16px;font-size:11px;letter-spacing:.04em;flex-shrink:0}
.language-toggle[hidden]{display:none}
.language-toggle span[lang]{opacity:.55;font-weight:500}
.language-toggle span.is-current{opacity:1;font-weight:750}
.language-divider{opacity:.35}
html[lang="de"] .hero h1{font-size:clamp(40px,5.3vw,76px);overflow-wrap:normal}
html[lang="de"] .social-post strong{font-size:34px;letter-spacing:-2px}
html[lang="de"] .browser-inner strong{font-size:24px}
@media(min-width:701px) and (max-width:1050px){html[lang="de"] .hero h1{font-size:clamp(36px,4.6vw,49px)}}
@media(max-width:700px){
  .header-actions{gap:7px}.language-toggle{min-height:39px;padding:0 11px;font-size:10px;gap:5px}
  html[lang="de"] .hero h1{font-size:clamp(30px,8vw,56px)}
  html[lang="de"] .header-button{padding-inline:11px;gap:6px}
  html[lang="de"] .hero-actions .button{white-space:normal}
}
@media(max-width:380px){.site-header .nav-links{display:none}.header-actions{margin-left:auto}}

/* Section search replaces the hero CTA. */
.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}
.hero-copy{position:relative;z-index:3;min-width:0}
.hero-search{position:relative;width:min(100%,500px);margin-top:30px;text-align:left}
.search-field{display:flex;align-items:center;gap:14px;border-radius:999px;padding:7px 8px 7px 21px;box-shadow:inset 0 1px 0 #ffffff25,0 12px 34px #0002;background:linear-gradient(140deg,#d2e4d51a,#c1d6c608);border-color:#d6e7d532}
.search-icon{color:#a6bfac;flex-shrink:0}
.hero-search input{flex:1;min-width:0;width:auto;margin:0;padding:12px 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#eef5ed;font-size:14px;outline:none}
.hero-search input::placeholder{color:#adbdaf;opacity:1}
.search-field:focus-within{border-color:#c5dcc58c;box-shadow:inset 0 1px 0 #ffffff25,0 0 0 3px #bcd5bd12}
.search-submit{width:44px;min-height:44px;padding:0;flex-shrink:0;font-size:20px}
.search-hint{margin:12px 0 0 21px;color:#8ba090;font-size:10px}
.search-panel{position:absolute;z-index:30;left:0;right:0;top:calc(100% - 8px);border-radius:23px;padding:14px 9px;background:rgba(18,32,24,.97);box-shadow:0 24px 65px #0007;max-height:min(420px,55vh);overflow:auto;overscroll-behavior:contain}
.search-panel[hidden],.search-empty[hidden]{display:none}
.search-caption{margin:0;padding:4px 12px 10px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8da695}
.search-result{display:flex;justify-content:space-between;gap:12px;align-items:center;border-radius:13px;padding:13px 12px;color:#edf4eb;cursor:pointer;min-height:62px}
.search-result:hover,.search-result[aria-selected="true"]{background:#c7e3ca13}
.search-result strong{display:block;font-size:13px;font-weight:500}
.search-result small{display:block;font-size:10px;line-height:1.5;color:#9cb3a3;margin-top:4px}
.search-result>span:last-child{color:#b4cbb9}
.search-empty{padding:12px;margin:0;color:#adc0b2;font-size:12px;line-height:1.6}
@media(max-width:700px){
 .hero-copy{text-align:center}.hero h1,.typewriter-display{text-align:center}
 .hero-description{margin-inline:auto;max-width:340px}
 .hero-search{margin:26px auto 0;width:100%;max-width:430px}
 .search-field{gap:10px;padding-left:17px}.hero-search input{font-size:16px}
 .search-hint{text-align:center;margin-left:0}.hero-art{align-self:center}
 .hero-art .label-design{right:50%;transform:translateX(50%)}
 .search-result{text-align:left}
}
@media(max-width:700px){
 .hero{overflow-x:clip;overflow-y:visible}
 .header-button{white-space:nowrap}
}

.hero-statement-fixed,.hero-rotating,.hero-rotating-line{display:block}
.hero-rotating{min-height:2lh}
.hero-rotating-line{position:relative;min-height:1lh;white-space:nowrap}
.hero-rotating-line.has-cursor::after{content:"";position:absolute;width:2px;height:.76em;margin-left:.065em;margin-top:.13em;background:currentColor;animation:hero-caret 1s steps(1,end) infinite}
@keyframes hero-caret{0%,49%{opacity:.7}50%,100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.hero-rotating-line::after{display:none}}

/* Search destinations are focused for accessibility, without framing entire sections. */
main [tabindex="-1"]:focus { outline: none; }
.site-header .nav-links {
 position:absolute;top:calc(100% + 12px);right:0;width:min(360px,100%);display:flex;
 flex-direction:column;align-items:stretch;gap:5px;padding:15px;border-radius:26px;
 background:rgba(20,35,27,.97);border:1px solid #dcebdd26;
 box-shadow:inset 0 1px 0 #ffffff18,0 22px 60px #0006;
 backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);
 opacity:0;visibility:hidden;transform:translateY(-10px) scale(.97);transform-origin:top right;
 transition:opacity 220ms ease,transform 320ms cubic-bezier(.22,1,.36,1),visibility 320ms;
}
.site-header .nav-links a {display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-radius:15px;font-size:15px;color:var(--text);}
.site-header .nav-links a:hover {background:#c6e3cc12;}
.site-header .nav-links a span {color:var(--accent);}
.site-header.menu-open .nav-links {opacity:1;visibility:visible;transform:none;transition-delay:100ms;}
.menu-toggle {width:46px;min-height:46px;padding:0;flex-shrink:0;}
.menu-icon {position:relative;width:20px;height:18px;display:block;}
.menu-icon i {position:absolute;left:0;width:20px;height:1.5px;border-radius:2px;background:currentColor;transition:transform 260ms ease,opacity 160ms ease;}
.menu-icon i:nth-child(1){top:1px}.menu-icon i:nth-child(2){top:8px}.menu-icon i:nth-child(3){top:15px}
.menu-open .menu-icon i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-open .menu-icon i:nth-child(2){opacity:0;transform:scaleX(.2)}
.menu-open .menu-icon i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:700px){.site-header .header-button{display:none}.menu-toggle{width:42px;min-height:42px}.site-header .nav-links{width:100%}}
@media(prefers-reduced-motion:reduce){.site-header .nav-links,.menu-icon i{transition:none}.site-header.menu-open .nav-links{transition-delay:0s}}

/* Full-width forest and sage motion, softly fading into the next section. */
.hero-stage{position:relative;isolation:isolate}
.hero-motion{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none;mask-image:linear-gradient(#000 0%,#000 72%,transparent 100%)}
.hero-motion i{position:absolute;display:block;width:80%;height:100%;border-radius:50%;will-change:transform;animation:forest-drift 19s ease-in-out infinite alternate}
.hero-motion i:nth-child(1){left:-25%;top:-30%;background:radial-gradient(ellipse,#355747a6 0%,#35574740 35%,transparent 68%)}
.hero-motion i:nth-child(2){right:-25%;top:0;background:radial-gradient(ellipse,#78988070 0%,#35574750 32%,transparent 68%);animation-name:sage-drift;animation-duration:24s;animation-delay:-9s}
.hero-motion i:nth-child(3){left:15%;bottom:-40%;background:radial-gradient(ellipse,#4f7a615e 0%,#244a362e 38%,transparent 70%);animation-duration:27s;animation-delay:-15s;animation-direction:alternate-reverse}
@keyframes forest-drift{0%{transform:translate(-5%,-7%) scale(1)}50%{transform:translate(32%,18%) scale(1.18)}100%{transform:translate(60%,3%) scale(.95)}}
@keyframes sage-drift{0%{transform:translate(7%,-12%) scale(1.1)}50%{transform:translate(-28%,25%) scale(.95)}100%{transform:translate(-62%,-8%) scale(1.2)}}
@media(min-width:701px){
 .site-header .brand{order:1}.site-header .header-actions{order:3}.site-header .menu-toggle{display:none}
 .site-header .nav-links{order:2;position:static;width:auto;flex-direction:row;align-items:center;gap:32px;padding:0;border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:1;visibility:visible;transform:none;transition:none}
 .site-header .nav-links a{padding:8px 0;font-size:14px;color:var(--muted);border-radius:0}
 .site-header .nav-links a:hover{background:none;color:var(--text)}
 .site-header .nav-links a span,.site-header .nav-links a[href="#web-design-work"],.site-header .nav-links a[href="#contact"]{display:none}
}
@media(prefers-reduced-motion:reduce){.hero-motion i{animation:none;will-change:auto}}
.hero-motion.is-paused i{animation-play-state:paused}

/* Keep the following section below the first viewport, with room for content. */
.hero{min-height:100vh;min-height:100dvh}


/* A readable comparison matrix with persistent column labels on every screen. */
.comparison-section{background:#f3f7f0;color:#172d21}
.comparison-section .eyebrow{color:#446650}
.comparison-section h2 .soft{color:#6a8a70}
.comparison-section .section-heading{align-items:flex-start}
.comparison-section .section-heading>p{max-width:340px;color:#526659;line-height:1.8}
.comparison-panel{padding:0;background:none;border:0;box-shadow:none;overflow:visible}
.comparison-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;text-align:center}
.comparison-table th,.comparison-table td{padding:22px 24px;border-bottom:1px solid #ceddce;vertical-align:middle;font-size:15px;line-height:1.45}
.comparison-table th:first-child{width:48%;text-align:left}
.comparison-table thead th{position:sticky;top:108px;z-index:4;height:98px;background:#f3f7f0;font-size:14px;color:#365541;font-weight:650;border-bottom:1px solid #b8cdb8}
.comparison-table thead th:nth-child(2){width:24%}
.comparison-table tbody th{font-weight:550;padding-left:16px;color:#193223}
.comparison-table .qershi-column{background:#dfeadd}
.comparison-table thead .qershi-column{border-radius:22px 22px 0 0;background:#dfeadd}
.comparison-table tbody tr:last-child .qershi-column{border-radius:0 0 22px 22px}
.comparison-table tbody tr:last-child>*{border-bottom:0}
.comparison-brand{display:flex;justify-content:center;align-items:center;gap:10px;font-size:25px;font-weight:650;letter-spacing:-.04em;color:#244631}
.comparison-brand .header-logo-crop{flex-shrink:0;transform:scale(.8);filter:brightness(0) saturate(100%);opacity:.78}
.comparison-check{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#527e5d,#294e38);box-shadow:inset 0 1px 0 #ffffff40,0 6px 16px #25482c1f;font-size:21px}
.comparison-alternative{display:inline-block;color:#586b5e;font-size:13px}
.comparison-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:32px;padding-top:26px;border-top:1px solid #ceddce}
.comparison-bottom p{margin:0;font-size:18px;color:#365541;letter-spacing:-.025em}
.comparison-bottom .button{color:#254631;background:linear-gradient(145deg,#ffffffb3,#b4cab433);border-color:#77987b66}
.comparison-note{max-width:780px;margin:22px 0 0;font-size:11px;line-height:1.8;color:#607365}
@media(max-width:700px){
 .comparison-section .container{width:calc(100% - 28px)}
 .comparison-table th,.comparison-table td{padding:18px 8px;font-size:12px;line-height:1.5}
 .comparison-table th:first-child{width:43%}
 .comparison-table thead th:nth-child(2){width:24%}
 .comparison-table thead th{top:90px;height:82px;font-size:11px}
 .comparison-table tbody th{padding-left:3px;padding-right:12px}
 .comparison-brand{flex-direction:column;gap:0;font-size:15px;line-height:1}
 .comparison-brand .header-logo-crop{height:38px;transform:scale(.65);margin-top:-5px;margin-bottom:0}
 .comparison-check{width:32px;height:32px;border-radius:10px;font-size:18px}
 .comparison-alternative{font-size:11px;overflow-wrap:anywhere}
 .comparison-bottom{flex-direction:column;text-align:center;align-items:stretch}
 .comparison-bottom p{font-size:17px}.comparison-note{font-size:10px}
}
