:root {
  --paper: #f1ede3;
  --paper-deep: #e8e1d4;
  --ink: #10271f;
  --muted: #5d6d66;
  --green: #08271f;
  --green-2: #0d3328;
  --gold: #bd8b27;
  --gold-light: #e9c36b;
  --line: rgba(16, 39, 31, .2);
  --danger: #b54141;
  --success: #156944;
}

* { box-sizing: border-box; }

html,
body { min-height: 100%; }

html { background: var(--paper); }

body {
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.page-photo {
  position: fixed;
  z-index: 0;
  inset: 0 0 0 58%;
  background:
    linear-gradient(rgba(4, 26, 20, .48), rgba(4, 26, 20, .64)),
    url("/gewinn/assets/images/hero-casino.webp") 48% center / cover no-repeat;
}

.page-photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, .22);
}

.site-header {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100% - 64px));
  height: 138px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-wordmark {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1;
  letter-spacing: -.055em;
  text-decoration: none;
}

.brand-wordmark::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -10px;
  left: 3px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light) 65%, transparent);
  transform: skewX(-24deg);
}

.brand-wordmark span {
  font-weight: 700;
}

.brand-wordmark em {
  color: var(--gold);
  font-weight: 400;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 13px;
}

.header-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.42);
  padding-bottom: 3px;
}

.age-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(233, 195, 107, .7);
  border-radius: 50%;
  color: var(--gold-light);
  font-weight: 800;
}

.landing-shell {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 64px));
  min-height: calc(100svh - 138px);
  margin: 0 auto;
  padding: 10px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: center;
  gap: clamp(54px, 5.5vw, 92px);
}

.intro {
  max-width: 750px;
  padding-bottom: 16px;
}

.eyebrow,
.card-index {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.intro h1 {
  max-width: 750px;
  margin: 24px 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 5.15vw, 86px);
  line-height: .94;
  letter-spacing: -.042em;
  font-weight: 700;
  text-wrap: balance;
}

.intro h1 em {
  display: block;
  color: var(--gold);
  font-weight: 400;
}

.intro-copy {
  max-width: 650px;
  margin: 0;
  color: #41544c;
  font-size: 19px;
  line-height: 1.62;
}

.proof-row {
  margin-top: 34px;
  padding: 19px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-row span {
  position: relative;
  padding-left: 17px;
  font-size: 13px;
  font-weight: 700;
}

.proof-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.responsible {
  max-width: 650px;
  margin: 18px 0 0;
  color: #75817b;
  font-size: 11px;
  line-height: 1.55;
}

.responsible strong { color: var(--ink); }

.editorial-note {
  margin-top: 20px;
  padding: 14px 17px;
  display: grid;
  grid-template-columns: 165px 1fr;
  align-items: center;
  gap: 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, .55);
}

.editorial-note span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.editorial-note strong {
  font: 700 14px/1.45 Georgia, serif;
}

.form-stage {
  display: flex;
  justify-content: flex-end;
}

.signup-card {
  width: 100%;
  padding: 40px 42px 35px;
  border-top: 4px solid var(--gold-light);
  background: var(--green);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.card-index { color: var(--gold-light); }

.signup-card h2 {
  margin: 17px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: .96;
  letter-spacing: -.025em;
  font-weight: 700;
}

.card-intro {
  margin: 0 0 26px;
  color: #b7c7c0;
  font-size: 15px;
  line-height: 1.55;
}

#gewinnForm {
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #e5eee9;
  font-size: 12px;
  font-weight: 700;
}

.field input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 0;
  outline: none;
  background: #061c16;
  color: #fff;
  padding: 0 15px;
  font: inherit;
  font-size: 15px;
  transition: border-color .15s, background .15s;
}

.field input::placeholder { color: #6f837a; }

.field input:focus {
  border-color: var(--gold-light);
  background: #041710;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 9px;
  color: #aebfb7;
  font-size: 11px;
  line-height: 1.45;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--gold-light);
}

.consent a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.45);
}

.submit-button {
  min-height: 57px;
  border: 0;
  border-radius: 0;
  background: var(--gold-light);
  color: #11261f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  cursor: pointer;
  transition: background .16s, color .16s;
}

.submit-button:hover {
  background: #fff;
  color: var(--green);
}

.submit-button:disabled {
  cursor: wait;
  opacity: .62;
}

.button-arrow { font-size: 19px; line-height: 1; }

.form-status {
  display: none;
  padding: 10px 11px;
  font-size: 11px;
  line-height: 1.4;
}

.form-status.is-success {
  display: block;
  background: #dff5e9;
  color: var(--success);
}

.form-status.is-error {
  display: block;
  background: #fde8e5;
  color: var(--danger);
}

.privacy-note {
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #82968c;
  font-size: 10px;
  line-height: 1.45;
}

@media (min-width: 901px) and (min-height: 700px) {
  body { overflow: hidden; }
}

@media (max-height: 800px) and (min-width: 901px) {
  .site-header { height: 96px; }
  .brand-wordmark { font-size: 33px; }
  .landing-shell {
    min-height: calc(100svh - 96px);
    padding: 10px 0 24px;
  }
  .intro h1 { margin-block: 16px; font-size: clamp(51px, 4.8vw, 66px); }
  .intro-copy { font-size: 16px; }
  .proof-row { margin-top: 20px; padding-block: 12px; }
  .editorial-note { margin-top: 13px; padding-block: 10px; }
  .responsible { margin-top: 12px; font-size: 9px; }
  .signup-card { padding: 27px 30px 23px; }
  .signup-card h2 { margin-block: 11px 9px; font-size: 35px; }
  .card-intro { margin-bottom: 15px; font-size: 13px; }
  #gewinnForm { gap: 10px; }
  .field input { height: 43px; }
  .consent { font-size: 9px; }
  .submit-button { min-height: 45px; }
  .privacy-note { margin-top: 11px; padding-top: 10px; font-size: 8px; }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .landing-shell {
    grid-template-columns: minmax(0, 1fr) 450px;
    gap: 38px;
  }
  .intro h1 { font-size: clamp(52px, 6vw, 70px); }
  .signup-card { padding-inline: 31px; }
}

@media (max-width: 900px) {
  .page-photo {
    position: absolute;
    inset: 0 0 auto;
    height: 330px;
    background-position: center 48%;
  }
  .page-photo::before {
    top: auto;
    right: 0;
    width: auto;
    height: 1px;
  }
  .site-header {
    width: min(100% - 32px, 650px);
    height: 104px;
  }
  .brand-wordmark {
    color: #fff;
    font-size: 34px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
  }
  .header-meta { font-size: 11px; }
  .landing-shell {
    width: min(100% - 32px, 650px);
    min-height: 0;
    padding: 232px 0 42px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .intro {
    padding: 30px 24px;
    background: var(--paper);
    box-shadow: 0 12px 35px rgba(0,0,0,.14);
  }
  .intro h1 { font-size: clamp(43px, 13vw, 62px); }
  .form-stage { justify-content: stretch; }
  .signup-card { max-width: none; }
}

@media (max-width: 520px) {
  .site-header { height: 90px; }
  .brand-wordmark { font-size: 30px; }
  .header-meta a { display: none; }
  .age-mark { width: 34px; height: 34px; }
  .landing-shell { padding-top: 224px; }
  .intro { padding: 25px 20px; }
  .intro h1 { font-size: 43px; }
  .intro-copy { font-size: 15px; }
  .proof-row { align-items: flex-start; flex-direction: column; }
  .editorial-note { grid-template-columns: 1fr; gap: 7px; }
  .signup-card { padding: 25px 20px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
