:root {
  --ink: #231a1a;
  --muted: #6f5f5b;
  --cream: #fffaf4;
  --paper: #fffdf9;
  --blush: #f4e6d9;
  --rose: #d69385;
  --rose-deep: #9f5f58;
  --green: #385b50;
  --line: rgba(54, 35, 35, 0.12);
  --shadow: 0 28px 70px rgba(67, 42, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1280px, calc(100% - 64px));
  min-height: 92px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.site-brand,
.footer-brand {
  display: flex;
  align-items: center;
}

.site-brand {
  width: max-content;
  gap: 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  text-decoration: none;
}

.site-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  gap: 34px;
}

.site-nav a,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--rose-deep);
}

.nav-download {
  justify-self: end;
  padding: 11px 21px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-download:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  width: min(1280px, calc(100% - 64px));
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 86px 0 96px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

h1 {
  max-width: 710px;
  font-size: clamp(65px, 7.2vw, 110px);
}

h1 em {
  color: var(--rose-deep);
  font-weight: 400;
}

.hero-lede {
  max-width: 540px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.store-button {
  display: inline-block;
  border-radius: 9px;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.store-button img {
  width: 182px;
}

.text-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
}

.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.availability span {
  width: 7px;
  height: 7px;
  background: #5b8b6b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(91, 139, 107, 0.12);
}

.availability b {
  color: rgba(35, 26, 26, 0.3);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 690px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-orb-one {
  top: 86px;
  right: -110px;
  width: 600px;
  height: 600px;
  background: #edcfc2;
}

.hero-orb-two {
  right: 380px;
  bottom: 54px;
  width: 210px;
  height: 210px;
  background: #efdcb7;
  opacity: 0.58;
}

.phone {
  position: relative;
  padding: 9px;
  overflow: hidden;
  background: #1d1919;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.phone-camera {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 50%;
  width: 72px;
  height: 19px;
  background: #171414;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-hero {
  position: absolute;
  z-index: 3;
  top: 54px;
  right: 92px;
  width: 308px;
  height: 630px;
  transform: rotate(4deg);
}

.soft-note {
  position: absolute;
  z-index: 4;
  padding: 9px 15px;
  color: var(--rose-deep);
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(159, 95, 88, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(82, 51, 46, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  backdrop-filter: blur(10px);
}

.note-one {
  top: 100px;
  right: 412px;
  transform: rotate(-7deg);
}

.note-two {
  right: 6px;
  bottom: 175px;
  transform: rotate(7deg);
}

.floating-card {
  position: absolute;
  z-index: 5;
  right: 322px;
  bottom: 84px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 245px;
  padding: 15px 18px;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(82, 51, 46, 0.15);
  backdrop-filter: blur(12px);
}

.floating-heart {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: var(--rose);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.floating-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.intro-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 92px;
  padding: 20px 32px;
  color: #fff7ed;
  background: var(--ink);
  text-align: center;
}

.intro-band p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.5vw, 20px);
  font-style: italic;
}

.intro-band span {
  color: var(--rose);
  font-size: 22px;
}

.story-section,
.screens-section,
.safety-section,
.download-section {
  padding: 130px max(32px, calc((100vw - 1216px) / 2));
}

.section-heading {
  display: grid;
  grid-template-columns: 0.86fr 1.2fr 0.86fr;
  align-items: end;
  gap: 54px;
}

.section-heading .eyebrow {
  align-self: start;
  margin-top: 7px;
}

.section-heading h2,
.film-copy h2,
.safety-copy h2,
.download-copy h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.section-heading > p:last-child {
  margin: 0 0 4px;
  color: var(--muted);
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 72px;
}

.step-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 26px;
}

.step-card.feature-step {
  color: white;
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  transform: translateY(22px);
}

.step-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(35, 26, 26, 0.34);
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.feature-step .step-number {
  color: rgba(255, 255, 255, 0.55);
}

.step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--rose-deep);
  background: var(--blush);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 26px;
}

.feature-step .step-icon {
  color: var(--rose-deep);
  background: white;
}

.step-card h3 {
  margin: 70px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feature-step p {
  color: rgba(255, 255, 255, 0.78);
}

.film-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 85px;
  padding: 115px max(32px, calc((100vw - 1216px) / 2));
  color: white;
  background: var(--green);
}

.film-copy p:not(.eyebrow) {
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.film-copy .eyebrow {
  color: #eacfc2;
}

.sound-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.sound-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.film-frame {
  position: relative;
  width: min(100%, 660px);
  margin-left: auto;
  overflow: hidden;
  background: #171414;
  border: 8px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  box-shadow: 0 40px 80px rgba(8, 30, 24, 0.36);
  aspect-ratio: 16 / 9;
}

.film-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-label {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 8px 12px;
  color: white;
  background: rgba(22, 17, 17, 0.68);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.screens-section {
  overflow: hidden;
  background: #f4e9de;
}

.section-heading.centered {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.section-heading.centered > p:last-child {
  max-width: 520px;
  margin: 25px auto 0;
}

.screen-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  margin: 65px auto 0;
}

.screen-stage::before {
  position: absolute;
  width: 720px;
  height: 420px;
  background: #ecd3c6;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
}

.phone-center {
  z-index: 3;
  width: 290px;
  height: 592px;
}

.phone-side {
  z-index: 2;
  width: 250px;
  height: 510px;
  opacity: 0.88;
}

.phone-left {
  margin-right: -32px;
  transform: rotate(-8deg) translateY(28px);
}

.phone-right {
  margin-left: -32px;
  transform: rotate(8deg) translateY(28px);
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.feature-pills span {
  padding: 10px 16px;
  color: var(--muted);
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid rgba(82, 51, 46, 0.1);
  border-radius: 999px;
  font-size: 12px;
}

.safety-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 110px;
  background: var(--paper);
}

.safety-art {
  display: grid;
  place-items: center;
  min-height: 500px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.6) 0 31%, transparent 31.5%),
    repeating-radial-gradient(circle at center, transparent 0 62px, rgba(159, 95, 88, 0.13) 63px 64px),
    #f3e6dd;
  border-radius: 48% 48% 44% 56% / 52% 43% 57% 48%;
}

.safety-ring {
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(159, 95, 88, 0.12);
  border-radius: 50%;
  box-shadow: 0 22px 60px rgba(80, 47, 43, 0.14);
}

.safety-ring img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.safety-copy {
  max-width: 590px;
}

.safety-copy > p:not(.eyebrow) {
  margin: 28px 0;
  color: var(--muted);
  line-height: 1.75;
}

.safety-copy ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.safety-copy li span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 12px;
}

.trust-links {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.trust-links a {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.download-section {
  background: var(--blush);
}

.download-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 35px;
  padding: 64px 72px;
  overflow: hidden;
  color: white;
  background: var(--ink);
  border-radius: 34px;
}

.download-card::after {
  position: absolute;
  top: -170px;
  right: -80px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.025), 0 0 0 100px rgba(255, 255, 255, 0.018);
  content: "";
}

.download-logo {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 28px;
}

.download-copy {
  position: relative;
  z-index: 2;
}

.download-copy .eyebrow {
  color: #e9bfb1;
}

.download-copy h2 {
  font-size: clamp(43px, 4.4vw, 68px);
}

.download-copy > p:not(.eyebrow) {
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, 0.65);
}

.footer-store img {
  width: 160px;
}

.qr-card {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 172px;
  padding: 14px;
  color: var(--ink);
  background: white;
  border-radius: 20px;
  text-decoration: none;
}

.qr-card img {
  width: 142px;
  height: 142px;
  object-fit: contain;
}

.qr-card span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px max(32px, calc((100vw - 1216px) / 2));
  background: var(--cream);
}

.footer-brand {
  gap: 9px;
}

.footer-brand strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.footer-brand span {
  color: var(--muted);
  font-size: 11px;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer p {
  justify-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

@media (max-width: 1000px) {
  .site-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr 0.85fr;
  }

  .phone-hero {
    right: -4px;
  }

  .note-one,
  .floating-card {
    left: 0;
    right: auto;
  }

  .section-heading {
    grid-template-columns: 0.58fr 1.15fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .film-section,
  .safety-section {
    gap: 52px;
  }

  .download-card {
    grid-template-columns: 90px 1fr 150px;
    padding: 50px;
  }

  .download-logo {
    width: 90px;
    height: 90px;
  }

  .qr-card {
    width: 150px;
  }

  .qr-card img {
    width: 120px;
    height: 120px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero {
    width: min(100% - 36px, 600px);
  }

  .site-header {
    min-height: 76px;
  }

  .site-brand {
    font-size: 22px;
  }

  .site-brand img {
    width: 42px;
    height: 42px;
  }

  .nav-download {
    padding: 9px 16px;
    font-size: 12px;
  }

  .hero {
    display: block;
    min-height: 0;
    overflow: visible;
  }

  .hero-copy {
    padding: 72px 0 32px;
  }

  h1 {
    font-size: clamp(56px, 16vw, 80px);
  }

  .hero-lede {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .store-button img {
    width: 174px;
  }

  .hero-visual {
    min-height: 610px;
    margin-top: 10px;
  }

  .hero-orb-one {
    top: auto;
    right: -50%;
    bottom: 40px;
    width: 520px;
    height: 520px;
  }

  .hero-orb-two {
    display: none;
  }

  .phone-hero {
    top: 25px;
    right: 50%;
    width: 270px;
    height: 553px;
    transform: translateX(50%) rotate(3deg);
  }

  .note-one {
    top: 90px;
    left: -2px;
  }

  .note-two {
    right: -2px;
    bottom: 124px;
  }

  .floating-card {
    left: 4px;
    bottom: 42px;
    min-width: 220px;
  }

  .intro-band {
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 34px 20px;
  }

  .intro-band span {
    font-size: 15px;
  }

  .story-section,
  .screens-section,
  .safety-section,
  .download-section {
    padding: 88px 18px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .film-copy h2,
  .safety-copy h2,
  .download-copy h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .section-heading > p:last-child {
    margin-top: 24px;
  }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .step-card {
    min-height: 270px;
  }

  .step-card.feature-step {
    transform: none;
  }

  .film-section {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 88px 18px;
  }

  .film-frame {
    width: 100%;
    border-width: 5px;
    border-radius: 22px;
  }

  .screen-stage {
    min-height: 520px;
    margin-top: 46px;
  }

  .screen-stage::before {
    width: 480px;
    height: 330px;
  }

  .phone-center {
    width: 222px;
    height: 454px;
  }

  .phone-side {
    position: absolute;
    width: 180px;
    height: 368px;
  }

  .phone-left {
    left: -72px;
  }

  .phone-right {
    right: -72px;
  }

  .phone-camera {
    top: 14px;
    width: 58px;
    height: 16px;
  }

  .safety-section {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .safety-art {
    min-height: 390px;
  }

  .trust-links {
    flex-wrap: wrap;
  }

  .download-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 28px;
    border-radius: 26px;
  }

  .download-logo {
    width: 82px;
    height: 82px;
  }

  .download-logo img {
    width: 66px;
    height: 66px;
  }

  .qr-card {
    align-self: center;
    width: 176px;
    margin-top: 10px;
  }

  .qr-card img {
    width: 146px;
    height: 146px;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 22px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .site-footer p {
    align-self: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
