:root {
  --ink: #171913;
  --ink-soft: #4f5248;
  --paper: #fbfaf6;
  --paper-warm: #f0ecdf;
  --gold: #eaa720;
  --gold-soft: #f5d27f;
  --forest: #183a2d;
  --forest-light: #275544;
  --white: #ffffff;
  --line: rgba(23, 25, 19, 0.15);
  --shell: min(1240px, calc(100vw - 48px));
  --radius-sm: 16px;
  --radius: 28px;
  --radius-lg: 44px;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  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,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: var(--ink);
  background: var(--gold-soft);
}

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

.section {
  padding: 130px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.2s;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  transition: padding 0.35s var(--ease), background 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.site-header.is-scrolled {
  padding: 8px 0;
  background: rgba(251, 250, 246, 0.92);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 35px rgba(29, 31, 23, 0.05);
  backdrop-filter: blur(14px);
}

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

.brand {
  position: relative;
  z-index: 2;
  display: block;
  width: 158px;
}

.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s var(--ease);
}

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

.nav-cta {
  padding: 13px 20px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}

.nav-cta:hover {
  background: var(--forest-light);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0 12px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.25s;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.68);
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 790px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.3vw, 93px);
  font-weight: 600;
  letter-spacing: -0.06em;
}

h1 em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 600;
  letter-spacing: -0.055em;
}

h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  padding: 150px 0 0;
  background:
    radial-gradient(circle at 42% 45%, rgba(234, 167, 32, 0.09), transparent 30%),
    linear-gradient(110deg, var(--paper) 0%, var(--paper) 63%, #f0ebdd 63%, #f0ebdd 100%);
}

.hero::before {
  position: absolute;
  content: "";
  top: 150px;
  left: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(234, 167, 32, 0.28);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(400px, 0.87fr);
  align-items: center;
  gap: 48px;
  min-height: 640px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 18px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 55px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s, box-shadow 0.25s;
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 12px 30px rgba(24, 58, 45, 0.15);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest-light);
  box-shadow: 0 16px 36px rgba(24, 58, 45, 0.22);
  transform: translateY(-3px);
}

.button-light {
  color: var(--forest);
  background: var(--white);
}

.button-light:hover {
  background: var(--gold-soft);
  transform: translateY(-3px);
}

.button-outline {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 0 0 1px rgba(24, 58, 45, 0.22);
  backdrop-filter: blur(10px);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--ink);
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 1px rgba(234, 167, 32, 0.42);
  transform: translateY(-3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
}

.text-link span {
  color: var(--gold);
  font-size: 17px;
  transition: transform 0.2s;
}

.text-link:hover span {
  transform: translate(2px, 2px);
}

.hero-proof {
  display: flex;
  gap: 0;
  max-width: 700px;
  margin-top: 55px;
}

.hero-proof > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1px;
  padding: 0 22px;
  border-left: 1px solid var(--line);
}

.hero-proof > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong {
  font-size: 17px;
}

.hero-proof span {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.4;
}

.hero-visual {
  position: relative;
  align-self: end;
  min-height: 680px;
}

.portrait-main {
  position: absolute;
  right: -25px;
  bottom: 0;
  width: min(460px, 100%);
  height: 645px;
  overflow: hidden;
  background: #d6ddce;
  border-radius: 230px 230px 28px 28px;
}

.portrait-main::after {
  position: absolute;
  content: "";
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  pointer-events: none;
}

.portrait-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.portrait-note {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: 38px;
  width: 275px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(31, 38, 30, 0.16);
  backdrop-filter: blur(12px);
}

.portrait-note .scribble {
  position: absolute;
  top: -30px;
  right: 22px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
}

.portrait-note p {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.portrait-note strong,
.portrait-note > span:last-child {
  display: block;
}

.portrait-note strong {
  font-size: 13px;
}

.portrait-note > span:last-child {
  color: var(--ink-soft);
  font-size: 10px;
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: -25px;
  display: grid;
  place-content: center;
  width: 126px;
  height: 126px;
  color: var(--forest);
  background: var(--gold);
  border: 5px solid var(--paper-warm);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.hero-stamp i {
  color: var(--white);
  font-style: normal;
}

.place-line {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 18px 0;
  color: var(--white);
  background: var(--forest);
  font-family: Inter, "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.place-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  min-width: max-content;
}

.place-track i {
  color: var(--gold);
  font-style: normal;
}

.section-heading {
  max-width: 780px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 90px;
}

.intro-copy {
  padding-bottom: 6px;
  color: var(--ink-soft);
}

.intro-copy .lead-copy {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 80px;
}

.value-card {
  position: relative;
  min-height: 340px;
  padding: 38px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: color 0.35s, background 0.35s, transform 0.35s var(--ease);
}

.value-card:hover {
  color: var(--white);
  background: var(--forest);
  transform: translateY(-8px);
}

.card-number {
  position: absolute;
  top: 25px;
  right: 28px;
  color: var(--ink-soft);
  font-size: 11px;
}

.value-card:hover .card-number,
.value-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.line-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 60px;
  color: var(--forest);
  background: #f6f1e4;
  border-radius: 50%;
}

.line-icon svg {
  width: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.value-card h3 {
  margin-bottom: 13px;
}

.value-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  transition: color 0.35s;
}

.services {
  color: var(--white);
  background: var(--forest);
}

.services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 70px;
  max-width: none;
  margin-bottom: 80px;
}

.services-heading > div {
  max-width: 820px;
}

.services-heading > p {
  max-width: 330px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
}

.service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-row {
  display: grid;
  grid-template-columns: 70px 1.1fr 1fr auto;
  align-items: center;
  gap: 38px;
  min-height: 142px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: padding 0.3s var(--ease), background 0.3s;
}

.service-row:hover {
  padding-inline: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.service-index {
  color: var(--gold);
  font-size: 12px;
}

.service-row h3,
.service-row p {
  margin: 0;
}

.service-row h3 {
  font-size: clamp(24px, 3vw, 36px);
}

.service-row p {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.service-row a {
  display: inline-flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.service-row a span {
  color: var(--gold);
}

.team {
  overflow: hidden;
}

.team-heading {
  margin-bottom: 80px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
}

.profile-leona {
  margin-top: 95px;
}

.profile-jana {
  margin-top: 42px;
}

.profile-photo {
  position: relative;
  height: 560px;
  margin-bottom: 32px;
  overflow: hidden;
  background: var(--paper-warm);
  border-radius: var(--radius-lg);
}

.profile-dagmar .profile-photo {
  height: 620px;
}

.profile-leona .profile-photo {
  height: 530px;
}

.profile-jana .profile-photo {
  height: 575px;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-dagmar .profile-photo img {
  object-position: 50% 34%;
}

.profile-leona .profile-photo img {
  object-position: 50% 15%;
}

.profile-jana .profile-photo img {
  object-position: 50% 18%;
}

.profile-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-role {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.7vw, 50px);
}

.profile-copy > p:not(.profile-role) {
  max-width: 540px;
  color: var(--ink-soft);
}

.profile-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 700;
}

.profile-contact a {
  border-bottom: 1px solid var(--line);
}

.presentation {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #102b22;
}

.presentation::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 80% 50%, black, transparent 65%);
}

.presentation-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 95px;
}

.presentation-copy h2 {
  margin-bottom: 30px;
}

.presentation-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.66);
}

.presentation-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.media-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  transition: transform 0.3s var(--ease), background 0.3s;
}

.media-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
}

.media-card-large {
  grid-column: span 2;
  min-height: 300px;
  background:
    linear-gradient(100deg, rgba(15, 42, 33, 0.98) 0%, rgba(15, 42, 33, 0.53) 70%),
    url("assets/leona-rihova.webp") center 23% / cover;
}

.media-card-accent {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.media-card-accent:hover {
  background: #f2b83d;
}

.media-number {
  font-size: 11px;
}

.media-card h3 {
  margin-bottom: 9px;
}

.media-card p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.media-card-accent p {
  color: rgba(23, 25, 19, 0.68);
}

.portfolio {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(234, 167, 32, 0.12), transparent 28%),
    linear-gradient(180deg, var(--paper) 0%, #f5f0e4 100%);
}

.portfolio::before {
  position: absolute;
  content: "";
  right: -180px;
  bottom: 90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(24, 58, 45, 0.13);
  border-radius: 50%;
}

.portfolio-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 70px;
  max-width: none;
  margin-bottom: 70px;
}

.portfolio-heading > div {
  max-width: 850px;
}

.portfolio-heading > p {
  max-width: 390px;
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.portfolio-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 320px;
  gap: 18px;
}

.portfolio-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  overflow: hidden;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
  box-shadow: 0 22px 55px rgba(30, 34, 27, 0.08);
}

.portfolio-card-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
  border-radius: var(--radius-lg);
}

.portfolio-card::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  pointer-events: none;
}

.portfolio-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg, transparent 25%, rgba(8, 22, 16, 0.76) 100%),
    linear-gradient(90deg, rgba(8, 22, 16, 0.52), transparent 64%);
}

.portfolio-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease), filter 0.55s;
}

.portfolio-card:hover img {
  filter: saturate(1.06);
  transform: scale(1.055);
}

.portfolio-content {
  width: 100%;
  padding: 28px;
}

.portfolio-card-featured .portfolio-content {
  max-width: 620px;
  padding: 40px;
}

.portfolio-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.portfolio-meta span {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(9px);
}

.portfolio-meta span:first-child {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.portfolio-card h3 {
  margin-bottom: 11px;
  font-size: clamp(24px, 2vw, 32px);
}

.portfolio-card-featured h3 {
  font-size: clamp(36px, 4vw, 56px);
}

.portfolio-card p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.portfolio-card-featured p {
  max-width: 520px;
  font-size: 15px;
}

.portfolio-summary {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 28px;
  padding: 0 2px;
}

.portfolio-summary p {
  position: relative;
  max-width: 660px;
  margin: 0;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.portfolio-summary p::before {
  position: absolute;
  content: "";
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.portfolio-cta {
  flex: 0 0 auto;
  min-height: 50px;
}

.process-heading {
  margin-bottom: 75px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.process-list li {
  position: relative;
  min-height: 270px;
  padding: 35px 35px 25px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--line);
}

.process-list li:first-child {
  padding-left: 0;
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 34px;
  width: 11px;
  height: 11px;
  background: var(--gold);
  border: 3px solid var(--paper);
  border-radius: 50%;
}

.process-list li:first-child::before {
  left: 0;
}

.process-list li > span {
  color: var(--gold);
  font-size: 11px;
}

.process-list h3 {
  margin: 55px 0 14px;
  font-size: 22px;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.locations {
  background: var(--paper-warm);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 100px;
}

.location-copy h2 {
  margin-bottom: 30px;
}

.location-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 30px;
  color: var(--ink-soft);
}

.location-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
}

.location-map::before {
  position: absolute;
  content: "";
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 25, 19, 0.14);
  border-radius: 50%;
}

.map-ring {
  position: absolute;
  border: 1px solid rgba(234, 167, 32, 0.45);
  border-radius: 50%;
}

.map-ring-one {
  width: 300px;
  height: 300px;
}

.map-ring-two {
  width: 520px;
  height: 520px;
}

.location-map ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-map li {
  padding: 12px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(30, 34, 27, 0.05);
}

.location-map .location-main {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.articles-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  max-width: none;
  margin-bottom: 65px;
}

.articles-heading > div {
  max-width: 800px;
}

.articles-heading > p {
  max-width: 300px;
  color: var(--ink-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-card {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 30px;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}

.article-card:hover {
  box-shadow: 0 25px 55px rgba(27, 33, 24, 0.09);
  transform: translateY(-8px);
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-meta span:first-child {
  color: var(--forest);
  background: #e5ede8;
  padding: 7px 10px;
  border-radius: 999px;
}

.article-card h3 {
  margin: 55px 0 18px;
  font-size: clamp(24px, 2.3vw, 32px);
}

.article-card > p {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 13px;
}

.article-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 17px 0 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.article-open span {
  color: var(--gold);
  font-size: 18px;
}

.article-loading {
  grid-column: 1 / -1;
  color: var(--ink-soft);
}

.contact {
  color: var(--white);
  background: var(--forest);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
}

.contact-copy h2 {
  margin-bottom: 28px;
}

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

.contact-details {
  display: grid;
  gap: 20px;
  margin-top: 55px;
}

.contact-details a,
.contact-details p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-details span {
  margin-bottom: 5px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form label > span {
  font-size: 11px;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
}

.contact-form input.is-invalid,
.contact-form select.is-invalid,
.contact-form textarea.is-invalid {
  border-color: #b83f2b;
}

.contact-form textarea {
  resize: vertical;
}

.form-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  margin: 8px 0 20px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.form-check input {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 2px 0 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  accent-color: var(--forest);
}

.form-check > span {
  font-size: 12px;
  font-weight: 500;
}

.form-check a {
  color: var(--forest);
  font-weight: 800;
  border-bottom: 1px solid rgba(24, 58, 45, 0.28);
}

.contact-form .button {
  width: 100%;
  margin-top: 10px;
}

.contact-form .button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  margin: 14px 0 0;
  padding: 13px 15px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-success {
  color: #174631;
  background: #e2f0e8;
}

.form-status.is-error {
  color: #7e261a;
  background: #f9e4df;
}

.form-status.is-info {
  color: #4c3910;
  background: #fff2c7;
}

.form-note {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  text-align: center;
}

.site-footer {
  padding: 65px 0 25px;
  background: var(--paper);
}

.footer-main {
  display: grid;
  grid-template-columns: 190px minmax(180px, 0.55fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-brand {
  width: 180px;
}

.footer-main > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
}

.footer-legal-button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.footer-links a:hover,
.footer-legal-button:hover,
.footer-links a:focus-visible,
.footer-legal-button:focus-visible {
  color: var(--forest);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.article-dialog {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 50px);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.article-dialog::backdrop {
  background: rgba(10, 22, 17, 0.78);
  backdrop-filter: blur(7px);
}

.dialog-close {
  position: sticky;
  z-index: 2;
  top: 18px;
  float: right;
  width: 42px;
  height: 42px;
  margin: 18px 18px 0 0;
  color: var(--white);
  background: var(--forest);
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.dialog-article {
  padding: 70px 70px 80px;
}

.dialog-article .eyebrow {
  color: var(--forest);
}

.dialog-article h2 {
  margin-bottom: 28px;
  font-size: clamp(38px, 6vw, 58px);
}

.dialog-article .dialog-intro {
  margin-bottom: 40px;
  color: var(--ink-soft);
  font-size: 19px;
}

.dialog-article h3 {
  margin: 38px 0 12px;
  font-size: 23px;
}

.dialog-article p {
  color: var(--ink-soft);
}

.article-page .legal-layout {
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
}

.page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-breadcrumbs a {
  color: var(--forest);
  border-bottom: 1px solid rgba(24, 58, 45, 0.2);
}

.article-page .legal-intro h1 {
  max-width: 680px;
}

.article-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-page__meta span {
  display: inline-flex;
  padding: 8px 11px;
  color: var(--forest);
  background: #e6eee7;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-page__lede {
  color: var(--ink);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.article-page__section + .article-page__section {
  margin-top: 34px;
}

.article-page .legal-card p {
  font-size: 16px;
  line-height: 1.85;
}

.article-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.legal-main {
  padding: 165px 0 110px;
  background:
    radial-gradient(circle at 18% 8%, rgba(234, 167, 32, 0.12), transparent 25%),
    var(--paper);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.legal-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.legal-intro h1 {
  margin-bottom: 24px;
  font-size: clamp(43px, 5vw, 72px);
}

.legal-intro p {
  max-width: 500px;
  color: var(--ink-soft);
}

.legal-updated {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 13px;
  color: var(--forest);
  background: #e6eee7;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(30, 34, 27, 0.05);
}

.legal-card h2 {
  margin-bottom: 20px;
  font-size: clamp(28px, 3vw, 42px);
}

.legal-card h3 {
  margin: 26px 0 12px;
  font-size: 22px;
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
}

.legal-card p:last-child,
.legal-card ul:last-child,
.legal-card ol:last-child {
  margin-bottom: 0;
}

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

.legal-card a {
  color: var(--forest);
  font-weight: 800;
  border-bottom: 1px solid rgba(24, 58, 45, 0.22);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

.legal-table th {
  width: 32%;
  color: var(--ink);
}

.cookie-consent {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: none;
  align-items: end;
  justify-content: end;
  pointer-events: none;
}

.cookie-consent.is-visible {
  display: flex;
}

.cookie-consent__box {
  width: min(760px, 100%);
  padding: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 28px 90px rgba(10, 22, 17, 0.22);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.cookie-consent h2 {
  margin-bottom: 11px;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.cookie-consent p {
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 13px;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-consent__button {
  min-height: 44px;
  padding: 0 16px;
  color: var(--forest);
  background: #e6eee7;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-consent__button--primary {
  color: var(--white);
  background: var(--forest);
}

.cookie-consent__button--plain {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--line);
}

.cookie-consent__settings {
  display: none;
  margin: 18px 0;
  padding: 18px;
  background: #f6f1e4;
  border-radius: 18px;
}

.cookie-consent.is-customizing .cookie-consent__settings {
  display: grid;
  gap: 12px;
}

.cookie-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  font-size: 13px;
}

.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--forest);
}

.cookie-option strong {
  display: block;
  margin-bottom: 2px;
}

.cookie-option span {
  display: block;
  color: var(--ink-soft);
  font-size: 12px;
}

.cookie-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 800;
}

.cookie-consent__links a {
  color: var(--forest);
  border-bottom: 1px solid rgba(24, 58, 45, 0.22);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}

.reveal-delay {
  transition-delay: 0.16s;
}

.reveal-delay-short {
  transition-delay: 0.08s;
}

.reveal-delay-long {
  transition-delay: 0.16s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .portrait-main {
    right: 0;
    height: 600px;
  }

  .hero-stamp {
    left: 0;
  }

  .services-heading,
  .portfolio-heading,
  .articles-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .service-row {
    grid-template-columns: 50px 1fr 1fr;
  }

  .service-row a {
    grid-column: 2 / -1;
    padding-bottom: 22px;
  }

  .team-grid,
  .presentation-grid,
  .contact-grid {
    gap: 50px;
  }

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

  .profile-jana {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 520px);
    margin-top: 0;
  }

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

  .portfolio-card-featured {
    grid-column: span 2;
    min-height: 500px;
  }

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

  .article-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .profile-photo,
  .profile-dagmar .profile-photo,
  .profile-jana .profile-photo {
    height: 560px;
  }

  .profile-leona .profile-photo {
    height: 470px;
  }

  .location-grid {
    gap: 40px;
  }

  .footer-main {
    grid-template-columns: 180px 1fr;
    align-items: start;
  }

  .footer-links {
    grid-column: 1 / -1;
    margin-top: 8px;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    position: relative;
    z-index: 102;
    display: block;
  }

  .header-inner > .brand {
    z-index: 102;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    padding: 110px 30px 40px;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 0.25s, transform 0.25s;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 0;
    font-size: 24px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .nav-cta {
    margin-top: 22px;
    padding: 15px 22px;
    color: var(--white);
    font-size: 15px;
    text-align: center;
    border: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .section {
    padding: 90px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
    background: var(--paper);
  }

  .hero-grid,
  .intro-grid,
  .team-grid,
  .presentation-grid,
  .location-grid,
  .contact-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 50px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .portrait-main {
    left: 8%;
    width: 84%;
    height: 630px;
  }

  .hero-stamp {
    top: 15px;
    left: 1%;
  }

  .portrait-note {
    right: 0;
    bottom: 25px;
  }

  .place-track {
    justify-content: start;
    animation: ticker 24s linear infinite;
  }

  @keyframes ticker {
    to { transform: translateX(-50%); }
  }

  .intro-grid {
    gap: 35px;
  }

  .values-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 300px;
  }

  .services-heading {
    display: flex;
  }

  .service-row {
    grid-template-columns: 40px 1fr;
    gap: 18px;
    padding: 30px 0;
  }

  .service-row p,
  .service-row a {
    grid-column: 2;
  }

  .service-row a {
    padding-bottom: 0;
  }

  .team-grid {
    gap: 80px;
  }

  .profile-leona,
  .profile-jana {
    margin-top: 0;
  }

  .profile-jana {
    width: 100%;
    justify-self: stretch;
  }

  .profile-photo,
  .profile-dagmar .profile-photo,
  .profile-jana .profile-photo,
  .profile-leona .profile-photo {
    height: min(750px, 120vw);
  }

  .presentation-grid {
    gap: 70px;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(n + 3) {
    border-top-color: var(--line);
  }

  .location-map {
    min-height: 500px;
    overflow: hidden;
  }

  .articles-heading {
    display: flex;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-links {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .legal-main {
    padding-top: 130px;
  }

  .legal-intro {
    position: static;
  }
}

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

  .section {
    padding: 75px 0;
  }

  .site-header {
    padding: 8px 0;
  }

  .brand {
    width: 130px;
  }

  .brand img {
    height: 60px;
  }

  h1 {
    font-size: clamp(45px, 15vw, 64px);
  }

  h2 {
    font-size: clamp(37px, 12vw, 51px);
  }

  .hero {
    padding-top: 112px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

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

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 0;
    margin-top: 42px;
  }

  .hero-proof > div {
    padding-inline: 16px;
  }

  .hero-proof > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .hero-visual {
    min-height: 515px;
  }

  .portrait-main {
    left: 3%;
    width: 94%;
    height: 500px;
  }

  .hero-stamp {
    top: 10px;
    width: 104px;
    height: 104px;
  }

  .portrait-note {
    right: -4px;
    bottom: 16px;
    width: 235px;
    padding: 24px;
  }

  .portrait-note p {
    font-size: 12px;
  }

  .values-grid {
    margin-top: 55px;
  }

  .value-card {
    min-height: 280px;
    padding: 28px;
  }

  .line-icon {
    margin-bottom: 40px;
  }

  .service-row {
    grid-template-columns: 30px 1fr;
  }

  .service-row p {
    font-size: 13px;
  }

  .profile-photo,
  .profile-dagmar .profile-photo,
  .profile-jana .profile-photo,
  .profile-leona .profile-photo {
    height: 125vw;
    max-height: 620px;
    border-radius: 28px;
  }

  .profile-contact {
    align-items: start;
    flex-direction: column;
  }

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

  .media-card,
  .media-card-large {
    grid-column: auto;
    min-height: 240px;
  }

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

  .portfolio-card,
  .portfolio-card-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
    border-radius: 28px;
  }

  .portfolio-card-featured {
    min-height: 430px;
  }

  .portfolio-content,
  .portfolio-card-featured .portfolio-content {
    padding: 24px;
  }

  .portfolio-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 22px;
  }

  .portfolio-cta {
    width: 100%;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:first-child {
    min-height: 220px;
    padding: 30px 0;
    border-right: 0;
  }

  .process-list li::before,
  .process-list li:first-child::before {
    left: 0;
  }

  .process-list h3 {
    margin-top: 35px;
  }

  .location-map {
    min-height: 430px;
  }

  .location-map::before {
    width: 340px;
    height: 340px;
  }

  .map-ring-one {
    width: 250px;
    height: 250px;
  }

  .map-ring-two {
    width: 410px;
    height: 410px;
  }

  .location-map ul {
    width: min(360px, 96%);
  }

  .article-card {
    min-height: 360px;
  }

  .contact-form {
    padding: 27px 22px;
  }

  .form-check {
    grid-template-columns: 20px 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dialog-article {
    padding: 70px 25px 55px;
  }

  .legal-main {
    padding: 115px 0 75px;
  }

  .legal-layout {
    gap: 34px;
  }

  .legal-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .legal-table td {
    padding-top: 0;
  }

  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cookie-consent__box {
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 21px;
    border-radius: 22px;
  }

  .cookie-consent__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent__button {
    width: 100%;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
