*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: oklch(97.5% 0.008 78);
  --cream-2: oklch(93.5% 0.016 72);
  --cream-3: oklch(87% 0.022 68);
  --ink: oklch(14% 0.025 62);
  --ink-2: oklch(48% 0.020 65);
  --ink-3: oklch(65% 0.016 68);
  --amber: oklch(66% 0.135 72);
  --amber-dark: oklch(48% 0.110 70);
  --f-serif: "Cormorant Garamond", Georgia, serif;
  --f-sans: "DM Sans", system-ui, sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-sans);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: oklch(97.5% 0.008 78 / 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid oklch(90% 0.012 72 / 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem clamp(1.5rem, 5vw, 4rem);
}

.nav-logo {
  font-family: var(--f-serif);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-locale {
  font-family: var(--f-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(43% 0.02 60);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-locale:hover {
  color: var(--ink);
}

.nav-cta {
  font-family: var(--f-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber-dark);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--amber);
  transition: color 0.2s, border-color 0.2s;
}

.nav-cta:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  min-height: calc(100svh - 68px);
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 5rem) clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, oklch(94% 0.028 78 / 0.65), transparent 65%);
  top: -80px;
  left: -80px;
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.hero-eyebrow {
  display: block;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--f-serif);
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 1.75rem;
}

.hero-title em {
  font-style: italic;
  color: var(--amber-dark);
}

.hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 430px;
}

.btn-dl {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--f-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: background 0.25s, transform 0.2s;
}

.btn-dl:hover {
  background: var(--amber-dark);
  transform: translateY(-2px);
}

.btn-dl:hover .arrow {
  transform: translateX(4px);
}

.arrow {
  display: inline-block;
  transition: transform 0.2s;
}

.hero-note {
  display: block;
  margin-top: 1.1rem;
  font-size: 0.76rem;
  color: var(--ink-3);
  letter-spacing: 0.03em;
}

.hero-phone {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  width: 272px;
  height: 574px;
  background: oklch(11% 0.018 235);
  border-radius: 44px;
  padding: 11px;
  position: relative;
  box-shadow:
    0 56px 100px oklch(14% 0.025 60 / 0.18),
    0 16px 32px oklch(14% 0.025 60 / 0.10),
    0 4px 8px oklch(14% 0.025 60 / 0.06),
    inset 0 0 0 1px oklch(100% 0 0 / 0.07),
    inset 0 1px 0 oklch(100% 0 0 / 0.12);
  animation: phoneFloat 7s ease-in-out 1.2s infinite;
}

.phone::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 100px;
  width: 3px;
  height: 56px;
  background: oklch(20% 0.015 235);
  border-radius: 0 3px 3px 0;
}

.phone::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 88px;
  width: 3px;
  height: 34px;
  background: oklch(20% 0.015 235);
  border-radius: 3px 0 0 3px;
  box-shadow: 0 48px 0 oklch(20% 0.015 235);
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.phone-screen::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background: oklch(10% 0.012 235);
  border-radius: 50%;
  z-index: 10;
}

.p-status {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  flex-shrink: 0;
}

.p-time {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 500;
  color: oklch(86% 0.006 235);
  letter-spacing: 0.02em;
}

.p-indicators {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-signal {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 10px;
}

.p-signal span {
  width: 2.5px;
  background: oklch(68% 0.008 235);
  border-radius: 1px;
  display: block;
}

.p-subs-title {
  color: #fff;
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 700;
  padding: 7px 12px 4px;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}

.p-chip-strip {
  display: flex;
  gap: 6px;
  padding: 2px 12px 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.p-chip-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  width: 44px;
}

.p-chip-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
}

.p-chip-circle.on {
  background: #fff;
  color: #0f0f0f;
}

.p-chip-circle:not(.on) {
  background: #1f1f1f;
  border: 1px solid #333;
  color: #ccc;
}

.p-chip-circle-image {
  background: none;
  border: none;
}

.p-chip-circle img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  display: block;
}

.p-chip-name {
  font-family: var(--f-sans);
  font-size: 7px;
  color: #888;
  text-align: center;
  white-space: nowrap;
  max-width: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-vlist {
  flex: 1;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.p-vcard {
  flex-shrink: 0;
}

.p-vthumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a1a1a;
}

.p-vthumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-vdur {
  position: absolute;
  bottom: 5px;
  right: 6px;
  background: rgb(0 0 0 / 82%);
  padding: 1px 5px;
  border-radius: 3px;
  font-family: var(--f-sans);
  font-size: 8px;
  font-weight: 600;
  color: #fff;
}

.p-vinfo {
  padding: 6px 12px 8px;
}

.p-vtitle {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-vchannel {
  font-family: var(--f-sans);
  font-size: 9px;
  color: #aaa;
  margin-bottom: 1px;
}

.p-vmeta {
  font-family: var(--f-sans);
  font-size: 9px;
  color: #888;
}

.p-tabs {
  padding: 7px 0 12px;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #1a1a1a;
  background: #0f0f0f;
  flex-shrink: 0;
}

.p-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.p-tab-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-tab-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.p-tab svg {
  stroke: #555;
}

.p-tab.on svg {
  stroke: #fff;
}

.p-tab-label {
  font-family: var(--f-sans);
  font-size: 7px;
  color: #555;
}

.p-tab.on .p-tab-label {
  color: #fff;
}

.statement {
  position: relative;
  background: var(--ink);
  padding: clamp(5rem, 12vh, 9rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  overflow: hidden;
}

.stmt-bg {
  position: absolute;
  font-family: var(--f-serif);
  font-size: clamp(7rem, 18vw, 17rem);
  font-weight: 300;
  font-style: italic;
  color: oklch(100% 0 0 / 0.032);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}

.stmt-text {
  position: relative;
  font-family: var(--f-serif);
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  font-weight: 300;
  font-style: italic;
  color: oklch(88% 0.006 72);
  line-height: 1.55;
  max-width: 820px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

.stmt-text strong {
  font-style: normal;
  font-weight: 600;
  color: var(--amber);
}

.features {
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(5rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.feature {
  border-top: 1px solid var(--cream-3);
  padding-top: 2rem;
}

.feat-num {
  display: block;
  font-family: var(--f-serif);
  font-size: 4.5rem;
  font-weight: 300;
  color: var(--cream-3);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.feat-title {
  font-family: var(--f-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.75rem;
  letter-spacing: 0.01em;
}

.feat-desc {
  font-family: var(--f-sans);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.78;
}

.download {
  background: var(--cream-2);
  padding: clamp(5rem, 12vh, 9rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}

.dl-title {
  font-family: var(--f-serif);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.08;
  margin-bottom: 0.75rem;
}

.dl-title em {
  font-style: italic;
  color: var(--amber-dark);
}

.dl-sub {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--ink-2);
  margin-bottom: 2.75rem;
}

.dl-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.dl-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.dl-step-n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--cream-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--ink-2);
  flex-shrink: 0;
}

.dl-sep {
  color: var(--cream-3);
}

.dl-note {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.76rem;
  color: var(--ink-3);
  letter-spacing: 0.03em;
}

.section-eyebrow {
  display: block;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin-bottom: 1.5rem;
}

.privacy {
  background: var(--ink);
  padding: clamp(5rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem);
}

.privacy-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.privacy-lead .section-eyebrow {
  color: var(--amber);
}

.privacy-title {
  font-family: var(--f-serif);
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  font-weight: 300;
  line-height: 1.06;
  color: oklch(88% 0.006 72);
  letter-spacing: -0.01em;
}

.privacy-title em {
  font-style: italic;
  color: var(--amber);
}

.privacy-feats {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.privacy-feat {
  border-top: 1px solid oklch(100% 0 0 / 0.12);
  padding-top: 1.5rem;
}

.privacy-feat-title {
  font-family: var(--f-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: oklch(88% 0.006 72);
  margin-bottom: 0.6rem;
  letter-spacing: 0.01em;
}

.privacy-feat-desc {
  font-family: var(--f-sans);
  font-size: 0.92rem;
  font-weight: 300;
  color: oklch(65% 0.008 68);
  line-height: 1.78;
}

.family {
  background: var(--cream-2);
  padding: clamp(5rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem);
}

.family-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.family-header {
  margin-bottom: clamp(3rem, 6vh, 5rem);
  max-width: 640px;
}

.family-title {
  font-family: var(--f-serif);
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 300;
  line-height: 1.06;
  color: var(--ink);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.family-title em {
  font-style: italic;
  color: var(--amber-dark);
}

.family-sub {
  font-family: var(--f-sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.75;
  max-width: 520px;
}

.campaign-landing .hero-sub {
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2.15rem;
  max-width: 520px;
}

.campaign-landing .hero-note {
  font-size: 0.79rem;
  color: var(--ink-2);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.campaign-landing .p-subs-title {
  font-size: 16px;
  padding: 9px 16px 6px;
}

.campaign-landing .p-chip-strip {
  gap: 8px;
  padding: 0 12px 10px;
}

.campaign-landing .p-chip-wrap {
  gap: 4px;
  width: 50px;
}

.campaign-landing .p-chip-ring {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaign-landing .p-chip-circle.on {
  width: 36px;
  height: 36px;
}

.campaign-landing .p-chip-all {
  font-size: 10px;
  line-height: 1;
}

.campaign-landing .p-chip-ring .p-chip-circle-image {
  width: 32px;
  height: 32px;
}

.campaign-landing .p-chip-name {
  font-size: 8px;
  color: #aaa;
  max-width: 50px;
}

.campaign-landing .p-vinfo {
  padding: 10px 12px 12px;
}

.campaign-landing .p-vtitle {
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.campaign-landing .p-vchannel {
  margin-bottom: 2px;
}

.campaign-landing .stmt-text {
  font-size: clamp(1.85rem, 3.3vw, 3.15rem);
  line-height: 1.42;
  max-width: 760px;
}

.campaign-landing .feat-title {
  font-size: 1.65rem;
  line-height: 1.15;
}

.campaign-landing .feat-desc {
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.72;
}

.campaign-landing .dl-sub {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2.35rem;
}

.campaign-landing .dl-step {
  font-size: 0.86rem;
  color: var(--ink-2);
  font-weight: 500;
}

.campaign-landing .dl-note {
  font-size: 0.79rem;
  color: var(--ink-2);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.site-footer {
  border-top: 1px solid oklch(90% 0.012 72);
  padding: 1.75rem clamp(1.5rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-logo {
  font-family: var(--f-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
}

.footer-link {
  font-family: var(--f-sans);
  font-size: 0.76rem;
  color: var(--ink-3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: var(--ink);
}

.footer-copy {
  font-size: 0.76rem;
  color: var(--ink-3);
}

@keyframes phoneFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-11px) rotate(0.3deg);
  }

  66% {
    transform: translateY(-5px) rotate(-0.2deg);
  }
}

@media (max-width: 840px) {
  .hero {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    min-height: auto;
    gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
  }

  .hero::before {
    display: none;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .hero-sub {
    font-size: 1.06rem;
    text-align: center;
    max-width: 480px;
    margin-bottom: 2rem;
  }

  .hero-phone {
    margin-top: 0.5rem;
  }

  .hero-title {
    font-size: clamp(3.4rem, 14vw, 4.4rem);
    margin-bottom: 1.25rem;
  }

  .btn-dl {
    padding: 1rem 1.6rem;
  }

  .hero-note {
    font-size: 0.82rem;
  }

  .statement {
    padding: 4.25rem 1.5rem;
  }

  .stmt-text {
    font-size: 1.95rem;
    line-height: 1.45;
  }

  .phone {
    width: 224px;
    height: 468px;
  }

  .features {
    padding: 4rem 1.5rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature {
    padding-top: 1.5rem;
  }

  .feat-num {
    font-size: 3.4rem;
    margin-bottom: 0.85rem;
  }

  .feat-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .feat-desc {
    font-size: 1rem;
    line-height: 1.72;
  }

  .download {
    padding: 4.25rem 1.5rem;
  }

  .dl-sub {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .dl-step {
    font-size: 0.9rem;
  }

  .dl-note {
    font-size: 0.82rem;
  }

  .site-footer {
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.65rem;
  }

  .footer-copy {
    font-size: 0.82rem;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .privacy-title {
    font-size: clamp(2.8rem, 12vw, 3.8rem);
  }

  .privacy {
    padding: 4.25rem 1.5rem;
  }

  .family {
    padding: 4rem 1.5rem;
  }

  .family-header {
    margin-bottom: 2.5rem;
  }

  .family-title {
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }
}
