@font-face {
  font-family: Manrope;
  src: url("./assets/manrope-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("./assets/manrope-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --ink: #183500;
  --text: #232923;
  --muted: #656b64;
  --lime: #a4ea70;
  --line: #dce1d9;
  --ice: #e9eef2;
  --paper: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
a,
summary,
label {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 7px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: 0;
}
h2 {
  font-size: 52px;
  line-height: 1.12;
}
h3 {
  font-size: 27px;
  line-height: 1.25;
}
p {
  line-height: 1.7;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
  flex-shrink: 0;
}
.icon {
  width: 22px;
  height: 22px;
}
.wrap {
  width: min(100% - 96px, 1280px);
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.eyebrow,
.section-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}
.section-label {
  color: var(--muted);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  padding: 12px;
  background: white;
  transform: translateY(-200%);
}
.skip:focus {
  transform: none;
}
.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
nav a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
.nav-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-contact .icon {
  width: 18px;
  height: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  max-width: 100%;
  padding: 15px 22px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #284c10;
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}
.text-link .icon {
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translate(2px, -2px);
}

/* Full-bleed art direction, with a separate close composition for phones. */
.hero {
  position: relative;
  isolation: isolate;
  height: min(740px, calc(100svh - 152px));
  min-height: 565px;
  overflow: hidden;
  background: #e8edf1;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
}
.hero-copy {
  width: 46%;
}
.hero .eyebrow {
  margin-bottom: 12px;
}
.hero h1 {
  font-size: 104px;
  line-height: 1.08;
  margin-left: -4px;
  margin-bottom: 20px;
}
.hero-line {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 22px;
}
.hero-description {
  font-size: 16px;
  color: #495348;
  margin-bottom: 28px;
  line-height: 1.7;
}
.availability {
  font-size: 11px;
  color: #495348;
  margin-top: 17px;
}
.hero-caption {
  position: absolute;
  inset: auto 0 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #465043;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  align-items: end;
}
.section-heading .section-label {
  grid-column: 1/-1;
}
.section-heading > p:last-child {
  justify-self: end;
  color: var(--muted);
  font-size: 16px;
}
.product-explorer {
  border: 0;
  padding: 0;
  margin: 64px 0 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 324px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.view-options {
  align-self: start;
  padding-top: 100px;
}
.view-option {
  display: grid;
  grid-template-columns: 1fr 24px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  color: #737a70;
  cursor: pointer;
  transition: color 0.2s;
}
.view-option > span {
  font-size: 24px;
  font-weight: 700;
}
.view-option .icon {
  align-self: center;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.view-option small {
  grid-column: 1/-1;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.6;
}
.view-option:hover {
  color: var(--ink);
}
#view-overview:checked ~ .view-options .option-overview,
#view-insights:checked ~ .view-options .option-insights,
#view-budgets:checked ~ .view-options .option-budgets {
  color: var(--ink);
  border-color: var(--ink);
}
#view-overview:checked ~ .view-options .option-overview .icon,
#view-insights:checked ~ .view-options .option-insights .icon,
#view-budgets:checked ~ .view-options .option-budgets .icon {
  opacity: 1;
}
#view-overview:focus-visible ~ .view-options .option-overview,
#view-insights:focus-visible ~ .view-options .option-insights,
#view-budgets:focus-visible ~ .view-options .option-budgets {
  outline: 2px solid var(--ink);
  outline-offset: 6px;
}
.product-screen,
.product-detail {
  display: none;
}
#view-overview:checked ~ * .panel-overview,
#view-insights:checked ~ * .panel-insights,
#view-budgets:checked ~ * .panel-budgets {
  display: block;
}
.product-display {
  width: 324px;
}
.phone {
  padding: 6px;
  background: #252823;
  border-radius: 45px;
  box-shadow:
    0 28px 56px -30px #1d2a234d,
    0 0 0 1px #bcc0ba;
}
.phone img {
  border-radius: 39px;
  width: 100%;
  height: auto;
}
.product-screen figcaption {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 24px;
}
.product-copy {
  min-height: 390px;
}
.product-detail h3 {
  margin-bottom: 20px;
}
.product-detail > p {
  font-size: 14px;
  color: var(--muted);
}
.product-detail dl {
  margin: 35px 0 0;
}
.product-detail dl > div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.product-detail dt {
  font-size: 12px;
  font-weight: 700;
}
.product-detail dd {
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.example-note {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 32px;
}

.everyday-band {
  background: #f0f2ed;
}
.everyday-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
}
.everyday-layout h2 {
  font-size: 48px;
}
.everyday-layout h2 span {
  color: #65765c;
}
.everyday-intro {
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
  max-width: 300px;
}
.everyday-features article {
  padding: 26px 0;
  border-top: 1px solid #ced6c8;
}
.everyday-features article:first-child {
  padding-top: 0;
  border-top: 0;
}
.everyday-features article:last-child {
  padding-bottom: 0;
}
.feature-type {
  display: block;
  font-size: 11px;
  margin-bottom: 12px;
  color: var(--muted);
}
.everyday-features h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.everyday-features p {
  font-size: 14px;
  color: var(--muted);
  max-width: 390px;
}
.privacy-band {
  background: #20271f;
  color: #fff;
}
.privacy-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
}
.privacy-band .section-label {
  color: #b8c5af;
}
.privacy-band h2 {
  font-size: 58px;
}
.light-link {
  margin-top: 42px;
  color: var(--lime);
}
.privacy-copy {
  padding-top: 40px;
}
.privacy-statement {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 25px;
}
.privacy-statement span {
  color: var(--lime);
}
.privacy-copy > p:not(.privacy-statement) {
  font-size: 14px;
  color: #c1c9bc;
  max-width: 395px;
  margin-top: 16px;
}
.privacy-footnote {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #495243;
  font-size: 10px;
  color: #c1c9bc;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
}
.questions h2 {
  font-size: 44px;
}
.questions .text-link {
  margin-top: 32px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq details[open] summary .icon {
  transform: rotate(45deg);
}
.faq p {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
}
.site-footer {
  background: var(--ice);
  padding-block: 44px 28px;
}
.footer-top,
.footer-brand,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-top {
  font-size: 14px;
}
.footer-top .text-link {
  font-size: 13px;
}
.footer-brand {
  padding: 35px 0 50px;
}
.footer-brand > a {
  text-decoration: none;
  font-size: 146px;
  font-weight: 700;
  line-height: 1;
}
.footer-brand p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid #c9d0d2;
}
.footer-bottom,
.footer-bottom a {
  font-size: 11px;
}
.footer-bottom nav {
  margin-left: auto;
}
.back-top {
  padding: 10px;
  border: 1px solid #bac4bc;
  border-radius: 50%;
}
.disclaimer {
  font-size: 10px;
  color: #5f675f;
  margin-top: 24px;
  max-width: 750px;
}
.document {
  width: min(100% - 48px, 770px);
  margin-inline: auto;
  padding: 76px 0 100px;
  min-height: 55vh;
}
.document h1 {
  font-size: 56px;
  line-height: 1.15;
  margin-bottom: 28px;
}
.document h2 {
  font-size: 24px;
  margin: 44px 0 15px;
}
.document p,
.document li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 18px;
}
.document .lead {
  font-size: 21px;
  line-height: 1.6;
}
.document .section-label {
  font-size: 12px;
}
.document .button {
  margin: 12px 0 24px;
}
.document strong {
  color: var(--ink);
}
.document .updated {
  font-size: 12px;
}
.document a:not(.button) {
  overflow-wrap: anywhere;
}

@media (min-width: 1700px) {
  .hero-art img {
    object-position: center 42%;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 88px;
  }
  .hero-line {
    font-size: 32px;
  }
  .product-explorer {
    grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
    gap: 34px;
  }
  .product-display {
    width: 280px;
  }
  .view-option > span {
    font-size: 22px;
  }
  .product-detail h3 {
    font-size: 24px;
  }
  .everyday-layout,
  .privacy-layout,
  .questions {
    gap: 60px;
  }
  .everyday-layout h2 {
    font-size: 40px;
  }
  .privacy-band h2 {
    font-size: 48px;
  }
}
@media (max-width: 850px) {
  .hero {
    height: 540px;
    min-height: 540px;
  }
  .section-heading {
    grid-template-columns: 1.5fr 1fr;
    gap: 0 32px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p:last-child {
    font-size: 13px;
  }
  .section {
    padding-block: 76px;
  }
  h2 {
    font-size: 44px;
  }
  .hero-copy {
    width: 48%;
  }
  .hero-art img {
    object-position: 47% center;
  }
  .hero-line {
    font-size: 29px;
  }
  .hero h1 {
    font-size: 78px;
  }
  .product-explorer {
    grid-template-columns: 1fr 300px;
    gap: 0 60px;
  }
  .view-options {
    padding-top: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .product-display {
    width: 300px;
    grid-column: 2;
    grid-row: 1/3;
  }
  .product-copy {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    align-self: start;
    padding-top: 32px;
  }
  .product-detail dl {
    display: none;
  }
  .view-option small {
    display: none;
  }
  .everyday-layout,
  .privacy-layout,
  .questions {
    gap: 40px;
  }
  .everyday-layout h2,
  .privacy-band h2,
  .questions h2 {
    font-size: 36px;
  }
  .privacy-copy {
    padding-top: 0;
  }
  .privacy-statement {
    font-size: 26px;
  }
  .footer-brand > a {
    font-size: 112px;
  }
  .footer-brand p {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 72px;
    gap: 16px;
  }
  .wordmark {
    font-size: 30px;
  }
  nav {
    gap: 20px;
  }
  nav a {
    font-size: 11px;
  }
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .nav-contact {
    gap: 6px;
  }
  .hero {
    height: min(760px, calc(100svh - 116px));
    min-height: 640px;
  }
  .hero-art {
    inset: auto 0 0;
    height: 53%;
  }
  .hero-art img {
    object-fit: cover;
    object-position: center 60%;
  }
  .hero-inner {
    align-items: flex-start;
    padding-top: 30px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero .eyebrow {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .hero h1 {
    font-size: 66px;
    margin-bottom: 12px;
    margin-left: -2px;
  }
  .hero-line {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 13px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 19px;
    max-width: 240px;
  }
  .hero-description br {
    display: none;
  }
  .button {
    min-height: 48px;
    padding: 13px 18px;
    font-size: 12px;
    gap: 24px;
  }
  .button .icon {
    width: 19px;
    height: 19px;
  }
  .availability {
    font-size: 9px;
    margin-top: 12px;
  }
  .hero-caption {
    bottom: 13px;
    justify-content: flex-end;
    font-size: 8px;
  }
  .hero-caption span:first-child {
    display: none;
  }
  .section {
    padding-block: 60px;
  }
  .section-label {
    margin-bottom: 18px;
    font-size: 10px;
  }
  h2 {
    font-size: 36px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p:last-child {
    margin-top: 20px;
    font-size: 13px;
  }
  .section-heading > p:last-child br {
    display: none;
  }
  .product-explorer {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px;
  }
  .view-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 32px;
  }
  .view-option {
    display: flex;
    justify-content: center;
    padding: 16px 0;
  }
  .view-option > span {
    font-size: 13px;
  }
  .view-option .icon {
    display: none;
  }
  .product-display {
    width: min(280px, 100% - 40px);
  }
  .phone {
    border-radius: 38px;
    padding: 5px;
  }
  .phone img {
    border-radius: 33px;
  }
  .product-screen figcaption {
    margin-top: 20px;
    font-size: 9px;
  }
  .product-copy {
    min-height: 174px;
    padding-top: 30px;
    align-self: stretch;
  }
  .product-detail h3 {
    font-size: 26px;
    margin-bottom: 14px;
    max-width: 290px;
  }
  .product-detail > p {
    font-size: 13px;
  }
  .example-note {
    margin-top: 18px;
    font-size: 9px;
  }
  .everyday-layout,
  .privacy-layout,
  .questions {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .everyday-layout h2 {
    font-size: 37px;
  }
  .everyday-intro {
    margin-top: 22px;
    font-size: 13px;
    max-width: none;
  }
  .everyday-features article {
    padding-block: 22px;
  }
  .everyday-features h3 {
    font-size: 23px;
  }
  .everyday-features p {
    font-size: 13px;
  }
  .privacy-band h2 {
    font-size: 42px;
  }
  .light-link {
    margin-top: 28px;
  }
  .text-link {
    font-size: 12px;
    gap: 20px;
  }
  .privacy-statement {
    font-size: 27px;
  }
  .privacy-copy > p:not(.privacy-statement) {
    font-size: 13px;
  }
  .privacy-footnote {
    font-size: 9px;
  }
  .questions h2 {
    font-size: 36px;
  }
  .questions .text-link {
    margin-top: 25px;
  }
  .faq summary {
    font-size: 13px;
    gap: 16px;
  }
  .faq details {
    padding: 18px 0;
  }
  .faq p {
    font-size: 12px;
  }
  .site-footer {
    padding-block: 32px 24px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-top p {
    font-size: 12px;
  }
  .footer-top .text-link {
    font-size: 12px;
  }
  .footer-brand {
    padding: 36px 0 30px;
    align-items: flex-end;
  }
  .footer-brand > a {
    font-size: 72px;
  }
  .footer-brand p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 6px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 22px;
  }
  .footer-bottom > span {
    flex: 1;
  }
  .footer-bottom nav {
    width: 100%;
    margin: 0;
    order: 3;
    justify-content: space-between;
    gap: 12px;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 9px;
  }
  .back-top {
    padding: 8px;
  }
  .disclaimer {
    font-size: 9px;
    margin-top: 24px;
  }
  .document {
    width: calc(100% - 40px);
    padding-block: 45px 65px;
  }
  .document h1 {
    font-size: 39px;
    margin-bottom: 22px;
  }
  .document h2 {
    font-size: 23px;
    margin-top: 34px;
  }
  .document .lead {
    font-size: 18px;
  }
  .document p,
  .document li {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .hero {
    height: min(760px, calc(100svh - 160px));
    min-height: 520px;
  }
  .hero-art {
    inset: 0;
    height: 100%;
  }
  .hero-art img {
    object-position: center bottom;
  }
  .product-section {
    padding-top: 32px;
  }
  .availability {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  .hero-inner {
    padding-top: 24px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-line {
    font-size: 25px;
  }
  .footer-brand > a {
    font-size: 64px;
  }
  .footer-brand p {
    font-size: 12px;
  }
}
@media (max-width: 700px) and (max-height: 740px) {
  .hero-inner {
    padding-top: 20px;
  }
  .hero .eyebrow {
    display: none;
  }
  .hero h1 {
    font-size: 58px;
    margin-bottom: 10px;
  }
  .hero-line {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero-description {
    margin-bottom: 14px;
  }
  .availability {
    margin-top: 10px;
  }
}
@media (min-width: 701px) and (max-width: 850px) {
  .product-explorer {
    grid-template-rows: auto 1fr;
  }
}
@media (max-height: 740px) and (min-width: 701px) {
  .hero {
    min-height: 500px;
  }
  .hero h1 {
    font-size: 78px;
    margin-bottom: 14px;
  }
  .hero-line {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .hero-description {
    margin-bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
