@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/open-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/raleway-latin.woff2") format("woff2");
}

:root {
  --gold: #c4a11c;
  --gold-light: #e1c553;
  --ink: #262626;
  --ink-soft: #383838;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --muted: #6e6b63;
  --line: rgba(38, 38, 38, 0.16);
  --shell: min(1240px, calc(100vw - 64px));
  --font-open-sans: "Open Sans";
  --font-raleway: "Raleway";
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-open-sans), "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-open-sans), "Segoe UI", sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding-block: 120px;
}

.eyebrow {
  margin-bottom: 24px;
  color: #806a13;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-light);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(25, 25, 25, 0.86);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 176px 1fr auto;
  align-items: center;
  width: var(--shell);
  min-height: 80px;
  margin-inline: auto;
  gap: 34px;
}

.brand {
  display: flex;
  align-items: center;
  width: 160px;
  height: 58px;
  overflow: hidden;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.desktop-nav a {
  position: relative;
  padding-block: 28px;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding-inline: 20px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.mobile-menu {
  display: none;
  position: relative;
  justify-self: end;
}

.mobile-menu summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: contain;
  object-position: right center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.96) 0%, rgba(19, 19, 19, 0.78) 42%, rgba(19, 19, 19, 0.13) 76%),
    linear-gradient(0deg, rgba(15, 15, 15, 0.44), transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 135px;
}

.hero h1 {
  max-width: 860px;
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5.8vw, 5.7rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  gap: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-outline:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: #111111;
}

.text-link {
  display: inline-flex;
  padding-block: 10px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 700;
}

.light-link {
  color: rgba(255, 255, 255, 0.86);
}

.hero-facts {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(760px, 58vw);
  background: var(--cream);
  color: var(--ink);
}

.hero-facts div {
  min-height: 112px;
  padding: 24px 28px;
  border-left: 1px solid var(--line);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  margin-bottom: 4px;
  color: var(--gold);
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.opening {
  background: var(--paper);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 60px;
}

.opening h2 {
  max-width: 980px;
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
  font-weight: 400;
}

.opening h2 span,
.section-heading h2 span {
  color: #8f7512;
}

.opening-grid > div > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.06rem;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 740px;
}

.feature-dark {
  background: var(--ink);
  color: var(--white);
}

.feature-light {
  background: var(--cream);
  color: var(--ink);
}

.feature-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.feature-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(15, 15, 15, 0.5));
  content: "";
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-dark .feature-media img {
  object-position: 51% center;
}

.feature-light .feature-media img {
  object-position: center;
}

.feature-index {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.feature-index.dark-index {
  color: rgba(255, 255, 255, 0.8);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px clamp(44px, 7vw, 120px);
}

.feature-copy h2 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 400;
}

.feature-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
}

.feature-light .feature-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.check-list {
  width: 100%;
  max-width: 650px;
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--gold-light);
  content: "↗";
}

.check-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.dark-list li {
  border-color: rgba(38, 38, 38, 0.14);
  color: var(--ink);
}

.dark-list li:last-child {
  border-color: rgba(38, 38, 38, 0.14);
}

.capabilities {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
  align-items: end;
  margin-bottom: 72px;
  gap: 80px;
}

.section-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  font-weight: 400;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability {
  min-width: 0;
  min-height: 300px;
  padding: 38px 36px 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.capability:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-5px);
  background: var(--ink);
  color: var(--white);
}

.capability > span {
  display: block;
  margin-bottom: 58px;
  color: var(--gold);
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.capability h3 {
  margin-bottom: 20px;
  font-size: 1.55rem;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.capability p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.capability:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 780px;
  background: var(--cream);
}

.about-image {
  min-height: 580px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px clamp(48px, 7.2vw, 130px);
}

.about-copy h2 {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  font-weight: 400;
}

.about-lead {
  color: var(--ink) !important;
  font-size: 1.25rem !important;
  font-weight: 600;
}

.about-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.about-points div {
  padding: 25px 22px 0 0;
}

.about-points strong,
.about-points span {
  display: block;
}

.about-points strong {
  margin-bottom: 7px;
  color: #8f7512;
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
}

.about-points span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.partners {
  background: var(--paper);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.partner-card {
  display: flex;
  min-height: 268px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 161, 28, 0.7);
  box-shadow: 0 18px 42px rgba(38, 38, 38, 0.08);
}

.partner-logo {
  display: flex;
  height: 78px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: flex-start;
}

.partner-logo img {
  width: auto;
  max-width: 210px;
  max-height: 72px;
  object-fit: contain;
}

.partner-copy {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.partner-copy h3 {
  margin-bottom: 10px;
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.partner-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.partner-link {
  display: inline-block;
  margin-top: 18px;
  color: #806a13;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact {
  padding-block: 120px;
  background: var(--ink);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
  align-items: start;
  gap: clamp(54px, 7vw, 105px);
}

.contact-copy h2 {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.65);
}

.linkedin-link {
  display: inline-flex;
  min-height: 54px;
  margin-top: 42px;
  padding: 0 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.linkedin-link:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.linkedin-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: #0a66c2;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-card {
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
}

.contact-photo {
  height: 330px;
  overflow: hidden;
  background: #8c8882;
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84) contrast(1.02);
}

.contact-card:first-child .contact-photo img {
  transform: scale(1.28);
  transform-origin: 54% 18%;
  object-position: 54% top;
}

.contact-card-body {
  padding: 28px 28px 30px;
}

.contact-card-body > p {
  margin-bottom: 7px;
  color: #806a13;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card-body h3 {
  margin-bottom: 26px;
  font-size: 1.55rem;
  font-weight: 600;
}

.contact-links {
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-links a {
  display: grid;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  gap: 3px;
}

.contact-links a:hover strong {
  color: #806a13;
}

.contact-links span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-links strong {
  font-size: 0.78rem;
  font-weight: 650;
  word-break: break-word;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #191919;
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 150px 1fr auto auto;
  align-items: center;
  min-height: 120px;
  gap: 32px;
}

.footer-brand {
  display: block;
  width: 132px;
  height: 58px;
  overflow: hidden;
}

.footer-inner > p,
.footer-inner > small {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 0.72rem;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.legal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #191919;
  color: var(--white);
}

.legal-header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.legal-back {
  padding-block: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 700;
}

.legal-back:hover {
  color: var(--gold-light);
}

.legal-main {
  padding-block: clamp(86px, 10vw, 150px);
}

.legal-main > h1 {
  max-width: 980px;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  hyphens: auto;
}

.legal-intro {
  max-width: 780px;
  margin-bottom: 76px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.legal-index {
  position: sticky;
  top: 28px;
  display: grid;
  border-top: 1px solid var(--line);
}

.legal-index a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.legal-index a:hover {
  color: #806a13;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  padding: 0 0 48px;
  scroll-margin-top: 28px;
}

.legal-content section + section {
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 22px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
}

.legal-content p,
.legal-content li {
  color: #555249;
}

.legal-content a {
  color: #806a13;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 10px;
}

.legal-date {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-footer {
  margin-top: 0;
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 44px, 1080px);
  }

  .header-inner {
    grid-template-columns: 160px 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu[open] nav {
    position: absolute;
    top: 36px;
    right: 0;
    display: grid;
    width: 240px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #202020;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  }

  .mobile-menu nav a {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.84rem;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
    color: var(--gold-light);
  }

  .feature-copy,
  .about-copy {
    padding-inline: 54px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-points div {
    display: grid;
    grid-template-columns: 120px 1fr;
    padding-top: 18px;
    border-bottom: 1px solid var(--line);
  }

  .capability-grid,
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    gap: 46px;
  }

  .contact-photo {
    height: 300px;
  }

  .footer-inner {
    grid-template-columns: 132px 1fr auto;
  }

  .footer-inner > small {
    display: none;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-index {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 34px);
  }

  html {
    scroll-padding-top: 68px;
  }

  .section-pad,
  .contact {
    padding-block: 82px;
  }

  .header-inner {
    grid-template-columns: 132px 1fr;
    min-height: 68px;
    gap: 16px;
  }

  .brand {
    width: 124px;
    height: 48px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu {
    grid-column: 2;
  }

  .hero {
    min-height: calc(75vw + 760px);
  }

  .hero-image {
    top: 68px;
    right: 0;
    width: 100%;
    height: auto;
    inset: 68px 0 auto;
    object-fit: contain;
    object-position: center top;
  }

  .hero-shade {
    background: linear-gradient(
      180deg,
      rgba(28, 28, 28, 0.08) 68px,
      rgba(28, 28, 28, 0.12) 42vw,
      rgba(28, 28, 28, 0.95) 70vw,
      #1c1c1c 78vw,
      #1c1c1c 100%
    );
  }

  .hero-content {
    padding-top: calc(75vw + 110px);
    padding-bottom: 170px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.3rem);
  }

  .hero-lead {
    max-width: 560px;
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-facts {
    width: 100%;
  }

  .hero-facts div {
    min-height: 105px;
    padding: 20px 14px;
  }

  .hero-facts strong {
    font-size: 1.02rem;
  }

  .hero-facts span {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .opening-grid,
  .section-heading,
  .feature,
  .about,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .opening-grid,
  .section-heading,
  .contact-grid {
    gap: 34px;
  }

  .opening h2,
  .section-heading h2,
  .feature-copy h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .feature {
    min-height: 0;
  }

  .feature-light .feature-copy {
    order: 2;
  }

  .feature-light .feature-media {
    order: 1;
  }

  .feature-media {
    min-height: 440px;
  }

  .feature-copy,
  .about-copy {
    padding: 74px 24px;
  }

  .feature-index {
    right: 24px;
    font-size: 6.4rem;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading > p {
    max-width: 560px;
  }

  .capability-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 0;
  }

  .capability {
    min-height: 250px;
  }

  .about-image {
    min-height: 460px;
  }

  .about-points {
    margin-top: 28px;
  }

  .partner-heading {
    gap: 26px;
  }

  .linkedin-link {
    margin-top: 28px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-photo {
    height: min(430px, 105vw);
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    min-height: 150px;
    padding-block: 22px;
  }

  .footer-inner > p {
    display: none;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
  }

  .legal-header-inner {
    min-height: 68px;
  }

  .legal-main {
    padding-block: 80px;
  }

  .legal-main > h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
    line-height: 1;
  }

  .legal-intro {
    margin-bottom: 52px;
  }

  .legal-layout {
    gap: 52px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-facts strong {
    font-size: 0.92rem;
  }

  .hero-facts span {
    font-size: 0.56rem;
  }

  .button {
    width: 100%;
  }

  .about-points div {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Statische Unterseiten */
.subpage-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 590px;
  overflow: hidden;
  padding: 170px 0 96px;
  background: var(--ink);
  color: var(--white);
}

.subpage-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.45) 58%, rgba(20, 20, 20, 0.15));
  content: "";
}

.subpage-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.subpage-hero h1 {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 7.2vw, 6.6rem);
}

.subpage-hero h1 span {
  color: var(--gold-light);
}

.subpage-hero .hero-lead {
  margin-bottom: 0;
}

.content-section {
  padding-block: 110px;
}

.content-section + .content-section {
  border-top: 1px solid var(--line);
}

.content-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(40px, 8vw, 120px);
}

.content-intro h2 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
}

.content-intro h2 span {
  color: #997e17;
}

.content-intro .lead-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.page-cta {
  padding-block: 90px;
  background: var(--gold);
  color: var(--ink);
}

.page-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-cta h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
}

.nav-current {
  color: var(--gold-light);
}

.static-note {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(196, 161, 28, 0.1);
  color: var(--ink-soft);
}

.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 60px 24px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.not-found-inner {
  max-width: 720px;
}

.not-found-code {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-light);
  font-family: var(--font-raleway), "Segoe UI", sans-serif;
  font-size: clamp(6rem, 20vw, 13rem);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.not-found h1 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.not-found p {
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 760px) {
  .subpage-hero {
    min-height: 620px;
    padding: 150px 0 76px;
  }

  .subpage-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .content-section {
    padding-block: 78px;
  }

  .content-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .page-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
