:root {
  color-scheme: light;
  --ink: #202124;
  --muted: #6f7169;
  --soft: #f7f4e7;
  --paper: #fffdf5;
  --note: #f7d94a;
  --note-deep: #efb93a;
  --green: #a8d7a1;
  --pink: #f1b3cb;
  --blue: #a8c7e9;
  --line: rgba(32, 33, 36, 0.12);
  --shadow: 0 24px 80px rgba(55, 48, 25, 0.18);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 245, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand img,
.hero-icon,
.download img {
  border-radius: 22%;
  box-shadow: 0 8px 28px rgba(36, 29, 0, 0.16);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-cta {
  color: var(--ink);
  background: var(--note);
  border: 1px solid rgba(32, 33, 36, 0.08);
  border-radius: 999px;
  padding: 9px 14px;
}

.hero {
  min-height: calc(100vh - 69px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
  padding: clamp(44px, 7vw, 96px) clamp(18px, 6vw, 84px) clamp(30px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(247, 217, 74, 0.92), rgba(255, 253, 245, 0.45) 48%, rgba(168, 199, 233, 0.52)),
    var(--soft);
}

.hero-copy {
  max-width: 720px;
}

.hero-icon {
  margin-bottom: 24px;
}

.kicker {
  margin: 0 0 12px;
  color: #7a6420;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(4.6rem, 11vw, 10rem);
  line-height: 0.85;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.lede {
  max-width: 610px;
  color: #47483f;
  font-size: clamp(1.14rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 16px;
}

.store-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 850;
  flex-direction: column;
  align-items: flex-start;
  min-width: 178px;
  padding: 9px 18px 10px;
  color: #fff;
  background: #111;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.22);
}

.store-button span {
  font-size: 0.78rem;
  line-height: 1;
  opacity: 0.8;
}

.store-button strong {
  font-size: 1.26rem;
  line-height: 1.05;
}

.hero-media {
  min-height: 560px;
  position: relative;
}

.phone {
  width: min(290px, 70vw);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: auto;
}

.primary-shot {
  position: absolute;
  right: 18%;
  top: 0;
  transform: rotate(-3deg);
}

.secondary-shot {
  position: absolute;
  right: 0;
  top: 120px;
  transform: rotate(5deg);
}

.feature-band,
.devices {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 6vw, 84px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--note);
  font-size: 1.5rem;
  font-weight: 900;
}

.feature-grid p,
.screens-copy p,
.plus p,
.download p {
  color: var(--muted);
  line-height: 1.6;
}

.screens-row {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(180px, 280px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 6vw, 84px);
  background: #f1efdf;
}

.screens-row .phone {
  width: 100%;
}

.screens-row .tall {
  transform: translateY(36px);
}

.screens-copy {
  max-width: 620px;
}

.device-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.device-list span {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f6f0d0);
  font-weight: 850;
  text-align: center;
}

.plus {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.8fr);
  gap: clamp(26px, 5vw, 80px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 6vw, 84px);
  background: linear-gradient(130deg, var(--green), #fff8c9 52%, var(--pink));
}

.plus ul {
  align-self: start;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.plus li {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(32, 33, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  font-weight: 750;
}

.download {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(58px, 8vw, 106px) 18px;
  background: var(--ink);
  color: #fff;
}

.download img {
  margin-bottom: 22px;
}

.download p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
}

.download .store-button {
  margin-top: 14px;
  color: #111;
  background: #fff;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 84px);
  color: var(--muted);
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 920px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 520px;
  }

  .primary-shot {
    left: 0;
    right: auto;
  }

  .secondary-shot {
    right: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .screens-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screens-copy {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .device-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plus {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand span {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(4.2rem, 20vw, 6rem);
  }

  .hero-media {
    min-height: 420px;
  }

  .phone {
    width: min(235px, 68vw);
  }

  .secondary-shot {
    top: 96px;
  }

  .screens-row {
    grid-template-columns: 1fr;
  }

  .screens-row .phone {
    width: min(260px, 78vw);
    justify-self: center;
  }

  .screens-row .tall {
    transform: none;
  }

  .device-list {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
