/*
Theme Name: Immobilienverwaltung Singer Design 3
Theme URI: https://immobilienverwaltung-singer.de/
Author: Immobilienverwaltung Singer
Description: Eigenst?ndiges WordPress-Theme auf Basis von Design 3 der Immobilienverwaltung Singer Website.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: immobilienverwaltung-singer-design-3
*/

:root {
  --graphite: #171918;
  --anthracite: #232624;
  --off-white: #f1efe9;
  --stone: #d6d3cb;
  --terracotta: #a85f45;
  --terracotta-dark: #884832;
  --olive: #6e7465;
  --white: #ffffff;
  --danger: #c95745;
  --border-dark: rgba(255, 255, 255, 0.12);
  --border-light: #d6d3cb;
  --container: 1240px;
  --header-height: 76px;
  --radius: 3px;
  --shadow: 0 24px 64px rgba(16, 18, 17, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--graphite);
  color: var(--graphite);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

address {
  font-style: normal;
}

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

h1,
h2,
h3,
.display {
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 750;
  hyphens: manual;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  font-size: 64px;
  line-height: 1.03;
}

h2 {
  font-size: 46px;
  line-height: 1.12;
}

h3 {
  font-size: 25px;
  line-height: 1.25;
}

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

::selection {
  background: var(--terracotta);
  color: var(--off-white);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--off-white);
  color: var(--graphite);
  border-radius: var(--radius);
}

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

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.section-light {
  background: var(--off-white);
  color: var(--graphite);
}

.section-dark {
  background: var(--graphite);
  color: var(--off-white);
}

.section-anthracite {
  background: var(--anthracite);
  color: var(--off-white);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.number-badge,
.number-line strong,
.service-number,
.process-step strong,
.principle-mark,
.feature strong,
.timeline-step strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--off-white);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.section-label .number-badge {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.number-line strong,
.service-number,
.process-step strong,
.principle-mark,
.feature strong,
.timeline-step strong {
  display: flex;
}

.section-label::after {
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.25;
}

.section-title {
  max-width: 840px;
  margin-bottom: 64px;
}

.section-headline-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 46px;
}

.section-headline-row p {
  margin-bottom: 0;
  color: var(--olive);
  font-size: 18px;
}

.section-anthracite .section-headline-row p,
.section-dark .section-headline-row p {
  color: var(--stone);
}

.muted {
  color: var(--olive);
}

.light-muted {
  color: var(--stone);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary {
  background: var(--terracotta);
  color: var(--off-white);
}

.button-primary:hover {
  background: var(--terracotta-dark);
}

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

.button-outline:hover {
  border-color: var(--off-white);
}

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

.button-dark:hover {
  background: var(--anthracite);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--terracotta);
  font-weight: 700;
}

.text-link::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  color: var(--off-white);
  transition: background-color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .mobile-menu {
  top: 32px;
}

.site-header.is-scrolled,
.site-header.header-solid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 25, 24, 0.95);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  width: min(100% - 48px, var(--container));
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 240px;
  align-items: center;
  gap: 13px;
}

.brand-logo {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  color: var(--off-white);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
}

.brand-tagline {
  margin-top: 4px;
  color: var(--olive);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
  color: var(--stone);
  font-size: 13px;
  font-weight: 650;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--terracotta);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--off-white);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  min-height: 42px;
  padding: 10px 16px;
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.header-cta:hover {
  background: var(--terracotta);
  color: var(--off-white);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-lines {
  position: relative;
}

.menu-lines::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.menu-lines::after {
  position: absolute;
  top: 6px;
  left: 0;
}

.menu-button[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  visibility: hidden;
  align-content: center;
  padding: 104px 28px 40px;
  opacity: 0;
  background: var(--graphite);
  color: var(--off-white);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  display: grid;
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}

.mobile-nav a {
  padding-block: 12px;
  border-bottom: 1px solid var(--border-dark);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 34px;
  font-weight: 750;
  line-height: 1.18;
}

.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  color: var(--terracotta);
}

.mobile-contact {
  max-width: 560px;
  width: 100%;
  margin: 30px auto 0;
}

.hero {
  position: relative;
  display: flex;
  min-height: calc(100svh - 42px);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--graphite);
  color: var(--off-white);
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before,
.page-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 25, 24, 0.92) 0%, rgba(23, 25, 24, 0.55) 56%, rgba(23, 25, 24, 0.25) 100%),
    linear-gradient(0deg, rgba(23, 25, 24, 0.88) 0%, rgba(23, 25, 24, 0.15) 58%, rgba(23, 25, 24, 0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--container));
  margin: auto auto 0;
  padding: 146px 0 70px;
}

.hero h1 {
  max-width: 1040px;
  margin-bottom: 26px;
  color: var(--off-white);
}

.hero h1 span {
  display: block;
  color: var(--stone);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--stone);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-facts {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(23, 25, 24, 0.72);
  backdrop-filter: blur(10px);
}

.hero-facts ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 17px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--stone);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-facts li:last-child {
  border-right: 0;
}

.intro-grid,
.split-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 54px;
}

.intro-heading {
  grid-column: span 5;
}

.intro-copy {
  grid-column: span 7;
  padding-top: 70px;
}

.number-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.number-line strong {
  width: 54px;
  height: 54px;
  font-size: 24px;
}

.number-line::after {
  width: 100%;
  height: 1px;
  content: "";
  background: var(--border-light);
}

.intro-copy-inner {
  padding-left: 28px;
  border-left: 2px solid var(--border-light);
}

.intro-copy-inner p {
  font-size: 18px;
}

.quote {
  margin: 30px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--border-light);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.service-list {
  border-bottom: 1px solid var(--border-dark);
}

.service-row {
  display: grid;
  grid-template-columns: 76px minmax(170px, 0.8fr) minmax(280px, 1.35fr) 310px;
  align-items: center;
  gap: 28px;
  padding-block: 30px;
  border-top: 1px solid var(--border-dark);
}

.service-number {
  width: 40px;
  height: 40px;
  font-size: 19px;
}

.service-row h3 {
  margin: 0;
  color: var(--off-white);
  font-size: 30px;
}

.service-description p {
  margin-bottom: 12px;
  color: var(--stone);
  font-size: 14px;
}

.service-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 18px;
  margin: 0;
  padding: 0;
  color: #969b90;
  font-size: 12px;
  list-style: none;
}

.service-points li::before {
  margin-right: 8px;
  color: var(--terracotta);
  content: "\2022";
}

.service-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--anthracite);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.service-row:hover .service-image img {
  transform: scale(1.035);
}

.service-mobile {
  display: none;
}

.process-line {
  position: relative;
  height: 1px;
  margin: 58px 0 48px;
  overflow: hidden;
  background: var(--border-light);
}

.process-line::after {
  position: absolute;
  inset: 0;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--terracotta);
  transition: transform 1100ms ease;
}

.process-line.is-visible::after {
  transform: scaleX(1);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.process-step strong {
  margin-bottom: 14px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

.process-step h3 {
  margin-bottom: 10px;
}

.process-step p {
  margin-bottom: 0;
  color: var(--olive);
  font-size: 14px;
}

.portrait-column {
  grid-column: span 5;
}

.copy-column {
  grid-column: span 7;
  align-self: center;
}

.portrait-frame {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--anthracite);
}

.portrait-frame::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 5px;
  content: "";
  background: var(--terracotta);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.accent-copy {
  margin: 28px 0;
  padding-left: 24px;
  border-left: 2px solid var(--terracotta);
  color: var(--stone);
  font-size: 18px;
}

.credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--border-dark);
}

.credential {
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid var(--border-dark);
}

.credential:nth-child(odd) {
  border-right: 1px solid var(--border-dark);
}

.credential:nth-child(even) {
  padding-left: 20px;
}

.credential span {
  display: block;
  color: var(--olive);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.credential strong {
  display: block;
  margin-top: 5px;
  color: var(--stone);
  font-size: 14px;
}

.about-centered {
  text-align: center;
}

.about-centered .copy-column {
  max-width: 820px;
  margin-inline: auto;
}

.about-centered .section-label {
  justify-content: center;
}

.about-centered .section-label::after {
  display: none;
}

.about-centered .accent-copy {
  padding-left: 0;
  border-left: 0;
}

.about-centered .credentials {
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.copy-column-wide {
  grid-column: span 7;
}

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

.principle {
  min-height: 290px;
  padding: 42px 38px;
  border-right: 1px solid var(--border-light);
}

.principle:first-child {
  padding-left: 0;
}

.principle:last-child {
  padding-right: 0;
  border-right: 0;
}

.principle-mark {
  width: 60px;
  height: 60px;
  margin-bottom: 48px;
  border: 0;
  font-size: 22px;
}

.principle h3 {
  font-size: 34px;
}

.principle p {
  color: var(--olive);
  font-size: 14px;
}

.cta-band {
  position: relative;
  overflow: hidden;
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 0.7fr);
  gap: 48px;
  align-items: center;
}

.cta-copy h2 {
  max-width: 850px;
  margin-bottom: 24px;
}

.cta-copy p {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--stone);
  font-size: 18px;
}

.cta-mark {
  display: grid;
  place-items: center;
  color: rgba(168, 95, 69, 0.44);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 170px;
  line-height: 1;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--graphite);
  color: var(--off-white);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
  padding: 170px 0 82px;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--stone);
  font-size: 18px;
}

.content-narrow {
  max-width: 840px;
}

.content-narrow > p {
  font-size: 18px;
}

.content-narrow h2 {
  margin: 56px 0 18px;
  font-size: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  background: var(--border-light);
  border: 1px solid var(--border-light);
}

.feature {
  min-height: 230px;
  padding: 32px;
  background: var(--off-white);
}

.feature strong {
  margin-bottom: 28px;
  width: 42px;
  height: 42px;
  font-size: 19px;
}

.feature h3 {
  margin-bottom: 12px;
}

.feature p {
  margin: 0;
  color: var(--olive);
  font-size: 14px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 48px;
}

.service-detail {
  overflow: hidden;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: var(--anthracite);
}

.service-detail img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.service-detail-copy {
  padding: 30px;
}

.service-detail-copy h3 {
  margin-bottom: 12px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--stone);
  font-size: 14px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--terracotta);
  content: "\2713";
  font-weight: 800;
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--olive);
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 24px;
}

.plain-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
  background: var(--terracotta);
}

.plain-list strong {
  color: var(--graphite);
}

.light-list {
  color: var(--stone);
}

.light-list strong {
  color: var(--off-white);
}

.content-steps {
  counter-reset: content-step;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-steps li {
  counter-increment: content-step;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--border-light);
}

.content-steps li::before {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--off-white);
  content: counter(content-step);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.content-steps h3 {
  margin-bottom: 10px;
}

.content-steps p {
  margin-bottom: 0;
  color: var(--olive);
}

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

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

.value-card {
  padding: 30px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: var(--graphite);
}

.value-card .service-number {
  margin-bottom: 26px;
}

.value-card h3 {
  margin-bottom: 14px;
  color: var(--off-white);
}

.value-card p {
  color: var(--stone);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--border-light);
}

.timeline-step {
  position: relative;
  padding: 32px 26px 0 0;
}

.timeline-step::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: "";
  background: var(--terracotta);
}

.timeline-step strong {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.timeline-step h3 {
  margin: 10px 0;
  font-size: 21px;
}

.timeline-step p {
  color: var(--olive);
  font-size: 14px;
}

.contact-grid {
  align-items: start;
}

.contact-info {
  grid-column: span 4;
}

.contact-form-wrap {
  grid-column: span 8;
}

.contact-details {
  display: grid;
  gap: 26px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--border-light);
}

.contact-details span {
  display: block;
  margin-bottom: 4px;
  color: var(--olive);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-details a {
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-details a:hover {
  color: var(--terracotta);
}

.contact-form {
  padding: 42px;
  border-radius: var(--radius);
  background: var(--graphite);
  color: var(--off-white);
}

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

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-label {
  color: var(--stone);
  font-size: 12px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: var(--anthracite);
  color: var(--off-white);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--terracotta);
  outline: 0;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 24px 0;
  line-height: 1.5;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--terracotta);
}

.checkbox-label a {
  color: var(--terracotta);
  text-decoration: underline;
}

.required {
  color: var(--terracotta);
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--stone);
  font-size: 13px;
}

.legal {
  max-width: 840px;
  overflow-wrap: break-word;
}

.legal h1 {
  margin-bottom: 54px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border-light);
  color: var(--graphite);
  font-size: 54px;
}

.legal h2 {
  margin: 64px 0 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
  color: var(--graphite);
  font-size: 34px;
}

.legal h3 {
  margin: 34px 0 10px;
  color: var(--terracotta-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.legal p {
  margin-bottom: 18px;
  color: #4f554d;
  font-size: 16px;
  line-height: 1.75;
}

.legal .caps {
  color: var(--graphite);
  font-weight: 800;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 24px;
  padding: 0;
  color: #4f554d;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 24px;
}

.legal-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
  background: var(--terracotta);
}

.legal a {
  color: var(--terracotta-dark);
  text-decoration: underline;
}

.legal-note {
  margin: 38px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--terracotta);
  background: #e7e3dc;
  color: #4b4d49;
}

.not-found {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 120px 24px 70px;
  background: var(--graphite);
  color: var(--off-white);
  text-align: center;
}

.not-found strong {
  color: var(--terracotta);
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 112px;
  line-height: 1;
}

.not-found h1 {
  max-width: 750px;
  margin: 24px auto 18px;
}

.not-found p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: var(--stone);
}

.footer {
  padding: 64px 0 28px;
  border-top: 1px solid var(--border-dark);
  background: var(--graphite);
  color: var(--off-white);
}

.footer-brand {
  grid-column: span 5;
}

.footer-contact {
  grid-column: span 4;
}

.footer-pages {
  grid-column: span 3;
}

.footer-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer h2 {
  margin: 14px 0 4px;
  font-size: 24px;
}

.footer h3 {
  margin-bottom: 16px;
  color: var(--olive);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: var(--stone);
  font-size: 13px;
}

.footer a:hover {
  color: var(--terracotta);
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--border-dark);
  color: var(--olive);
  font-size: 11px;
}

@media (max-width: 1080px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    place-items: center;
  }

  .service-row {
    grid-template-columns: 54px 170px minmax(260px, 1fr) 250px;
    gap: 20px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 37px;
  }

  .section {
    padding-block: 82px;
  }

  .intro-grid,
  .split-grid,
  .contact-grid,
  .footer-grid,
  .section-headline-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .intro-heading,
  .intro-copy,
  .portrait-column,
  .copy-column,
  .contact-info,
  .contact-form-wrap,
  .footer-brand,
  .footer-contact,
  .footer-pages {
    grid-column: 1 / -1;
  }

  .intro-copy {
    padding-top: 0;
  }

  .service-list {
    display: none;
  }

  .service-mobile {
    display: grid;
    border-bottom: 1px solid var(--border-dark);
  }

  .service-mobile details {
    border-top: 1px solid var(--border-dark);
  }

  .service-mobile summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 18px;
    padding: 16px 2px;
    cursor: pointer;
    list-style: none;
  }

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

  .service-mobile summary h3 {
    flex: 1;
    margin: 0;
    font-size: 24px;
  }

  .service-mobile summary::after {
    color: var(--terracotta);
    content: "+";
    font-size: 26px;
  }

  .service-mobile details[open] summary::after {
    content: "\2212";
  }

  .service-mobile-content {
    padding: 0 0 28px 48px;
  }

  .service-mobile-content .service-image {
    margin: 18px 0;
  }

  .service-mobile-content p {
    color: var(--stone);
  }

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

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .principles-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .principle,
  .principle:first-child,
  .principle:last-child {
    min-height: auto;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-light);
  }

  .principle:last-child {
    border-bottom: 0;
  }

  .principle-mark {
    margin-bottom: 25px;
  }

  .cta-mark {
    display: none;
  }

  .page-hero {
    min-height: 560px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .spectrum-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .container,
  .nav-wrap,
  .hero-content,
  .page-hero-content,
  .hero-facts ul {
    width: min(100% - 32px, var(--container));
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-copy {
    display: none;
  }

  .mobile-menu {
    padding-inline: 20px;
  }

  .mobile-nav a {
    font-size: 29px;
  }

  .hero {
    min-height: calc(100svh - 24px);
  }

  .hero::before,
  .page-hero::before {
    background:
      linear-gradient(90deg, rgba(23, 25, 24, 0.9), rgba(23, 25, 24, 0.56)),
      linear-gradient(0deg, rgba(23, 25, 24, 0.94), rgba(23, 25, 24, 0.12) 68%, rgba(23, 25, 24, 0.52));
  }

  .hero-content {
    padding: 112px 0 36px;
  }

  .hero-copy,
  .page-hero p:not(.eyebrow),
  .cta-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-facts li {
    padding: 11px 8px;
    font-size: 9px;
  }

  .hero-facts li:nth-child(2) {
    border-right: 0;
  }

  .hero-facts li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .intro-grid,
  .split-grid,
  .contact-grid,
  .footer-grid {
    gap: 36px;
  }

  .number-line strong {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .intro-copy-inner {
    padding-left: 18px;
  }

  .quote {
    font-size: 20px;
  }

  .service-mobile-content {
    padding-left: 0;
  }

  .service-points,
  .process-grid,
  .credentials,
  .form-grid,
  .timeline,
  .content-steps {
    grid-template-columns: 1fr;
  }

  .content-steps li {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .credential:nth-child(odd) {
    border-right: 0;
  }

  .credential:nth-child(even) {
    padding-left: 0;
  }

  .page-hero {
    min-height: 520px;
  }

  .page-hero-content {
    padding: 142px 0 64px;
  }

  .page-hero h1,
  .legal h1,
  .not-found h1 {
    font-size: 33px;
  }

  .feature {
    min-height: auto;
    padding: 26px;
  }

  .timeline {
    gap: 26px;
    border-top: 0;
  }

  .timeline-step {
    padding: 0 0 0 28px;
    border-left: 1px solid var(--border-light);
  }

  .timeline-step::before {
    top: 7px;
    left: -6px;
  }

  .contact-form {
    padding: 26px 20px;
  }

  .legal h1 {
    font-size: 33px;
  }

  .not-found strong {
    font-size: 82px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .mobile-menu {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
