@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f3efe3;
  --paper-light: #faf7ef;
  --ink: #243b32;
  --green: #183e32;
  --muted: #60685d;
  --tan: #c5a476;
  --line: #c9cebc;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: .23em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, a, input, select, textarea, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #8d571f; outline-offset: 5px; }
.signup-section :focus-visible { outline-color: #b78d50; }
img, svg { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.05em; }
em { font-weight: 400; }
::selection { background: #d9c3a0; color: #183e32; }
.shell { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 118px; }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.skip-link { position: fixed; left: 1rem; top: -8rem; z-index: 20; padding: .8rem 1.1rem; background: var(--green); color: white; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: 29px; letter-spacing: -.045em; line-height: 1.1; text-decoration: none; }
.wordmark img { flex: 0 0 42px; }
.wordmark-caption { display: block; margin-top: 8px; font: 9px/1.3 var(--sans); letter-spacing: .095em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 12px; }
.quiet-link { text-decoration: none; }
.nav-signup { padding-block: 9px; border-bottom: 1px solid var(--ink); text-decoration: none; }
.nav-signup span { margin-left: 12px; font-size: 18px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; column-gap: 5.5%; padding-block: 70px 66px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--green); }
.hero h1 { margin-block: 28px; font-size: clamp(65px, 6.9vw, 106px); line-height: 1.01; }
.hero h1 em { white-space: normal; }
.hero-description { max-width: 380px; font-size: 17px; line-height: 1.8; color: #4d5c51; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 51px; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.button-green { background: var(--green); color: var(--paper-light); }
.button-green:hover { background: #2d5542; }
.button-outline { background: transparent; color: var(--green); border-color: #8b9788; }
.button-outline:hover { background: #e8e6d9; }
.button span { font-size: 21px; font-weight: 400; line-height: 1; }
.hero .button { margin-top: 30px; }
.hero-note { margin-top: 13px; font-size: 11px; color: var(--muted); }
.hero-art { align-self: start; }
.practice-illustration { position: relative; overflow: hidden; background: var(--tan); }
.practice-illustration svg { width: 100%; height: auto; }
.art-kicker { position: absolute; top: 23px; left: 0; right: 0; color: #213e30; text-align: center; font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .19em; }
.hero-art figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-top: 13px; font-size: 10px; color: var(--muted); }
.hero-art figcaption span:first-child { font-size: 8px; letter-spacing: .14em; white-space: nowrap; }
.hero-art figcaption span:last-child { text-align: right; }
.experience { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12%; border-top: 1px solid var(--line); }
.section-intro h2, .signup-copy h2 { margin-top: 22px; font-size: clamp(46px, 4.8vw, 66px); line-height: 1.07; }
.section-intro > p:last-child { max-width: 330px; margin-top: 27px; font-size: 15px; color: var(--muted); line-height: 1.8; }
.experience-list { padding-top: 2px; }
.experience-item { display: grid; grid-template-columns: 26px 1fr; gap: 17px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.experience-item:first-child { padding-top: 0; }
.experience-item:last-child { padding-bottom: 0; border: 0; }
.item-number { padding-top: 8px; font-size: 10px; color: #69715f; }
.experience-item h3 { font-size: 26px; letter-spacing: -.025em; line-height: 1.3; }
.experience-item p { max-width: 430px; margin-top: 10px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.signup-section { background: var(--green); color: var(--paper); padding-block: 94px; }
.signup-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 13%; align-items: start; }
.signup-copy { padding-top: 20px; }
.signup-copy .eyebrow { color: #ccb38b; }
.signup-copy h2 { font-size: clamp(46px, 4.8vw, 68px); }
.signup-copy > p:not(.eyebrow) { max-width: 365px; font-size: 15px; line-height: 1.9; margin-top: 28px; color: #dedfd0; }
.signup-copy > p.signup-expectation { font-size: 13px; margin-top: 19px; color: #c0ccbd; }
.signup-footnote { display: flex; align-items: center; gap: 20px; padding-top: 29px; margin-top: 32px; border-top: 1px solid #527060; }
.signup-footnote > span { font-size: 36px; line-height: 1; font-family: var(--serif); color: #ccb38b; }
.signup-footnote p { font-size: 11px; line-height: 1.9; color: #d2d9c9; }
.form-panel { padding: 30px; color: var(--ink); background: var(--paper-light); border-radius: 3px; min-width: 0; }
#signup-form { min-height: 100px; }
#signup-form > iframe { max-width: 100%; }
#signup-form .emailoctopus-form-wrapper { margin: 0 !important; padding: 0 !important; max-width: 100% !important; background: transparent !important; font-family: var(--sans) !important; color: var(--ink) !important; }
#signup-form h1, #signup-form h2 { font-family: var(--serif) !important; color: var(--ink) !important; font-weight: 400 !important; font-size: 30px !important; line-height: 1.2 !important; letter-spacing: -.035em !important; }
#signup-form label { color: var(--ink); }
#signup-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]) { box-sizing: border-box; max-width: 100%; border-radius: 2px; font-size: 16px; }
#signup-form input[type="checkbox"], #signup-form input[type="radio"] { accent-color: var(--green); }
#signup-form input[type="submit"], #signup-form button[type="submit"] { border-radius: 2px; }
.form-help { margin-top: 20px; font-size: 12px; line-height: 1.8; padding: 16px; background: #ebe9db; overflow-wrap: anywhere; }
.form-disclosure { padding-top: 18px; margin-top: 18px; border-top: 1px solid #d8daca; font-size: 10px; color: #646b60; line-height: 1.8; }
.faq-section { display: grid; grid-template-columns: .85fr 1fr; gap: 13%; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-block: 23px; font-size: 14px; line-height: 1.6; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 24px; line-height: 1; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 24px 0; font-size: 13px; line-height: 1.85; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding-top: 41px; padding-bottom: 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 47px; }
.footer-wordmark { font-family: var(--serif); font-size: 31px; letter-spacing: -.05em; text-decoration: none; line-height: 1.15; }
.footer-wordmark span { display: block; font: 11px/1.5 var(--sans); letter-spacing: 0; margin-top: 13px; color: var(--muted); }
.footer-contact { font-size: 12px; line-height: 1.8; }
.footer-contact p { color: var(--muted); margin-bottom: 4px; }
.footer-contact a { text-decoration: none; border-bottom: 1px solid #a4af9c; padding-block: 4px; }
.footer-contact span { margin-left: 22px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-top: 19px; font-size: 10px; line-height: 1.7; color: var(--muted); }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 22px; }
.text-button { color: inherit; background: transparent; border: 0; padding: 0; font: inherit; text-decoration: underline; text-underline-offset: .23em; }
.analytics-notice { display: flex; gap: 24px; align-items: center; padding: 18px 22px; margin-top: 22px; border: 1px solid #bac4b2; background: #e9e9dc; }
.analytics-notice > div:first-child { flex: 1; }
.analytics-notice h2 { font-size: 22px; letter-spacing: -.025em; line-height: 1.3; }
.analytics-notice p { margin-top: 8px; font-size: 11px; line-height: 1.8; max-width: 670px; }
.analytics-actions { display: flex; gap: 10px; flex-shrink: 0; }
.analytics-actions .button { min-height: 43px; padding: 10px 16px; font-size: 11px; white-space: nowrap; }
.analytics-status:not(.sr-only) { padding-top: 12px; font-size: 12px; line-height: 1.6; }

.document-main { min-height: 53vh; padding-block: 75px 100px; }
.document-heading { max-width: 790px; margin-bottom: 40px; }
.document-heading h1 { font-size: clamp(51px, 6vw, 80px); line-height: 1.1; margin-top: 23px; }
.document-heading > p:last-child:not(.eyebrow) { margin-top: 20px; max-width: 650px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.prose { max-width: 730px; }
.prose section { margin-top: 37px; }
.prose h2 { font-size: 29px; letter-spacing: -.03em; line-height: 1.3; margin-bottom: 12px; }
.prose p, .prose li { font-size: 14px; color: #536151; line-height: 1.85; }
.prose p + p { margin-top: 15px; }
.prose ul { padding-left: 21px; margin-block: 14px; }
.prose li + li { margin-top: 8px; }
.prose .button { margin-top: 28px; }
.prose .text-button { font-size: inherit; color: var(--green); }
.thank-you-mark { width: 62px; margin-bottom: 30px; }
.page-contact { margin-top: 27px; font-size: 13px; }

@media (min-width: 1550px) {
  .hero { padding-block: 86px 88px; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 72px); }
  .hero { column-gap: 5%; }
  .hero h1 { font-size: clamp(60px, 7vw, 78px); }
  .hero-description { font-size: 15px; }
  .experience { gap: 7%; }
  .signup-layout, .faq-section { gap: 7%; }
  .form-panel { padding: 23px; }
  .analytics-notice { align-items: start; }
  .analytics-actions { flex-direction: column; }
}
@media (max-width: 800px) {
  .shell { width: calc(100% - 44px); }
  .site-header { padding-block: 23px; gap: 15px; }
  .wordmark { font-size: 25px; gap: 10px; }
  .wordmark img { width: 35px; height: 35px; flex-basis: 35px; }
  .wordmark-caption { font-size: 7px; }
  .site-header nav { gap: 15px; font-size: 10px; }
  .site-header .quiet-link { display: none; }
  .nav-signup span { margin-left: 7px; }
  .hero { grid-template-columns: 1fr 1fr; padding-top: 55px; column-gap: 4%; }
  .hero h1 { font-size: clamp(47px, 7.3vw, 60px); margin-block: 24px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .09em; }
  .hero-description { font-size: 14px; line-height: 1.75; }
  .hero .button { margin-top: 23px; padding-inline: 16px; gap: 17px; font-size: 11px; }
  .hero-note { font-size: 9px; max-width: 210px; }
  .hero-art { align-self: center; }
  .hero-art figcaption { flex-direction: column; gap: 4px; }
  .hero-art figcaption span:last-child { text-align: left; font-size: 9px; }
  .art-kicker { top: 12px; font-size: 6px; }
  .section-space { padding-block: 76px; }
  .section-intro h2, .signup-copy h2 { font-size: 44px; }
  .section-intro > p:last-child { font-size: 14px; }
  .experience-item { grid-template-columns: 18px 1fr; gap: 10px; }
  .experience-item h3 { font-size: 22px; }
  .experience-item p { font-size: 12px; }
  .signup-section { padding-block: 64px; }
  .signup-layout { grid-template-columns: .85fr 1fr; gap: 5%; }
  .signup-copy { padding-top: 0; }
  .signup-copy > p:not(.eyebrow) { font-size: 13px; }
  .signup-copy > p.signup-expectation { font-size: 12px; }
  .form-panel { padding: 19px; }
  .footer-bottom { flex-wrap: wrap; row-gap: 12px; }
}
@media (max-width: 620px) {
  .site-header { align-items: center; }
  .wordmark { font-size: 22px; }
  .wordmark img { display: none; }
  .wordmark-caption { font-size: 6.5px; letter-spacing: .06em; margin-top: 6px; }
  .nav-signup { max-width: 130px; text-align: right; }
  .hero { grid-template-columns: 1fr; padding-block: 46px 43px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(55px, 11.8vw, 74px); margin-block: 25px 23px; }
  .hero-description { font-size: 15px; max-width: 355px; }
  .hero .button { margin-top: 25px; font-size: 12px; padding-inline: 21px; }
  .hero-note { font-size: 10px; max-width: none; }
  .hero-art { margin-top: 40px; }
  .practice-illustration { aspect-ratio: 1.18; }
  .practice-illustration svg { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
  .art-kicker { top: 13px; font-size: 8px; color: #e7dfc4; }
  .hero-art figcaption { flex-direction: row; gap: 15px; padding-top: 11px; }
  .hero-art figcaption span:last-child { text-align: right; }
  .section-space { padding-block: 58px; }
  .experience, .signup-layout, .faq-section { grid-template-columns: 1fr; gap: 37px; }
  .section-intro h2, .signup-copy h2 { margin-top: 17px; font-size: 46px; }
  .section-intro > p:last-child { max-width: 370px; margin-top: 22px; font-size: 14px; }
  .experience-item { padding-block: 24px; grid-template-columns: 22px 1fr; gap: 14px; }
  .experience-item h3 { font-size: 25px; }
  .experience-item p { font-size: 13px; }
  .item-number { font-size: 10px; }
  .signup-section { padding-block: 54px; }
  .signup-copy > p:not(.eyebrow) { max-width: 390px; font-size: 14px; margin-top: 23px; }
  .signup-copy > p.signup-expectation { font-size: 13px; margin-top: 17px; }
  .signup-footnote { margin-top: 23px; padding-top: 21px; }
  .form-panel { padding: 22px; }
  .faq-list summary { padding-block: 20px; font-size: 13px; }
  .faq-section { gap: 28px; }
  .site-footer { padding-top: 30px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 30px; padding-bottom: 30px; }
  .footer-wordmark { font-size: 30px; }
  .footer-bottom { font-size: 9px; }
  .footer-bottom > div { gap: 25px; }
  .footer-bottom a, .footer-bottom button { min-height: 35px; display: inline-flex; align-items: center; }
  .analytics-notice { flex-direction: column; padding: 17px; gap: 14px; margin-top: 18px; }
  .analytics-actions { flex-direction: row; flex-wrap: wrap; width: 100%; }
  .analytics-actions .button { flex-grow: 1; }
  .document-main { padding-block: 48px 64px; }
  .document-heading { margin-bottom: 28px; }
  .document-heading h1 { font-size: 49px; }
  .document-heading > p:last-child:not(.eyebrow) { font-size: 15px; }
  .prose h2 { font-size: 26px; }
  .prose p, .prose li { font-size: 13px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  .site-header nav { font-size: 9px; }
  .wordmark { font-size: 21px; }
  .nav-signup { max-width: 100px; }
  .nav-signup span { display: none; }
  .hero h1 { font-size: 50px; }
  .hero .eyebrow { font-size: 9px; }
  .form-panel { padding: 15px; }
  .hero-art figcaption span:last-child { max-width: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
