@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/barlow-400.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/barlow-500.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/barlow-600.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/barlow-condensed-400.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/barlow-condensed-500.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/barlow-condensed-600.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/barlow-condensed-700.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/barlow-condensed-800.woff2") format("woff2");
}

:root {
  --blue: #467cdb;
  --deep: #3267c3;
  --ink: #45494d;
  --muted: #767b82;
  --pale: #f5f7fa;
  --line: #e1e5eb;
  --heading: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
  background: white;
  color: var(--ink);
  font:
    16px/1.75 Barlow,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 7px;
}
p,
h1,
h2,
h3 {
  margin-top: 0;
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  background: white;
  padding: 10px 20px;
  z-index: 100;
}
.skip:focus {
  top: 15px;
}
.masthead {
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
}
.menu-area {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--blue);
  width: 24.5%;
  display: flex;
  align-items: center;
  padding-left: 3.8vw;
}
.menu-open {
  background: none;
  color: white;
  border: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.menu-open:focus-visible {
  outline-color: white;
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hamburger i {
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
}
.hamburger i:last-child {
  width: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--heading);
  font-weight: 750;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.3px;
}
.brand-symbol {
  font-size: 52px;
  color: var(--blue);
  line-height: 1;
  transform: translateY(-3px);
}
.brand-light {
  font-weight: 500;
  color: #686d73;
}
.header-contact {
  position: absolute;
  right: 4%;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}
.header-contact span {
  font-size: 20px;
  padding-left: 14px;
  color: var(--blue);
}
.menu-panel {
  position: fixed;
  margin: 0 auto 0 0;
  width: min(470px, 100%);
  height: 100dvh;
  max-height: none;
  max-width: 100%;
  border: 0;
  background: var(--blue);
  color: white;
  padding: 38px 45px;
}
.menu-panel::backdrop {
  background: #172a4866;
  backdrop-filter: blur(5px);
}
.menu-panel .eyebrow {
  color: #e5edfc;
}
.menu-close {
  background: none;
  color: white;
  border: 0;
  font-size: 12px;
  letter-spacing: 1.4px;
  padding: 8px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}
.menu-close span {
  font-size: 34px;
  line-height: 1;
}
.menu-panel nav {
  display: grid;
}
.menu-panel nav a {
  font-family: var(--heading);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff40;
  padding: 12px 0;
}
.menu-panel nav a span {
  font:
    12px/3 Barlow,
    sans-serif;
  opacity: 0.7;
}
.menu-panel a:hover {
  color: #d4e4ff;
}
.menu-panel a:focus-visible,
.menu-panel button:focus-visible {
  outline-color: white;
}
.menu-mail {
  display: block;
  font-size: 16px;
}
.hero {
  position: relative;
  height: 750px;
  padding-top: 0;
}
.blue-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.5%;
  height: 440px;
  background: var(--blue);
  z-index: 0;
}
.hero-image {
  position: absolute;
  left: 15.5%;
  top: 0;
  width: 68%;
  height: 620px;
  background: #e5edf8;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-heading {
  position: absolute;
  top: 96px;
  right: 7.5%;
  width: 53%;
  text-align: right;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.2px;
  font-weight: 500;
  line-height: 1.5;
  color: #848991;
  margin-bottom: 22px;
}
.hero-heading > .eyebrow {
  color: var(--deep);
  font-weight: 600;
}
.hero h1 {
  font-family: var(--heading);
  color: var(--blue);
  font-size: clamp(65px, 7.8vw, 118px);
  font-weight: 750;
  line-height: 0.99;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
.hero-description {
  margin-left: auto;
  max-width: 310px;
  padding-top: 12px;
}
.hero-description > p {
  font-size: 17px;
  line-height: 1.55;
  color: #444d5c;
  margin: 0 0 24px;
}
.line-link {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid var(--blue);
  padding: 0 0 10px;
  color: var(--deep);
  font-size: 12px;
  letter-spacing: 1.3px;
  font-weight: 600;
}
.line-link span {
  font-size: 24px;
  line-height: 1;
}
.line-link:hover {
  color: #183b7b;
  border-color: #183b7b;
}
.hero-note {
  position: absolute;
  left: 15.5%;
  top: 644px;
  display: flex;
  justify-content: space-between;
  width: 68%;
  gap: 20px;
  color: #898f98;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.scroll-link {
  position: absolute;
  left: 4%;
  bottom: 119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  color: var(--blue);
}
.scroll-link > span:first-child {
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 2px;
}
.scroll-link > span:last-child {
  font-size: 24px;
}
.section {
  max-width: 1500px;
  margin: auto;
  padding: 75px 8.5% 100px;
}
h2 {
  font-family: var(--heading);
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0.6px;
  margin-bottom: 26px;
}
.blue-rule {
  display: block;
  width: 65px;
  height: 3px;
  background: var(--blue);
  margin: 30px 0;
}
.intro {
  display: grid;
  grid-template-columns: 0.82fr 1.5fr;
  gap: 8%;
  padding-top: 42px;
  padding-bottom: 110px;
}
.intro h2 {
  color: var(--blue);
}
.lead {
  font-size: 23px;
  line-height: 1.5;
  color: #4b5057;
  font-weight: 500;
  margin-bottom: 30px;
}
.intro-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.intro-columns p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.services {
  background: var(--pale);
  max-width: none;
  padding: 100px max(8.5%, calc((100vw - 1245px) / 2)) 108px;
}
.services-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 60px;
}
.services-head h2 {
  margin-bottom: 0;
}
.services-head > p {
  max-width: 350px;
  color: var(--muted);
  margin-bottom: 5px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
.service {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cbd3df;
  padding-top: 25px;
}
.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service-number {
  font: 400 34px/1 var(--heading);
  color: #9faabc;
}
.service svg {
  width: 43px;
  height: 43px;
  color: var(--blue);
}
h3 {
  font: 600 29px/1.12 var(--heading);
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  min-height: 64px;
}
.service p {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 25px;
}
.service > a {
  margin-top: auto;
  padding-top: 15px;
  color: var(--deep);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-weight: 600;
  gap: 10px;
}
.service > a span {
  font-size: 22px;
}
.service > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.personal {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 11%;
  padding-top: 120px;
  padding-bottom: 135px;
  align-items: center;
}
.workspace-image {
  position: relative;
  min-height: 580px;
  background: #e4eaf0;
  margin-left: -35px;
}
.workspace-image:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 60%;
  height: 70%;
  background: var(--blue);
  z-index: -1;
}
.workspace-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-label {
  position: absolute;
  right: -30px;
  bottom: 35px;
  background: var(--blue);
  color: white;
  padding: 28px 34px;
  font: 500 26px/1.2 var(--heading);
  letter-spacing: 0.8px;
}
.personal-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.process {
  margin: 27px 0 33px;
}
.process > div {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  align-items: center;
}
.process span {
  font-size: 12px;
  color: var(--blue);
}
.process p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
}
.quote-band {
  padding: 70px 8.5% 78px;
  background: var(--blue);
  color: white;
  text-align: center;
}
.quote-band > span {
  font-family: Georgia, serif;
  font-size: 85px;
  line-height: 0.7;
  opacity: 0.65;
}
.quote-band > p {
  font: 500 clamp(28px, 3.2vw, 45px) / 1.25 var(--heading);
  letter-spacing: 1px;
  margin: 16px 0 25px;
}
.quote-band > div {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 2;
}
.quote-band > div > span {
  color: #dce8fd;
  font-weight: 400;
  font-size: 12px;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-top: 110px;
  padding-bottom: 95px;
}
.contact h2 {
  font-size: clamp(48px, 5vw, 74px);
}
.contact h2 span {
  color: var(--blue);
}
.contact-info {
  padding-top: 5px;
}
.contact-info > p {
  color: var(--muted);
  font-size: 18px;
  max-width: 400px;
  margin-bottom: 35px;
}
.contact dl {
  margin: 0;
}
.contact dl > div {
  margin-bottom: 26px;
}
.contact dt {
  font-size: 12px;
  letter-spacing: 1.7px;
  color: #9298a1;
  margin-bottom: 7px;
}
.contact dd {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
.contact dd > a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.contact dd > a span {
  color: var(--blue);
}
.contact dd > a:hover {
  color: var(--blue);
}
footer {
  padding: 45px 8.5% 27px;
  border-top: 1px solid var(--line);
}
footer > .brand {
  font-size: 25px;
}
footer .brand-symbol {
  font-size: 42px;
}
.footer-bottom {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #858b94;
}
.footer-bottom > span:nth-child(2) {
  letter-spacing: 1px;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
@media (min-width: 1600px) {
  .hero {
    height: 850px;
  }
  .hero-image {
    height: 720px;
  }
  .hero-note {
    top: 744px;
  }
  .blue-block {
    height: 540px;
  }
  .hero-heading {
    top: 140px;
  }
  .hero h1 {
    font-size: 130px;
  }
  .hero-description {
    max-width: 400px;
  }
  .hero-description > p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .masthead {
    height: 120px;
  }
  .header-contact {
    font-size: 11px;
    right: 3%;
  }
  .header-contact span {
    padding-left: 6px;
  }
  .brand {
    font-size: 25px;
  }
  .brand-symbol {
    font-size: 44px;
  }
  .menu-open > span:last-child {
    display: none;
  }
  .hero {
    height: 670px;
  }
  .hero-image {
    height: 560px;
    width: 70%;
    left: 12%;
  }
  .hero-heading {
    top: 90px;
    right: 5%;
    width: 60%;
  }
  .hero h1 {
    font-size: 88px;
  }
  .hero-note {
    top: 585px;
    left: 12%;
    width: 77%;
    font-size: 10px;
  }
  .hero-description {
    max-width: 300px;
  }
  .hero-description > p {
    font-size: 16px;
  }
  .blue-block {
    height: 400px;
  }
  .scroll-link {
    left: 4%;
    bottom: 92px;
  }
  .section {
    padding-left: 7%;
    padding-right: 7%;
  }
  .intro {
    gap: 6%;
    grid-template-columns: 0.75fr 1.25fr;
  }
  .intro-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lead {
    font-size: 21px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .service h3 {
    min-height: 0;
  }
  .service p {
    max-width: 380px;
  }
  .personal {
    gap: 9%;
    padding-left: 9%;
  }
  .workspace-image {
    min-height: 540px;
    margin-left: 0;
  }
  .image-label {
    padding: 22px;
    font-size: 24px;
    right: -20px;
  }
  .personal h2 {
    font-size: 48px;
  }
  .contact {
    gap: 8%;
  }
  .contact dd {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }
  .masthead {
    height: 100px;
    justify-content: flex-end;
    padding: 0 6%;
  }
  .menu-area {
    width: 22%;
    padding-left: 7%;
  }
  .header-contact {
    display: none;
  }
  .brand {
    font-size: 27px;
  }
  .brand-symbol {
    font-size: 43px;
  }
  .hero {
    height: auto;
    padding: 0 0 85px;
  }
  .blue-block {
    width: 22%;
    height: 250px;
  }
  .hero-image {
    position: relative;
    left: 0;
    margin-left: 10%;
    width: 82%;
    height: 400px;
  }
  .hero-heading {
    position: relative;
    top: auto;
    right: auto;
    margin: -230px 6% 0 auto;
    width: 88%;
    text-align: right;
  }
  .hero-heading > .eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
    max-width: 210px;
    margin-left: auto;
    margin-bottom: 22px;
    color: #244d92;
  }
  .hero h1 {
    font-size: clamp(51px, 12vw, 83px);
    line-height: 1.02;
    letter-spacing: 0.4px;
    color: #3267c3;
    margin-bottom: 28px;
  }
  .hero-description {
    padding: 16px 0 0;
    max-width: 285px;
  }
  .hero-description > p {
    font-size: 16px;
    background: white;
    display: inline-block;
    margin-bottom: 20px;
  }
  .hero-note {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    display: block;
    margin: 42px 6% 0 10%;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
  .hero-note span {
    display: block;
  }
  .scroll-link {
    display: none;
  }
  .section {
    padding: 65px 7%;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 0;
  }
  .intro .blue-rule {
    margin: 25px 0;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 47px;
  }
  .intro h2 {
    font-size: 53px;
  }
  .lead {
    font-size: 20px;
  }
  .intro-columns {
    gap: 20px;
  }
  .services-head {
    display: block;
    margin-bottom: 35px;
  }
  .services-head > p {
    margin: 24px 0 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .service-top {
    margin-bottom: 20px;
  }
  .service h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .service h3 br {
    display: none;
  }
  .service p {
    margin-bottom: 15px;
  }
  .service > a {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .personal {
    grid-template-columns: 1fr;
    gap: 65px;
    padding: 75px 7%;
  }
  .workspace-image {
    min-height: 410px;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .workspace-image:before {
    left: -15px;
    bottom: -20px;
  }
  .image-label {
    right: -10px;
    bottom: 25px;
    font-size: 24px;
    padding: 24px;
  }
  .personal h2 {
    font-size: 49px;
  }
  .process p {
    font-size: 14px;
  }
  .quote-band {
    padding: 60px 7%;
  }
  .quote-band > p {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.2px;
  }
  .quote-band > div > span {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact h2 {
    font-size: 56px;
  }
  .contact-info > p {
    font-size: 17px;
  }
  .contact dd {
    font-size: 20px;
    overflow-wrap: anywhere;
  }
  .contact dd > a {
    align-items: center;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-bottom > div {
    width: 100%;
    gap: 25px;
  }
  footer {
    padding: 30px 7%;
  }
  .line-link {
    font-size: 12px;
    gap: 22px;
  }
  .blue-rule {
    width: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.menu-panel .eyebrow {
  margin-top: 35px;
}
.menu-panel nav a {
  font-size: 28px;
}
.menu-panel nav a[aria-current="page"] {
  color: #fff;
  font-weight: 700;
  border-bottom-color: white;
}
.menu-regions {
  display: grid;
  margin-top: 20px;
  font-size: 14px;
  gap: 7px;
}
.menu-mail {
  margin-top: 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer-top p {
  margin-bottom: 0;
  font-size: 15px;
}
.footer-top .eyebrow {
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  gap: 15px 28px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 25px;
  font-size: 14px;
}
.site-footer .footer-bottom {
  margin-top: 25px;
}
.footer-nav a:hover {
  color: var(--blue);
}
.inner-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 45px 8%;
}
.inner-blue {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.5%;
  height: 280px;
  background: var(--blue);
}
.inner-photo {
  position: absolute;
  left: 12%;
  top: 0;
  width: 47%;
  height: 350px;
  overflow: hidden;
}
.inner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.77;
}
.inner-heading {
  position: relative;
  width: 58%;
  text-align: right;
}
.inner-heading h1 {
  font: 700 clamp(52px, 5.7vw, 83px) / 1.02 var(--heading);
  letter-spacing: 0.3px;
  color: var(--deep);
  margin-bottom: 25px;
}
.inner-heading > p:last-child {
  max-width: 470px;
  margin: 0 0 0 auto;
  font-size: 17px;
  background: #ffffffdf;
  padding: 10px 0 10px 18px;
}
.inner-heading .eyebrow {
  color: var(--deep);
}
.breadcrumbs {
  display: flex;
  gap: 16px;
  margin: 20px 8.5% 0;
  font-size: 13px;
  color: #8a919a;
}
.breadcrumbs a {
  color: var(--deep);
}
.editorial-split,
.original-statement {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 9%;
}
.editorial-split > div > p:not(.eyebrow):not(.lead),
.original-statement > div > p:not(.eyebrow):not(.lead) {
  color: var(--muted);
}
.pale {
  background: var(--pale);
  max-width: none;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 45px;
}
.feature-grid article {
  padding-top: 22px;
  border-top: 1px solid #d5dce6;
}
.feature-number {
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 22px;
}
.feature-grid h3 {
  min-height: 0;
  font-size: 30px;
}
.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.section-explainer {
  max-width: 600px;
  color: var(--muted);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 24px;
  margin-top: 44px;
}
.price {
  border: 1px solid var(--line);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price h3 {
  font-size: 27px;
  min-height: 58px;
}
.price-value {
  font: 600 55px/1.15 var(--heading);
  color: var(--deep);
  margin-bottom: 25px;
  white-space: nowrap;
}
.price-value > span {
  font:
    400 16px/1 Barlow,
    Arial,
    sans-serif;
}
.price-value > small {
  display: block;
  font:
    400 14px/1.8 Barlow,
    Arial,
    sans-serif;
  color: var(--muted);
  margin-top: 10px;
}
.price > p:not(.price-value) {
  color: var(--muted);
  margin-bottom: 27px;
}
.blue-button,
.white-button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 16px 23px;
  min-height: 54px;
  border: 0;
  letter-spacing: 1px;
  font:
    500 13px/1.5 Barlow,
    Arial,
    sans-serif;
}
.blue-button {
  color: white;
  background: var(--deep);
}
.blue-button:hover {
  background: #25519b;
}
.white-button {
  background: white;
  color: var(--deep);
}
.white-button:hover {
  background: #e9f0fc;
}
.blue-button > span,
.white-button > span {
  font-size: 22px;
}
.price > .blue-button {
  margin-top: auto;
  width: 100%;
}
.price-note {
  color: var(--muted);
  margin-top: 24px;
}
.small-cta {
  background: var(--blue);
  color: white;
  padding: 62px 8.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.small-cta .eyebrow {
  color: #e9f1ff;
}
.small-cta h2 {
  font-size: 48px;
  margin-bottom: 0;
}
.regional-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.regional-grid > a {
  padding: 38px;
  border: 1px solid var(--line);
  display: block;
}
.regional-grid > a:hover {
  border-color: var(--blue);
}
.regional-grid h2 {
  color: var(--blue);
  font-size: 46px;
  margin-top: 20px;
}
.regional-grid p {
  color: var(--muted);
}
.reading-layout,
.legal-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.8fr;
  gap: 9%;
  align-items: start;
}
.reading-layout aside,
.legal-layout > nav {
  position: sticky;
  top: 35px;
  display: grid;
  gap: 12px;
  font-size: 15px;
}
.reading-layout aside p {
  margin: 0;
  color: var(--muted);
}
.reading-layout aside > a,
.legal-layout > nav > a {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
[aria-current="page"] {
  color: var(--deep);
}
.prose {
  font-size: 18px;
  line-height: 1.85;
  color: #666d76;
  min-width: 0;
  overflow-wrap: anywhere;
}
.prose h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--ink);
  margin: 40px 0 20px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  margin-bottom: 24px;
}
.prose ul,
.prose ol {
  padding-left: 24px;
}
.prose li {
  margin-bottom: 14px;
}
.prose a {
  color: var(--deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose strong {
  font-weight: 600;
  color: #4f565f;
}
.legal-hero {
  padding-top: 70px;
  padding-bottom: 45px;
  background: var(--pale);
  max-width: none;
}
.legal-hero h1 {
  font: 650 clamp(40px, 5vw, 74px) / 1.05 var(--heading);
  color: var(--deep);
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.legal h2 {
  font-size: 30px;
  letter-spacing: 0;
}
.legal {
  font-size: 16px;
}
.preview-notice {
  background: var(--pale);
  border-left: 3px solid var(--blue);
  padding: 24px;
  margin-bottom: 40px;
}
.preview-notice p {
  font-size: 14px;
  margin: 10px 0 0;
}
.contact-page {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10%;
  align-items: start;
}
.contact-page aside h2 {
  font-size: 46px;
}
.contact-page dt {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 25px;
}
.contact-page dd {
  margin: 8px 0 0;
  font-size: 18px;
  overflow-wrap: anywhere;
}
.contact-page dd a {
  color: var(--deep);
}
.contact-form h2 {
  font-size: 46px;
}
.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 22px;
  color: var(--ink);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  border: 0;
  border-bottom: 1px solid #aeb9c8;
  background: var(--pale);
  width: 100%;
  padding: 13px 12px;
  color: var(--ink);
  font:
    16px/1.5 Barlow,
    Arial,
    sans-serif;
  margin-top: 9px;
  border-radius: 0;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.contact-form textarea {
  resize: vertical;
}
.form-note {
  font-size: 13px;
  color: var(--muted);
}
.form-note a {
  color: var(--deep);
  text-decoration: underline;
}
.contact-form [hidden] {
  display: none;
}
.contact-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.contact-form #form-status {
  margin-top: 24px;
}
.contact-form #form-status.error {
  color: #99432b;
}
.contact-form #form-status.success {
  color: #28633f;
}
.principles {
  padding-top: 20px;
}
.principles .feature-grid {
  grid-template-columns: repeat(3, 1fr);
}
.game-section {
  background: var(--pale);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8%;
}
.game-section > div > p:not(.eyebrow) {
  color: var(--muted);
}
.game {
  min-width: 0;
}
.game-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 14px;
}
.game-controls select,
.game-controls button {
  border: 1px solid #c4d0e2;
  padding: 8px 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.game-controls button {
  margin-left: auto;
}
.game-controls button:disabled {
  opacity: 0.5;
}
.game-stage {
  position: relative;
  background: #182b4c;
  aspect-ratio: 1.6;
}
.game-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
}
.game-stage canvas:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
#game-overlay {
  position: absolute;
  inset: 0;
  background: #172b4bcf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
}
#game-overlay[hidden] {
  display: none;
}
#game-title {
  font-size: 36px;
  min-height: 0;
  margin-bottom: 10px;
}
#game-message {
  font-size: 14px;
}
#game-score {
  margin: 10px 0 0;
  font-size: 16px;
  color: var(--ink);
}
.game-best {
  font-size: 13px;
  margin: 0;
}
.game-section .remember-score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-top: 10px;
}
.game-section input {
  accent-color: var(--deep);
}
@media (max-width: 1000px) {
  .inner-heading {
    width: 68%;
  }
  .inner-heading h1 {
    font-size: 63px;
  }
  .editorial-split,
  .original-statement {
    gap: 6%;
  }
  .reading-layout,
  .legal-layout {
    gap: 6%;
    grid-template-columns: 0.6fr 1.4fr;
  }
  .contact-page {
    gap: 6%;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .price {
    padding: 25px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .game-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .game-section > div:first-child {
    max-width: 600px;
  }
  .game {
    width: 100%;
    max-width: 720px;
  }
  .small-cta h2 {
    font-size: 41px;
  }
}
@media (max-width: 700px) {
  .menu-panel nav a {
    font-size: 25px;
  }
  .menu-panel .eyebrow {
    margin-top: 20px;
  }
  .menu-panel {
    padding: 25px;
  }
  .menu-regions {
    font-size: 14px;
    margin-top: 17px;
  }
  .menu-mail {
    margin-top: 20px;
  }
  .inner-hero {
    display: block;
    min-height: 0;
    padding: 0 6% 40px;
  }
  .inner-blue {
    width: 22%;
    height: 220px;
  }
  .inner-photo {
    position: relative;
    left: 0;
    margin-left: 5%;
    height: 220px;
    width: 95%;
  }
  .inner-heading {
    width: 100%;
    margin-top: -40px;
    text-align: right;
  }
  .inner-heading h1 {
    font-size: clamp(39px, 10vw, 58px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  .inner-heading .eyebrow {
    background: #ffffffd9;
    display: inline-block;
    padding: 5px 0 5px 8px;
    position: relative;
  }
  .inner-heading > p:last-child {
    font-size: 16px;
    max-width: 100%;
    padding: 8px 0 0 18px;
  }
  .breadcrumbs {
    margin: 10px 7% 0;
    font-size: 13px;
  }
  .editorial-split,
  .original-statement {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .feature-grid h3 {
    font-size: 28px;
  }
  .prices h2 {
    font-size: 43px;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
  .price h3 {
    min-height: 0;
    font-size: 29px;
  }
  .price-value {
    font-size: 57px;
  }
  .small-cta {
    padding: 48px 7%;
    display: block;
  }
  .small-cta h2 {
    font-size: 40px;
  }
  .small-cta .white-button {
    margin-top: 27px;
  }
  .regional-grid {
    grid-template-columns: 1fr;
  }
  .regional-grid > a {
    padding: 28px;
  }
  .regional-grid h2 {
    font-size: 44px;
  }
  .reading-layout,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .reading-layout aside,
  .legal-layout > nav {
    position: static;
  }
  .reading-layout aside {
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
  }
  .prose {
    font-size: 17px;
  }
  .prose h2 {
    font-size: 32px;
  }
  .legal-hero {
    padding-top: 45px;
  }
  .legal-hero h1 {
    font-size: 41px;
  }
  .legal {
    font-size: 16px;
  }
  .legal h2 {
    font-size: 28px;
  }
  .legal-layout > nav {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .contact-page {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form h2,
  .contact-page aside h2 {
    font-size: 43px;
  }
  .footer-top {
    display: grid;
    gap: 25px;
  }
  .footer-nav {
    gap: 13px 20px;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
  }
  .principles .feature-grid {
    grid-template-columns: 1fr;
  }
  .game-stage {
    aspect-ratio: 1.2;
  }
  .game-controls {
    font-size: 14px;
  }
  .game-controls select {
    padding: 8px;
  }
  #game-title {
    font-size: 30px;
  }
  .game-section {
    padding: 55px 7%;
  }
  .game-stage canvas {
    min-height: 270px;
  }
  .preview-notice {
    padding: 18px;
  }
}

.contact-form #form-status.error {
  color: #a13a23;
}

/* === Gemeinsame Ergänzungen (Feinschliff) === */
:root {
  --navy: #172b4c;
  --deepest: #25519b;
}
img { max-width: 100%; }

.fact-row {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0 32px;
}
.fact-row li {
  border-top: 2px solid var(--blue);
  padding-top: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}
.fact-row span {
  display: block;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.6px;
  color: var(--ink);
  margin-bottom: 4px;
}

.service { position: relative; transition: border-color .25s ease; }
.service:hover { border-top-color: var(--blue); }
.service svg { transition: transform .3s ease; }
.service:hover svg { transform: translateY(-3px); }
.service-price {
  font-size: 12px !important;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: var(--deep) !important;
  margin: -10px 0 18px !important;
}

/* Ablauf */
.ablauf-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 55px;
}
.ablauf-head h2 { margin-bottom: 0; }
.ablauf-head .section-explainer { margin-bottom: 5px; max-width: 420px; }
.ablauf-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.ablauf-grid li {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
}
.ablauf-number {
  font: 400 34px/1 var(--heading);
  color: #9faabc;
  display: block;
  margin-bottom: 22px;
}
.ablauf-grid h3 { min-height: 0; font-size: 26px; margin-bottom: 14px; }
.ablauf-grid p { color: var(--muted); font-size: 16px; margin: 0 0 22px; }
.ablauf-dauer {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: var(--deep);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

/* Preise */
.preis-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.preis-liste > div {
  border-top: 1px solid var(--line);
  padding: 30px 0 32px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  grid-template-areas: "title price" "text price" "link price";
  align-items: start;
  gap: 0 30px;
}
.preis-liste h3 {
  grid-area: title;
  min-height: 0;
  font-size: 27px;
  margin-bottom: 10px;
}
.preis-liste > div > p:not(.preis-wert) {
  grid-area: text;
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 18px;
}
.preis-liste .line-link { grid-area: link; justify-self: start; gap: 18px; }
.preis-wert {
  grid-area: price;
  text-align: right;
  font: 600 44px/1 var(--heading);
  color: var(--deep);
  margin: 0;
  white-space: nowrap;
}
.preis-wert span { font: 400 15px/1 Barlow, Arial, sans-serif; }
.preis-wert small {
  display: block;
  font: 400 13px/1.6 Barlow, Arial, sans-serif;
  color: var(--muted);
  margin-top: 8px;
  letter-spacing: 0.4px;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 9%;
  align-items: start;
}
.faq > div:first-child .section-explainer { margin: 0 0 26px; }
.faq-list { display: grid; }
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  font: 600 23px/1.25 var(--heading);
  letter-spacing: 0.3px;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--deep); }
.faq-list summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.faq-icon {
  position: relative;
  flex: 0 0 18px;
  height: 18px;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--blue);
  transition: transform .25s ease;
}
.faq-icon::before { inset: 8px 0 auto 0; height: 2px; }
.faq-icon::after { inset: 0 auto 0 8px; width: 2px; }
.faq-list details[open] .faq-icon::after { transform: scaleY(0); }
.faq-list details > p {
  margin: -6px 0 26px;
  padding-right: 46px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 640px;
}

/* Spiel dezenter */
.game-quiet {
  border-top: 1px solid var(--line);
  background: white;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.game-quiet h2 { font-size: 38px; }
.game-quiet .game { max-width: 480px; margin-left: auto; }
.game-quiet .game-stage { aspect-ratio: 1.7; }
.game-quiet #game-title { font-size: 28px; }
.game-quiet .game-controls select,
.game-quiet .game-controls button { background: var(--pale); }

.contact-info .blue-button { margin-top: 12px; }

@media (max-width: 1100px) {
  .fact-row { grid-template-columns: 1fr; gap: 0; }
  .fact-row li { padding: 14px 0 18px; }
  .ablauf-grid { grid-template-columns: 1fr 1fr; gap: 34px 30px; }
  .preis-liste { grid-template-columns: 1fr; gap: 0; }
  .faq { gap: 6%; grid-template-columns: 0.7fr 1.3fr; }
  .game-quiet { grid-template-columns: 1fr; gap: 30px; }
  .game-quiet .game { margin-left: 0; max-width: 640px; }
}
@media (max-width: 700px) {
  .fact-row li { padding: 14px 0 18px; }
  .ablauf-head { display: block; margin-bottom: 32px; }
  .ablauf-head .section-explainer { margin: 22px 0 0; }
  .ablauf-grid { grid-template-columns: 1fr; gap: 30px; }
  .ablauf-grid h3 { font-size: 28px; }
  .preis-liste > div {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "price" "text" "link";
    padding: 26px 0 28px;
  }
  .preis-wert { text-align: left; margin: 0 0 16px; font-size: 40px; }
  .preis-wert small { margin-top: 4px; }
  .faq { grid-template-columns: 1fr; gap: 34px; }
  .faq-list summary { font-size: 21px; padding: 20px 0; gap: 18px; }
  .faq-list details > p { padding-right: 0; font-size: 16px; }
  .game-quiet { padding-top: 55px; }
  .game-quiet h2 { font-size: 36px; }
  .contact-info .blue-button { width: 100%; }
}

/* === Startseite: Zitat-/Fotoband, Referenzliste, Ablauf, Preise === */
.quote-band-b {
  background: var(--navy);
  text-align: left;
  padding: 95px 8.5% 90px;
}
.quote-rule {
  display: block;
  width: 78px;
  height: 3px;
  background: var(--blue);
  margin-bottom: 34px;
}
.quote-band-b > p {
  font: 500 clamp(32px, 4vw, 60px) / 1.14 var(--heading);
  letter-spacing: 1px;
  margin: 0 0 34px;
  max-width: 1000px;
}
.quote-band-b > div {
  border-top: 1px solid #ffffff4d;
  padding-top: 22px;
  display: inline-block;
}

.referenzen-b .ref-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.referenzen-b .ref-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: baseline;
  gap: 10px 40px;
  border-top: 1px solid var(--line);
  padding: 30px 0;
  transition: background .25s ease, padding .25s ease;
}
.referenzen-b .ref-list li:last-child { border-bottom: 1px solid var(--line); }
.referenzen-b .ref-list li:hover { background: var(--pale); }
.ref-jahr {
  font: 400 22px/1 var(--heading);
  color: #9faabc;
}
.referenzen-b h3 {
  min-height: 0;
  font-size: clamp(30px, 3vw, 42px);
  margin: 0;
  letter-spacing: 0.5px;
}
.referenzen-b .ref-list li:hover h3 { color: var(--deep); }
.referenzen-b h3 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--line);
  transition: color .2s ease, border-color .2s ease;
}
.referenzen-b h3 a:hover,
.referenzen-b h3 a:focus-visible { color: var(--blue); border-color: currentColor; }
.ref-leistung {
  font-size: 12px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: var(--deep);
  grid-column: 3;
  grid-row: 1;
}
.referenzen-b .ref-list p {
  grid-column: 2 / 4;
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.ablauf-b .ablauf-grid li { border-top: 2px solid var(--blue); }
.ablauf-b .ablauf-number {
  font-size: 68px;
  font-weight: 750;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px #b9c6db;
  margin-bottom: 18px;
}
.preise { background: var(--pale); max-width: none; }
.faq-b { padding-top: 85px; }
.principles { border-top: 1px solid var(--line); margin-top: 10px; }

@media (max-width: 1100px) {
  .referenzen-b .ref-list li { grid-template-columns: 70px minmax(0, 1fr); }
  .ref-leistung { grid-column: 2; grid-row: 2; }
  .referenzen-b .ref-list p { grid-column: 2; }
}
@media (max-width: 700px) {
  .quote-band-b { padding: 62px 7%; }
  .quote-band-b > p { font-size: 32px; letter-spacing: 0.2px; }
  .referenzen-b .ref-list li { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .ref-jahr { font-size: 18px; }
  .referenzen-b h3 { font-size: 32px; }
  .ref-leistung, .referenzen-b .ref-list p { grid-column: 1; grid-row: auto; }
  .ablauf-b .ablauf-number { font-size: 56px; }
  .faq-b { padding-top: 58px; }
}

/* Fotoband */
.photo-band {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--blue);
}
.photo-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #2d5cb0e8 0%, #3a6cc9df 52%, #467cdbd4 100%);
}
.photo-band-inner {
  position: relative;
  z-index: 1;
  color: white;
  padding: 90px 8.5%;
  max-width: 1500px;
  margin: auto;
  width: 100%;
}
.photo-band-inner > p {
  font: 500 clamp(30px, 3.4vw, 48px) / 1.22 var(--heading);
  letter-spacing: 1px;
  margin: 0 0 30px;
  max-width: 900px;
}
.photo-band-inner > div {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 2;
  border-top: 1px solid #ffffff59;
  padding-top: 22px;
  display: inline-block;
}
.photo-band-inner > div > span { color: #d7e5fd; font-weight: 400; }


@media (max-width: 1100px) {
  .photo-band { min-height: 380px; }
  .photo-band-inner { padding: 70px 7%; }
}
@media (max-width: 700px) {
  .photo-band { min-height: 0; }
  .photo-band-inner { padding: 58px 7%; }
  .photo-band-inner > p { font-size: 30px; letter-spacing: 0.3px; }
}

/* === Drei Wege (PC & Medien Schulung) === */
.wege-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.wege-grid article {
  border-top: 2px solid var(--blue);
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}
.wege-media {
  display: block;
  position: relative;
  aspect-ratio: 3 / 2;
  background: linear-gradient(150deg, #e6edf8 0%, #d3e0f3 100%);
  margin-bottom: 24px;
}
.wege-media > span {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font: 750 76px/1 var(--heading);
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}
.wege-grid h3 {
  min-height: 0;
  font-size: 26px;
  margin: 0 0 12px;
}
.wege-grid article > p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 20px;
}
.wege-grid ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.wege-grid li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.wege-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 2px;
  background: var(--blue);
}
.wege-fuss {
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.wege-fuss span {
  font-family: var(--heading);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.6px;
  color: var(--ink);
}

@media (max-width: 1100px) {
  .wege-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .wege-grid { grid-template-columns: 1fr; gap: 40px; }
  .wege-media > span { font-size: 60px; left: 14px; }
  .wege-grid h3 { font-size: 27px; }
  .wege-fuss { margin-top: 34px; }
}

/* === Hero mit vollständig sichtbarem Bild === */
.inner-hero-wide {
  display: block;
  min-height: 0;
  padding: 0 0 10px;
}
.inner-hero-wide .inner-blue {
  display: none;
}
.inner-hero-wide .inner-photo {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  overflow: visible;
}
.inner-hero-wide .inner-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: fill;
  opacity: 1;
}
.inner-hero-wide .inner-heading {
  width: auto;
  padding: 40px 8% 0;
}
.inner-hero-wide .inner-heading > p:last-child {
  background: none;
  padding: 0;
}

@media (max-width: 700px) {
  .inner-hero-wide .inner-heading { padding: 30px 7% 0; }
}

/* Honeypot-Feld des Kontaktformulars: für Menschen unsichtbar, per Tastatur nicht erreichbar */
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
