:root {
  --navy: #15384f;
  --navy-soft: #4c626d;
  --gold: #b98631;
  --paper: #f8f2e9;
  --paper-soft: #fbf8f3;
  --line: #d9cab3;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; min-height: 100%; overflow-x: hidden; }
body { background: var(--paper); color: var(--navy); font-family: Arial, "Noto Sans Hebrew", sans-serif; }
button, input { font: inherit; }

.landing { min-height: 100svh; }
.site-header {
  height: 68px;
  padding: 10px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(252, 250, 247, .97);
  border-bottom: 1px solid rgba(21, 56, 79, .1);
}
.site-header > p { margin: 0; color: #65747b; font-size: .875rem; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.125rem; font-weight: 700; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(185, 134, 49, .55); border-radius: 50%; color: var(--gold); font: 700 1.125rem Georgia, serif; }

.stage { height: calc(100svh - 68px); display: grid; place-items: center; overflow: hidden; }
.poster { position: relative; height: 100%; max-height: 1280px; aspect-ratio: 3 / 4; overflow: hidden; }
.journey { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }

.lead-panel { position: absolute; z-index: 1; top: 5.5%; right: 5%; width: 50%; }
.eyebrow { margin: 0 0 8px; color: #986b27; font-size: .875rem; font-weight: 700; }
h1 { margin: 0; max-width: 15ch; font: 700 clamp(1.85rem, 3vw, 2.55rem)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.intro { margin: 11px 0 15px; max-width: 44ch; color: var(--navy-soft); font-size: .94rem; line-height: 1.45; }
form { display: grid; gap: 8px; }
.field { position: relative; }
.field label {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 13px;
  padding: 0 4px;
  color: #586c77;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: right center;
  transition: top .15s, color .15s, font-size .15s, background .15s;
}
.field label span { color: #6f7c82; font-size: .75rem; font-weight: 400; }
.field input { width: 100%; height: 46px; padding: 12px 13px 0; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .9); color: var(--navy); outline: none; font-size: 1rem; transition: border-color .15s, box-shadow .15s, background .15s; }
.field input:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(185, 134, 49, .13); }
.field input:focus + label,
.field input:not(:placeholder-shown) + label {
  top: 8px;
  color: #8a6227;
  font-size: .68rem;
  background: transparent;
  transform: none;
}
button { height: 46px; margin-top: 3px; border: 0; border-radius: 10px; background: var(--navy); color: #fff; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background .15s, transform .15s, box-shadow .15s; }
button:hover { background: #224e68; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(21, 56, 79, .16); }
button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.privacy { margin: 10px 0 0; color: #6f7c82; font-size: .75rem; line-height: 1.45; }
.form-error { margin: 0; color: #9d3027; font-size: .8125rem; line-height: 1.4; }

@media (max-aspect-ratio: 3/4) and (min-width: 721px) {
  .poster { width: 100%; height: auto; }
}

@media (max-width: 720px) {
  .site-header { height: 54px; padding: 8px 14px; background: rgba(252, 250, 247, .94); }
  .site-header > p { display: none; }
  .stage { height: calc(100svh - 54px); min-height: 650px; overflow: hidden; display: grid; }
  .poster { width: 100%; min-width: 0; height: 100%; min-height: 650px; aspect-ratio: auto; overflow: hidden; background: var(--paper); }
  .journey {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
  }
  .lead-panel {
    top: 2.5%;
    right: 3.5%;
    width: 69%;
    min-width: 0;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .72);
  }
  .eyebrow { margin-bottom: 5px; font-size: .75rem; }
  h1 { max-width: 100%; font-size: clamp(1.7rem, 8vw, 2rem); line-height: 1.05; overflow-wrap: normal; }
  .intro { margin: 8px 0 12px; font-size: .82rem; line-height: 1.38; }
  form { width: 67.2%; gap: 6px; }
  .field input { height: 40px; padding-top: 10px; background: rgba(255, 255, 255, .93); }
  .field label { right: 11px; font-size: .81rem; }
  .field input:focus + label,
  .field input:not(:placeholder-shown) + label { top: 6px; font-size: .64rem; }
  button { height: 42px; }
  .privacy { margin-top: 7px; font-size: .65rem; line-height: 1.35; }
}

@media (max-width: 360px) {
  .lead-panel { width: 72%; right: 3%; }
  h1 { font-size: 1.62rem; }
  .intro { font-size: .77rem; }
  form { width: 70.4%; }
  .field input { height: 38px; }
  button { height: 40px; }
}

@media (max-height: 760px) and (min-width: 721px) {
  .site-header { height: 58px; }
  .stage { height: calc(100svh - 58px); }
  .lead-panel { top: 4%; }
  .eyebrow { margin-bottom: 5px; }
  .intro { margin: 7px 0 10px; }
  form { gap: 6px; }
  .field { gap: 3px; }
  .field input { height: 39px; }
  button { height: 42px; }
  .privacy { margin-top: 7px; font-size: .7rem; }
}
