:root {
  --ink: #122729;
  --dark: #122729;
  --paper: #f4f1e9;
  --sage: #d6dfc8;
  --line: #c7cec3;
  --muted: #52635f;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 Arial,
    sans-serif;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1 {
  font:
    clamp(40px, 4.2vw, 65px)/1.045 Georgia,
    serif;
  letter-spacing: -2px;
}
h2 {
  font:
    clamp(30px, 3vw, 45px)/1.12 Georgia,
    serif;
  letter-spacing: -1.1px;
}
h3 {
  font:
    25px/1.2 Georgia,
    serif;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
pre:focus-visible {
  outline: 3px solid #7184a2;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
.skip {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 100;
  background: white;
  color: #122729;
  padding: 12px 18px;
}
.skip:focus {
  top: 12px;
}
.content-main {
  max-width: 1600px;
  margin: auto;
}
.breadcrumb {
  background: var(--dark);
  color: var(--paper);
  padding: 18px 6% 0;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb li + li::before {
  content: "/";
  padding-right: 12px;
  color: #bdc8be;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--sage);
  color: var(--ink);
  padding: 17px 22px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid var(--sage);
  width: fit-content;
}
.button span:last-child,
.text-link span:last-child {
  flex: none;
  white-space: nowrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 25px;
}
.intro {
  background: var(--dark);
  color: var(--paper);
  padding: 45px 6% 52px;
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  gap: 7%;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
}
.lead {
  font-size: 17px;
  max-width: 520px;
  line-height: 1.65;
  margin-top: 30px;
}
.quiet {
  color: #c0ccc1;
  font-size: 14px;
  margin-top: 20px;
}
.intro .button {
  margin-top: 30px;
}
.art {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.price-feature {
  padding: 30px 35px;
  background: #e2e8d8;
  color: var(--ink);
}
.price-feature .eyebrow {
  margin-bottom: 10px;
}
.large-price {
  font:
    125px/1 Georgia,
    serif;
  letter-spacing: -8px;
}
.price-feature > p {
  font-size: 14px;
  margin: 15px 0 20px;
}
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checklist li {
  border-top: 1px solid #aebba7;
  padding: 13px 0 13px 24px;
  font-size: 14px;
  position: relative;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
}
.inset {
  padding: 0 6%;
}
.price-facts {
  border-bottom: 1px solid var(--line);
}
.price-facts > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.price-facts > div:last-child {
  border-bottom: 0;
}
.price-facts .eyebrow,
.price-facts p {
  margin: 0;
}
.price-facts strong {
  display: block;
  font:
    33px/1.1 Georgia,
    serif;
}
.price-facts small {
  font:
    12px Arial,
    sans-serif;
  white-space: nowrap;
}
.price-facts p {
  font-size: 14px;
  max-width: 260px;
}
.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7%;
  padding: 50px 6%;
}
.prose p + p {
  margin-top: 20px;
}
.business-ledger {
  background: white;
  padding: 50px 6%;
}
.section-title {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7%;
  align-items: start;
}
.section-title .eyebrow {
  margin-top: 7px;
}
.ledger-row {
  display: grid;
  grid-template-columns: 40px 0.7fr 1.4fr;
  gap: 25px;
  border-top: 1px solid #adb8aa;
  padding: 24px 0;
}
.ledger-row > span {
  font:
    20px Georgia,
    serif;
  color: #52634f;
}
.ledger-row p {
  font-size: 15px;
}
.faq-section {
  padding: 50px 6%;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7%;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 21px 30px 21px 0;
  position: relative;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 27px;
  transition: transform 0.4s ease-out;
}
details[open] summary::after {
  transform: rotate(225deg);
}
details p {
  padding: 0 20px 25px 0;
  color: var(--muted);
  font-size: 15px;
}
@supports (interpolate-size: allow-keywords) and
  (transition-behavior: allow-discrete) and selector(::details-content) {
  .faq details {
    interpolate-size: allow-keywords;
  }
  .faq details::details-content {
    height: 0;
    overflow: clip;
    transition:
      height 0.4s ease-out,
      content-visibility 0.4s allow-discrete;
  }
  .faq details[open]::details-content {
    height: auto;
  }
}
.closing {
  background: var(--dark);
  color: var(--paper);
  padding: 62px 6%;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.closing h2 {
  max-width: 650px;
  font-size: 35px;
}
.closing .button {
  flex-shrink: 0;
}
.process-intro {
  grid-template-columns: 0.72fr 1.28fr;
}
.tool-hero {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}
.screen-label {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  font-size: 11px;
  border-bottom: 1px solid #ddd;
}
.screen-label > span:first-child {
  font:
    17px Georgia,
    serif;
  letter-spacing: -0.5px;
}
.tool-hero .art {
  max-height: 450px;
}
.image-caption {
  font-size: 12px;
  background: #e5eadd;
  padding: 14px 18px;
}
.process-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 45px;
  padding: 15px 6% 40px;
}
.process-step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  padding: 35px 0;
  border-top: 1px solid var(--line);
}
.step-number {
  font:
    30px/1 Georgia,
    serif;
  color: #52634f;
  display: block;
  margin-bottom: 12px;
}
.step-copy h2 {
  font-size: 34px;
}
.step-copy p {
  margin-top: 15px;
  font-size: 15px;
}
.role-note {
  font-size: 12px;
  display: block;
  margin-top: 14px;
  color: var(--muted);
  border-left: 2px solid #a8b59b;
  padding-left: 15px;
}
.process-image {
  background: #e5e8df;
  height: 295px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process-image .art {
  flex: 1;
  min-height: 0;
  height: 100%;
}
.process-image .image-caption {
  flex: none;
  padding: 16px 0 0;
  background: transparent;
}
.process-image:has(.image-caption) .art {
  height: auto;
}
.design-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  background: #e5e8df;
  padding: 25px;
  height: 295px;
  overflow: hidden;
}
.design-pair .art {
  align-self: start;
}
.design-pair .art:last-child {
  margin-top: 60px;
}
.publish-proof {
  background: var(--dark);
  color: var(--paper);
  padding: 25px;
  min-height: 295px;
}
.publish-proof h3 {
  font:
    33px/1.14 Georgia,
    serif;
}
.publish-proof p {
  margin-top: 12px;
  font-size: 14px;
}
.publish-proof .eyebrow {
  margin: 0 0 20px;
}
.publish-proof hr {
  border: 0;
  border-top: 1px solid #ffffff35;
  margin: 25px 0;
}
.possibilities-intro {
  grid-template-columns: 0.9fr 1.1fr;
}
.hero-composition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  background: #314844;
  max-height: 520px;
  overflow: hidden;
}
.hero-composition .art {
  box-shadow: 0 10px 25px #12272919;
}
.hero-composition .art:last-child {
  margin-top: 60px;
}
.feature-story {
  padding: 48px 6%;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 7%;
  align-items: center;
  border-top: 1px solid var(--line);
}
.feature-title h2 {
  font-size: 35px;
}
.feature-title p {
  margin-top: 26px;
  max-width: 420px;
}
.feature-image {
  background: #e6e7dd;
  padding: 22px;
}
.feature-image .art {
  max-height: 375px;
}
.timeline-feature {
  background: #e6eade;
}
.timeline-feature .feature-image {
  background: #f5f3ed;
}
.media-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 6%;
  gap: 7%;
  background: white;
  align-items: start;
}
.media-features > div + div {
  border-left: 1px solid var(--line);
  padding-left: 50px;
}
.media-features h2 {
  font-size: 35px;
}
.media-sign {
  font:
    34px Georgia,
    serif;
  display: block;
  margin-bottom: 22px;
  color: #597255;
}
.media-features p:not(.eyebrow) {
  margin-top: 24px;
  max-width: 470px;
}
.simple-note {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px;
}
.media-proof {
  margin-top: 25px;
  padding: 12px;
  background: #e6e7dd;
}
.media-proof .art {
  max-height: 315px;
}
.contact-intro {
  align-items: start;
  grid-template-columns: 0.8fr 1.2fr;
  column-gap: 7%;
  row-gap: 28px;
}
.contact-copy {
  grid-column: 1;
  grid-row: 1;
}
.contact-copy h1 {
  font-size: 53px;
}
.contact-copy .lead {
  font-size: 16px;
}
.contact-intro > .contact-form {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.contact-agenda {
  grid-column: 1;
  grid-row: 2;
}
.demo-agenda {
  padding-top: 25px;
  border-top: 1px solid #ffffff35;
}
.demo-agenda h2 {
  font:
    16px/1.5 Arial,
    sans-serif;
  letter-spacing: 0;
  max-width: 350px;
}
.demo-agenda ul {
  padding-left: 18px;
  font-size: 14px;
  color: #c0ccc1;
  line-height: 1.85;
}
.direct-mail {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
}
.contact-form {
  background: white;
  padding: 34px;
  color: var(--ink);
  min-width: 0;
}
.form-heading h2 {
  font:
    27px/1.2 Georgia,
    serif;
  letter-spacing: -0.5px;
}
.form-heading .eyebrow {
  margin-bottom: 13px;
}
.contact-form form {
  margin-top: 26px;
}
.contact-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}
.contact-form label {
  display: block;
  margin: 20px 0 8px;
  font-size: 13px;
}
.contact-form label span {
  color: var(--muted);
  font-size: 12px;
  margin-left: 8px;
}
.intent-options {
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  min-width: 0;
}
.intent-options legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.intent-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}
.contact-form input:not([type="radio"]),
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid #aebbad;
  background: #fafbf8;
  color: var(--ink);
  font-size: 16px;
  border-radius: 0;
}
.contact-form input[type="radio"] {
  accent-color: var(--ink);
  width: 17px;
  height: 17px;
  margin: 0;
}
.contact-form input:user-invalid,
.contact-form textarea:user-invalid {
  border-color: #a52626;
}
.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}
.contact-form .button {
  margin-top: 22px;
  width: 100%;
}
.contact-form .small {
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 16px;
}
.contact-direct {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 22px;
  font-size: 13px;
}
.contact-direct a {
  display: block;
}
.email-fallback {
  margin-top: 12px;
}
.email-fallback summary {
  font-size: 13px;
}
.email-fallback p {
  font-size: 13px;
  padding-right: 0;
}
.email-fallback pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    13px/1.5 Arial,
    sans-serif;
  background: #edf1e8;
  padding: 15px;
  max-width: 100%;
}
.email-fallback #copy-request {
  margin: 0 0 20px;
}
.contact-next {
  background: #e3e8dc;
  padding: 48px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.contact-next h2 {
  font-size: 32px;
}
.contact-next > p {
  max-width: 490px;
}
.contact-links {
  padding: 45px 6%;
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.contact-links h2 {
  font-size: 25px;
  margin-right: auto;
}
.contact-links .text-link {
  margin: 0;
}
@media (max-width: 1000px) {
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  h1 {
    font-size: 49px;
  }
  .intro {
    gap: 5%;
    padding: 40px 5%;
  }
  .intro .lead {
    font-size: 16px;
  }
  .contact-copy h1 {
    font-size: 42px;
  }
  .contact-form {
    padding: 25px;
  }
}
@media (max-width: 700px) {
  .intro,
  .process-intro,
  .possibilities-intro,
  .contact-intro {
    grid-template-columns: 1fr;
    padding: 35px 6% 40px;
    gap: 30px;
  }
  h1,
  .contact-copy h1 {
    font-size: 43px;
    letter-spacing: -1.4px;
  }
  .lead {
    margin-top: 22px;
  }
  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .price-feature {
    padding: 28px;
  }
  .large-price {
    font-size: 110px;
    letter-spacing: -5px;
  }
  .price-facts > div {
    grid-template-columns: 1fr 1fr;
    gap: 5px 15px;
    padding: 23px 0;
  }
  .price-facts > div > p {
    grid-column: 1 / -1;
    max-width: none;
  }
  .price-facts strong {
    font-size: 30px;
  }
  .split,
  .faq-section,
  .contact-next {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 6%;
  }
  .ledger-row {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 23px 0;
  }
  .ledger-row p {
    grid-column: 2;
  }
  .business-ledger {
    padding: 42px 6%;
  }
  .section-title {
    display: block;
    margin-bottom: 28px;
  }
  .closing {
    padding: 42px 6%;
    display: block;
  }
  .closing h2 {
    font-size: 34px;
  }
  .closing .button {
    margin-top: 25px;
  }
  .process-flow {
    display: block;
    padding: 0 6%;
  }
  .process-step {
    gap: 25px;
    padding: 40px 0;
  }
  .step-number {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .step-copy h2 {
    font-size: 35px;
  }
  .design-pair {
    padding: 20px;
  }
  .screen-label {
    font-size: 10px;
    gap: 10px;
  }
  .hero-composition {
    gap: 12px;
    padding: 15px;
  }
  .feature-story {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 6%;
  }
  .feature-image {
    padding: 15px;
  }
  .feature-image .art {
    max-height: 430px;
  }
  .media-features {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 6%;
  }
  .media-features > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 35px 0 0;
  }
  .media-sign {
    margin-bottom: 20px;
  }
  .contact-copy,
  .contact-intro > .contact-form,
  .contact-agenda {
    grid-column: auto;
    grid-row: auto;
  }
  .contact-form {
    padding: 25px 20px;
  }
  .form-heading h2 {
    font-size: 25px;
  }
  .contact-links {
    padding: 35px 6%;
    display: block;
  }
  .contact-links .text-link {
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
  }
  .contact-links h2 {
    margin-bottom: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  summary::after,
  .faq details::details-content {
    transition: none;
  }
}
