:root {
  --pink: #ffb1cf;
  --red: #c5123e;
  --deep-red: #981035;
  --ink: #4b0e26;
  --paper: #fff8fb;
  --white: #fffdfd;
  --line: rgba(75, 14, 38, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: 0.8rem 1rem;
  background: var(--white);
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 5.25rem;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--red);
}
.wordmark { width: 7.5rem; }
.wordmark img { width: 100%; height: 3.2rem; object-fit: contain; object-position: left; }
.header-note { margin: 0; font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 1.4rem; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
nav a { text-decoration: none; }
.nav-cta { border: 1px solid currentColor; border-radius: 99px; padding: .7rem 1rem; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(8rem, 12vw, 11rem) 2rem clamp(9rem, 15vw, 15rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--pink);
}
.hero-kicker { margin: 0 0 clamp(2rem, 5vw, 4rem); color: var(--red); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-logo-wrap { width: min(100%, 70rem); display: grid; justify-items: center; }
.hero-logo-frame { display: block; width: 100%; aspect-ratio: 5 / 4; border: 0; pointer-events: none; }
.logo-replay { margin-top: -1.5rem; padding: .7rem 1rem; border: 1px solid var(--red); border-radius: 999px; color: var(--red); background: rgba(255,255,255,.82); font-weight: 800; cursor: pointer; }
.hero-copy { max-width: 58rem; margin-top: clamp(5rem, 9vw, 9rem); text-align: center; }
.hero-copy h1 { margin: 0 0 1.75rem; font: 900 clamp(3rem, 8vw, 7.5rem)/.9 "Arial Rounded MT Bold", Arial, sans-serif; letter-spacing: -.065em; color: var(--red); }
.hero-copy p { margin: 0 auto 2rem; max-width: 40rem; font-size: clamp(1.1rem, 1.8vw, 1.4rem); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .8rem 1.2rem; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; }
.button-light { color: var(--red); background: var(--white); }
.button-dark { color: var(--white); background: var(--red); }

.frame-display { position: relative; z-index: 4; width: min(100%, 47rem); margin: 0; perspective: 1300px; }
.frame-display img { width: 100%; aspect-ratio: 1; object-fit: contain; transform-style: preserve-3d; filter: drop-shadow(0 2.2rem 2.4rem rgba(79, 7, 36, .18)); }
.frame-display-pink { justify-self: center; }
.frame-display-pink img { animation: frame-float-pink 8s ease-in-out infinite alternate; }
.frame-display-red { justify-self: center; }
.frame-display-red img { animation: frame-float-red 8s ease-in-out infinite alternate; }
@keyframes frame-float-pink {
  from { transform: rotateY(-7deg) rotateX(2deg) translateY(0); }
  to { transform: rotateY(-3deg) rotateX(0deg) translateY(-.75rem); }
}
@keyframes frame-float-red {
  from { transform: rotateY(7deg) rotateX(2deg) translateY(0); }
  to { transform: rotateY(3deg) rotateX(0deg) translateY(-.75rem); }
}

.manifesto { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(10rem, 16vw, 17rem) max(2rem, 6vw); background: var(--red); color: var(--pink); }
.eyebrow { margin: 0 0 1.25rem; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.manifesto h2, .frame-feature h2, .offer h2 { margin: 0; font: 900 clamp(3.8rem, 10vw, 10rem)/.86 "Arial Rounded MT Bold", Arial, sans-serif; letter-spacing: -.075em; }
.manifesto h2 span { color: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 62rem; margin: 4rem 0 5rem auto; }
.manifesto-grid p { margin: 0; font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.45; }
.themes { display: flex; gap: .65rem; flex-wrap: wrap; }
.themes span { border: 1px solid currentColor; border-radius: 999px; padding: .65rem 1rem; font-weight: 700; }

.frame-feature { min-height: 115svh; display: grid; grid-template-columns: minmax(20rem, .82fr) minmax(30rem, 1.18fr); align-items: center; gap: clamp(5rem, 10vw, 12rem); padding: clamp(10rem, 16vw, 18rem) max(2rem, 6vw); background: var(--white); overflow: hidden; }
.frame-feature-copy { max-width: 42rem; }
.frame-feature h2 { color: var(--red); font-size: clamp(3.8rem, 7vw, 7.5rem); }
.frame-feature-copy > p:last-child { max-width: 33rem; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.55; }

.offer { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(5rem, 10vw, 10rem); padding: clamp(11rem, 17vw, 18rem) max(2rem, 6vw); color: var(--red); background: var(--pink); }
.offer-copy > p:not(.eyebrow) { max-width: 35rem; font-size: 1.1rem; line-height: 1.6; }
.offer h2 { font-size: clamp(3.7rem, 8vw, 8rem); }
.offer ul { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.offer li { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.interest-form { align-self: start; display: grid; padding: clamp(1.4rem, 4vw, 3rem); background: var(--white); border-radius: 1.2rem; box-shadow: 0 1.5rem 4rem rgba(94,10,45,.12); }
.interest-form label { margin: 1rem 0 .4rem; font-weight: 800; }
.interest-form input, .interest-form select { width: 100%; min-height: 3.25rem; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: .4rem; background: var(--paper); color: var(--ink); }
.interest-form .button { margin-top: 1.4rem; }
.form-note { margin: .8rem 0 0; font-size: .82rem; opacity: .7; }
.form-success { margin: 1rem 0 0; padding: 1rem; color: var(--deep-red); background: var(--pink); border-radius: .5rem; font-weight: 700; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 3rem 2rem; background: var(--white); border-top: 1px solid var(--line); }
footer img { width: 9rem; }
footer p { text-align: center; }
footer a { justify-self: end; font-weight: 800; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-note, nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 8rem; padding-bottom: 9rem; }
  .hero-copy { margin-top: 5rem; }
  .frame-feature, .manifesto-grid, .offer { grid-template-columns: 1fr; }
  .frame-feature { min-height: auto; padding-top: 10rem; padding-bottom: 12rem; }
  .frame-display-pink { width: min(100%, 36rem); margin: 0 auto; }
  .frame-display-red { width: min(100%, 38rem); }
  .manifesto-grid { margin-left: 0; }
}

@media (max-width: 560px) {
  .site-header { padding: .8rem 1rem; }
  .wordmark { width: 6.2rem; }
  .nav-cta { font-size: .72rem; padding: .6rem .75rem; }
  .hero, .manifesto, .frame-feature, .offer { padding-left: 1rem; padding-right: 1rem; }
  .hero-kicker { margin-bottom: 2.5rem; text-align: center; }
  .logo-replay { margin-top: -.5rem; }
  .manifesto h2, .frame-feature h2, .offer h2 { font-size: clamp(3rem, 14vw, 4.7rem); line-height: .94; }
  .manifesto-grid { margin-top: 2.5rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .frame-display img { animation: none; transform: none; }
}
