/*
 * Reparatur-Service Becker — professional editorial system
 * This layer intentionally replaces the earlier collage/card treatment.
 */
:root {
  --sky: #58bce9;
  --sky-dark: #168bc3;
  --sky-pale: #edf8fd;
  --sky-soft: #d9f0fa;
  --graphite: #202d34;
  --graphite-2: #152129;
  --ink: #172127;
  --muted: #617079;
  --line: #dce4e8;
  --shell: min(1240px, calc(100vw - 64px));
  --shadow: 0 24px 60px rgba(18, 35, 45, .12);
}

body { color: var(--ink); background: #fff; }
.page-main { overflow: clip; }
.utility-bar { display: none; }

/* Compact, precisely aligned header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(18,35,45,.04);
}
.header-inner { min-height: 96px; gap: 44px; }
.site-header .brand {
  min-width: 272px;
  gap: 13px;
  align-items: center;
  margin: 0;
}
.site-header .brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  margin: 0;
}
.site-header .brand-copy { display: block; line-height: 1; transform: translateY(1px); }
.site-header .brand-top { font-size: 17px; line-height: 1; letter-spacing: .025em; }
.site-header .brand-name { margin-top: 2px; font-size: 31px; line-height: .84; }
.main-nav { gap: 34px; margin: 0; }
.main-nav a {
  padding: 38px 0 33px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.main-nav a::after { height: 3px; }

.eyebrow {
  margin-bottom: 18px;
  color: var(--sky-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.button { min-height: 52px; padding: 0 22px; border-radius: 0; font-size: 14px; letter-spacing: .025em; }
.button-primary { color: #fff; background: var(--sky-dark); border-color: var(--sky-dark); }
.button-primary:hover,
.button-primary:focus-visible { background: var(--graphite); border-color: var(--graphite); }
.button-light { color: var(--graphite); background: #fff; border-color: #fff; }

/* Homepage — single strong hero instead of collage */
.home-v2 { background: #fff; }
.agency-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  background: #fff;
}
.agency-hero-copy {
  align-self: center;
  padding: 72px 62px 78px max(32px, calc((100vw - 1240px) / 2));
}
.agency-hero-kicker {
  margin: 0 0 2px;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(31px, 2.5vw, 43px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
}
.agency-hero h1 {
  margin: 0;
  color: var(--sky-dark);
  font-family: var(--display);
  font-size: clamp(60px, 5.2vw, 84px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .84;
  text-transform: uppercase;
}
.agency-hero-services {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--graphite);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 650;
  line-height: 1.35;
}
.agency-hero-text {
  position: relative;
  max-width: 480px;
  margin: 32px 0 30px;
  padding-top: 25px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.agency-hero-text::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 52px; height: 3px; background: var(--sky-dark); }
.agency-hero-text strong { color: var(--graphite); }
.agency-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.agency-hero-media { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: var(--sky-pale); }
.agency-hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 6px; background: var(--sky); }
.agency-hero-media img { object-position: center center; transition: transform 1.2s var(--ease); }
.agency-hero:hover .agency-hero-media img { transform: scale(1.018); }
.agency-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 28px;
  min-width: 210px;
  padding: 15px 18px;
  color: #fff;
  background: rgba(21,33,41,.88);
  backdrop-filter: blur(8px);
}
.agency-hero-media figcaption strong,
.agency-hero-media figcaption span { display: block; }
.agency-hero-media figcaption strong { font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.agency-hero-media figcaption span { color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.agency-service-rail { color: var(--graphite); background: #fff; border-bottom: 1px solid var(--line); }
.agency-service-rail .site-shell { display: grid; grid-template-columns: repeat(4,1fr); }
.agency-service-rail a { position: relative; min-height: 112px; display: grid; grid-template-columns: 34px 1fr; align-content: center; padding: 22px 24px; border-left: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.agency-service-rail a:last-child { border-right: 1px solid var(--line); }
.agency-service-rail a:hover,
.agency-service-rail a:focus-visible { color: var(--sky-dark); background: var(--sky-pale); }
.agency-service-rail span { grid-row: 1 / 3; color: var(--sky-dark); font-family: var(--display); font-size: 16px; font-weight: 900; }
.agency-service-rail strong { font-family: var(--display); font-size: 18px; line-height: 1.1; text-transform: uppercase; }
.agency-service-rail small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.agency-services { padding: 108px 0 128px; }
.agency-section-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.65fr); gap: 90px; align-items: end; margin-bottom: 70px; }
.agency-section-head h2,
.agency-philosophy h2,
.agency-partner h2,
.agency-faq h2 {
  margin: 0;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}
.agency-section-head h2 span,
.agency-philosophy h2 span,
.agency-partner h2 span { color: var(--sky-dark); }
.agency-section-head > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.agency-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 82px 62px; align-items: start; }
.agency-service-card { display: block; color: inherit; }
.agency-service-card:nth-child(even) { margin-top: 72px; }
.agency-service-card figure { height: 360px; margin: 0 0 27px; overflow: hidden; background: var(--sky-pale); }
.agency-service-card.agency-service-tall figure { height: 430px; }
.agency-service-card img { transition: transform .75s var(--ease); }
.agency-service-card:hover img,
.agency-service-card:focus-visible img { transform: scale(1.035); }
.agency-service-card > div { position: relative; padding: 0 28px 0 52px; }
.agency-service-card > div > span { position: absolute; left: 0; top: 4px; color: var(--sky-dark); font-family: var(--display); font-size: 15px; font-weight: 900; }
.agency-service-card h3 { margin: 0 0 10px; color: var(--graphite); font-family: var(--display); font-size: clamp(32px,3vw,45px); font-weight: 900; letter-spacing: -.025em; line-height: .95; text-transform: uppercase; }
.agency-service-card p { max-width: 490px; margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.agency-service-card > div > strong { color: var(--sky-dark); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.agency-philosophy { color: #fff; background: var(--graphite-2); }
.agency-philosophy-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.agency-philosophy-copy { align-self: center; padding: 86px 90px 86px 0; }
.agency-philosophy .eyebrow { color: var(--sky); }
.agency-philosophy h2 { color: #fff; }
.agency-philosophy-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.agency-philosophy ul { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.agency-philosophy li { position: relative; padding: 12px 0 12px 24px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.agency-philosophy li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 8px; height: 8px; background: var(--sky); }
.agency-philosophy figure { height: 650px; min-height: 650px; margin: 0; }

.agency-process { padding: 84px 0 94px; background: var(--sky-pale); }
.agency-process > .site-shell > header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.agency-process header .eyebrow { margin: 0; }
.agency-process h2 { max-width: 700px; margin: 0; color: var(--graphite); font-family: var(--display); font-size: clamp(38px,4vw,56px); font-weight: 900; line-height: .94; text-transform: uppercase; }
.agency-process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #bedbe8; border-bottom: 1px solid #bedbe8; }
.agency-process article { min-height: 220px; padding: 28px 30px; border-left: 1px solid #bedbe8; }
.agency-process article:last-child { border-right: 1px solid #bedbe8; }
.agency-process article span { color: var(--sky-dark); font-family: var(--display); font-size: 17px; font-weight: 900; }
.agency-process h3 { margin: 38px 0 9px; color: var(--graphite); font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.agency-process article p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.agency-partner { padding: 112px 0; background: #fff; }
.agency-partner-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 80px; align-items: center; }
.agency-partner-copy { padding-right: 10px; }
.agency-partner-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 20px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.agency-partner-copy .agency-partner-note { margin: 0 0 30px; padding-left: 18px; color: var(--graphite); border-left: 3px solid var(--sky); font-size: 13px; font-weight: 700; }
.agency-partner figure { height: 520px; min-height: 520px; margin: 0; }

.agency-faq { padding: 98px 0; background: #fff; border-top: 1px solid var(--line); }
.agency-faq .faq-wrap { padding: 0; }
.faq-intro { max-width: 350px; margin: 24px 0 0; color: var(--muted); }

/* Professional shared subpage system */
.breadcrumb { min-height: 48px; margin-top: 0; margin-bottom: 0; font-size: 12px; }
.subpage-hero {
  min-height: 620px;
  grid-template-columns: minmax(0,46%) minmax(0,54%);
  background: #fff;
}
.subpage-hero-copy {
  width: auto;
  margin: 0;
  align-self: center;
  padding: 76px 44px 80px max(32px, calc((100vw - 1240px) / 2));
}
.subpage-hero h1 {
  max-width: 570px;
  margin-bottom: 27px;
  font-size: clamp(46px, 4.3vw, 64px);
  line-height: .89;
  letter-spacing: -.035em;
}
.subpage-hero-copy > p:not(.eyebrow) { max-width: 520px; font-size: 17px; line-height: 1.7; }
.subpage-hero-media { min-height: 620px; clip-path: none; }
.subpage-hero-media::after { inset: 0 auto 0 0; width: 6px; height: auto; background: var(--sky); }
.subpage-hero-media img { object-position: center center; }
.quick-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-nav-inner a { min-height: 94px; }

.content-section { padding: 94px 0; }
.content-section-tight { padding: 78px 0; }
.intro-grid { gap: 82px; }
.editorial-heading { font-size: clamp(45px,4.7vw,65px); line-height: .92; }
.intro-copy { max-width: 545px; }

/* Service overview: substantial alternating editorial rows */
.directory-row,
.directory-row:nth-child(even) {
  min-height: 500px;
  grid-template-columns: minmax(0,1.08fr) 76px minmax(0,.92fr);
  gap: 40px;
}
.directory-row:nth-child(even) { grid-template-columns: 76px minmax(0,.92fr) minmax(0,1.08fr); }
.directory-row::before { background: #fff; border-color: var(--line); }
.directory-row:nth-child(even)::before { background: var(--sky-pale); }
.directory-image,
.directory-row:nth-child(n) .directory-image { width: 100%; height: 380px; min-height: 380px; clip-path: none; }
.directory-number { font-size: clamp(56px,5vw,76px); color: #b9c7ce; }
.directory-row h2 { font-size: clamp(39px,3.7vw,55px); line-height: .92; }
.directory-row p { color: var(--muted); font-size: 16px; line-height: 1.65; }

/* Service details: big images, no small floating overlays */
.detail-diagnosis-grid { min-height: 540px; grid-template-columns: minmax(0,.68fr) minmax(0,1.02fr) minmax(310px,.8fr); }
.detail-diagnosis-heading { padding: 78px 54px 70px 0; }
.detail-diagnosis-photo { height: 540px; min-height: 540px; clip-path: none; }
.detail-story { padding: 104px 0; }
.detail-story-grid,
.detail-story.is-reversed .detail-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 82px; align-items: center; }
.detail-story-main,
.detail-story.is-reversed .detail-story-main { grid-column: 1; grid-row: 1; height: 560px; min-height: 560px; }
.detail-story-copy,
.detail-story.is-reversed .detail-story-copy { grid-column: 2; grid-row: 1; padding: 0; }
.detail-story.is-reversed .detail-story-main { grid-column: 2; }
.detail-story.is-reversed .detail-story-copy { grid-column: 1; }
.detail-story-detail,
.detail-story.is-reversed .detail-story-detail { display: none; }
.detail-story-copy h2 { font-size: clamp(43px,4vw,59px); }
.detail-fact-band { padding: 0; }
.detail-fact-grid,
.detail-fact-grid.is-reversed { width: 100%; max-width: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
.detail-fact-media { height: 570px; min-height: 570px; }
.detail-fact-copy { align-self: center; width: min(620px, calc(100% - 64px)); margin-inline: auto; padding: 80px 0; }
.detail-fact-grid.is-reversed .detail-fact-media { grid-column: 2; grid-row: 1; }
.detail-fact-grid.is-reversed .detail-fact-copy { grid-column: 1; grid-row: 1; }
.detail-scope { padding: 98px 0; }
.detail-scope-head { margin-bottom: 52px; }
.detail-scope-rail { grid-template-columns: repeat(3,1fr); }
.detail-scope-item { min-height: 205px; padding: 28px; }
.detail-process-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.detail-process-copy { padding: 92px max(52px,calc((100vw - 1240px)/2)); }
.detail-process-media { height: 670px; min-height: 670px; }
.detail-picture-strip { display: none; }
.cross-links { border-top: 1px solid var(--line); }

/* Partner/about/contact pages */
.partner-page-hero .subpage-hero-media::after { background: var(--sky); }
.partner-page-hero .eyebrow,
.partner-banner .eyebrow,
.partner-banner h2 span { color: var(--sky-dark) !important; }
.partner-banner { min-height: 590px; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); }
.partner-banner-media { height: 590px; min-height: 590px; }
.partner-banner-copy { padding: 78px max(32px,calc((100vw - 1240px)/2)) 78px 76px; }
.about-statement { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 80px; align-items: center; }
.about-statement-media { height: 560px; min-height: 560px; }
.values-list { border-top: 1px solid var(--line); }
.value-row { min-height: 118px; }
.area-band { padding: 86px 0; }
.contact-layout { gap: 80px; align-items: start; }
.contact-intro,
.contact-form-wrap { padding: 0; }
.contact-form-wrap { box-shadow: none; border-top: 5px solid var(--sky); background: var(--sky-pale); }

/* Stronger conversion/footer finish */
.cta-band { background: var(--sky-dark); }
.cta-band-inner { min-height: 300px; }
.cta-band h2 span { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }
.cta-band .button-primary { color: var(--graphite); background: #fff; border-color: #fff; }
.cta-band .button-primary:hover { color: #fff; background: var(--graphite); border-color: var(--graphite); }
.site-footer { padding-top: 76px; background: var(--graphite-2); }
.footer-grid { padding-bottom: 62px; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 1240px); }
  .main-nav { gap: 22px; }
  .main-nav a { font-size: 14px; }
  .agency-hero { grid-template-columns: minmax(0,48%) minmax(0,52%); }
  .agency-hero-copy { padding-right: 36px; }
  .agency-hero h1 { font-size: clamp(68px,8vw,88px); }
  .agency-service-rail a { padding-inline: 16px; }
  .agency-section-head { gap: 48px; }
  .agency-philosophy-copy { padding-right: 54px; }
  .subpage-hero { grid-template-columns: minmax(0,48%) minmax(0,52%); }
  .subpage-hero-copy { padding-right: 40px; }
  .detail-diagnosis-grid { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); }
  .detail-diagnosis-photo { display: none; }
  .directory-row,
  .directory-row:nth-child(even) { gap: 26px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1240px); }
  .header-inner { min-height: 82px; }
  .site-header .brand { min-width: 0; }
  .site-header .brand-mark { width: 45px; height: 45px; flex-basis: 45px; }
  .site-header .brand-top { font-size: 14px; }
  .site-header .brand-name { font-size: 26px; }
  .menu-toggle { display: flex; }
  .main-nav { top: 82px; }

  .agency-hero { min-height: 0; display: flex; flex-direction: column; }
  .agency-hero-copy { width: var(--shell); margin: 0 auto; padding: 64px 0 60px; }
  .agency-hero h1 { font-size: clamp(70px,14vw,98px); }
  .agency-hero-media { min-height: 540px; }
  .agency-service-rail .site-shell { width: 100%; grid-template-columns: repeat(2,1fr); }
  .agency-service-rail a:nth-child(2) { border-right: 1px solid var(--line); }
  .agency-service-rail a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .agency-section-head { grid-template-columns: 1fr; gap: 28px; }
  .agency-service-grid { gap: 62px 34px; }
  .agency-service-card:nth-child(even) { margin-top: 46px; }
  .agency-service-card figure,
  .agency-service-card.agency-service-tall figure { height: 330px; }
  .agency-philosophy-grid { width: 100%; grid-template-columns: 1fr; }
  .agency-philosophy-copy { width: var(--shell); margin: 0 auto; padding: 80px 0; }
  .agency-philosophy figure { height: 510px; min-height: 510px; }
  .agency-process-grid { grid-template-columns: repeat(2,1fr); }
  .agency-process article:nth-child(-n+2) { border-bottom: 1px solid #bedbe8; }
  .agency-process article:nth-child(2) { border-right: 1px solid #bedbe8; }
  .agency-partner-grid { grid-template-columns: 1fr; gap: 46px; }
  .agency-partner figure { height: 500px; min-height: 500px; }

  .subpage-hero { min-height: 0; display: flex; flex-direction: column; }
  .subpage-hero-copy { order: 1; width: var(--shell); margin: 0 auto; padding: 62px 0 58px; }
  .subpage-hero-media { order: 2; min-height: 500px; }
  .quick-nav-inner { grid-template-columns: repeat(2,1fr); }
  .directory-row,
  .directory-row:nth-child(even) { min-height: 440px; grid-template-columns: minmax(0,1fr) 58px minmax(0,1fr); }
  .directory-image,
  .directory-row:nth-child(n) .directory-image { height: 320px; min-height: 320px; }
  .detail-diagnosis-grid { grid-template-columns: 1fr; min-height: 0; }
  .detail-diagnosis-heading { padding: 72px 0 38px; }
  .detail-problems { border-left: 0; padding-bottom: 70px; }
  .detail-story-grid,
  .detail-story.is-reversed .detail-story-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-story-main,
  .detail-story.is-reversed .detail-story-main { grid-column: 1; grid-row: 1; height: 520px; min-height: 520px; }
  .detail-story-copy,
  .detail-story.is-reversed .detail-story-copy { grid-column: 1; grid-row: 2; }
  .detail-fact-grid,
  .detail-fact-grid.is-reversed { grid-template-columns: 1fr; }
  .detail-fact-media,
  .detail-fact-grid.is-reversed .detail-fact-media { grid-column: 1; grid-row: 1; height: 510px; min-height: 510px; }
  .detail-fact-copy,
  .detail-fact-grid.is-reversed .detail-fact-copy { grid-column: 1; grid-row: 2; width: var(--shell); }
  .detail-process-grid { grid-template-columns: 1fr; }
  .detail-process-copy { width: var(--shell); margin: 0 auto; padding: 82px 0; }
  .detail-process-media { height: 520px; min-height: 520px; }
  .partner-banner { grid-template-columns: 1fr; }
  .partner-banner-media { height: 520px; min-height: 520px; }
  .partner-banner-copy { width: var(--shell); margin: 0 auto; padding: 72px 0; }
  .about-statement { grid-template-columns: 1fr; gap: 48px; }
  .contact-layout { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 36px); }
  .site-header .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .site-header .brand-top { font-size: 13px; }
  .site-header .brand-name { font-size: 24px; }
  .agency-hero-copy { padding: 54px 0 48px; }
  .agency-hero-kicker { font-size: 28px; }
  .agency-hero h1 { font-size: clamp(46px,12.4vw,54px); }
  .agency-hero-services { margin-top: 22px; font-size: 17px; }
  .agency-hero-text { margin: 25px 0 26px; font-size: 15px; }
  .agency-hero .hero-actions { display: grid; }
  .agency-hero .button { width: 100%; }
  .agency-hero-media { min-height: 390px; }
  .agency-hero-media figcaption { right: 18px; bottom: 18px; min-width: 185px; }
  .agency-service-rail a { min-height: 102px; grid-template-columns: 26px 1fr; padding: 17px 13px; }
  .agency-service-rail strong { font-size: 15px; }
  .agency-service-rail small { display: none; }
  .agency-services { padding: 78px 0 88px; }
  .agency-section-head { margin-bottom: 46px; }
  .agency-section-head h2,
  .agency-philosophy h2,
  .agency-partner h2,
  .agency-faq h2 { font-size: clamp(42px,13vw,56px); }
  .agency-service-grid { grid-template-columns: 1fr; gap: 54px; }
  .agency-service-card:nth-child(even) { margin-top: 0; }
  .agency-service-card figure,
  .agency-service-card.agency-service-tall figure { height: 300px; }
  .agency-service-card > div { padding-left: 40px; }
  .agency-philosophy-copy { padding: 70px 0; }
  .agency-philosophy figure { height: 380px; min-height: 380px; }
  .agency-process { padding: 70px 0; }
  .agency-process > .site-shell > header { display: block; }
  .agency-process header .eyebrow { margin-bottom: 15px; }
  .agency-process-grid { grid-template-columns: 1fr; }
  .agency-process article { min-height: 170px; border-right: 1px solid #bedbe8; border-bottom: 1px solid #bedbe8; }
  .agency-process article:last-child { border-bottom: 0; }
  .agency-process h3 { margin-top: 24px; }
  .agency-partner { padding: 78px 0; }
  .agency-partner figure { height: 350px; min-height: 350px; }
  .agency-faq { padding: 76px 0; }

  .breadcrumb { width: var(--shell); }
  .subpage-hero-copy { padding: 52px 0 48px; }
  .subpage-hero h1 { font-size: clamp(38px,10.3vw,45px); }
  .subpage-hero-media { min-height: 360px; }
  .quick-nav-inner { grid-template-columns: 1fr; }
  .content-section { padding: 72px 0; }
  .content-section-tight { padding: 62px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .directory-row,
  .directory-row:nth-child(even) { min-height: 0; display: flex; flex-direction: column; gap: 22px; padding: 50px 0; }
  .directory-row:nth-child(odd) .directory-image,
  .directory-row:nth-child(even) .directory-image { order: 1; width: 100%; height: 290px; min-height: 290px; }
  .directory-row:nth-child(odd) .directory-number,
  .directory-row:nth-child(even) .directory-number { order: 2; align-self: flex-start; font-size: 38px; }
  .directory-row:nth-child(odd) > div,
  .directory-row:nth-child(even) > div { order: 3; }
  .detail-diagnosis-heading { padding-top: 62px; }
  .detail-problems { grid-template-columns: 1fr; padding-bottom: 58px; }
  .detail-problem { min-height: 145px; border-right: 0; }
  .detail-problem:nth-child(2) { border-top: 0; }
  .detail-story { padding: 72px 0; }
  .detail-story-main,
  .detail-story.is-reversed .detail-story-main { height: 350px; min-height: 350px; }
  .detail-fact-media,
  .detail-fact-grid.is-reversed .detail-fact-media { height: 350px; min-height: 350px; }
  .detail-fact-copy { padding: 66px 0; }
  .detail-scope { padding: 72px 0; }
  .detail-scope-rail { grid-template-columns: 1fr; }
  .detail-scope-item { min-height: 160px; }
  .detail-process-copy { padding: 70px 0; }
  .detail-process-media { height: 360px; min-height: 360px; }
  .partner-banner-media { height: 360px; min-height: 360px; }
  .about-statement-media { height: 360px; min-height: 360px; }
  .cta-band-inner { min-height: 0; padding: 66px 0; }
  .site-footer { padding-top: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  .agency-hero-media img,
  .agency-service-card img { transition: none; }
}

/*
 * Accepted concept fidelity pass
 * The service pages follow the compact 41.5 / 58.5 editorial split from the
 * approved Wintergarten design. These rules deliberately override the earlier
 * oversized presentation layer.
 */
.site-header .header-inner { width: min(1180px,calc(100vw - 80px)); min-height: 82px; gap: 36px; }
.site-header .brand { min-width: 244px; gap: 11px; }
.site-header .brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
.site-header .brand-top { font-size: 15px; }
.site-header .brand-name { margin-top: 2px; font-size: 27px; line-height: .86; }
.main-nav { height: 82px; gap: 32px; }
.main-nav a { padding: 29px 0 26px; font-size: 14px; }

.service-detail-page .breadcrumb { display: none; }
.service-detail-page .subpage-hero {
  height: 566px;
  min-height: 566px;
  display: grid;
  grid-template-columns: minmax(0,41.5%) minmax(0,58.5%);
  background: #fff;
}
.service-detail-page .subpage-hero-copy {
  width: auto;
  margin: 0;
  align-self: center;
  padding: 56px 40px 58px max(40px,calc((100vw - 1180px)/2));
}
.service-detail-page .subpage-hero-copy > .eyebrow { display: none; }
.service-detail-page .subpage-hero h1 {
  max-width: 470px;
  margin: 0 0 22px;
  color: var(--graphite);
  font-family: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(47px,4vw,52px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: .96;
  text-transform: none;
}
.service-detail-page .subpage-hero h1 span { color: inherit; }
.service-detail-page .subpage-hero-copy > p:not(.eyebrow) {
  position: relative;
  max-width: 360px;
  margin: 0;
  padding-top: 25px;
  color: var(--graphite);
  font-size: 17px;
  line-height: 1.48;
}
.service-detail-page .subpage-hero-copy > p:not(.eyebrow)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background: var(--sky-dark);
}
.service-detail-page .subpage-hero .hero-actions { margin-top: 26px; gap: 11px; }
.service-detail-page .subpage-hero .button {
  min-height: 43px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: .015em;
}
.service-detail-page .subpage-hero .button svg { width: 15px; height: 15px; }
.service-detail-page .subpage-hero .button .button-phone { order: -1; }
.service-detail-page .subpage-hero-media {
  height: 566px;
  min-height: 566px;
  margin: 0;
  clip-path: none;
}
.service-detail-page .subpage-hero-media::after { display: none; }
.service-detail-page .subpage-hero-media img { object-position: center center; }

.service-detail-page .detail-diagnosis { min-height: 460px; }
.service-detail-page .detail-diagnosis-grid {
  width: 100%;
  max-width: none;
  min-height: 460px;
  height: 460px;
  display: grid;
  grid-template-columns: minmax(0,69.5%) minmax(0,30.5%);
  grid-template-rows: 96px minmax(0,1fr);
}
.service-detail-page .detail-diagnosis-heading {
  grid-column: 1;
  grid-row: 1;
  padding: 42px 42px 0 max(40px,calc((100vw - 1180px)/2));
}
.service-detail-page .detail-diagnosis-heading .eyebrow {
  margin: 0;
  color: var(--sky);
  font-size: 11px;
}
.service-detail-page .detail-diagnosis-heading h2 { display: none; }
.service-detail-page .detail-problems {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-template-rows: repeat(2,minmax(0,1fr));
  align-content: stretch;
  padding: 0 42px 34px max(40px,calc((100vw - 1180px)/2));
  border: 0;
  counter-reset: service-problem;
}
.service-detail-page .detail-problem {
  counter-increment: service-problem;
  min-height: 0;
  padding: 15px 22px 14px 0;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.17);
}
.service-detail-page .detail-problem:not(:has(.problem-icon))::before {
  content: "0" counter(service-problem);
  display: block;
  margin-bottom: 13px;
  color: var(--sky);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.service-detail-page .detail-problem:nth-child(2),
.service-detail-page .detail-problem:nth-child(3) { padding-left: 22px; }
.service-detail-page .detail-problem:nth-child(3) { border-right: 0; }
.service-detail-page .detail-problem:nth-child(-n+3) { border-top: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.service-detail-page .detail-problem:nth-child(4) {
  grid-column: 1 / 3;
  display: block;
  border-right: 0;
}
.service-wintergarten .detail-problem:nth-child(4) {
  display: grid;
  grid-template-columns: 48px minmax(130px,.55fr) minmax(0,1fr);
  align-items: center;
  gap: 18px;
}
.service-detail-page .problem-icon {
  width: 34px;
  height: 34px;
  margin: 0 0 12px;
  color: var(--sky);
  stroke-width: 1.65;
}
.service-wintergarten .detail-problem:nth-child(4) .problem-icon { margin: 0; }
.service-detail-page .detail-problem strong {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.05;
}
.service-wintergarten .detail-problem:nth-child(4) strong { margin: 0; }
.service-detail-page .detail-problem p { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.45; }
.service-detail-page .detail-diagnosis-photo {
  grid-column: 2;
  grid-row: 1 / 3;
  display: block;
  height: 460px;
  min-height: 460px;
  margin: 0;
  clip-path: none;
}
.service-detail-page .detail-diagnosis-photo::after { display: none; }

.service-detail-page .detail-story { padding: 40px 0; }
.service-detail-page .detail-story-grid,
.service-detail-page .detail-story.is-reversed .detail-story-grid {
  display: grid;
  grid-template-columns: minmax(0,43%) minmax(0,1fr);
  gap: clamp(54px,7vw,84px);
  align-items: center;
}
.service-detail-page .detail-story-main,
.service-detail-page .detail-story.is-reversed .detail-story-main {
  grid-column: 1;
  grid-row: 1;
  height: 480px;
  min-height: 480px;
  margin: 0;
}
.service-detail-page .detail-story-copy,
.service-detail-page .detail-story.is-reversed .detail-story-copy {
  grid-column: 2;
  grid-row: 1;
  max-width: 520px;
  padding: 0;
}
.service-detail-page .detail-story-detail,
.service-detail-page .detail-story.is-reversed .detail-story-detail { display: none; }
.service-detail-page .detail-story-copy .eyebrow { margin-bottom: 15px; }
.service-wintergarten .detail-story-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
}
.service-wintergarten .detail-story-copy .eyebrow::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--sky);
}
.service-detail-page .detail-story-copy h2 {
  margin: 0 0 22px;
  color: var(--graphite);
  font-size: clamp(37px,3.6vw,48px);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-transform: none;
}
.service-detail-page .detail-story-copy h2 span { color: inherit; }
.service-detail-page .detail-story-copy p { margin-bottom: 18px; font-size: 15px; line-height: 1.65; }
.detail-story-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
}
.detail-story-list li { position: relative; padding: 8px 0 8px 29px; border-bottom: 1px solid var(--line); }
.detail-story-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sky-dark);
  font-size: 18px;
  font-weight: 900;
}
.service-wintergarten .detail-story-copy::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 26px;
  background: var(--sky);
}

.service-detail-page .detail-fact-band { padding: 0; }
.service-detail-page .detail-fact-grid,
.service-detail-page .detail-fact-grid.is-reversed {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
}
.service-detail-page .detail-fact-media,
.service-detail-page .detail-fact-grid.is-reversed .detail-fact-media {
  height: 460px;
  min-height: 460px;
  margin: 0;
}
.service-detail-page .detail-fact-media::before { display: none; }
.service-detail-page .detail-fact-copy,
.service-detail-page .detail-fact-grid.is-reversed .detail-fact-copy {
  align-self: center;
  width: min(520px,calc(100% - 72px));
  margin-inline: auto;
  padding: 58px 0;
}
.service-detail-page .detail-fact-copy h2,
.service-detail-page .detail-scope-head h2,
.service-detail-page .detail-process-copy h2 {
  text-transform: none;
  letter-spacing: -.025em;
}
.service-detail-page .detail-fact-copy h2 { font-size: clamp(37px,3.6vw,49px); }
.service-detail-page .detail-fact-copy p { font-size: 15px; line-height: 1.65; }
.service-detail-page .detail-fact-points { margin-top: 22px; }
.service-detail-page .detail-fact-points li { padding: 11px 0; font-size: 13px; }
.service-detail-page .detail-scope { padding: 74px 0 70px; }
.service-detail-page .detail-scope-head { margin-bottom: 38px; }
.service-detail-page .detail-scope-head h2 { max-width: 700px; font-size: clamp(38px,4vw,52px); }
.service-detail-page .detail-scope-rail { grid-template-columns: repeat(3,1fr); }
.service-detail-page .detail-scope-item { min-height: 168px; padding: 24px 26px; }
.service-detail-page .detail-scope-item span { margin-bottom: 26px; }
.service-detail-page .detail-process-grid { min-height: 500px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.service-detail-page .detail-process-copy { padding: 64px 58px 64px max(40px,calc((100vw - 1180px)/2)); }
.service-detail-page .detail-process-copy h2 { margin-bottom: 27px; font-size: clamp(38px,4vw,52px); }
.service-detail-page .detail-step { grid-template-columns: 48px 130px 1fr; padding: 15px 0; }
.service-detail-page .detail-process-media { height: 500px; min-height: 500px; margin: 0; clip-path: none; }
.service-detail-page .content-section { padding: 76px 0; }
.service-detail-page .content-section-tight { padding: 64px 0; }

@media (max-width: 1100px) and (min-width: 821px) {
  .service-detail-page .subpage-hero { grid-template-columns: minmax(0,42.5%) minmax(0,57.5%); }
  .service-detail-page .subpage-hero-copy { padding-left: 32px; padding-right: 32px; }
  .service-detail-page .subpage-hero h1 { font-size: clamp(46px,5vw,55px); }
  .service-detail-page .detail-diagnosis-heading,
  .service-detail-page .detail-problems { padding-left: 32px; }
  .service-detail-page .detail-diagnosis-photo { display: block; }
}

@media (max-width: 900px) {
  .site-header .header-inner { width: var(--shell); min-height: 74px; }
  .site-header .brand { min-width: 0; }
  .site-header .brand-mark { width: 39px; height: 39px; flex-basis: 39px; }
  .site-header .brand-top { font-size: 12px; }
  .site-header .brand-name { font-size: 22px; }
  .main-nav { top: 74px; height: auto; }
}

@media (max-width: 820px) {
  .service-detail-page .subpage-hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .service-detail-page .subpage-hero-copy {
    order: 1;
    width: var(--shell);
    margin: 0 auto;
    padding: 48px 0 44px;
  }
  .service-detail-page .subpage-hero h1 { max-width: 540px; font-size: clamp(42px,7.5vw,54px); }
  .service-detail-page .subpage-hero-copy > p:not(.eyebrow) { max-width: 500px; }
  .service-detail-page .subpage-hero-media { order: 2; height: 360px; min-height: 360px; }
  .service-detail-page .detail-diagnosis { min-height: 0; }
  .service-detail-page .detail-diagnosis-grid {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 340px;
  }
  .service-detail-page .detail-diagnosis-heading {
    grid-column: 1;
    grid-row: 1;
    padding: 48px 24px 24px;
  }
  .service-detail-page .detail-problems {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: repeat(2,minmax(0,1fr));
    padding: 0 24px 44px;
  }
  .service-detail-page .detail-problem,
  .service-detail-page .detail-problem:nth-child(2),
  .service-detail-page .detail-problem:nth-child(3) { padding: 22px; }
  .service-detail-page .detail-problem:nth-child(odd) { padding-left: 0; }
  .service-detail-page .detail-problem:nth-child(2) { border-right: 0; }
  .service-detail-page .detail-problem:nth-child(3) { border-right: 1px solid rgba(255,255,255,.17); }
  .service-detail-page .detail-problem:nth-child(4) {
    grid-column: 2;
    display: block;
    border-right: 0;
  }
  .service-detail-page .detail-problem:nth-child(4) .problem-icon { margin-bottom: 12px; }
  .service-detail-page .detail-problem:nth-child(4) strong { margin-bottom: 8px; }
  .service-detail-page .detail-diagnosis-photo {
    grid-column: 1;
    grid-row: 3;
    display: block;
    height: 340px;
    min-height: 340px;
  }
  .service-detail-page .detail-story { padding: 48px 0 62px; }
  .service-detail-page .detail-story-grid,
  .service-detail-page .detail-story.is-reversed .detail-story-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-detail-page .detail-story-main,
  .service-detail-page .detail-story.is-reversed .detail-story-main {
    grid-column: 1;
    grid-row: 1;
    height: 390px;
    min-height: 390px;
  }
  .service-detail-page .detail-story-copy,
  .service-detail-page .detail-story.is-reversed .detail-story-copy {
    grid-column: 1;
    grid-row: 2;
    max-width: 640px;
  }
  .service-detail-page .detail-fact-grid,
  .service-detail-page .detail-fact-grid.is-reversed { grid-template-columns: 1fr; }
  .service-detail-page .detail-fact-media,
  .service-detail-page .detail-fact-grid.is-reversed .detail-fact-media {
    grid-column: 1;
    grid-row: 1;
    height: 360px;
    min-height: 360px;
  }
  .service-detail-page .detail-fact-copy,
  .service-detail-page .detail-fact-grid.is-reversed .detail-fact-copy {
    grid-column: 1;
    grid-row: 2;
    width: var(--shell);
    padding: 58px 0;
  }
  .service-detail-page .detail-scope-head { align-items: start; flex-direction: column; }
  .service-detail-page .detail-scope-rail { grid-template-columns: repeat(2,1fr); }
  .service-detail-page .detail-process-grid { grid-template-columns: 1fr; }
  .service-detail-page .detail-process-copy { width: var(--shell); margin: 0 auto; padding: 64px 0; }
  .service-detail-page .detail-process-media { height: 360px; min-height: 360px; }
}

@media (max-width: 540px) {
  .service-detail-page .subpage-hero-copy { padding: 42px 0 38px; }
  .service-detail-page .subpage-hero h1 { font-size: clamp(39px,11.5vw,47px); }
  .service-detail-page .subpage-hero .hero-actions { display: grid; }
  .service-detail-page .subpage-hero .button { width: 100%; }
  .service-detail-page .subpage-hero-media { height: 290px; min-height: 290px; }
  .service-detail-page .detail-problems { grid-template-columns: 1fr; grid-template-rows: none; }
  .service-detail-page .detail-problem,
  .service-detail-page .detail-problem:nth-child(2),
  .service-detail-page .detail-problem:nth-child(3),
  .service-detail-page .detail-problem:nth-child(4) {
    grid-column: 1;
    display: block;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.17);
  }
  .service-detail-page .detail-problem:nth-child(4) { border-bottom: 0; }
  .service-detail-page .detail-story-main,
  .service-detail-page .detail-story.is-reversed .detail-story-main { height: 300px; min-height: 300px; }
  .service-detail-page .detail-story-copy h2,
  .service-detail-page .detail-fact-copy h2,
  .service-detail-page .detail-scope-head h2,
  .service-detail-page .detail-process-copy h2 { font-size: 36px; }
  .service-detail-page .detail-scope-rail { grid-template-columns: 1fr; }
  .service-detail-page .detail-step { grid-template-columns: 42px 1fr; gap: 10px; }
  .service-detail-page .detail-step p { grid-column: 2; }
}

/* Professional interaction and navigation polish */
.site-header .header-inner { align-items: center; }
.site-header .brand { align-self: center; }
.site-header .brand-copy { transform: none; }
.main-nav { overflow: visible; }
.nav-service-group {
  position: relative;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.main-nav .services-root { gap: 7px; }
.nav-chevron {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform .24s var(--ease);
}
.service-submenu {
  position: absolute;
  z-index: 30;
  top: calc(100% - 1px);
  left: -28px;
  width: 338px;
  padding: 12px;
  border-top: 4px solid var(--sky-dark);
  background: #fff;
  box-shadow: 0 26px 70px rgba(19,38,49,.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s var(--ease);
}
.nav-service-group:hover .service-submenu,
.nav-service-group:focus-within .service-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.nav-service-group:hover .nav-chevron,
.nav-service-group:focus-within .nav-chevron { transform: rotate(180deg); }
.main-nav .service-submenu a {
  min-height: 62px;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px 10px;
  padding: 10px 12px;
  border: 0;
  color: var(--graphite);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: color .2s ease, background .2s ease, transform .2s var(--ease);
}
.main-nav .service-submenu a + a { border-top: 1px solid var(--line); }
.main-nav .service-submenu a::after { display: none; }
.service-submenu a > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--sky-dark);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
}
.service-submenu strong {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .005em;
}
.service-submenu small { color: var(--muted); font-size: 11px; }
.main-nav .service-submenu a:hover,
.main-nav .service-submenu a:focus-visible,
.main-nav .service-submenu a.is-current {
  color: var(--sky-dark);
  background: var(--sky-pale);
  transform: translateX(3px);
}

.button {
  position: relative;
  isolation: isolate;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(19,38,49,.08);
  transition: color .22s ease, background .22s ease, border-color .22s ease,
    transform .22s var(--ease), box-shadow .22s ease;
}
.button svg { flex: 0 0 auto; transition: transform .22s var(--ease); }
.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(19,38,49,.18);
}
.button:hover svg,
.button:focus-visible svg { transform: translateX(4px); }
.button:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(19,38,49,.12); }
.hero-actions,
.cta-band-actions { min-width: 0; }
.cta-band .button-primary {
  color: #fff;
  background: var(--graphite-2);
  border-color: var(--graphite-2);
}
.cta-band .button-primary:hover,
.cta-band .button-primary:focus-visible {
  color: var(--graphite);
  background: #fff;
  border-color: #fff;
}
.cta-band .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.52);
}
.cta-band .button-secondary:hover,
.cta-band .button-secondary:focus-visible {
  color: var(--graphite);
  background: #fff;
  border-color: #fff;
}

/* Contact page — clearer hierarchy and a deliberately framed form */
.contact-page .breadcrumb { display: none; }
.contact-page .content-section {
  position: relative;
  padding: 84px 0 104px;
  background: linear-gradient(112deg,#fff 0 56%,#f5fafc 56% 100%);
}
.contact-page .content-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--sky);
}
.contact-page .contact-layout {
  grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr);
  gap: clamp(58px,7vw,96px);
  align-items: start;
}
.contact-page .contact-intro,
.contact-page .contact-form-wrap { padding: 0; }
.contact-page .contact-intro { padding-top: 16px; }
.contact-page .contact-intro h1 {
  max-width: 570px;
  margin-bottom: 26px;
  font-size: clamp(50px,5vw,70px);
  line-height: .94;
  letter-spacing: -.035em;
  text-transform: none;
}
.contact-page .contact-intro > p { max-width: 510px; font-size: 17px; line-height: 1.65; }
.contact-page .contact-methods { margin-top: 42px; }
.contact-page .contact-method {
  position: relative;
  min-height: 68px;
  align-items: center;
  grid-template-columns: 100px minmax(0,1fr);
  padding: 15px 0;
}
.contact-page .contact-method::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--sky-dark);
  transition: width .25s var(--ease);
}
.contact-page .contact-method:has(a:hover)::after,
.contact-page .contact-method:has(a:focus-visible)::after { width: 100%; }
.contact-page .contact-method a,
.contact-page .contact-method address { min-width: 0; font-size: 16px; overflow-wrap: anywhere; }
.contact-page .contact-form-wrap {
  position: relative;
  padding: 46px;
  border: 1px solid #c9e1eb;
  border-top: 6px solid var(--sky-dark);
  background: var(--sky-pale);
  box-shadow: 0 30px 80px rgba(19,38,49,.16);
}
.contact-page .contact-form-wrap::after {
  content: "ANFRAGE";
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(29,150,199,.11);
  font-family: var(--display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .08em;
}
.contact-page .contact-form-wrap > * { position: relative; z-index: 1; }
.contact-page .contact-form-wrap h2 {
  max-width: 470px;
  margin-bottom: 10px;
  font-size: clamp(32px,3vw,42px);
  line-height: 1.02;
  letter-spacing: -.02em;
  text-transform: none;
}
.contact-page .contact-form-wrap > p { max-width: 510px; margin-bottom: 34px; line-height: 1.55; }
.contact-page .form-grid { gap: 20px; }
.contact-page .form-field { gap: 8px; }
.contact-page .form-field label { font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
.contact-page .form-field input,
.contact-page .form-field select,
.contact-page .form-field textarea {
  min-height: 55px;
  padding: 14px 16px;
  border-color: #a9c8d6;
  background: rgba(255,255,255,.94);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-page .form-field textarea { min-height: 146px; }
.contact-page .form-field input:hover,
.contact-page .form-field select:hover,
.contact-page .form-field textarea:hover { border-color: #75abc2; background: #fff; }
.contact-page .contact-form-wrap form > .button { min-width: 260px; }

/* Image direction — every major panel has its own visual job */
.service-detail-page figure { overflow: hidden; }
.service-detail-page figure img { width: 100%; height: 100%; object-fit: cover; }
.service-fenster .subpage-hero-media img { object-position: center 48%; }
.service-fenster .detail-process-media img { object-position: center 43%; }
.service-wintergarten .detail-story-main img { object-position: center 35%; }
.service-wintergarten .detail-process-media img { object-position: center 45%; }
.service-terrassendach .detail-diagnosis-photo img { object-position: center 48%; }
.service-terrassendach .detail-story-main img { object-position: center 45%; }

/* App-like brand intro; it collapses into the mark before the page is revealed */
.site-intro {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: #fff;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  animation: introReveal 1.9s cubic-bezier(.77,0,.18,1) forwards;
}
.site-intro::before {
  content: "";
  position: absolute;
  width: min(72vw,920px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(98,184,230,.16),rgba(98,184,230,0) 68%);
  animation: introHalo 1.45s ease both;
}
.site-intro-brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  transform-origin: center;
  animation: introBrand 1.45s cubic-bezier(.22,1,.36,1) both;
}
.site-intro-mark {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  fill: none;
  stroke: var(--sky-dark);
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
  animation: introMark 1.45s cubic-bezier(.22,1,.36,1) both;
}
.site-intro-mark .brand-window { stroke: var(--graphite); stroke-width: 3; }
.site-intro-copy {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  animation: introCopy 1.45s cubic-bezier(.22,1,.36,1) both;
}
.site-intro-copy span,
.site-intro-copy strong { font-family: var(--display); font-weight: 900; line-height: .9; text-transform: uppercase; }
.site-intro-copy span { color: var(--sky-dark); font-size: clamp(20px,2vw,28px); letter-spacing: .03em; }
.site-intro-copy strong { margin-top: 5px; font-size: clamp(38px,4vw,58px); letter-spacing: -.025em; }
.site-intro-progress {
  position: absolute;
  left: 50%;
  top: calc(50% + 78px);
  width: 190px;
  height: 3px;
  background: var(--sky-dark);
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  animation: introProgress 1.22s .16s cubic-bezier(.22,1,.36,1) both;
}
.site-intro.is-finished { opacity: 0; pointer-events: none; transition: opacity .35s ease; }

@keyframes introReveal {
  0%,72% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 100% 0); }
}
@keyframes introHalo {
  0% { opacity: 0; transform: scale(.72); }
  35%,70% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.15); }
}
@keyframes introBrand {
  0% { opacity: 0; transform: translateY(18px) scale(.96); }
  28%,70% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: scale(.62); }
}
@keyframes introMark {
  0%,68% { transform: none; }
  100% { transform: translateX(94px) scale(.86); }
}
@keyframes introCopy {
  0% { max-width: 0; opacity: 0; transform: translateX(-14px); }
  28%,68% { max-width: 370px; opacity: 1; transform: none; }
  100% { max-width: 0; opacity: 0; transform: translateX(-22px); }
}
@keyframes introProgress {
  0% { opacity: 0; transform: translateX(-50%) scaleX(0); }
  20% { opacity: 1; }
  75% { opacity: 1; transform: translateX(-50%) scaleX(1); }
  100% { opacity: 0; transform: translateX(-50%) scaleX(1); }
}

@media (max-width: 900px) {
  .main-nav {
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav-service-group { height: auto; display: flex; flex-direction: column; }
  .main-nav .services-root { min-height: 58px; padding: 0; }
  .service-submenu {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 8px 0 13px;
    border-top: 1px solid var(--line);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .main-nav .service-submenu a {
    min-height: 66px;
    padding: 9px 10px;
    border-bottom: 1px solid var(--line);
  }
  .main-nav .service-submenu a + a { border-top: 0; }
  .main-nav .service-submenu a:nth-child(even) { border-left: 1px solid var(--line); }
  .nav-chevron { margin-left: auto; transform: rotate(180deg); }
  .contact-page .content-section { padding: 64px 0 80px; background: #fff; }
  .contact-page .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .contact-page .contact-form-wrap { max-width: 720px; }
}

@media (min-width: 901px) {
  .agency-hero h1 {
    font-size: clamp(47px,3.3vw,52px);
    letter-spacing: -.035em;
  }
}

/* Interaction and rhythm pass — aligned media, neon feedback and direct contact */
:root {
  --neon: #58c8f4;
  --neon-strong: #20a9e2;
  --neon-glow: 0 0 0 1px rgba(88,200,244,.72), 0 0 22px rgba(32,169,226,.36), 0 22px 54px rgba(18,35,45,.16);
}

.about-statement {
  grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr);
  gap: clamp(62px,6vw,88px);
}
.about-statement-media {
  height: 540px;
  min-height: 540px;
  transition: transform .34s var(--ease), box-shadow .34s ease;
}
.about-statement-media:hover { transform: translateY(-4px); box-shadow: var(--neon-glow); }
.about-statement-copy { min-width: 0; }
.about-statement-copy h2 {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(42px,3.2vw,52px);
  line-height: .98;
  hyphens: manual;
  overflow-wrap: break-word;
}

.home-v2 .agency-service-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 76px 58px;
  align-items: start;
}
.home-v2 .agency-service-card,
.home-v2 .agency-service-card:nth-child(even) {
  position: relative;
  min-width: 0;
  margin-top: 0;
}
.home-v2 .agency-service-card figure,
.home-v2 .agency-service-card.agency-service-tall figure {
  position: relative;
  width: 100%;
  height: 360px;
  min-height: 360px;
  margin-bottom: 29px;
  transition: transform .34s var(--ease), box-shadow .34s ease;
}
.home-v2 .agency-service-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 0 rgba(88,200,244,0);
  transition: border-color .34s ease, box-shadow .34s ease;
  pointer-events: none;
}
.home-v2 .agency-service-card:hover figure,
.home-v2 .agency-service-card:focus-visible figure {
  transform: translateY(-6px);
  box-shadow: var(--neon-glow);
}
.home-v2 .agency-service-card:hover figure::after,
.home-v2 .agency-service-card:focus-visible figure::after {
  border-color: rgba(88,200,244,.92);
  box-shadow: inset 0 0 30px rgba(88,200,244,.15);
}
.home-v2 .agency-service-card > div > strong { transition: color .25s ease, text-shadow .25s ease; }
.home-v2 .agency-service-card:hover > div > strong,
.home-v2 .agency-service-card:focus-visible > div > strong {
  color: var(--neon-strong);
  text-shadow: 0 0 13px rgba(32,169,226,.4);
}

.agency-process {
  position: relative;
  padding: 94px 0 112px;
  background: linear-gradient(180deg,#eff9fd 0%,#e7f6fc 100%);
}
.agency-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  padding-top: 4px;
  border: 0;
}
.agency-process-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 43px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg,var(--sky-dark),var(--neon),var(--sky-dark));
  box-shadow: 0 0 14px rgba(32,169,226,.5);
}
.agency-process article,
.agency-process article:last-child {
  position: relative;
  z-index: 1;
  min-height: 245px;
  padding: 88px 27px 30px;
  border: 1px solid rgba(22,139,195,.18);
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 36px rgba(18,35,45,.055);
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.agency-process article:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(88,200,244,.9);
  background: #fff;
  box-shadow: var(--neon-glow);
}
.agency-process article span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 25px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sky-dark);
  border: 5px solid #eaf7fc;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(22,139,195,.25), 0 0 18px rgba(32,169,226,.32);
  transition: background .3s ease, box-shadow .3s ease;
}
.agency-process article:hover span {
  background: var(--neon-strong);
  box-shadow: 0 0 0 1px var(--neon), 0 0 24px rgba(32,169,226,.72);
}
.agency-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 39px;
  right: -14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sky-dark);
  border-right: 2px solid var(--sky-dark);
  transform: rotate(45deg);
}
.agency-process h3 { margin: 0 0 12px; font-size: 23px; }
.agency-process article p { font-size: 14px; line-height: 1.62; }

.value-row,
.detail-scope-item,
.directory-row {
  transition: background .28s ease, box-shadow .28s ease, transform .28s var(--ease);
}
.value-row:hover,
.detail-scope-item:hover {
  position: relative;
  z-index: 1;
  background: rgba(88,200,244,.08);
  box-shadow: inset 4px 0 0 var(--neon), 0 0 24px rgba(32,169,226,.12);
}
.button { transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.button:hover,
.button:focus-visible { box-shadow: 0 0 0 1px rgba(88,200,244,.58), 0 0 18px rgba(32,169,226,.34); }

.direct-contact-dock {
  position: fixed;
  z-index: 94;
  right: 24px;
  bottom: 22px;
  display: block;
  filter: none;
}
.direct-contact-dock a { text-decoration: none; }
.direct-contact-whatsapp {
  width: 62px;
  min-height: 62px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--neon-strong);
  border: 2px solid #93e5ff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(32,169,226,.35), 0 0 18px rgba(32,169,226,.78), 0 0 34px rgba(32,169,226,.4);
  transition: transform .25s var(--ease), background .25s ease, box-shadow .25s ease;
}
.direct-contact-whatsapp svg { width: 27px; height: 27px; fill: currentColor; }
.direct-contact-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.direct-contact-whatsapp:hover,
.direct-contact-whatsapp:focus-visible {
  transform: translateY(-4px);
  background: #087fb6;
  box-shadow: 0 0 0 2px #b6efff, 0 0 26px rgba(32,169,226,.95), 0 0 48px rgba(32,169,226,.56);
}

.partner-page .intro-grid {
  grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
  gap: clamp(72px,7vw,108px);
}
.partner-page .intro-grid > * { min-width: 0; }
.partner-page .intro-grid .editorial-heading {
  max-width: 560px;
  font-size: clamp(44px,3.6vw,54px);
  line-height: .94;
  hyphens: manual;
  overflow-wrap: break-word;
}

.agency-guides {
  padding: 98px 0 108px;
  background: #f7fbfd;
}
.agency-guides-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}
.agency-guides-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(46px,5.2vw,76px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .94;
  text-transform: uppercase;
}
.agency-guides-head h2 span { color: var(--sky-dark); }
.agency-guides-head > a {
  padding: 14px 0;
  color: var(--graphite);
  border-bottom: 2px solid var(--sky-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, text-shadow .25s ease;
}
.agency-guides-head > a:hover,
.agency-guides-head > a:focus-visible { color: var(--sky-dark); border-color: var(--neon); text-shadow: 0 0 14px rgba(32,169,226,.35); }
.agency-guides-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid #cfdae0;
  border-left: 1px solid #cfdae0;
}
.agency-guides-grid > a {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px,4vw,54px);
  color: var(--graphite);
  background: #fff;
  border-right: 1px solid #cfdae0;
  border-bottom: 1px solid #cfdae0;
  text-decoration: none;
  transition: transform .32s var(--ease), background .32s ease, box-shadow .32s ease;
}
.agency-guides-grid > a:hover,
.agency-guides-grid > a:focus-visible {
  position: relative;
  z-index: 1;
  transform: translateY(-6px);
  background: #fbfeff;
  box-shadow: inset 0 0 0 1px var(--neon), 0 0 28px rgba(32,169,226,.24);
}
.agency-guides-grid > a > span { color: var(--sky-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.agency-guides-grid h3 { max-width: 500px; margin: 24px 0 14px; font-family: var(--display); font-size: clamp(29px,3vw,40px); line-height: .98; text-transform: uppercase; }
.agency-guides-grid p { max-width: 530px; margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.agency-guides-grid strong { margin-top: auto; color: var(--sky-dark); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }

.neon-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.neon-cursor.is-visible { opacity: 1; }
.neon-cursor-dot,
.neon-cursor-ring {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.neon-cursor-dot {
  width: 7px;
  height: 7px;
  background: #8ee2ff;
  box-shadow: 0 0 7px #58c8f4,0 0 15px #20a9e2,0 0 24px rgba(32,169,226,.85);
}
.neon-cursor-ring {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(88,200,244,.72);
  box-shadow: 0 0 10px rgba(32,169,226,.32),inset 0 0 8px rgba(32,169,226,.18);
  transition: width .2s ease,height .2s ease,background .2s ease,border-color .2s ease;
}
.neon-cursor.is-active .neon-cursor-ring {
  width: 38px;
  height: 38px;
  border-color: var(--neon);
  background: rgba(88,200,244,.1);
  box-shadow: 0 0 18px rgba(32,169,226,.5),inset 0 0 12px rgba(32,169,226,.22);
}

@media (pointer: fine) {
  body.neon-cursor-enabled,
  body.neon-cursor-enabled a,
  body.neon-cursor-enabled button,
  body.neon-cursor-enabled summary,
  body.neon-cursor-enabled input,
  body.neon-cursor-enabled select,
  body.neon-cursor-enabled textarea,
  body.neon-cursor-enabled label { cursor: none; }
}

@media (max-width: 900px) {
  .about-statement { grid-template-columns: 1fr; gap: 48px; }
  .about-statement-copy h2 { max-width: 720px; }
  .home-v2 .agency-service-card figure,
  .home-v2 .agency-service-card.agency-service-tall figure { height: 330px; min-height: 330px; }
  .agency-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 26px;
  }
  .agency-process-grid::before {
    top: 33px;
    bottom: 33px;
    left: 53px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg,var(--sky-dark),var(--neon),var(--sky-dark));
  }
  .agency-process article,
  .agency-process article:last-child {
    min-height: 170px;
    padding: 34px 28px 30px 92px;
  }
  .agency-process article span { top: 25px; left: 0; }
  .agency-process article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -11px;
    left: 22px;
    transform: rotate(135deg);
  }
  .agency-process h3 { margin-top: 0; }
  .partner-page .intro-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 650px) {
  .about-statement-media { height: 360px; min-height: 360px; }
  .about-statement-copy h2 { font-size: clamp(37px,10.6vw,46px); }
  .home-v2 .agency-service-grid { grid-template-columns: 1fr; gap: 54px; }
  .home-v2 .agency-service-card h3 {
    font-size: clamp(31px,10vw,39px);
    hyphens: auto;
    overflow-wrap: break-word;
  }
  .home-v2 .agency-service-card figure,
  .home-v2 .agency-service-card.agency-service-tall figure { height: 300px; min-height: 300px; }
  .agency-process { padding: 72px 0 82px; }
  .agency-process-grid { padding-left: 12px; }
  .agency-process-grid::before { left: 39px; }
  .agency-process article,
  .agency-process article:last-child { padding-left: 78px; padding-right: 20px; }
  .direct-contact-dock { right: 12px; bottom: 12px; gap: 6px; }
  .direct-contact-whatsapp { width: 56px; min-height: 56px; }
  .partner-page .intro-grid .editorial-heading { font-size: clamp(39px,11vw,47px); }
}

@media (prefers-reduced-motion: reduce) {
  .neon-cursor-ring,
  .agency-process article,
  .home-v2 .agency-service-card figure { transition: none; }
}

/* Ratgeber and editorial SEO pages */
.guide-index-page,
.guide-article-page { background: #fff; }
.guide-index-page .subpage-hero h1 { max-width: 610px; }
.guide-index-page .subpage-hero-media img { object-position: center 45%; }
.guide-index-section { padding: 100px 0 118px; }
.guide-index-head {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}
.guide-index-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(44px,4.5vw,62px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: .96;
  text-transform: uppercase;
}
.guide-index-head h2 span { color: var(--sky-dark); }
.guide-index-head > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.guide-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px 58px; }
.guide-card { min-width: 0; display: block; color: inherit; }
.guide-card figure {
  position: relative;
  width: 100%;
  height: 340px;
  margin: 0 0 27px;
  overflow: hidden;
  background: var(--sky-pale);
  transition: transform .34s var(--ease), box-shadow .34s ease;
}
.guide-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 rgba(88,200,244,0);
  transition: border-color .3s ease,box-shadow .3s ease;
}
.guide-card:hover figure,
.guide-card:focus-visible figure { transform: translateY(-6px); box-shadow: var(--neon-glow); }
.guide-card:hover figure::after,
.guide-card:focus-visible figure::after { border-color: var(--neon); box-shadow: inset 0 0 30px rgba(88,200,244,.13); }
.guide-card-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 15px; color: var(--sky-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.guide-card-meta span + span { position: relative; padding-left: 17px; }
.guide-card-meta span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--sky); transform: translateY(-50%); }
.guide-card h2,
.guide-card h3 {
  max-width: 570px;
  margin: 0 0 13px;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(32px,3vw,43px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: uppercase;
  hyphens: none;
}
.guide-card p { max-width: 560px; margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.68; }
.guide-card-link { color: var(--sky-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease,text-shadow .25s ease; }
.guide-card:hover .guide-card-link { color: var(--neon-strong); text-shadow: 0 0 12px rgba(32,169,226,.35); }
.guide-topic-band { padding: 78px 0; background: var(--graphite-2); }
.guide-topic-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 78px; align-items: start; }
.guide-topic-grid h2 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(40px,4vw,56px); line-height: .96; text-transform: uppercase; }
.guide-topic-grid h2 span { color: var(--sky); }
.guide-topic-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); }
.guide-topic-links a { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 4px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: 18px; font-weight: 800; text-transform: uppercase; }
.guide-topic-links a:nth-child(odd) { padding-right: 24px; }
.guide-topic-links a:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.guide-topic-links span { color: var(--sky); transition: transform .25s ease; }
.guide-topic-links a:hover span { transform: translateX(5px); }

.guide-article-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0,46%) minmax(0,54%);
  background: #fff;
}
.guide-article-hero-copy {
  align-self: center;
  min-width: 0;
  padding: 70px clamp(38px,4vw,70px) 72px max(40px,calc((100vw - 1240px)/2));
}
.guide-article-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-bottom: 22px; color: var(--sky-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-article-hero h1 {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--graphite);
  font-family: var(--display);
  font-size: clamp(47px,4.3vw,64px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .96;
  text-transform: uppercase;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.guide-article-hero h1 span { color: var(--sky-dark); }
.guide-article-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.guide-article-hero figure { min-height: 610px; margin: 0; overflow: hidden; background: var(--sky-pale); }
.guide-article-hero figure img { object-position: center; }
.guide-article-layout { display: grid; grid-template-columns: 250px minmax(0,760px); gap: clamp(60px,8vw,110px); align-items: start; justify-content: center; padding-top: 96px; padding-bottom: 112px; }
.guide-toc { position: sticky; top: 120px; padding-top: 8px; border-top: 4px solid var(--sky); }
.guide-toc strong { display: block; margin: 18px 0 16px; color: var(--graphite); font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.guide-toc a { display: block; padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.4; transition: color .25s ease,padding-left .25s ease; }
.guide-toc a:hover,
.guide-toc a:focus-visible { padding-left: 6px; color: var(--sky-dark); }
.guide-article-body { min-width: 0; color: #35444c; font-size: 17px; line-height: 1.78; }
.guide-article-body > p:first-child { color: var(--graphite); font-size: 21px; line-height: 1.65; }
.guide-article-body h2 { margin: 72px 0 24px; color: var(--graphite); font-family: var(--display); font-size: clamp(36px,3.6vw,50px); font-weight: 900; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; scroll-margin-top: 120px; hyphens: none; }
.guide-article-body h3 { margin: 38px 0 14px; color: var(--graphite); font-family: var(--display); font-size: 25px; line-height: 1.08; text-transform: uppercase; scroll-margin-top: 120px; hyphens: none; }
.guide-article-body p { margin: 0 0 24px; }
.guide-article-body ul,
.guide-article-body ol { margin: 22px 0 30px; padding: 0; list-style: none; }
.guide-article-body li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.guide-article-body li::before { content: "✓"; position: absolute; left: 0; top: 11px; color: var(--sky-dark); font-size: 18px; font-weight: 900; }
.guide-note { margin: 38px 0; padding: 28px 30px; color: var(--graphite); background: var(--sky-pale); border-left: 5px solid var(--sky); }
.guide-note strong { display: block; margin-bottom: 7px; font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.guide-note p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.guide-article-cta { margin-top: 72px; padding: 38px; color: #fff; background: var(--graphite-2); }
.guide-article-cta h2 { margin: 0 0 15px; color: #fff; font-size: clamp(34px,3.3vw,45px); }
.guide-article-cta p { color: rgba(255,255,255,.72); }
.guide-article-cta .button { margin-top: 8px; }
.guide-related { padding: 86px 0 96px; background: var(--sky-pale); }
.guide-related-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.guide-related-head h2 { margin: 0; color: var(--graphite); font-family: var(--display); font-size: clamp(38px,4vw,54px); text-transform: uppercase; }
.guide-related-head > a { color: var(--sky-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.guide-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #bedbe8; }
.guide-related-grid a { min-height: 190px; padding: 28px 28px 30px; color: inherit; border-bottom: 1px solid #bedbe8; border-right: 1px solid #bedbe8; transition: background .25s ease,box-shadow .25s ease,transform .25s var(--ease); }
.guide-related-grid a:first-child { border-left: 1px solid #bedbe8; }
.guide-related-grid a:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fff; box-shadow: var(--neon-glow); }
.guide-related-grid span { color: var(--sky-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-related-grid h3 { margin: 28px 0 0; color: var(--graphite); font-family: var(--display); font-size: 24px; line-height: 1.05; text-transform: uppercase; hyphens: none; }

@media (max-width: 900px) {
  .agency-guides-head { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .agency-guides-head > a { width: fit-content; }
  .guide-index-head { grid-template-columns: 1fr; gap: 28px; }
  .guide-grid { gap: 58px 34px; }
  .guide-card figure { height: 300px; }
  .guide-topic-grid { grid-template-columns: 1fr; gap: 42px; }
  .guide-article-hero { min-height: 0; display: flex; flex-direction: column; }
  .guide-article-hero-copy { order: 1; width: var(--shell); margin: 0 auto; padding: 64px 0 58px; }
  .guide-article-hero figure { order: 2; min-height: 440px; height: 440px; }
  .guide-article-layout { grid-template-columns: 1fr; gap: 52px; padding-top: 72px; }
  .guide-toc { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
  .guide-toc strong { grid-column: 1 / -1; }
  .guide-related-grid { grid-template-columns: 1fr; }
  .guide-related-grid a { border-left: 1px solid #bedbe8; }
}

@media (max-width: 650px) {
  .agency-guides { padding: 74px 0 82px; }
  .agency-guides-head { margin-bottom: 38px; }
  .agency-guides-head h2 { font-size: clamp(40px,12vw,52px); }
  .agency-guides-grid { grid-template-columns: 1fr; }
  .agency-guides-grid > a { min-height: 250px; padding: 34px 28px; }
  .guide-index-section { padding: 76px 0 86px; }
  .guide-grid { grid-template-columns: 1fr; gap: 52px; }
  .guide-card figure { height: 270px; }
  .guide-card h2,
  .guide-card h3 { font-size: clamp(31px,10vw,39px); }
  .guide-topic-band { padding: 64px 0; }
  .guide-topic-links { grid-template-columns: 1fr; }
  .guide-topic-links a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .guide-article-hero-copy { padding: 52px 0 48px; }
  .guide-article-hero h1 { font-size: clamp(39px,11vw,48px); }
  .guide-article-lead { font-size: 16px; }
  .guide-article-hero figure { min-height: 330px; height: 330px; }
  .guide-article-layout { gap: 44px; padding-top: 58px; padding-bottom: 78px; }
  .guide-toc { grid-template-columns: 1fr; }
  .guide-article-body { font-size: 16px; }
  .guide-article-body > p:first-child { font-size: 18px; }
  .guide-article-body h2 { margin-top: 58px; font-size: clamp(34px,10vw,43px); }
  .guide-note { padding: 24px 22px; }
  .guide-article-cta { margin-top: 58px; padding: 30px 24px; }
  .guide-related { padding: 70px 0 78px; }
  .guide-related-head { align-items: start; flex-direction: column; }
}

@media (max-width: 650px) {
  .button { white-space: normal; }
  .hero-actions .button,
  .cta-band-actions .button,
  .contact-page .contact-form-wrap form > .button { width: 100%; min-width: 0; }
  .contact-page .content-section { padding: 52px 0 70px; }
  .contact-page .contact-intro { padding-top: 0; }
  .contact-page .contact-intro h1 { font-size: clamp(43px,12vw,56px); }
  .contact-page .contact-form-wrap { padding: 32px 22px; }
  .contact-page .contact-form-wrap::after { display: none; }
  .contact-page .form-grid { grid-template-columns: 1fr; }
  .contact-page .form-field-full { grid-column: auto; }
  .site-intro-brand { gap: 12px; }
  .site-intro-mark { width: 62px; height: 62px; flex-basis: 62px; }
  .site-intro-copy span { font-size: 17px; }
  .site-intro-copy strong { font-size: 36px; }
  .site-intro-progress { top: calc(50% + 64px); width: 150px; }
}

@media (max-width: 430px) {
  .service-submenu { grid-template-columns: 1fr; }
  .main-nav .service-submenu a:nth-child(even) { border-left: 0; }
  .contact-page .contact-method { grid-template-columns: 78px minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { display: none; animation: none; }
  .site-intro *, .site-intro::before { animation: none !important; }
}

/*
 * Direct redesign pass — August 2026
 * Full-image homepage hero and a calmer, editorial service-detail rhythm.
 */
.home-v2 .agency-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  background: var(--graphite-2);
}
.home-v2 .agency-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.home-v2 .agency-hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  background: linear-gradient(90deg, rgba(10,20,26,.38) 0%, rgba(10,20,26,.08) 52%, rgba(10,20,26,0) 76%);
  pointer-events: none;
}
.home-v2 .agency-hero-media img {
  object-position: center 53%;
  filter: saturate(.9) contrast(1.04);
}
.home-v2 .agency-hero-media figcaption { display: none; }
.home-v2 .agency-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(650px, calc(100vw - 64px));
  margin-left: max(32px, calc((100vw - 1240px) / 2));
  padding: 54px 56px 56px;
  color: #fff;
  background: rgba(20,32,40,.96);
  border-left: 5px solid var(--sky);
  box-shadow: 0 28px 70px rgba(6,15,20,.28);
  backdrop-filter: blur(3px);
}
.home-v2 .agency-hero-kicker {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(28px,2.15vw,38px);
}
.home-v2 .agency-hero h1 {
  color: var(--sky);
  font-size: clamp(56px,4.35vw,68px);
  line-height: .88;
}
.home-v2 .agency-hero-services {
  max-width: 440px;
  margin-top: 25px;
  color: #fff;
  font-size: clamp(18px,1.4vw,22px);
}
.home-v2 .agency-hero-text {
  max-width: 430px;
  margin: 27px 0 28px;
  padding-top: 22px;
  color: rgba(255,255,255,.73);
  font-size: 16px;
}
.home-v2 .agency-hero-text::before { background: var(--sky); }
.home-v2 .agency-hero-text strong { color: #fff; }
.home-v2 .agency-hero .hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
.home-v2 .agency-hero .button { min-height: 48px; }
.home-v2 .agency-hero .button-primary {
  color: var(--graphite-2);
  background: var(--sky);
  border-color: var(--sky);
}
.home-v2 .agency-hero .button-primary:hover,
.home-v2 .agency-hero .button-primary:focus-visible {
  color: #fff;
  background: var(--sky-dark);
  border-color: var(--sky-dark);
  transform: translateY(-2px);
}
.home-v2 .agency-hero .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.72);
}
.home-v2 .agency-hero .button-secondary:hover,
.home-v2 .agency-hero .button-secondary:focus-visible {
  color: var(--graphite-2);
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.service-detail-page .subpage-hero {
  height: auto;
  min-height: 620px;
  grid-template-columns: minmax(0,43%) minmax(0,57%);
  overflow: hidden;
}
.service-detail-page .subpage-hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 62px;
  padding-right: clamp(32px,4vw,66px);
  padding-bottom: 64px;
}
.service-detail-page .subpage-hero h1 {
  max-width: 510px;
  font-size: clamp(49px,4vw,58px);
  line-height: .97;
}
.service-detail-page .subpage-hero-copy > p:not(.eyebrow) {
  max-width: 455px;
  line-height: 1.58;
}
.service-detail-page .subpage-hero .hero-actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 28px;
}
.service-detail-page .subpage-hero .button {
  width: auto;
  min-width: 0;
  min-height: 48px;
  padding: 0 17px;
  white-space: nowrap;
  font-size: 12px;
}
.service-detail-page .subpage-hero .button:hover,
.service-detail-page .subpage-hero .button:focus-visible { transform: translateY(-2px); }
.service-detail-page .subpage-hero-media {
  height: auto;
  min-height: 620px;
}

.service-detail-page .detail-diagnosis {
  min-height: 0;
  background: var(--graphite-2);
}
.service-detail-page .detail-diagnosis-grid {
  width: var(--shell);
  max-width: 1240px;
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(245px,.68fr) minmax(0,1.55fr);
  grid-template-rows: auto;
  gap: clamp(52px,6vw,92px);
  align-items: start;
  padding: 82px 0 86px;
}
.service-detail-page .detail-diagnosis-heading {
  grid-column: 1;
  grid-row: 1;
  padding: 4px 0 0;
}
.service-detail-page .detail-diagnosis-heading .eyebrow {
  margin-bottom: 24px;
  color: var(--sky);
}
.service-detail-page .detail-diagnosis-heading h2 {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(38px,3.2vw,49px);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: .98;
  text-transform: none;
}
.service-detail-page .detail-diagnosis-heading h2 span { color: rgba(255,255,255,.58); }
.service-detail-page .detail-problems {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-template-rows: repeat(2,minmax(190px,auto));
  gap: 1px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.15);
  counter-reset: service-problem;
}
.service-detail-page .detail-problem,
.service-detail-page .detail-problem:nth-child(2),
.service-detail-page .detail-problem:nth-child(3),
.service-detail-page .detail-problem:nth-child(4) {
  position: relative;
  grid-column: auto;
  display: block;
  min-height: 190px;
  padding: 28px 68px 28px 30px;
  border: 0;
  background: var(--graphite-2);
  transition: background .28s ease, transform .28s var(--ease);
}
.service-detail-page .detail-problem:hover {
  z-index: 1;
  background: #1c2c35;
}
.service-detail-page .detail-problem::before,
.service-detail-page .detail-problem:not(:has(.problem-icon))::before {
  content: "0" counter(service-problem);
  position: absolute;
  top: 30px;
  right: 28px;
  margin: 0;
  color: rgba(88,188,233,.64);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1;
}
.service-detail-page .problem-icon,
.service-wintergarten .detail-problem:nth-child(4) .problem-icon {
  width: 39px;
  height: 39px;
  margin: 0 0 24px;
  color: var(--sky);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-detail-page .detail-problem strong,
.service-wintergarten .detail-problem:nth-child(4) strong {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1.08;
  text-transform: uppercase;
}
.service-detail-page .detail-problem p {
  max-width: 330px;
  color: rgba(255,255,255,.67);
  font-size: 13px;
  line-height: 1.55;
}
.service-detail-page .detail-diagnosis-photo { display: none !important; }
.service-detail-page .detail-story { padding: 86px 0 92px; }
.service-detail-page .detail-story-main,
.service-detail-page .detail-story.is-reversed .detail-story-main {
  height: 520px;
  min-height: 520px;
}

@media (max-width: 1050px) and (min-width: 821px) {
  .service-detail-page .subpage-hero { grid-template-columns: minmax(0,45%) minmax(0,55%); }
  .service-detail-page .subpage-hero-copy { padding-left: 32px; padding-right: 28px; }
  .service-detail-page .subpage-hero h1 { font-size: clamp(44px,5vw,52px); }
  .service-detail-page .subpage-hero .hero-actions { gap: 8px; }
  .service-detail-page .subpage-hero .button { padding-inline: 12px; font-size: 11px; }
  .service-detail-page .detail-diagnosis-grid { grid-template-columns: 220px minmax(0,1fr); gap: 42px; }
}

@media (max-width: 900px) {
  .home-v2 .agency-hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 42px 0;
  }
  .home-v2 .agency-hero-copy {
    align-self: end;
    width: var(--shell);
    margin: 0 auto;
    padding: 42px 40px 44px;
  }
  .home-v2 .agency-hero-media { min-height: 0; }
}

@media (max-width: 820px) {
  .service-detail-page .subpage-hero {
    min-height: 0;
    overflow: visible;
  }
  .service-detail-page .subpage-hero-copy {
    align-self: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .service-detail-page .subpage-hero .hero-actions { flex-wrap: wrap; }
  .service-detail-page .subpage-hero-media { height: 410px; min-height: 410px; }
  .service-detail-page .detail-diagnosis-grid {
    width: var(--shell);
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    padding: 68px 0 72px;
  }
  .service-detail-page .detail-diagnosis-heading {
    grid-column: 1;
    grid-row: 1;
    max-width: 560px;
    padding: 0;
  }
  .service-detail-page .detail-problems {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: repeat(2,minmax(190px,auto));
    padding: 0;
  }
  .service-detail-page .detail-story { padding: 68px 0 76px; }
}

@media (max-width: 650px) {
  .home-v2 .agency-hero {
    min-height: 680px;
    align-items: end;
    padding: 30px 0;
  }
  .home-v2 .agency-hero-media img { object-position: 59% center; }
  .home-v2 .agency-hero-copy {
    width: calc(100vw - 32px);
    padding: 34px 22px 36px;
  }
  .home-v2 .agency-hero h1 { font-size: clamp(39px,10.4vw,43px); }
  .home-v2 .agency-hero-services { margin-top: 20px; font-size: 17px; }
  .home-v2 .agency-hero-text { margin: 22px 0 24px; font-size: 14px; }
  .home-v2 .agency-hero .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-v2 .agency-hero .button { width: 100%; }
}

@media (max-width: 540px) {
  .service-detail-page .subpage-hero .hero-actions { display: grid; grid-template-columns: 1fr; }
  .service-detail-page .subpage-hero .button { width: 100%; white-space: normal; }
  .service-detail-page .subpage-hero-media { height: 330px; min-height: 330px; }
  .service-detail-page .detail-diagnosis-grid { gap: 34px; padding: 58px 0 62px; }
  .service-detail-page .detail-problems {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .service-detail-page .detail-problem,
  .service-detail-page .detail-problem:nth-child(2),
  .service-detail-page .detail-problem:nth-child(3),
  .service-detail-page .detail-problem:nth-child(4) {
    min-height: 174px;
    padding: 26px 62px 26px 26px;
  }
  .service-detail-page .detail-story-main,
  .service-detail-page .detail-story.is-reversed .detail-story-main {
    height: 350px;
    min-height: 350px;
  }
}
