:root {
  color-scheme: light dark;
  --ink: #211d1b;
  --muted: #6f6864;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(80, 48, 34, 0.12);
  --accent: #f24f42;
  --accent-deep: #d73832;
  --peach: #ffe7dd;
  --cream: #fffaf5;
  --shadow: 0 24px 60px rgba(75, 40, 25, 0.12);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 164, 134, 0.32), transparent 28rem),
    radial-gradient(circle at 90% 28%, rgba(255, 212, 132, 0.24), transparent 30rem),
    var(--cream);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

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

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 14px 0;
  background: rgba(255, 250, 245, 0.74);
  border-bottom: 1px solid rgba(80, 48, 34, 0.08);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(178, 48, 38, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--accent-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  align-items: center;
  gap: 56px;
  min-height: 720px;
  padding: 72px 0 88px;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  color: var(--accent-deep);
  background: rgba(242, 79, 66, 0.1);
  border: 1px solid rgba(242, 79, 66, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.hero p {
  max-width: 600px;
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
  font-weight: 720;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(75, 40, 25, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6556, var(--accent-deep));
  border-color: transparent;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 610px;
}

.phone-stage::before {
  position: absolute;
  inset: 14% 4% 4%;
  content: "";
  background: linear-gradient(135deg, #ffc3ad, #ffe2a7);
  border-radius: 44% 56% 62% 38%;
  filter: blur(2px);
  transform: rotate(-8deg);
}

.mock-phone {
  position: absolute;
  width: min(282px, 62vw);
  min-height: 575px;
  padding: 22px 18px;
  overflow: hidden;
  background: #fdf8f3;
  border: 9px solid #1d1a19;
  border-radius: 48px;
  box-shadow: var(--shadow);
}

.mock-phone.primary-shot {
  z-index: 2;
  top: 10px;
  left: 11%;
  transform: rotate(-5deg);
}

.mock-phone.secondary-shot {
  z-index: 1;
  right: 6%;
  bottom: 0;
  transform: rotate(7deg) scale(0.9);
}

.mock-status {
  height: 8px;
  width: 44%;
  margin: 0 auto 24px;
  background: #201b19;
  border-radius: 99px;
}

.mock-title {
  margin-bottom: 14px;
  color: #231e1c;
  font-size: 1.4rem;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.mock-hero {
  position: relative;
  display: grid;
  height: 300px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 30% 64%, #fff 0 4%, transparent 4.5%),
    radial-gradient(circle at 68% 43%, #fff5bf 0 5%, transparent 5.5%),
    radial-gradient(circle at 54% 72%, #ffbb54 0 4%, transparent 4.5%),
    linear-gradient(155deg, #8ccde4 0 35%, #84bb69 36% 100%);
  border-radius: 28px;
}

.mock-hero::after {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #fff;
  content: "Captured today";
  font-size: 0.78rem;
  font-weight: 720;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.32);
}

.mock-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.mock-info span {
  height: 72px;
  background: #ffebe3;
  border: 1px solid #f5d8ce;
  border-radius: 18px;
}

.mock-month {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mock-month span {
  display: grid;
  min-height: 55px;
  place-items: center;
  color: #403835;
  background: #fff;
  border: 1px solid #efe1db;
  border-radius: 13px;
  font-size: 0.75rem;
  font-weight: 700;
}

.mock-month span:nth-child(6),
.mock-month span:nth-child(9),
.mock-month span:nth-child(11) {
  color: #fff;
  background: var(--accent);
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.section-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.card,
.prose-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 16px 50px rgba(75, 40, 25, 0.07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.card {
  min-height: 220px;
  padding: 28px;
}

.card .icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 15px;
  font-size: 1.25rem;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.card p,
.prose-card p,
.prose-card li {
  color: var(--muted);
}

.privacy-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 20px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(255, 224, 213, 0.78), rgba(255, 246, 231, 0.8));
  border: 1px solid rgba(242, 79, 66, 0.12);
  border-radius: 30px;
}

.privacy-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.15rem;
}

.privacy-note p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  padding: 88px 0 42px;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.page-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.prose {
  display: grid;
  gap: 18px;
  max-width: 860px;
  padding: 24px 0 100px;
}

.prose-card {
  padding: clamp(24px, 5vw, 42px);
}

.prose-card h2 {
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.prose-card h3 {
  margin: 26px 0 8px;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.prose-card p:last-child,
.prose-card ul:last-child {
  margin-bottom: 0;
}

.prose-card ul {
  padding-left: 1.25rem;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-box p {
  margin: 8px 0 0;
}

.site-footer {
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.footer-links a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 50px;
    padding-top: 60px;
  }

  .phone-stage {
    min-height: 560px;
  }

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

  .card {
    min-height: 0;
  }

  .card .icon {
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 26px, 1120px);
  }

  .nav-links a:first-child {
    display: none;
  }

  .hero {
    padding-top: 46px;
  }

  .phone-stage {
    min-height: 510px;
  }

  .mock-phone.primary-shot {
    left: 3%;
  }

  .mock-phone.secondary-shot {
    right: 1%;
  }

  .section {
    padding: 70px 0;
  }

  .contact-box,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #fff8f3;
    --muted: #c5b9b2;
    --surface: rgba(45, 37, 34, 0.72);
    --surface-strong: rgba(50, 41, 37, 0.94);
    --line: rgba(255, 232, 220, 0.12);
    --cream: #171210;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  }

  body {
    background:
      radial-gradient(circle at 12% 5%, rgba(152, 55, 44, 0.3), transparent 28rem),
      radial-gradient(circle at 90% 28%, rgba(112, 72, 20, 0.24), transparent 30rem),
      var(--cream);
  }

  .site-header {
    background: rgba(23, 18, 16, 0.76);
  }

  .privacy-note {
    background: linear-gradient(135deg, rgba(82, 38, 33, 0.76), rgba(62, 47, 31, 0.72));
  }
}

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

  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}
