:root {
  --bg: #f5efe7;
  --ink: #17120f;
  --muted: #6f625a;
  --red: #e11d2e;
  --red-dark: #9f1020;
  --card: rgba(255, 255, 255, 0.72);
  --line: rgba(23, 18, 15, 0.12);
  --shadow: 0 24px 80px rgba(80, 45, 30, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(225, 29, 46, 0.22), transparent 34rem),
    linear-gradient(135deg, #fffaf3 0%, var(--bg) 44%, #ead9ca 100%);
  font-family: ui-rounded, "Avenir Next", "Helvetica Neue", sans-serif;
  min-height: 100vh;
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.08em;
  font-size: 2.1rem;
}

.brand-zero {
  color: var(--red);
  display: inline-grid;
  place-items: center;
  width: 1.06em;
  height: 1.06em;
  border: 0.13em solid currentColor;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
}

.brand-zero::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 0.13em;
  background: currentColor;
  transform: rotate(-18deg);
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a,
.button {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
}

.nav-links a {
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0 76px;
}

.eyebrow {
  color: var(--red-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: 0.82;
  max-width: 720px;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.95;
}

h3 {
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  background: var(--card);
}

.button.primary {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.phone-card {
  background: linear-gradient(155deg, rgba(23, 18, 15, 0.96), rgba(70, 20, 22, 0.94));
  color: white;
  border-radius: 42px;
  padding: 28px;
  box-shadow: var(--shadow);
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.phone-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.82), transparent 68%);
}

.timer-face {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  text-align: center;
}

.ring {
  width: min(320px, 72vw);
  aspect-ratio: 1;
  border: 18px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--red);
  border-right-color: var(--red);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.timer-time {
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  font-variant-numeric: tabular-nums;
}

.timer-label {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  margin-top: 8px;
}

.section {
  padding: 56px 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin-bottom: 26px;
}

.section-heading p {
  margin: 0;
}

.showcase {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 31%);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 14px 4px 30px;
  scrollbar-color: var(--red) rgba(23, 18, 15, 0.1);
}

.shot-card {
  position: relative;
  scroll-snap-align: start;
  border-radius: 34px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at top right, rgba(225, 29, 46, 0.2), transparent 52%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 70px rgba(80, 45, 30, 0.16);
  transform: rotate(-1deg);
}

.shot-card.lift {
  transform: translateY(24px) rotate(1.4deg);
}

.shot-card span {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  color: white;
  background: rgba(23, 18, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.shot-card img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  background: #111;
}

.phone-shot {
  max-width: 330px;
}

.tablet-shot {
  grid-column: span 2;
  min-width: 430px;
}

.tablet-shot img {
  object-position: top center;
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 16px 48px rgba(80, 45, 30, 0.08);
}

.legal {
  max-width: 780px;
  padding: 44px 0 72px;
}

.legal h1 {
  font-size: clamp(3rem, 8vw, 6.2rem);
  margin-bottom: 20px;
}

.legal h2 {
  font-size: 2rem;
  margin-top: 38px;
}

.legal ul {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 22px;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .hero,
  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

  .phone-card {
    min-height: 420px;
  }

  .showcase {
    grid-auto-columns: minmax(230px, 76%);
    margin-inline: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet-shot {
    min-width: 310px;
  }

  .shot-card img {
    height: 460px;
  }
}
