/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*
 * Lesbare, nicht minifizierte Produktionsfassung.
 *
 * Der allgemeine Browser-Reset steht am Anfang. Die eigentliche Gestaltung
 * der Website beginnt bei den @font-face-Regeln und den Farbvariablen unter
 * :root. Dort lassen sich Farben, Schriften, Abstände und responsive Regeln
 * direkt ohne Build-Werkzeug bearbeiten.
 */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
@font-face {
  font-family: Inter;
  src: url(/fonts/inter-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/fonts/inter-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  src: url(/fonts/space-grotesk.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #e8f0f2;
  --muted: #91a3aa;
  --subtle: #718991;
  --bg: #071014;
  --bg-deep: #050b0e;
  --surface: #0d191e;
  --surface-2: #102128;
  --line: #9dbcc626;
  --accent: #31c2b2;
  --accent-light: #8ae2d9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}
.skip-link {
  z-index: 100;
  background: var(--accent);
  color: #041211;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.16s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  z-index: 10;
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  width: min(1240px, 100% - 64px);
  height: 92px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.brand {
  align-items: center;
  gap: 13px;
  display: flex;
}
.brand-mark {
  width: 36px;
  height: 36px;
  color: var(--accent-light);
  letter-spacing: 0.08em;
  background: #31c2b20f;
  border: 1px solid #31c2b27a;
  place-items: center;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 12px;
  display: grid;
}
.brand-name {
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 17px;
}
.desktop-nav {
  gap: 34px;
  display: flex;
}
.desktop-nav a,
.header-contact {
  color: #adc0c6;
  letter-spacing: 0.02em;
  font-size: 13px;
  transition: color 0.18s;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.header-contact:hover,
.header-contact:focus-visible {
  color: var(--accent-light);
}
.header-contact {
  border: 1px solid #8ae2d942;
  padding: 11px 17px;
}
.hero {
  background:
    radial-gradient(circle at 78% 36%, #1c747033, transparent 27%),
    linear-gradient(135deg, var(--bg-deep) 0%, #071318 58%, #09181d 100%);
  grid-template-rows: 1fr auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 40px 76px;
  min-height: 880px;
  padding: 190px max(32px, 50vw - 620px) 0;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  opacity: 0.34;
  background-image:
    linear-gradient(#78a3ad0e 1px, #0000 1px),
    linear-gradient(90deg, #78a3ad0e 1px, #0000 1px);
  background-size: 66px 66px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 77%);
  mask-image: linear-gradient(90deg, #000, #0000 77%);
}
.hero-copy {
  z-index: 1;
  align-self: center;
  padding-bottom: 52px;
  position: relative;
}
.eyebrow {
  color: var(--accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  letter-spacing: -0.055em;
  max-width: 780px;
  margin-bottom: 30px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 500;
  line-height: 0.98;
}
h1 span {
  color: var(--accent-light);
}
.hero-lead {
  color: #a9bbc1;
  max-width: 690px;
  margin-bottom: 38px;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.72;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  display: flex;
}
.button-primary {
  background: var(--accent);
  color: #041211;
  align-items: center;
  gap: 14px;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.18s,
    transform 0.18s;
  display: inline-flex;
}
.button-primary:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
}
.button-primary svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  width: 18px;
}
.text-link {
  color: #b9c9ce;
  border-bottom: 1px solid #587079;
  padding-bottom: 5px;
  font-size: 14px;
}
.portrait-wrap {
  z-index: 1;
  place-self: center end;
  width: min(100%, 430px);
  position: relative;
}
.portrait-halo {
  background: linear-gradient(145deg, #31c2b217, #0000 62%);
  border: 1px solid #31c2b22b;
  position: absolute;
  inset: -40px -70px 90px 30px;
  transform: translate(18px, 18px);
}
.portrait-frame {
  aspect-ratio: 4/4.6;
  background: #d9dddd;
  position: relative;
  overflow: hidden;
}
.portrait-frame:after {
  content: "";
  background: linear-gradient(#0000 65%, #030c0f47);
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #ffffff14;
}
.portrait-frame img {
  object-fit: cover;
  object-position: 51% center;
  filter: saturate(0.72) contrast(1.02);
  width: 100%;
  height: 100%;
}
.portrait-caption {
  border-left: 3px solid var(--accent);
  background: #0c1a1f;
  flex-direction: column;
  gap: 4px;
  margin: -24px 22px 0 -22px;
  padding: 17px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 18px 45px #00000038;
}
.portrait-caption span {
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 17px;
}
.portrait-caption small {
  color: var(--muted);
  letter-spacing: 0.025em;
  font-size: 11px;
}
.hero-facts {
  z-index: 1;
  border-top: 1px solid var(--line);
  background: #040c0f52;
  grid-column: 1/-1;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  position: relative;
}
.hero-facts div {
  border-right: 1px solid var(--line);
  flex-direction: column;
  gap: 7px;
  padding: 27px 32px 29px;
  display: flex;
}
.hero-facts div:first-child {
  padding-left: 0;
}
.hero-facts div:last-child {
  border-right: 0;
}
.hero-facts strong {
  color: #dce8eb;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.hero-facts span {
  color: var(--subtle);
  letter-spacing: 0.04em;
  font-size: 12px;
}
.profile-section {
  color: #102126;
  background: #edf2f2;
  padding: 130px max(32px, 50vw - 580px);
}
.section-heading {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  margin-bottom: 64px;
  display: grid;
}
.section-heading .eyebrow {
  color: #0d766d;
  margin: 0;
}
.section-heading h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.06;
}
.profile-intro {
  border-top: 1px solid #c8d4d6;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  margin-bottom: 72px;
  padding-top: 34px;
  display: grid;
}
.profile-intro p {
  color: #465c63;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
.profile-intro p:first-child {
  color: #1c343a;
  font-size: 20px;
}
.principles-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.principle-card {
  background: #ffffff80;
  border: 1px solid #cad6d8;
  min-height: 270px;
  padding: 28px;
}
.principle-card > span {
  color: #0d766d;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 12px;
}
.principle-card h3 {
  margin: 62px 0 16px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 21px;
  font-weight: 500;
}
.principle-card p {
  color: #52666c;
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
}
.dark-section {
  color: var(--ink);
  background: #071115;
  padding: 130px max(32px, 50vw - 580px);
}
.section-heading-dark {
  margin-bottom: 74px;
}
.dark-section .section-heading .eyebrow {
  color: #1b9186;
}
.section-heading-dark h2 {
  color: #e5edef;
}
.competency-list {
  border-top: 1px solid var(--line);
}
.competency-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.55fr 1fr 1.25fr;
  gap: 44px;
  padding: 38px 0 42px;
  display: grid;
}
.competency-code {
  color: var(--accent);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin: 3px 0 0;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 11px;
}
.competency-row h3 {
  margin: 0;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.competency-detail > p {
  color: #91a5ab;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.75;
}
.competency-detail ul {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.competency-detail li {
  color: #7f969d;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  border: 1px solid #799ea833;
  padding: 7px 10px;
  font-size: 10px;
}
.practice-section {
  color: #102126;
  background: #e9efef;
  padding: 130px max(32px, 50vw - 580px);
  position: relative;
  overflow: hidden;
}
.practice-section:before {
  content: "";
  border: 1px solid #168e8229;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -280px;
  right: -220px;
}
.section-note {
  color: #61757b;
  max-width: 550px;
  margin: -28px 0 60px auto;
  font-size: 15px;
  line-height: 1.7;
}
.practice-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.practice-card {
  background: #ffffff73;
  border: 1px solid #c3d1d3;
  flex-direction: column;
  min-height: 410px;
  padding: 30px;
  display: flex;
}
.practice-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.practice-card-top span {
  color: #0d766d;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 12px;
}
.practice-card-top small {
  color: #52686f;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 10px;
}
.practice-card h3 {
  letter-spacing: -0.025em;
  margin: auto 0 22px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
}
.practice-card > p {
  color: #52686e;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.timeline {
  margin-bottom: 130px;
  position: relative;
}
.timeline:before {
  content: "";
  background: #31c2b238;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(22% + 8px);
}
.timeline-row {
  grid-template-columns: 22% 18px 1fr;
  gap: 0 28px;
  padding: 0 0 52px;
  display: grid;
}
.timeline-period {
  color: var(--subtle);
  letter-spacing: 0.04em;
  margin: 3px 0 0;
  font-size: 12px;
}
.timeline-marker {
  z-index: 1;
  border: 2px solid var(--accent);
  background: #071115;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}
.timeline-copy {
  border-bottom: 1px solid var(--line);
  padding-bottom: 50px;
}
.timeline-copy > p {
  color: var(--accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 12px;
}
.timeline-copy h3 {
  margin-bottom: 14px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 25px;
  font-weight: 500;
}
.timeline-copy span {
  color: #82979e;
  max-width: 690px;
  font-size: 14px;
  line-height: 1.7;
  display: block;
}
.qualification-block {
  border-top: 1px solid var(--line);
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding-top: 95px;
  display: grid;
}
.qualification-block h2 {
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(36px, 3.5vw, 51px);
  font-weight: 500;
}
.qualification-block > div:first-child > p:last-child {
  color: #7f949b;
  max-width: 430px;
  font-size: 14px;
  line-height: 1.7;
}
.qualification-list {
  border-top: 1px solid var(--line);
}
.qualification-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 60px 1fr 0.65fr;
  align-items: center;
  gap: 24px;
  padding: 23px 0;
  display: grid;
}
.qualification-row span {
  color: var(--accent);
  font-size: 12px;
}
.qualification-row strong {
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.qualification-row small {
  color: var(--subtle);
  text-align: right;
  font-size: 11px;
}
.contact-section {
  background: #0b1b20;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding: 130px max(32px, 50vw - 580px);
  display: grid;
}
.contact-intro h2 {
  letter-spacing: -0.045em;
  margin-bottom: 28px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(39px, 4.25vw, 60px);
  font-weight: 500;
  line-height: 1.08;
}
.contact-intro > p:not(.eyebrow) {
  color: #8ca0a7;
  max-width: 500px;
  font-size: 15px;
  line-height: 1.75;
}
.direct-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 44px;
  display: flex;
}
.direct-links a {
  color: #c6d5d9;
  border-bottom: 1px solid #47616a;
  align-items: center;
  gap: 13px;
  padding-bottom: 7px;
  font-size: 14px;
  display: inline-flex;
}
.direct-links svg,
.contact-form button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  width: 17px;
}
.contact-form {
  background: #030c0f42;
  border: 1px solid #8ab5be2b;
  padding: 36px;
}
.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}
.contact-form label {
  margin-bottom: 22px;
  display: block;
}
.contact-form label > span {
  color: #8ca2a8;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 11px;
  display: block;
}
.contact-form input,
.contact-form textarea {
  color: #e6eef0;
  width: 100%;
  font: inherit;
  background: #04101452;
  border: 0;
  border-bottom: 1px solid #35505a;
  border-radius: 0;
  outline: 0;
  font-size: 15px;
}
.contact-form input {
  height: 46px;
  padding: 0 12px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 135px;
  padding: 12px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 1px 0 var(--accent);
}
.honeypot {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
}
.captcha-pending {
  color: #b6a98c;
  background: #8d74411a;
  border-left: 2px solid #8b7442;
  margin: 4px 0 22px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.5;
}
.frc-captcha {
  margin: 4px 0 22px;
}
.form-submit-row {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}
.contact-form button {
  background: var(--accent);
  color: #041211;
  min-width: 170px;
  font: inherit;
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}
.contact-form button:disabled {
  color: #7d9297;
  cursor: not-allowed;
  background: #31484d;
}
.form-submit-row small {
  color: #82979e;
  text-align: right;
  max-width: 230px;
  font-size: 10px;
  line-height: 1.55;
}
.form-submit-row small a {
  color: #9fb3b8;
  text-decoration: underline;
}
.form-status {
  margin: 20px 0 0;
  padding: 12px;
  font-size: 12px;
}
.form-status[hidden] {
  display: none;
}
.form-status.success {
  border-left: 2px solid var(--accent);
  color: var(--accent-light);
}
.form-status.error {
  color: #d3a1a1;
  border-left: 2px solid #b97575;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
  color: var(--subtle);
  justify-content: space-between;
  padding: 30px max(32px, 50vw - 580px);
  font-size: 12px;
  display: flex;
}
.site-footer p {
  margin: 0;
}
.site-footer > div {
  gap: 22px;
  display: flex;
}
.site-footer a:hover {
  color: var(--accent-light);
}
.back-to-top {
  z-index: 20;
  width: 46px;
  height: 46px;
  color: var(--accent-light);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #071115eb;
  border: 1px solid #8ae2d961;
  place-items: center;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.18s;
  display: grid;
  position: fixed;
  bottom: 24px;
  right: max(22px, 50vw - 620px);
  box-shadow: 0 12px 34px #00000047;
}
.back-to-top:hover {
  border-color: var(--accent-light);
  background: #0d2529;
  transform: translateY(-2px);
}
.back-to-top svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
  width: 19px;
}
.legal-main {
  color: #183036;
  background: #edf2f2;
  min-height: 100vh;
  padding: 150px max(24px, 50vw - 440px) 100px;
}
.legal-back {
  color: #0d766d;
  align-items: center;
  gap: 8px;
  margin-bottom: 54px;
  font-size: 13px;
  display: inline-flex;
}
.legal-back svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  width: 17px;
  transform: rotate(180deg);
}
.legal-main h1 {
  letter-spacing: -0.05em;
  margin-bottom: 58px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(48px, 7vw, 76px);
  font-weight: 500;
}
.legal-main h2 {
  margin: 45px 0 15px;
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.legal-main h3 {
  margin: 30px 0 10px;
  font-size: 16px;
}
.legal-main p,
.legal-main address,
.legal-main li {
  color: #4d6369;
  font-size: 15px;
  font-style: normal;
  line-height: 1.78;
}
.legal-main a {
  color: #147f75;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.legal-main ul {
  padding-left: 20px;
}
.legal-meta {
  border-top: 1px solid #c7d3d5;
  margin-top: 60px;
  padding-top: 22px;
  color: #778c92 !important;
  font-size: 12px !important;
}
:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 4px;
}
@media (width<=900px) {
  .desktop-nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
  .principles-grid {
    grid-template-columns: 1fr;
  }
  .principle-card {
    min-height: 0;
  }
  .principle-card h3 {
    margin-top: 34px;
  }
  .competency-row {
    grid-template-columns: 0.45fr 1fr;
  }
  .competency-detail {
    grid-column: 2;
  }
  .practice-grid {
    grid-template-columns: 1fr;
  }
  .practice-card {
    min-height: 300px;
  }
  .qualification-block,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (width<=700px) {
  .site-header {
    width: calc(100% - 36px);
    height: 76px;
  }
  .brand-name {
    font-size: 15px;
  }
  .header-contact {
    padding: 9px 12px;
    font-size: 12px;
  }
  .hero {
    flex-direction: column;
    gap: 48px;
    min-height: auto;
    padding: 138px 20px 0;
    display: flex;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  h1 {
    font-size: clamp(46px, 14vw, 68px);
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .portrait-wrap {
    align-self: center;
    width: calc(100% - 18px);
  }
  .portrait-frame {
    aspect-ratio: 1/1.08;
  }
  .portrait-caption {
    margin-left: -8px;
    margin-right: 12px;
  }
  .hero-facts {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .hero-facts div,
  .hero-facts div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 2px;
  }
  .hero-facts div:last-child {
    border-bottom: 0;
  }
  .profile-section {
    padding: 90px 20px;
  }
  .section-heading,
  .profile-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .profile-intro {
    gap: 22px;
    margin-bottom: 46px;
  }
  .dark-section,
  .practice-section,
  .contact-section {
    padding: 90px 20px;
  }
  .competency-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 30px 0;
  }
  .competency-detail {
    grid-column: 1;
  }
  .competency-row h3 {
    font-size: 21px;
  }
  .section-note {
    margin: 0 0 42px;
  }
  .practice-card {
    min-height: 340px;
    padding: 24px;
  }
  .timeline {
    margin-bottom: 90px;
  }
  .timeline:before {
    left: 8px;
  }
  .timeline-row {
    grid-template-columns: 18px 1fr;
    gap: 0 18px;
  }
  .timeline-period {
    grid-column: 2;
    margin-bottom: 12px;
  }
  .timeline-marker {
    grid-area: 1/1 / span 2;
  }
  .timeline-copy {
    grid-column: 2;
  }
  .qualification-block {
    gap: 38px;
    padding-top: 75px;
  }
  .qualification-row {
    grid-template-columns: 50px 1fr;
  }
  .qualification-row small {
    text-align: left;
    grid-column: 2;
  }
  .contact-form {
    padding: 24px 18px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-submit-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-submit-row small {
    text-align: left;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 25px 20px;
  }
  .back-to-top {
    width: 44px;
    height: 44px;
    bottom: 18px;
    right: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
