:root {
  --orange: #ff8a00;
  --ink: #0b0b0b;
  --paper: #f3f0e9;
  --muted: #b9b7b1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.shell { width: min(100% - 48px, 1320px); margin-inline: auto; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.hero-media { position: absolute; inset: 0; background: url('../images/selected/01_hero_open_air.webp') center 50% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.95) 0%, rgba(5,5,5,.72) 43%, rgba(5,5,5,.28) 100%), linear-gradient(0deg, rgba(5,5,5,.84) 0%, transparent 42%); }

.site-header { height: 100px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand-link { display: block; width: 205px; line-height: 0; }
.brand-logo { display: block; width: 100%; height: auto; mix-blend-mode: screen; }
.wordmark { display: flex; align-items: baseline; gap: 6px; font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; }
.wordmark b { color: var(--orange); font-size: 12px; letter-spacing: .16em; }
.site-header nav { display: flex; gap: 34px; color: #ddd; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { justify-self: end; display: inline-flex; gap: 10px; align-items: center; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }

.hero-copy { position: relative; z-index: 1; margin-block: auto 62px; padding-top: 8vh; }
.eyebrow { margin: 0 0 30px; display: flex; align-items: center; gap: 12px; color: #d7d6d2; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
h1 { margin: 0; max-width: 1040px; font-size: clamp(64px, 7.5vw, 112px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.hero-bottom { display: flex; align-items: flex-end; gap: 80px; margin-top: 46px; padding-left: clamp(0px, 18vw, 250px); }
.hero-bottom > p { max-width: 530px; margin: 0; font-size: clamp(17px, 1.7vw, 24px); line-height: 1.45; color: #dfded9; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 0 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.button-primary { background: var(--orange); color: #111; font-weight: 800; }
.text-link { white-space: nowrap; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 7px; }

.hero-rail { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.18); min-height: 68px; display: flex; align-items: center; }
.rail-inner { display: flex; align-items: center; gap: 18px; color: #d7d6d2; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.rail-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.rail-inner small { margin-left: auto; font: inherit; color: #94928e; }

.section { padding-block: 150px; }
.section-kicker { margin: 0; color: #8b8881; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; }
.intro { color: #111; background: var(--paper); }
body:has(.intro) { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.45fr .7fr; gap: 9vw; align-items: end; margin-top: 38px; }
.intro h2, .process h2, .contact h2, .project h2 { margin: 0; font-size: clamp(48px, 6.5vw, 98px); line-height: .95; letter-spacing: -.065em; text-transform: uppercase; }
.intro h2 em { font: italic 500 .78em Georgia, serif; text-transform: none; letter-spacing: -.045em; color: var(--orange); }
.intro-copy > p { margin: 0; color: #4b4944; font-size: 18px; line-height: 1.7; }
.line-link { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; padding-block: 16px; border-bottom: 1px solid #a9a59d; color: #171717; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.services { background: var(--paper); color: #111; padding-bottom: 150px; }
.service-card { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; }
.service-copy { position: relative; padding: clamp(48px, 6vw, 92px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.service-number { position: absolute; top: 34px; right: 38px; font-size: 12px; letter-spacing: .18em; opacity: .55; }
.service-copy h3 { margin: 22px 0 28px; font-size: clamp(46px, 5.5vw, 82px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.service-copy > p:not(.section-kicker) { max-width: 550px; margin: 0; font-size: 16px; line-height: 1.7; opacity: .72; }
.service-copy ul { width: 100%; margin: 46px 0 0; padding: 0; list-style: none; }
.service-copy li { border-top: 1px solid currentColor; padding: 14px 0; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; opacity: .75; }
.service-image { min-height: 520px; background-position: center; background-size: cover; filter: saturate(.85) contrast(1.05); }
.image-stage { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url('../images/hero-stage.jpg'); }
.image-media { background-image: url('../images/selected/04_hybrid_regie.webp'); background-position: center; }
.image-projection { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url('../images/selected/05_media_projection.webp'); }
.image-camera { background-image: url('../images/selected/02_live_camera_screen.webp'); background-position: center; }
.service-dark { background: #111; color: #f5f1e9; }
.service-light { background: #dfdcd4; }
.service-orange { background: var(--orange); color: #111; }
.support-note { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 36px 42px; border: 1px solid #bbb7ae; border-top: 0; color: #4f4c46; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.support-note p { margin: 0; line-height: 1.6; text-transform: none; letter-spacing: 0; font-size: 14px; }

.references { padding-top: 24px; color: #111; background: var(--paper); }
.references-head { display: grid; grid-template-columns: .38fr 1.3fr .62fr; gap: 4vw; align-items: end; }
.references h2 { margin: 0; font-size: clamp(46px, 5.8vw, 86px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.references h2 em { font: italic 500 .78em Georgia, serif; text-transform: none; letter-spacing: -.045em; color: var(--orange); }
.references-head > p:last-child { margin: 0; color: #66625b; font-size: 16px; line-height: 1.65; }
.reference-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: repeat(2, 310px); gap: 18px; margin-top: 72px; }
.reference-item { position: relative; overflow: hidden; background: #111; color: #fff; }
.reference-feature { grid-row: 1 / 3; }
.reference-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.reference-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.reference-item:hover img { transform: scale(1.025); }
.reference-item div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.reference-item span { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #d1cfca; }
.reference-item b { font-size: 14px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }
.privacy-note { margin: 20px 0 0; color: #8a867e; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; text-align: right; }

.statement { background: #111; color: #fff; overflow: hidden; }
.statement-track { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: .18em .42em; background: var(--orange); color: #111; padding: 20px 24px 17px; font-size: clamp(28px, 3.7vw, 56px); line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; text-align: center; }
.statement-track span { display: inline-flex; align-items: center; gap: .42em; }
.statement-track b { font-weight: 400; }
.project { position: relative; min-height: 880px; background: linear-gradient(90deg, rgba(8,8,8,.94), rgba(8,8,8,.3)), url('../images/selected/07_live_atmosphaere.webp') center / cover no-repeat; }
.project-inner { min-height: inherit; display: flex; flex-direction: column; padding-block: 48px 90px; }
.project-meta { display: flex; justify-content: space-between; color: #cbc9c4; font-size: 10px; text-transform: uppercase; letter-spacing: .19em; }
.project-copy { margin-top: auto; max-width: 900px; }
.project-copy h2 { margin-top: 26px; }
.project-copy > p:last-child { max-width: 530px; margin: 38px 0 0 32%; color: #d5d3cf; font-size: 17px; line-height: 1.65; }

.process { color: #111; background: var(--paper); }
.process-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 100px; }
.steps article { border-top: 1px solid #a7a39b; padding-top: 20px; }
.steps article > span { color: var(--orange); font-size: 12px; letter-spacing: .16em; }
.steps h3 { margin: 55px 0 18px; font-size: 28px; text-transform: uppercase; letter-spacing: -.025em; }
.steps p { max-width: 340px; margin: 0; color: #65625b; line-height: 1.65; font-size: 15px; }

.contact { padding-block: 130px; color: #111; background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.contact .section-kicker { color: #5c3200; }
.contact h2 { margin-top: 32px; }
.contact-action > p { margin: 0 0 44px; font-size: 17px; line-height: 1.65; }
.contact-mail { display: flex; justify-content: space-between; align-items: center; padding-block: 20px; border-block: 1px solid rgba(0,0,0,.55); font-size: clamp(19px, 2vw, 28px); font-weight: 700; letter-spacing: -.03em; }
.contact-mail svg { width: 1.4em; height: 1.4em; }
.contact-lines { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

footer { background: #0b0b0b; color: #fff; padding-top: 80px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 80px; }
.footer-mark { width: 280px; }
.footer-social p { margin: 4px 0 26px; color: #93918b; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.footer-social a { color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; border-bottom: 1px solid #5b5b5b; padding-bottom: 7px; }
.footer-main address { justify-self: end; font-style: normal; font-size: 13px; line-height: 1.65; color: #c2c0bb; }
.footer-bottom { min-height: 70px; border-top: 1px solid #2f2f2f; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #7e7c77; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footer-bottom div { display: flex; justify-content: center; gap: 26px; }
.footer-bottom > a { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 82px; }
  .site-header nav { display: none; }
  .hero-copy { margin-bottom: 38px; }
  .hero-bottom { padding-left: 0; flex-direction: column; align-items: flex-start; gap: 28px; }
  .hero-actions { flex-wrap: wrap; }
  .section { padding-block: 100px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .references-head { grid-template-columns: 1fr; gap: 28px; }
  .reference-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 300px 300px; }
  .reference-feature { grid-column: 1 / 3; grid-row: auto; }
  .service-card { min-height: auto; }
  .service-copy { min-height: 600px; }
  .project { min-height: 760px; }
  .process-head { grid-template-columns: 1fr; }
  .steps { margin-top: 70px; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 1320px); }
  .header-cta { font-size: 0; gap: 0; width: 42px; height: 42px; justify-content: center; border: 1px solid rgba(255,255,255,.3); }
  .header-cta svg { font-size: 16px; }
  .brand-link { width: 160px; }
  .hero-media { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.94), rgba(5,5,5,.38)), linear-gradient(0deg, rgba(5,5,5,.9), transparent 50%); }
  h1 { font-size: clamp(48px, 13.5vw, 62px); line-height: .87; }
  .hero-copy { padding-top: 12vh; }
  .eyebrow { margin-bottom: 22px; }
  .hero-bottom { margin-top: 32px; }
  .hero-bottom > p { font-size: 17px; max-width: 92%; }
  .hero-actions { gap: 22px; }
  .rail-inner { gap: 10px; letter-spacing: .12em; }
  .rail-inner small { display: none; }
  .section { padding-block: 78px; }
  .intro-grid { gap: 36px; margin-top: 26px; }
  .intro h2, .process h2, .contact h2, .project h2 { font-size: clamp(42px, 13vw, 64px); }
  .services { width: 100%; padding-bottom: 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-card .service-image { min-height: 400px; }
  .service-card.service-light .service-image { order: 2; }
  .support-note { grid-template-columns: 1fr; gap: 16px; padding: 30px 28px; }
  .references { padding-top: 72px; }
  .references h2 { font-size: clamp(42px, 12vw, 58px); }
  .reference-grid { grid-template-columns: 1fr; grid-template-rows: 440px repeat(4, 300px); margin-top: 48px; }
  .reference-feature { grid-column: auto; grid-row: auto; }
  .reference-item div { left: 20px; right: 20px; bottom: 20px; }
  .privacy-note { text-align: left; line-height: 1.5; }
  .service-copy { min-height: auto; padding: 72px 28px; }
  .service-copy h3 { max-width: 100%; font-size: clamp(36px, 10.5vw, 44px); line-height: .96; overflow-wrap: anywhere; }
  .statement-track { gap: .3em .55em; padding: 16px 18px 14px; font-size: clamp(22px, 7vw, 32px); }
  .statement-track span { gap: .55em; }
  .project { width: 100%; min-height: 700px; background-position: 60% center; }
  .project-inner { width: 100%; padding: 34px 18px 66px; }
  .project-copy > p:last-child { margin-left: 0; font-size: 16px; }
  .steps { grid-template-columns: 1fr; gap: 56px; }
  .steps h3 { margin-top: 28px; }
  .contact { padding-block: 84px; }
  .contact-grid { gap: 52px; }
  .contact-lines { flex-direction: column; }
  footer { padding-top: 64px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 54px; }
  .footer-mark { width: 240px; }
  .footer-main address { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr auto; row-gap: 22px; padding-block: 24px; }
  .footer-bottom div { grid-row: 2; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; color: #111; padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.legal-page { min-height: 100vh; overflow-x: hidden; background: var(--paper); color: #171717; }
.legal-header { background: #0b0b0b; padding-block: 28px; }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-header .brand-link { width: 210px; }
.legal-header a:last-child { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: #ddd; }
.legal-content { width: min(100% - 48px, 920px); margin-inline: auto; padding-block: 90px 120px; }
.legal-content h1 { color: #111; font-size: clamp(48px, 7vw, 82px); line-height: .95; }
.legal-content h2 { margin: 56px 0 16px; font-size: 25px; line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; text-transform: uppercase; letter-spacing: -.02em; }
.legal-content p, .legal-content li, .legal-content address { font-size: 16px; line-height: 1.75; color: #4f4c46; font-style: normal; }
.legal-content a { color: #9b5100; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.legal-back { display: inline-block; margin-bottom: 36px; color: #6b675f; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.legal-note { border-left: 4px solid var(--orange); padding: 18px 22px; background: #e9e5dc; }
@media (max-width: 580px) {
  .legal-header .shell { width: min(100% - 28px, 1320px); }
  .legal-header .brand-link { width: 160px; }
  .legal-content { width: min(100% - 28px, 920px); padding-block: 64px 90px; }
  .legal-content h1 { font-size: clamp(42px, 13vw, 58px); overflow-wrap: anywhere; }
  .legal-content h2 { margin-top: 44px; font-size: 22px; }
}
