:root {
  --night: #19182d;
  --night-soft: #27243e;
  --ink: #25232d;
  --muted: #6d6971;
  --paper: #f7f3ed;
  --paper-strong: #fffdf9;
  --line: #ded7cd;
  --coral: #c9786e;
  --coral-deep: #a85250;
  --gold: #dcae60;
  --sage: #8da895;
  --blue: #687da7;
  --white: #fffefa;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(25, 24, 45, 0.13);
  --shadow-soft: 0 12px 32px rgba(25, 24, 45, 0.08);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(220, 174, 96, 0.14), transparent 24rem),
    var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: radial-gradient(rgba(25, 24, 45, 0.2) 0.5px, transparent 0.5px);
  background-size: 7px 7px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a {
  color: var(--coral-deep);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--night);
}

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

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--night);
  text-decoration: none;
  transform: translateY(-180%);
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(25, 24, 45, 0.12);
  background: rgba(247, 243, 237, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner,
.container,
.footer-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

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

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: var(--night);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.nav a {
  position: relative;
  padding: 9px 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

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

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

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

.nav .nav-cta {
  margin-left: 8px;
  padding: 10px 15px;
  border: 1px solid var(--night);
  border-radius: 999px;
  color: var(--night);
}

.nav .nav-cta::after {
  display: none;
}

.page-main {
  min-height: 60vh;
}

.hero {
  position: relative;
  padding: clamp(72px, 10vw, 128px) 0 clamp(66px, 8vw, 108px);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -13rem;
  bottom: -16rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(201, 120, 110, 0.24);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4.8rem rgba(201, 120, 110, 0.04), 0 0 0 9.6rem rgba(201, 120, 110, 0.03);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 112px);
}

.eyebrow,
.section-kicker,
.mini-label {
  margin: 0;
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1,
.page-title h1,
.section-title h2 {
  margin: 16px 0 0;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.5rem, 7.2vw, 7.7rem);
}

.hero h1 em {
  color: var(--coral-deep);
  font-style: italic;
}

.hero-lede {
  max-width: 610px;
  margin: 27px 0 0;
  color: #56525d;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid var(--night);
  border-radius: 999px;
  color: var(--white);
  background: var(--night);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--coral-deep);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--night);
  background: transparent;
}

.button.secondary:hover {
  color: var(--night);
  background: var(--paper-strong);
}

.hero-note {
  max-width: 470px;
  margin-top: 31px;
  padding-left: 17px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-note p {
  margin: 0;
}

.relationship-card {
  position: relative;
  min-height: 540px;
  padding: 28px;
  overflow: hidden;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 14%, rgba(220, 174, 96, 0.35), transparent 12rem),
    linear-gradient(145deg, var(--night), #2e2948 68%, #40334c);
  box-shadow: var(--shadow);
}

.relationship-card::before,
.relationship-card::after {
  position: absolute;
  border: 1px solid rgba(255, 254, 250, 0.18);
  border-radius: 50%;
  content: "";
}

.relationship-card::before {
  top: 2rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
}

.relationship-card::after {
  right: 3rem;
  bottom: -7rem;
  width: 24rem;
  height: 24rem;
  border-color: rgba(201, 120, 110, 0.36);
}

.relationship-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 254, 250, 0.7);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.relationship-title {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 38px 0 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.relationship-rail {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}

.relationship-rail::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 17px;
  width: 1px;
  background: linear-gradient(var(--gold), var(--coral), var(--sage));
  content: "";
}

.relationship-node {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 13px 0;
}

.node-dot {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 254, 250, 0.55);
  border-radius: 50%;
  background: var(--night-soft);
  box-shadow: 0 0 0 7px rgba(25, 24, 45, 0.55);
}

.relationship-node:nth-child(1) .node-dot {
  border-color: var(--gold);
}

.relationship-node:nth-child(2) .node-dot {
  border-color: var(--coral);
}

.relationship-node:nth-child(3) .node-dot {
  border-color: var(--sage);
}

.node-kicker {
  margin: 0;
  color: rgba(255, 254, 250, 0.63);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.node-title {
  margin: 2px 0 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.node-meta {
  margin: 5px 0 0;
  color: rgba(255, 254, 250, 0.68);
  font-size: 0.79rem;
}

.section {
  padding: clamp(70px, 8vw, 116px) 0;
}

.section.alt {
  background: rgba(255, 253, 249, 0.62);
}

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

.section.dark .section-title h2,
.section.dark h3 {
  color: var(--white);
}

.section-title {
  max-width: 760px;
}

.section-title h2 {
  font-size: clamp(2.5rem, 5vw, 5.5rem);
}

.section-title > p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.dark .section-title > p:not(.section-kicker) {
  color: rgba(255, 254, 250, 0.67);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: start;
}

.specialist-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.specialist-portrait {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: var(--shadow-soft);
}

.specialist-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 16%;
}

.app-icon-frame {
  max-width: 360px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.app-icon-frame img {
  aspect-ratio: 1;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.specialist-portrait figcaption {
  padding: 14px 17px 16px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.specialist-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.specialist-facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.68);
}

.specialist-facts dt {
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialist-facts dd {
  margin: 7px 0 0;
  color: var(--night);
  font-size: 0.86rem;
  line-height: 1.35;
}

.section-grid + .section-grid,
.section-grid + .card-grid,
.section-title + .card-grid,
.section-title + .facts-grid,
.section-title + .policy-grid {
  margin-top: 52px;
}

.lead-copy {
  max-width: 620px;
  color: #4f4b55;
  font-size: 1.13rem;
}

.lead-copy p:first-child {
  margin-top: 0;
}

.lead-copy p:last-child {
  margin-bottom: 0;
}

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

.card,
.policy-card,
.fact-card,
.contact-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.7);
  box-shadow: var(--shadow-soft);
}

.card {
  min-height: 212px;
  padding: 23px;
}

.card .card-index,
.policy-card .card-index {
  display: inline-flex;
  min-width: 29px;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--night);
  background: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
}

.card h3,
.policy-card h3,
.contact-card h3,
.fact-card h3,
.faq-item h3 {
  margin: 24px 0 0;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.52rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.card p,
.policy-card p,
.contact-card p,
.fact-card p,
.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.fact-card {
  padding: 19px;
}

.fact-card h3 {
  margin-top: 12px;
  font-size: 1.06rem;
}

.fact-card p {
  margin-top: 5px;
  font-size: 0.78rem;
}

.fact-card .fact-label {
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dark .card,
.dark .policy-card,
.dark .fact-card,
.dark .contact-card,
.dark .faq-item {
  border-color: rgba(255, 254, 250, 0.15);
  background: rgba(255, 254, 250, 0.06);
  box-shadow: none;
}

.dark .card h3,
.dark .policy-card h3,
.dark .contact-card h3,
.dark .fact-card h3,
.dark .faq-item h3 {
  color: var(--white);
}

.dark .card p,
.dark .policy-card p,
.dark .contact-card p,
.dark .fact-card p,
.dark .faq-item p {
  color: rgba(255, 254, 250, 0.68);
}

.dark .fact-card .fact-label {
  color: var(--gold);
}

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

.policy-card {
  padding: 25px;
}

.policy-card h3 {
  margin-top: 17px;
}

.policy-card a {
  display: inline-block;
  margin-top: 15px;
  font-size: 0.8rem;
  font-weight: 800;
}

.callout {
  margin-top: 34px;
  padding: 21px 23px;
  border-left: 3px solid var(--coral);
  background: rgba(201, 120, 110, 0.1);
}

.callout strong {
  color: var(--night);
}

.callout p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.dark .callout {
  background: rgba(201, 120, 110, 0.15);
}

.dark .callout strong {
  color: var(--white);
}

.dark .callout p {
  color: rgba(255, 254, 250, 0.7);
}

.page-hero {
  padding: clamp(58px, 8vw, 96px) 0 68px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(141, 168, 149, 0.15), transparent 48%),
    var(--paper-strong);
}

.page-title {
  max-width: 850px;
}

.page-title h1 {
  font-size: clamp(3rem, 6.8vw, 6.8rem);
}

.page-title > p:not(.section-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.prose {
  max-width: 820px;
}

.prose h2 {
  margin: 48px 0 0;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.prose h3 {
  margin: 29px 0 0;
  color: var(--night);
  font-size: 1.1rem;
}

.prose p,
.prose li {
  color: #55515a;
  font-size: 0.98rem;
}

.prose ul,
.prose ol {
  padding-left: 22px;
}

.prose li + li {
  margin-top: 9px;
}

.prose strong {
  color: var(--night);
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: var(--shadow-soft);
}

.legal-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  text-align: left;
}

.legal-table th,
.legal-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-table th {
  width: 34%;
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-table td {
  color: #4d4952;
  font-size: 0.92rem;
}

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

.contact-card {
  min-height: 190px;
  padding: 22px;
}

.contact-card h3 {
  margin-top: 14px;
}

.contact-card a {
  overflow-wrap: anywhere;
}

.contact-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--night);
  background: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 22px 24px;
}

.faq-item h3 {
  margin: 0;
  font-size: 1.15rem;
}

.faq-item p {
  max-width: 760px;
  margin-top: 9px;
}

.footer {
  padding: 46px 0 34px;
  color: rgba(255, 254, 250, 0.72);
  background: var(--night);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
}

.footer strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 400;
}

.footer p {
  max-width: 420px;
  margin: 9px 0 0;
  font-size: 0.8rem;
}

.footer .small {
  color: rgba(255, 254, 250, 0.49);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.64rem;
}

.footer a {
  color: rgba(255, 254, 250, 0.74);
  text-decoration: none;
}

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

.footer-links {
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 8px 18px;
  flex-wrap: wrap;
  font-size: 0.78rem;
}

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 254, 250, 0.14);
  color: rgba(255, 254, 250, 0.7);
  font-size: 0.72rem;
}

.footer-meta p {
  max-width: none;
  margin: 0;
}

.pill-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pill {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dark .pill {
  border-color: rgba(255, 254, 250, 0.18);
  color: rgba(255, 254, 250, 0.65);
}

.back-link {
  display: inline-flex;
  margin-top: 35px;
  font-size: 0.83rem;
  font-weight: 800;
}

.cookie-notice {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: none;
}

.cookie-notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
}

.cookie-notice-copy {
  max-width: 800px;
}

.cookie-notice .cookie-kicker {
  margin: 0;
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-notice-copy p:nth-child(2) {
  margin: 3px 0 0;
  color: var(--night);
  font-size: 0.86rem;
  line-height: 1.35;
}

.cookie-notice-copy p:last-child {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.cookie-notice-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  flex: 0 0 auto;
  color: var(--night);
  background: var(--paper-strong);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.cookie-notice-link:hover {
  color: var(--white);
  background: var(--night);
}

@media (max-width: 920px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0 12px;
  }

  .nav {
    justify-content: flex-start;
  }

  .nav .nav-cta {
    margin-left: 0;
  }

  .hero-grid,
  .section-grid,
  .specialist-grid {
    grid-template-columns: 1fr;
  }

  .relationship-card {
    min-height: 470px;
  }

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

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

  .specialist-portrait {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .container,
  .footer-inner {
    width: min(var(--max), calc(100% - 32px));
  }

  .header-inner {
    min-height: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav a {
    padding: 7px 6px;
    font-size: 0.71rem;
  }

  .nav a::after {
    right: 6px;
    left: 6px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 16vw, 5rem);
  }

  .relationship-card {
    min-height: 500px;
    padding: 22px;
  }

  .relationship-topline {
    display: block;
  }

  .relationship-topline span + span {
    display: block;
    margin-top: 6px;
  }

  .card-grid,
  .policy-grid,
  .facts-grid,
  .contact-grid,
  .specialist-facts {
    grid-template-columns: 1fr;
  }

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

  .cookie-notice {
    width: min(var(--max), calc(100% - 32px));
  }

  .cookie-notice-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-meta {
    grid-column: auto;
  }
}

@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;
  }
}
