:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #252824;
  background: #fff;
  font-synthesis: none;
  --muted: #656b63;
  --line: #e2e5df;
  --sage: #eef1e9;
  --ink: #252824;
  --gutter: clamp(22px, 5vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; color: inherit; background: none; }
button:disabled { opacity: .3; cursor: default; }
button, a, summary { outline-offset: 5px; }
:focus-visible { outline: 2px solid #536c47; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; }
h1, h2 { letter-spacing: -.055em; line-height: 1.07; text-wrap: balance; }
h1 { font-size: clamp(50px, 6.2vw, 88px); }
h2 { font-size: clamp(36px, 4.4vw, 60px); }
h3 { font-size: 24px; letter-spacing: -.035em; line-height: 1.2; }
p { font-size: 17px; line-height: 1.6; color: var(--muted); text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.wrap { max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter); }
.section-space { padding-top: 120px; }
.section-heading { max-width: 770px; margin: 0 auto 48px; text-align: center; }
.section-heading p { max-width: 600px; margin: 22px auto 0; }
.eyebrow { display: block; font-size: 11px; line-height: 1.5; letter-spacing: .13em; font-weight: 600; text-transform: uppercase; color: #65705e; }
.section-heading .eyebrow { margin-bottom: 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 0 25px; min-height: 50px; border-radius: 50px; background: var(--ink); color: #fff; font-size: 15px; font-weight: 500; transition: background .2s, transform .2s; }
.button:hover { background: #49523f; transform: translateY(-2px); }
.button span { font-size: 23px; font-weight: 400; }
.text-action { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; font-size: 14px; line-height: 1.4; padding: 10px 0; text-align: left; }
.text-action:hover { color: #60734f; }
.text-action span { font-size: 19px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 600; letter-spacing: .06em; }
.navigation { display: flex; align-items: center; justify-content: space-between; gap: 25px; position: sticky; top: 12px; z-index: 10; max-width: 1320px; margin: 12px var(--gutter) 0; padding: 12px 20px; border-radius: 60px; background: #ffffffed; backdrop-filter: blur(18px); box-shadow: 0 4px 30px #20202004; }
.navigation nav { display: flex; gap: 32px; font-size: 14px; color: #5c6158; }
.navigation nav a { padding: 10px 0; }
.navigation nav a:hover { color: #111; }
.navigation .button { min-height: 42px; font-size: 13px; gap: 18px; padding-inline: 20px; }
.menu-toggle { display: none; }
.hero { padding-top: 76px; }
.hero-copy { padding-inline: 22px; text-align: center; }
.hero-copy > .eyebrow { margin-bottom: 22px; }
.hero-description { max-width: 610px; margin: 27px auto 28px; font-size: 18px; }
.hero-note { font-size: 13px; margin-top: 16px; }
.hero-media { padding: 65px var(--gutter) 0; max-width: 1360px; margin: auto; }
.workspace { border: 1px solid #e0e4dc; border-radius: 26px; background: #f4f5ef; box-shadow: 0 25px 75px -45px #414e3655; overflow: hidden; }
.workspace-top { padding: 18px 28px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); color: #747b70; font-size: 12px; background: #ffffff85; }
.workspace-top .brand { font-size: 14px; color: var(--ink); }
.preview-pill { margin-left: auto; font-size: 11px; padding: 6px 10px; border: 1px solid #dce2d5; border-radius: 30px; }
.workspace-content { display: grid; grid-template-columns: 1fr .88fr; padding: 48px 52px; gap: 60px; align-items: center; }
.workspace-summary > .eyebrow { margin-bottom: 18px; }
.workspace-summary h2 { font-size: clamp(30px, 3.2vw, 43px); }
.workspace-summary > p { font-size: 16px; max-width: 360px; margin-top: 18px; }
.next-step { display: flex; align-items: start; gap: 14px; margin-top: 30px; padding-top: 24px; border-top: 1px solid #d8ded1; }
.step-icon { font-size: 22px; }
.next-step h3 { font-size: 17px; letter-spacing: -.025em; }
.next-step p { margin-top: 8px; font-size: 14px; }
.quiet-note { display: block; margin: 16px 0 14px 36px; color: #6a7265; font-size: 12px; line-height: 1.5; }
.worksheet { padding: 27px 29px 19px; background: #fff; border: 1px solid #e1e4dc; border-radius: 12px; box-shadow: 0 14px 30px #2d39210a; transform: rotate(1.4deg); }
.sheet-top { display: flex; justify-content: space-between; margin-bottom: 20px; }
.sheet-top .eyebrow { font-size: 9px; }
.worksheet h3 { font-size: 29px; letter-spacing: -.045em; }
.worksheet > p { margin-top: 10px; font-size: 13px; max-width: 260px; }
.worksheet ol { counter-reset: question; margin-top: 22px; }
.worksheet li { counter-increment: question; position: relative; padding: 0 0 0 27px; margin-bottom: 16px; }
.worksheet li::before { content: counter(question, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-size: 10px; color: #8a9284; }
.worksheet h4 { font-size: 13px; line-height: 1.4; }
.writing-line { border-bottom: 1px solid #e9eae5; margin-top: 14px; }
.worksheet .text-action { font-size: 12px; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.case-card { position: relative; height: 470px; border-radius: 24px; overflow: hidden; background: #d4d6ce; }
.case-card img { height: 100%; width: 100%; object-fit: cover; transition: transform .6s; }
.case-card:hover img { transform: scale(1.025); }
.case-card::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,#10190cea); }
.case-card > div { position: absolute; z-index: 1; bottom: 0; padding: 28px; }
.case-card h3 { color: #fff; font-size: 27px; }
.case-card p { color: #f0f1ed; font-size: 15px; margin-top: 12px; }
.demo { margin-top: 120px; padding-block: 90px; background: #f6f7f4; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.demo-copy > .eyebrow { margin-bottom: 22px; }
.demo-copy h2 { font-size: clamp(34px, 3.9vw, 54px); }
.demo-copy > p:not(.eyebrow) { margin-top: 25px; max-width: 450px; }
.principles { display: grid; gap: 25px; margin-top: 40px; }
.principles li { display: flex; gap: 18px; align-items: start; }
.principles li > span { display: grid; place-items: center; min-width: 30px; height: 30px; border: 1px solid #dce2d5; color: #66735e; border-radius: 50%; font-size: 12px; }
.principles h3 { font-size: 19px; letter-spacing: -.025em; }
.principles p { font-size: 15px; margin-top: 5px; max-width: 360px; }
.demo-stage { background: #fff; border: 1px solid #dfe3d9; border-radius: 24px; padding: 24px; box-shadow: 0 20px 60px -40px #3b4d2d50; min-width: 0; }
.demo-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; font-size: 11px; color: #72796e; }
.demo-caption .brand { font-size: 14px; color: var(--ink); }
.tabs { display: flex; background: #f1f3ed; padding: 5px; border-radius: 12px; gap: 3px; }
.tabs button { flex: 1; padding: 11px 4px; border-radius: 8px; font-size: 12px; white-space: nowrap; color: #5d6657; }
.tabs button[aria-selected=true] { background: #fff; color: #222; box-shadow: 0 2px 6px #0000000b; }
#demo-panel { display: flex; flex-direction: column; min-height: 480px; padding-top: 30px; }
.demo-take > .eyebrow { font-size: 9px; margin-bottom: 10px; }
.demo-take > h3 { font-size: 25px; margin-bottom: 25px; }
.message { padding: 16px 19px; border-radius: 16px; background: #f3f5ef; margin-top: 13px; }
.message.from-human { background: #f4f4f2; margin-left: 25px; }
.speaker { display: block; font-size: 10px; color: #69725f; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 7px; }
.message p { color: #42493d; font-size: 15px; line-height: 1.6; }
.demo-note { margin-top: 20px; padding-left: 12px; border-left: 2px solid #c9d3bc; font-size: 12px; line-height: 1.6; }
.demo-step-controls { display: flex; justify-content: space-between; gap: 15px; padding-top: 24px; margin-top: auto; }
.demo-step-controls button { min-height: 40px; font-size: 13px; padding: 5px 0; }
.demo-step-controls button:hover:not(:disabled) { color: #637c4e; }
.artifact-ticket { border: 1px solid #dde3d5; border-radius: 13px; margin-top: 20px; padding: 18px; display: flex; gap: 15px; }
.ticket-icon { font-size: 24px; color: #637352; }
.artifact-ticket strong { font-size: 16px; font-weight: 500; }
.artifact-ticket p { font-size: 12px; margin-top: 5px; }
.artifact-ticket .text-action { padding-bottom: 0; }
.return-actions { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 15px; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 55px; }
.trust-grid article { border-top: 1px solid var(--line); padding-top: 25px; }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; font-size: 25px; color: #637452; background: var(--sage); border-radius: 50%; margin-bottom: 23px; }
.trust-grid h3 { font-size: 24px; }
.trust-grid p { font-size: 16px; margin-top: 14px; }
.offer-panel { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; padding: 64px; background: #eaf0e2; border-radius: 30px; overflow: hidden; gap: 35px; }
.offer-panel > div:first-child { position: relative; z-index: 1; }
.offer-panel .eyebrow { margin-bottom: 20px; }
.offer-panel h2 { font-size: clamp(38px, 4.3vw, 58px); }
.offer-panel p { max-width: 440px; margin-top: 22px; }
.offer-panel .button { margin-top: 28px; }
.entry-facts { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; font-size: 12px; color: #56604d; }
.entry-facts li::before { content: '✓'; margin-right: 6px; }
.offer-panel .preview-terms { font-size: 12px; line-height: 1.6; margin-top: 20px; max-width: 390px; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq .section-heading { text-align: left; margin: 0; }
.faq h2 { font-size: 46px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-list h3 { font-size: 19px; letter-spacing: -.02em; }
.faq-list summary > span { font-size: 25px; font-weight: 300; color: #73806a; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list p { font-size: 15px; padding-top: 17px; max-width: 540px; }
.closing { padding: 130px 24px 105px; text-align: center; }
.closing .section-heading { margin-bottom: 27px; }
.closing h2 { font-size: clamp(45px, 6vw, 80px); }
footer { border-top: 1px solid var(--line); padding-top: 35px; padding-bottom: 25px; }
.footer-top { display: flex; gap: 25px; align-items: center; }
.footer-top > p { font-size: 13px; }
.footer-top > div { margin-left: auto; display: flex; gap: 25px; align-items: center; }
.footer-top > div > a,.footer-top .text-action { font-size: 12px; }
.footer-top .text-action span { display: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; font-size: 11px; color: #7a8074; }
dialog { border: 1px solid #e0e5d9; border-radius: 25px; width: calc(100% - 32px); max-width: 610px; max-height: calc(100dvh - 40px); overflow-y: auto; padding: 45px; color: var(--ink); box-shadow: 0 35px 130px #0002; }
dialog::backdrop { background: #242e2060; backdrop-filter: blur(8px); }
.dialog-close { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #f0f3eb; margin: -28px -28px 0 auto; font-size: 25px; }
dialog h2 { font-size: 39px; margin: 15px 0; }
dialog p { font-size: 15px; }
dialog > div > .button { margin-top: 25px; }
.instrument { counter-reset: prompt; margin: 30px 0; }
.instrument li { counter-increment: prompt; padding: 20px 0 20px 40px; position: relative; border-top: 1px solid var(--line); }
.instrument li::before { content: counter(prompt,decimal-leading-zero); position: absolute; left: 0; top: 24px; color: #859078; font-size: 12px; }
.instrument h3 { font-size: 20px; margin-bottom: 8px; }
.dialog-note { font-size: 12px; }
.dialog-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 25px; }
.history { margin: 25px 0; }
.history > div { border-top: 1px solid var(--line); padding: 18px 0; }
.history dt { color: #657658; font-size: 12px; margin-bottom: 7px; }
.history dd { margin: 0; font-size: 15px; line-height: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 30; top: -60px; left: 20px; background: #222; color: white; padding: 12px; }
.skip-link:focus { top: 10px; }
@media(min-width:1480px) { .navigation { margin-inline: auto; } }
@media(max-width:1050px) {
  .navigation nav { gap: 18px; font-size: 12px; }
  .workspace-content { gap: 32px; padding: 36px; }
  .case-card { height: 420px; }
  .case-card > div { padding: 23px; }
  .case-card h3 { font-size: 24px; }
  .demo-grid { gap: 40px; }
  .demo-stage { padding: 20px; }
  .tabs { flex-wrap: wrap; }
  .tabs button { flex-basis: 40%; }
  .offer-panel { padding: 40px; }
  .faq { gap: 40px; }
  .footer-top { flex-wrap: wrap; }
  .footer-top > div { width: 100%; margin: 0; }
}
@media(max-width:760px) {
  html { scroll-padding-top: 95px; }
  .navigation { top: 8px; margin: 8px 14px 0; padding: 10px 12px; gap: 15px; }
  .navigation .brand { font-size: 18px; gap: 5px; margin-right: auto; }
  .navigation .button { min-height: 38px; font-size: 12px; padding: 0 14px; gap: 12px; }
  .navigation .button span { font-size: 20px; }
  .menu-toggle { display: flex; width: 34px; height: 38px; flex-direction: column; justify-content: center; gap: 5px; padding: 7px; }
  .menu-toggle span { height: 1px; width: 20px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .navigation nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 18px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 15px 35px #0001; }
  .navigation nav.is-open { display: flex; flex-direction: column; gap: 5px; font-size: 15px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(44px, 7.8vw, 60px); }
  .hero-description { font-size: 16px; max-width: 470px; margin-top: 23px; }
  .hero-note { font-size: 12px; }
  .hero-media { padding: 45px 18px 0; }
  .workspace-top { padding: 15px 20px; }
  .workspace-top > span:nth-child(2) { display: none; }
  .workspace-content { grid-template-columns: 1fr; padding: 28px; gap: 32px; }
  .workspace-summary h2 { font-size: 33px; }
  .workspace-summary > p { max-width: 440px; }
  .next-step { margin-top: 23px; padding-top: 20px; }
  .quiet-note { margin-left: 35px; }
  .worksheet { max-width: 450px; width: 100%; margin: 0 auto; padding: 25px 25px 15px; transform: rotate(.8deg); }
  .worksheet ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .worksheet h4 { font-size: 12px; }
  .section-space { padding-top: 80px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading p { font-size: 16px; margin-top: 20px; }
  h2 { font-size: 39px; }
  .case-grid { grid-template-columns: 1fr; gap: 16px; }
  .case-card { height: 370px; }
  .case-card img { object-position: center 40%; }
  .case-card h3 { font-size: 28px; }
  .case-card p { max-width: 360px; font-size: 16px; }
  .case-card::after { inset: 0; background: linear-gradient(transparent 25%,#10190cf0); }
  .demo { margin-top: 80px; padding-block: 65px; }
  .demo-grid { grid-template-columns: 1fr; gap: 38px; }
  .demo-copy h2 { font-size: 39px; }
  .demo-copy > p:not(.eyebrow) { font-size: 16px; max-width: 100%; }
  .principles { gap: 21px; margin-top: 30px; }
  .principles p { max-width: none; }
  .demo-stage { max-width: 560px; width: 100%; margin: auto; }
  .tabs { flex-wrap: wrap; }
  .tabs button { flex-basis: 40%; font-size: 13px; min-height: 42px; }
  #demo-panel { min-height: 460px; }
  .demo-take > h3 { font-size: 25px; }
  .message p { font-size: 15px; }
  .trust-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 35px; }
  .trust-grid article { display: grid; grid-template-columns: 42px 1fr; column-gap: 20px; padding-top: 25px; }
  .trust-icon { grid-row: span 2; margin: 0; }
  .trust-grid p { grid-column: 2; margin-top: 9px; }
  .offer-panel { grid-template-columns: 1fr; gap: 35px; padding: 35px 28px; }
  .offer-panel h2 { font-size: 42px; }
  .offer-panel p { font-size: 16px; }
  .entry-facts { gap: 10px 16px; }
  .faq { display: block; }
  .faq .section-heading { margin-bottom: 35px; }
  .faq h2 { font-size: 39px; }
  .faq-list h3 { font-size: 19px; line-height: 1.35; }
  .faq-list p { font-size: 16px; }
  .closing { padding: 90px 22px 75px; }
  .closing h2 { font-size: 48px; }
  .footer-top { gap: 18px; }
  .footer-top > p { width: 100%; }
  .footer-top > div { gap: 5px 22px; flex-wrap: wrap; }
  .footer-top > div > a,.footer-top .text-action { font-size: 13px; min-height: 40px; display: flex; align-items: center; }
  .footer-bottom { margin-top: 25px; }
  dialog { padding: 35px 25px; max-height: calc(100dvh - 28px); }
  .dialog-close { margin: -20px -10px 0 auto; }
  dialog h2 { font-size: 35px; }
  .instrument li { padding-left: 32px; }
  .instrument h3 { font-size: 20px; }
  .dialog-actions { gap: 15px; }
}
@media(max-width:380px) {
  :root { --gutter: 20px; }
  .navigation { gap: 7px; margin-inline: 9px; padding-inline: 9px; }
  .navigation .brand { font-size: 16px; }
  .navigation .button { font-size: 11px; padding-inline: 12px; gap: 8px; }
  h1 { font-size: 42px; }
  .workspace-content { padding: 24px 20px; }
  .workspace-summary h2 { font-size: 30px; }
  .worksheet { padding-inline: 20px; }
  .worksheet ol { grid-template-columns: 1fr; }
  .demo-stage { padding: 18px; }
  .tabs { flex-wrap: wrap; }
  .tabs button { flex-basis: 40%; font-size: 12px; }
  .demo-take > h3 { font-size: 23px; }
  .message { padding: 15px; }
  .offer-panel { padding: 30px 23px; }
  .offer-panel h2 { font-size: 37px; }
  .offer-panel .button { font-size: 13px; padding-inline: 20px; gap: 15px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* The preview invitation stands on its own, without a decorative logo. */
.offer-panel { display: block; text-align: center; }
.offer-panel > div { max-width: 680px; margin-inline: auto; }
.offer-panel p, .offer-panel .preview-terms { margin-inline: auto; }
.entry-facts { justify-content: center; }
