:root {
  --module-v2-green: #0b4a35;
  --module-v2-gold: #d7aa43;
  --module-v2-paper: #fffdf8;
  --module-v2-border: #e1d6c3;
  --module-v2-shadow: 0 16px 38px rgba(16, 53, 42, .11);
}

.header,
.cabook-module-header {
  min-height: 68px !important;
  height: 68px !important;
}

.header .brand img,
.cabook-module-brand img {
  max-height: 50px !important;
}

.hero,
.cabook-module-hero {
  min-height: calc(100svh - 138px) !important;
  max-height: 780px !important;
  margin-block: 18px !important;
  align-items: stretch !important;
}

.hero .copy,
.hero .visual,
.cabook-module-card {
  border-color: color-mix(in srgb, var(--module-v2-gold) 48%, var(--module-v2-border)) !important;
  border-top: 3px solid var(--module-v2-gold) !important;
  border-radius: 22px !important;
  box-shadow: var(--module-v2-shadow) !important;
}

.hero .copy h1,
.cabook-module-title {
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: .98 !important;
}

.btn,
.cabook-button {
  min-height: 42px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

@media (max-width: 860px) {
  .header,
  .cabook-module-header {
    min-height: 60px !important;
    height: auto !important;
  }

  .hero,
  .cabook-module-hero {
    min-height: auto !important;
    max-height: none !important;
  }
}
