:root {
    --ink: #141414;
    --muted: #65676b;
    --night: #f4f3ef;
    --night-soft: #ffffff;
    --blue: #ff5c22;
    --blue-bright: #ff7a3d;
    --line: rgba(20, 20, 20, 0.14);
    --paper: #ffffff;
    --paper-ink: #141414;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--night);
    color: var(--ink);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 20px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
    border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(255, 255, 255, .88); border-color: rgba(20,20,20,.12); backdrop-filter: blur(18px); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 225px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: #383838; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: #ff5c22; }
.nav-cta { padding: 11px 18px; border: 1px solid #171717; background: #171717; color: #fff; }
.menu-button { display: none; border: 0; background: transparent; padding: 12px 4px; color: #171717; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s ease; }

.hero { position: relative; min-height: 850px; padding: 190px 0 48px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 77% 34%, rgba(255, 92, 34, .18), transparent 26%), linear-gradient(135deg, #f7f6f2 0%, #efeee9 62%, #ffffff 100%); }
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .34; background-image: linear-gradient(rgba(20,20,20,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20,20,20,.08) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, transparent 3%, #000 30%, transparent 96%); transform: perspective(850px) rotateX(58deg) scale(1.6) translateY(10%); transform-origin: bottom; }
.orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.orb-one { width: 470px; height: 470px; right: -210px; top: 180px; border: 1px solid rgba(255, 92, 34, .38); box-shadow: inset 40px 0 120px rgba(255, 92, 34, .07), 0 0 100px rgba(255, 92, 34, .08); }
.orb-two { width: 230px; height: 230px; left: -150px; top: 515px; background: rgba(255, 92, 34, .05); border: 1px solid rgba(255, 92, 34, .23); }
.hero-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; }
.eyebrow { margin: 0 0 24px; color: #545454; font-size: .76rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; margin: 0 10px 4px 0; background: var(--blue-bright); box-shadow: 0 0 10px var(--blue); }
h1, h2, h3 { font-family: "Space Grotesk", Arial, sans-serif; line-height: 1.07; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.25rem, 6vw, 5.55rem); letter-spacing: -.055em; font-weight: 600; }
h1 em, h2 em { color: #ff5c22; font-style: normal; font-weight: inherit; text-shadow: none; }
.hero-intro { max-width: 650px; margin: 0; color: #5e6064; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 23px; font-weight: 800; font-size: .92rem; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #171717; color: #fff; box-shadow: 8px 8px 0 #ff5c22; }
.button-primary:hover { box-shadow: 11px 11px 0 #ff5c22; }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #242424; font-weight: 700; font-size: .9rem; }
.text-link span { color: #ff5c22; font-size: 1.15rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero-visual { position: relative; min-height: 430px; border: 1px solid rgba(20, 20, 20, .2); background: rgba(255,255,255,.78); box-shadow: 22px 22px 0 rgba(20,20,20,.08); backdrop-filter: blur(12px); overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; width: 240px; height: 240px; border: 38px solid rgba(255, 92, 34, .14); border-radius: 50%; right: -75px; bottom: -90px; box-shadow: none; }
.visual-topline { height: 57px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #6f7072; font-family: "Space Grotesk", monospace; font-size: .65rem; letter-spacing: .12em; }
.status { color: #323232; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #ff5c22; box-shadow: 0 0 0 4px rgba(255,92,34,.14); }
.visual-core { height: 280px; display: grid; place-content: center; text-align: center; }
.code-mark { font-family: "Space Grotesk", monospace; font-size: 6.3rem; line-height: 1; letter-spacing: -.13em; color: transparent; -webkit-text-stroke: 2px #ff5c22; text-shadow: none; transform: translateX(-.08em); }
.visual-core p { margin: 26px 0 0; color: #646569; font-family: "Space Grotesk", sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-core p span { color: #ff5c22; margin: 0 8px; }
.visual-list { position: relative; z-index: 1; height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); color: #58595c; font-family: "Space Grotesk", sans-serif; font-size: .63rem; letter-spacing: .12em; text-align: center; }
.visual-list span + span { border-left: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 105px; padding-top: 29px; border-top: 1px solid var(--line); color: #6c6d70; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 132px 0; }
.services { background: var(--paper); color: var(--paper-ink); }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { color: #65676b; }
.section-heading h2, .approach h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.4rem); letter-spacing: -.045em; }
.section-heading > p { max-width: 470px; margin: 0 0 7px; color: #5e6876; font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d1d8e1; border-left: 1px solid #d1d8e1; }
.service-card { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid #d1d8e1; border-bottom: 1px solid #d1d8e1; overflow: hidden; transition: color .3s ease, background .3s ease, transform .3s ease; }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--blue); transition: transform .3s ease; }
.service-card:hover { z-index: 1; color: #fff; background: #1a1a1a; transform: translateY(-4px); box-shadow: 0 20px 60px rgba(20, 20, 20, .16); }
.service-card:hover::after { transform: scaleX(1); }
.service-number { color: #94a1b1; font-family: "Space Grotesk", sans-serif; font-size: .7rem; letter-spacing: .1em; }
.service-icon { width: 45px; height: 45px; margin: 46px 0 35px; position: relative; }
.service-icon span { position: absolute; inset: 0; border: 1px solid #ff5c22; transform: rotate(45deg); }
.service-icon span:last-child { inset: 10px; border-color: #101522; }
.service-card:hover .service-icon span:last-child { border-color: #fff; }
.service-card h3 { margin-bottom: 15px; font-size: 1.35rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #687383; font-size: .91rem; line-height: 1.72; }
.service-card:hover p { color: #9faec2; }

.projects { background: #f0efea; color: #151515; }
.projects-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: end; margin-bottom: 62px; }
.projects-heading h2 { margin: 0; max-width: 760px; font-size: clamp(2.6rem, 5vw, 4.4rem); letter-spacing: -.045em; }
.projects-heading > p { max-width: 470px; margin: 0 0 7px; color: #65676b; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.project-card { background: #fff; border: 1px solid rgba(20,20,20,.13); box-shadow: 0 18px 40px rgba(20,20,20,.05); overflow: hidden; }
.project-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; }
.project-media { min-height: 330px; background: #dddcd7; overflow: hidden; }
.project-card-featured .project-media { min-height: 520px; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-media img { transform: scale(1.025); }
.project-placeholder { width: 100%; min-height: inherit; height: 100%; display: grid; place-content: center; gap: 22px; padding: 42px; color: #1c1c1c; background-color: #e5e3dd; background-image: linear-gradient(rgba(20,20,20,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(20,20,20,.07) 1px, transparent 1px); background-size: 38px 38px; text-align: center; }
.project-placeholder > span { width: 62px; height: 62px; display: grid; place-items: center; margin-inline: auto; border: 1px solid #1a1a1a; border-radius: 50%; background: #ff5c22; color: #fff; font-family: "Space Grotesk", sans-serif; font-size: .8rem; }
.project-placeholder strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; }
.project-placeholder small { display: block; margin-top: 7px; color: #696a6c; font-size: .78rem; letter-spacing: .08em; }
.project-content { padding: 35px 36px 38px; }
.project-card-featured .project-content { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 36px; color: #6b6d70; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-status { color: #d94712; }
.project-content h3 { margin-bottom: 16px; font-size: clamp(1.65rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.project-content p { margin: 0; color: #65676b; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 30px 0 0; padding: 0; }
.project-tags li { padding: 7px 11px; border: 1px solid rgba(20,20,20,.16); color: #494a4c; font-size: .7rem; font-weight: 700; letter-spacing: .04em; }

.craft-campaign { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr); min-height: 760px; background: #f0efea; color: #151515; overflow: hidden; }
.craft-visual { position: relative; min-height: 760px; overflow: hidden; }
.craft-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(20,20,20,.08)); pointer-events: none; }
.craft-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 10% center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.craft-campaign:hover .craft-visual img { transform: scale(1.02); }
.craft-visual-label { position: absolute; z-index: 2; left: 38px; bottom: 38px; padding: 14px 19px; color: #fff; background: rgba(20,20,20,.9); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.craft-visual-label span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #ff5c22; }
.craft-content { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(48px, 7vw, 115px); background-color: #f0efea; background-image: linear-gradient(rgba(20,20,20,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(20,20,20,.055) 1px, transparent 1px); background-size: 48px 48px; }
.craft-content h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 4.5vw, 4.7rem); letter-spacing: -.05em; }
.craft-intro { max-width: 590px; margin: 0; color: #5f6164; font-size: 1.02rem; }
.craft-benefits { max-width: 620px; list-style: none; margin: 40px 0 42px; padding: 0; border-top: 1px solid rgba(20,20,20,.16); }
.craft-benefits li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(20,20,20,.16); }
.craft-benefits li > span { padding-top: 3px; color: #e54c16; font-family: "Space Grotesk", sans-serif; font-size: .68rem; letter-spacing: .1em; }
.craft-benefits strong { display: block; margin-bottom: 3px; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.craft-benefits p { margin: 0; color: #707174; font-size: .85rem; line-height: 1.55; }
.craft-content .button { align-self: flex-start; }

.approach { position: relative; background: #1a1a1a; color: #fff; overflow: hidden; }
.approach::before { content: ""; position: absolute; width: 550px; height: 550px; left: -260px; top: 80px; border-radius: 50%; border: 1px solid rgba(255, 92, 34, .28); box-shadow: inset 0 0 100px rgba(255, 92, 34, .05); }
.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 115px; position: relative; }
.approach h2 { margin-bottom: 32px; }
.approach .eyebrow { color: #c2c2c2; }
.approach-copy > p:not(.eyebrow) { max-width: 470px; color: #b8b8b8; }
.approach-copy .text-link { margin-top: 22px; }
.approach .text-link { color: #fff; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step > span { color: #ff7643; font-family: "Space Grotesk", sans-serif; font-size: .72rem; letter-spacing: .12em; }
.step h3 { margin: 0 0 10px; font-size: 1.75rem; }
.step p { margin: 0; color: #aaa; }

.contact { position: relative; padding: 140px 0; color: #fff; background: linear-gradient(120deg, #f04d17, #ff6b35 55%, #e9450f); overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.contact::before { width: 520px; height: 520px; right: -90px; top: -270px; }
.contact::after { width: 300px; height: 300px; right: 175px; bottom: -210px; }
.contact-inner { position: relative; z-index: 1; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.eyebrow.light span { background: #fff; box-shadow: none; }
.contact h2 { max-width: 900px; }
.contact h2 em { color: #fff; text-shadow: none; }
.contact-inner > p:not(.eyebrow) { max-width: 640px; margin: 30px 0 0; color: rgba(255,255,255,.8); font-size: 1.04rem; }
.contact-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button-light { background: #fff; color: #071529; box-shadow: 0 15px 40px rgba(0, 31, 77, .18); }
.email-link { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); }

.site-footer { padding: 48px 0; background: #111; border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.footer-inner > p { margin: 0; color: #7f8a9a; font-size: .82rem; }
.footer-links { display: flex; gap: 24px; color: #bfc7d3; font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.07); }

/* PC- & Technikservice */
.tech-hero { position: relative; min-height: 850px; padding: 154px 0 84px; isolation: isolate; overflow: hidden; background: #f4f3ef; }
.tech-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 8% 40%, rgba(255,92,34,.12), transparent 24%), linear-gradient(125deg, #f7f6f2, #eceae4 64%, #fff); }
.tech-hero .hero-grid { opacity: .21; transform: perspective(900px) rotateX(61deg) scale(1.65) translateY(12%); }
.tech-hero-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.tech-hero-copy { position: relative; z-index: 2; min-width: 0; }
.tech-hero h1 { font-size: clamp(3.2rem, 5.6vw, 5.25rem); }
.tech-hero-image { position: relative; margin: 0; min-height: 570px; border: 1px solid rgba(20,20,20,.2); background: #fff; box-shadow: 24px 24px 0 rgba(20,20,20,.08); overflow: hidden; }
.tech-hero-image::before { content: ""; position: absolute; z-index: 1; inset: 0; box-shadow: inset 0 0 0 10px rgba(255,255,255,.35); pointer-events: none; }
.tech-hero-image img { width: 100%; height: 570px; object-fit: cover; object-position: 58% center; }
.tech-hero-image figcaption { position: absolute; z-index: 2; left: 22px; bottom: 22px; max-width: 330px; padding: 13px 17px; color: #fff; background: rgba(20,20,20,.88); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.tech-hero-image figcaption span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #ff5c22; }
.tech-badges { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 43px; color: #595b5e; font-size: .78rem; font-weight: 700; }
.tech-badges i { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 50%; color: #fff; background: #ff5c22; font-size: .68rem; font-style: normal; }
.tech-promise { color: #fff; background: #171717; }
.tech-promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.tech-promise p { min-height: 154px; margin: 0; padding: 35px 36px; border-left: 1px solid rgba(255,255,255,.11); }
.tech-promise p:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.tech-promise strong, .tech-promise span { display: block; }
.tech-promise strong { margin-bottom: 8px; color: #ff7643; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.tech-promise span { color: #aaa; font-size: .86rem; line-height: 1.65; }
.tech-services { background: #fff; }
.tech-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tech-service-card { position: relative; min-height: 310px; padding: 31px; border: 1px solid #d9d7d0; background: #f8f7f3; overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.tech-service-card:hover { transform: translateY(-5px); border-color: #ff5c22; box-shadow: 0 20px 48px rgba(20,20,20,.09); }
.tech-service-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -78px; bottom: -78px; border: 18px solid rgba(255,92,34,.1); border-radius: 50%; transition: transform .3s ease; }
.tech-service-card:hover::after { transform: scale(1.15); }
.tech-service-number { color: #96928a; font-family: "Space Grotesk", sans-serif; font-size: .68rem; letter-spacing: .12em; }
.tech-service-mark { width: 49px; height: 49px; margin: 35px 0 28px; border: 2px solid #ff5c22; border-radius: 50%; box-shadow: 9px 9px 0 rgba(255,92,34,.14); }
.tech-service-mark::after { content: ""; display: block; width: 19px; height: 2px; margin: 39px 0 0 38px; background: #171717; transform: rotate(47deg); transform-origin: left center; }
.tech-service-card h3 { margin-bottom: 13px; font-size: 1.35rem; }
.tech-service-card p { margin: 0; color: #66686b; font-size: .9rem; line-height: 1.72; }
.tech-process { position: relative; color: #fff; background: #1a1a1a; overflow: hidden; }
.tech-process::after { content: ""; position: absolute; width: 520px; height: 520px; left: -270px; bottom: -260px; border: 1px solid rgba(255,92,34,.27); border-radius: 50%; box-shadow: inset 0 0 110px rgba(255,92,34,.06); }
.tech-process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.tech-process h2 { margin-bottom: 29px; font-size: clamp(2.6rem, 5vw, 4.4rem); letter-spacing: -.045em; }
.tech-process-copy > p:not(.eyebrow) { max-width: 470px; color: #aaa; }
.tech-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }
.tech-step { display: grid; grid-template-columns: 65px 1fr; gap: 14px; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.tech-step > span { color: #ff7643; font-family: "Space Grotesk", sans-serif; font-size: .72rem; letter-spacing: .12em; }
.tech-step h3 { margin: 0 0 9px; font-size: 1.65rem; }
.tech-step p { margin: 0; color: #aaa; }
.tech-contact::after { right: auto; left: 55%; }

/* Impressum */
.legal-hero { position: relative; min-height: calc(100vh - 235px); padding: 185px 0 120px; isolation: isolate; overflow: hidden; background: #f4f3ef; }
.legal-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 18% 38%, rgba(255,92,34,.12), transparent 27%), linear-gradient(135deg, #f7f6f2, #eceae4 70%, #fff); }
.legal-hero .hero-grid { opacity: .18; }
.legal-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.legal-heading { padding-top: 28px; }
.legal-heading h1 { margin-bottom: 25px; font-size: clamp(4rem, 7vw, 6.4rem); }
.legal-dot { color: #ff5c22; }
.legal-heading > p:last-child { max-width: 430px; color: #66686b; }
.legal-card { border: 1px solid rgba(20,20,20,.17); background: rgba(255,255,255,.88); box-shadow: 22px 22px 0 rgba(20,20,20,.07); backdrop-filter: blur(12px); }
.legal-card section { padding: 44px 48px; }
.legal-card section + section { border-top: 1px solid rgba(20,20,20,.13); }
.legal-label { margin: 0 0 22px; color: #d94712; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-card h2 { margin-bottom: 18px; font-size: 2rem; }
.legal-card address { color: #5f6164; font-style: normal; line-height: 1.9; }
.legal-contact-list { margin: 0; }
.legal-contact-list > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(20,20,20,.1); }
.legal-contact-list > div:last-child { border-bottom: 0; }
.legal-contact-list dt { color: #777; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.legal-contact-list dd { margin: 0; font-weight: 700; }
.legal-contact-list a { border-bottom: 1px solid #ff5c22; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
    .hero { min-height: auto; }
    .hero-layout { grid-template-columns: 1fr; gap: 65px; }
    .hero-copy { max-width: 760px; }
    .hero-visual { max-width: 690px; }
    .trust-row { margin-top: 75px; }
    .section-heading { grid-template-columns: 1fr; gap: 25px; }
    .projects-heading { grid-template-columns: 1fr; gap: 25px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .project-card-featured { display: block; }
    .project-card-featured .project-media { min-height: 430px; }
    .craft-campaign { grid-template-columns: 1fr; }
    .craft-visual { min-height: 560px; }
    .craft-content { padding: 95px max(24px, calc((100vw - 1180px) / 2)); }
    .approach-layout { grid-template-columns: 1fr; gap: 75px; }
    .approach-copy { max-width: 680px; }
    .tech-hero { min-height: auto; }
    .tech-hero-layout { grid-template-columns: 1fr; }
    .tech-hero-copy { max-width: 760px; }
    .tech-hero-image { max-width: 780px; min-height: 500px; }
    .tech-hero-image img { height: 500px; }
    .tech-service-grid { grid-template-columns: repeat(2, 1fr); }
    .tech-process-layout { grid-template-columns: 1fr; gap: 70px; }
    .legal-layout { grid-template-columns: 1fr; gap: 45px; }
    .legal-heading { max-width: 650px; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 32px), var(--max)); }
    .header-inner { height: 76px; }
    .brand { width: 185px; }
    .menu-button { display: block; z-index: 2; cursor: pointer; }
    .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(255,255,255,.98); font-size: 1.3rem; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
    .main-nav.open { transform: none; visibility: visible; }
    .nav-cta { margin-top: 12px; font-size: 1rem; }
    .hero { padding: 143px 0 35px; }
    h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
    .hero-intro { font-size: 1rem; }
    .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; }
    .hero-visual { min-height: 355px; }
    .visual-core { height: 225px; }
    .code-mark { font-size: 4.5rem; }
    .visual-topline { padding-inline: 14px; }
    .visual-topline > span:first-child { display: none; }
    .visual-list { height: 75px; grid-template-columns: repeat(2, 1fr); }
    .visual-list span:nth-child(3), .visual-list span:nth-child(4) { display: none; }
    .trust-row { grid-template-columns: 1fr; margin-top: 60px; gap: 13px; }
    .section { padding: 92px 0; }
    .section-heading h2, .approach h2, .contact h2 { font-size: clamp(2.5rem, 11vw, 3.6rem); }
    .service-grid { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: 1fr; }
    .project-card-featured { grid-column: auto; }
    .project-card-featured .project-media, .project-media { min-height: 320px; }
    .project-card-featured .project-content, .project-content { padding: 30px 26px 34px; }
    .craft-visual { min-height: 460px; }
    .craft-visual img { object-position: 10% center; }
    .craft-visual-label { right: 18px; bottom: 18px; left: 18px; text-align: center; }
    .craft-content { padding: 82px 16px; }
    .craft-content h2 { font-size: clamp(2.5rem, 11vw, 3.6rem); }
    .project-meta { margin-bottom: 26px; }
    .service-card { min-height: 300px; }
    .approach-layout { gap: 58px; }
    .step { grid-template-columns: 48px 1fr; }
    .contact { padding: 100px 0; }
    .contact-actions { gap: 24px; }
    .footer-inner { grid-template-columns: 1fr; gap: 25px; align-items: start; }
    .footer-links { grid-column: auto; flex-direction: column; gap: 10px; }
    .copyright { grid-column: auto; width: 100%; }
    .tech-hero { padding: 128px 0 68px; }
    .tech-hero h1 { font-size: clamp(2.8rem, 13vw, 4.35rem); }
    .tech-hero-layout { gap: 55px; }
    .tech-hero-image, .tech-hero-image img { height: 390px; min-height: 390px; }
    .tech-hero-image { box-shadow: 13px 13px 0 rgba(20,20,20,.08); }
    .tech-hero-image img { object-position: 64% center; }
    .tech-hero-image figcaption { right: 15px; left: 15px; bottom: 15px; }
    .tech-badges { flex-direction: column; gap: 12px; margin-top: 34px; }
    .tech-promise-grid { grid-template-columns: 1fr; }
    .tech-promise p { min-height: 0; padding: 27px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
    .tech-promise p:last-child { border-right: 0; border-bottom: 0; }
    .tech-service-grid { grid-template-columns: 1fr; }
    .tech-service-card { min-height: 285px; }
    .tech-process h2 { font-size: clamp(2.5rem, 11vw, 3.6rem); }
    .tech-step { grid-template-columns: 47px 1fr; }
    .legal-hero { min-height: 0; padding: 142px 0 92px; }
    .legal-heading h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
    .legal-card { box-shadow: 12px 12px 0 rgba(20,20,20,.07); }
    .legal-card section { padding: 33px 25px; }
    .legal-contact-list > div { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 410px) {
    h1 { font-size: 2.65rem; }
    .tech-hero h1 { font-size: 2.22rem; letter-spacing: -.045em; }
    .button { width: 100%; }
    .hero-actions { align-items: stretch; }
    .hero-actions .text-link { justify-content: center; }
    .service-card { padding: 26px 24px; }
}
