:root {
  --ink: #111111;
  --ink-soft: #292929;
  --ink-muted: #34322e;
  --ink-faded: #777167;
  --secondary: #8b5cf6;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;
  --paper: #f7f4ec;
  --surface: #fffdfa;
  --paper-muted: #c9c1b4;
  --muted: #625f59;
  --line: #d8d2c8;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --sans: "Roboto", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
  --content-width: 75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: clip;
}

body > :not(.site-ambient):not(.skip-link):not(.cookie-consent) {
  position: relative;
  z-index: 1;
}

.site-ambient {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-ambient__grid,
.site-ambient__lines,
.site-ambient__orbit {
  position: absolute;
  display: block;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.site-ambient__grid {
  inset: -12rem -12vw;
  background-image:
    linear-gradient(to right, rgb(17 17 17 / 0.039) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(17 17 17 / 0.039) 1px, transparent 1px);
  background-size: clamp(5rem, 9vw, 8rem) clamp(5rem, 9vw, 8rem);
}

.site-ambient__lines {
  inset: -18rem -20vw;
}

.site-ambient__lines::before,
.site-ambient__lines::after {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
}

.site-ambient__lines::before {
  top: 21rem;
  right: -19rem;
  width: min(52vw, 48rem);
  border: 1px solid rgb(17 17 17 / 0.083);
}

.site-ambient__lines::after {
  bottom: -20rem;
  left: -20rem;
  width: min(48vw, 43rem);
  border: 1px solid rgb(139 92 246 / 0.11);
}

.site-ambient__orbit {
  top: clamp(5.75rem, 12vh, 9rem);
  right: clamp(8rem, 16vw, 16rem);
  width: clamp(20rem, 32vw, 34rem);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.79;
}

.site-ambient__orbit::before {
  position: absolute;
  inset: 4%;
  border: 1px solid rgb(139 92 246 / 0.088);
  border-radius: 50%;
  content: "";
}

.site-ambient__orbit::after {
  position: absolute;
  inset: 17%;
  border: 1px solid rgb(17 17 17 / 0.055);
  border-radius: 50%;
  content: "";
}

.site-ambient__stars,
.site-ambient__galaxy-core,
.site-ambient__orbit-track {
  position: absolute;
  display: block;
}

.site-ambient__stars {
  inset: 6%;
  border-radius: 50%;
  background-image:
    radial-gradient(circle at 18% 23%, rgb(139 92 246 / 0.198) 0 0.06rem, transparent 0.07rem),
    radial-gradient(circle at 74% 19%, rgb(17 17 17 / 0.132) 0 0.05rem, transparent 0.06rem),
    radial-gradient(circle at 82% 64%, rgb(217 119 6 / 0.176) 0 0.055rem, transparent 0.065rem),
    radial-gradient(circle at 29% 78%, rgb(22 163 74 / 0.154) 0 0.05rem, transparent 0.06rem),
    radial-gradient(circle at 57% 47%, rgb(139 92 246 / 0.143) 0 0.04rem, transparent 0.055rem);
}

.site-ambient__galaxy-core {
  inset: 31%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 50%, rgb(139 92 246 / 0.176), transparent 62%),
    conic-gradient(
      from 24deg,
      transparent,
      rgb(139 92 246 / 0.088),
      transparent 31%,
      rgb(17 17 17 / 0.05),
      transparent 58%,
      rgb(217 119 6 / 0.061),
      transparent
    );
  filter: blur(0.2rem);
  opacity: 0.77;
  animation: galaxy-turn 58s linear infinite;
}

.site-ambient__orbit-track {
  inset: var(--orbit-inset, 0);
  border: 1px solid var(--orbit-line, rgb(139 92 246 / 0.14));
  border-radius: 50%;
  animation: ambient-orbit var(--orbit-duration, 28s) linear infinite;
  transform-origin: center;
}

.site-ambient__orbit-track--outer {
  --orbit-duration: 36s;
  --orbit-inset: 0;
  --orbit-line: rgb(139 92 246 / 0.176);
}

.site-ambient__orbit-track--middle {
  --orbit-duration: 48s;
  --orbit-inset: 13%;
  --orbit-line: rgb(217 119 6 / 0.116);
  animation-direction: reverse;
}

.site-ambient__orbit-track--inner {
  --orbit-duration: 29s;
  --orbit-inset: 29%;
  --orbit-line: rgb(22 163 74 / 0.116);
}

.site-ambient__planet {
  position: absolute;
  top: calc(var(--planet-size, 0.7rem) / -2);
  left: calc(50% - (var(--planet-size, 0.7rem) / 2));
  width: var(--planet-size, 0.7rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--planet-color);
  box-shadow: 0 0 1.45rem var(--planet-glow);
  opacity: 0.7;
}

.site-ambient__planet--violet {
  --planet-size: clamp(0.99rem, 1.28vw, 1.31rem);
  --planet-color: radial-gradient(circle at 34% 30%, rgb(255 255 255 / 0.56), rgb(139 92 246 / 0.5) 36%, rgb(139 92 246 / 0.22));
  --planet-glow: rgb(139 92 246 / 0.17);
}

.site-ambient__planet--amber {
  --planet-size: clamp(0.67rem, 0.99vw, 1.02rem);
  --planet-color: radial-gradient(circle at 34% 30%, rgb(255 255 255 / 0.51), rgb(217 119 6 / 0.36) 42%, rgb(217 119 6 / 0.16));
  --planet-glow: rgb(217 119 6 / 0.13);
}

.site-ambient__planet--green {
  --planet-size: clamp(0.54rem, 0.83vw, 0.8rem);
  --planet-color: radial-gradient(circle at 34% 30%, rgb(255 255 255 / 0.47), rgb(22 163 74 / 0.32) 42%, rgb(22 163 74 / 0.14));
  --planet-glow: rgb(22 163 74 / 0.11);
}

@keyframes ambient-orbit {
  to {
    transform: rotate(1turn);
  }
}

@keyframes galaxy-turn {
  to {
    transform: rotate(-1turn);
  }
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3,
.brand,
.button {
  font-family: var(--display);
}

h1,
h2 {
  letter-spacing: 0;
}

h3 {
  letter-spacing: 0;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.6rem 0.8rem;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-150%);
}

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

.site-header,
.site-footer,
.section {
  width: calc(100% - 3rem);
  max-width: var(--content-width);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  min-height: 5.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.brand img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
}

.site-header .brand img {
  width: 2.75rem;
  height: 2.75rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.75rem);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-contact):hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.nav-contact {
  padding: 0.65rem 0.85rem;
  background: var(--ink);
  color: var(--surface);
}

.section {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

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

.eyebrow {
  margin-bottom: var(--space-4);
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: block;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero__copy {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}

.hero h1 {
  max-width: 58rem;
  font-size: 6.25rem;
  font-weight: 800;
  line-height: 0.94;
}

.hero__copy {
  align-self: start;
}

.hero__copy > .eyebrow,
.hero__copy > h1,
.hero__copy > .hero__lead,
.hero__copy > .hero__actions {
  animation: hero-enter 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__copy > h1 {
  animation-delay: 90ms;
}

.hero__copy > .hero__lead {
  animation-delay: 190ms;
}

.hero__copy > .hero__actions {
  animation-delay: 280ms;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__lead {
  max-width: 38rem;
  margin-top: var(--space-8);
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-6);
  margin-top: var(--space-8);
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  border: 0;
  padding: 0.7rem 1.05rem;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.button--primary {
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 0 0 var(--ink);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.button--primary:hover,
.nav-contact:hover {
  background: #3e3e3e;
}

.button--primary:hover {
  box-shadow: 0.35rem 0.35rem 0 var(--secondary);
  transform: translate(-0.15rem, -0.15rem);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgb(255 253 250 / 0.72);
  color: var(--ink);
  cursor: pointer;
}

.button--ghost:hover {
  border-color: var(--ink-faded);
  background: var(--surface);
}

.text-link {
  font-family: var(--display);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

.service-card__number {
  color: inherit;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
}

.section-heading {
  max-width: 50rem;
}

.section-heading h2,
.about h2,
.contact h2 {
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 0.98;
}

.service-card h3,
.process h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.service-card p,
.process p,
.about__copy p,
.contact__copy > p {
  margin-top: var(--space-3);
  color: var(--muted);
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.25fr 0.55fr;
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
  max-width: none;
}

.section-intro {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.service-card__media {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition:
    filter 240ms ease,
    transform 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    border-color: var(--ink);
    box-shadow: 0.45rem 0.45rem 0 var(--ink);
    transform: translate(-0.2rem, -0.2rem);
  }

  .service-card:hover .service-card__media img {
    filter: contrast(1.08);
    transform: scale(1.06);
  }
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--space-6);
}

.service-card__number {
  color: var(--muted);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.service-card h3 {
  font-size: 1.45rem;
}

.section--dark {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100% - var(--content-width)) / 2));
  background: var(--ink);
  color: var(--surface);
}

.eyebrow--light,
.section--dark p {
  color: #d9d5cd;
}

.process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  padding: 0;
  list-style: none;
}

.process__list li {
  padding-top: var(--space-4);
  border-top: 1px solid #6c6a66;
}

.process__list li > span {
  display: inline-block;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 700;
}

.process h3 {
  font-size: 1.35rem;
}

.about {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(2rem, 9vw, 10rem);
}

.about__mark {
  font-family: var(--display);
  font-size: 5.5rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.85;
}

.about__copy {
  max-width: 49rem;
}

.about__copy p {
  max-width: 43rem;
  font-size: 1.06rem;
}

.about__copy p + p {
  margin-top: var(--space-4);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr);
  gap: clamp(2rem, 8vw, 9rem);
  margin-bottom: var(--space-16);
  padding: clamp(3rem, 6vw, 6rem);
  background: var(--surface);
  border: 1px solid var(--line);
}

.contact__copy > p {
  max-width: 39rem;
}

.contact__panel {
  min-width: 0;
}

.contact-form {
  display: grid;
  gap: var(--space-4);
}

.contact-form__field {
  display: grid;
  gap: var(--space-2);
}

.contact-form__contact-group {
  display: grid;
  gap: var(--space-4);
  margin: 0;
  padding: var(--space-4);
  border: 1px solid var(--line);
}

.contact-form__contact-group legend {
  padding: 0 var(--space-2);
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-form__contact-group.is-error {
  border-color: var(--danger);
}

.contact-form label {
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.contact-form input {
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
}

.contact-form textarea {
  min-height: 9.5rem;
  padding: 0.85rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
  outline: 3px solid rgb(139 92 246 / 0.22);
  outline-offset: 0;
}

.contact-form__trap {
  position: absolute;
  left: -999rem;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .contact-form__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--space-2);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
}

.contact-form__consent input {
  width: 1rem;
  min-height: auto;
  height: 1rem;
  margin: 0.2rem 0 0;
  padding: 0;
  accent-color: var(--ink);
}

.contact-form__consent a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18rem;
}

.contact-form__status {
  min-height: 1.55rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form__status.is-success {
  color: var(--success);
}

.contact-form__status.is-error {
  color: var(--danger);
}

.contact-form .button {
  justify-content: center;
  width: fit-content;
  border: 0;
  cursor: pointer;
}

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

.contact__details {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding-top: var(--space-8);
}

.contact__details .contact__note {
  margin: 0 0 var(--space-2);
  color: var(--muted);
  font-size: 0.75rem;
}

.contact__details a {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 6rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer__meta p {
  margin: 0;
}

.site-footer__certificates {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-left: auto;
}

.site-footer__certificate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.68;
  filter: saturate(0.72) contrast(0.96);
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.site-footer__certificate:hover {
  opacity: 0.82;
  filter: saturate(0.95) contrast(1);
  transform: translateY(-0.08rem);
}

.site-footer__certificate img {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}

.site-footer__link {
  color: var(--muted);
  font-size: 0.75rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.site-footer__link:hover {
  color: var(--ink);
}

.site-footer__button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--sans);
  padding: 0;
}

.cookie-consent {
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  width: min(100% - 2rem, 50rem);
  margin-inline: auto;
  padding: var(--space-3);
  border: 1px solid var(--line);
  background: rgb(255 253 250 / 0.96);
  box-shadow: 0 1.25rem 3rem rgb(17 17 17 / 0.14);
}

.cookie-consent[hidden],
.cookie-consent__settings[hidden],
.cookie-consent__save[hidden] {
  display: none;
}

.cookie-consent__content {
  display: grid;
  grid-template-columns: minmax(5rem, 7.5rem) minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
}

.cookie-consent__image {
  width: min(100%, 7.5rem);
  height: min(100vw, 7.5rem);
  max-width: 128px;
  max-height: 128px;
  aspect-ratio: 1;
  background-image: url("/img/cookie.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cookie-consent__main {
  min-width: 0;
}

.cookie-consent h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.32rem;
  line-height: 1.15;
}

.cookie-consent p {
  max-width: 48rem;
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

.cookie-consent__settings {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
  padding: var(--space-2);
  border: 1px solid var(--line);
  background: rgb(247 244 236 / 0.72);
}

.cookie-consent__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-2);
  color: var(--ink-soft);
  font-weight: 700;
}

.cookie-consent__option span {
  display: grid;
  gap: 0.18rem;
}

.cookie-consent__option strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.cookie-consent__option small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.4;
}

.cookie-consent__settings input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: var(--ink);
}

.cookie-consent__required {
  color: var(--ink);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.cookie-consent .button {
  border-radius: 0;
  cursor: pointer;
  min-height: 2.75rem;
  padding: 0.78rem 1rem;
  font-size: 0.78rem;
}

.privacy-page {
  min-height: 100vh;
}

.privacy-header {
  align-items: center;
}

.privacy-main {
  width: calc(100% - 3rem);
  max-width: 52rem;
  margin: 0 auto;
  padding-block: clamp(3rem, 7vw, 6rem);
}

.privacy-document h1 {
  max-width: 48rem;
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 0.98;
}

.privacy-content {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--line);
}

.privacy-content h2 {
  margin-top: var(--space-4);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.privacy-content p {
  color: var(--ink-soft);
}

.privacy-content a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

.privacy-link-button {
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

.operator-details {
  display: grid;
  gap: var(--space-3);
  margin: 0;
}

.operator-details div {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: var(--space-4);
}

.operator-details dt {
  color: var(--muted);
}

.operator-details dd {
  margin: 0;
  color: var(--ink-soft);
}

.privacy-back {
  margin-top: var(--space-8);
}

@media (max-width: 70rem) {
  .hero {
    padding-block: clamp(3.5rem, 8vw, 6rem);
  }

  .hero h1 {
    font-size: 5rem;
  }

  .section-heading h2,
  .about h2,
  .contact h2 {
    font-size: 3.5rem;
  }

  .site-ambient__lines {
    inset: -16rem -34vw;
  }

  .site-ambient__orbit {
    top: 7.5rem;
    right: -6rem;
    width: clamp(22rem, 50vw, 30rem);
  }

  .service-grid,
  .process__list {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .process__list li > span,
  .service-card__number {
    margin-bottom: var(--space-6);
  }

  .section-heading--split,
  .about,
  .contact {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .process__list {
    gap: var(--space-8);
  }

  .contact__details {
    padding-top: var(--space-4);
  }
}

@media (max-width: 52rem) {
  .hero h1 {
    font-size: 4rem;
  }

  .section-heading h2,
  .about h2,
  .contact h2 {
    font-size: 2.85rem;
  }

  .hero__actions {
    gap: var(--space-4);
  }

  .site-ambient__lines {
    inset: -11rem -52vw;
  }

  .site-ambient__grid {
    background-size: 5rem 5rem;
  }

  .site-ambient__orbit {
    top: 8rem;
    right: -10rem;
    width: 24rem;
    opacity: 0.7;
  }
}

@media (max-width: 36rem) {
  .site-header,
  .site-footer,
  .section {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    margin-inline: 1rem;
  }

  .hero__copy,
  .section-heading,
  .section-heading--split,
  .service-grid,
  .process__list,
  .about__copy,
  .contact__copy,
  .contact__panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero__copy,
  .section-heading,
  .about__copy,
  .contact__copy,
  .contact__panel {
    padding-right: var(--space-4);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-3);
    padding-block: var(--space-4);
  }

  .privacy-header {
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--space-2);
    font-size: 0.68rem;
  }

  .nav-contact {
    margin-left: 0;
    padding: 0.5rem 0.55rem;
  }

  .hero h1 {
    font-size: 2.55rem;
    max-width: 100%;
  }

  .section-heading h2,
  .about h2,
  .contact h2 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .hero__lead {
    max-width: 100%;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
  }

  .section-intro,
  .service-card h3,
  .service-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .service-card h3 {
    font-size: 1.3rem;
  }

  .service-card__body {
    padding-right: calc(var(--space-6) + var(--space-4));
  }

  .about__mark {
    font-size: 3rem;
  }

  .contact__details a {
    font-size: 1.05rem;
  }

  .site-ambient {
    opacity: 0.72;
  }

  .section--dark {
    width: 100%;
    margin-inline: 0;
    padding-inline: 1rem;
  }

  .contact {
    padding: var(--space-6);
  }

  .contact-form .button {
    width: 100%;
  }

  .cookie-consent {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    overflow: auto;
  }

  .cookie-consent__content {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: var(--space-3);
  }

  .cookie-consent__image {
    width: 4.5rem;
    height: 4.5rem;
    max-width: 4.5rem;
  }

  .cookie-consent h2 {
    font-size: 1.2rem;
  }

  .cookie-consent .button,
  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__actions {
    flex-direction: column;
  }

  .cookie-consent__option {
    align-items: flex-start;
  }

  .cookie-consent__required {
    text-align: right;
  }

  .cookie-consent .button {
    justify-content: center;
  }

  .privacy-main {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    padding-block: var(--space-8);
  }

  .privacy-header .button,
  .privacy-back {
    width: 100%;
    justify-content: center;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: var(--space-4);
  }

  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-2);
    justify-content: center;
  }

  .site-footer__certificates {
    margin-left: 0;
  }

  .operator-details div {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }

}

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

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

  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
