:root {
  --wine: #571c35;
  --wine-deep: #35101f;
  --coral: #e55b4d;
  --cream: #f5efe8;
  --ink: #211a1d;
  --muted: #766a70;
  --line: rgba(53, 16, 31, 0.13);
  --shadow: 0 24px 80px rgba(38, 12, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-downloading {
  cursor: progress;
}

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

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

a:focus-visible {
  outline: 3px solid #ffca62;
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100% - 72px, 1320px);
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.brand strong {
  color: #ff8c76;
  font-weight: 750;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(27, 7, 16, 0.24);
}

.desktop-nav {
  display: flex;
  gap: 38px;
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a {
  opacity: 0.76;
  transition: opacity 180ms ease;
}

.desktop-nav a:hover {
  opacity: 1;
}

.header-cta {
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.header-cta span {
  display: inline-block;
  margin-left: 8px;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  overflow: hidden;
  color: #fff;
  background: var(--wine-deep);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(31, 8, 18, 0.91) 0%, rgba(45, 12, 26, 0.72) 35%, rgba(38, 11, 23, 0.14) 70%),
    linear-gradient(0deg, rgba(34, 9, 20, 0.54) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 72px, 1320px);
  margin: 0 auto;
  padding-top: clamp(210px, 28vh, 300px);
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.eyebrow {
  display: flex;
  align-items: center;
  color: #ffd0c6;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  margin-right: 14px;
  background: #ff8c76;
}

.hero h1,
.section-heading h2,
.benefits h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6vw, 89px);
  line-height: 0.98;
}

.hero h1 em,
.benefits h2 em {
  color: #ff8c76;
  font-weight: 400;
}

.hero-copy {
  max-width: 570px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--wine-deep);
  background: #fff;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.button-primary small {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.17em;
}

.android-icon {
  color: #8dc63f;
  font-size: 20px;
  transform: rotate(45deg);
}

.button-quiet {
  min-height: auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
}

.hero-trust {
  display: flex;
  gap: 25px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
}

.hero-trust b {
  color: #ff8c76;
}

.hero-note {
  position: absolute;
  z-index: 3;
  right: 4vw;
  bottom: 65px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.45;
}

.hero-note b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  color: #fff;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.scroll-cue b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--wine);
  background: #fff;
}

.people-section,
.stories {
  padding: 112px max(36px, calc((100vw - 1320px) / 2));
}

.people-section {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
}

.section-heading h2,
.benefits h2 {
  color: var(--wine-deep);
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.02;
}

.section-heading > p,
.benefits-intro > p,
.final-cta > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.person-card {
  position: relative;
  height: 430px;
  overflow: hidden;
  color: #fff;
  background: #d4c3bb;
  box-shadow: 0 14px 40px rgba(51, 22, 34, 0.08);
}

.person-card.tall {
  height: 490px;
}

.profile-photo,
.person-shade {
  position: absolute;
  inset: 0;
}

.profile-photo {
  background-image: url("assets/profiles.webp");
  background-repeat: no-repeat;
  background-size: auto 200%;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.person-card:hover .profile-photo {
  transform: scale(1.035);
}

.profile-1 { background-position: 0 0; }
.profile-2 { background-position: 50% 0; }
.profile-3 { background-position: 100% 0; }
.profile-4 { background-position: 0 100%; }
.profile-5 { background-position: 50% 100%; }
.profile-6 { background-position: 100% 100%; }

.person-shade {
  background: linear-gradient(0deg, rgba(30, 8, 17, 0.85), transparent 48%);
}

.online {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  color: var(--wine-deep);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.person-copy {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.person-copy b,
.person-copy small {
  display: block;
}

.person-copy b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.person-copy small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.67);
}

.person-card > i {
  position: absolute;
  right: 24px;
  bottom: 30px;
  font-style: normal;
}

.center-action {
  text-align: center;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  margin-top: 48px;
  padding: 15px 0;
  border-bottom: 1px solid var(--wine);
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
}

.benefits {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10vw;
  padding: 126px max(36px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--wine);
}

.kicker.light {
  color: #ff9f89;
}

.benefits h2 {
  color: #fff;
}

.benefits-intro > p {
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.64);
}

.button-light {
  color: var(--wine-deep);
  background: #fff;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 45px 1fr 35px;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.benefit-list article > span {
  color: #ff9f89;
  font-family: Georgia, serif;
  font-size: 13px;
}

.benefit-list h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.benefit-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
  line-height: 1.65;
}

.benefit-list article > b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #ffb09f;
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  padding: 65px max(36px, calc((100vw - 1180px) / 2));
}

.proof > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.proof > div:last-child {
  border-right: 0;
}

.proof strong {
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 400;
}

.proof span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.stories {
  background: #fff;
}

.section-heading.compact {
  margin-bottom: 48px;
}

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

.story-grid blockquote {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 36px;
  border: 1px solid var(--line);
  background: #fffdfa;
}

.story-grid blockquote:nth-child(2) {
  color: #fff;
  background: var(--wine);
}

.story-grid blockquote > p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.2vw, 35px);
  line-height: 1.25;
}

.story-grid footer b,
.story-grid footer span {
  display: block;
}

.story-grid footer b {
  margin-bottom: 6px;
  font-size: 13px;
}

.story-grid footer span {
  color: var(--muted);
  font-size: 10px;
}

.story-grid blockquote:nth-child(2) footer span {
  color: rgba(255, 255, 255, 0.55);
}

.install-guide {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  padding: 104px max(36px, calc((100vw - 1180px) / 2));
  background: var(--cream);
}

.install-heading h2 {
  margin: 0;
  color: var(--wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.install-heading > p:last-child {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.install-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.install-steps article:first-child {
  padding-top: 0;
}

.install-steps article > b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-family: Georgia, serif;
}

.install-steps h3 {
  margin: 2px 0 8px;
  color: var(--wine-deep);
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.install-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 122px 30px;
  text-align: center;
  color: #fff;
  background: var(--wine-deep);
}

.final-cta h2 {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(47px, 5.3vw, 75px);
  line-height: 1.03;
}

.final-cta > p {
  position: relative;
  margin: 25px auto 33px;
  color: rgba(255, 255, 255, 0.64);
}

.button.large {
  position: relative;
  min-width: 260px;
}

.final-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit-a {
  width: 500px;
  height: 500px;
  top: -180px;
  left: -130px;
}

.orbit-b {
  width: 620px;
  height: 620px;
  right: -210px;
  bottom: -360px;
}

.site-footer {
  padding: 45px max(36px, calc((100vw - 1320px) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: #1d0811;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-logo {
  width: 42px;
  height: 42px;
}

.site-footer > p {
  margin: 20px 0 32px;
  font-size: 12px;
}

.site-footer > div {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
}

.mobile-download {
  display: none;
}

.download-status {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 28px;
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border-radius: 4px;
  color: #fff;
  background: rgba(34, 9, 20, 0.94);
  box-shadow: var(--shadow);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.download-status.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

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

  .hero {
    min-height: 740px;
  }

  .hero-image {
    object-position: 60% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(31, 8, 18, 0.94) 0%, rgba(43, 11, 26, 0.72) 53%, rgba(38, 11, 23, 0.2) 100%);
  }

  .hero-note {
    display: none;
  }

  .section-heading,
  .benefits,
  .install-guide {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .benefits {
    gap: 64px;
  }

  .install-guide {
    gap: 48px;
  }

  .person-card,
  .person-card.tall {
    height: 380px;
  }

  .proof {
    padding-inline: 20px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    width: calc(100% - 36px);
    height: 76px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    max-height: 900px;
  }

  .hero-image {
    object-position: 65% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(32, 8, 19, 0.96) 0%, rgba(38, 10, 23, 0.67) 58%, rgba(36, 9, 21, 0.14) 100%),
      linear-gradient(90deg, rgba(33, 8, 19, 0.35), transparent);
  }

  .hero-content {
    position: absolute;
    bottom: 78px;
    left: 20px;
    width: calc(100% - 40px);
    padding-top: 0;
  }

  .eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .hero h1 br {
    display: none;
  }

  .hero-copy {
    margin: 20px 0 24px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions .button-primary {
    width: 100%;
  }

  .button-quiet,
  .hero-trust,
  .scroll-cue {
    display: none;
  }

  .people-section,
  .stories,
  .benefits,
  .install-guide {
    padding: 76px 20px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .benefits h2 {
    font-size: 46px;
  }

  .people-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .person-card,
  .person-card.tall {
    height: 280px;
  }

  .person-copy {
    left: 14px;
    bottom: 16px;
  }

  .person-copy b {
    font-size: 19px;
  }

  .person-copy small {
    font-size: 9px;
  }

  .person-card > i {
    right: 13px;
    bottom: 18px;
  }

  .online {
    top: 10px;
    left: 10px;
  }

  .benefit-list article {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .benefit-list article > b {
    display: none;
  }

  .proof {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .proof > div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof > div:last-child {
    border-bottom: 0;
  }

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

  .story-grid blockquote {
    min-height: 280px;
  }

  .final-cta {
    padding: 88px 20px;
  }

  .site-footer {
    padding: 38px 20px;
  }

  .site-footer > div {
    gap: 14px;
    flex-direction: column;
  }

  .mobile-download {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background: rgba(29, 8, 17, 0.96);
    backdrop-filter: blur(14px);
  }

  .mobile-download a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 28px 1fr 28px;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    color: var(--wine-deep);
    background: #fff;
    border-radius: 3px;
  }

  .mobile-download b,
  .mobile-download small {
    display: block;
  }

  .mobile-download b {
    font-size: 13px;
  }

  .mobile-download small {
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 0.15em;
  }

  .mobile-download i {
    justify-self: end;
    font-style: normal;
  }

  .download-status {
    bottom: 88px;
  }
}

@media (max-width: 410px) {
  .hero h1 {
    font-size: 42px;
  }

  .person-card,
  .person-card.tall {
    height: 245px;
  }
}

@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;
  }
}
