:root {
  --ink: #24312a;
  --green: #395d45;
  --moss: #78966b;
  --cream: #f8f4e9;
  --paper: #fffdf8;
  --clay: #ca855f;
  --clay-dark: #9f5d41;
  --line: #d9d7ca;
  --pale-green: #e8efe1;
  --soft-clay: #f4e4d7;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Charter, "Bitstream Charter", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--sans); }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2 {
  font-family: var(--serif), serif; font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.9rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.85rem); }
h3 { font-size: 1.05rem; }
p { max-width: 68ch; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(800px, 100%); }
.eyebrow, .feature-card__kind { color: var(--green); font-size: .73rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.lead { margin-top: 22px; font-size: clamp(1.12rem, 2vw, 1.35rem); color: #526057; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 12px 20px; background: var(--green); color: white; font: 700 .94rem var(--sans); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--clay-dark); transform: translateY(-2px); }
.button--small { padding: 9px 14px; font-size: .82rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green); font-weight: 700; }
.text-link span { font-size: 1.25em; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font: 700 1.8rem/1 var(--serif); letter-spacing: -.06em; }
.brand span { color: var(--clay); }
.site-nav { display: flex; align-items: center; gap: 12px; font-size: .86rem; }
.site-nav > a:not(.button) { color: #506056; border-radius: 999px; padding: 6px 11px; }
.site-nav > a:not(.button):hover { color: var(--green); }
.site-nav > a[aria-current="page"] { color: var(--green); font-weight: 750; background: var(--pale-green); }
.site-nav > a[aria-current="page"]::before { content: "✓"; margin-right: 6px; font-weight: 700; }
.site-nav > a.button[aria-current="page"] { box-shadow: inset 0 0 0 2px #1f3a28; }
.nav-publisher { border-left: 1px solid var(--line); margin-left: 6px; padding-left: 19px; }
.language { font-weight: 750; }
.menu-toggle { display: none; border: 0; background: none; color: var(--green); font: 750 .86rem var(--sans); }

.hero { overflow: hidden; background: var(--cream); }
.hero__grid { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__copy .lead { margin-bottom: 32px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.qualities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-block: 38px; }
.qualities article { position: relative; padding: 9px 14px 9px 46px; }
.qualities h2 { font: 750 1.1rem var(--sans); letter-spacing: 0; }
.qualities p { margin-top: 5px; color: #607066; font-size: .92rem; }
.leaf { position: absolute; left: 3px; top: 14px; width: 24px; height: 16px; border-radius: 100% 0 100% 0; background: var(--moss); transform: rotate(-36deg); }

.section-icon { margin: 0; padding: clamp(18px, 3vw, 34px); border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.section-icon img { display: block; width: 100%; height: auto; border-radius: 12px; }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.page-hero__grid .section-icon { max-width: 360px; justify-self: end; }
.story-section { padding-block: clamp(65px, 9vw, 120px); }
.story-section--tint { background: var(--pale-green); }
.story-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.story-section__grid--reverse > :first-child { order: 2; }
.story-section__copy p:not(.eyebrow) { margin-top: 18px; color: #536057; font-size: 1.06rem; }
.story-points { margin: 20px 0 0; padding-left: 1.15em; color: #536057; font-size: 1.02rem; }
.story-points li { margin: 0.45em 0; max-width: 68ch; }
.closing, .cta-band { margin-block: 70px; padding: clamp(28px, 5vw, 55px); border-radius: 18px; display: flex; gap: 30px; align-items: center; justify-content: space-between; background: var(--soft-clay); }
.closing p, .cta-band p { margin-top: 12px; color: #5d584e; }

.art { position: relative; min-height: 285px; overflow: hidden; border: 1px solid var(--line); border-radius: 48% 52% 48% 52% / 43% 40% 60% 57%; background: #edf1e8; }
.art::before, .art::after, .art span, .art i, .art b, .art em { position: absolute; content: ""; display: block; }
.art::before { width: 240px; height: 150px; right: -20px; bottom: -60px; border-radius: 50%; background: #d7e3cf; }
.art::after { width: 260px; height: 190px; left: -70px; bottom: -100px; border-radius: 50%; background: #c1d3b6; }
.art span { width: 74px; height: 105px; top: 73px; left: 22%; border: 3px solid var(--ink); border-radius: 5px; background: var(--paper); box-shadow: 10px 11px 0 #c3d6b7; }
.art i { width: 115px; height: 55px; top: 38%; left: 48%; border: 3px solid var(--ink); border-radius: 50%; background: var(--cream); }
.art b { width: 18px; height: 18px; top: 31%; left: 59%; border-radius: 50%; background: var(--clay); }
.art em { width: 120px; height: 18px; left: 40%; bottom: 29%; border-radius: 50%; background: var(--green); transform: rotate(-15deg); }
.art--hero { min-height: 390px; background: #e5efdc; transform: rotate(2deg); }
.art--hero span { width: 100px; height: 130px; top: 28%; left: 14%; }
.art--hero i { width: 86px; height: 86px; top: 20%; left: 59%; background: var(--soft-clay); }
.art--hero b { width: 61px; height: 61px; top: 53%; left: 57%; background: var(--moss); }
.art--hero em { width: 230px; height: 27px; left: 18%; bottom: 18%; }
.art--papers { background: #f4eadf; }
.art--papers span { transform: rotate(-13deg); left: 23%; top: 28%; }
.art--papers i { border-radius: 5px; width: 74px; height: 105px; top: 36%; left: 43%; background: var(--paper); transform: rotate(12deg); }
.art--papers b { border-radius: 5px; width: 74px; height: 105px; top: 23%; left: 62%; background: var(--paper); transform: rotate(6deg); }
.art--tree span { width: 17px; height: 190px; top: 48px; left: 49%; border: 0; box-shadow: none; border-radius: 12px; background: var(--green); }
.art--tree i { width: 190px; height: 145px; top: 30px; left: 25%; border: 0; background: #a7bf9b; clip-path: polygon(50% 0, 67% 25%, 100% 22%, 82% 50%, 100% 77%, 63% 71%, 50% 100%, 34% 72%, 0 78%, 18% 50%, 0 23%, 34% 26%); }
.art--tree b { width: 68px; height: 48px; top: 115px; left: 41%; border-radius: 4px; background: var(--paper); border: 2px solid var(--ink); }
.art--issues span { border-radius: 50%; width: 55px; height: 55px; left: 19%; top: 38%; background: var(--clay); border: 0; box-shadow: none; }
.art--issues i { width: 160px; height: 24px; left: 30%; top: 48%; border: 0; background: var(--green); transform: rotate(-14deg); }
.art--issues b { width: 74px; height: 105px; left: 63%; top: 27%; border-radius: 4px; background: var(--paper); border: 2px solid var(--ink); }
.art--streams span { width: 180px; height: 150px; top: 24%; left: 8%; border: 0; box-shadow: none; background: none; border-top: 17px solid var(--moss); border-radius: 50%; transform: rotate(14deg); }
.art--streams i { width: 180px; height: 150px; top: 24%; left: 43%; border: 0; background: none; border-top: 17px solid var(--clay); border-radius: 50%; transform: rotate(-14deg); }
.art--streams b { width: 116px; height: 60px; top: 51%; left: 38%; border-radius: 50%; background: var(--cream); border: 2px solid var(--ink); }
.art--envelope { background: #f4eadf; }
.art--envelope span { width: 180px; height: 112px; top: 31%; left: 25%; border-radius: 5px; box-shadow: none; }
.art--envelope span::after { content: "420 g · P4"; position: absolute; top: 74px; left: 18px; font: 700 11px var(--sans); color: var(--green); }
.art--envelope i { width: 125px; height: 75px; top: 27%; left: 33%; border: 0; border-top: 2px solid var(--ink); background: none; transform: rotate(24deg); }
.art--network span { width: 54px; height: 42px; left: 15%; top: 53%; box-shadow: none; }
.art--network i { width: 54px; height: 42px; left: 68%; top: 27%; border-radius: 4px; background: var(--paper); }
.art--network b { width: 54px; height: 42px; left: 66%; top: 61%; border-radius: 4px; background: var(--paper); }
.art--network em { width: 180px; height: 130px; left: 23%; bottom: 24%; background: none; border: 4px solid var(--moss); border-radius: 50%; transform: none; }
.art--garden span { width: 86px; height: 130px; left: 39%; top: 28%; border: 0; box-shadow: none; background: var(--moss); clip-path: polygon(50% 0, 73% 40%, 100% 52%, 68% 70%, 50% 100%, 31% 70%, 0 52%, 27% 40%); }
.art--reader { background: #e7efe0; }
.art--reader span { width: 88px; height: 70px; left: 15%; top: 45%; box-shadow: none; border-radius: 4px; }
.art--reader i { width: 120px; height: 96px; left: 56%; top: 24%; border-radius: 5px; background: var(--paper); }
.art--reader b { width: 35px; height: 35px; left: 67%; top: 41%; background: var(--moss); }
.art--bench { min-height: 210px; }
.art--bench span { width: 145px; height: 17px; left: 33%; top: 53%; box-shadow: none; border: 0; border-radius: 3px; background: var(--clay-dark); }
.art--bench i { width: 125px; height: 14px; left: 36%; top: 62%; border: 0; border-radius: 3px; background: var(--clay-dark); }

.page-hero { padding-block: 105px 75px; background: var(--cream); }
.split-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 60px; }
.fit-card { padding: 34px; border: 1px solid var(--line); border-radius: 16px; }
.fit-card--yes { background: var(--pale-green); }
.fit-card ul { padding-left: 20px; margin: 20px 0 0; }
.fit-card li { padding: 8px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-block: 55px; }
.feature-card { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.feature-card:nth-child(3n+2) { background: var(--pale-green); }
.feature-card:nth-child(3n) { background: var(--soft-clay); }
.feature-card h2 { margin-top: 16px; font: 700 1.25rem var(--sans); letter-spacing: -.02em; }
.feature-card p { margin-top: 10px; font-size: .93rem; color: #546157; }
.scope-note { margin-bottom: 70px; padding: 22px 25px; border-left: 4px solid var(--clay); color: #5b554b; background: var(--cream); }
.scope-note p + p { margin-top: 12px; }
.process { max-width: 890px; padding-block: 50px; }
.process__step { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process__step > span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font: 500 1.7rem var(--serif); }
.process__step h2 { font-size: 1.55rem; }
.process__step p { margin-top: 6px; color: #556258; }

.demo-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 62px; padding-block: 55px 85px; }
.demo-layout aside { padding: 20px 0; }
.demo-layout ol { margin: 20px 0 28px; padding: 0; list-style: none; counter-reset: demo; }
.demo-layout li { counter-increment: demo; display: flex; gap: 12px; padding: 11px 0; }
.demo-layout li::before { content: counter(demo); color: var(--clay-dark); font-weight: 800; }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.demo-form label { display: grid; gap: 6px; color: #435348; font-size: .86rem; font-weight: 700; }
.demo-form input, .demo-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #bbc5b7; border-radius: 6px; outline-color: var(--green); background: var(--paper); color: var(--ink); font: 1rem var(--sans); }
.demo-form .full, .demo-form .button, .form-privacy, .form-message { grid-column: 1 / -1; }
.demo-form .button { justify-self: start; }
.form-privacy { color: #617065; font-size: .82rem; }
.form-message { margin: 0; padding: 12px; border-radius: 7px; }
.form-message--success { color: #23442b; background: var(--pale-green); }
.form-message--error { color: #782f26; background: var(--soft-clay); }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.publisher-art { padding-bottom: 90px; max-width: 600px; }
.publisher-help { margin-top: 24px; color: var(--green); font-weight: 700; }
.document-page { max-width: 800px; padding-block: 60px 90px; }
.document-page article { padding: 25px 0; border-bottom: 1px solid var(--line); }
.document-page h2 { font: 700 1.25rem var(--sans); letter-spacing: -.02em; }
.document-page p { margin-top: 9px; color: #556258; }

.site-footer { padding: 55px 0; color: #cdd7cf; background: var(--ink); }
.footer-grid { display: flex; align-items: start; justify-content: space-between; gap: 40px; }
.site-footer .brand { color: white; }
.site-footer p { margin-top: 13px; max-width: 32ch; color: #b3c0b5; }
.site-footer div:last-child { display: grid; gap: 7px; font-size: .9rem; }
.site-footer div:last-child a:hover { color: white; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 71px; right: 0; left: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 24px rgba(33,48,39,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .nav-publisher { border: 0; margin-left: 0; padding-left: 10px; }
  .site-nav .button { margin-top: 8px; }
  .hero__grid, .story-section__grid, .demo-layout, .page-hero__grid { grid-template-columns: 1fr; }
  .hero__grid { padding-block: 65px; min-height: auto; }
  .hero__grid .art, .hero__grid .section-icon { order: -1; min-height: 240px; }
  .page-hero__grid .section-icon { justify-self: start; max-width: 280px; }
  .story-section__grid--reverse > :first-child { order: initial; }
  .qualities, .feature-grid { grid-template-columns: 1fr 1fr; }
  .split-lists { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero__grid { gap: 32px; }
  .qualities, .feature-grid, .demo-form { grid-template-columns: 1fr; }
  .story-section { padding-block: 58px; }
  .closing, .cta-band, .footer-grid { flex-direction: column; align-items: flex-start; }
  .process__step { grid-template-columns: 55px 1fr; gap: 15px; }
  .page-hero { padding-block: 72px 48px; }
}
