:root {
  --apricot: #f6cdb0;
  --paper: #fff7f0;
  --ink: #1f1512;
  --muted: #635044;
  --teal: #0b5a58;
  --line: rgba(31, 21, 18, .19);
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--apricot); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid var(--teal); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
.wrap { width: min(100% - 6rem, 78rem); margin-inline: auto; }
.skip-link { position: absolute; top: -8rem; left: 1rem; z-index: 10; padding: .8rem 1.2rem; background: white; color: var(--teal); }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 7.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; font-size: 2.3rem; font-weight: 750; line-height: 1; letter-spacing: -.065em; text-decoration: none; color: var(--teal); }
.wordmark img { width: 3rem; height: 3rem; border-radius: .85rem; flex-shrink: 0; }
.wordmark-dot { color: var(--ink); }
nav { display: flex; gap: 2.5rem; font-size: .95rem; font-weight: 550; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; }
nav a[aria-current="page"] { color: var(--teal); text-decoration: underline; text-decoration-thickness: 2px; }
nav span { margin-left: .4rem; }

.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 5rem; align-items: center; padding-block: 2.5rem 6rem; }
.eyebrow { font-size: .8rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
h1 { font: 400 clamp(3.7rem, 5.5vw, 5.7rem)/1.03 var(--display); letter-spacing: -.045em; margin-top: 1.5rem; }
h1 em { color: var(--teal); font-weight: 400; }
.hero-description { max-width: 27rem; font-size: 1.13rem; margin-top: 1.8rem; color: var(--muted); line-height: 1.65; }
.release-label { display: inline-block; color: var(--paper); background: var(--teal); padding: .75rem 1.1rem; border-radius: 100px; margin-top: 2rem; font-size: .9rem; font-weight: 650; }
.text-link { display: block; width: fit-content; font-weight: 550; font-size: .95rem; margin-top: 1.25rem; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link span { margin-left: 1rem; }
.hero-visual { margin: 0; position: relative; }
.hero-visual img { width: 100%; height: 36rem; object-fit: cover; object-position: 66% center; border-radius: 10rem 10rem 1.5rem 1.5rem; }
figcaption { font-family: var(--display); font-style: italic; font-size: 1.15rem; margin: 1rem 0 0; text-align: center; }

.inside { background: var(--paper); padding-block: 5.5rem 6rem; }
.section-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1rem 5rem; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
h2 { font: 400 clamp(2.5rem, 3.5vw, 3.7rem)/1.12 var(--display); letter-spacing: -.035em; }
.section-intro > p:last-child { color: var(--muted); max-width: 24rem; font-size: 1.13rem; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 4rem; }
.features article { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.feature-number { font-size: .85rem; font-weight: 650; color: var(--teal); }
h3 { font-size: 1.16rem; line-height: 1.4; font-weight: 650; margin: 1.3rem 0 .75rem; letter-spacing: -.015em; }
.features p { color: var(--muted); font-size: 1rem; }

.support { padding-block: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.support h2 { margin-block: 1rem; }
.support p:last-child { color: var(--muted); max-width: 30rem; }
.contact-link { color: var(--teal); font-weight: 650; font-size: clamp(1rem, 1.6vw, 1.35rem); overflow-wrap: anywhere; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .6rem; }
.contact-link span { display: inline-block; margin-left: .6rem; }
.site-footer { padding-block: 1.8rem 2.2rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .9rem; color: var(--muted); }
.footer-brand { color: var(--teal); font-weight: 750; font-size: 1.4rem; letter-spacing: -.055em; text-decoration: none; }
.site-footer nav { gap: 1.25rem; flex-wrap: wrap; font-size: .9rem; }
.page-intro { padding-block: 3.5rem 5rem; }
.page-intro h1 { max-width: 62rem; font-size: clamp(3rem, 5.3vw, 5rem); line-height: 1.1; }
.page-lead { max-width: 43rem; font-size: 1.2rem; line-height: 1.7; color: var(--muted); margin-top: 2rem; }
.paper-section { background: var(--paper); padding-block: 5rem; }
.section-copy h2, .narrow-copy h2 { margin-top: 1rem; }
.section-copy > p:not(.eyebrow), .narrow-copy > p:not(.eyebrow) { margin-top: 1.5rem; color: var(--muted); }
.section-copy > p { max-width: 31rem; }
.small-note { font-size: .9rem; }
.preview-layout { display: grid; grid-template-columns: 1fr 1.45fr; align-items: center; gap: 4rem; }
.screenshots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.screenshots figure { margin: 0; }
.screenshots img { width: 100%; height: auto; border-radius: 2rem; border: 1px solid var(--line); }
.screenshots figcaption { font: .9rem/1.5 var(--body); color: var(--muted); }
.feature-stories { padding-block: 5rem; }
.feature-stories > h2 { margin-top: 1rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; margin-top: 3rem; }
.story-grid article { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.story-grid p:not(.feature-number) { color: var(--muted); }
.story-grid h3 { margin-top: .75rem; }
.narrow-copy { max-width: 48rem; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: right; border-radius: 2rem; }
.principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.faq-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 5rem; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); padding-block: .4rem; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { font-size: 1.06rem; font-weight: 600; padding-block: 1.2rem; cursor: pointer; }
.faq-list summary::marker { color: var(--teal); }
.faq-list summary:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.faq-list details > div { color: var(--muted); padding: 0 0 1.5rem 1.25rem; }
.faq-list p + p { margin-top: 1rem; }
.faq-list a, .section-copy a { overflow-wrap: anywhere; color: var(--teal); }

@media (min-width: 1600px) { .hero { padding-top: 3.5rem; } }
@media (max-width: 1000px) {
  .wrap { width: min(100% - 3rem, 78rem); }
  .hero { gap: 2.5rem; }
  .hero-visual img { height: 32rem; }
  .features { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .support { gap: 2rem; }
  .primary-nav { gap: 1.5rem; }
  .preview-layout, .about-layout, .faq-layout { gap: 2.5rem; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { min-height: 6rem; gap: 1.5rem; flex-wrap: wrap; padding-block: 1.5rem; }
  .wordmark { font-size: 2rem; }
  .wordmark img { width: 2.5rem; height: 2.5rem; border-radius: .7rem; }
  nav { gap: 1.25rem; font-size: .9rem; }
  .primary-nav { width: 100%; justify-content: space-between; }
  .primary-nav .hello-link { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 2rem 3.5rem; gap: 2.5rem; }
  h1 { font-size: clamp(3.4rem, 11vw, 4.5rem); }
  .hero-description { max-width: 30rem; }
  .hero-visual img { height: auto; aspect-ratio: 5 / 4; border-radius: 6rem 6rem 1rem 1rem; }
  figcaption { font-size: 1.05rem; }
  .inside { padding-block: 3.5rem; }
  .section-intro { display: block; }
  .section-intro h2 { margin-top: 1rem; }
  .section-intro > p:last-child { margin-top: 1.25rem; }
  .features { gap: 2rem 1.5rem; margin-top: 2.5rem; }
  .support { padding-block: 3.5rem; align-items: flex-start; flex-direction: column; gap: 1.75rem; }
  .site-footer { flex-wrap: wrap; }
  .site-footer p:last-child { margin-left: auto; }
  .page-intro { padding-block: 2.5rem 3.5rem; }
  .page-intro h1 { font-size: clamp(2.9rem, 10vw, 4rem); }
  .page-lead { font-size: 1.1rem; }
  .paper-section, .feature-stories { padding-block: 3.5rem; }
  .preview-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .screenshots { grid-template-columns: 1fr; gap: 2.5rem; width: min(100%, 18rem); margin-inline: auto; }
  .screenshots img { border-radius: 1.2rem; }
  .story-grid { gap: 2.5rem 1.5rem; }
  .site-footer nav { width: 100%; font-weight: 500; }
}
@media (max-width: 400px) {
  .features { grid-template-columns: 1fr; }
  .site-footer p { flex-basis: 100%; }
  .site-footer p:last-child { margin-left: 0; }
  .story-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
