/* ============================================================
   IDEA-NOVA — Site system (V2 "Confident Light", multipage)
   Loads after brand.css. Nav, footer, hero, sections, subpages.
   ============================================================ */

body { background: var(--paper); }
.v2 h1, .v2 h2, .v2 h3, h1.h-sans, h2.h-sans { font-family: var(--sans); font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; }
.serif-accent { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 1.04em; letter-spacing: 0; color: var(--gold); }

/* ---------------- NAV ---------------- */
.nav { position: sticky; top: 0; z-index: 60; transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(247,245,240,.86); backdrop-filter: blur(14px); border-bottom-color: var(--line-soft); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links > li { position: relative; }
.nav-links a.lnk { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; color: var(--text); white-space: nowrap; padding: 10px 14px; border-radius: 4px; transition: color .25s var(--ease), background .25s var(--ease); }
.nav-links a.lnk:hover { color: var(--ink); background: rgba(22,32,58,.04); }
.nav-links a.lnk.active { color: var(--gold); }
.nav-links .caret { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-1px); opacity: .55; transition: transform .3s var(--ease); }
.nav-links li.has-menu:hover .caret, .nav-links li.has-menu:focus-within .caret { transform: rotate(-135deg) translateY(-1px); }

/* Dropdown */
.submenu { position: absolute; top: calc(100% + 6px); left: 0; min-width: 320px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 30px 60px -30px rgba(22,32,58,.4); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .28s var(--ease); }
.nav-links li.has-menu:hover .submenu, .nav-links li.has-menu:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu a { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; padding: 12px 14px; border-radius: 6px; transition: background .2s var(--ease); }
.submenu a:hover { background: var(--paper-2); }
.submenu .n { grid-row: span 2; font-family: var(--mono); font-size: 12px; color: var(--gold); align-self: center; }
.submenu .t { font-size: 15px; font-weight: 600; color: var(--ink); }
.submenu .d { font-size: 13px; color: var(--muted); }

.nav-cta { display: flex; align-items: center; gap: 16px; }
.burger { display: none; width: 30px; height: 18px; position: relative; }
.burger span { position: absolute; left: 0; width: 100%; height: 1.6px; background: var(--ink); transition: .3s var(--ease); }
.burger span:nth-child(1){top:0;} .burger span:nth-child(2){top:8px;} .burger span:nth-child(3){top:16px;}
body.menu-open .burger span:nth-child(1){top:8px;transform:rotate(45deg);}
body.menu-open .burger span:nth-child(2){opacity:0;}
body.menu-open .burger span:nth-child(3){top:8px;transform:rotate(-45deg);}

/* Mobile menu */
.mobile-menu { display: none; }
@media (max-width: 980px) {
  .nav-links, .nav-cta .btn { display: none; }
  .burger { display: block; }
  .mobile-menu { display: block; position: fixed; inset: 82px 0 0; background: var(--paper); z-index: 59; padding: 20px var(--gutter) 40px; overflow-y: auto; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .35s var(--ease); border-top: 1px solid var(--line); }
  body.menu-open .mobile-menu { opacity: 1; transform: none; pointer-events: auto; }
  body.menu-open { overflow: hidden; }
  .mobile-menu .m-link { display: block; font-family: var(--serif); font-size: 26px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
  .mobile-menu .m-sub { padding: 4px 0 12px 2px; }
  .mobile-menu .m-sub a { display: block; font-size: 16px; color: var(--muted); padding: 9px 0; }
  .mobile-menu .m-sub a::before { content: "— "; color: var(--gold); }
  .mobile-menu .btn { display: inline-flex; margin-top: 24px; }
}

/* ---------------- HERO (home) ---------------- */
.hero { text-align: center; padding: clamp(52px, 7vw, 104px) 0 clamp(36px, 5vw, 60px); }
.hero .eyebrow { display: inline-flex; gap: 12px; align-items: center; padding: 9px 18px; border: 1px solid var(--line); border-radius: 100px; background: var(--white); }
.hero h1 { font-size: clamp(40px, 6.2vw, 84px); margin: 28px auto 0; max-width: 16ch; }
.hero-lead { margin: 26px auto 0; font-size: clamp(17px, 1.5vw, 21px); color: var(--muted); max-width: 56ch; }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-figure { margin-top: clamp(44px, 6vw, 76px); }
.hero-figure .ph { aspect-ratio: 21 / 9; border-radius: var(--radius); }
.hero-meta-row { margin: 38px auto 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 0; }
.hero-meta-row li { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); white-space: nowrap; }
.hero-meta-row li:not(:last-child)::after { content: "·"; color: var(--gold); margin: 0 clamp(12px, 2.4vw, 22px); }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); flex: none; }
.consent a { color: var(--gold); border-bottom: 1px solid var(--line); }
.consent a:hover { border-color: var(--gold); }

/* ---------------- PAGE HEADER (subpages) ---------------- */
.pagehead { padding: clamp(40px,5vw,76px) 0 clamp(34px,4vw,52px); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; gap: 9px; align-items: center; font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 26px; flex-wrap: wrap; }
.breadcrumb a, .breadcrumb > span { white-space: nowrap; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--line); }
.pagehead-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px,5vw,72px); align-items: end; }
.pagehead .eyebrow { display: block; margin-bottom: 18px; }
.pagehead h1 { font-size: clamp(38px,5.4vw,74px); max-width: 15ch; }
.pagehead h1 .serif-accent { display: inline; }
.pagehead .lead { font-size: clamp(17px,1.4vw,20px); color: var(--muted); max-width: 46ch; }
.pagehead .lead + .hero-cta { justify-content: flex-start; margin-top: 26px; }

/* ---------------- PARTNERS ---------------- */
.partners { padding: clamp(40px,5vw,64px) 0; border-bottom: 1px solid var(--line); }
.partners p { text-align: center; font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 30px; }
.partners-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px 54px; }
.partner { font-family: var(--serif); font-size: 20px; letter-spacing: .02em; color: var(--platinum); opacity: .85; }

/* ---------------- FIGURES ---------------- */
.figures { padding: clamp(56px,7vw,96px) 0; }
.fig-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,3vw,48px); }
.fig { text-align: center; padding: 0 10px; position: relative; }
.fig + .fig::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--line); }
.fig .v { font-family: var(--serif); font-weight: 300; font-size: clamp(40px,5vw,62px); color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.fig .v .suf { color: var(--gold); }
.fig .k { margin-top: 14px; font-size: 14.5px; color: var(--muted); }

/* ---------------- SECTION HEAD ---------------- */
.section { padding: clamp(56px,7vw,104px) 0; }
.section.alt { background: var(--paper-2); border-block: 1px solid var(--line); }
.sec-head { max-width: 64ch; margin: 0 auto clamp(44px,5vw,68px); text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.sec-head h2 { font-size: clamp(30px,4.2vw,52px); }
.sec-head p { margin: 22px auto 0; color: var(--muted); font-size: 18px; max-width: 54ch; }
.sec-head.left p { margin-left: 0; }

/* ---------------- CARDS (divisions) ---------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease); color: inherit; }
.card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
a.card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(22,32,58,.45); border-color: var(--gold-soft); }
a.card:hover::before { transform: scaleX(1); }
.card-body { padding: 34px 32px 36px; display: flex; flex-direction: column; flex: 1; }
.card-num { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--gold); }
.card h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; font-size: clamp(22px,2.2vw,28px); margin: 14px 0 0; color: var(--ink); }
.card p { margin-top: 14px; color: var(--muted); font-size: 15.5px; flex: 1; }
.card .tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.card .tags span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--line); border-radius: 100px; padding: 6px 11px; }
.card .more { margin-top: 24px; font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--ink); display: inline-flex; gap: .5em; }
a.card:hover .more { color: var(--gold); }
a.card:hover .more .arr { transform: translateX(4px); }
.card .more .arr { transition: transform .4s var(--ease); }

/* ---------------- PROSE / SPLIT ---------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,6vw,90px); align-items: center; }
.split.media-right .split-media { order: 2; }
.prose h2 { font-size: clamp(28px,3.4vw,44px); }
.prose .eyebrow { display: block; margin-bottom: 18px; }
.prose p { margin-top: 20px; color: var(--muted); font-size: 17px; }
.prose p strong { color: var(--ink); font-weight: 600; }
.prose .more { margin-top: 28px; }

/* ---------------- MEDIA (brand visual panel) ---------------- */
.media { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(140deg, var(--paper-2), var(--paper-3)); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.media.wide { aspect-ratio: 16/10; }
.media.tall { aspect-ratio: 3/4; }
.media::after { content: ""; position: absolute; inset: 16px; border: 1px solid var(--gold-soft); opacity: .3; border-radius: 2px; pointer-events: none; }
.media-mark { width: 26%; max-width: 116px; height: auto; opacity: .2; color: var(--gold); }

/* ---------------- FACT CARD ---------------- */
.factcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 30px; width: 100%; }
.factcard .fc { padding: 22px 0; border-top: 1px solid var(--line); }
.factcard .fc:first-child { border-top: none; }
.factcard .fc .k { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.factcard .fc .v { margin-top: 6px; font-size: 17px; color: var(--ink); font-weight: 500; }
.factcard .fc .v.big { font-family: var(--serif); font-weight: 300; font-size: clamp(28px,3vw,34px); letter-spacing: -.01em; }
.factcard .fc .v.big .suf { color: var(--gold); }

/* ---------------- PULL QUOTE (full width) ---------------- */
.pullquote { max-width: 980px; margin: 0 auto; text-align: center; }
.pullquote blockquote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(26px,3.6vw,46px); line-height: 1.24; color: var(--ink); letter-spacing: -.01em; text-wrap: balance; }
.pullquote blockquote::before { content: "\201E"; color: var(--gold); }
.pullquote .by { margin-top: 26px; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------------- LEISTUNGEN (feature list) ---------------- */
.leistungen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.leistung { background: var(--paper); padding: 34px 30px 36px; }
.leistung .n { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--gold); }
.leistung h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.01em; font-size: 21px; margin-top: 16px; color: var(--ink); }
.leistung p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.leistung ul { margin-top: 16px; display: grid; gap: 8px; }
.leistung li { position: relative; padding-left: 18px; font-size: 14.5px; color: var(--muted); }
.leistung li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg); }

/* ---------------- CAPABILITIES (editorial capabilities list) ---------------- */
.caps { margin-top: 4px; }
.caps .cap { display: grid; grid-template-columns: 1fr 1.45fr; gap: clamp(24px,5vw,80px); padding: clamp(30px,4vw,50px) 0; border-top: 1px solid var(--line); align-items: start; }
.caps .cap:last-child { border-bottom: 1px solid var(--line); }
.caps .cap .cz { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(30px,3.4vw,46px); line-height: 1; color: var(--gold); letter-spacing: -.01em; }
.caps .cap h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.025em; font-size: clamp(23px,2.6vw,33px); color: var(--ink); margin-top: 18px; max-width: 16ch; }
.caps .cap .desc p { color: var(--muted); font-size: 17px; }
.caps .cap .kw { margin-top: 20px; line-height: 2; }
.caps .cap .kw span { font-size: 15px; color: var(--ink); white-space: nowrap; }
.caps .cap .kw span:not(:last-child)::after { content: "/"; color: var(--gold); margin: 0 12px; }
.caps .cap.shift h3 { margin-left: 0; }
@media (max-width: 760px) {
  .caps .cap { grid-template-columns: 1fr; gap: 14px; }
  .caps .cap h3 { margin-top: 6px; }
  .caps .cap .kw span { white-space: normal; }
}

/* ---------------- PROCESS (steps) ---------------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { padding-top: 26px; border-top: 2px solid var(--ink); }
.step .s { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--gold); }
.step h3 { font-family: var(--sans); font-weight: 600; font-size: 19px; margin-top: 14px; color: var(--ink); }
.step p { margin-top: 10px; color: var(--muted); font-size: 14.5px; }

/* ---------------- QUOTE ---------------- */
.quote { max-width: 28ch; }
.quote blockquote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(24px,2.8vw,38px); line-height: 1.3; color: var(--ink); letter-spacing: -.01em; }
.quote blockquote::before { content: "„"; color: var(--gold); }
.quote .by { margin-top: 22px; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------------- SYNERGY list ---------------- */
.synergy { display: grid; }
.synergy .item { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 24px 0; border-top: 1px solid var(--line); }
.synergy .item:last-child { border-bottom: 1px solid var(--line); }
.synergy .n { font-family: var(--mono); font-size: 13px; color: var(--gold); padding-top: 4px; }
.synergy h4 { font-family: var(--sans); font-size: 18px; font-weight: 600; color: var(--ink); }
.synergy p { margin-top: 6px; color: var(--muted); font-size: 15.5px; }

/* ---------------- CTA BAND (navy accent) ---------------- */
.ctaband { padding: clamp(28px,4vw,56px) var(--gutter); }
.ctaband-inner { max-width: var(--maxw); margin-inline: auto; background: var(--navy-deep); color: var(--on-dark); border-radius: 8px; padding: clamp(44px,6vw,84px); display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: center; position: relative; overflow: hidden; }
.ctaband-inner::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border: 1px solid var(--line-dark); border-radius: 50%; }
.ctaband-inner::before { content: ""; position: absolute; right: -10px; top: 40px; width: 200px; height: 200px; border: 1px solid var(--line-dark); border-radius: 50%; }
.ctaband .eyebrow { color: var(--gold-soft); }
.ctaband h2 { font-family: var(--sans); font-weight: 600; letter-spacing: -.025em; color: var(--white); font-size: clamp(28px,3.8vw,48px); margin-top: 16px; }
.ctaband h2 .serif-accent { color: var(--gold-soft); }
.ctaband p { margin-top: 18px; color: var(--on-dark-mut); font-size: 17px; max-width: 46ch; }
.ctaband-side { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }

/* ---------------- CONTACT ---------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px,6vw,90px); align-items: start; }
.contact .eyebrow { display: block; margin-bottom: 16px; }
.contact h2 { font-size: clamp(30px,4vw,50px); }
.contact .lead { margin-top: 22px; color: var(--muted); font-size: 18px; max-width: 40ch; }
.contact-meta { margin-top: 38px; display: grid; gap: 22px; }
.contact-meta .row { border-top: 1px solid var(--line); padding-top: 16px; }
.contact-meta .lab { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.contact-meta .val { margin-top: 6px; font-size: 17px; color: var(--ink); }
.contact-meta .val a:hover { color: var(--gold); }
.form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px,3.5vw,44px); display: grid; gap: 20px; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 15px; color: var(--gold); font-family: var(--mono); }

/* Select + choice chips (bereich inquiry forms) */
.field select { font-family: var(--sans); font-size: 16px; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 40px 13px 15px; width: 100%; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235d6373' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); cursor: pointer; }
.field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(180,138,78,.12); }
.choice { display: flex; flex-wrap: wrap; gap: 10px; }
.choice label { cursor: pointer; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span { display: inline-block; font-size: 14px; line-height: 1.3; padding: 10px 16px; border: 1px solid var(--line); border-radius: 100px; background: var(--white); color: var(--muted); transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.choice label:hover span { border-color: var(--ink); color: var(--ink); }
.choice input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.choice input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---------------- DOC (legal) ---------------- */
.doc-grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 820px; }
.doc-block { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.doc-block:last-child { border-bottom: 1px solid var(--line); }
.doc-block h2 { font-family: var(--sans); font-size: 18px; font-weight: 600; letter-spacing: 0; color: var(--ink); }
.doc-block .n { font-family: var(--mono); font-size: 12px; color: var(--gold); display: block; margin-bottom: 8px; letter-spacing: .1em; }
.doc-block .body { font-size: 16px; color: var(--muted); line-height: 1.72; }
.doc-block .body strong { color: var(--ink); font-weight: 600; }
.doc-block .body a { color: var(--gold); border-bottom: 1px solid var(--line); }
.doc-block .body p + p { margin-top: 12px; }
.doc-block .body ul { margin-top: 10px; display: grid; gap: 7px; }
.doc-block .body li { padding-left: 18px; position: relative; }
.doc-block .body li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* ---------------- FOOTER ---------------- */
.footer { background: var(--navy-deep); color: var(--on-dark-mut); padding: clamp(56px,7vw,96px) 0 36px; }
.footer .logo { color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
.footer-blurb { margin-top: 22px; max-width: 34ch; font-size: 15px; line-height: 1.7; }
.footer h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); font-weight: 500; margin-bottom: 18px; }
.footer ul { display: grid; gap: 12px; }
.footer a { font-size: 15px; color: var(--on-dark-mut); transition: color .25s; }
.footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 26px; font-size: 13.5px; }
.footer-bottom .legal { display: flex; gap: 24px; flex-wrap: wrap; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 980px) {
  .pagehead-grid, .contact-grid { grid-template-columns: 1fr; align-items: start; }
  .cards, .cards.two, .fig-row, .leistungen, .process, .split, .split.media-right, .ctaband-inner, .footer-top { grid-template-columns: 1fr; }
  .split.media-right .split-media { order: 0; }
  .fig-row { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .fig + .fig::before { display: none; }
  .process { gap: 28px; }
  .footer-top { gap: 32px; }
}
@media (max-width: 620px) {
  .fig-row, .form .two { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .doc-block { grid-template-columns: 1fr; gap: 10px; }
}
