@font-face {
  font-family: Outfit;
  src: url("/assets/Outfit-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f4f8f7;
  --ink: #172621;
  --muted: #63726c;
  --green: #197d69;
  --mint: #dff3eb;
  --line: #dce6e0;
  --white: #fff;
  --font: Outfit, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 6px;
}
img,
svg {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(44px, 5vw, 72px);
}
h2 {
  font-size: clamp(36px, 4.2vw, 60px);
}
h3 {
  font-size: 30px;
}
p {
  color: var(--muted);
}
.site-header {
  position: relative;
  z-index: 20;
  max-width: 1360px;
  padding: 26px 54px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1.1px;
  white-space: nowrap;
}
.brand-light {
  font-weight: 400;
}
.brand-period {
  color: var(--green);
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-35deg);
}
.brand-mark > span {
  height: 16px;
  width: 10px;
  border-left: 3px solid var(--green);
  border-right: 3px solid var(--green);
}
.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav a {
  padding: 10px 0;
  position: relative;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--green);
}
.desktop-nav a[aria-current]:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 14px 25px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.button-secondary {
  background: transparent;
  color: var(--ink);
  border-color: #c2d4ca;
}
.button-secondary:hover {
  background: var(--mint);
  color: var(--ink);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-actions .button {
  min-height: 45px;
  padding: 10px 20px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px;
  height: 44px;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
}
.mobile-nav {
  position: absolute;
  top: 88px;
  left: 20px;
  right: 20px;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 40px #17262116;
}
.mobile-nav:not([hidden]) {
  display: grid;
  gap: 12px;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 100;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 10px;
}
.hero {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 38px;
}
.hero-glow {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  inset: 50px -30% 80px;
  background: radial-gradient(ellipse at 50% 60%, #cdeee48f, transparent 56%);
}
.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #c8ded3;
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 12px;
  color: #50695a;
  background: #ffffff50;
}
.wordmark {
  display: block;
  width: min(850px, 90vw);
  height: auto;
  margin: 3px auto -4px;
  overflow: visible;
}
.pixel {
  fill: var(--ink);
  transform-box: fill-box;
  transform-origin: center;
}
.row-5 {
  fill: #259e93;
}
.row-6 {
  fill: #329e9a;
}
@keyframes pixel-land {
  0% {
    opacity: 0;
    transform: scale(0.55);
    fill: white;
  }
  8% {
    opacity: 1;
    fill: white;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero h1 {
  font-size: clamp(38px, 4.4vw, 61px);
  margin: 0 20px 24px;
  line-height: 1.06;
}
.hero h1 > span {
  color: var(--green);
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 20px 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 14px;
}
.text-link:hover {
  color: var(--green);
}
.hero-availability {
  font-size: 12px;
  color: #7a8982;
  margin-top: 14px;
}
.hero-product {
  position: relative;
  max-width: 980px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
  height: 600px;
  overflow: hidden;
}
.phone {
  position: relative;
  width: 266px;
  flex-shrink: 0;
  border: 7px solid #1d2420;
  border-radius: 42px;
  overflow: hidden;
  background: #1d2420;
  box-shadow:
    0 0 0 1px #555e56,
    0 24px 65px #1b43352b;
  line-height: 0;
}
.phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
}
.hero-product .phone {
  width: 274px;
  align-self: flex-start;
}
.product-note {
  text-align: left;
  width: 195px;
  margin-top: -100px;
}
.product-note p {
  font-family: var(--font);
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  color: var(--ink);
  margin: 16px 0 12px;
}
.product-note p strong {
  font-weight: 400;
  color: var(--green);
}
.product-note > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.small-symbol {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #9bbfaf;
  border-radius: 50%;
  color: var(--green);
  font-size: 20px;
}
.supported {
  position: relative;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 20px 34px;
  margin-top: -8px;
}
.eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--green);
  margin-bottom: 24px;
}
.supported .eyebrow {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 1.7px;
  margin-bottom: 22px;
}
.app-strip {
  display: flex;
  justify-content: center;
  gap: 47px;
  flex-wrap: wrap;
}
.app-strip a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font);
  font-size: 19px;
}
.app-strip img {
  width: 22px;
  height: 22px;
  opacity: 0.8;
}
.app-strip a:hover {
  color: var(--green);
}
.section {
  max-width: 1200px;
  margin: auto;
  padding: 110px 48px;
}
.intro-section {
  text-align: center;
  max-width: 810px;
  padding-bottom: 100px;
}
.intro-section h2 > span {
  color: #9ca9a0;
}
.intro-section > p {
  max-width: 550px;
  margin: 26px auto;
  font-size: 16px;
  line-height: 1.9;
}
.closing {
  text-align: center;
  max-width: none;
  background: var(--mint);
  padding-top: 95px;
  padding-bottom: 95px;
}
.closing h2 {
  font-size: clamp(55px, 7vw, 92px);
  line-height: 0.98;
}
.closing p {
  margin: 25px auto 27px;
}
.closing .eyebrow {
  margin-bottom: 25px;
}
.caption {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 17px;
}
.footer {
  max-width: 1280px;
  margin: auto;
  padding: 70px 48px 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 35px;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}
.footer-top > div:first-child p {
  margin-top: 15px;
  font-size: 15px;
}
.footer-top .eyebrow {
  font-size: 12px;
  color: var(--muted);
  margin: 7px 0 13px;
}
.footer-top a:hover {
  color: var(--green);
}
.footer-message p {
  font-family: var(--font);
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: var(--ink);
  margin-bottom: 0;
}
.footer-message > span:last-child {
  font-size: 30px;
  color: var(--green);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.trademark-note {
  font-size: 12px;
  max-width: 720px;
  margin-top: 20px;
  color: #7a8780;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 25px 0;
  font-family: var(--font);
  font-size: 20px;
  line-height: 1.35;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 24px;
  color: var(--green);
  font-weight: 300;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 15px;
  max-width: 700px;
  margin: 0 35px 25px 0;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 65px;
  }
}
@media (max-width: 950px) {
  .site-header {
    padding: 22px 30px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .hero-product {
    gap: 40px;
  }
  .product-note {
    width: 180px;
  }
  .section {
    padding: 80px 30px;
  }
  .app-strip {
    gap: 28px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 20px;
    gap: 12px;
  }
  .brand {
    font-size: 25px;
  }
  .brand-mark {
    width: 28px;
    height: 28px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .header-actions .button {
    font-size: 12px;
    gap: 15px;
    min-height: 42px;
    padding: 8px 14px;
  }
  .header-actions .button span {
    font-size: 18px;
  }
  .hero {
    padding-top: 25px;
  }
  .wordmark {
    width: 96vw;
    margin: 10px auto 6px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.9;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .button {
    padding: 13px 20px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .hero-product {
    height: 510px;
    margin-top: 38px;
    gap: 0;
  }
  .hero-product .phone {
    width: 247px;
  }
  .product-note {
    position: absolute;
    width: 145px;
    z-index: 2;
    margin-top: 0;
    background: #f8fcfaf2;
    padding: 12px;
    border: 1px solid #d5e6da;
    border-radius: 10px;
    box-shadow: 0 8px 30px #1836250a;
  }
  .note-left {
    left: calc(50% - 185px);
    top: 120px;
    transform: rotate(-6deg);
  }
  .note-right {
    right: calc(50% - 185px);
    top: 340px;
    transform: rotate(5deg);
  }
  .product-note p {
    font-size: 17px;
    margin: 0;
    line-height: 1.3;
  }
  .product-note .small-symbol,
  .product-note > span:last-child {
    display: none;
  }
  .supported {
    padding: 28px 20px;
  }
  .supported .eyebrow {
    font-size: 12px;
  }
  .app-strip {
    gap: 22px 26px;
    max-width: 390px;
    margin: auto;
  }
  .app-strip a {
    font-size: 15px;
    width: 98px;
    gap: 8px;
  }
  .app-strip img {
    width: 18px;
    height: 18px;
  }
  .section {
    padding: 74px 24px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .intro-section > p {
    font-size: 15px;
  }
  .closing p {
    max-width: 270px;
    font-size: 14px;
  }
  .footer {
    padding: 50px 24px 25px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-message {
    display: none !important;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .faq-list summary {
    font-size: 18px;
  }
  .faq-list details p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .etch .pixel {
    opacity: 1;
    transform: none;
  }
}
