/* Optimiert am 26.05.2026, 13:50:31 von Web-Projekt-Auditor Pro */
/* Bearbeitet */
/* ARV | Arvid | Session-Beginn: 2026-07-16 06:20:05 +02:00 */
:root {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-soft: #dfe9e2;
  --surface-dark: #123a34;
  --text: #16342e;
  --muted: #4f6962;
  --line: rgba(23, 33, 28, 0.12);
  --line-strong: rgba(23, 33, 28, 0.2);
  --gold: #b9eb46;
  --gold-soft: rgba(185, 235, 70, 0.16);
  --gold-strong: #d8f871;
  --moss: #0d5b50;
  --moss-soft: rgba(13, 91, 80, 0.78);
  --brand-gradient-lead: linear-gradient(135deg, #0d5b50 0%, #1d7b64 42%, #b9eb46 100%);
  --brand-gradient-deep: linear-gradient(145deg, #0b3f38 0%, #0d5b50 48%, #8dcb37 100%);
  --white: #fbfdf8;
  --pink: #ff4fb3;
  --shadow: none;
  --shadow-soft: none;
  --glass: blur(18px);
  --shell: min(1400px, calc(100vw - 40px));
  --radius: 22px;
  --radius-sm: 16px;
  /* HR_pad: zentrale Responsive-Steuerung fuer den oberen Bereich. */
  --header-h: clamp(58px, 5vw, 68px);
  --header-pad-x: clamp(20px, 2vw, 28px);
  --header-brand-gap: clamp(12px, 1vw, 14px);
  --header-brand-icon: clamp(42px, 3.6vw, 50px);
  --header-brand-title: clamp(0.98rem, 0.92vw, 1.04rem);
  --header-brand-meta: clamp(0.74rem, 0.72vw, 0.78rem);
  --header-nav-size: clamp(0.8rem, 0.78vw, 0.86rem);
  --header-nav-h: clamp(34px, 2.45vw, 38px);
  --header-cta-pad-x: clamp(14px, 1.2vw, 16px);
  --header-toggle-size: clamp(42px, 3.2vw, 46px);
  --internal-quick-nav-h: 0px;
  --hero-title-size: clamp(3rem, 4.95vw, 5.45rem);
  --hero-title-width: clamp(26rem, 34vw, 34rem);
  --hero-title-line: 1.06;
  --hero-lead-size: clamp(1rem, 1.2vw, 1.36rem);
  --hero-lead-width: clamp(25rem, 35vw, 39rem);
  --hero-cta-h: clamp(42px, 3.4vw, 46px);
  --hero-cta-size: clamp(0.84rem, 0.84vw, 0.9rem);
  --hero-cta-pad-x: clamp(14px, 1.3vw, 18px);
  --hero-media-pos-x: 84%;
  --hero-media-pos-y: 40%;
  --hero-media-mobile-h: clamp(300px, 82vw, 420px);
  --hero-media-mobile-pos-x: 88%;
  --hero-media-mobile-pos-y: 34%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 28px);
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

.internal-quick-nav {
  display: none;
  position: relative;
  z-index: 80;
  min-height: 20px;
  padding: 2px 12px;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 24px);
  background: rgba(13, 91, 80, 0.96); /* Dark moss green */
  color: #b9eb46; /* Lime-Yellow */
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

html.internal-nav-visible {
  --internal-quick-nav-h: 20px;
}

html.internal-nav-visible .internal-quick-nav {
  display: flex;
}

.internal-quick-nav a {
  color: inherit;
  opacity: 0.9;
}

.internal-quick-nav a:hover,
.internal-quick-nav a:focus-visible {
  opacity: 1;
}

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

p,
li,
dd {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

ul {
  margin: 0;
  padding-left: 18px;
}

li + li {
  margin-top: 8px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--text);
}

h1,
h2,
.display-serif {
  font-family: "Hedvig Letters Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.wrap {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: var(--internal-quick-nav-h);
  left: 0;
  right: 0;
  z-index: 40;
  min-height: var(--header-h);
  background: transparent;
  border-bottom: 0;
  pointer-events: none;
}

.site-header-inner {
  width: var(--shell);
  min-height: var(--header-h);
  margin: 0 auto;
  padding-top: 0;
  padding-inline: var(--header-pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: auto;
}

.desktop-nav {
  display: none;
  width: 100%;
}

.desktop-nav-shell {
  width: min(1280px, calc(100vw - 72px));
  min-height: 20px;
  margin: 12px auto 0;
  padding: 1px clamp(14px, 1.8vw, 24px);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(16, 86, 72, 0.52) 0%, rgba(18, 96, 80, 0.46) 50%, rgba(13, 77, 65, 0.52) 100%);
  border: 1px solid rgba(185, 235, 70, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 28px rgba(0, 54, 43, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.desktop-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.3vw, 22px);
  flex: 1 1 0;
  min-width: 0;
}

.desktop-nav-links-left {
  justify-content: space-between;
}

.desktop-nav-links-right {
  justify-content: space-between;
}

.desktop-nav-link {
  min-height: 40px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  text-transform: none;
  border: 0;
  background: transparent;
  transition: color 180ms ease, opacity 180ms ease, font-size 180ms ease;
}

.desktop-nav-link:hover {
  color: rgba(255, 255, 255, 0.96);
  background: transparent;
  font-size: 0.74rem;
}

.desktop-nav-link.active {
  color: var(--gold-strong);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 500;
}

.desktop-nav-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(170px, 16vw, 224px);
  min-width: clamp(170px, 16vw, 224px);
  margin: -20px 2px -11px;
  color: #ffffff;
  text-align: center;
  overflow: visible;
}

.desktop-nav-lockup {
  width: 104px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(255, 214, 64, 0.28));
  transition: transform 0.22s ease, filter 0.22s ease;
  animation: logo-gold-glow 4.8s ease-in-out infinite;
}

.desktop-nav-crown {
  width: 70px;
  height: auto;
  object-fit: contain;
  transform: translateY(10px);
}

.desktop-nav-wordmark {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0.94;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.brand-mark-mobile {
  display: none;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-lockup {
  width: clamp(176px, 12.6vw, 214px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(255, 214, 64, 0.24));
  transition: transform 0.22s ease, filter 0.22s ease;
  animation: logo-gold-glow 4.8s ease-in-out infinite;
}

.desktop-nav-mark:hover .desktop-nav-lockup,
.brand:hover .brand-lockup {
  animation: none;
  transform: scale(1.055);
  filter: drop-shadow(0 0 13px rgba(255, 214, 64, 0.62));
}

@keyframes logo-gold-glow {
  0%, 100% {
    filter: drop-shadow(0 0 7px rgba(255, 214, 64, 0.22));
  }
  50% {
    filter: drop-shadow(0 0 11px rgba(255, 214, 64, 0.42));
  }
}

.menu-toggle {
  display: inline-flex;
  width: var(--header-toggle-size);
  height: var(--header-toggle-size);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.menu-toggle::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 20, 0.46);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 240ms ease;
}

.menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: clamp(18px, 5vw, 28px);
  border-left: 0;
  background: rgba(10, 55, 48, 0.94);
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 7vw, 36px);
  opacity: 0;
  transform: translateX(14px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: -14px 0 34px rgba(0, 0, 0, 0.14);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.menu-overlay.open .menu-backdrop {
  opacity: 1;
}

.menu-overlay.open .menu-panel {
  opacity: 1;
  transform: translateX(0);
}

.menu-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 36px;
}

.menu-head strong {
  display: none;
}

.menu-head button {
  position: relative;
  width: 30px;
  height: 30px;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(251, 253, 248, 0.16);
  border-radius: 6px;
  background: rgba(251, 253, 248, 0.035);
  font: inherit;
  cursor: pointer;
}

.menu-head button::before,
.menu-head button::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(251, 253, 248, 0.76);
}

.menu-head button::before {
  transform: rotate(45deg);
}

.menu-head button::after {
  transform: rotate(-45deg);
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-links a {
  min-height: 48px;
  padding: 0 clamp(8px, 3vw, 14px);
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: clamp(0.92rem, 3.6vw, 1.18rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  text-align: right;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-links a.active {
  color: var(--gold);
  background: rgba(251, 253, 248, 0.06);
}

main {
  padding: 0 0 72px;
}

body[data-page="home"] main {
  padding-top: 0;
}

.hero-home {
  /* HB_pad: Justage der Hero-Textzone. Groesser = Text weiter nach innen. */
  --hb_gap: clamp(10px, 1vw, 18px);
  --hb_eyebrow_size: clamp(0.72rem, 0.72vw, 0.8rem);
  --hb_h1_size: var(--hero-title-size);
  --hb_h1_width: var(--hero-title-width);
  --hb_lead_size: var(--hero-lead-size);
  --hb_lead_width: var(--hero-lead-width);
  /* HB_pad crown: X/Y-Justage fuer die frei stehende Krone auf der gruÌˆnen Flaeche. */
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  min-height: var(--hero-min-height, clamp(770px, calc(52vw + 150px), 1010px));
  overflow: hidden;
  background: #1f2d27;
  border-radius: 0;
}

.hero-home-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-home-media img,
.hero-home-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-media-pos-x) var(--hero-media-pos-y);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(20, 29, 24, 0.82) 0%, rgba(20, 29, 24, 0.72) 20%, rgba(20, 29, 24, 0.38) 42%, rgba(20, 29, 24, 0.12) 64%, rgba(20, 29, 24, 0.08) 100%);
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: calc(((100vw - var(--shell)) / 2) + clamp(240px, 24vw, 420px));
  pointer-events: none;
  background: rgba(7, 70, 66, 0.78);
  clip-path: polygon(0 0, 82% 0, 58% 100%, 0 100%);
}

.hero-home-copy {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: var(--shell);
  max-width: var(--shell);
  margin: 0 auto;
  padding:
    calc(var(--header-h) + clamp(4px, 1vw, 14px))
    clamp(20px, 2vw, 28px)
    clamp(28px, 3vw, 56px);
  display: grid;
  grid-template-columns: minmax(420px, 38rem) minmax(0, 1fr);
  align-items: end;
  pointer-events: none;
}

.hero-copy {
  display: grid;
  gap: var(--hb_gap);
  max-width: 100%;
  grid-column: 1;
  padding-bottom: clamp(40px, 4vw, 64px);
  pointer-events: auto;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: clamp(32px, 2.4vw, 36px);
  padding: 0 clamp(12px, 1vw, 14px);
  border-radius: 999px;
  font-size: var(--hb_eyebrow_size);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-copy .eyebrow-home .eyebrow-break {
  display: none;
}

.hero-copy h1 {
  width: max-content;
  max-width: 100%;
  color: var(--white);
  font-size: var(--hb_h1_size);
  line-height: var(--hero-title-line);
  letter-spacing: -0.025em;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy .hero-lead {
  max-width: var(--hb_lead_width);
  margin-top: 8px;
  font-size: calc(var(--hb_lead_size) + 0.25rem);
  color: var(--white);
  font-weight: 300;
  opacity: 0.9;
  line-height: 1.58;
  letter-spacing: 0.01em;
}

.hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.8vw, 12px);
  align-items: center;
  width: fit-content;
  margin-top: 32px;
}

.hero-home-copy-kingdom {
  grid-template-columns: minmax(280px, 30rem) minmax(220px, 24rem);
  gap: clamp(18px, 2vw, 28px);
}

.hero-proof {
  align-self: end;
  margin-left: auto;
  width: min(100%, 24rem);
  padding: clamp(18px, 1.8vw, 24px);
  border-radius: 26px;
  display: grid;
  gap: 12px;
  pointer-events: auto;
}

.hero-proof ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.hero-proof li {
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--hero-cta-h);
  padding: 0 var(--hero-cta-pad-x);
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: var(--hero-cta-size);
  font-weight: 500;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: var(--text);
}

.button-primary:hover {
  background: var(--gold-strong);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(23, 33, 28, 0.08);
  color: var(--text);
}

.glass-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none;
}

.section-grid {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

.content-card {
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: none;
}

.section-card {
  padding: clamp(24px, 3vw, 34px);
}

.section-head {
  display: grid;
  gap: clamp(16px, 1.8vw, 22px);
  margin-bottom: clamp(40px, 4vw, 58px);
}

.section-head h2 {
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.028em;
}

.section-head h2 > span {
  display: block;
}

.section-head p {
  max-width: 66ch;
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  line-height: 1.78;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border-radius: 16px;
  border: 0;
  background: #ffffff;
  display: grid;
  gap: 14px;
}

.feature-card.premium {
  background:
    radial-gradient(circle at 18% 16%, rgba(185, 235, 70, 0.14), transparent 24%),
    linear-gradient(145deg, #0e5f54 0%, #0c4f46 44%, #093930 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.feature-card.premium h3,
.feature-card.premium p,
.feature-card.premium li,
.feature-card.premium .feature-meta {
  color: rgba(255, 255, 255, 0.92);
}

.feature-card.premium .label {
  color: rgba(255, 255, 255, 0.72);
}

.feature-card h3 {
  font-size: clamp(1.42rem, 1.5vw, 1.64rem);
  line-height: 1.08;
}

.feature-card p,
.feature-card li {
  max-width: none;
  font-size: clamp(0.96rem, 0.98vw, 1.04rem);
  line-height: 1.68;
}

.feature-meta {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 0;
  background: #eff6f1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.icon-badge.dark {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
}

.icon-badge img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-top: 6px;
}

.split-showcase .link-row {
  display: none;
}

.section-card-worlds .section-head {
  margin-bottom: clamp(28px, 3vw, 36px);
}

.section-card-worlds .section-head h2 {
  max-width: 18ch;
  line-height: 0.96;
}

.section-card-worlds .split-showcase {
  gap: 22px;
  margin-top: 0;
  align-items: stretch;
}

.section-card-worlds .showcase-block {
  min-height: 0;
  padding: clamp(24px, 2.4vw, 32px);
  gap: 14px;
}

.showcase-block {
  padding: 24px;
  border-radius: 16px;
  border: 0;
  background: #ffffff;
  display: grid;
  gap: 16px;
}

.showcase-block.dark {
  background:
    radial-gradient(circle at 16% 14%, rgba(185, 235, 70, 0.12), transparent 24%),
    linear-gradient(145deg, #0d5a50 0%, #0c4b42 46%, #092f28 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.showcase-block.dark h3,
.showcase-block.dark p,
.showcase-block.dark li {
  color: rgba(255, 255, 255, 0.9);
}

.showcase-block.dark .label {
  color: rgba(255, 255, 255, 0.72);
}

.showcase-block h3 {
  font-size: clamp(1.54rem, 1.8vw, 1.88rem);
  line-height: 1.06;
  max-width: 24ch;
}

.showcase-block p {
  max-width: 58ch;
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.74;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.metric {
  padding: 16px;
  border-radius: 16px;
  border: 0;
  background: #ffffff;
}

.metric strong {
  display: block;
  font-size: clamp(1.54rem, 1.7vw, 1.8rem);
  line-height: 0.95;
  color: var(--text);
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.62;
}

.story-card {
  display: block;
}

.story-layout {
  display: grid;
  gap: 22px;
  margin-top: 6px;
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.story-block,
.story-quote {
  padding: 24px;
  border-radius: var(--radius);
  border: 0;
  background: #ffffff;
}

.story-block {
  display: grid;
  gap: 14px;
  align-content: start;
}

.story-block p,
.story-quote p {
  max-width: 54ch;
  line-height: 1.78;
}

.story-logo {
  width: 120px;
  margin-bottom: 18px;
}

.story-logo.crown {
  width: 68px;
}

.story-quote {
  display: grid;
  gap: 12px;
}

.story-quote p:last-child {
  color: var(--text);
  font-weight: 600;
}

.divider-hairline {
  display: none;
}

.page-header {
  min-height: 320px;
  border: 0;
  border-radius: 20px;
  background: #f4f7ef;
  position: relative;
  overflow: hidden;
}

.page-header.orange {
  background: #f4f7ef;
}

.page-header svg,
.placeholder svg {
  display: none;
}

.page-header .overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  max-width: 54rem;
}

.page-header .kicker {
  color: rgba(23, 33, 28, 0.54);
}

.page-header.orange .kicker,
.page-header.orange .sub {
  color: rgba(255, 255, 255, 0.9);
}

.page-header h1 {
  margin-top: 10px;
  max-width: 12ch;
  font-size: clamp(3rem, 4.9vw, 4.7rem);
  line-height: 0.96;
}

body[data-page="legal"] .page-header {
  min-height: 0;
  padding: clamp(28px, 3.2vw, 40px) clamp(20px, 2.4vw, 28px);
}

body[data-page="legal"] .page-header svg {
  display: none;
}

body[data-page="legal"] .page-header .overlay {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 48rem;
}

body[data-page="legal"] .page-header h1 {
  max-width: 16ch;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
}

body[data-page="legal"] .page-header .sub {
  max-width: 60ch;
}

.sub {
  margin-top: 10px;
  max-width: 54ch;
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  line-height: 1.72;
  color: var(--muted);
}

.content-box {
  margin-top: 22px;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  backdrop-filter: none;
  padding: clamp(26px, 2.8vw, 38px);
}

.hint {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px dashed rgba(23, 33, 28, 0.22);
  background: rgba(255, 255, 255, 0.68);
  color: rgba(23, 33, 28, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.content-block {
  display: grid;
  gap: 12px;
}

.content-block > p,
.content-block > ul,
.content-block > ol,
.content-block > dl {
  max-width: 70ch;
}

.content-block h2,
.content-block h3 {
  max-width: 26ch;
  color: var(--text);
}

.content-block h2 {
  font-size: clamp(1.88rem, 2.4vw, 2.36rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Hedvig Letters Serif", Georgia, serif;
  font-weight: 400;
}

.content-block h3 {
  font-size: clamp(1.26rem, 1.5vw, 1.54rem);
  line-height: 1.14;
  font-weight: 600;
}

.content-block + .content-block {
  margin-top: clamp(28px, 3vw, 40px);
}

.placeholder {
  position: relative;
  margin-top: 18px;
  min-height: 180px;
  border: 0;
  border-radius: 16px;
  background: #e7efea;
  overflow: hidden;
}

.placeholder .label,
.label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 33, 28, 0.56);
}

.placeholder .label {
  position: absolute;
  left: 14px;
  bottom: 12px;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body[data-page="portfolio"] {
  background: #ffffff;
}

body[data-page="portfolio"] .content-card {
  background: #ffffff;
}

body[data-page="portfolio"] .cards-3,
body[data-page="portfolio"] .split-grid,
body[data-page="portfolio"] .split-showcase {
  gap: 20px;
  align-items: start;
}

body[data-page="portfolio"] .split-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

body[data-page="portfolio"] .split-showcase {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

body[data-page="portfolio"] .feature-card,
body[data-page="portfolio"] .showcase-block {
  border-radius: 24px;
}

body[data-page="portfolio"] .feature-card.premium,
body[data-page="portfolio"] .showcase-block.dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(185, 235, 70, 0.2), transparent 22%),
    linear-gradient(155deg, #10695d 0%, #0c564b 42%, #082f28 100%);
}

body[data-page="portfolio"] .feature-card.premium::before,
body[data-page="portfolio"] .showcase-block.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 26%, rgba(255, 255, 255, 0) 62%);
}

body[data-page="portfolio"] .feature-card.premium > *,
body[data-page="portfolio"] .showcase-block.dark > * {
  position: relative;
  z-index: 1;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #e3ece6;
  font-size: 0.84rem;
  font-weight: 700;
}

.link-chip.primary {
  border-color: rgba(215, 160, 77, 0.22);
  background: var(--gold-soft);
}

.list-plain {
  list-style: none;
  padding: 0;
}

.list-plain li {
  max-width: 70ch;
  padding: 14px 0;
}

.list-plain li:last-child {
}

.styleguide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.styleguide-swatch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.swatch {
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.swatch-color {
  height: 120px;
}

.swatch-color.gradient-lead {
  background: var(--brand-gradient-lead);
}

.swatch-color.gradient-deep {
  background: var(--brand-gradient-deep);
}

.swatch-copy {
  padding: 14px;
  display: grid;
  gap: 6px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.logo-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  gap: 16px;
}

.logo-card img {
  max-height: 88px;
  width: auto;
  object-fit: contain;
}

.logo-card .crown-only {
  max-height: 66px;
}

.component-stack {
  display: grid;
  gap: 16px;
}

.site-footer-spacer {
  height: 0;
}

.site-footer {
  position: relative;
  overflow: visible;
  border-top: 1px solid rgba(196, 245, 125, 0.12);
  background: #063227;
  padding: 18px 0 18px;
  color: rgba(231, 238, 232, 0.76);
  font-size: 9px;
}

.site-footer strong,
.site-footer button {
  font-weight: 400;
}

.site-footer-inner {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 1.4vw, 22px);
}

.site-footer-column {
  min-width: 0;
}

.site-footer-column-primary {
  display: grid;
  grid-column: 2;
  order: 2;
  align-content: start;
  gap: 24px;
  padding-right: 0;
  text-align: center;
  justify-self: center;
}

.site-footer-column-links {
  display: contents;
}

.site-footer-column-links .site-footer-section:nth-child(1) {
  order: 1;
}

.site-footer-column-links .site-footer-section:nth-child(2) {
  order: 3;
  justify-self: end;
  text-align: right;
}

.site-footer-column-links .site-footer-section:nth-child(3) {
  order: 5;
}

.site-footer-brand {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateX(-70px);
  overflow: hidden;
  margin-top: -54px;
}

.site-footer-brand img {
  width: min(100%, 75px);
  height: auto;
  filter: drop-shadow(0 0 3px rgba(255, 214, 64, 0.12));
  transition: transform 0.22s ease, filter 0.22s ease;
  animation: none;
  transform: translateX(65px);
}

.site-footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.site-footer-nav .site-footer-links,
.site-footer-legal .site-footer-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px 16px;
}

.site-footer-legal {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid rgba(231, 238, 232, 0.18);
}

.site-footer-nav .site-footer-head,
.site-footer-legal .site-footer-head,
.site-footer-nav a,
.site-footer-legal a {
  font-family: Inter, sans-serif;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Compact footer: centered overhanging brand, two independent link rows. */
.site-footer-inner {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  padding-top: 26px;
}

.site-footer-column-primary {
  position: absolute;
  z-index: 2;
  grid-column: 1 / -1;
  top: -46px;
  left: 50%;
  right: auto;
  width: 120px;
  padding: 0;
  transform: translateX(-50%);
}

.site-footer-brand {
  margin: 0;
  overflow: visible;
  transform: none;
}

.site-footer-brand img {
  width: 62px;
  transform: none;
}

.site-footer-brand:hover img {
  transform: scale(1.035);
}

.site-footer-nav,
.site-footer-legal {
  grid-column: 1;
}

.site-footer-nav {
  justify-content: center;
}

@media (max-width: 980px) {
  .site-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 44px;
  }

  .site-footer-column-primary {
    top: -32px;
  }

  .site-footer-nav,
  .site-footer-legal {
    justify-content: center;
  }
}

.site-footer-brand:hover img {
  animation: none;
  transform: scale(1.035);
  filter: drop-shadow(0 0 5px rgba(255, 214, 64, 0.18));
}

.site-footer-brand strong,
.site-footer-brand span {
  display: block;
}

.site-footer-brand strong {
  color: var(--white);
  font-size: 1rem;
}

.site-footer-brand span {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(231, 238, 232, 0.68);
}

.site-footer-section {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer-head {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fbfdf8;
}

.site-footer-links {
  display: grid;
  gap: 6px;
  align-content: start;
}

.site-footer-links a {
  color: #b9eb46;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.92;
}

.site-footer-nav .site-footer-links a {
  font-size: 12px;
}

.site-footer-form {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  padding: 22px 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(214, 235, 228, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-footer-form p {
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(231, 238, 232, 0.76);
}

.site-footer-form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.site-footer-form input {
  flex: 1 1 240px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(214, 235, 228, 0.12);
  border-radius: 999px;
  background: rgba(245, 248, 245, 0.92);
  color: var(--text);
  font: inherit;
}

.site-footer-form button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(196, 245, 125, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #b9eb46 0%, #96d12f 100%);
  color: #0b201c;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.site-footer-note {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(231, 238, 232, 0.7);
}

.site-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(214, 235, 228, 0.14);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: none;
  justify-content: center;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-panel {
  width: min(900px, 100%);
  border: 1px solid rgba(23, 33, 28, 0.1);
  border-radius: 20px;
  background: rgba(255, 251, 245, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}

.cookie-panel strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.cookie-panel p {
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.cookie-actions button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}

.cookie-actions .primary {
  border-color: rgba(215, 160, 77, 0.22);
  background: var(--gold);
}

.cookie-banner,
[data-cookie] {
  display: none !important;
}

@media (max-width: 1100px) {
  .story-columns,
  .split-showcase,
  .styleguide-grid,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-column-primary {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .site-footer-column-links .site-footer-section:nth-child(2) {
    justify-self: start;
    text-align: left;
  }

  .cards-3,
  .metric-grid,
  .styleguide-swatch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-lockup {
    width: clamp(84px, 9vw, 104px);
  }

}

@media (max-width: 1024px) {
  .brand-lockup {
    width: clamp(76px, 7.6vw, 92px);
  }
}

@media (max-width: 1280px) {
  :root {
    --header-h: clamp(62px, 6vw, 72px);
    --header-pad-x: clamp(18px, 2.6vw, 24px);
    --header-brand-gap: clamp(10px, 1.4vw, 14px);
    --header-brand-icon: clamp(40px, 4vw, 48px);
    --header-brand-title: clamp(0.92rem, 1.05vw, 1rem);
    --header-brand-meta: clamp(0.7rem, 0.8vw, 0.76rem);
    --header-toggle-size: clamp(44px, 3.8vw, 48px);
    --hero-title-size: clamp(2.4rem, 4.5vw, 4.4rem);
    --hero-title-width: clamp(16rem, 34vw, 26rem);
    --hero-title-line: 1.04;
    --hero-lead-size: clamp(0.94rem, 1.08vw, 1.18rem);
    --hero-lead-width: clamp(21rem, 31vw, 31rem);
    --hero-cta-h: clamp(38px, 3.2vw, 42px);
    --hero-cta-size: clamp(0.76rem, 0.82vw, 0.84rem);
    --hero-cta-pad-x: clamp(12px, 1.1vw, 14px);
    --hero-media-pos-x: 87%;
    --hero-media-pos-y: 39%;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-home-copy {
    grid-template-columns: minmax(280px, 30rem) minmax(0, 1fr);
    padding-inline: clamp(18px, 2.4vw, 24px);
  }

  .hero-home-copy-kingdom {
    grid-template-columns: minmax(280px, 30rem) minmax(220px, 22rem);
  }
}

@media (min-width: 1101px) {
  .desktop-nav {
    display: block;
  }

  .brand {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .site-footer-brand {
    transform: none;
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: clamp(58px, 7vw, 68px);
    --header-pad-x: clamp(16px, 4vw, 24px);
    --header-brand-gap: clamp(10px, 2.8vw, 14px);
    --header-brand-icon: clamp(40px, 5vw, 48px);
    --header-brand-title: clamp(0.88rem, 1.45vw, 0.98rem);
    --header-brand-meta: clamp(0.66rem, 1.05vw, 0.74rem);
    --header-toggle-size: clamp(44px, 5vw, 52px);
    --hero-title-size: clamp(1.92rem, 4.5vw, 2.7rem);
    --hero-title-width: clamp(15rem, 58vw, 20rem);
    --hero-title-line: 1.06;
    --hero-lead-size: clamp(0.82rem, 1.45vw, 0.94rem);
    --hero-lead-width: clamp(16rem, 56vw, 21rem);
    --hero-cta-h: clamp(30px, 4vw, 34px);
    --hero-cta-size: clamp(0.64rem, 1.1vw, 0.72rem);
    --hero-cta-pad-x: clamp(9px, 1.3vw, 12px);
    --hero-media-pos-x: 90%;
    --hero-media-pos-y: 38%;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header-inner {
    gap: 12px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - var(--header-toggle-size) - 12px);
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy span {
    display: block;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 24px, 1400px);
    --header-h: clamp(54px, 14vw, 62px);
    --header-pad-x: clamp(14px, 4vw, 20px);
    --header-brand-gap: clamp(10px, 3vw, 14px);
    --header-brand-icon: clamp(34px, 8vw, 42px);
    --header-brand-title: clamp(0.76rem, 2vw, 0.88rem);
    --header-brand-meta: clamp(0.58rem, 1.55vw, 0.66rem);
    --header-toggle-size: clamp(36px, 7.5vw, 40px);
    --hero-title-size: clamp(2.9rem, 13vw, 4.3rem);
    --hero-title-width: clamp(19rem, 92vw, 24rem);
    --hero-title-line: 1.05;
    --hero-lead-size: clamp(0.82rem, 2.35vw, 0.92rem);
    --hero-lead-width: clamp(18rem, 92vw, 28rem);
    --hero-cta-h: clamp(34px, 8vw, 38px);
    --hero-cta-size: clamp(0.74rem, 2.2vw, 0.82rem);
    --hero-cta-pad-x: clamp(10px, 2.8vw, 13px);
    --hero-media-mobile-h: clamp(390px, 110vw, 530px);
    --hero-media-mobile-pos-x: 84%;
    --hero-media-mobile-pos-y: 34%;
  }

  main {
    padding: 16px 0 56px;
  }

  body[data-page="home"] main,
  body[data-page="template"] main,
  body.master-content-page main {
    padding-top: 0;
  }

  .site-footer-inner {
    width: calc(100% - 50px);
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer-column-primary {
    gap: 6px;
  }

  .site-footer-note {
    margin-top: 0;
  }

  .site-footer-brand {
    transform: none;
  }

  .site-footer-column-links {
    margin-top: 20px;
  }

  .site-header-inner {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand {
    min-width: 42px;
    transform: translateX(-3px);
  }

  .brand-mark-mobile {
    display: block;
    width: clamp(56px, 14vw, 66px);
    height: clamp(56px, 14vw, 66px);
    filter: drop-shadow(0 0 8px rgba(255, 220, 110, 0.18));
    transform: translate(-20px, -20px);
  }

  .brand-lockup {
    display: none;
  }

  .desktop-nav-lockup {
    width: 132px;
  }

  .menu-toggle {
    transform: translateX(8px);
    width: clamp(36px, 7.5vw, 40px);
    height: clamp(32px, 7vw, 36px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(20, 29, 24, 0.08);
  }

  .menu-toggle::before,
  .menu-toggle span {
    background: rgba(16, 54, 49, 0.92);
  }

  .menu-panel {
    background: rgba(10, 55, 48, 0.94);
    border-left-color: transparent;
  }

  .menu-head {
    min-height: 0;
    padding-bottom: 4px;
  }

  .hero-home {
    min-height: 0;
    background: transparent;
  }

  .hero-home-media {
    position: relative;
    inset: auto;
    height: var(--hero-media-mobile-h);
  }

  .hero-home-media img,
  .hero-home-media video {
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-media-mobile-pos-x) var(--hero-media-mobile-pos-y);
  }

  .hero-home::before,
  .hero-home::after {
    display: none;
  }

  .hero-home-copy {
    position: relative;
    inset: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: clamp(38px, 10vw, 58px) 14px clamp(54px, 16vw, 90px);
    background: rgba(12, 76, 64, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 0;
    border-radius: 8px 8px 0 0;
    display: block;
  }

  .hero-proof {
    margin-top: 18px;
    width: 100%;
  }

  .hero-copy {
    max-width: 100%;
    gap: 12px;
    padding-top: 6px;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-top: clamp(18px, 5vw, 30px);
  }

  /* HB_Justage_Pill_Mobile: Hier mobile Pill-Hoehe, Schrift und Position fein nachstellen. */
  .hero-copy .eyebrow {
    margin-top: 18px;
    margin-bottom: 6px;
    margin-left: -4px;
    min-height: auto;
    padding: clamp(1px, 0.35vw, 2px) clamp(10px, 2.2vw, 12px) clamp(1px, 0.35vw, 2px) clamp(14px, 3vw, 16px);
    white-space: normal;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body[data-page="home"] .hero-copy .eyebrow-home,
  body[data-page="template"] .hero-copy .eyebrow-home,
  body.master-content-page .hero-copy .eyebrow-home {
    display: block;
    width: fit-content;
    max-width: 19rem;
    border-radius: 8px;
    line-height: 1.12;
    font-size: clamp(0.94rem, 3.1vw, 1.04rem);
    letter-spacing: 0.005em;
    text-transform: none;
    font-weight: 500;
    text-align: left;
  }

  body[data-page="home"] .hero-copy .eyebrow-home .eyebrow-break,
  body[data-page="template"] .hero-copy .eyebrow-home .eyebrow-break,
  body.master-content-page .hero-copy .eyebrow-home .eyebrow-break {
    display: block;
  }

  .hero-copy .hero-lead {
    max-width: calc(100% - 24px);
    font-size: clamp(1rem, 3.2vw, 1.12rem);
    font-weight: 300;
    line-height: 1.72;
    letter-spacing: 0.035em;
    opacity: 0.9;
  }

  .hero-copy .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(46px, 13vw, 76px);
  }

  .hero-copy .hero-actions .button:last-child {
    grid-column: 1 / -1;
  }

  body[data-page="home"] .hero-home-media img,
  body[data-page="home"] .hero-home-media video,
  body.master-content-page .hero-home-media img,
  body.master-content-page .hero-home-media video {
    object-position: 84% var(--hero-media-mobile-pos-y);
  }

  .button-primary,
  .button-secondary,
  .button-ghost {
    box-shadow: none;
  }

  .button-primary {
    background: rgba(244, 211, 94, 0.78);
  }

  .button-secondary {
    background: rgba(255, 255, 255, 0.14);
  }

  .button-ghost {
    background: rgba(255, 255, 255, 0.58);
  }

  .cards-3,
  .metric-grid,
  .split-grid,
  .cookie-panel,
  .styleguide-swatch-grid {
    grid-template-columns: 1fr;
  }

  .page-header {
    min-height: 240px;
  }

  .page-header h1,
  .section-head h2 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .section-card,
  .content-box {
    padding: 16px 12px;
  }

  .site-footer {
    padding: 36px 0 40px;
  }

  .site-footer-form {
    padding: 28px 20px;
    gap: 16px;
    border-radius: 24px;
  }

  .site-footer-form-row {
    flex-direction: column;
    gap: 14px;
  }

  .site-footer-form input {
    width: 100%;
    min-height: 58px;
    height: 58px;
    border-radius: 28px;
    padding: 0 18px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
  }

  .site-footer-form button {
    width: 100%;
    min-height: 46px;
  }

  .site-footer-social {
    gap: 14px;
  }

  .social-link {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding: 10px 0 12px;
  }

  .site-footer-inner {
    width: calc(100% - 32px);
    max-width: 100%;
    gap: 14px;
    padding-top: 48px;
  }

  .site-footer-nav,
  .site-footer-legal {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .site-footer-nav .site-footer-links,
  .site-footer-legal .site-footer-links {
    display: grid;
    width: 100%;
    min-width: 0;
    gap: 6px;
  }

  .site-footer-nav .site-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-legal .site-footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer-nav .site-footer-links a,
  .site-footer-legal .site-footer-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 8px;
    border: 1px solid rgba(185, 235, 70, 0.2);
    border-radius: 4px;
    background: rgba(3, 43, 36, 0.24);
    font-size: clamp(8px, 2.2vw, 10px);
    line-height: 1.12;
    text-align: center;
    text-wrap: balance;
  }

  .site-footer-column-primary {
    top: -24px;
  }

  .site-footer-brand img {
    width: 54px;
  }
}
