:root {
  --petrol: #055f67;
  --orange: #fab52d;
  --turquoise: #79a3a4;
  --black: #1f1f1f;
  --night: #071f22;
  --night-2: #092b2f;
  --fog: #f2f2f2;
  --muted: #b9c9c9;
  --line: rgba(242, 242, 242, 0.14);
  --max: 1180px;
  --plus-pattern: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2379a3a4' stroke-width='1.4' opacity='.34'%3E%3Cpath d='M44 28v32M28 44h32'/%3E%3C/g%3E%3C/svg%3E");
}

@font-face {
  font-family: "Dazzle Unicase";
  src: url("assets/dazzle-unicase-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dazzle Unicase";
  src: url("assets/dazzle-unicase-bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zekton";
  src: url("assets/zekton-rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
#booking {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--fog);
  background: var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

body.consent-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(242, 242, 242, 0.09);
  background: rgba(7, 31, 34, 0.72);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 31, 34, 0.94);
  border-color: rgba(250, 181, 45, 0.24);
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand img {
  width: 128px;
  height: 58px;
  object-fit: contain;
}

.brand strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.brand small {
  display: block;
  max-width: 410px;
  margin-top: 5px;
  color: var(--muted);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #d9e3e3;
  font-size: 14px;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  color: var(--orange);
  opacity: 1;
}

.header-cta,
.button,
.sticky-action,
.mobile-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  font-weight: 760;
}

.header-cta {
  padding: 0 18px;
  color: #152222;
  background: var(--orange);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  color: var(--fog);
  background: rgba(255, 255, 255, 0.04);
  width: 46px;
  height: 42px;
  border-radius: 4px;
  padding: 0;
  place-items: center;
  position: relative;
}

.nav-toggle span {
  position: absolute;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span + span {
  margin-top: 0;
}

.nav-toggle span:nth-child(2) {
  transform: rotate(90deg);
}

.nav-toggle span:nth-child(3) {
  display: none;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 1;
  transform: rotate(135deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  overflow: hidden;
  padding: 140px clamp(18px, 5vw, 68px) 62px;
}

.parallax-layer {
  position: absolute;
  inset: -26% 0;
  background-position: center;
  background-size: cover;
  will-change: transform;
}

.hero-media {
  background-image: url("assets/hero-spectacle-09.jpg");
  filter: saturate(0.92) contrast(1.08) brightness(0.58);
}

.hero-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 950ms ease, transform 4200ms ease;
}

.hero-gallery img.is-active {
  opacity: 1;
  transform: scale(1.12);
}

.hero-gallery img[src*="hero-spectacle-01"],
.hero-gallery img[src*="hero-spectacle-02"],
.hero-gallery img[src*="hero-spectacle-03"],
.hero-gallery img[src*="hero-spectacle-04"],
.hero-gallery img[src*="hero-spectacle-05"],
.hero-gallery img[src*="hero-spectacle-07"],
.hero-gallery img[src*="hero-spectacle-09"],
.hero-gallery img[src*="hero-spectacle-11"],
.hero-gallery img[src*="hero-spectacle-12"] {
  object-position: center center;
}

.hero-gallery img[src*="hero-spectacle-06"] {
  object-position: center 38%;
}

.hero-gallery img[src*="hero-spectacle-08"] {
  object-position: center 48%;
}

.hero-gallery img[src*="hero-spectacle-10"] {
  object-position: center 46%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 31, 34, 0.98) 0%, rgba(7, 31, 34, 0.76) 42%, rgba(7, 31, 34, 0.25) 100%),
    linear-gradient(0deg, rgba(7, 31, 34, 0.95) 0%, rgba(7, 31, 34, 0.18) 52%, rgba(7, 31, 34, 0.74) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--orange);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(38px, 5.8vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  color: #d6e0df;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

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

.button {
  padding: 0 20px;
  border: 1px solid transparent;
}

.icon-link {
  gap: 9px;
}

.icon-link > span[aria-hidden="true"] {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.icon-whatsapp > span[aria-hidden="true"] {
  border-radius: 50%;
  background: #25d366;
}

.icon-whatsapp > span[aria-hidden="true"]::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.55 12.55 0 0 0 5.36 22.36L4 29l6.8-1.78A12.55 12.55 0 1 0 16.02 3.2Zm0 2.35a10.2 10.2 0 1 1 0 20.4c-1.75 0-3.47-.45-4.98-1.3l-.36-.2-4.03 1.06.82-3.94-.23-.4A10.2 10.2 0 0 1 16.02 5.55Zm-4.36 4.95c-.24 0-.62.09-.95.45-.33.36-1.25 1.22-1.25 2.97 0 1.75 1.28 3.44 1.45 3.68.18.24 2.48 3.97 6.1 5.41 3.02 1.2 3.63.96 4.28.9.66-.06 2.13-.87 2.43-1.7.3-.84.3-1.56.21-1.7-.09-.15-.33-.24-.69-.42-.36-.18-2.13-1.05-2.46-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.9-1.78-1.07-.95-1.79-2.13-2-2.49-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.59-.58-.81-.59h-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-whatsapp > span[aria-hidden="true"]::after {
  content: none;
}

.icon-calendar > span[aria-hidden="true"] {
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-calendar > span[aria-hidden="true"]::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 6px;
  height: 2px;
  background: currentColor;
}

.icon-calendar > span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -4px;
  width: 8px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.button.primary {
  color: #13201f;
  background: var(--orange);
}

.button.ghost {
  border-color: rgba(242, 242, 242, 0.28);
  background: rgba(242, 242, 242, 0.06);
}

.hero-status {
  position: absolute;
  right: clamp(18px, 5vw, 68px);
  bottom: 48px;
  z-index: 1;
  width: min(310px, calc(100% - 36px));
  padding: 18px;
  border-left: 3px solid var(--orange);
  background: rgba(5, 95, 103, 0.72);
  backdrop-filter: blur(14px);
}

.hero-status span {
  display: block;
  margin-bottom: 8px;
  color: var(--turquoise);
  font-size: 12px;
  text-transform: uppercase;
}

.hero-status ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.hero-status li {
  color: #dce7e6;
  font-size: 14px;
}

.hero-status li::before {
  content: "+";
  margin-right: 7px;
  color: var(--orange);
  font-weight: 900;
}

.hero-status a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 16px;
  padding: 0 12px;
  border: 1px solid rgba(250, 181, 45, 0.42);
  border-radius: 4px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 68px);
}

.intro,
.references {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(121, 163, 164, 0.16), transparent 34%),
    var(--night);
}

.intro::before,
.references::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--plus-pattern);
  background-size: 88px 88px;
  opacity: 0.11;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 78%, transparent);
}

.intro > *,
.references > * {
  position: relative;
  z-index: 1;
}

.split,
.why-layout,
.references-head,
.contact-panel {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.split,
.why-layout,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

h2 {
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.intro-copy,
.why p,
.references-head p,
.contact-panel p,
.booking-box p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 42px auto 0;
}

.service-card,
.booking-box {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(242, 242, 242, 0.045);
}

.service-card {
  min-height: 0;
  padding: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-toggle {
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  color: rgba(250, 181, 45, 0.34);
  background: transparent;
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.service-toggle:hover,
.service-toggle:focus-visible,
.service-card:has(.portfolio-details[open]) .service-toggle {
  color: var(--orange);
}

.service-card:has(.portfolio-details[open]) .service-toggle {
  transform: rotate(45deg);
}

.service-card span,
.reference-grid span,
.booking-box span {
  color: var(--orange);
  font-weight: 800;
}

.service-card h3 {
  margin: 24px 0 12px;
  font-size: 26px;
}

.service-card p {
  color: #c9d6d6;
  line-height: 1.55;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  align-items: start;
  justify-items: start;
}

.service-card li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(121, 163, 164, 0.24);
  border-radius: 4px;
  color: #d5e1e1;
  background: rgba(5, 95, 103, 0.22);
  font-size: 13px;
}

.service-card li::before {
  content: "+";
  margin-right: 6px;
  color: var(--orange);
  font-weight: 900;
}

.portfolio-details {
  margin-top: auto;
  border-top: 1px solid rgba(242, 242, 242, 0.1);
  padding-top: 18px;
}

.portfolio-details summary {
  cursor: pointer;
  color: var(--orange);
  font-weight: 560;
  list-style: none;
}

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

.portfolio-details summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid rgba(250, 181, 45, 0.38);
  border-radius: 4px;
  color: var(--orange);
  font-weight: 900;
  line-height: 1;
}

.portfolio-details summary::before {
  content: none;
}

.portfolio-details[open] summary::before {
  content: "-";
}

.portfolio-details div {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.portfolio-details strong {
  color: var(--fog);
  font-size: 13px;
}

.portfolio-details p {
  margin: 0 0 8px;
  color: rgba(242, 242, 242, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.image-break {
  position: relative;
  min-height: clamp(560px, 72svh, 760px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 68px);
}

.image-break::before,
.field-carousel::before,
.reference-carousel::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4H44V39' fill='none' stroke='%23fab52d' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") top right / 44px 44px no-repeat,
    url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9V44H39' fill='none' stroke='%23fab52d' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") bottom left / 44px 44px no-repeat;
}

.field-carousel::before {
  inset: 22px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4H44V39' fill='none' stroke='%23fab52d' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") top right / 40px 40px no-repeat,
    url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9V44H39' fill='none' stroke='%23fab52d' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") bottom left / 40px 40px no-repeat;
}

.control-media {
  background-image: url("assets/control-center-new.jpg");
  background-position: center center;
  filter: saturate(0.76) contrast(1.08) brightness(0.5);
}

.image-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 31, 34, 0.92), rgba(7, 31, 34, 0.22) 58%, rgba(5, 95, 103, 0.52));
}

.image-break-content {
  position: relative;
  z-index: 3;
  width: min(900px, 100%);
  margin-top: clamp(20px, 5vw, 70px);
}

.image-break-content p {
  margin-bottom: 16px;
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 6.2vw, 86px);
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}

.image-break-content span {
  display: block;
  color: var(--turquoise);
  font-size: clamp(18px, 2vw, 25px);
}

.image-break-cta {
  margin-top: 28px;
}

.why {
  background: #071719;
}

.why .section-kicker {
  color: var(--orange);
}

.why-layout {
  align-items: center;
}

.field-carousel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 6px;
  background: #0a272b;
}

.field-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.02);
  filter: saturate(0.72) contrast(1.02) brightness(0.76);
  transition: opacity 850ms ease, transform 4300ms ease;
}

.field-carousel img.is-active {
  opacity: 1;
  transform: scale(1.075);
}

.field-carousel img.field-rotate-ccw {
  transform: rotate(-90deg) scale(1.34);
}

.field-carousel img.field-rotate-ccw.is-active {
  transform: rotate(-90deg) scale(1.42);
}

.field-carousel img[src*="mud-smiles"] {
  object-position: center 44%;
}

.field-carousel img[src*="crew-break"] {
  object-position: center 42%;
}

.field-carousel img[src*="terrain-quad"] {
  object-position: center 46%;
}

.field-carousel img[src*="field-operations"] {
  object-position: center 14%;
}

.field-carousel img[src*="team-lustig"] {
  object-position: center 18%;
}

.field-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 34, 0.08), rgba(7, 31, 34, 0.52));
}

.field-stamp {
  position: absolute;
  left: 66px;
  bottom: 48px;
  z-index: 3;
  display: grid;
  gap: 6px;
  width: min(420px, calc(100% - 158px));
  padding: 16px 18px;
  background: rgba(4, 18, 20, 0.74);
  backdrop-filter: blur(12px);
}

.field-stamp strong {
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1;
  color: var(--orange);
}

.field-stamp span {
  color: #dbe5e4;
  line-height: 1.35;
}

.field-dots {
  position: absolute;
  right: 66px;
  bottom: 52px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.field-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(242, 242, 242, 0.62);
  border-radius: 999px;
  background: rgba(242, 242, 242, 0.12);
  cursor: pointer;
}

.field-dots button.is-active {
  width: 24px;
  border-color: var(--orange);
  background: var(--orange);
}

.metric-row {
  margin-top: 28px;
}

.metric-row div {
  min-width: 126px;
  padding: 18px;
  border-top: 2px solid var(--orange);
  background: rgba(5, 95, 103, 0.28);
}

.metric-row strong {
  display: block;
  font-size: 30px;
}

.metric-row span {
  color: var(--turquoise);
}

.team {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #06191b, #08282c);
}

.team::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--plus-pattern);
  background-size: 88px 88px;
  opacity: 0.09;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.team > * {
  position: relative;
  z-index: 1;
}

.team-head {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.team-head p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(250, 181, 45, 0.4);
  border-radius: 4px;
  color: var(--orange);
  background: rgba(4, 18, 20, 0.36);
  font-weight: 800;
}

.team-grid {
  width: min(var(--max), 100%);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.team-card {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(121, 163, 164, 0.22);
  border-radius: 6px;
  background: rgba(242, 242, 242, 0.04);
  overflow: hidden;
  cursor: pointer;
  perspective: 1000px;
}

.team-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #041214;
}

.team-photo::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3H33V28' fill='none' stroke='%23fab52d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") top right / 32px 32px no-repeat,
    url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8V33H28' fill='none' stroke='%23fab52d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") bottom left / 32px 32px no-repeat;
}

.team-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.03) brightness(0.78);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 320ms ease, transform 650ms ease;
  backface-visibility: hidden;
}

.team-card:not(.is-flipped) .team-normal,
.team-card.is-flipped .team-character {
  opacity: 1;
  transform: scale(1.06) rotateY(0deg);
}

.team-card.is-flipped .team-normal {
  transform: scale(1.03) rotateY(-10deg);
}

.team-card:not(.is-flipped) .team-character {
  transform: scale(1.03) rotateY(10deg);
}

.team-flip {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(250, 181, 45, 0.58);
  border-radius: 4px;
  color: var(--orange);
  background: rgba(4, 18, 20, 0.78);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.team-flip:hover {
  border-color: var(--orange);
  transform: scale(1.04);
}

.team-card.is-flipped .team-flip {
  color: #13201f;
  background: var(--orange);
  transform: rotate(45deg);
}

.team-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 16px;
  background: linear-gradient(180deg, rgba(4, 18, 20, 0.02), rgba(4, 18, 20, 0.82) 32%, rgba(4, 18, 20, 0.94));
}

.team-copy span {
  color: var(--orange);
  font-weight: 800;
}

.team-copy h3 {
  margin: 10px 0 0;
  font-size: 25px;
  line-height: 1;
}

.team-copy h3 small {
  display: inline-block;
  margin-left: 4px;
  color: rgba(242, 242, 242, 0.74);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58em;
  font-weight: 400;
}

.team-copy p {
  display: none;
  color: #c9d6d6;
  font-size: 13px;
  line-height: 1.45;
}

.team-claim {
  color: #f0ddaa !important;
  font-weight: 800;
}

.team-card:not(.is-flipped) .team-claim {
  display: block;
  max-width: 88%;
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.team-card.is-flipped .team-copy {
  background: linear-gradient(180deg, rgba(4, 18, 20, 0), rgba(4, 18, 20, 0.72) 34%, rgba(4, 18, 20, 0.93));
}

.team-card.is-flipped .team-copy span {
  display: none;
}

.team-card.is-flipped .team-copy h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--orange);
}

.team-card.is-flipped .team-copy p {
  display: block;
  margin-bottom: 8px;
}

.team-card.is-flipped .team-copy .team-claim {
  display: none;
}

.team-card.is-flipped .team-bio {
  display: none;
}

.team-card.is-flipped .team-bio[hidden] {
  display: none !important;
}

.team-card.is-flipped.is-expanded .team-bio {
  display: block;
}

.team-character-note {
  color: #f0ddaa !important;
  font-weight: 800;
}

.team-card:not(.is-flipped) .team-character-note {
  display: none;
}

.team-card.is-flipped:not(.is-expanded) .team-character-note {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.team-more {
  display: none;
  min-height: 30px;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--orange);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.team-card.is-flipped .team-more {
  display: inline-flex;
  align-items: center;
}

.team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.team-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(121, 163, 164, 0.25);
  border-radius: 4px;
  color: #d5e1e1;
  background: rgba(5, 95, 103, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.team-actions a:first-child {
  color: #13201f;
  border-color: var(--orange);
  background: var(--orange);
}

.team-card-ghost {
  background:
    linear-gradient(180deg, rgba(5, 95, 103, 0.18), rgba(242, 242, 242, 0.035));
}

.references-head {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 44px;
}

.reference-carousel {
  position: relative;
  width: min(var(--max), 100%);
  min-height: 520px;
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(121, 163, 164, 0.22);
  border-radius: 6px;
  background: #06191b;
}

.reference-slide {
  position: absolute;
  inset: 0;
  min-height: 520px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.reference-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.reference-slide img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.62);
}

.reference-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 31, 34, 0.04), rgba(7, 31, 34, 0.46) 52%, rgba(7, 31, 34, 0.84)),
    linear-gradient(0deg, rgba(7, 31, 34, 0.84), rgba(7, 31, 34, 0.06) 46%);
}

.reference-mark {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(360px, calc(100% - 48px));
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(250, 181, 45, 0.62);
  color: var(--orange);
  background: rgba(4, 18, 20, 0.7);
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.reference-logo {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: min(300px, calc(100% - 48px));
  min-height: 64px;
  padding: 11px 15px 10px;
  border-color: rgba(242, 242, 242, 0.36);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(4, 18, 20, 0.84), rgba(5, 95, 103, 0.62)),
    radial-gradient(circle at 100% 0%, rgba(250, 181, 45, 0.22), transparent 44%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

.reference-logo span {
  letter-spacing: 0;
  text-transform: uppercase;
}

.reference-logo small {
  color: rgba(250, 181, 45, 0.88);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.reference-logo-pv span,
.reference-logo-sh span {
  font-size: clamp(20px, 2.3vw, 34px);
}

.reference-logo-no {
  color: #f5f8f8;
  background:
    linear-gradient(135deg, rgba(4, 18, 20, 0.86), rgba(7, 31, 34, 0.74)),
    linear-gradient(90deg, transparent, rgba(250, 181, 45, 0.18), transparent);
}

.reference-logo-wcd span {
  max-width: 220px;
  font-size: clamp(18px, 2vw, 30px);
}

.reference-logo-wug {
  border-color: rgba(121, 163, 164, 0.48);
}

.reference-credit {
  position: absolute;
  left: 26px;
  bottom: 78px;
  z-index: 3;
  color: rgba(242, 242, 242, 0.48);
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  background: rgba(4, 18, 20, 0.38);
  padding: 6px 7px;
  border-radius: 3px;
}

a.reference-credit:hover {
  color: rgba(242, 242, 242, 0.82);
}

.reference-copy {
  position: absolute;
  right: 26px;
  bottom: 92px;
  z-index: 3;
  width: min(560px, calc(100% - 52px));
  padding: 24px;
  background: rgba(4, 18, 20, 0.72);
  backdrop-filter: blur(14px);
}

.reference-copy span {
  color: var(--orange);
  font-weight: 800;
}

.reference-copy h3 {
  margin: 14px 0 12px;
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}

.reference-copy p {
  max-width: 560px;
  color: #d6e0df;
  font-size: 17px;
  line-height: 1.62;
}

.reference-more {
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid rgba(250, 181, 45, 0.54);
  border-radius: 4px;
  color: var(--orange);
  background: rgba(4, 18, 20, 0.42);
  font-weight: 800;
  cursor: pointer;
}

.reference-detail {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 620px;
  transition: grid-template-rows 260ms ease, margin-top 260ms ease;
}

.reference-detail p {
  overflow: hidden;
  margin: 0;
  color: rgba(242, 242, 242, 0.78);
  font-size: 15px;
  line-height: 1.55;
  border-left: 2px solid rgba(250, 181, 45, 0.54);
  padding-left: 14px;
}

.reference-slide.is-expanded .reference-detail {
  grid-template-rows: 1fr;
  margin-top: 14px;
}

.reference-slide.is-expanded .reference-more {
  color: #13201f;
  background: var(--orange);
}

.reference-controls {
  position: absolute;
  left: 118px;
  right: 26px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reference-controls button {
  min-width: 52px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(242, 242, 242, 0.26);
  border-radius: 4px;
  color: #d9e3e3;
  background: rgba(4, 18, 20, 0.62);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.reference-controls button.is-active {
  color: #13201f;
  border-color: var(--orange);
  background: var(--orange);
}

.reference-more-line {
  width: min(var(--max), 100%);
  margin: 22px auto 0;
}

.reference-more-line p {
  margin: 0 0 10px;
  color: rgba(242, 242, 242, 0.54);
  font-family: "Zekton", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.reference-more-line div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.reference-more-line span {
  display: inline-flex;
  align-items: center;
  color: rgba(213, 225, 225, 0.76);
  font-size: 14px;
}

.reference-more-line span::before {
  content: "+";
  margin-right: 7px;
  color: var(--orange);
  font-weight: 900;
}

.currently {
  background:
    linear-gradient(135deg, rgba(7, 31, 34, 0.96), rgba(5, 95, 103, 0.78)),
    var(--plus-pattern);
}

.currently-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.currently p {
  max-width: 650px;
  color: #d6e0df;
  font-size: 18px;
  line-height: 1.6;
}

.currently-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-button {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px 12px;
  align-items: center;
  min-width: 210px;
  min-height: 64px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(242, 242, 242, 0.18);
  border-radius: 6px;
  background: rgba(4, 18, 20, 0.34);
}

.social-button span {
  position: relative;
  grid-row: span 2;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.social-button strong,
.social-button small {
  display: block;
}

.social-button strong {
  color: var(--fog);
  font-size: 18px;
  line-height: 1;
}

.social-button small {
  color: rgba(242, 242, 242, 0.62);
  font-size: 12px;
  line-height: 1;
}

.social-instagram span {
  background: url("assets/social-instagram.svg") center / contain no-repeat;
}

.social-instagram span::before {
  content: none;
}

.social-linkedin span {
  background: url("assets/social-linkedin.svg") center / contain no-repeat;
}

.social-linkedin span::before {
  content: none;
}

.contact {
  padding: clamp(70px, 8vw, 110px) clamp(18px, 5vw, 68px);
  background: var(--petrol);
}

.contact-panel {
  align-items: stretch;
}

.booking-box {
  padding: 28px;
  background: rgba(7, 31, 34, 0.42);
  position: relative;
  overflow: hidden;
}

.booking-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
}

.booking-box h3 {
  margin: 18px 0 10px;
  font-size: 28px;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.booking-actions .button {
  min-width: 145px;
}

.booking-note {
  margin: 14px 0 0;
  color: rgba(242, 242, 242, 0.62) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.legal-hero {
  padding: 150px clamp(18px, 5vw, 68px) 52px;
  background:
    linear-gradient(135deg, rgba(5, 95, 103, 0.72), rgba(4, 18, 20, 0.96)),
    var(--plus-pattern);
  border-bottom: 1px solid rgba(242, 242, 242, 0.08);
}

.legal-hero h1,
.legal-hero p {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.legal-hero h1 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--fog);
  font-family: "Dazzle Unicase", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(38px, 7vw, 82px);
  line-height: 0.95;
  text-transform: uppercase;
}

.legal-hero > p:not(.section-kicker) {
  color: rgba(242, 242, 242, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.legal,
.imprint {
  padding: 24px clamp(18px, 5vw, 68px);
  background: #041214;
  border-top: 1px solid rgba(242, 242, 242, 0.08);
}

.legal {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #062326;
}

.imprint-inner,
.legal-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: baseline;
}

.imprint-label {
  margin: 0;
  color: rgba(242, 242, 242, 0.42);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.imprint-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.legal-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.imprint-grid article,
.legal-grid article {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.legal-grid article {
  padding: 18px;
  border: 1px solid rgba(121, 163, 164, 0.16);
  background: rgba(4, 18, 20, 0.25);
}

.imprint-grid h3,
.legal-grid h3 {
  margin-bottom: 6px;
  color: rgba(242, 242, 242, 0.62);
  font-size: 13px;
}

.imprint-grid p,
.legal-grid p {
  margin: 0;
  color: rgba(242, 242, 242, 0.42);
  font-size: 12px;
  line-height: 1.45;
}

.legal-grid p {
  color: rgba(242, 242, 242, 0.64);
  font-size: 13px;
  line-height: 1.55;
}

.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 14px;
  padding: 0 10px;
  border: 1px solid rgba(250, 181, 45, 0.42);
  border-radius: 4px;
  color: var(--orange);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
}

.sticky-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 166px;
}

.sticky-action {
  padding: 0 18px;
  border: 1px solid rgba(250, 181, 45, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.sticky-action.primary {
  color: #13201f;
  background: var(--orange);
}

.sticky-action.dark {
  color: var(--fog);
  border-color: rgba(37, 211, 102, 0.45);
  background: #083236;
}

.consent-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: end center;
  padding: 20px;
  background: rgba(4, 18, 20, 0.6);
  backdrop-filter: blur(8px);
}

.consent-panel[hidden] {
  display: none;
}

.consent-card {
  width: min(760px, 100%);
  padding: 24px;
  border: 1px solid rgba(250, 181, 45, 0.28);
  border-radius: 6px;
  background: rgba(7, 31, 34, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

.consent-card h2 {
  margin: 10px 0;
  font-size: 28px;
}

.consent-card p {
  margin: 0 0 16px;
  color: rgba(242, 242, 242, 0.72);
  line-height: 1.55;
}

.consent-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(121, 163, 164, 0.22);
  border-radius: 4px;
  background: rgba(4, 18, 20, 0.38);
}

.consent-option input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--orange);
}

.consent-option strong,
.consent-option small {
  display: block;
}

.consent-option strong {
  color: var(--fog);
}

.consent-option small {
  margin-top: 4px;
  color: rgba(242, 242, 242, 0.6);
  line-height: 1.4;
}

.consent-option.is-fixed {
  opacity: 0.82;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

.consent-actions button {
  border: 0;
  cursor: pointer;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(18px, 5vw, 68px);
  color: var(--muted);
  background: #041214;
}

.footer img {
  width: 132px;
  height: 76px;
  object-fit: contain;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(121, 163, 164, 0.22);
  border-radius: 4px;
  color: var(--fog);
  background: rgba(242, 242, 242, 0.04);
  font-weight: 760;
}

.footer-contact.icon-whatsapp {
  border-color: rgba(37, 211, 102, 0.42);
}

.footer-contact > span[aria-hidden="true"] {
  width: 18px;
  height: 18px;
}

.footer-contact.icon-calendar > span[aria-hidden="true"]::before {
  top: 5px;
}

.footer-contact.icon-calendar > span[aria-hidden="true"]::after {
  left: 4px;
  top: -3px;
  width: 7px;
  height: 5px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-social span {
  position: relative;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: currentColor;
}

.footer-linkedin span {
  color: currentColor;
}

.footer-linkedin span::before,
.footer-instagram span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
}

.footer-linkedin span::before {
  -webkit-mask: url("assets/icon-linkedin.svg") center / contain no-repeat;
  mask: url("assets/icon-linkedin.svg") center / contain no-repeat;
}

.footer-instagram span::before {
  -webkit-mask: url("assets/icon-instagram.svg") center / contain no-repeat;
  mask: url("assets/icon-instagram.svg") center / contain no-repeat;
}

.footer-linkedin span::after,
.footer-instagram span::after {
  content: none;
}

.muted-link {
  color: rgba(242, 242, 242, 0.48);
}

.mobile-bar {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: rgba(7, 31, 34, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .header-cta {
    display: none;
  }

  .split,
  .why-layout,
  .team-head,
  .references-head,
  .currently-inner,
  .contact-panel,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .reference-carousel,
  .reference-slide,
  .reference-slide img {
    min-height: 720px;
  }

  .reference-slide::after {
    background:
      linear-gradient(0deg, rgba(7, 31, 34, 0.97), rgba(7, 31, 34, 0.22) 66%, rgba(7, 31, 34, 0.64));
  }

  .reference-copy {
    left: 22px;
    right: 22px;
    bottom: 92px;
    width: auto;
    padding: 20px;
  }

  .reference-controls {
    left: 84px;
    right: 22px;
    bottom: 20px;
  }

  .reference-credit {
    left: 22px;
    bottom: 74px;
  }

  .hero {
    min-height: 92svh;
    padding-top: 124px;
  }

  .hero-status {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }

  .parallax-layer {
    transform: none !important;
  }

  .field-carousel {
    min-height: 360px;
  }

  .field-stamp {
    left: 52px;
    bottom: 48px;
    width: min(390px, calc(100% - 104px));
  }

  .field-dots {
    right: 52px;
    bottom: 18px;
  }

  .sticky-actions {
    display: none;
  }

  .mobile-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 10px;
    background: rgba(4, 18, 20, 0.94);
    backdrop-filter: blur(16px);
  }

  .mobile-bar a {
    color: #13201f;
    background: var(--orange);
  }

  .booking-actions .button {
    flex: 1 1 150px;
  }

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

  .imprint-inner,
  .legal-inner,
  .imprint-grid {
    grid-template-columns: 1fr;
  }

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

  .imprint {
    padding-bottom: 24px;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .brand img {
    width: 108px;
    height: 52px;
  }

  h1 {
    font-size: 36px;
  }

  .service-card {
    min-height: auto;
  }

  .metric-row {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 260px;
  }

  .metric-row div {
    width: 100%;
  }

  .reference-controls {
    left: 72px;
  }

  .field-carousel::before {
    inset: 16px;
  }

  .field-stamp {
    left: 28px;
    bottom: 54px;
    width: calc(100% - 56px);
    padding: 14px;
  }

  .field-dots {
    right: 28px;
    bottom: 20px;
  }
}

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

  .parallax-layer {
    transform: none !important;
  }
}
