* {
  box-sizing: border-box;
}

:root {
  --page-max-width: 1620px;
  --page-width: min(calc(100% - 68px), var(--page-max-width));
  --page-width-mobile: min(calc(100% - 28px), 680px);
  --accent-text: #e4c814;
}

body {
  margin: 0;
  min-height: 180vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #0b0b0d;
  background: transparent;
  overflow-x: clip;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

h1,
h2,
h3,
h4,
button,
a,
.brand-name,
.site-nav,
.language-toggle {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

/* Keep words intact across the complete site. */
body * {
  overflow-wrap: normal !important;
  word-break: normal !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}

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

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

main {
  min-height: 100vh;
}

.home-main {
  overflow: hidden;
  background: #fff;
}

.home-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  padding: clamp(142px, 17vh, 188px) clamp(18px, 4vw, 34px) clamp(68px, 10vh, 108px);
  background: #fff;
}

.home-hero-visual-only {
  min-height: min(92vh, 900px);
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: clamp(118px, 13vh, 156px);
  padding-bottom: clamp(40px, 7vh, 80px);
}

.home-hero-copy {
  max-width: 840px;
}

.home-hero-kicker {
  width: fit-content;
  margin: 0 0 clamp(22px, 3vw, 34px);
  padding: 9px 13px;
  color: #0a0a0a;
  background: rgba(228, 200, 20, 0.18);
  border: 1px solid rgba(228, 200, 20, 0.42);
  border-radius: 999px;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 740;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 9ch;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(62px, 8.8vw, 148px);
  font-weight: 820;
  line-height: 0.86;
  letter-spacing: 0;
}

.home-hero-intro {
  max-width: 730px;
  margin: clamp(28px, 3.8vw, 48px) 0 0;
  color: rgba(10, 10, 10, 0.64);
  font-size: clamp(21px, 2vw, 34px);
  line-height: 1.2;
}

.home-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: clamp(30px, 4vw, 54px);
  padding: 0 26px;
  color: #0a0a0a;
  background: #e4c814;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 720;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.home-hero-cta:hover {
  transform: translateY(-3px);
  background: rgba(228, 200, 20, 0.9);
}

.home-hero-visual {
  position: relative;
  min-height: clamp(520px, 54vw, 760px);
  perspective: 1500px;
}

.home-hero-visual-only .home-hero-visual {
  width: min(1180px, calc(100vw - 36px));
  min-height: clamp(520px, 56vw, 740px);
}

.home-hero-visualizer {
  position: relative;
  width: min(940px, 59vw);
  min-width: 520px;
  height: clamp(520px, 54vw, 760px);
  margin-left: auto;
  transform-style: preserve-3d;
  transform-origin: 52% 48%;
  transition: transform 220ms ease;
  will-change: transform;
}

.home-hero-visual-only .home-hero-visualizer {
  width: min(1040px, 86vw);
  min-width: min(520px, 86vw);
  margin: 0 auto;
}

.trust-hero {
  min-height: 100svh;
  display: grid;
  align-content: end;
  gap: clamp(34px, 5vw, 58px);
  padding: clamp(150px, 18vh, 220px) 0 0;
  background: #fff;
}

.trust-hero-copy {
  width: var(--page-width);
  margin: 0 auto;
  text-align: left;
  transform: none;
}

.trust-hero h1 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(44px, 5.4vw, 86px);
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trust-hero h1 span,
.trust-hero h1 mark {
  display: inline-block;
}

.trust-hero h1 .trust-title-row {
  display: block;
}

.trust-hero h1 .trust-title-row:empty {
  display: none;
}

.trust-hero h1 mark {
  color: var(--accent-text);
  background: transparent;
}

html[lang="en"] .trust-hero {
  gap: clamp(56px, 7vw, 94px);
}

.trust-hero-image {
  position: relative;
  width: var(--page-width);
  min-height: clamp(300px, 32vw, 520px);
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, #d7dddc, #f8f8f3);
  border-radius: 0;
  isolation: isolate;
}

.trust-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Keep the site photography monochrome without muting brand UI or inline SVG artwork. */
img,
video,
.home-hero-image {
  filter: grayscale(1) !important;
}

.trust-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 14%);
}

.trust-image-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-backdrop-filter: saturate(0.78) brightness(1.08);
  backdrop-filter: saturate(0.78) brightness(1.08);
}

.home-hero-card {
  position: relative;
  min-height: clamp(500px, 56vw, 720px);
  overflow: hidden;
  color: #f7f3e9;
  background: #08111f;
  border: 1px solid rgba(247, 243, 233, 0.14);
  border-radius: 16px;
  transform-style: preserve-3d;
  transition: transform 220ms ease;
  will-change: transform;
}

.home-hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 39%, rgba(228, 200, 20, 0.18) 42%, transparent 47%),
    radial-gradient(circle at 78% 16%, rgba(125, 232, 255, 0.18), transparent 28%),
    radial-gradient(circle at 35% 72%, rgba(228, 200, 20, 0.16), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: heroLightSweep 8s ease-in-out infinite alternate;
}

.home-hero-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(247, 243, 233, 0.14);
  border-radius: 11px;
  pointer-events: none;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.82) 0%, rgba(5, 9, 20, 0.28) 54%, rgba(5, 9, 20, 0.08) 100%),
    linear-gradient(rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    url("https://images.unsplash.com/photo-1759611325490-1e05282fbedb?auto=format&fit=crop&fm=jpg&q=80&w=2200"),
    linear-gradient(145deg, #0d1b2d, #050914);
  background-size: auto, 34px 34px, 34px 34px, cover, auto;
  background-position: center;
  transform: scale(1.02);
}

.home-hero-route {
  position: absolute;
  inset: 7% 4% auto;
  z-index: 2;
  width: 92%;
  height: 58%;
  overflow: visible;
  pointer-events: none;
}

.home-hero-route path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2.2;
  stroke-dasharray: 10 18;
  animation: heroRouteFlow 7s linear infinite;
}

.home-hero-route path:first-child {
  stroke: rgba(125, 232, 255, 0.46);
}

.home-hero-route path:last-child {
  stroke: rgba(228, 200, 20, 0.48);
  animation-duration: 9s;
  animation-direction: reverse;
}

.home-hero-stack {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transform-style: preserve-3d;
}

.home-hero-mini {
  position: absolute;
  width: clamp(116px, 10vw, 158px);
  min-height: 104px;
  display: grid;
  align-content: end;
  padding: 14px;
  color: #f7f3e9;
  background: rgba(5, 9, 20, 0.5);
  border: 1px solid rgba(247, 243, 233, 0.18);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  transform: translate3d(0, 0, 38px) rotateX(0deg) rotateY(0deg);
  animation: heroMiniFloat 5.8s ease-in-out infinite;
}

.home-hero-mini::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto;
  height: 3px;
  background: linear-gradient(90deg, #e4c814, rgba(228, 200, 20, 0));
  border-radius: 999px;
}

.home-hero-mini span,
.home-hero-mini b,
.home-hero-mini i {
  display: block;
}

.home-hero-mini span {
  color: rgba(247, 243, 233, 0.64);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-mini b {
  margin-top: 8px;
  color: #e4c814;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 780;
  line-height: 0.95;
}

.home-hero-mini i {
  margin-top: 4px;
  color: rgba(247, 243, 233, 0.54);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.home-hero-mini-risk {
  top: 9%;
  right: 9%;
  animation-delay: -1.2s;
}

.home-hero-mini-market {
  top: 17%;
  left: 8%;
  transform: translate3d(0, 0, 52px) rotateZ(-2deg);
  animation-delay: -2.8s;
}

.home-hero-mini-claim {
  right: 7%;
  bottom: 25%;
  transform: translate3d(0, 0, 46px) rotateZ(2deg);
  animation-delay: -4.1s;
}

.home-hero-overlay {
  position: absolute;
  left: clamp(26px, 3vw, 46px);
  bottom: clamp(120px, 15vw, 170px);
  z-index: 2;
  max-width: 560px;
}

.home-hero-overlay span {
  display: block;
  margin-bottom: 14px;
  color: #7de8ff;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-hero-overlay strong {
  display: block;
  max-width: 8ch;
  color: #f7f3e9;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 760;
  line-height: 0.94;
}

.home-hero-metrics {
  position: absolute;
  left: clamp(26px, 3vw, 46px);
  right: clamp(26px, 3vw, 46px);
  bottom: clamp(26px, 3vw, 42px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-hero-metrics span {
  min-width: 0;
  padding: 16px;
  background: rgba(5, 9, 20, 0.42);
  border: 1px solid rgba(247, 243, 233, 0.14);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

.home-hero-metrics b,
.home-hero-metrics i {
  display: block;
}

.home-hero-metrics b {
  color: #e4c814;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 780;
  line-height: 1;
}

.home-hero-metrics i {
  margin-top: 7px;
  color: rgba(247, 243, 233, 0.66);
  font-size: 12px;
  font-style: normal;
  line-height: 1.15;
  text-transform: uppercase;
}

@keyframes heroRouteFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -112;
  }
}

@keyframes heroMiniFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes heroLightSweep {
  from {
    transform: translateX(-3%);
    opacity: 0.52;
  }

  to {
    transform: translateX(4%);
    opacity: 0.86;
  }
}

.hero-ribbon,
.hero-current-map,
.hero-vessel,
.hero-signal {
  position: absolute;
  pointer-events: none;
}

.hero-ribbon {
  border-radius: 999px;
  transform-style: preserve-3d;
  will-change: transform;
}

.hero-ribbon-main {
  top: -5%;
  right: -18%;
  width: 104%;
  height: 56%;
  background:
    linear-gradient(102deg, rgba(255, 255, 255, 0.5), transparent 18% 76%, rgba(255, 255, 255, 0.38)),
    repeating-linear-gradient(96deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 8px),
    linear-gradient(115deg, #6e7bff 0%, #c06cff 25%, #ff4fb8 46%, #ff8a1c 72%, #e4c814 100%);
  filter: saturate(1.18);
  box-shadow:
    0 44px 96px rgba(228, 200, 20, 0.2),
    0 28px 86px rgba(111, 123, 255, 0.18);
  transform: translate3d(0, 0, 68px) rotate(31deg) skewY(-10deg);
  animation: heroRibbonMain 9s ease-in-out infinite alternate;
}

.hero-ribbon-gold {
  top: 18%;
  right: 3%;
  width: 72%;
  height: 18%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 18%),
    linear-gradient(105deg, rgba(228, 200, 20, 0.3), #e4c814 42%, rgba(255, 119, 31, 0.9));
  box-shadow: 0 28px 70px rgba(228, 200, 20, 0.22);
  transform: translate3d(0, 0, 102px) rotate(31deg) skewY(-8deg);
  animation: heroRibbonGold 8s ease-in-out infinite alternate;
}

.hero-ribbon-cyan {
  top: 39%;
  right: -9%;
  width: 76%;
  height: 15%;
  background:
    linear-gradient(94deg, rgba(255, 255, 255, 0.34), transparent 21%),
    linear-gradient(105deg, rgba(24, 180, 214, 0.12), rgba(35, 201, 222, 0.74), rgba(228, 200, 20, 0.84));
  opacity: 0.78;
  box-shadow: 0 24px 66px rgba(35, 201, 222, 0.16);
  transform: translate3d(0, 0, 46px) rotate(31deg) skewY(-8deg);
  animation: heroRibbonCyan 10s ease-in-out infinite alternate;
}

.hero-ribbon-shadow {
  right: -34%;
  bottom: 6%;
  width: 92%;
  height: 34%;
  background: radial-gradient(ellipse at center, rgba(10, 10, 10, 0.12), transparent 68%);
  filter: blur(18px);
  transform: translate3d(0, 0, -80px) rotate(28deg);
}

.hero-current-map {
  inset: 7% -8% auto auto;
  z-index: 4;
  width: 112%;
  height: 88%;
  overflow: visible;
  transform: translate3d(0, 0, 118px);
}

.hero-current {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3.4;
  stroke-dasharray: 12 22;
  animation: heroCurrentFlow 8s linear infinite;
}

.hero-current-a {
  stroke: rgba(10, 10, 10, 0.28);
}

.hero-current-b {
  stroke: rgba(228, 200, 20, 0.7);
  stroke-width: 4.2;
  animation-duration: 10s;
  animation-direction: reverse;
}

.hero-current-c {
  stroke: rgba(30, 179, 210, 0.42);
  animation-duration: 12s;
}

.hero-port circle:first-child {
  fill: #0a0a0a;
}

.hero-port circle:last-child {
  fill: rgba(228, 200, 20, 0.13);
  stroke: rgba(228, 200, 20, 0.72);
  stroke-width: 2;
  transform-origin: center;
  animation: heroPortPulse 2.8s ease-in-out infinite;
}

.hero-port-b circle:last-child {
  animation-delay: -0.9s;
}

.hero-port-c circle:last-child {
  animation-delay: -1.7s;
}

.hero-vessel {
  z-index: 5;
  width: clamp(70px, 6vw, 104px);
  height: clamp(17px, 1.5vw, 24px);
  background: #0a0a0a;
  border-radius: 999px 7px 11px 999px;
  box-shadow: 0 18px 42px rgba(10, 10, 10, 0.22);
}

.hero-vessel::before,
.hero-vessel::after {
  content: "";
  position: absolute;
  background: #0a0a0a;
}

.hero-vessel::before {
  right: 8%;
  bottom: 76%;
  width: 34%;
  height: 58%;
  border-radius: 6px 6px 0 0;
}

.hero-vessel::after {
  right: -8%;
  bottom: 1px;
  width: 24%;
  height: 72%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-vessel-one {
  top: 48%;
  left: 15%;
  transform: translate3d(0, 0, 132px) rotate(-18deg);
  animation: heroVesselOne 8s ease-in-out infinite alternate;
}

.hero-vessel-two {
  right: 9%;
  bottom: 24%;
  width: clamp(54px, 5vw, 86px);
  opacity: 0.76;
  transform: translate3d(0, 0, 96px) rotate(14deg);
  animation: heroVesselTwo 9s ease-in-out infinite alternate;
}

.hero-signal {
  z-index: 6;
  display: grid;
  gap: 3px;
  min-width: 122px;
  padding: 13px 16px;
  color: #0a0a0a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 22px 58px rgba(10, 10, 10, 0.08);
  transform: translate3d(0, 0, 150px);
  animation: heroSignalFloat 5.8s ease-in-out infinite;
}

.hero-signal b {
  color: #e4c814;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 0.9;
}

.hero-signal span {
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-signal-one {
  left: 10%;
  top: 20%;
}

.hero-signal-two {
  right: 3%;
  bottom: 11%;
  animation-delay: -2.4s;
}

@keyframes heroRibbonMain {
  from {
    transform: translate3d(-2%, -1%, 68px) rotate(29deg) skewY(-10deg);
  }

  to {
    transform: translate3d(3%, 2%, 82px) rotate(33deg) skewY(-9deg);
  }
}

@keyframes heroRibbonGold {
  from {
    transform: translate3d(2%, 0, 102px) rotate(33deg) skewY(-8deg);
  }

  to {
    transform: translate3d(-3%, 5%, 112px) rotate(29deg) skewY(-7deg);
  }
}

@keyframes heroRibbonCyan {
  from {
    transform: translate3d(0, 2%, 46px) rotate(30deg) skewY(-8deg);
  }

  to {
    transform: translate3d(-5%, -2%, 54px) rotate(34deg) skewY(-9deg);
  }
}

@keyframes heroCurrentFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -170;
  }
}

@keyframes heroPortPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes heroVesselOne {
  from {
    translate: -10px 10px;
  }

  to {
    translate: 26px -18px;
  }
}

@keyframes heroVesselTwo {
  from {
    translate: 18px -6px;
  }

  to {
    translate: -22px 16px;
  }
}

@keyframes heroSignalFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

.service-spotlight {
  min-height: 0;
  padding: clamp(72px, 10vh, 112px) 0 clamp(48px, 5vw, 78px);
  background: #fff;
}

.service-spotlight-head {
  width: var(--page-width);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto clamp(34px, 5vw, 62px);
  padding: 0;
}

.service-spotlight-head h1,
.service-spotlight-head h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(44px, 5.4vw, 86px);
  font-weight: 820;
  line-height: 0.94;
  text-transform: uppercase;
}

.service-title-accent {
  color: var(--accent-text);
}

.service-spotlight-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(360px, 1.14fr);
  align-items: start;
  gap: clamp(34px, 8vw, 120px);
  margin-bottom: clamp(54px, 8vw, 94px);
}

.service-spotlight-action p {
  max-width: 440px;
  margin: 0 0 42px;
  color: rgba(10, 10, 10, 0.58);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.28;
}

.service-see-all {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: #0a0a0a;
  text-decoration: none;
}

.service-see-all span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-size: 36px;
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-see-all strong {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 760;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.service-see-all:hover span {
  transform: translate(4px, -4px);
  box-shadow: 0 20px 46px rgba(228, 200, 20, 0.28);
}

.service-spotlight-title {
  justify-self: end;
  text-align: left;
}

.service-spotlight-title span {
  display: block;
  color: var(--accent-text);
  font-size: clamp(52px, 7.5vw, 108px);
  font-weight: 820;
  line-height: 0.85;
  text-transform: uppercase;
}

.service-spotlight-title h1,
.service-spotlight-title h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(62px, 9vw, 138px);
  font-weight: 820;
  line-height: 0.82;
  text-transform: uppercase;
}

.service-carousel {
  --active-card-left: 0px;
  --active-card-width: calc(100% - (var(--closed-card) * 2) - (var(--service-gap) * 2));
  width: var(--page-width);
  margin-inline: auto;
  position: relative;
}

.service-card-track {
  --service-gap: clamp(14px, 1.6vw, 24px);
  --closed-card: clamp(132px, 12vw, 220px);
  --hover-card-grow: clamp(42px, 4.4vw, 78px);
  --hover-card-share: calc(var(--hover-card-grow) / 2);
  display: flex;
  gap: var(--service-gap);
  overflow-x: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding: 22px 0 20px;
}

.service-card-track::-webkit-scrollbar {
  display: none;
}

.stripe-service-card {
  --card-x: 0;
  --card-y: 0;
  position: relative;
  flex: 0 0 var(--closed-card);
  min-height: clamp(500px, 34vw, 610px);
  display: grid;
  align-content: end;
  padding: clamp(28px, 3.2vw, 52px);
  overflow: hidden;
  color: #0a0a0a;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 14px;
  isolation: isolate;
  cursor: pointer;
  transform:
    perspective(1300px)
    rotateX(calc(var(--card-y) * -0.9deg))
    rotateY(calc(var(--card-x) * 1.1deg))
    scale(var(--card-scale, 1));
  transition:
    flex-basis 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease,
    color 260ms ease;
  will-change: flex-basis, transform;
}

.stripe-service-card:hover {
  --card-scale: 1.006;
}

.stripe-service-card:not(.is-active):hover {
  --card-scale: 1.035;
  flex-basis: calc(var(--closed-card) + var(--hover-card-grow));
  border-color: rgba(10, 10, 10, 0.34);
  box-shadow: none;
}

.service-card-track:has(.stripe-service-card:not(.is-active):hover) .stripe-service-card.is-active {
  flex-basis: calc(100% - (var(--closed-card) * 2) - (var(--service-gap) * 2) - var(--hover-card-share));
}

.stripe-service-card-large {
  flex-basis: calc(100% - (var(--closed-card) * 2) - (var(--service-gap) * 2));
}

.stripe-service-card-large:not(.is-active) {
  flex-basis: var(--closed-card);
}

.stripe-service-card.is-active {
  flex-basis: calc(100% - (var(--closed-card) * 2) - (var(--service-gap) * 2));
  color: #0a0a0a;
  background: #e4c814;
  border-color: rgba(10, 10, 10, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.service-card-track:has(.stripe-service-card:not(.is-active):hover) .stripe-service-card:not(.is-active):not(:hover) {
  flex-basis: calc(var(--closed-card) - var(--hover-card-share));
}

.stripe-service-card:not(.is-active) {
  align-content: stretch;
  padding: clamp(22px, 2.6vw, 38px);
  background: #fff;
}

.stripe-service-card:not(.is-active)::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.9));
  pointer-events: none;
}

.stripe-service-card:not(.is-active):hover::after {
  background: none;
}

.stripe-service-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0), rgba(10, 10, 10, 0.05));
  opacity: 0.9;
  transition:
    opacity 260ms ease,
    transform 340ms ease;
}

.stripe-service-card.is-active::before {
  opacity: 0;
  transform: none;
}

.service-card-art {
  position: absolute;
  inset: 14px;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(rgba(10, 10, 10, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 10, 10, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.02);
  background-size: 34px 34px;
}

.service-card-art span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: inherit;
}

.service-card-art span::before,
.service-card-art span::after {
  content: none;
  position: absolute;
  pointer-events: none;
}

.service-card-art span::before {
  left: 7%;
  right: 11%;
  top: 51%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 232, 255, 0.42), transparent);
  transform: rotate(-4deg);
}

.service-card-art span::after {
  width: 190px;
  height: 190px;
  right: 12%;
  bottom: 7%;
  border: 1px solid rgba(125, 232, 255, 0.12);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 38px rgba(125, 232, 255, 0.025),
    inset 0 0 0 74px rgba(125, 232, 255, 0.018);
}

.nautic-meta {
  position: absolute;
  left: clamp(18px, 2vw, 34px);
  top: clamp(18px, 2vw, 32px);
  z-index: 2;
  display: grid;
  gap: 6px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nautic-meta b {
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 720;
}

.nautic-meta em {
  color: rgba(10, 10, 10, 0.48);
  font-style: normal;
}

.nautic-badge {
  display: none;
  position: absolute;
  right: clamp(18px, 2vw, 34px);
  bottom: clamp(18px, 2vw, 32px);
  z-index: 2;
  padding: 8px 11px;
  color: #08111f;
  background: rgba(228, 200, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(228, 200, 20, 0.18);
}

.service-card-art::before,
.service-card-art::after {
  content: none;
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.service-card-art::before {
  width: 42%;
  aspect-ratio: 1;
  right: 7%;
  top: 10%;
  background: rgba(228, 200, 20, 0.22);
  filter: blur(34px);
}

.service-card-art::after {
  width: 58%;
  height: 22%;
  left: 11%;
  bottom: 18%;
  border: 1px solid rgba(125, 232, 255, 0.16);
  transform: rotate(-8deg);
}

.service-card-art svg {
  display: none;
}

.stripe-service-card:not(.is-active):hover .service-card-art {
  filter: grayscale(0.45) saturate(0.72) brightness(1.08);
}

.stripe-service-card-large .service-card-art svg {
  inset: 7% 0 auto;
  height: 70%;
}

.service-card-art-risk {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.84) 0%, rgba(5, 9, 20, 0.44) 52%, rgba(5, 9, 20, 0.12) 100%),
    linear-gradient(rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    url("assets/images/pexels-preview/home-hamburg-port.jpg"),
    linear-gradient(135deg, #0f1c30, #050914);
  background-size: auto, 34px 34px, 34px 34px, cover, auto;
  background-position: center;
}

.service-card-art-placing {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.86) 0%, rgba(5, 9, 20, 0.48) 52%, rgba(5, 9, 20, 0.12) 100%),
    linear-gradient(rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    url("assets/images/pexels-preview/vessel-cargo-ship.jpg"),
    linear-gradient(180deg, #102238, #06101d);
  background-size: auto, 34px 34px, 34px 34px, cover, auto;
  background-position: center;
}

.service-card-art-claims {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.86) 0%, rgba(5, 9, 20, 0.48) 52%, rgba(5, 9, 20, 0.15) 100%),
    linear-gradient(rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 233, 0.035) 1px, transparent 1px),
    url("assets/images/pexels-preview/enterprise-shipyard.jpg"),
    linear-gradient(145deg, #11182e, #050914);
  background-size: auto, 34px 34px, 34px 34px, cover, auto;
  background-position: center;
}

.stripe-service-card:hover .service-card-art svg {
  transform:
    translate3d(calc(var(--card-x) * 18px), calc(var(--card-y) * 18px - 4px), 0)
    scale(1.1);
}

.stripe-service-card.is-active .service-card-art svg {
  inset: auto 5% 25% auto;
  width: min(47%, 470px);
  height: 45%;
  opacity: 0.9;
  transform:
    translate3d(calc(var(--card-x) * 16px), calc(var(--card-y) * 16px), 0)
    scale(1.02);
}

.stripe-service-card:not(.is-active) .service-card-art {
  display: none;
}

.stripe-service-card.is-active .service-card-art {
  display: none;
}

.stripe-service-card.is-active:hover .service-card-art svg {
  transform:
    translate3d(calc(var(--card-x) * 22px), calc(var(--card-y) * 22px - 4px), 0)
    scale(1.07);
}

.service-card-track .stripe-service-card.is-active {
  background: #e4c814;
}

.service-card-track .stripe-service-card.is-active::before {
  opacity: 0;
}

.service-card-track .stripe-service-card.is-active .service-card-art {
  display: none;
}

.stripe-service-card:not(.is-active) .service-card-art svg {
  width: 190%;
  max-width: none;
  opacity: 0.5;
  transform:
    translate3d(calc(var(--card-x) * 8px - 20%), calc(var(--card-y) * 8px), 0)
    scale(1.02);
}

.stripe-service-card:not(.is-active) .nautic-meta,
.stripe-service-card:not(.is-active) .nautic-badge {
  opacity: 0;
  transform: translateY(8px);
}

.service-card-number {
  position: absolute;
  top: clamp(22px, 2.2vw, 34px);
  right: clamp(22px, 2.2vw, 34px);
  color: #0a0a0a;
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 820;
  line-height: 0.9;
}

.stripe-service-card h2 {
  max-width: 9ch;
  margin: 0 0 18px;
  color: #0a0a0a;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 760;
  line-height: 1.02;
  text-transform: uppercase;
  z-index: 2;
  transition:
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    font-size 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.stripe-service-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(10, 10, 10, 0.72);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.35;
  opacity: 1;
  z-index: 2;
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card-detail {
  position: relative;
  z-index: 2;
  max-width: min(680px, 58%);
  margin-top: clamp(14px, 1.7vw, 24px);
  padding-top: clamp(12px, 1.4vw, 18px);
  border-top: 2px solid rgba(10, 10, 10, 0.2);
  color: #0a0a0a;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card-detail h3 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 760;
  line-height: 1.08;
}

.service-card-detail p + h3 {
  margin-top: clamp(12px, 1.3vw, 18px);
}

.service-card-detail p {
  max-width: 100%;
  margin-top: 12px;
  color: rgba(10, 10, 10, 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.38;
}

.stripe-service-card:not(.stripe-service-card-large) h2 {
  font-size: clamp(34px, 3.3vw, 58px);
}

.stripe-service-card:not(.stripe-service-card-large) p {
  font-size: clamp(17px, 1.55vw, 24px);
}

.stripe-service-card:not(.is-active) h2 {
  position: absolute;
  left: 50%;
  top: 57%;
  width: max-content;
  max-width: none;
  margin: 0;
  font-size: clamp(23px, 1.9vw, 34px);
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  z-index: 2;
  white-space: normal;
  color: transparent;
}

.stripe-service-card:not(.is-active) h2::after {
  content: attr(data-closed-title);
  display: block;
  color: #0a0a0a;
  line-height: 0.92;
  text-align: center;
  white-space: pre-line;
}

.stripe-service-card:not(.is-active) p {
  display: none;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.stripe-service-card:not(.is-active) .service-card-detail {
  display: none;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.service-detail-panels {
  display: none;
}

.service-detail-panels::before {
  content: "";
  display: block;
  width: var(--active-card-width);
  max-width: calc(100% - var(--active-card-left) - clamp(18px, 4vw, 34px));
  height: 3px;
  margin: 0 0 clamp(22px, 2.8vw, 38px) var(--active-card-left);
  background: linear-gradient(90deg, #e4c814, rgba(228, 200, 20, 0));
  border-radius: 999px;
  transition:
    width 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    margin-left 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-detail-panel {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-detail-panel:not(.is-active) {
  position: absolute;
  inset: 0;
}

.service-detail-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-detail-copy {
  width: var(--active-card-width);
  max-width: calc(100% - var(--active-card-left) - clamp(18px, 4vw, 34px));
  margin-left: var(--active-card-left);
  padding-top: 0;
  transition:
    width 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    margin-left 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-detail-copy h3,
.service-detail-copy h4 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 760;
  line-height: 1.08;
}

.service-detail-copy h4 {
  margin-top: clamp(24px, 3vw, 42px);
  font-size: clamp(20px, 1.7vw, 28px);
}

.service-detail-copy p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(10, 10, 10, 0.68);
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.42;
}

.name-origin {
  width: var(--page-width);
  margin: clamp(28px, 3vw, 52px) auto clamp(62px, 6vw, 104px);
  color: #0a0a0a;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.name-origin-layout {
  position: relative;
  padding: 0;
}

.name-origin-kicker {
  display: block;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: var(--accent-text);
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.name-origin h2 {
  max-width: 920px;
  margin: 0 0 clamp(20px, 2.4vw, 34px);
  color: #0a0a0a;
  font-size: clamp(42px, 5.6vw, 86px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.95;
}

.name-origin-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.48fr);
  min-height: clamp(430px, 38vw, 560px);
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 24px;
}

.name-origin-brand {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(38px, 5vw, 78px);
  background: #e4c814;
  border-right: 1px solid rgba(10, 10, 10, 0.14);
}

.name-origin-mark {
  display: block;
  width: min(88%, 340px);
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(10, 10, 10, 0.1));
  mix-blend-mode: normal;
}

.name-origin-list {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  padding: clamp(16px, 1.6vw, 26px) clamp(28px, 3.2vw, 52px);
  border: 0;
}

.name-origin-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  align-content: start;
  gap: clamp(8px, 0.8vw, 13px);
  min-height: 0;
  padding: clamp(18px, 1.8vw, 28px) 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 0;
  transition:
    transform 180ms ease;
}

.name-origin-item:last-child {
  border-bottom: 0;
}

.name-origin-item:hover {
  transform: translateX(5px);
}

.origin-part {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.96;
  text-align: left;
  text-transform: none;
  cursor: default;
  transition:
    color 180ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.name-origin-item:hover .origin-part {
  color: var(--accent-text);
  filter: none;
  transform: none;
}

.name-origin-item p {
  margin: 0;
  max-width: 880px;
  padding-top: 0;
  color: rgba(10, 10, 10, 0.64);
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 620;
  line-height: 1.3;
  background: transparent;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition:
    color 180ms ease;
}

.name-origin-item:hover p {
  color: rgba(10, 10, 10, 0.82);
}

.section-label {
  display: inline-flex;
  width: max-content;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  padding: 8px 14px;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.about-band,
.audience-strip,
.closing-cta,
.page-cta,
.damage-action-strip {
  width: var(--page-width);
  margin-inline: auto;
  color: #0a0a0a;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.62fr);
  gap: clamp(42px, 7vw, 120px);
  padding: clamp(82px, 10vw, 160px) 0;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

.about-band h2,
.audience-strip h2,
.closing-cta h2,
.page-cta h2,
.damage-action-strip h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(46px, 7vw, 118px);
  font-weight: 840;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.about-band-copy p,
.page-cta p,
.damage-action-strip p {
  max-width: 780px;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 520;
  line-height: 1.18;
}

.about-principles {
  display: grid;
  align-content: start;
}

.about-principles article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(24px, 3vw, 40px) 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.14);
}

.about-principles span {
  color: var(--accent-text);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.1;
}

.about-principles h3 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 780;
  line-height: 1;
}

.about-principles p {
  grid-column: 2;
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(10, 10, 10, 0.6);
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.35;
}

.audience-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 110px);
  padding: clamp(24px, 4vw, 56px) 0 clamp(90px, 10vw, 160px);
}

.audience-list {
  display: grid;
  border-top: 2px solid #0a0a0a;
}

.audience-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(74px, 7vw, 116px);
  color: #0a0a0a;
  border-bottom: 1px solid rgba(10, 10, 10, 0.16);
  font-size: clamp(24px, 3.2vw, 58px);
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    padding 180ms ease,
    background 180ms ease;
}

.audience-list a::after {
  content: "↗";
  color: var(--accent-text);
  font-size: 0.72em;
  line-height: 1;
}

.audience-list a:hover {
  padding-left: 18px;
  background: rgba(228, 200, 20, 0.08);
}

.site-faq {
  width: var(--page-width);
  max-width: 1280px;
  margin: 0 auto clamp(76px, 7vw, 112px);
  padding: clamp(30px, 4vw, 56px) 0 0;
  color: #0a0a0a;
  border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.site-faq-head {
  display: block;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.site-faq-head h2 {
  max-width: 900px;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.site-faq-list {
  display: grid;
  border-top: 2px solid #0a0a0a;
}

.site-faq-item {
  position: relative;
  border-bottom: 1px solid rgba(10, 10, 10, 0.16);
}

.site-faq-item::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #e4c814;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.site-faq-item:hover,
.site-faq-item:focus-within,
.site-faq-item[open] {
  border-bottom-color: rgba(228, 200, 20, 0.72);
}

.site-faq-item:hover::before,
.site-faq-item:focus-within::before,
.site-faq-item[open]::before {
  transform: scaleX(1);
}

.site-faq-item summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: clamp(16px, 2.6vw, 34px);
  align-items: center;
  min-height: clamp(72px, 6vw, 96px);
  padding: clamp(18px, 2.4vw, 28px) 0;
  color: #0a0a0a;
  cursor: pointer;
  list-style: none;
  outline: none;
}

.site-faq-item summary::-webkit-details-marker {
  display: none;
}

.site-faq-item summary > span:first-child {
  color: var(--accent-text);
  font-size: 14px;
  font-weight: 840;
  letter-spacing: 0.16em;
  line-height: 1;
}

.site-faq-item summary > span:nth-child(2) {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
}

.site-faq-item summary::after {
  display: grid;
  place-items: center;
  width: clamp(40px, 3.4vw, 48px);
  height: clamp(40px, 3.4vw, 48px);
  color: #0a0a0a;
  content: "+";
  background: #e4c814;
  border-radius: 999px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 520;
  line-height: 1;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.site-faq-item[open] summary::after {
  color: #e4c814;
  content: "-";
  background: #0a0a0a;
}

.site-faq-item summary:hover::after {
  transform: translateY(-3px);
}

.site-faq-item summary:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 3px rgba(228, 200, 20, 0.28);
}

.site-faq-item > div {
  max-width: 820px;
  padding: 0 0 clamp(24px, 3vw, 36px) calc(52px + clamp(16px, 2.6vw, 34px));
}

.site-faq-item p {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.45;
}

.closing-cta,
.page-cta,
.damage-action-strip {
  padding: clamp(64px, 8vw, 130px) clamp(28px, 5vw, 86px);
  background: #e4c814;
  border-radius: 22px;
}

.closing-cta {
  margin-bottom: clamp(80px, 10vw, 150px);
}

.home-insurance-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(62px, 7vw, 104px);
  margin-bottom: clamp(62px, 7vw, 104px);
  color: #f7f3e9;
  background: #0a0a0a;
  border: 1px solid rgba(10, 10, 10, 0.14);
  box-shadow: 0 26px 72px rgba(10, 10, 10, 0.12);
}

.home-insurance-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.76) 0%, rgba(5, 9, 20, 0.52) 52%, rgba(5, 9, 20, 0.18) 100%),
    url("assets/images/pexels-preview/home-hamburg-port.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  transform: scale(1.002);
}

.home-insurance-cta > * {
  position: relative;
  z-index: 1;
}

.home-insurance-cta h2 {
  max-width: 1280px;
  color: #f7f3e9;
  font-size: clamp(46px, 6vw, 104px);
  font-weight: 760;
  line-height: 1.08;
  word-spacing: 0.08em;
  text-wrap: balance;
}

.home-insurance-cta button {
  min-height: clamp(58px, 4vw, 70px);
  padding: 0 clamp(30px, 3vw, 46px);
  color: #0a0a0a;
  background: #e4c814;
  font-size: clamp(18px, 1.15vw, 23px);
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.home-claims-guide {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: end;
  width: var(--page-width);
  margin: clamp(42px, 5vw, 74px) auto clamp(88px, 9vw, 142px);
  padding: clamp(34px, 4vw, 56px) 0;
  color: #0a0a0a;
  border: 0;
}

.home-claims-guide span {
  display: inline-flex;
  margin-bottom: clamp(14px, 1.6vw, 22px);
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-claims-guide h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(40px, 5.2vw, 82px);
  font-weight: 840;
  line-height: 0.95;
  letter-spacing: 0;
}

.home-claims-guide p {
  max-width: 680px;
  margin: 0;
  color: rgba(10, 10, 10, 0.64);
  font-size: clamp(19px, 1.8vw, 30px);
  font-weight: 520;
  line-height: 1.28;
}

.home-claims-guide a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: clamp(22px, 3vw, 36px);
  padding: 0 24px;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 680;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 18px 46px rgba(228, 200, 20, 0.18);
}

.home-claims-guide a:hover,
.home-claims-guide a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(228, 200, 20, 0.24);
}

.home-claims-guide a:focus-visible {
  outline: 2px solid rgba(10, 10, 10, 0.72);
  outline-offset: 4px;
}

.page-cta,
.damage-action-strip {
  margin-top: clamp(64px, 8vw, 120px);
  margin-bottom: clamp(72px, 9vw, 140px);
}

.insurance-closing-note {
  width: min(calc(100vw - 64px), 980px);
  margin: clamp(56px, 7vw, 104px) auto 0;
  padding-top: clamp(28px, 4vw, 44px);
  color: rgba(10, 10, 10, 0.66);
  border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.insurance-closing-note p {
  margin: 0;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 560;
  line-height: 1.18;
}

.damage-action-strip {
  position: relative;
  z-index: 2;
}

.closing-cta h2,
.page-cta h2,
.damage-action-strip h2 {
  max-width: 1050px;
  font-size: clamp(42px, 6.2vw, 104px);
}

.closing-cta a,
.closing-cta button,
.page-cta a,
.damage-action-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: clamp(30px, 4vw, 54px);
  padding: 0 26px;
  color: #f7f3e9;
  background: #0a0a0a;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 17px;
  font-weight: 680;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.closing-cta a:hover,
.closing-cta button:hover,
.page-cta a:hover,
.damage-action-strip a:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.closing-cta button:focus-visible {
  outline: 2px solid rgba(10, 10, 10, 0.72);
  outline-offset: 4px;
}

.closing-cta.home-insurance-cta button {
  color: #0a0a0a;
  background: #e4c814;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.page-cta .section-label,
.damage-action-strip .section-label {
  background: rgba(255, 255, 255, 0.42);
}

.home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 26px;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 620;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(228, 200, 20, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.home-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(228, 200, 20, 0.35);
}

.hero-object-wrap {
  min-height: min(58vw, 620px);
  display: grid;
  place-items: center;
  perspective: 1200px;
  isolation: isolate;
}

.hero-object {
  position: relative;
  width: min(42vw, 480px);
  min-width: 320px;
  aspect-ratio: 1;
  transform-style: preserve-3d;
  will-change: transform;
}

.hero-ring {
  position: absolute;
  inset: 16%;
  border: 20px solid #0a0a0a;
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 0 43%, rgba(255, 255, 255, 0.78) 44% 58%, transparent 59%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 246, 238, 0.54));
  box-shadow:
    0 38px 90px rgba(10, 10, 10, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform-style: preserve-3d;
}

.hero-ring::before,
.hero-ring::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: inherit;
  background:
    conic-gradient(from 35deg, transparent 0 8%, #e4c814 8% 18%, transparent 18% 32%, #e4c814 32% 42%, transparent 42% 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 48%, #000 49% 66%, transparent 67%);
  mask: radial-gradient(circle, transparent 0 48%, #000 49% 66%, transparent 67%);
}

.hero-ring::after {
  transform: rotate(180deg);
}

.hero-ring-a {
  transform: translateZ(58px) rotateX(58deg) rotateZ(-16deg);
}

.hero-ring-b {
  inset: 24%;
  border-width: 12px;
  opacity: 0.38;
  transform: translateZ(-26px) rotateX(58deg) rotateZ(26deg);
}

.hero-ring-c {
  inset: 8%;
  border-width: 1px;
  opacity: 0.24;
  transform: translateZ(-80px) rotateX(58deg) rotateZ(-10deg);
}

.hero-ship {
  position: absolute;
  left: 16%;
  right: 14%;
  top: 52%;
  height: 92px;
  transform: translateZ(95px) rotateX(58deg) rotateZ(-9deg);
  transform-style: preserve-3d;
}

.hero-ship span {
  position: absolute;
  left: 2%;
  right: 0;
  bottom: 18px;
  height: 38px;
  background: #0a0a0a;
  clip-path: polygon(0 18%, 76% 18%, 100% 100%, 14% 100%);
}

.hero-ship i {
  position: absolute;
  left: 18%;
  top: 16px;
  width: 44%;
  height: 34px;
  background: #0a0a0a;
  clip-path: polygon(0 0, 74% 0, 100% 100%, 0 100%);
}

.hero-signal {
  position: absolute;
  border: 1px solid rgba(10, 10, 10, 0.22);
  border-radius: 999px;
  transform-style: preserve-3d;
}

.hero-signal-one {
  inset: 13%;
  transform: translateZ(18px) rotateX(58deg);
}

.hero-signal-two {
  inset: 4%;
  border-color: rgba(228, 200, 20, 0.56);
  transform: translateZ(-80px) rotateX(58deg) rotateZ(11deg);
}

.home-hero-visualizer::before {
  content: "";
  position: absolute;
  inset: 8% -8% 2% 2%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.78), transparent 0 11%, rgba(255, 255, 255, 0.24) 12% 18%, transparent 19%),
    radial-gradient(ellipse at 52% 52%, rgba(228, 200, 20, 0.18), transparent 42%);
  border-radius: 51% 49% 55% 45% / 42% 56% 44% 58%;
  filter: blur(0.2px);
  transform: translate3d(0, 0, 24px) rotate(-10deg);
  animation: heroLavaShell 13s ease-in-out infinite alternate;
}

.home-hero-visualizer::after {
  content: "";
  position: absolute;
  inset: 4% -10% -6% 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 72% 70%, rgba(10, 10, 10, 0.12), transparent 55%),
    radial-gradient(ellipse at 38% 48%, rgba(228, 200, 20, 0.2), transparent 44%);
  filter: blur(34px);
  transform: translate3d(0, 0, -42px);
}

.hero-ribbon {
  z-index: 2;
  border-radius: 48% 52% 55% 45% / 42% 48% 52% 58%;
  filter: blur(14px) saturate(1.24);
  mix-blend-mode: multiply;
  opacity: 0.92;
}

.hero-ribbon-main {
  top: 3%;
  right: -14%;
  width: 78%;
  height: 54%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.46), transparent 21%),
    radial-gradient(circle at 58% 62%, rgba(228, 200, 20, 0.88), transparent 33%),
    linear-gradient(135deg, #6b73ff 0%, #b365ff 31%, #ff55b8 58%, #ff9129 82%, #e4c814 100%);
  box-shadow:
    0 46px 96px rgba(228, 200, 20, 0.19),
    0 32px 88px rgba(255, 85, 184, 0.17);
  transform: translate3d(0, 0, 72px) rotate(17deg);
  animation: heroLavaMain 12s ease-in-out infinite alternate;
}

.hero-ribbon-gold {
  top: 30%;
  right: 4%;
  width: 62%;
  height: 37%;
  background:
    radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(140deg, rgba(228, 200, 20, 0.88), #e4c814 44%, rgba(255, 120, 24, 0.78));
  box-shadow: 0 34px 88px rgba(228, 200, 20, 0.22);
  transform: translate3d(0, 0, 110px) rotate(-16deg);
  animation: heroLavaGold 10.5s ease-in-out infinite alternate;
}

.hero-ribbon-cyan {
  top: 45%;
  right: 18%;
  width: 44%;
  height: 30%;
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(145deg, rgba(25, 182, 214, 0.42), rgba(58, 211, 227, 0.72), rgba(228, 200, 20, 0.48));
  opacity: 0.72;
  box-shadow: 0 24px 74px rgba(35, 201, 222, 0.16);
  transform: translate3d(0, 0, 54px) rotate(23deg);
  animation: heroLavaCyan 14s ease-in-out infinite alternate;
}

.hero-ribbon-shadow {
  right: -8%;
  bottom: 2%;
  width: 78%;
  height: 28%;
  background: radial-gradient(ellipse at center, rgba(10, 10, 10, 0.12), transparent 70%);
  filter: blur(26px);
  mix-blend-mode: normal;
  opacity: 0.76;
  transform: translate3d(0, 0, -80px) rotate(-8deg);
}

.hero-current-map {
  inset: 5% -6% auto auto;
  z-index: 4;
  width: 106%;
  height: 88%;
  transform: translate3d(0, 0, 124px);
}

.hero-current {
  stroke-dasharray: 12 24;
  opacity: 0.78;
}

.hero-current-a {
  stroke: rgba(10, 10, 10, 0.3);
}

.hero-current-b {
  stroke: rgba(228, 200, 20, 0.82);
}

.hero-current-c {
  stroke: rgba(18, 163, 190, 0.46);
}

.hero-vessel {
  z-index: 5;
  filter: drop-shadow(0 18px 34px rgba(10, 10, 10, 0.22));
}

.hero-vessel-one {
  top: 58%;
  left: 16%;
  transform: translate3d(0, 0, 138px) rotate(-15deg);
}

.hero-vessel-two {
  right: 12%;
  bottom: 18%;
  transform: translate3d(0, 0, 104px) rotate(13deg);
}

.hero-signal {
  position: absolute;
  z-index: 6;
  inset: auto;
  display: grid;
  gap: 3px;
  min-width: 122px;
  padding: 13px 16px;
  color: #0a0a0a;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 22px 58px rgba(10, 10, 10, 0.08);
  transform: translate3d(0, 0, 154px);
  transform-style: flat;
  animation: heroSignalFloat 5.8s ease-in-out infinite;
}

.hero-signal-one {
  left: 9%;
  top: 22%;
}

.hero-signal-two {
  right: 2%;
  bottom: 12%;
  border-color: rgba(10, 10, 10, 0.1);
  transform: translate3d(0, 0, 154px);
  animation-delay: -2.4s;
}

@keyframes heroLavaMain {
  0% {
    border-radius: 48% 52% 55% 45% / 42% 48% 52% 58%;
    transform: translate3d(-2%, -1%, 72px) rotate(14deg) scale(1);
  }

  50% {
    border-radius: 57% 43% 44% 56% / 54% 36% 64% 46%;
    transform: translate3d(4%, 3%, 88px) rotate(24deg) scale(1.08);
  }

  100% {
    border-radius: 42% 58% 61% 39% / 48% 62% 38% 52%;
    transform: translate3d(0, 6%, 80px) rotate(18deg) scale(0.98);
  }
}

@keyframes heroLavaGold {
  0% {
    border-radius: 56% 44% 45% 55% / 45% 58% 42% 55%;
    transform: translate3d(1%, -2%, 110px) rotate(-18deg) scale(1);
  }

  50% {
    border-radius: 43% 57% 58% 42% / 57% 45% 55% 43%;
    transform: translate3d(-8%, 4%, 122px) rotate(-7deg) scale(1.12);
  }

  100% {
    border-radius: 60% 40% 51% 49% / 40% 62% 38% 60%;
    transform: translate3d(-4%, 8%, 116px) rotate(-14deg) scale(0.96);
  }
}

@keyframes heroLavaCyan {
  0% {
    border-radius: 44% 56% 49% 51% / 58% 42% 58% 42%;
    transform: translate3d(0, 0, 54px) rotate(20deg) scale(1);
  }

  50% {
    border-radius: 61% 39% 53% 47% / 45% 61% 39% 55%;
    transform: translate3d(-10%, -4%, 68px) rotate(33deg) scale(1.18);
  }

  100% {
    border-radius: 50% 50% 38% 62% / 64% 36% 52% 48%;
    transform: translate3d(-3%, 7%, 58px) rotate(24deg) scale(1.02);
  }
}

@keyframes heroLavaShell {
  from {
    border-radius: 51% 49% 55% 45% / 42% 56% 44% 58%;
    transform: translate3d(-2%, 1%, 24px) rotate(-12deg);
  }

  to {
    border-radius: 58% 42% 44% 56% / 55% 41% 59% 45%;
    transform: translate3d(3%, -2%, 34px) rotate(-5deg);
  }
}

.home-services {
  padding: 40px clamp(20px, 5vw, 72px) 116px;
}

.home-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.home-section-head h2 {
  max-width: 13ch;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(42px, 5.6vw, 78px);
  font-weight: 760;
  line-height: 0.95;
}

.home-section-head p:last-child {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(10, 10, 10, 0.55);
  font-size: 19px;
  line-height: 1.42;
}

.service-panel-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  perspective: 1400px;
}

.service-teaser {
  position: relative;
  min-height: clamp(250px, 29vw, 360px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 18px;
  color: #0a0a0a;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 247, 240, 0.76)),
    #fbfaf4;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 0;
  box-shadow:
    0 28px 80px rgba(10, 10, 10, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
  will-change: transform;
}

.service-teaser::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(10, 10, 10, 0.14);
  pointer-events: none;
  transform: translateZ(22px);
}

.service-teaser::after {
  content: "";
  position: absolute;
  inset: auto 13px 13px 13px;
  height: 4px;
  background: #e4c814;
  transform: scaleX(0.18) translateZ(24px);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-teaser:hover {
  border-color: rgba(228, 200, 20, 0.5);
  box-shadow:
    0 38px 100px rgba(10, 10, 10, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-teaser:hover::after {
  transform: scaleX(1) translateZ(24px);
}

.service-teaser span {
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.08em;
  transform: translateZ(34px);
}

.service-teaser img {
  align-self: center;
  justify-self: center;
  width: min(82%, 170px);
  aspect-ratio: 1;
  object-fit: contain;
  transform: translateZ(42px);
  transition: transform 220ms ease;
}

.service-teaser:hover img {
  transform: translateZ(70px) scale(1.08);
}

.service-teaser strong {
  max-width: 12ch;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.02;
  transform: translateZ(34px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

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

h1 {
  margin: 0;
  letter-spacing: 0;
}

.insurance-cube-section {
  position: relative;
  padding: clamp(88px, 10vh, 116px) clamp(20px, 5vw, 72px) 64px;
  background: #fff;
}

.insurance-cube-intro {
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  max-width: 1180px;
}

.insurance-cube-intro h1 {
  max-width: 11ch;
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 760;
  line-height: 0.92;
}

.vessel-hero-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(11, 11, 13, 0.58);
  font-size: clamp(18px, 1.75vw, 23px);
  line-height: 1.42;
}

.vessel-hero-copy > p + p {
  max-width: 560px;
  margin-top: 18px;
  font-size: clamp(16px, 1.2vw, 18px);
  color: rgba(11, 11, 13, 0.5);
}

.vessel-risk-module {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.risk-module-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 66% 28%, rgba(228, 200, 20, 0.22), transparent 22%),
    radial-gradient(circle at 18% 78%, rgba(11, 11, 13, 0.08), transparent 28%);
}

.risk-module-orbit span {
  position: absolute;
  border: 1px solid rgba(11, 11, 13, 0.09);
  border-radius: 999px;
  transform: rotate(-16deg);
}

.risk-module-orbit span:nth-child(1) {
  inset: 16% 4%;
}

.risk-module-orbit span:nth-child(2) {
  inset: 26% 13%;
}

.risk-module-orbit span:nth-child(3) {
  inset: 36% 25%;
  border-color: rgba(228, 200, 20, 0.5);
}

.risk-module-panel {
  width: min(100%, 440px);
  min-height: 360px;
  padding: 22px;
  border: 1px solid rgba(11, 11, 13, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 248, 242, 0.78)),
    #fff;
  box-shadow:
    0 32px 90px rgba(11, 11, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
}

.risk-module-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(11, 11, 13, 0.1);
  font-size: 13px;
  line-height: 1;
}

.risk-module-topline span {
  font-weight: 650;
}

.risk-module-topline i {
  color: #0b0b0d;
  font-style: normal;
  background: rgba(228, 200, 20, 0.28);
  border: 1px solid rgba(228, 200, 20, 0.62);
  border-radius: 999px;
  padding: 5px 9px;
}

.risk-module-map {
  position: relative;
  margin-top: 18px;
  aspect-ratio: 1.68;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 13, 0.1);
  background:
    linear-gradient(rgba(11, 11, 13, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 11, 13, 0.055) 1px, transparent 1px),
    #fbfaf5;
  background-size: 32px 32px;
}

.risk-module-map svg {
  width: 100%;
  height: 100%;
  display: block;
}

.risk-module-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 16px 0 0;
  background: rgba(11, 11, 13, 0.1);
  border: 1px solid rgba(11, 11, 13, 0.1);
}

.risk-module-metrics div {
  min-width: 0;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.76);
}

.risk-module-metrics dt {
  margin: 0 0 7px;
  color: var(--accent-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.risk-module-metrics dd {
  margin: 0;
  color: rgba(11, 11, 13, 0.7);
  font-size: 13px;
  line-height: 1.2;
}

.insurance-page-lead {
  --intro-card-padding-x: clamp(18px, 3.6vw, 54px);
  --intro-card-padding-top: clamp(24px, 3.4vw, 42px);
  --intro-card-radius: 24px;
  display: grid;
  grid-template-rows: auto auto minmax(220px, 1fr);
  justify-items: center;
  width: min(100%, 1120px);
  height: clamp(640px, 58vw, 800px);
  margin: 0 auto clamp(12px, 1.7vw, 24px);
  padding: var(--intro-card-padding-top) var(--intro-card-padding-x) 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 11, 13, 0.08);
  border-radius: var(--intro-card-radius);
  overflow: hidden;
  box-shadow:
    0 26px 70px rgba(11, 11, 13, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.insurance-page-lead h1 {
  margin: 0;
  color: #0b0b0d;
  font-size: clamp(42px, 5.8vw, 92px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: none;
}

.insurance-page-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  max-width: 850px;
  margin-top: clamp(18px, 2.5vw, 30px);
}

.insurance-page-copy p {
  margin: 0;
  color: rgba(11, 11, 13, 0.58);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 500;
  line-height: 1.48;
}

.insurance-page-image {
  display: block;
  align-self: stretch;
  width: calc(100% + (var(--intro-card-padding-x) * 2));
  height: 100%;
  min-height: 0;
  margin-top: clamp(22px, 3vw, 34px);
  margin-right: calc(var(--intro-card-padding-x) * -1);
  margin-left: calc(var(--intro-card-padding-x) * -1);
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 var(--intro-card-radius) var(--intro-card-radius);
  box-shadow: 0 20px 58px rgba(11, 11, 13, 0.12);
}

.cube-experience {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 250px) minmax(260px, 1fr) minmax(280px, min(34vw, 520px));
  align-items: start;
  gap: clamp(24px, 4vw, 64px);
  width: min(100%, 1440px);
  margin: 0 auto;
}

.insurance-cube-sticky {
  --cube-size: min(22vw, 34vh, 260px);
  grid-column: 1 / -1;
  grid-row: 1;
  position: sticky;
  top: 0;
  align-self: start;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(170px, 250px) minmax(260px, 1fr) minmax(280px, min(34vw, 520px));
  grid-template-areas:
    "list card card";
  grid-template-rows: min-content;
  align-content: center;
  align-items: center;
  column-gap: clamp(24px, 4vw, 64px);
  pointer-events: none;
}

.coverage-stage {
  grid-area: card;
  position: relative;
  justify-self: stretch;
  width: 100%;
  height: min(61vh, 540px);
  min-height: 400px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 24px;
  box-shadow: none;
}

.coverage-stage.is-dense {
  height: min(66vh, 590px);
  min-height: 500px;
}

.coverage-card-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease-out;
  pointer-events: none;
  will-change: transform, opacity;
}

.coverage-card-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.coverage-card-slide.is-before {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.coverage-card-slide.is-after {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.coverage-card-media {
  display: grid;
  place-items: stretch;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.coverage-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  transform: scale(1.015);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.coverage-card-slide.is-active .coverage-card-media img {
  transform: scale(1);
}

.coverage-card-slide.is-before .coverage-card-media img {
  transform: scale(1.015);
}

.coverage-card-copy {
  align-self: center;
  min-width: 0;
  position: relative;
  z-index: 1;
  margin-left: -1px;
  padding: clamp(30px, 4.5vw, 68px);
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.coverage-card-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: rgba(10, 10, 10, 0.16);
  pointer-events: none;
}

.coverage-card-copy p {
  margin: 0 0 18px;
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
}

.coverage-card-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: #101013;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 820;
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.coverage-card-copy span {
  display: block;
  max-width: 37rem;
  margin-top: 24px;
  color: rgba(11, 11, 13, 0.62);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.coverage-stage.is-dense .coverage-card-copy {
  padding: clamp(24px, 3vw, 46px);
}

.coverage-stage.is-dense .coverage-card-copy p {
  margin-bottom: 12px;
}

.coverage-stage.is-dense .coverage-card-copy h2 {
  max-width: 14ch;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.02;
}

.coverage-stage.is-dense .coverage-card-copy span {
  margin-top: 16px;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.42;
}

.section-kicker {
  margin: 0 0 18px;
  color: rgba(11, 11, 13, 0.48);
  font-size: 13px;
  font-weight: 520;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cube-stage {
  grid-area: cube;
  position: relative;
  justify-self: center;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.insurance-cube {
  position: relative;
  width: var(--cube-size);
  height: var(--cube-size);
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
  transition: none;
  will-change: transform;
}

.cube-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 246, 241, 0.72)),
    #fbfaf4;
  border: 1px solid rgba(11, 11, 13, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 30px 90px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
  backface-visibility: hidden;
}

.cube-face::before {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: 1;
  border: 1px solid rgba(11, 11, 13, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.cube-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cube-art);
  opacity: 0.95;
  display: none;
}

.cube-art-svg {
  position: absolute;
  inset: 28px;
  z-index: 2;
  display: block;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  overflow: visible;
}

.cube-face span {
  display: none;
}

.cube-face-front {
  --cube-art:
    radial-gradient(ellipse at 52% 65%, rgba(11, 11, 13, 0.96) 0 28%, transparent 29%),
    linear-gradient(8deg, transparent 0 48%, rgba(11, 11, 13, 0.98) 49% 59%, transparent 60%),
    linear-gradient(86deg, transparent 0 18%, rgba(11, 11, 13, 0.94) 19% 27%, transparent 28% 38%, rgba(11, 11, 13, 0.92) 39% 46%, transparent 47%),
    repeating-linear-gradient(92deg, transparent 0 21px, rgba(255, 255, 255, 0.82) 22px 24px, transparent 25px 42px),
    linear-gradient(4deg, transparent 0 70%, rgba(228, 200, 20, 0.86) 71% 83%, transparent 84%),
    radial-gradient(ellipse at 18% 78%, rgba(228, 200, 20, 0.74) 0 18%, transparent 19%),
    #fbfaf4;
  transform: translateZ(calc(var(--cube-size) / 2));
}

.cube-face-back {
  --cube-art:
    linear-gradient(2deg, transparent 0 55%, rgba(11, 11, 13, 0.96) 56% 65%, transparent 66%),
    radial-gradient(ellipse at 42% 54%, rgba(11, 11, 13, 0.92) 0 20%, transparent 21%),
    linear-gradient(92deg, transparent 0 24%, rgba(11, 11, 13, 0.96) 25% 35%, transparent 36% 48%, rgba(11, 11, 13, 0.86) 49% 57%, transparent 58%),
    repeating-linear-gradient(174deg, rgba(11, 11, 13, 0.16) 0 2px, transparent 3px 14px),
    radial-gradient(ellipse at 74% 75%, rgba(228, 200, 20, 0.78) 0 18%, transparent 19%),
    linear-gradient(178deg, transparent 0 76%, rgba(228, 200, 20, 0.88) 77% 89%, transparent 90%),
    #fffefa;
  transform: rotateY(180deg) translateZ(calc(var(--cube-size) / 2));
}

.cube-face-right {
  --cube-art:
    radial-gradient(ellipse at 50% 58%, transparent 0 28%, rgba(11, 11, 13, 0.94) 29% 35%, transparent 36%),
    linear-gradient(132deg, transparent 0 42%, rgba(11, 11, 13, 0.96) 43% 51%, transparent 52%),
    linear-gradient(48deg, transparent 0 38%, rgba(228, 200, 20, 0.82) 39% 47%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(11, 11, 13, 0.14) 0 2px, transparent 3px 20px),
    radial-gradient(ellipse at 26% 76%, rgba(228, 200, 20, 0.72) 0 16%, transparent 17%),
    #fbfaf5;
  transform: rotateY(90deg) translateZ(calc(var(--cube-size) / 2));
}

.cube-face-left {
  --cube-art:
    linear-gradient(96deg, transparent 0 18%, rgba(11, 11, 13, 0.98) 19% 30%, transparent 31% 48%, rgba(11, 11, 13, 0.9) 49% 61%, transparent 62%),
    linear-gradient(4deg, transparent 0 62%, rgba(11, 11, 13, 0.94) 63% 72%, transparent 73%),
    repeating-linear-gradient(84deg, transparent 0 13px, rgba(255, 255, 255, 0.82) 14px 16px, transparent 17px 34px),
    linear-gradient(0deg, transparent 0 72%, rgba(228, 200, 20, 0.88) 73% 87%, transparent 88%),
    radial-gradient(ellipse at 80% 78%, rgba(228, 200, 20, 0.66) 0 15%, transparent 16%),
    #fffefa;
  transform: rotateY(-90deg) translateZ(calc(var(--cube-size) / 2));
}

.cube-face-top {
  --cube-art:
    linear-gradient(90deg, transparent 0 19%, rgba(11, 11, 13, 0.94) 20% 29%, transparent 30% 52%, rgba(11, 11, 13, 0.9) 53% 63%, transparent 64%),
    linear-gradient(0deg, transparent 0 58%, rgba(11, 11, 13, 0.95) 59% 66%, transparent 67%),
    repeating-linear-gradient(175deg, rgba(11, 11, 13, 0.14) 0 2px, transparent 3px 17px),
    radial-gradient(ellipse at 30% 80%, rgba(228, 200, 20, 0.76) 0 18%, transparent 19%),
    linear-gradient(178deg, transparent 0 74%, rgba(228, 200, 20, 0.86) 75% 88%, transparent 89%),
    #fffefa;
  transform: rotateX(90deg) translateZ(calc(var(--cube-size) / 2));
}

.cube-face-bottom {
  --cube-art:
    linear-gradient(0deg, transparent 0 60%, rgba(11, 11, 13, 0.94) 61% 70%, transparent 71%),
    radial-gradient(ellipse at 46% 59%, rgba(11, 11, 13, 0.9) 0 22%, transparent 23%),
    linear-gradient(88deg, transparent 0 31%, rgba(11, 11, 13, 0.92) 32% 40%, transparent 41% 56%, rgba(11, 11, 13, 0.84) 57% 64%, transparent 65%),
    repeating-linear-gradient(90deg, rgba(11, 11, 13, 0.12) 0 2px, transparent 3px 18px),
    radial-gradient(ellipse at 24% 80%, rgba(228, 200, 20, 0.82) 0 18%, transparent 19%),
    linear-gradient(180deg, transparent 0 75%, rgba(228, 200, 20, 0.9) 76% 90%, transparent 91%),
    #fffefa;
  transform: rotateX(-90deg) translateZ(calc(var(--cube-size) / 2));
}

.cube-progress {
  --coverage-stage-half: max(200px, min(30.5vh, 270px));
  grid-area: card;
  position: absolute;
  left: 50%;
  top: 50%;
  justify-self: center;
  display: grid;
  gap: 10px;
  width: min(34vw, 420px);
  color: rgba(11, 11, 13, 0.68);
  font-size: 13px;
  letter-spacing: 0.08em;
  transform: translate(-50%, calc(var(--coverage-stage-half) + 32px));
}

.coverage-stage.is-dense + .cube-progress {
  --coverage-stage-half: max(250px, min(33vh, 295px));
}

.cube-progress > span {
  display: block;
  line-height: 1;
}

.cube-progress > span b {
  display: none;
  color: rgba(11, 11, 13, 0.68);
  font-weight: inherit;
  transition: color 220ms ease;
}

.cube-progress > span b.is-active {
  display: inline;
}

.cube-progress div {
  height: 2px;
  overflow: hidden;
  background: rgba(11, 11, 13, 0.12);
  border-radius: 999px;
}

.cube-progress i {
  display: block;
  width: 0%;
  height: 100%;
  background: #e4c814;
  border-radius: inherit;
  transition: width 420ms ease;
}

.risk-index {
  grid-area: list;
  align-self: center;
  display: grid;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 2px 0 2px 18px;
  color: rgba(11, 11, 13, 0.68);
  border-left: 1px solid rgba(11, 11, 13, 0.2);
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  pointer-events: auto;
}

.risk-index li {
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.risk-index a {
  display: grid;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.risk-index li.is-active {
  color: #101013;
  transform: translateX(4px);
}

.risk-index span {
  color: var(--accent-text);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.risk-index b {
  font-weight: inherit;
}

.insurance-panels {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.cube-experience.is-active .insurance-panels {
  opacity: 1;
}

.insurance-panel {
  scroll-margin-top: 0;
  display: grid;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 100svh;
  padding: 0;
  color: #101013;
}

.insurance-panel-inner {
  width: min(100%, 34rem);
  min-width: 0;
  opacity: 0.22;
  transition:
    opacity 360ms ease;
}

.insurance-panel.is-active .insurance-panel-inner {
  opacity: 1;
}

.insurance-panel p {
  margin: 0 0 18px;
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.12em;
}

.insurance-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 720;
  line-height: 0.98;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.insurance-panel span {
  display: block;
  max-width: 100%;
  margin-top: 22px;
  color: rgba(11, 11, 13, 0.62);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.45;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 7vw, 86px) clamp(18px, 4vw, 72px) 28px;
  color: #0a0a0a;
  background: #fff;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(42px, 7vw, 110px);
  width: var(--page-width);
  margin: 0 auto;
}

.footer-brand {
  max-width: 460px;
}

.footer-brand-link {
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px 0 10px;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-family: Avenir, "Avenir Next", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  transition:
    top 180ms ease,
    opacity 180ms ease;
}

.footer-brand-link:hover {
  opacity: 0.88;
  top: -2px;
}

.footer-brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.footer-brand-link span {
  font-size: clamp(16px, 0.95vw, 20px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.footer-brand p {
  max-width: 36rem;
  margin: 26px 0 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.28;
}

.footer-brand .footer-register {
  margin-top: 26px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.45;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: clamp(24px, 3.5vw, 52px);
}

.footer-nav div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-nav h2 {
  margin: 0 0 8px;
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-nav a,
.footer-nav span {
  color: rgba(10, 10, 10, 0.66);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.footer-nav a {
  width: max-content;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-nav a:hover {
  color: #0a0a0a;
  transform: translateX(3px);
}

.footer-contact-address,
.footer-contact-hours {
  margin: 0;
  color: rgba(10, 10, 10, 0.66);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}

.footer-contact-hours strong {
  display: inline-block;
  margin-top: 5px;
  color: #0a0a0a;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--page-width);
  margin: clamp(48px, 7vw, 82px) auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(10, 10, 10, 0.08);
  color: rgba(10, 10, 10, 0.66);
  font-size: 14px;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-bottom a:hover {
  color: #0a0a0a;
}

.about-body {
  min-height: 100vh;
  background: #fff;
}

.about-main {
  width: var(--page-width);
  margin: 0 auto;
  padding: clamp(132px, 16vh, 180px) 0 clamp(72px, 10vw, 132px);
}

.about-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 76vh, 790px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 18px;
  background: #101214;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 7, 8, 0.76) 0%, rgba(5, 7, 8, 0.46) 48%, rgba(5, 7, 8, 0.04) 82%);
  pointer-events: none;
}

.about-hero-panel,
.about-principle-card,
.about-wide-card {
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 22px;
  background: #f7f7f7;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 76%);
  min-height: 0;
  padding: clamp(38px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-kicker,
.about-hero-panel > span,
.about-principle-card > span,
.about-wide-card span {
  color: #e4c814;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero-panel > span,
.about-principle-card > span,
.about-wide-card span,
.about-intro-block .about-kicker,
.about-why-block .about-kicker,
.about-team-head .about-kicker,
.about-team-copy .about-kicker,
.about-location-block .about-kicker {
  color: var(--accent-text);
}

.about-hero h1 {
  max-width: 12ch;
  margin: clamp(26px, 4vw, 42px) 0 0;
  color: #fff;
  font-size: clamp(54px, 7.2vw, 116px);
  font-weight: 840;
  line-height: 0.9;
  letter-spacing: 0;
}

.about-hero-copy p {
  max-width: 720px;
  margin: clamp(28px, 4vw, 44px) 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 580;
  line-height: 1.3;
}

.about-hero-panel {
  position: relative;
  min-height: clamp(320px, 43vw, 620px);
  padding: clamp(26px, 3.5vw, 48px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 16px;
  pointer-events: none;
}

.about-hero-panel::after {
  content: "";
  position: absolute;
  right: -20%;
  top: -14%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(228, 200, 20, 0.86) 0 18%, transparent 19%),
    conic-gradient(from 28deg, rgba(10, 10, 10, 0.96) 0 24%, #e4c814 24% 39%, rgba(10, 10, 10, 0.96) 39% 63%, #e4c814 63% 78%, rgba(10, 10, 10, 0.96) 78% 100%);
  opacity: 0.12;
  filter: blur(0.2px);
}

.about-hero-panel h2 {
  position: relative;
  max-width: 10ch;
  margin: clamp(20px, 3vw, 34px) 0 0;
  color: #0a0a0a;
  font-size: clamp(38px, 4.8vw, 78px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: 0;
}

.about-hero-panel p {
  position: relative;
  margin: clamp(20px, 2.6vw, 32px) 0 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 560;
  line-height: 1.28;
}

.about-main-detailed {
  display: grid;
  gap: clamp(34px, 5vw, 74px);
}

.about-hero-image-card {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: inherit;
  overflow: hidden;
  background: #101214;
}

.about-hero-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 52%;
  filter: saturate(0.94) contrast(0.98) brightness(1.06);
}

.about-intro-block,
.about-why-block,
.about-location-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  padding: clamp(32px, 5vw, 68px) 0;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

.about-intro-block h2,
.about-why-block h2,
.about-team-head h2,
.about-location-block h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(42px, 6vw, 104px);
  font-weight: 820;
  line-height: 0.95;
  letter-spacing: 0;
}

.about-intro-block h2,
.about-why-block h2 {
  margin-top: clamp(18px, 2.4vw, 30px);
  max-width: 12ch;
}

.about-name-grid-detailed {
  display: grid;
  gap: 14px;
}

.about-name-grid-detailed article {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.8vw, 34px);
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 18px;
  background: #fff;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.about-name-grid-detailed article:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 200, 20, 0.58);
  background: #fbfbfb;
}

.about-name-grid-detailed strong {
  color: var(--accent-text);
  font-size: clamp(34px, 4.6vw, 76px);
  font-weight: 840;
  line-height: 0.95;
  letter-spacing: 0;
}

.about-name-grid-detailed p,
.about-copy p,
.about-team-head > p,
.about-team-card p,
.about-location-block p {
  margin: 0;
  color: rgba(10, 10, 10, 0.6);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 560;
  line-height: 1.45;
}

.about-why-block {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(30px, 4vw, 54px);
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(44px, 6vw, 82px);
  border-top: 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.about-why-heading {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.4vw, 30px);
}

.about-why-heading h2 {
  margin-top: 0;
  max-width: 14ch;
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: stretch;
  align-self: start;
  max-width: none;
  padding-left: 0;
}

.about-copy-stack {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.2vw, 28px);
  border-top: 1px solid rgba(10, 10, 10, 0.14);
  padding-top: clamp(18px, 2vw, 26px);
}

.about-founder {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  padding: clamp(18px, 2vw, 26px) 0 0 clamp(26px, 3vw, 48px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(10, 10, 10, 0.82) !important;
  font-weight: 760 !important;
}

.about-team-block {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  padding-top: clamp(8px, 1vw, 14px);
}

.about-team-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.about-team-head h2 {
  margin-top: clamp(18px, 2.4vw, 30px);
}

.about-team-card {
  display: grid;
  grid-template-columns: minmax(250px, 34%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 18px;
  background: #f7f7f7;
}

.about-team-photo {
  min-height: clamp(360px, 36vw, 520px);
  margin: 0;
  overflow: hidden;
  background: #ededed;
}

.about-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: grayscale(1) contrast(1.03);
}

.about-team-photo.is-initials {
  display: grid;
  place-items: center;
  min-height: clamp(300px, 29vw, 420px);
  background:
    linear-gradient(135deg, rgba(228, 200, 20, 0.14), transparent 48%),
    #ededed;
}

.about-team-photo.is-initials span {
  display: grid;
  place-items: center;
  width: clamp(94px, 9vw, 132px);
  aspect-ratio: 1;
  border: 1px solid rgba(10, 10, 10, 0.18);
  border-radius: 50%;
  color: #0a0a0a;
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 820;
}

.about-team-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.about-team-card h3 {
  margin: clamp(16px, 2vw, 24px) 0 clamp(20px, 2.2vw, 28px);
  color: #0a0a0a;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 830;
  line-height: 1;
  letter-spacing: 0;
}

.about-team-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.about-team-copy p + p {
  margin-top: 16px;
}

.about-location-block {
  align-items: stretch;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.about-location-block > div:first-child {
  display: grid;
  align-content: center;
  gap: 18px;
}

.about-location-block h2 {
  max-width: 9ch;
}

.about-location-block a {
  width: max-content;
  color: #0a0a0a;
  font-size: 17px;
  font-weight: 780;
  text-decoration: none;
  border-bottom: 2px solid #e4c814;
}

.about-map-card {
  position: relative;
  min-height: clamp(280px, 30vw, 420px);
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 18px;
  background: #f2f2f2;
}

.about-map-card iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.35) contrast(0.96);
}

.map-consent-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  padding: clamp(24px, 4vw, 46px);
  color: #0a0a0a;
  text-align: center;
  background:
    linear-gradient(rgba(10, 10, 10, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 10, 10, 0.055) 1px, transparent 1px),
    #f2f2f2;
  background-size: 32px 32px;
}

.map-consent-placeholder p {
  max-width: 34rem;
  margin: 0;
  color: rgba(10, 10, 10, 0.72);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.5;
}

.map-consent-placeholder div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.map-consent-placeholder button,
.privacy-settings-button {
  min-height: 44px;
  padding: 0 18px;
  color: #0a0a0a;
  background: #e4c814;
  border: 1px solid rgba(10, 10, 10, 0.16);
  border-radius: 4px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.map-consent-placeholder a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom-width: 1px;
}

.about-statement {
  margin: clamp(36px, 6vw, 78px) 0;
  padding: 0 clamp(6px, 3vw, 46px);
}

.about-statement p {
  max-width: 1180px;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(31px, 4.3vw, 74px);
  font-weight: 790;
  line-height: 1.02;
  letter-spacing: 0;
}

.about-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 clamp(18px, 3vw, 34px);
}

.about-section-head h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(42px, 5.5vw, 96px);
  font-weight: 820;
  line-height: 0.95;
  letter-spacing: 0;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(10, 10, 10, 0.14);
}

.about-principle-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(56px, 0.12fr) minmax(210px, 0.5fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: clamp(24px, 3vw, 38px) 0;
  border: 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 0;
  background: transparent;
  transition:
    color 180ms ease,
    padding-left 180ms ease,
    border-color 180ms ease;
}

.about-principle-card:hover,
.about-principle-card:focus-within {
  transform: none;
  padding-left: clamp(6px, 0.8vw, 14px);
  background: transparent;
  border-color: #e4c814;
}

.about-principle-card h3 {
  max-width: 11ch;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
  transition: color 180ms ease;
}

.about-principle-card p {
  margin: 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 570;
  line-height: 1.42;
}

.about-principle-card:hover h3,
.about-principle-card:focus-within h3 {
  color: var(--accent-text);
}

.about-wide-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(24px, 5vw, 84px);
  margin-top: clamp(18px, 3vw, 30px);
  padding: clamp(30px, 5vw, 70px);
  background: #e4c814;
  border-color: rgba(10, 10, 10, 0.14);
}

.about-wide-card span {
  color: rgba(10, 10, 10, 0.56);
}

.about-wide-card h2 {
  max-width: 12ch;
  margin: clamp(22px, 3vw, 38px) 0 0;
  color: #0a0a0a;
  font-size: clamp(42px, 5.8vw, 104px);
  font-weight: 830;
  line-height: 0.94;
  letter-spacing: 0;
}

.about-wide-card p {
  align-self: end;
  margin: 0;
  color: rgba(10, 10, 10, 0.68);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 620;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .about-main {
    width: var(--page-width-mobile);
    padding-top: 118px;
  }

  .about-hero,
  .about-wide-card {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 620px;
  }

  .about-hero-copy,
  .about-hero-panel {
    min-height: auto;
  }

  .about-hero-copy {
    width: 100%;
  }

  .about-principle-grid {
    grid-template-columns: 1fr;
  }

  .about-principle-card {
    min-height: 0;
    grid-template-columns: 52px minmax(180px, 0.55fr) minmax(0, 1fr);
  }

  .about-intro-block,
  .about-why-block,
  .about-team-head,
  .about-location-block,
  .about-team-card {
    grid-template-columns: 1fr;
  }

  .about-hero-image-card,
  .about-team-photo {
    min-height: 300px;
  }

  .about-hero-image-card {
    min-height: 0;
  }

  .about-copy {
    padding-left: 0;
    grid-template-columns: 1fr;
  }

  .about-founder {
    min-height: 0;
    padding-left: 0;
  }

  .about-team-photo {
    aspect-ratio: 4 / 3;
  }

  .about-team-photo.is-placeholder {
    min-height: 280px;
  }
}

@media (max-width: 620px) {
  .about-main-detailed > *,
  .about-hero > *,
  .about-why-block > *,
  .about-team-head > *,
  .about-location-block > *,
  .about-team-card > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .about-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.92;
  }

  .about-hero {
    min-height: 610px;
  }

  .about-hero-copy {
    padding: 30px 24px 34px;
  }

  .about-hero::after {
    background: linear-gradient(0deg, rgba(5, 7, 8, 0.94) 0%, rgba(5, 7, 8, 0.68) 62%, rgba(5, 7, 8, 0.12) 100%);
  }

  .about-principle-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 22px 0;
  }

  .about-principle-card p {
    grid-column: 2;
  }

  .about-team-head > p {
    font-size: 17px;
  }

  .about-team-copy {
    padding: 26px 22px 30px;
  }

  .about-team-card h3 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .about-location-block {
    padding-bottom: 0;
  }

  .about-map-card {
    min-height: 300px;
  }
}

@media (max-width: 360px) {
  .about-hero h1 {
    font-size: clamp(36px, 11.5vw, 40px);
  }

  .about-why-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 10.5vw, 34px);
  }

  .about-principle-card h3 {
    font-size: clamp(24px, 8vw, 28px);
  }

  .about-team-copy p {
    font-size: 16px;
    overflow-wrap: anywhere !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-principle-card {
    transition: none;
  }
}

.site-header {
  --header-width: clamp(496px, 30vw, 640px);
  --header-height: clamp(48px, 2.8vw, 60px);
  --header-padding-left: 6px;
  --header-padding-right: 6px;
  --nav-gap: clamp(22px, 1.6vw, 34px);
  --button-height: clamp(37px, 2.2vw, 48px);
  --button-padding-x: clamp(21px, 1.4vw, 30px);
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: min(calc(100vw - 40px), var(--header-width));
  height: var(--header-height);
  padding: 0 var(--header-padding-right) 0 var(--header-padding-left);
  color: #101013;
  background: rgba(244, 244, 244, 0.86);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
  transform: translateX(-50%);
  transition:
    width 240ms ease,
    height 240ms ease,
    padding 240ms ease,
    background 240ms ease;
}

.site-header.is-scrolled {
  --header-width: clamp(475px, 28.5vw, 610px);
  --header-height: clamp(45px, 2.55vw, 56px);
  --header-padding-left: 6px;
  --header-padding-right: 6px;
  --nav-gap: clamp(18px, 1.35vw, 29px);
  --button-height: clamp(34px, 2vw, 44px);
  --button-padding-x: clamp(17px, 1.15vw, 25px);
  background: rgba(244, 244, 244, 0.78);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.brand-link {
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: var(--button-height);
  padding: 0 14px 0 6px;
  min-width: max-content;
  color: #0a0a0a;
  background: #e4c814;
  border-radius: 999px;
  font-family: Avenir, "Avenir Next", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  transition:
    min-height 240ms ease,
    padding 240ms ease,
    background 180ms ease,
    top 180ms ease;
}

.brand-link:hover {
  background: #e4c814;
  top: -2px;
}

.brand-mark {
  display: block;
  width: calc(var(--button-height) - 12px);
  height: calc(var(--button-height) - 12px);
  flex: 0 0 calc(var(--button-height) - 12px);
  object-fit: contain;
  mix-blend-mode: normal;
}

.brand-name {
  font-size: clamp(16px, 0.95vw, 20px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.brand-lockup {
  display: grid;
  gap: 2px;
  min-width: max-content;
  line-height: 1;
}

.brand-subtitle {
  font-family: Avenir, "Avenir Next", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(9px, 0.56vw, 12px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  max-height: 1.2em;
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 260ms ease,
    opacity 180ms ease,
    font-size 260ms ease;
}

.site-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: var(--nav-gap);
  transition: gap 240ms ease;
}

.site-nav a,
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0;
  color: #18181b;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: clamp(14px, 0.8vw, 17px);
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    min-height 240ms ease,
    padding 240ms ease,
    font-size 240ms ease;
}

.site-nav a:hover,
.nav-dropdown-trigger:hover {
  opacity: 0.78;
  transform: translateY(-2px);
}

.site-nav a:focus-visible,
.nav-dropdown-trigger:focus-visible {
  outline: 2px solid rgba(228, 200, 20, 0.72);
  outline-offset: 4px;
  border-radius: 999px;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 20;
  display: grid;
  width: max-content;
  min-width: 214px;
  padding: 8px;
  background: rgba(244, 244, 244, 0.88);
  border-radius: 22px;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(calc(-50% - 34px), -6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(calc(-50% - 34px), 0);
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 16px;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.58);
  opacity: 1;
}

.site-nav .claim-link {
  min-height: var(--button-height);
  margin-left: 1px;
  padding: 0 var(--button-padding-x);
  color: #111;
  font-weight: 500;
  background: #e4c814;
  border-radius: 999px;
  opacity: 1;
}

.site-nav .claim-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.language-toggle {
  --language-height: clamp(48px, 2.8vw, 60px);
  --language-bg: rgba(244, 244, 244, 0.86);
  --language-blur: blur(16px) saturate(1.08);
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: clamp(66px, 4.8vw, 94px);
  height: var(--language-height);
  padding: 0 clamp(14px, 1vw, 22px);
  color: #18181b;
  background: var(--language-bg);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  -webkit-backdrop-filter: var(--language-blur);
  backdrop-filter: var(--language-blur);
  font: inherit;
  font-size: clamp(13px, 0.78vw, 17px);
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition:
    height 240ms ease,
    padding 240ms ease,
    transform 180ms ease,
    opacity 180ms ease,
    background 240ms ease,
    backdrop-filter 240ms ease;
}

.language-toggle:not(.is-scrolled),
.language-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.language-toggle.is-scrolled {
  --language-height: clamp(45px, 2.55vw, 56px);
  --language-bg: rgba(244, 244, 244, 0.78);
  --language-blur: blur(18px) saturate(1.08);
}

.language-toggle:not(.is-scrolled):hover,
.language-toggle.is-visible:hover {
  transform: translateY(-2px);
  background: var(--language-bg);
  opacity: 0.92;
}

.language-toggle:focus-visible {
  outline: 2px solid rgba(228, 200, 20, 0.72);
  outline-offset: 4px;
}

.language-flag {
  font-size: clamp(13px, 0.78vw, 17px);
  line-height: 1;
}

/* The home page opens with a broad brand bar and resolves into the shared glass nav. */
.start-page .site-header {
  transition:
    width 380ms cubic-bezier(0.22, 1, 0.36, 1),
    height 380ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 380ms cubic-bezier(0.22, 1, 0.36, 1),
    background 280ms ease,
    backdrop-filter 280ms ease;
}

.start-page .site-header:not(.is-scrolled) {
  --header-width: 1760px;
  --header-height: clamp(82px, 5vw, 96px);
  --button-height: clamp(64px, 4vw, 78px);
  --nav-gap: clamp(28px, 2.4vw, 52px);
  --button-padding-x: clamp(24px, 2vw, 40px);
  top: clamp(20px, 2vw, 30px);
  width: min(calc(100vw - clamp(214px, 12vw, 260px)), var(--header-width));
  padding-inline: clamp(10px, 1vw, 18px);
  background: #e4c814;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.start-page .site-header:not(.is-scrolled) .brand-link {
  padding-left: 4px;
  background: transparent;
}

.start-page .site-header:not(.is-scrolled) .brand-name {
  font-size: clamp(20px, 1.35vw, 27px);
}

.start-page .brand-name {
  font-family: Avenir, "Avenir Next", "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.start-page .site-header:not(.is-scrolled) .brand-subtitle {
  font-size: clamp(18px, 1.15vw, 23px);
  line-height: 1.05;
}

.start-page .site-header.is-scrolled .brand-lockup {
  gap: 0;
}

.start-page .site-header.is-scrolled .brand-subtitle {
  max-height: 0;
  opacity: 0;
}

.start-page .site-header:not(.is-scrolled) .site-nav a,
.start-page .site-header:not(.is-scrolled) .nav-dropdown-trigger {
  font-size: clamp(15px, 0.95vw, 19px);
}

.start-page .site-header:not(.is-scrolled) .site-nav .claim-link {
  color: #fff;
  background: #0a0a0a;
}

.start-page .language-toggle:not(.is-scrolled) {
  --language-height: clamp(82px, 5vw, 96px);
  --language-bg: #e4c814;
  --language-blur: none;
  top: clamp(20px, 2vw, 30px);
  transition:
    height 380ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms ease,
    opacity 180ms ease,
    background 280ms ease,
    backdrop-filter 280ms ease;
}

.schaden-page,
.schaden-body {
  min-height: 100%;
  background: #fff;
}

.schaden-body {
  color: #0a0a0a;
  overflow-x: hidden;
}

.damage-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 76%, rgba(10, 10, 10, 0.035), transparent 30vw),
    #fff;
}

.damage-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 100vh;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), transparent 36%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2));
}

.damage-hud {
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #f7f3e9;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.damage-hud-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.damage-hud-mark {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.damage-hud-status {
  color: rgba(247, 243, 233, 0.58);
}

.damage-panel {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  align-content: center;
  width: min(620px, calc(100vw - 56px));
  padding: 120px 0 80px;
  margin-left: clamp(28px, 8vw, 120px);
}

.damage-panel-hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  align-items: center;
  align-content: center;
  column-gap: clamp(36px, 5vw, 88px);
  width: var(--page-width);
  margin: 0 auto;
}

.damage-hero-copy {
  min-width: 0;
}

.damage-hero-media {
  position: relative;
  justify-self: end;
  width: min(100%, 610px);
  min-width: 0;
  aspect-ratio: 1.08 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 30px;
  background: #f5f5f3;
  box-shadow: 0 28px 64px rgba(10, 10, 10, 0.1);
}

.damage-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 54%;
  filter: grayscale(1) contrast(1.16) brightness(0.94);
  transform: scale(1.025);
}

#schadenstart {
  width: min(600px, calc(100vw - 72px));
  margin-right: clamp(36px, 9vw, 168px);
  margin-left: auto;
  justify-items: end;
  text-align: right;
}

#ablauf {
  width: min(560px, calc(100vw - 56px));
  margin-left: clamp(28px, 8vw, 120px);
}

.damage-panel p {
  margin: 0 0 18px;
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.damage-panel h1,
.damage-panel h2 {
  margin: 0;
  color: #0a0a0a;
  max-width: 100%;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 760;
  line-height: 0.88;
  letter-spacing: 0;
}

.damage-panel h2 {
  max-width: 100%;
  font-size: clamp(42px, 4.8vw, 76px);
}

#schadenstart h2 {
  max-width: 100%;
}

.damage-guide {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(44px, 6vw, 96px);
  width: var(--page-width);
  margin: 0 auto;
  padding: clamp(84px, 10vw, 150px) 0 clamp(76px, 9vw, 132px);
  color: #0a0a0a;
  background: transparent;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  overflow: clip;
}

.damage-guide::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: #fff;
  transform: translateX(-50%);
}

.damage-guide-intro {
  position: sticky;
  top: clamp(96px, 13vw, 150px);
  align-self: start;
}

.damage-guide-intro span {
  display: inline-flex;
  margin-bottom: clamp(18px, 2vw, 28px);
  color: var(--accent-text);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.damage-guide h2 {
  max-width: 650px;
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 820;
  line-height: 0.92;
  letter-spacing: 0;
}

.damage-guide-intro p {
  max-width: 620px;
  margin: clamp(24px, 2.8vw, 38px) 0 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 500;
  line-height: 1.42;
}

.damage-guide-intro p + p {
  margin-top: 18px;
}

.damage-guide-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.damage-guide-steps article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 46px);
  padding: clamp(30px, 4vw, 56px) 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.12);
}

.damage-guide-steps article > span {
  color: var(--accent-text);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 760;
  line-height: 1;
}

.damage-guide-steps h3 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: 0;
}

.damage-guide-steps p {
  grid-column: 2;
  max-width: 760px;
  margin: -18px 0 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.46;
}

.damage-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.damage-panel a {
  width: max-content;
  padding: 15px 22px;
  color: #050505;
  background: #e4c814;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 16px 42px rgba(228, 200, 20, 0.24);
}

.damage-panel > a {
  margin-top: 34px;
}

.damage-panel a:hover {
  opacity: 0.9;
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(228, 200, 20, 0.32);
}

.nav-toggle {
  display: none;
}

@media (max-width: 1120px) {
  .damage-panel {
    width: min(520px, calc(100vw - 56px));
    margin-left: clamp(22px, 5vw, 64px);
  }

  .damage-panel:nth-of-type(2) {
    width: min(520px, calc(100vw - 72px));
    margin-right: clamp(28px, 6vw, 72px);
  }

  .damage-panel h1,
  .damage-panel h2 {
    font-size: clamp(40px, 6.4vw, 70px);
    line-height: 0.9;
  }

  .damage-panel-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    width: var(--page-width);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .service-card-track {
    flex-direction: column;
    overflow: visible;
  }

  .stripe-service-card,
  .stripe-service-card-large,
  .stripe-service-card.is-active,
  .stripe-service-card-large:not(.is-active),
  .service-card-track:has(.stripe-service-card:not(.is-active):hover) .stripe-service-card.is-active,
  .service-card-track:has(.stripe-service-card:not(.is-active):hover) .stripe-service-card:not(.is-active):not(:hover),
  .stripe-service-card:not(.is-active):hover {
    flex: 0 0 auto;
    width: 100%;
  }

  .stripe-service-card:not(.is-active):hover {
    transform:
      perspective(1300px)
      rotateX(calc(var(--card-y) * -0.9deg))
      rotateY(calc(var(--card-x) * 1.1deg))
      scale(1.015);
  }

  .stripe-service-card:not(.is-active) {
    min-height: clamp(180px, 26vw, 250px);
    align-content: end;
  }

  .stripe-service-card:not(.is-active) h2 {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 10ch;
    color: #0a0a0a;
    transform: none;
    white-space: normal;
  }

  .stripe-service-card:not(.is-active) h2::after {
    content: none;
  }

  .stripe-service-card:not(.is-active) .service-card-number {
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .service-spotlight {
    padding: 122px 0 52px;
  }

  .service-spotlight-head {
    width: var(--page-width-mobile);
    margin-bottom: 28px;
  }

  .service-carousel {
    width: var(--page-width-mobile);
  }

  .service-spotlight-head h1 {
    max-width: 8ch;
    font-size: clamp(42px, 12vw, 60px);
  }

  .service-spotlight-top {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 34px;
  }

  .service-spotlight-action p {
    max-width: 320px;
    margin-bottom: 26px;
    font-size: 22px;
  }

  .service-see-all {
    gap: 14px;
  }

  .service-see-all span {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .service-see-all strong {
    font-size: 20px;
  }

  .service-spotlight-title {
    justify-self: start;
  }

  .service-spotlight-title span {
    font-size: clamp(46px, 17vw, 72px);
  }

  .service-spotlight-title h1 {
    font-size: clamp(58px, 20vw, 86px);
  }

  .service-card-track {
    gap: 14px;
    padding: 14px 16px 16px;
  }

  .stripe-service-card,
  .stripe-service-card-large {
    flex: 0 0 auto;
    width: calc(100vw - 32px);
    min-height: 360px;
    padding: 28px;
  }

  .stripe-service-card.is-active,
  .stripe-service-card-large,
  .stripe-service-card-large:not(.is-active) {
    flex: 0 0 auto;
    width: calc(100vw - 32px);
  }

  .stripe-service-card:not(.is-active) {
    align-content: end;
  }

  .service-card-number {
    top: 28px;
    right: 28px;
    font-size: 48px;
  }

  .stripe-service-card h2,
  .stripe-service-card:not(.stripe-service-card-large) h2,
  .stripe-service-card:not(.is-active) h2 {
    position: static;
    width: auto;
    max-width: 100%;
    padding-top: 52px;
    margin-bottom: 20px;
    font-size: 29px;
    transform: none;
    white-space: normal;
    -webkit-hyphens: manual !important;
    hyphens: manual !important;
  }

  .stripe-service-card p,
  .stripe-service-card:not(.stripe-service-card-large) p,
  .stripe-service-card:not(.is-active) p {
    font-size: 18px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .service-detail-panels {
    width: 100vw;
    min-height: 0;
    margin-top: 26px;
  }

  .service-detail-panel {
    display: block;
  }

  .service-detail-copy {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-left: 16px;
  }

  .service-detail-copy h3 {
    font-size: 26px;
  }

  .service-detail-copy h4 {
    margin-top: 26px;
    font-size: 21px;
  }

  .service-detail-copy p {
    font-size: 18px;
  }

  .name-origin {
    width: var(--page-width-mobile);
    margin: 34px auto 68px;
    padding: 0;
  }

  .name-origin-layout {
    padding: 0;
  }

  .name-origin h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .name-origin-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .name-origin-brand {
    min-height: clamp(200px, 58vw, 270px);
    padding: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.14);
  }

  .name-origin-mark {
    width: min(54vw, 210px);
  }

  .name-origin-list {
    grid-template-rows: none;
    gap: 0;
    padding: 10px 22px;
  }

  .name-origin-item {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    min-height: auto;
    padding: 24px 0;
  }

  .name-origin-item:hover {
    min-height: auto;
    transform: none;
  }

  .origin-part {
    font-size: clamp(38px, 11vw, 54px);
    text-align: left;
  }

  .name-origin-item p {
    max-width: 100%;
    min-height: 0;
    padding-top: 0;
    font-size: 18px;
    background: transparent;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .home-claims-guide {
    grid-template-columns: 1fr;
    width: var(--page-width-mobile);
    gap: 24px;
    padding: 34px 0;
    margin-top: 38px;
    margin-bottom: 86px;
  }

  .home-claims-guide h2 {
    font-size: clamp(40px, 13vw, 64px);
  }

  .home-claims-guide p {
    font-size: 20px;
  }

  .about-band,
  .audience-strip,
  .site-faq,
  .closing-cta,
  .page-cta,
  .damage-action-strip {
    width: var(--page-width-mobile);
  }

  .about-band,
  .audience-strip,
  .site-faq-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-band {
    padding: 72px 0;
  }

  .about-band h2,
  .audience-strip h2,
  .closing-cta h2,
  .page-cta h2,
  .damage-action-strip h2 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .home-insurance-cta h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.4vw, 40px);
    word-spacing: 0.04em;
  }

  html[lang="de"] .home-insurance-cta h2 {
    -webkit-hyphens: manual !important;
    hyphens: manual !important;
  }

  .about-band-copy p,
  .page-cta p,
  .damage-action-strip p {
    font-size: 19px;
    line-height: 1.3;
  }

  .about-principles article {
    grid-template-columns: 42px 1fr;
  }

  .audience-strip {
    padding-bottom: 76px;
  }

  .audience-list a {
    min-height: 72px;
    font-size: clamp(23px, 7vw, 38px);
  }

  .audience-list a:hover {
    padding-left: 0;
  }

  .site-faq {
    margin-bottom: 68px;
    padding-top: 38px;
  }

  .site-faq-head h2 {
    font-size: clamp(36px, 10.5vw, 50px);
  }

  .site-faq-item summary {
    grid-template-columns: 36px minmax(0, 1fr) 38px;
    gap: 12px;
    min-height: 76px;
  }

  .site-faq-item summary > span:nth-child(2) {
    font-size: clamp(20px, 5.8vw, 28px);
  }

  .site-faq-item > div {
    padding-left: 48px;
  }

  .site-faq-item p {
    font-size: 16px;
  }

  .closing-cta,
  .page-cta,
  .damage-action-strip {
    padding: 42px 22px;
    border-radius: 18px;
  }

  .closing-cta {
    margin-bottom: 84px;
  }

  .damage-hud {
    top: 18px;
    left: 16px;
    right: 16px;
    align-items: flex-start;
    font-size: 10px;
  }

  .damage-hud-status {
    display: none;
  }

  .damage-panel {
    width: min(520px, calc(100vw - 36px));
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 104px;
    text-align: left;
    justify-items: start;
  }

  .damage-panel-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    width: var(--page-width-mobile);
    margin: 0 auto;
    padding-top: 112px;
    padding-bottom: 56px;
  }

.damage-hero-media {
    justify-self: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
  }

  #schadenstart,
  #ablauf {
    width: min(520px, calc(100vw - 36px));
    margin-left: 18px;
    margin-right: 18px;
    justify-items: start;
    text-align: left;
  }

  .damage-hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .damage-panel h1,
  .damage-panel h2 {
    font-size: clamp(38px, 13vw, 66px);
    line-height: 0.92;
    hyphens: none;
  }

  .damage-guide {
    grid-template-columns: 1fr;
    width: var(--page-width-mobile);
    gap: 42px;
    padding: 64px 0 78px;
  }

  .damage-guide-intro {
    position: static;
  }

  .damage-guide h2 {
    font-size: clamp(42px, 13vw, 66px);
  }

  .damage-guide-intro p {
    font-size: 18px;
  }

  .damage-guide-steps article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 32px 0;
  }

  .damage-guide-steps p {
    grid-column: auto;
    margin: 0;
    font-size: 17px;
  }

  .language-toggle {
    --language-height: 51px;
    top: 14px;
    right: 14px;
    min-width: 59px;
    height: var(--language-height);
    padding: 0 11px;
    font-size: 12px;
  }

  .language-toggle.is-scrolled {
    --language-height: 48px;
  }

  .start-page .site-header:not(.is-scrolled) {
    --header-width: 344px;
    --header-height: 62px;
    --button-height: 48px;
    --nav-gap: 2px;
    --button-padding-x: 18px;
    top: 14px;
    width: min(calc(100vw - 154px), var(--header-width));
    padding: 0 6px;
  }

  .start-page .site-header:not(.is-scrolled) .brand-name {
    font-size: 16px;
  }

  .start-page .site-header:not(.is-scrolled) .brand-subtitle {
    font-size: 13px;
  }

  .start-page .language-toggle:not(.is-scrolled) {
    --language-height: 62px;
    top: 14px;
    right: 8px;
  }

  .trust-hero {
    min-height: auto;
    gap: 30px;
    padding: 118px 0 0;
  }

  .trust-hero-copy {
    margin: 0 auto;
    width: var(--page-width-mobile);
    text-align: center;
    transform: none;
  }

  .trust-hero h1 {
    font-size: clamp(44px, 15vw, 68px);
    line-height: 1.02;
  }

  .trust-hero h1 span,
  .trust-hero h1 mark {
    display: inline;
  }

  .trust-hero h1 .trust-title-row {
    display: block;
  }

  .trust-hero-image {
    width: var(--page-width-mobile);
    min-height: 310px;
    background-position: center;
  }

  .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 126px 18px 56px;
  }

  .home-hero-visual-only {
    min-height: auto;
    padding: 110px 18px 44px;
  }

  .home-hero-copy {
    max-width: 82vw;
  }

  .home-hero h1 {
    max-width: 8.8ch;
    font-size: clamp(40px, 11.5vw, 58px);
  }

  .home-hero-intro {
    font-size: 18px;
  }

  .home-hero-visual {
    min-height: 430px;
    margin-top: 6px;
  }

  .home-hero-visual-only .home-hero-visual {
    width: 100%;
    min-height: 430px;
    margin-top: 0;
  }

  .home-hero-visualizer {
    width: 108vw;
    min-width: 0;
    height: 430px;
    margin-left: -8vw;
    transform-origin: center;
  }

  .home-hero-visual-only .home-hero-visualizer {
    width: 108vw;
    min-width: 0;
    height: 430px;
    margin-left: -8vw;
  }

  .hero-ribbon-main {
    top: 4%;
    right: -20%;
    width: 118%;
    height: 48%;
  }

  .hero-ribbon-gold {
    top: 24%;
    right: 2%;
    width: 78%;
  }

  .hero-ribbon-cyan {
    top: 44%;
    right: -8%;
    width: 78%;
  }

  .hero-current-map {
    inset: 2% -14% auto auto;
    width: 120%;
    height: 86%;
  }

  .hero-signal {
    min-width: 98px;
    padding: 10px 12px;
    border-radius: 13px;
  }

  .hero-signal-one {
    left: 9%;
    top: 16%;
  }

  .hero-signal-two {
    right: 7%;
    bottom: 15%;
  }

  .hero-signal b {
    font-size: 24px;
  }

  .hero-signal span {
    font-size: 10px;
  }

  .hero-vessel-one {
    top: 51%;
    left: 10%;
  }

  .hero-vessel-two {
    right: 12%;
    bottom: 26%;
  }

  .home-hero-card {
    min-height: 520px;
    border-radius: 14px;
  }

  .home-hero-route {
    inset: 8% -26% auto;
    width: 142%;
    opacity: 0.72;
  }

  .home-hero-stack {
    display: none;
  }

  .home-hero-overlay {
    left: 24px;
    right: 24px;
    bottom: 116px;
  }

  .home-hero-overlay strong {
    max-width: 9ch;
    font-size: clamp(40px, 11vw, 58px);
  }

  .home-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .home-hero-metrics span {
    padding: 10px 8px;
  }

  .home-hero-metrics b {
    font-size: 22px;
  }

  .home-hero-metrics i {
    margin-top: 4px;
    font-size: 8px;
  }

  .hero-object {
    width: min(84vw, 360px);
    min-width: 0;
    transform: rotateX(8deg) rotateY(-12deg);
  }

  .home-services {
    padding: 32px 18px 72px;
  }

  .home-section-head h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .home-section-head p:last-child {
    font-size: 17px;
  }

  .service-panel-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-teaser {
    min-height: 250px;
  }

  .insurance-cube-section {
    min-height: auto;
    padding: 88px 18px 48px;
  }

  .insurance-cube-intro {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .insurance-cube-intro h1 {
    max-width: 12ch;
    font-size: clamp(46px, 13vw, 64px);
  }

  .vessel-hero-copy > p:not(.section-kicker) {
    font-size: 18px;
  }

  .vessel-risk-module {
    min-height: auto;
    place-items: stretch;
  }

  .risk-module-panel {
    width: 100%;
    min-height: 0;
    padding: 16px;
  }

  .risk-module-metrics {
    grid-template-columns: 1fr;
  }

  .insurance-page-lead {
    --intro-card-padding-x: 18px;
    --intro-card-padding-top: 24px;
    --intro-card-radius: 18px;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-bottom: 16px;
  }

  .insurance-page-lead > *:not(.insurance-page-image),
  .insurance-page-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .insurance-page-lead h1 {
    font-size: clamp(38px, 13vw, 64px);
  }

  html[lang="de"] .insurance-page-lead h1 {
    font-size: clamp(34px, 10vw, 52px);
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: manual !important;
    hyphens: manual !important;
  }

  .insurance-page-image {
    height: clamp(180px, 54vw, 260px);
    margin-top: 20px;
  }

  .cube-experience {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .insurance-cube-sticky {
    position: relative;
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 34px;
    pointer-events: auto;
  }

  .risk-index {
    grid-area: auto;
  }

  .coverage-stage {
    grid-area: auto;
    height: auto;
    min-height: 610px;
  }

  .coverage-stage.is-dense {
    min-height: 760px;
  }

  .coverage-card-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  }

  .coverage-card-media img,
  .coverage-card-slide.is-active .coverage-card-media img,
  .coverage-card-slide.is-before .coverage-card-media img {
    transform: none;
  }

  .coverage-card-media {
    border-right: 0;
    border-bottom: 0;
  }

  .coverage-card-media img {
    width: 100%;
    height: 100%;
  }

  .coverage-card-copy {
    margin-top: -1px;
    margin-left: 0;
    padding: 28px;
  }

  .coverage-card-copy h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .coverage-card-copy span {
    margin-top: 18px;
    font-size: 16px;
  }

  .coverage-stage.is-dense .coverage-card-slide {
    grid-template-rows: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .coverage-stage.is-dense .coverage-card-copy {
    padding: 24px;
  }

  .coverage-stage.is-dense .coverage-card-copy h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .coverage-stage.is-dense .coverage-card-copy span {
    margin-top: 14px;
    font-size: 15px;
  }

  .cube-stage {
    --cube-size: min(74vw, 330px);
    position: relative;
    left: auto;
    top: auto;
    min-height: 390px;
    transform: none;
  }

  .cube-progress {
    grid-area: auto;
    position: static;
    width: 100%;
    margin-top: 0;
    transform: none;
  }

  .risk-index {
    width: 100%;
    padding-left: 12px;
  }

  .risk-index li.is-active {
    transform: none;
  }

  .insurance-panels {
    display: none;
  }

  .insurance-panel,
  .insurance-panel:nth-child(even) {
    width: 100%;
    min-height: auto;
    justify-self: stretch;
    padding: 22px;
    opacity: 1;
    transform: none;
  }

  .insurance-panel h2 {
    font-size: 30px;
  }

  .insurance-panel span {
    font-size: 16px;
  }

  .site-footer {
    padding: 48px 18px 24px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    width: 100%;
  }

  .footer-brand p {
    max-width: 320px;
    margin-top: 22px;
    font-size: 20px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    display: grid;
    gap: 18px;
    width: 100%;
    margin-top: 44px;
  }

  .footer-bottom div {
    justify-content: flex-start;
  }

  .site-header {
    --header-width: 344px;
    --header-height: 51px;
    --header-padding-left: 6px;
    --header-padding-right: 6px;
    --nav-gap: 2px;
    --button-height: 37px;
    --button-padding-x: 18px;
    top: 14px;
    left: 50%;
    gap: 8px;
    width: min(calc(100vw - 128px), var(--header-width));
    transform: translateX(-50%);
  }

  .site-header.is-scrolled {
    --header-width: 312px;
    --header-height: 48px;
    --header-padding-left: 6px;
    --header-padding-right: 6px;
    --button-height: 37px;
    --button-padding-x: 18px;
    left: 50%;
    width: min(calc(100vw - 36px), var(--header-width));
    transform: translateX(-50%);
  }

  .brand-mark {
    width: calc(var(--button-height) - 12px);
    height: calc(var(--button-height) - 12px);
    flex-basis: calc(var(--button-height) - 12px);
    border-radius: 6px;
  }

  .brand-name {
    font-size: 16px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: var(--nav-gap);
    padding: 8px 14px 13px;
    background: rgba(244, 244, 244, 0.94);
    border-radius: 24px;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav a,
  .nav-dropdown-trigger {
    justify-content: flex-start;
    min-height: 35px;
    font-size: 16px;
  }

  .nav-dropdown {
    display: grid;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    min-width: 0;
    max-height: 0;
    margin: 0 0 4px;
    padding: 0 0 0 14px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 0;
  overflow: hidden;
  contain: paint;
    pointer-events: none;
    transform: none;
    transition:
      max-height 180ms ease,
      opacity 180ms ease;
  }

  .nav-dropdown.is-open .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    max-height: 180px;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-dropdown-menu a {
    min-height: 30px;
    padding: 0 11px;
    color: rgba(24, 24, 27, 0.68);
    font-size: 14px;
  }

  .site-nav .claim-link {
    justify-content: center;
    margin-left: 0;
    margin-top: 5px;
    min-height: 37px;
  }

  .nav-toggle {
    justify-self: end;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 37px;
    height: 37px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition:
      background 180ms ease,
      transform 180ms ease;
  }

  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.42);
    transform: translateY(-2px);
  }

  .nav-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 0;
    background: #111;
    border-radius: 999px;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insurance-cube,
  .coverage-card-slide,
  .coverage-card-media img,
  .insurance-panel,
  .cube-progress i,
  .hero-ribbon,
  .hero-current,
  .hero-port circle:last-child,
  .hero-vessel,
  .hero-signal,
  .name-origin-item,
  .name-origin-item::before,
  .origin-part {
    animation: none;
    transition: none;
  }
}

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid #0a0a0a;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(228, 200, 20, 0.42);
}

.site-header :where(a, button):focus-visible,
.site-footer :where(a, button):focus-visible,
.language-toggle:focus-visible {
  outline-color: #0a0a0a;
  box-shadow: 0 0 0 6px rgba(228, 200, 20, 0.58);
}

.cookie-notice {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 2000;
  width: min(440px, calc(100vw - 28px));
  padding: 22px;
  color: #101013;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(10, 10, 10, 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cookie-notice p {
  margin: 0;
  color: rgba(10, 10, 10, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.cookie-notice-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.cookie-notice a,
.cookie-notice button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font: inherit;
  font-weight: 720;
  text-decoration: none;
  border-radius: 8px;
}

.cookie-notice a {
  color: #101013;
  background: #f5f5f2;
  border: 1px solid rgba(10, 10, 10, 0.12);
}

.cookie-notice button {
  color: #0a0a0a;
  cursor: pointer;
}

.cookie-notice .cookie-secondary {
  color: #101013;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.26);
}

.cookie-notice .cookie-primary {
  background: #e4c814;
  border: 1px solid rgba(228, 200, 20, 0.72);
}

.legal-main {
  min-height: 100vh;
  padding: clamp(132px, 16vh, 188px) 0 clamp(72px, 9vw, 120px);
  background: #fff;
}

.legal-content {
  width: var(--page-width);
  max-width: 1380px;
  margin: 0 auto;
  color: #0a0a0a;
}

.legal-content h1 {
  max-width: none;
  margin: 10px 0 clamp(52px, 7vw, 92px);
  font-size: clamp(48px, 6.2vw, 94px);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: none;
}

.legal-content section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(48px, 8vw, 126px);
  row-gap: 18px;
  padding: clamp(34px, 4.4vw, 58px) 0;
  border-top: 1px solid rgba(10, 10, 10, 0.14);
}

.legal-content h2 {
  grid-column: 1;
  grid-row: 1;
  max-width: 15ch;
  margin: 0;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.12;
}

.legal-content p {
  grid-column: 2;
  max-width: 820px;
  margin: 0;
  color: rgba(10, 10, 10, 0.68);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.legal-content p + p {
  margin-top: 0;
}

.legal-content strong {
  color: #0a0a0a;
}

.legal-content a {
  color: #0a0a0a;
  font-weight: 720;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.legal-content section[id] {
  scroll-margin-top: 110px;
}

.privacy-settings-button {
  grid-column: 2;
  justify-self: start;
  margin-top: 22px;
}

html.legal-page body {
  min-height: 100vh;
  background: #fff;
}

.damage-shell,
.legal-main {
  overflow-x: clip;
}

.legal-content h1,
.legal-content h2,
.page-cta h2,
.coverage-card-copy h2,
.insurance-panel h2 {
  overflow-wrap: anywhere !important;
}

html[lang="de"] .coverage-card-copy h2 {
  overflow-wrap: normal !important;
  word-break: normal;
  -webkit-hyphens: manual !important;
  hyphens: manual !important;
}

@media (min-width: 901px) {
  html[lang="de"] .coverage-card-copy h2 {
    font-size: clamp(34px, 3.5vw, 52px);
  }
}

.nav-dropdown {
  min-width: 99px;
}

@media (max-width: 980px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-content section {
    grid-template-columns: minmax(200px, 0.62fr) minmax(0, 1.38fr);
    column-gap: clamp(34px, 6vw, 64px);
  }
}

@media (max-width: 900px) {
  .cube-experience {
    grid-template-columns: 1fr;
    gap: 0;
    width: var(--page-width-mobile);
  }

  .insurance-cube-sticky {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 0;
    box-sizing: border-box;
    height: 100svh;
    min-height: 0;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "card"
      "progress";
    grid-template-rows: auto auto;
    align-content: center;
    gap: clamp(14px, 2.5svh, 24px);
    padding: clamp(66px, 9svh, 92px) 0 clamp(14px, 2svh, 24px);
    pointer-events: none;
  }

  .risk-index {
    display: none;
  }

  .coverage-stage {
    grid-area: card;
    align-self: center;
    height: min(620px, calc(100svh - 124px));
    min-height: 0;
    max-height: 620px;
  }

  .coverage-stage.is-dense {
    height: min(620px, calc(100svh - 124px));
    min-height: 0;
    max-height: 620px;
  }

  .cube-progress {
    grid-area: progress;
    position: static;
    width: min(76%, 420px);
    margin: 0 auto;
    gap: 0;
    transform: none;
  }

  .cube-progress > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cube-progress > span b,
  .cube-progress > span b.is-past,
  .cube-progress > span b.is-active {
    display: block;
    min-width: 24px;
    padding: 0;
    color: rgba(11, 11, 13, 0.34);
    font-weight: 620;
    text-align: center;
  }

  .cube-progress > span b:first-child {
    text-align: left;
  }

  .cube-progress > span b:last-child {
    text-align: right;
  }

  .cube-progress > span b.is-active {
    color: #e4c814;
    font-weight: 820;
  }

  .cube-progress > div {
    display: none;
  }

  .coverage-card-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(190px, 0.42fr) minmax(0, 0.58fr);
  }

  .coverage-stage.is-dense .coverage-card-slide {
    grid-template-rows: minmax(170px, 0.34fr) minmax(0, 0.66fr);
  }

  .coverage-card-copy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .coverage-card-copy::before {
    inset: 0 0 auto;
    width: auto;
    height: 1px;
  }

  .insurance-panels {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .insurance-panel,
  .insurance-panel:nth-child(even) {
    width: 100%;
    min-height: 100svh;
    justify-self: stretch;
    padding: 0;
  }

  .damage-guide {
    grid-template-columns: 1fr;
    width: var(--page-width-mobile);
    gap: 42px;
  }

  .damage-guide-intro {
    position: static;
  }

  .damage-guide-steps article {
    grid-template-columns: 1fr;
  }

  .damage-guide-steps p {
    grid-column: auto;
    margin: 0;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .coverage-card-slide,
  .coverage-stage.is-dense .coverage-card-slide {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: 1fr;
  }

  .coverage-card-media img {
    object-position: center 55%;
  }

  .coverage-card-copy,
  .coverage-stage.is-dense .coverage-card-copy {
    margin-top: 0;
    margin-left: -1px;
    padding: clamp(28px, 4vw, 42px);
  }

  .coverage-card-copy::before {
    inset: 0 auto 0 0;
    width: 1px;
    height: auto;
  }

  .coverage-card-copy h2,
  .coverage-stage.is-dense .coverage-card-copy h2 {
    font-size: clamp(30px, 4.5vw, 40px);
  }

  .coverage-card-copy span,
  .coverage-stage.is-dense .coverage-card-copy span {
    font-size: clamp(15px, 2.2vw, 18px);
  }
}

@media (max-width: 480px) {
  .coverage-card-slide {
    grid-template-rows: minmax(150px, 0.34fr) minmax(0, 0.66fr);
  }

  .coverage-stage.is-dense .coverage-card-slide {
    grid-template-rows: minmax(130px, 0.28fr) minmax(0, 0.72fr);
  }
}

@media (max-width: 640px) {
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .cookie-notice {
    right: 14px;
    bottom: 14px;
    padding: 20px;
    border-radius: 16px;
  }

  .cookie-notice-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-notice a,
  .cookie-notice button {
    width: 100%;
  }

  .legal-main {
    padding: 112px 0 64px;
  }

  .legal-content {
    width: var(--page-width-mobile);
  }

  .legal-content h1 {
    max-width: 100%;
    margin-bottom: 48px;
    font-size: clamp(43px, 13vw, 64px);
    line-height: 0.96;
  }

  .legal-content section {
    grid-template-columns: 1fr;
    row-gap: 14px;
    padding: 32px 0;
  }

  .legal-content h2,
  .legal-content p,
  .privacy-settings-button {
    grid-column: 1;
  }

  .legal-content h2 {
    max-width: 20ch;
    margin-bottom: 4px;
  }

  .privacy-settings-button {
    margin-top: 8px;
  }
}
