/* Hero layout — match reference: left headline, right copy + stacked CTAs */
.component--hero .container {
  align-items: flex-start !important;
  padding: 15vw 0 5.5vw !important;
}

/* Hero headline typography */
.component--hero .hero-title {
  font-size: clamp(44px, 5.8vw, 96px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em !important;
  font-weight: 600 !important;
  max-width: 9.5ch !important;
}

.component--hero .hero-title .shape {
  display: inline-block !important;
  width: 1.35em !important;
  height: 0.42em !important;
  margin-right: 0.18em !important;
  margin-bottom: 0.12em !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  vertical-align: middle !important;
  position: relative !important;
  top: -0.06em !important;
}

.component--hero .contentblock.--columns {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: clamp(32px, 5vw, 80px) !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.component--hero .contentblock.--columns > .item {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.component--hero .contentblock.--columns > .item:first-child {
  flex: 1 1 52% !important;
  width: auto !important;
  max-width: 58% !important;
}

.component--hero .contentblock.--columns > .item:nth-child(2) {
  flex: 0 1 34% !important;
  width: 100% !important;
  max-width: 380px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 0.6vw !important;
  margin-left: auto !important;
}

.component--hero .contentblock.--columns > .item:nth-child(2) .wysiwyg {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}

.component--hero .contentblock.--columns > .item:nth-child(2) .wysiwyg p {
  margin: 0 !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.5 !important;
  opacity: 0.9 !important;
}

/* Stacked CTA buttons — same as reference */
.component--hero .actions {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: 28px !important;
  width: 100% !important;
  max-width: 320px !important;
}

.component--hero .actions .button.--border {
  width: 100% !important;
  justify-content: space-between !important;
}

@media (max-width: 1100px) {
  .component--hero {
    height: auto !important;
    min-height: 0 !important;
  }

  .component--hero .container {
    align-items: flex-start !important;
    height: auto !important;
    padding: 18vw 0 8vw !important;
  }

  .component--hero .contentblock.--columns {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px !important;
  }

  .component--hero .contentblock.--columns > .item:first-child,
  .component--hero .contentblock.--columns > .item:nth-child(2) {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .component--hero .hero-title {
    max-width: none !important;
    font-size: clamp(40px, 7vw, 64px) !important;
  }

  .component--hero .actions {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
  }
}

@media (max-width: 900px) {
  .component--hero .container {
    align-items: flex-start !important;
    padding: 22vw 0 10vw !important;
  }

  .component--hero .contentblock.--columns {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
  }

  .component--hero .contentblock.--columns > .item:first-child,
  .component--hero .contentblock.--columns > .item:nth-child(2) {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    margin-left: 0 !important;
  }

  .component--hero .hero-title {
    max-width: none !important;
  }

  .component--hero .actions {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Hybrid card animated graphic */
.card.--center {
  position: relative;
  overflow: hidden;
}

.card.--center .hybrid-bg {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(120, 60, 50, 0.55), transparent 55%),
    linear-gradient(160deg, #3a2824 0%, #2a1c1a 45%, #1a1210 100%) !important;
}

.card.--center .hybrid-bg img {
  display: none !important;
}

.card.--center .hybrid-graphic {
  position: absolute;
  left: 50%;
  top: 28%;
  width: min(62%, 240px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  opacity: 0.75;
}

.card.--center .hybrid-graphic svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.card.--center .contentblock,
.card.--center .actions {
  position: relative;
  z-index: 3;
}

.card.--center .hg-orbit-a {
  transform-origin: 100px 100px;
  animation: hg-spin 18s linear infinite;
}

.card.--center .hg-orbit-b {
  transform-origin: 100px 100px;
  animation: hg-spin-rev 12s linear infinite;
}

.card.--center .hg-ring-2 {
  transform-origin: 100px 100px;
  animation: hg-spin 22s linear infinite;
}

.card.--center .hg-ring-3 {
  transform-origin: 100px 100px;
  animation: hg-spin-rev 14s linear infinite;
}

.card.--center .hg-pulse {
  transform-origin: 100px 100px;
  animation: hg-pulse 2.8s ease-out infinite;
}

.card.--center .hg-link {
  stroke-dasharray: 4 6;
  animation: hg-dash 2.4s linear infinite;
}

.card.--center .hg-core > circle:first-child {
  animation: hg-core 3.2s ease-in-out infinite;
}

@keyframes hg-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes hg-spin-rev {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes hg-pulse {
  0% { transform: scale(1); opacity: 0.65; }
  70% { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}

@keyframes hg-dash {
  to { stroke-dashoffset: -20; }
}

@keyframes hg-core {
  0%, 100% { fill: rgba(255,255,255,0.10); }
  50% { fill: rgba(255,255,255,0.22); }
}

@media (prefers-reduced-motion: reduce) {
  .card.--center .hg-orbit-a,
  .card.--center .hg-orbit-b,
  .card.--center .hg-ring-2,
  .card.--center .hg-ring-3,
  .card.--center .hg-pulse,
  .card.--center .hg-link,
  .card.--center .hg-core circle:first-child {
    animation: none !important;
  }
}

