/* fiylo.golf — Static Landing */

:root {
  --primary: #1b3328;
  --accent: #b0924c;
  --background: #faf8f2;
  --foreground: #1a1916;
  --secondary: #f2efe8;
  --muted: #eae6dc;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin: 0;
}

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

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

/* ── Header ── */
.site-header {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.site-header__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-header__brands {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.site-header__divider {
  display: none;
  width: 1px;
  height: 1.75rem;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.site-header__partner {
  display: none;
  width: auto;
  height: 36px;
  object-fit: contain;
}

@media (min-width: 640px) {
  .site-header__divider,
  .site-header__partner {
    display: block;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  user-select: none;
}

.logo__img {
  display: block;
  width: auto;
  height: 28px;
}

@media (min-width: 640px) {
  .logo__img {
    height: 32px;
  }
}

.logo__img--footer {
  height: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2px;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn:hover {
  opacity: 0.92;
}

.btn--accent {
  background: var(--accent);
  color: #111;
  font-weight: 600;
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.55rem 1rem;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.btn--lg {
  padding: 1rem 1.5rem;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--primary);
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  animation: hero-zoom 18s ease-out forwards;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.62) 42%,
      rgba(0, 0, 0, 0.35) 72%,
      rgba(0, 0, 0, 0.45) 100%
    ),
    linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 42%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 6.5rem 1.5rem 4.5rem;
}

.hero__layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero__brand {
  margin: 0;
  line-height: 0;
}

.hero__brand-logo {
  display: block;
  width: min(100%, 17.5rem);
  height: auto;
}

@media (min-width: 900px) {
  .hero__brand-logo {
    width: min(100%, 20rem);
  }
}

.hero__columns {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .hero__columns {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
  }
}

.hero__copy {
  max-width: 36rem;
  display: flex;
  flex-direction: column;
}

.hero__lead {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 2.4vw, 1.625rem);
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.hero__tagline {
  margin: 1rem 0 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero__body {
  margin: 1.5rem 0 0;
  max-width: 28rem;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.hero__body p {
  margin: 0;
}

.hero__body strong {
  font-weight: 600;
  color: #fff;
}

.hero__aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.75rem;
  max-width: 22rem;
  width: 100%;
  padding: 1.5rem 1.5rem 1.35rem;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 48px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(3px);
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .hero__aside {
    justify-self: end;
    max-width: 24rem;
    height: 100%;
    padding: 1.75rem 1.75rem 1.5rem;
  }

  .hero__cta {
    max-width: none;
  }

  .hero__aside .cta-group {
    margin-top: auto;
  }
}

.hero__offer {
  margin: 0;
  padding: 0.15rem 0 0 1.15rem;
  border-left: 2px solid var(--accent);
}

.hero__offer-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero__offer-months {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
}

.hero__offer-zero {
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: #fff;
}

.hero__offer-label {
  margin: 1.1rem 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.3;
}

.hero__offer-body {
  margin: 1rem 0 0;
  max-width: 18rem;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.hero__offer-body strong {
  font-weight: 600;
  color: var(--accent);
}

.hero__offer-link {
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hero__offer-link:hover {
  color: #c4a45a;
}

.partner-badge {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--accent);
  padding-left: 0.42em;
}

.eyebrow--light {
  color: rgba(252, 211, 77, 0.7);
}

.hero-video-preview {
  position: relative;
  display: block;
  width: 100%;
  max-width: 17.5rem;
  margin: 1.75rem 0 0;
  padding: 0;
  border: 1px solid rgba(176, 146, 76, 0.55);
  border-radius: 2px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.hero-video-preview__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.hero-video-preview__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--accent);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-video-preview__play svg {
  margin-left: 2px;
}

.hero-video-preview:hover .hero-video-preview__play {
  transform: scale(1.08);
  background: #c4a45a;
}

.hero-video-preview__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.75rem;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.hero__cta {
  width: 100%;
  max-width: 22rem;
}

/* Limit & urgency */
.limit-badge {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.4rem 0.7rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(176, 146, 76, 0.55);
  background: rgba(176, 146, 76, 0.14);
  line-height: 1.3;
}

.limit-badge--hero {
  align-self: flex-start;
}

.limit-badge--contact {
  margin-top: 1.5rem;
}

.limit-notice {
  margin: 1.75rem auto 0;
  max-width: 34rem;
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(176, 146, 76, 0.45);
  background: rgba(176, 146, 76, 0.12);
  text-align: center;
}

.limit-notice__title {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.limit-notice__text {
  margin: 0.55rem 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.limit-notice__text strong {
  font-weight: 600;
  color: #fff;
}

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
}

.cta-group--center {
  align-items: center;
}

.cta-hint {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.cta-hint--on-dark {
  color: rgba(255, 255, 255, 0.62);
}

.cta-hint--form {
  margin-top: 0.75rem;
  text-align: left;
  color: rgba(26, 25, 22, 0.55);
}

.hero__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  padding: 0.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
  animation: hero-scroll-pulse 2.4s ease-in-out infinite;
}

.hero__scroll:hover {
  color: #fff;
}

@keyframes hero-scroll-pulse {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
}

/* ── Sections ── */
.section {
  padding: 5rem 1.5rem;
  scroll-margin-top: 1rem;
}

@media (min-width: 768px) {
  .section {
    padding: 7rem 2.5rem;
  }
}

.section--bg {
  background: var(--background);
}

.section--secondary {
  background: var(--secondary);
}

.section--primary {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  color: #fff;
}

.section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.container {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
}

.container--narrow {
  max-width: 48rem;
}

.container--wide {
  max-width: 72rem;
}

.text-center {
  text-align: center;
}

.section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--foreground);
  text-wrap: balance;
}

.section--primary h2 {
  color: #fff;
}

.section__lead {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26, 25, 22, 0.65);
}

.section--primary .section__lead {
  color: rgba(255, 255, 255, 0.65);
}

.section__lead strong {
  font-weight: 600;
  color: var(--foreground);
}

.mt-eyebrow {
  margin-bottom: 1rem;
}

/* Linksbündige Eyebrows (Kontakt-Spalte) ohne Zentrier-Padding */
.contact-copy .eyebrow,
.lead-form .eyebrow {
  padding-left: 0;
  margin-right: -0.42em;
}

/* Categories */
.categories {
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2rem;
}

@media (min-width: 640px) {
  .categories {
    grid-template-columns: 1fr 1fr;
  }
}

.category__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--muted);
}

.category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.category:hover .category__media img {
  transform: scale(1.03);
}

.category__label {
  margin: 1rem 0 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-right: -0.35em;
}

.category__items {
  margin: 0.5rem 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26, 25, 22, 0.7);
}

/* Offer points */
.offer-points {
  margin: 3rem auto 0;
  max-width: 32rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.offer-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.offer-points li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dot {
  margin-top: 0.375rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.offer-closing {
  margin: 2.5rem auto 0;
  max-width: 42rem;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.offer-cta {
  margin-top: 2.5rem;
}

.sponsor-block {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

/* Plans */
.plans-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.plan {
  overflow: hidden;
  border-radius: 2px;
  background: var(--background);
}

.plan--premium {
  border: 1px solid var(--accent);
  box-shadow: 0 20px 40px rgba(176, 146, 76, 0.1);
  outline: 1px solid rgba(176, 146, 76, 0.2);
}

.plan--basis {
  border: 1px solid rgba(26, 25, 22, 0.2);
}

.plan__header {
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem calc(0.625rem + 0.3em);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.plan--premium .plan__header {
  background: var(--accent);
  color: #fff;
}

.plan--basis .plan__header {
  background: rgba(26, 25, 22, 0.15);
  color: rgba(26, 25, 22, 0.7);
}

.plan__body {
  padding: 2rem;
}

.plan__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26, 25, 22, 0.7);
}

.plan__price {
  margin: 1.25rem 0 0;
  font-family: var(--font-display);
  font-size: 1.875rem;
  color: var(--foreground);
}

.plans-vat {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 12px;
  color: rgba(26, 25, 22, 0.45);
}

.plans-extras {
  margin: 2.5rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(26, 25, 22, 0.55);
}

.contact-form-wrap {
  width: 100%;
  min-width: 0;
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 3.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.contact-copy {
  text-align: left;
}

.contact-copy h2 {
  color: #fff;
  text-align: left;
}

.contact-copy .section__lead {
  margin: 1.5rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

.contact-points {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.contact-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-closing {
  margin: 3rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

/* Form */
.lead-form {
  background: var(--background);
  border-radius: 2px;
  padding: 2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.lead-form h3 {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--foreground);
  text-align: left;
}

.field {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  min-width: 0;
}

.field__label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 25, 22, 0.5);
  text-align: left;
}

.field__box {
  display: block;
  border: 1px solid rgba(26, 25, 22, 0.1);
  border-radius: 2px;
  padding: 0.75rem 0.875rem;
  transition: border-color 0.15s ease;
  background: #fff;
}

.field__box:focus-within {
  border-color: var(--primary);
}

.field__box input,
.field__box textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  color: var(--foreground);
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
}

.field__box input::placeholder,
.field__box textarea::placeholder {
  color: rgba(26, 25, 22, 0.35);
}

.field-row {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0;
}

.field-row .field {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .field-row {
    grid-template-columns: 1fr 1fr;
  }
}

.lead-form .btn {
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  background: var(--primary);
  color: var(--background);
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1rem;
  font-size: 13px;
  box-sizing: border-box;
}

.form-privacy {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 11px;
  color: rgba(26, 25, 22, 0.4);
}

.field-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-error {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #9b2c2c;
}

.lead-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.form-success {
  text-align: center;
  padding: 2rem 0;
}

.form-success__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(27, 51, 40, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.form-success h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--foreground);
}

.form-success p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(26, 25, 22, 0.6);
}

.form-success a {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-success a:hover {
  color: var(--accent);
}

.hidden {
  display: none !important;
}

/* Video lightbox */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.video-modal[hidden] {
  display: none !important;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(4px);
}

.video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
}

.video-modal__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.25rem;
}

.video-modal__close:hover {
  color: #fff;
}

.video-modal__player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}

/* Footer */
.site-footer {
  margin-top: auto;
  border-top: 1px solid rgba(26, 25, 22, 0.1);
  background: var(--primary);
  color: var(--background);
}

.site-footer__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.site-footer__tagline {
  margin: 0.75rem 0 0;
  max-width: 28rem;
  font-size: 0.875rem;
  color: rgba(250, 248, 242, 0.7);
}

.site-footer__cols {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px) {
  .site-footer__cols {
    flex-direction: row;
    gap: 3.5rem;
  }
}

.site-footer__title {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: rgba(250, 248, 242, 0.8);
}

.site-footer li {
  margin-bottom: 0.5rem;
  opacity: 0.5;
}

.site-footer li:has(a) {
  opacity: 1;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer a:hover {
  color: var(--accent);
}

.site-footer__copy {
  border-top: 1px solid rgba(250, 248, 242, 0.1);
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(250, 248, 242, 0.5);
}

/* Legal pages */
.page-legal .site-header--solid {
  position: relative;
  background: var(--primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.legal__back {
  margin: 0 0 2rem;
  font-size: 0.875rem;
}

.legal__back a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal__back a:hover {
  color: var(--accent);
}

.legal h1 {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  color: var(--primary);
}

.legal h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary);
}

.legal p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--foreground);
}

.legal a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal a:hover {
  color: var(--accent);
}

.legal h3 {
  margin: 1.5rem 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--primary);
}

.legal h4 {
  margin: 1.15rem 0 0.5rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--foreground);
}

.legal ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--foreground);
}

.legal li {
  margin-bottom: 0.65rem;
}

.legal__notice {
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

/* Motion */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}

.animate-fade-up {
  animation: fade-up 0.9s ease-out both;
}

.animate-fade-up-delay {
  animation: fade-up 0.9s ease-out 0.18s both;
}

.animate-fade-up-delay-2 {
  animation: fade-up 0.9s ease-out 0.36s both;
}

@media (prefers-reduced-motion: reduce) {
  .animate-fade-up,
  .animate-fade-up-delay,
  .animate-fade-up-delay-2,
  .hero__bg,
  .hero__scroll {
    animation: none;
  }
}
