:root {
    --red: #e31b23;
    --red-deep: #ae0f15;
    --red-soft: #fff1f1;
    --coal: #101012;
    --coal-2: #1b1b1e;
    --ink: #202024;
    --muted: #6c6b70;
    --paper: #ffffff;
    --canvas: #f3f3f4;
    --line: #dedee1;
    --content: 1240px;
    --reading: 760px;
    --shadow: 0 28px 70px rgba(19, 19, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--coal);
    color: var(--ink);
    font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--red-deep); text-decoration-thickness: 1px; text-underline-offset: .2em; transition: .22s ease; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    background: rgba(16, 16, 18, .95);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(var(--content), calc(100% - 48px));
    min-height: 88px;
    margin: 0 auto;
}
.brand { display: flex; align-items: center; width: 174px; height: 66px; overflow: hidden; }
.brand img { width: 164px; max-height: 60px; object-fit: contain; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a { display: block; padding: 12px 11px; border-radius: 7px; color: #d6d6d8; font-size: .78rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.main-nav > ul > li.active > a,
.main-nav > ul > li > a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.main-nav > ul > li.active > a::after { position: absolute; right: 12px; bottom: 4px; left: 12px; height: 2px; content: ""; background: var(--red); }
.main-nav > ul > li:last-child > a { margin-left: 8px; padding-inline: 18px; color: #fff; background: var(--red); }
.main-nav > ul > li:last-child > a:hover { background: #fff; color: var(--coal); }
.main-nav ul ul {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: none;
    width: 250px;
    margin: 0;
    padding: 9px;
    list-style: none;
    background: #fff;
    border-top: 3px solid var(--red);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .26);
}
.main-nav ul ul::before { position: absolute; bottom: 100%; left: 0; width: 100%; height: 14px; content: ""; }
.main-nav li:hover > ul, .main-nav li:focus-within > ul { display: block; }
.main-nav ul ul a { padding: 10px 12px; color: var(--ink); font-weight: 650; letter-spacing: 0; text-transform: none; }
.main-nav ul ul a:hover { color: #fff; background: var(--red); }
.menu-toggle { display: none; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 6px 0; background: #fff; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.page-shell { min-height: 72vh; background: var(--canvas); }
.page-heading { position: relative; overflow: hidden; color: #fff; background: var(--coal); }
.page-heading::before { position: absolute; top: 0; right: 50%; bottom: 0; width: 45vw; content: ""; background: linear-gradient(105deg, transparent 50%, rgba(227, 27, 35, .12)); transform: skewX(-14deg); }
.page-heading-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 47%);
    align-items: stretch;
    width: min(var(--content), calc(100% - 48px));
    min-height: 520px;
    margin: 0 auto;
}
.page-heading-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 82px 64px 88px 0; }
.eyebrow { margin: 0 0 24px; color: #a8a8ad; font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.page-heading h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(3.2rem, 6.4vw, 6.7rem); font-weight: 800; line-height: .91; letter-spacing: -.065em; text-wrap: balance; }
.hero-rule { display: block; width: 84px; height: 5px; margin-top: 34px; background: var(--red); }
.hero-media { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #28282b; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--coal) 0, transparent 24%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 48%); }
.hero-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.05); }
.section-dj-mobil .hero-media img { object-position: center 40%; }
.hero-media figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; display: flex; align-items: center; gap: 12px; color: #fff; }
.hero-media figcaption strong { color: var(--red); font-size: 2.8rem; line-height: 1; letter-spacing: -.06em; }
.hero-media figcaption span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.45); font-size: .7rem; font-weight: 800; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }

.content-card { width: min(var(--content), calc(100% - 48px)); margin: 0 auto; padding: clamp(58px, 7vw, 100px) clamp(28px, 8vw, 108px) clamp(76px, 9vw, 120px); background: var(--paper); box-shadow: var(--shadow); }
.content-flow { display: flow-root; }
.content-flow > h1:first-child, .content-flow > h2:first-child, .content-flow > h3:first-child { margin-top: 0; }
.content-flow h1, .content-flow h2, .content-flow h3, .content-flow h4 { color: var(--ink); text-wrap: balance; }
.content-flow h1 { max-width: 860px; margin: 1.6em 0 .45em; font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.content-flow h2 { max-width: 880px; margin: 2.25em 0 .58em; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 780; line-height: 1.06; letter-spacing: -.048em; }
.content-flow h3 { max-width: 820px; margin: 2em 0 .42em; color: var(--red); font-size: clamp(1.3rem, 2.6vw, 1.8rem); font-weight: 800; line-height: 1.2; letter-spacing: -.02em; }
.content-flow h4 { margin: 1.8em 0 .4em; font-size: 1rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.content-flow p { max-width: var(--reading); margin: 0 0 1.1em; color: #55545a; }
.content-flow strong { color: var(--ink); }
.content-flow > p:first-child:has(img) { float: right; width: min(37%, 330px); margin: 0 0 44px 64px; padding: 22px; background: var(--coal); }
.content-flow > p:first-child:has(img) img { max-height: 290px; }
.content-flow > p:has(img):not(:first-child), .content-flow > p:has(a > img):not(:first-child) { position: relative; clear: both; max-width: none; margin: 4rem -22px 3rem; padding: clamp(16px, 2.8vw, 30px); overflow: hidden; background: #ededee; }
.content-flow > p:has(img):not(:first-child)::before, .content-flow > p:has(a > img):not(:first-child)::before { position: absolute; top: 0; bottom: 0; left: 0; width: 5px; content: ""; background: var(--red); }
.content-flow img { width: auto; max-height: 720px; margin: 0 auto; object-fit: contain; }
.content-flow a:has(> img) { display: block; }
.content-flow p > a[role="button"], .content-flow p > a:not([href^="tel:"]):not([href^="mailto:"]):only-child, .primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 12px 0;
    padding: 12px 22px;
    color: #fff;
    background: var(--red);
    border-radius: 3px;
    box-shadow: 0 10px 24px rgba(227, 27, 35, .2);
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.content-flow p > a[role="button"]::after, .content-flow p > a:not([href^="tel:"]):not([href^="mailto:"]):only-child::after, .primary-action::after { margin-left: 14px; content: "→"; font-size: 1.15em; }
.content-flow p > a[role="button"]:hover, .content-flow p > a:not([href^="tel:"]):not([href^="mailto:"]):only-child:hover, .primary-action:hover { color: #fff; background: var(--coal); transform: translateY(-2px); }
.content-flow ul, .content-flow ol { max-width: var(--reading); padding-left: 1.35rem; }
.content-flow li { margin: .48rem 0; padding-left: .22rem; }
.content-flow li::marker { color: var(--red); }
.content-flow hr { height: 1px; margin: 48px 0; border: 0; background: var(--line); }
.content-flow blockquote { max-width: var(--reading); margin: 3rem 0; padding: 1.7rem 2rem; background: var(--red-soft); border-left: 5px solid var(--red); }
.post-tags { display: none; }

/* Editorial home page */
.page-home .content-card { padding-inline: clamp(28px, 6vw, 76px); }
.home-intro { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(44px, 7vw, 92px); align-items: start; }
.home-intro-mark { position: sticky; top: 120px; padding: 32px; background: var(--coal); border-bottom: 6px solid var(--red); }
.home-intro-mark img { width: 100%; max-height: none; filter: none; }
.home-intro-copy h2 { margin-top: 0; }
.section-label { margin: 0 0 18px !important; color: var(--red) !important; font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.signature { margin-top: 30px !important; padding-left: 18px; border-left: 3px solid var(--red); }
.feature-row { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); min-height: 550px; margin: 100px calc(clamp(28px, 6vw, 76px) * -1) 0; color: #fff; background: var(--coal); }
.feature-image { min-height: 550px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 20%; filter: grayscale(.25) contrast(1.05); }
.feature-copy { align-self: center; padding: clamp(44px, 7vw, 86px); }
.feature-copy h2 { margin: 0 0 .45em; color: #fff; }
.feature-copy p:not(.section-label) { color: #c7c7ca; }
.text-link { display: inline-flex; align-items: center; margin-top: 18px; color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link::after { margin-left: 14px; color: var(--red); content: "→"; font-size: 1.25em; }
.text-link:hover { color: var(--red); transform: translateX(3px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 1px calc(clamp(28px, 6vw, 76px) * -1) calc(clamp(76px, 9vw, 120px) * -1); background: #3a3a3e; }
.service-tile { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: clamp(34px, 4.2vw, 54px); color: #fff; background: #242427; }
.service-tile:nth-child(2) { background: #2b2b2f; }
.service-tile:nth-child(3) { background: #202023; }
.service-logo { display: flex; align-items: center; height: 125px; margin-bottom: 34px; padding: 18px; background: #fff; }
.service-logo img { width: auto; max-height: 88px; margin: auto; filter: none; }
.service-tile h2 { margin: 0 0 .5em; color: #fff; font-size: clamp(2rem, 3.4vw, 3rem); }
.service-tile p:not(.section-label) { color: #bdbdc1; font-size: .94rem; }
.service-tile .text-link { margin-top: auto; padding-top: 24px; }

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 72px 0 0;
    background: var(--line);
    border-block: 1px solid var(--line);
}
.trust-strip div { display: flex; align-items: center; gap: 16px; padding: 24px 28px; background: #fff; }
.trust-strip strong { color: var(--red); font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.trust-strip span { color: var(--muted); font-size: .76rem; font-weight: 800; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }

.content-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 46px 0 58px; }
.content-columns article { padding: 30px; background: var(--canvas); border-top: 4px solid var(--red); }
.content-columns h3 { margin-top: 0; color: var(--ink); }
.content-columns p { font-size: .94rem; }
.content-columns a { font-weight: 800; }

.inquiry-checklist { max-width: var(--reading); margin: 42px 0 54px; padding: clamp(28px, 5vw, 46px); background: var(--coal); color: #fff; border-left: 6px solid var(--red); }
.inquiry-checklist h3 { margin-top: 0; color: #fff; }
.inquiry-checklist li { color: #d4d4d7; }

.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 40px 0 48px; background: var(--line); border: 1px solid var(--line); }
.contact-details > div { padding: 28px; background: #fff; }
.contact-details h3 { margin-top: 0; }
.contact-details p, .contact-details address { margin: 0; color: var(--muted); font-style: normal; }
.contact-details a { font-weight: 800; }

.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 46px 0; }
.photo-grid img { width: 100%; height: 290px; max-height: none; object-fit: cover; }

.profile-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; max-width: 900px; margin: 42px 0; background: var(--line); border: 1px solid var(--line); }
.profile-facts div { padding: 22px 26px; background: #fff; }
.profile-facts dt { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.profile-facts dd { margin: 6px 0 0; color: var(--ink); font-weight: 650; }

.contact-panel { position: relative; clear: both; overflow: hidden; margin-top: 70px; padding: clamp(34px, 5vw, 56px); color: #fff; background: var(--red); }
.contact-panel::after { position: absolute; right: 20px; bottom: -76px; color: rgba(255,255,255,.13); content: "☎"; font-size: 10rem; transform: rotate(-10deg); }
.contact-panel h2 { position: relative; z-index: 1; margin: 0 0 .4em; color: #fff; }
.contact-panel p { position: relative; z-index: 1; margin-bottom: 0; color: rgba(255,255,255,.9); }
.contact-panel a { color: #fff; font-weight: 850; }

.site-footer { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 9vw, 120px); width: min(var(--content), calc(100% - 48px)); margin: 0 auto; padding: 72px 0 78px; color: #aaa9ae; }
.footer-kicker { margin: 0 0 6px; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 1.4rem; }
.site-footer p { margin-top: 0; }
.footer-info { align-self: end; padding-top: 26px; border-top: 1px solid #36363a; }
.site-footer a { color: #fff; text-decoration-color: #5e5e63; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 22px; font-size: .86rem; font-weight: 750; }

@media (max-width: 1040px) {
    .header-inner { min-height: 76px; }
    .brand { width: 154px; height: 58px; }
    .brand img { width: 146px; max-height: 54px; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 100%; left: 0; display: none; width: 100%; max-height: calc(100vh - 76px); overflow-y: auto; background: var(--coal); border-top: 1px solid #333; }
    .main-nav.open { display: block; }
    .main-nav > ul { display: block; padding: 15px 24px 26px; }
    .main-nav a { padding: 12px 14px; }
    .main-nav > ul > li:last-child > a { margin: 10px 0 0; text-align: center; }
    .main-nav ul ul { position: static; display: block; width: auto; padding: 0 0 7px 18px; border: 0; box-shadow: none; background: transparent; }
    .main-nav ul ul::before { display: none; }
    .main-nav ul ul a { color: #9d9da3; }
    .main-nav ul ul a:hover { color: #fff; background: #29292d; }
    .main-nav > ul > li.active > a::after { display: none; }
    .page-heading-inner { grid-template-columns: 1fr 43%; min-height: 440px; }
    .page-heading-copy { padding-right: 40px; }
    .hero-media, .hero-media img { min-height: 440px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-tile { min-height: 0; }
    .content-columns { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .header-inner, .page-heading-inner, .content-card, .site-footer { width: min(100% - 28px, var(--content)); }
    .page-heading-inner { display: block; min-height: 0; width: 100%; }
    .page-heading-copy { min-height: 340px; padding: 62px 22px 64px; }
    .page-heading h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
    .eyebrow { font-size: .66rem; letter-spacing: .13em; }
    .hero-media { min-height: 260px; }
    .hero-media img { min-height: 260px; height: 260px; }
    .hero-media::after { background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 55%); }
    .hero-media figcaption { right: 18px; bottom: 18px; }
    .content-card { padding: 52px 22px 68px; }
    .content-flow > p:first-child:has(img) { float: none; width: 100%; margin: 0 0 34px; padding: 16px; }
    .content-flow > p:has(img):not(:first-child), .content-flow > p:has(a > img):not(:first-child) { margin: 2.8rem -8px 2.2rem; padding: 14px; }
    .home-intro { grid-template-columns: 1fr; gap: 34px; }
    .home-intro-mark { position: static; width: 190px; padding: 22px; }
    .feature-row { grid-template-columns: 1fr; margin-top: 70px; }
    .feature-image, .feature-image img { min-height: 420px; height: 420px; }
    .feature-copy { padding: 42px 24px 54px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-tile { padding: 40px 24px 46px; }
    .service-logo { height: 112px; }
    .trust-strip, .contact-details { grid-template-columns: 1fr; }
    .trust-strip div { padding-inline: 18px; }
    .photo-grid { grid-template-columns: 1fr; }
    .photo-grid img { height: 240px; }
    .profile-facts { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; gap: 28px; padding: 52px 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
