@font-face {
  font-family: "Olive Village";
  src: url("assets/OliveVillage-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutra";
  src: url("assets/NeutraText-BookAlt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutra";
  src: url("assets/NeutraText-DemiAlt.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #5e6f61;
  --orange: #ce6446;
  --navy: #3a4b55;
  --grey: #7e94ab;
  --tan: #f2ede5;
  --paper: #fffaf3;
  --white: #fffefd;
  --ink: #213039;
  --line: rgba(58, 75, 85, 0.16);
  --shadow: 0 30px 70px rgba(33, 48, 57, 0.22);
  --tight: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.heirloom-landing-page {
  margin: 0;
  color: var(--navy);
  background: var(--tan);
  font-family: "Neutra", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

body.heirloom-landing-page img {
  display: block;
  max-width: 100%;
}

body.heirloom-landing-page a {
  color: inherit;
  text-decoration: none;
}

body.heirloom-landing-page h1,
body.heirloom-landing-page h2,
body.heirloom-landing-page h3,
body.heirloom-landing-page p,
body.heirloom-landing-page blockquote {
  padding: 0;
  border: 0;
}

body.heirloom-landing-page figure {
  padding: 0;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1160px, calc(100vw - 32px));
  min-height: 74px;
  padding: 12px 14px 12px 22px;
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(33, 48, 57, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: block;
  width: min(260px, 44vw);
}

.brand img {
  width: 100%;
}

.download-nav,
.store-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.store-badge {
  display: block;
  width: 190px;
  border-radius: 8px;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-badge.compact {
  width: 132px;
}

.store-badge:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 16px rgba(33, 48, 57, 0.2));
}

.store-badge img {
  width: 100%;
}

.section-downloads {
  margin-top: 24px;
}

.section-downloads .store-badge {
  width: 168px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 0.82fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  min-height: 100svh;
  padding: 128px max(20px, calc((100vw - 1180px) / 2)) 66px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(242, 237, 229, 0.98) 0%, rgba(255, 250, 243, 0.96) 43%, rgba(126, 148, 171, 0.28) 100%),
    var(--tan);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 56vw;
  background: linear-gradient(90deg, rgba(94, 111, 97, 0.14), rgba(94, 111, 97, 0));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-weight: 700;
  font-size: 0.83rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-kicker {
  font-size: 18px;
  letter-spacing: 0.14em;
}

body.heirloom-landing-page h1,
body.heirloom-landing-page h2 {
  margin: 0;
  font-family: "Olive Village", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.heirloom-landing-page h1 {
  color: var(--green);
  font-size: clamp(4.45rem, 7.05vw, 7rem);
  line-height: 0.88;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

body.heirloom-landing-page h2 {
  color: var(--green);
  font-size: clamp(2.7rem, 5.2vw, 5.6rem);
  line-height: 0.9;
}

body.heirloom-landing-page h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.12;
}

.hero-text {
  max-width: 630px;
  margin: 18px 0 18px;
  color: var(--navy);
  font-size: clamp(1.22rem, 1.7vw, 1.45rem);
}

.hero-text p {
  margin: 0;
}

.hero-text p + p {
  margin-top: 12px;
}

.hero-proof {
  display: flex;
  gap: 14px 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-proof span {
  position: relative;
  padding-left: 18px;
  color: var(--orange);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

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

body.heirloom-landing-page .phone-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 10px solid var(--ink);
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-one {
  top: 18px;
  right: 4px;
  z-index: 3;
  width: min(340px, 52vw);
  aspect-ratio: 926 / 1894;
  transform: rotate(3deg);
}

.phone-two {
  bottom: 20px;
  left: 36px;
  z-index: 2;
  width: min(310px, 49vw);
  aspect-ratio: 1242 / 2688;
  transform: rotate(-7deg);
}

.intro-band {
  display: flex;
  justify-content: center;
  padding: clamp(44px, 7vw, 78px) max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(58, 75, 85, 0.98), rgba(94, 111, 97, 0.98)),
    var(--navy);
  color: var(--tan);
}

.intro-band p {
  max-width: 1180px;
  margin: 0;
  color: var(--tan);
  font-family: "Olive Village", Georgia, serif;
  font-size: clamp(3rem, 5.25vw, 5.75rem);
  font-weight: 400;
  line-height: 0.96;
  text-align: center;
  white-space: nowrap;
}

.intro-break {
  display: inline;
}

.intro-line {
  display: inline;
  white-space: nowrap;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(430px, 0.42fr) minmax(620px, 0.58fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: center;
  padding: clamp(72px, 10vw, 118px) max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(120deg, rgba(242, 237, 229, 0.95), rgba(255, 250, 243, 0.98)),
    var(--paper);
}

.section-copy {
  min-width: 0;
  overflow: hidden;
}

.section-copy p {
  max-width: 570px;
  margin: 22px 0 0;
  font-size: 1.25rem;
}

.section-copy .feature-kicker {
  font-size: 18px;
}

body.heirloom-landing-page .feature-story #feature-title {
  max-width: 610px;
  font-size: clamp(3.25rem, 3.45vw, 4.05rem);
  line-height: 1.12;
  overflow-wrap: normal;
}

.section-copy strong {
  font-weight: 700;
}

.feature-lists {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(310px, 0.88fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}

.feature-panel {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(33, 48, 57, 0.14);
  min-width: 0;
}

.current-features {
  color: var(--tan);
  background:
    linear-gradient(135deg, rgba(58, 75, 85, 0.98), rgba(94, 111, 97, 0.98)),
    var(--navy);
}

.upcoming-features {
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(206, 100, 70, 0.18), rgba(242, 237, 229, 0.96)),
    var(--tan);
  border: 1px solid rgba(206, 100, 70, 0.28);
}

.feature-label {
  margin: 0;
  font-family: "Neutra", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.45rem, 1.65vw, 1.8rem);
  font-weight: 700;
  line-height: 1.02;
  white-space: nowrap;
}

.current-features .feature-label {
  color: var(--tan);
  font-family: "Neutra", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.upcoming-features .feature-label {
  color: var(--orange);
  font-family: "Neutra", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.feature-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-panel li {
  position: relative;
  padding-left: 24px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.28;
}

.feature-panel li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

.current-features li::before {
  background: var(--tan);
}

.reviews {
  display: grid;
  grid-template-columns: minmax(360px, 0.43fr) minmax(560px, 0.57fr);
  gap: clamp(36px, 4.6vw, 64px);
  align-items: center;
  padding: clamp(70px, 7.2vw, 104px) max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(58, 75, 85, 0.98), rgba(94, 111, 97, 0.98)),
    var(--navy);
}

.reviews-kicker {
  font-size: 18px;
}

body.heirloom-landing-page .reviews h2 {
  color: var(--tan);
  font-size: clamp(3.45rem, 4.15vw, 4.65rem);
  line-height: 1.14;
}

body.heirloom-landing-page .reviews h2 span {
  display: block;
  white-space: nowrap;
}

.review-wall {
  display: grid;
  gap: 22px;
  align-content: center;
  width: 100%;
  max-width: 620px;
}

body.heirloom-landing-page .review-card {
  margin: 0;
  padding: clamp(30px, 3.2vw, 44px);
  background: var(--grey);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

body.heirloom-landing-page .review-card blockquote {
  font-size: clamp(1.18rem, 1.35vw, 1.45rem);
  line-height: 1.28;
}

body.heirloom-landing-page .featured-review {
  background: var(--tan);
  color: var(--navy);
  transform: translateX(-28px);
}

.stars {
  color: var(--orange);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

body.heirloom-landing-page blockquote {
  margin: 16px 0 18px;
  padding-left: 0;
  border-left: 0;
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  line-height: 1.16;
}

body.heirloom-landing-page figcaption {
  color: inherit;
  font-weight: 700;
}

body.heirloom-landing-page .review-card figcaption {
  margin: 0;
  color: var(--tan);
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.05;
  text-transform: uppercase;
}

body.heirloom-landing-page .featured-review figcaption {
  color: inherit;
}

.privacy-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(0, 0.82fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 6vw, 80px) max(20px, calc((100vw - 1180px) / 2)) clamp(120px, 12vw, 160px);
  color: var(--navy);
  background:
    linear-gradient(120deg, rgba(242, 237, 229, 0.95), rgba(255, 250, 243, 0.98)),
    var(--paper);
}

.privacy-copy p {
  max-width: 520px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  font-weight: 700;
  line-height: 1.16;
}

.privacy-screens {
  position: relative;
  order: -1;
  min-height: 520px;
}

body.heirloom-landing-page .privacy-screen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 9px solid var(--ink);
  border-radius: 36px;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.32);
}

.privacy-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-detail {
  left: 0;
  top: 40px;
  z-index: 2;
  width: min(250px, 42%);
  aspect-ratio: 946 / 2048;
  transform: rotate(-4deg);
}

.screen-search {
  right: 34px;
  top: 18px;
  z-index: 1;
  width: min(280px, 46%);
  aspect-ratio: 946 / 2048;
  transform: rotate(4deg);
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(44px, 6vw, 72px) 20px;
  text-align: center;
  color: var(--tan);
  background:
    linear-gradient(135deg, rgba(33, 48, 57, 0.2), rgba(33, 48, 57, 0)),
    var(--green);
}

.final-logo {
  width: min(440px, 72vw);
}

.centered {
  justify-content: center;
}

footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 28px 20px;
  color: var(--tan);
  background: var(--navy);
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    width: auto;
    margin: 0;
    border-radius: 0;
    transform: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .hero-media {
    margin-top: 34px;
    min-height: 610px;
  }

  .feature-story,
  .reviews,
  .privacy-band {
    grid-template-columns: 1fr;
  }

  .reviews {
    align-items: start;
    padding-top: 56px;
    padding-bottom: 64px;
    padding-inline: 28px;
  }

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

  .section-copy h2 {
    max-width: 720px;
    font-size: clamp(3.5rem, 10vw, 5rem);
  }

  body.heirloom-landing-page .featured-review {
    transform: none;
  }

  body.heirloom-landing-page .reviews h2 span {
    white-space: normal;
  }

  .privacy-screens {
    order: 0;
    min-height: 490px;
  }

  .screen-detail {
    left: 8%;
    width: min(225px, 44vw);
  }

  .screen-search {
    right: 8%;
    width: min(245px, 48vw);
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  body.heirloom-landing-page h1 {
    font-size: clamp(3.75rem, 6.1vw, 4.3rem);
    line-height: 0.9;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: 28px;
  }
}

@media (min-width: 1121px) and (max-width: 1450px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 0.8fr);
    gap: clamp(54px, 8vw, 112px);
  }

  body.heirloom-landing-page h1 {
    font-size: clamp(5rem, 6.2vw, 6.4rem);
  }

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

  .phone-one {
    width: min(310px, 42vw);
  }

  .phone-two {
    left: 58px;
    width: min(285px, 38vw);
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    text-align: center;
  }

  .brand {
    width: min(305px, 100%);
    margin-inline: auto;
  }

  .download-nav,
  .store-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .store-badge,
  .store-badge.compact {
    width: 100%;
  }

  .hero {
    padding: 30px 20px 44px;
  }

  body.heirloom-landing-page h1 {
    font-size: clamp(3.7rem, 18vw, 5.1rem);
  }

  .section-copy h2 {
    font-size: clamp(3.25rem, 15vw, 4.5rem);
  }

  .hero-title-line {
    display: inline;
    white-space: normal;
  }

  .hero-proof span {
    font-size: 0.95rem;
  }

  .hero-media {
    margin-top: 30px;
    min-height: 510px;
  }

  .phone-one {
    right: 0;
    width: min(238px, 62vw);
  }

  .phone-two {
    left: 0;
    bottom: 54px;
    width: min(210px, 54vw);
  }

  .intro-band {
    padding: 36px 20px;
  }

  .intro-band p {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: clamp(2.2rem, 9.25vw, 2.95rem);
    line-height: 0.95;
    white-space: normal;
  }

  .intro-break {
    display: block;
  }

  .intro-line {
    display: block;
    white-space: nowrap;
  }

  .feature-story,
  .reviews,
  .privacy-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-panel {
    padding: 22px;
  }

  .upcoming-features .feature-label {
    white-space: normal;
  }

  .privacy-screens {
    order: 0;
    min-height: 440px;
  }

  .screen-detail {
    left: 0;
    width: min(190px, 46vw);
  }

  .screen-search {
    right: 0;
    width: min(205px, 50vw);
  }
}

@media (max-width: 430px) {
  .download-nav,
  .store-row {
    gap: 8px;
  }

  body.heirloom-landing-page h1 {
    font-size: 3.55rem;
  }

  .hero-text {
    font-size: 1.14rem;
  }

  .hero-media {
    margin-top: 28px;
    min-height: 470px;
  }

  body.heirloom-landing-page .phone-frame {
    border-width: 7px;
    border-radius: 32px;
  }

}
