@charset "UTF-8";
:root {
  --ink: #143e33;
  --deep: #0a2d25;
  --muted: #586b64;
  --line: #d9e2dd;
  --paper: #fff;
  --pale: #f4f7f5;
  --lime: #d6f36a;
  --amber: #f5e8c8;
  --radius: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 1.2rem;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
}
h1 {
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  letter-spacing: -0.065em;
  line-height: 1.045;
}
h1 em {
  font-style: normal;
  color: var(--lime);
}
h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.section-wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  border: 0;
  border-radius: 7px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  min-height: 54px;
  padding: 16px 24px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #225d49;
  transform: translateY(-2px);
}
.button.lime {
  background: var(--lime);
  color: var(--deep);
}
.button.lime:hover {
  background: #e5ff87;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}
.button.small {
  min-height: 44px;
  padding: 12px 19px;
  font-size: 0.875rem;
  gap: 1rem;
}
.text-link {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 14px;
  background: white;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
:focus-visible {
  outline: 3px solid #659f21;
  outline-offset: 5px;
}
.development-strip {
  background: var(--deep);
  color: #e2ece6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 40px;
  padding: 10px 24px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.development-strip span:first-child {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.6875rem;
}
.development-strip span + span {
  border-left: 1px solid #59736a;
  padding-left: 22px;
}
.site-header {
  width: min(1280px, calc(100% - 112px));
  min-height: 96px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.65rem;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-decoration: none;
}
.wordmark-square {
  width: 8px;
  height: 8px;
  background: #7baa26;
  align-self: flex-end;
  margin-bottom: 6px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header nav > a:not(.button) {
  font-size: 0.9375rem;
  text-decoration: none;
}
.site-header nav > a:hover:not(.button) {
  text-decoration: underline;
}
.hero {
  max-width: 1360px;
  width: calc(100% - 48px);
  border-radius: 22px;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 35px;
  padding: 75px 65px 0;
  overflow: hidden;
  min-height: 740px;
}
.hero-copy {
  padding: 16px 0 44px;
}
.hero .eyebrow {
  color: #d1dfd5;
}
.hero-description {
  max-width: 525px;
  font-size: 1.18rem;
  color: #e0e8e2;
  margin: 30px 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}
.hero-note {
  font-size: 0.875rem;
  color: #b9cfc2;
  margin: 23px 0 36px;
  line-height: 1.6;
}
.hero-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  border-top: 1px solid #477062;
  padding-top: 24px;
  font-size: 0.8125rem;
  color: #d5e5da;
  line-height: 1.55;
}
.hero-preview {
  align-self: stretch;
  min-width: 0;
  position: relative;
  padding: 0 24px;
}
.preview-heading {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  color: #dce8de;
  gap: 16px;
  margin-bottom: 27px;
}
.app-capture {
  margin: 0;
}
.app-capture img {
  border-radius: 18px;
  border: 1px solid #c6d4cc;
  width: 100%;
}
.hero-capture {
  width: min(292px, 100%);
  margin: auto;
  border: 7px solid #315b4e;
  border-radius: 29px;
  box-shadow: 0 30px 70px #062b2680;
  overflow: hidden;
}
.hero-capture img {
  border-radius: 21px;
  border: 0;
}
.preview-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(transparent, var(--ink) 40%);
  padding: 78px 5px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  pointer-events: none;
}
.preview-caption p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
  color: #d7e2da;
}
.preview-caption strong {
  font-weight: 400;
  color: #a9c5b6;
}
.caption-rule {
  width: 24px;
  height: 2px;
  background: var(--lime);
}
.intro {
  padding-block: 100px 80px;
}
.intro .eyebrow {
  color: #536f62;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: start;
}
.intro-grid > p {
  color: var(--muted);
  max-width: 560px;
  padding-top: 4px;
}
.workflow {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.workflow > div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.workflow span {
  font-size: 0.875rem;
  color: #6a8075;
}
.workflow h3 {
  margin: 19px 0 12px;
  font-size: 1.25rem;
}
.workflow p {
  font-size: 0.9375rem;
  color: var(--muted);
}
.features {
  padding-block: 70px 65px;
  border-top: 1px solid var(--line);
}
.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 45px;
}
.section-top .eyebrow {
  margin-bottom: 20px;
}
.section-aside {
  max-width: 370px;
  font-size: 0.9375rem;
  color: var(--muted);
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.feature.featured {
  background: var(--pale);
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 39px;
}
.feature-number {
  font-size: 0.9375rem;
  color: #6b8073;
}
.status {
  display: inline-block;
  width: fit-content;
  font-size: 0.75rem;
  line-height: 1.45;
  background: #e8f0eb;
  color: #245642;
  border: 1px solid #ccddd1;
  padding: 5px 9px;
  border-radius: 5px;
}
.feature-top .status {
  font-size: 0.6875rem;
}
.feature h3 {
  margin-bottom: 19px;
}
.feature p,
.feature li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted);
}
.feature ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.feature li {
  padding-left: 4px;
  margin-top: 7px;
}
.feature .feature-detail {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.support-notice {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 25px;
  max-width: 910px;
}
.map-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
  padding-block: 60px 110px;
  align-items: center;
}
.map-image {
  background: #eef3ef;
  border-radius: 22px;
  padding: 36px 45px 24px;
  max-height: 690px;
  overflow: hidden;
}
.map-image .app-capture {
  max-width: 260px;
  margin: auto;
}
.map-image img {
  box-shadow: 0 8px 28px #174a3020;
}
.map-image figcaption {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.55;
  text-align: center;
  margin-top: 17px;
}
.map-copy h2 {
  margin-bottom: 28px;
}
.map-copy > p {
  color: var(--muted);
  max-width: 570px;
}
.map-copy > .eyebrow {
  color: var(--ink);
}
.boundary-note {
  border-left: 3px solid #96b468;
  padding-left: 22px;
  margin: 28px 0;
}
.boundary-note h3 {
  font-size: 1.0625rem;
  margin-bottom: 8px;
}
.boundary-note p {
  font-size: 0.9375rem;
  color: var(--muted);
}
.privacy-section {
  background: var(--deep);
  color: #fff;
  padding-block: 90px;
}
.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.privacy-grid > div:first-child {
  position: relative;
}
.privacy-grid > div:first-child > p:not(.eyebrow) {
  color: #ccded2;
  max-width: 390px;
  margin-top: 28px;
}
.privacy-section .eyebrow {
  color: var(--lime);
}
.privacy-points {
  display: grid;
  gap: 27px;
}
.privacy-points article {
  display: flex;
  gap: 26px;
  border-bottom: 1px solid #33564a;
  padding-bottom: 23px;
}
.privacy-points article:last-child {
  border: 0;
  padding-bottom: 0;
}
.privacy-points article > span {
  font-size: 0.8125rem;
  color: var(--lime);
  padding-top: 4px;
}
.privacy-points h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.privacy-points p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #c9dad0;
  margin: 0;
}
.roadmap {
  padding-block: 110px 85px;
}
.roadmap-list {
  border-top: 1px solid var(--line);
}
.roadmap-list article {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 45px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}
.roadmap-label {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.roadmap-index {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #75877e;
}
.status.experimental {
  background: #faf0d9;
  border-color: #ead8ac;
  color: #6a5117;
}
.status.planned {
  background: #f0f1f2;
  border-color: #d9dde0;
  color: #52606a;
}
.roadmap-list h3 {
  font-size: 1.32rem;
  margin-bottom: 13px;
}
.roadmap-list p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 820px;
}
.roadmap-list .roadmap-footnote {
  font-size: 0.875rem;
  margin: 0;
}
.roadmap-updated {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 22px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  padding-block: 35px 100px;
}
.faq .eyebrow {
  margin-bottom: 20px;
}
.faq-items {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  cursor: pointer;
  padding: 23px 36px 23px 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  list-style: none;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: '+';
  position: absolute;
  right: 3px;
  top: 21px;
  font-size: 1.5rem;
  font-weight: 400;
}
details[open] summary::after {
  content: '−';
}
details > p {
  font-size: 0.9375rem;
  color: var(--muted);
  padding-right: 22px;
  margin-bottom: 25px;
}
.waitlist-section {
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  margin-bottom: 85px;
}
.waitlist-copy h2 {
  margin-bottom: 25px;
}
.waitlist-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}
.waitlist-copy .signup-state {
  font-size: 0.875rem;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.waitlist-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
}
label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.optional {
  font-weight: 400;
  color: var(--muted);
  margin-left: 6px;
}
input:not([type='checkbox']),
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #bacbc1;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  margin-bottom: 22px;
}
input::placeholder {
  color: #77847c;
}
select {
  appearance: auto;
}
textarea {
  font-family: monospace;
  overflow-wrap: anywhere;
  font-size: 0.875rem;
  resize: vertical;
}
.consent {
  display: flex;
  gap: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin: 1px 0 23px;
}
.consent input {
  accent-color: var(--ink);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 3px 0 0;
}
.waitlist-card .button {
  width: 100%;
  justify-content: space-between;
}
.form-footnote,
.form-message,
.form-footnote {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 15px 0 0;
  color: var(--muted);
}
.form-message:not(:empty) {
  padding: 12px;
  background: #edf3ef;
  border-radius: 5px;
}
.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 35px;
}
.site-footer > div > p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 13px;
}
.footer-links {
  display: flex;
  gap: 27px;
  align-items: flex-start;
  font-size: 0.875rem;
  padding-top: 7px;
}
.footer-links a {
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom {
  flex-basis: 100%;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0;
}
.policy {
  max-width: 830px;
  margin: 35px auto 100px;
}
.policy h1 {
  font-size: 3.4rem;
  margin-bottom: 22px;
}
.policy h2 {
  font-size: 1.55rem;
  margin: 36px 0 16px;
}
.policy p,
.policy li {
  color: var(--muted);
  line-height: 1.75;
}
.policy li {
  margin-bottom: 12px;
}
.policy .review-notice {
  border-left: 3px solid #9cbe3b;
  padding: 14px 20px;
  background: var(--pale);
}
.policy form {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 20px;
}
.policy code {
  overflow-wrap: anywhere;
}
.policy .button {
  margin-top: 10px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .hero {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1100px) {
  .section-wrap,
  .site-header {
    width: calc(100% - 64px);
  }
  .hero {
    width: calc(100% - 32px);
    padding: 50px 38px 0;
    gap: 25px;
    min-height: 690px;
  }
  .hero-preview {
    padding: 8px 8px 0;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-description {
    font-size: 1.0625rem;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-grid,
  .privacy-grid {
    gap: 55px;
  }
  .map-section {
    gap: 60px;
  }
  .map-image {
    padding-inline: 25px;
  }
  .waitlist-section {
    gap: 40px;
    padding: 38px;
  }
  .section-top {
    gap: 40px;
  }
  .roadmap-list article {
    grid-template-columns: 235px 1fr;
    gap: 25px;
  }
}
@media (max-width: 760px) {
  .section-wrap,
  .site-header {
    width: calc(100% - 40px);
  }
  .development-strip {
    justify-content: flex-start;
    min-height: 35px;
    padding: 9px 20px;
  }
  .development-strip span + span {
    display: none;
  }
  .site-header {
    min-height: 82px;
    gap: 15px;
  }
  .wordmark {
    font-size: 1.45rem;
  }
  .site-header nav {
    gap: 16px;
  }
  .site-header nav > a:not(.button) {
    display: none;
  }
  .site-header .button {
    font-size: 0.8125rem;
    gap: 13px;
    padding: 11px 14px;
  }
  .hero {
    width: calc(100% - 24px);
    display: block;
    padding: 40px 28px 0;
    min-height: 0;
    border-radius: 15px;
  }
  h1 {
    font-size: clamp(2.8rem, 10.8vw, 4.5rem);
  }
  .hero .eyebrow {
    font-size: 0.6875rem;
    max-width: 240px;
    margin-bottom: 25px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-description {
    margin: 24px 0;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
  }
  .hero-note {
    margin-bottom: 24px;
  }
  .hero-principles {
    gap: 10px 18px;
    padding-top: 21px;
    font-size: 0.75rem;
  }
  .hero-preview {
    margin: 40px auto 0;
    max-width: 370px;
    padding: 0 15px;
    height: 475px;
    overflow: hidden;
  }
  .preview-heading {
    font-size: 0.625rem;
    margin-bottom: 20px;
  }
  .hero-capture {
    max-width: 240px;
  }
  .preview-caption {
    bottom: 0;
    padding-top: 75px;
  }
  .intro {
    padding-block: 66px 45px;
  }
  .eyebrow {
    font-size: 0.6875rem;
    margin-bottom: 22px;
  }
  .intro-grid {
    display: block;
  }
  .intro-grid > p {
    margin-top: 23px;
  }
  .workflow {
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
    margin-top: 35px;
  }
  .workflow h3 {
    margin: 14px 0 9px;
    font-size: 1.16rem;
  }
  .workflow p {
    font-size: 0.9375rem;
  }
  .features {
    padding-block: 45px;
  }
  .section-top {
    display: block;
    margin-bottom: 28px;
  }
  .section-aside {
    margin-top: 23px;
    max-width: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .feature {
    padding: 25px;
  }
  .feature-top {
    margin-bottom: 26px;
  }
  .feature h3 {
    font-size: 1.45rem;
  }
  .support-notice {
    margin-top: 23px;
  }
  .map-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding-block: 30px 65px;
  }
  .map-image {
    width: 100%;
    padding: 30px 35px 23px;
    max-height: 680px;
  }
  .map-image .app-capture {
    max-width: 245px;
  }
  .map-copy h2 {
    margin-bottom: 22px;
  }
  .privacy-section {
    padding-block: 60px;
  }
  .privacy-grid {
    display: block;
  }
  .privacy-grid > div:first-child > p:not(.eyebrow) {
    max-width: none;
  }
  .privacy-points {
    margin-top: 38px;
    gap: 23px;
  }
  .privacy-points article {
    gap: 20px;
  }
  .roadmap {
    padding-block: 65px 45px;
  }
  .roadmap-list article {
    display: block;
    padding-block: 27px;
  }
  .roadmap-label {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
  }
  .roadmap-index {
    font-size: 0.625rem;
    text-align: right;
    max-width: 118px;
  }
  .roadmap-label .status {
    font-size: 0.6875rem;
  }
  .roadmap-list h3 {
    font-size: 1.35rem;
  }
  .faq {
    display: block;
    padding-block: 20px 60px;
  }
  .faq-items {
    margin-top: 30px;
  }
  .waitlist-section {
    display: block;
    padding: 28px 22px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  .waitlist-card {
    margin-top: 25px;
    padding: 22px;
  }
  .waitlist-copy .signup-state {
    margin-top: 25px;
  }
  .footer-links {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }
  .site-footer {
    gap: 23px;
  }
  .site-footer .footer-bottom {
    font-size: 0.75rem;
  }
  .policy {
    width: calc(100% - 40px);
    margin-top: 28px;
  }
  .policy h1 {
    font-size: 2.7rem;
  }
  .policy form {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.paper-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 32px 0 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.paper-option .eyebrow {
  font-size: 0.6875rem;
  margin-bottom: 12px;
}
.paper-option h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.paper-option p:not(.eyebrow) {
  font-size: 0.875rem;
  max-width: 650px;
  color: var(--muted);
  margin-bottom: 0;
}
.paper-option > a {
  flex-shrink: 0;
  font-size: 0.875rem;
}
@media (max-width: 760px) {
  .paper-option {
    display: block;
    margin-top: -10px;
  }
  .paper-option > a {
    margin-top: 22px;
  }
}

/* Native-pixel crops keep the feature detail and map attribution visible. */
.hero-preview {
  padding-bottom: 35px;
}
.hero-capture {
  width: min(310px, 100%);
}
.preview-caption {
  position: static;
  background: none;
  padding: 24px 0 0;
}
.hero {
  padding-bottom: 0;
}
.hero-capture img {
  mask-image: none;
}
.screenshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.screenshot-feature {
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.screenshot-feature .feature-top {
  margin-bottom: 22px;
}
.screenshot-feature > p:not(.feature-detail) {
  min-height: 140px;
}
.feature-capture {
  margin: 12px 0 26px;
}
.feature-capture > a {
  display: block;
  max-width: 290px;
  margin-inline: auto;
  border: 6px solid #d2ded7;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 24px #163e3210;
}
.feature-capture img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.feature-capture figcaption {
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  color: var(--muted);
  margin-top: 15px;
}
.screenshot-feature .feature-detail {
  margin-top: auto;
}
.drive-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  padding-block: 30px 90px;
}
.drive-section .feature-detail {
  font-size: 0.9375rem;
  color: var(--muted);
}
.status {
  font-size: 0.75rem;
}
.preview-heading {
  font-size: 0.75rem;
}
.hero-preview .preview-caption p {
  font-size: 1rem;
}
@media (max-width: 1100px) {
  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .screenshot-feature > p:not(.feature-detail) {
    min-height: 110px;
  }
}
@media (max-width: 760px) {
  .hero-preview {
    height: auto;
    overflow: visible;
    padding-bottom: 28px;
  }
  .hero-capture {
    max-width: 290px;
  }
  .preview-caption {
    padding-top: 20px;
  }
  .screenshot-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .screenshot-feature > p:not(.feature-detail) {
    min-height: 0;
  }
  .feature-capture > a {
    max-width: 300px;
  }
  .drive-section {
    display: block;
    padding-block: 20px 60px;
  }
  .drive-section > div + div {
    margin-top: 25px;
  }
}

.button.outline {
  background: transparent;
  border: 1px solid #b5d0c2;
  color: white;
}
.button.outline:hover {
  background: #315d4d;
}
.site-header .paper-button {
  background: #eef4ef;
  color: var(--ink);
}
@media (max-width: 760px) {
  .site-header nav {
    gap: 8px;
  }
  .site-header nav .button {
    padding: 10px;
    font-size: 0.75rem;
  }
  .site-header nav .button > span {
    display: none;
  }
  .hero-actions .outline {
    width: auto;
  }
}
/* Proposed plans are informational; both actions lead to the same waitlist. */
.pricing {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.price-card {
  padding: 36px;
  border: 1px solid #b8c7bf;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.price-card h3 {
  font-size: 28px;
  margin: 0;
}
.price-card p {
  margin: 0;
  max-width: 42ch;
}
.price-card .price {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -2px;
}
.price span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.price-card .button {
  margin-top: auto;
}
.premium-price {
  background: #143e33;
  color: #f7faf4;
  border-color: #143e33;
}
.premium-price .status {
  background: #d6f36a;
  color: #143e33;
}
.annual-price {
  font-size: 19px;
}
.pricing-note {
  margin-top: 24px;
  font-size: 14px;
  color: #53685e;
}
@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    padding: 28px;
  }
}

/* Real PDF pages need document-sized presentation rather than phone framing. */
.pdf-feature-outline {
  margin: 34px 0;
  padding: 30px 22px;
  background: #edf4ed;
  border: 1px solid #c9d6ca;
  border-radius: 12px;
}
.pdf-feature-outline ol {
  padding-left: 20px;
  line-height: 1.6;
  margin: 22px 0 30px;
}
.pdf-feature-outline li + li {
  margin-top: 16px;
}
.pdf-showcase {
  padding-top: 70px;
  padding-bottom: 80px;
}
.pdf-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}
.pdf-tabs button {
  border: 1px solid #b8c7bf;
  border-radius: 24px;
  padding: 12px 18px;
  color: #173f33;
  background: #fff;
  font: inherit;
  cursor: pointer;
}
.pdf-tabs button[aria-selected='true'] {
  background: #173f33;
  color: #fff;
  border-color: #173f33;
}
.pdf-tabs button:focus-visible {
  outline: 3px solid #779e23;
  outline-offset: 3px;
}
.pdf-panel[hidden] {
  display: none;
}
.pdf-page-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-bottom: 26px;
}
.pdf-page-description h3 {
  font-size: clamp(24px, 3vw, 34px);
  margin: 0;
}
.pdf-page-description p {
  margin: 0;
  line-height: 1.65;
  color: #53685e;
}
.pdf-page {
  margin: 0;
  padding: 30px;
  background: #e5ece6;
  border: 1px solid #c9d6ca;
  border-radius: 16px;
}
.pdf-page a {
  display: block;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0 8px 24px #173f3315;
}
.pdf-page img {
  display: block;
  width: 100%;
  height: auto;
}
.pdf-page a {
  aspect-ratio: 1.3;
  overflow: hidden;
}
#pdf-panel-categories .pdf-page a {
  aspect-ratio: 2.1;
}
#pdf-panel-comparison .pdf-page a {
  aspect-ratio: 3.3;
}
.pdf-page figcaption {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #53685e;
}
@media (max-width: 760px) {
  .pdf-page-description {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pdf-page {
    padding: 10px;
  }
  .pdf-tabs button {
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* The cost tab focuses the cost table on the same compact summary page. */
#pdf-panel-categories .pdf-page img {
  transform: translateY(-56%);
}

.hero-offer {
  max-width: 35rem;
  font-size: 1rem;
  line-height: 1.65;
  padding-left: 1rem;
  border-left: 3px solid var(--lime);
}
.hero-offer strong {
  display: block;
  color: var(--lime);
}
.hero-offer a {
  color: inherit;
  text-underline-offset: 4px;
}
.launch-offer {
  margin: 1.75rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #b8cba3;
  border-radius: 1rem;
  background: #eef5dc;
  color: #123d32;
}
.launch-offer h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.65rem, 3vw, 2rem);
  line-height: 1.2;
}
.launch-offer p {
  font-size: 1rem;
  line-height: 1.65;
}
.launch-offer .eyebrow {
  font-size: 0.8rem;
}
.launch-offer .offer-note {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.analytics-consent {
  position: fixed;
  z-index: 20;
  bottom: 18px;
  left: 18px;
  width: min(530px, calc(100vw - 36px));
  padding: 22px;
  border: 1px solid #b3c8bc;
  border-radius: 16px;
  background: #f5f8f2;
  color: #163d32;
  box-shadow: 0 8px 38px #082a2433;
}
.analytics-consent[hidden] {
  display: none;
}
.analytics-consent h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
.analytics-consent p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.analytics-consent a {
  text-decoration: underline;
}
.analytics-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.analytics-actions .button {
  flex: 1;
  justify-content: center;
  padding: 13px 16px;
  background: #163d32;
  color: #fff;
  font-size: 14px;
}
.analytics-consent .analytics-status {
  margin: 10px 0 0;
  font-size: 13px;
}
.analytics-status:empty {
  display: none;
}
.analytics-settings {
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
