@font-face {
font-family: 'Atkinson Hyperlegible Next';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/assets/fonts/atkinson-hyperlegible-next.woff2') format('woff2');
unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+013F-0140, U+2010-2011, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2190, U+2192;
}
@font-face {
font-family: 'EB Garamond';
font-style: normal;
font-weight: 400 800;
font-display: swap;
src: url('/assets/fonts/eb-garamond.woff2') format('woff2');
unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+013F-0140, U+2010-2011, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2190, U+2192;
}
:root {
--sage-bg:    #E3E6DF;
--green-deep: #355E3B;
--green-mid:  #77936C;
--green-soft: #9FB395;
--ink:        #22261F;
--paper:      #F6F7F3;
--ink-muted:  #4A5145;
--hairline:   #C8D1C1;
--shadow:     0 1px 2px rgba(34,38,31,.05), 0 6px 20px rgba(34,38,31,.07);
--serif: 'EB Garamond', Georgia, 'Times New Roman', serif;
--sans:  'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
--step--1: clamp(1rem, .97rem + .12vw, 1.0625rem);
--step-0:  clamp(1.125rem, 1.09rem + .18vw, 1.1875rem);
--step-1:  clamp(1.25rem, 1.17rem + .34vw, 1.4375rem);
--step-2:  clamp(1.4375rem, 1.3rem + .6vw, 1.75rem);
--step-3:  clamp(1.75rem, 1.53rem + .95vw, 2.375rem);
--step-4:  clamp(2.125rem, 1.72rem + 1.7vw, 3.25rem);
--measure: 65ch;
--radius: 10px;
--radius-sm: 8px;
--gap: clamp(.75rem, .45rem + 1.4vw, 1.75rem);
--section-y: clamp(2.25rem, 1.3rem + 4.2vw, 5.5rem);
--pad-x: clamp(1.125rem, .5rem + 2.6vw, 2.5rem);
--wrap: 72rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
margin: 0;
background: var(--sage-bg);
color: var(--ink);
font-family: var(--sans);
font-size: var(--step-0);
line-height: 1.6;
font-synthesis-weight: none;
text-rendering: optimizeLegibility;
}
h1, h2, h3 {
font-family: var(--serif);
font-weight: 600;
color: var(--green-deep);
line-height: 1.15;
margin: 0 0 .5em;
text-wrap: balance;
}
h1 { font-size: var(--step-4); letter-spacing: -.005em; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.25; }
p  { margin: 0 0 1em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--green-deep); text-underline-offset: .18em; text-decoration-thickness: .07em; }
a:hover { text-decoration-color: var(--green-mid); }
:where(a, button, input, textarea, summary, [tabindex]):focus-visible {
outline: 3px solid var(--green-deep);
outline-offset: 3px;
border-radius: 4px;
}
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad-x); }
.visually-hidden {
position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link {
position: absolute; left: 50%; translate: -50% -150%; z-index: 100;
background: var(--green-deep); color: #fff; padding: .8rem 1.25rem;
border-radius: 0 0 var(--radius-sm) var(--radius-sm); text-decoration: none; font-weight: 600;
}
.skip-link:focus { translate: -50% 0; }
.curve { display: block; width: 100%; height: clamp(18px, 3vw, 34px); color: var(--green-soft); }
.curve svg { display: block; width: 100%; height: 100%; }
.site-header {
position: sticky; top: 0; z-index: 30;
background: color-mix(in srgb, var(--sage-bg) 92%, transparent);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--hairline);
}
@supports not (backdrop-filter: blur(1px)) { .site-header { background: var(--sage-bg); } }
.site-header .wrap {
display: flex; align-items: center; gap: var(--gap);
min-height: 4.5rem; padding-block: .6rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; margin-inline-end: auto; }
.brand img { width: 44px; height: 44px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
font-family: var(--serif); font-weight: 600; font-size: 1.375rem;
color: var(--green-deep); letter-spacing: .005em;
}
.brand-tag {
font-family: var(--serif); font-size: 1rem; color: var(--ink-muted);
font-style: normal; letter-spacing: .01em;
}
@media (max-width: 30rem) { .brand-tag { display: none; } .brand img { width: 40px; height: 40px; } }
.lang { display: flex; align-items: center; gap: .125rem; }
.lang a, .lang span {
display: inline-flex; align-items: center; justify-content: center;
min-width: 2.75rem; min-height: 2.75rem; padding: 0 .3rem;
font-size: var(--step--1); font-weight: 600; text-decoration: none;
color: var(--ink-muted); border-radius: var(--radius-sm);
}
.lang a:hover { color: var(--green-deep); background: color-mix(in srgb, var(--green-soft) 30%, transparent); }
.lang [aria-current="true"] { color: var(--green-deep); background: color-mix(in srgb, var(--green-soft) 45%, transparent); }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
min-height: 3rem; padding: .75rem 1.25rem;
font: inherit; font-weight: 600; line-height: 1.25;
border-radius: var(--radius-sm); border: 2px solid transparent;
text-decoration: none; cursor: pointer; text-align: center;
transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
.btn svg { width: 1.25em; height: 1.25em; flex: none; }
.btn-primary { background: var(--green-deep); color: #fff; }
.btn-primary:hover { background: #2A4B2F; }
.btn-secondary { background: transparent; color: var(--green-deep); border-color: var(--green-deep); }
.btn-secondary:hover { background: color-mix(in srgb, var(--green-soft) 32%, transparent); }
.header-cta { display: none; }
@media (min-width: 56rem) { .header-cta { display: inline-flex; } }
.hero { padding-block: clamp(1.75rem, 1rem + 4vw, 5rem) clamp(1.5rem, .8rem + 3.4vw, 4rem); }
.hero-grid { display: grid; gap: clamp(2rem, 1rem + 4vw, 3.5rem); align-items: center; }
@media (min-width: 60rem) { .hero-grid { grid-template-columns: 1.32fr .68fr; } }
.hero h1 { margin-bottom: .4em; }
.hero-sub { font-size: var(--step-1); color: var(--ink); max-width: 38ch; margin-bottom: 1.75rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .875rem; margin-bottom: 1.25rem; }
.hero-actions .btn { flex: 1 1 15rem; }
@media (min-width: 40rem) { .hero-actions .btn { flex: 0 1 auto; } }
.trust {
display: flex; flex-wrap: wrap; gap: .3rem 1.6rem; list-style: none;
font-size: var(--step--1); color: var(--ink-muted); margin: 0;
}
.trust li { font-weight: 500; }
@media (max-width: 29.999rem) { .trust { gap: .2rem; } .trust li { flex: 1 0 100%; } }
.hero-figure { justify-self: center; width: min(100%, 22rem); }
.hero-figure img { width: 100%; height: auto; }
@media (max-width: 60rem) { .hero-figure { display: none; } }
.jump { display: none; }
@media (max-width: 55.999rem) {
.jump { display: block; padding-bottom: .5rem; }
.jump ul { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; }
.jump a {
display: inline-flex; align-items: center; min-height: 2.75rem;
padding: .4rem .85rem; border-radius: 999px;
background: var(--paper); border: 1px solid var(--hairline);
color: var(--green-deep); font-size: var(--step--1); font-weight: 600;
text-decoration: none;
}
.jump a:hover { border-color: var(--green-mid); }
}
.section { padding-block: var(--section-y); }
.section-head { max-width: var(--measure); margin-bottom: clamp(1.4rem, .9rem + 2.2vw, 3rem); }
.section-head p { color: var(--ink); }
@media (min-width: 62rem) {
.section--split .section-inner { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(2rem,1rem + 4vw,4rem); align-items: start; }
.section--split .section-head { margin-bottom: 0; position: sticky; top: 6.5rem; }
}
:where(.section) > .wrap > :is(h2,.section-head) { scroll-margin-top: 6rem; }
[id] { scroll-margin-top: 6rem; }
.cards { display: grid; gap: var(--gap); grid-template-columns: 1fr; list-style: none; }
@media (min-width: 40rem) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 39.999rem) {
.cards { gap: 0; }
.cards .card {
background: none; border: 0; border-top: 1px solid var(--hairline);
border-radius: 0; box-shadow: none; padding: 1.1rem 0 1.1rem 1rem;
}
.cards .card:first-child { border-top: 0; padding-top: 0; }
.cards .card-mark {
width: 3px; height: calc(100% - 2.2rem); margin: 0;
position: absolute; inset-inline-start: 0; border-radius: 2px;
}
.cards .card { position: relative; }
.cards .card h3 { font-size: var(--step-0); margin-bottom: .15em; }
}
.card {
background: var(--paper); border: 1px solid var(--hairline);
border-radius: var(--radius); padding: clamp(1.25rem, 1rem + .8vw, 1.75rem);
box-shadow: var(--shadow);
}
.card h3 { margin-bottom: .35em; }
.card p { color: var(--ink); margin: 0; }
.card-mark { width: 2rem; height: .25rem; border-radius: 2px; background: var(--green-mid); margin-bottom: 1rem; }
.plans { display: grid; gap: var(--gap); grid-template-columns: 1fr; list-style: none; }
@media (min-width: 64rem) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan {
background: var(--paper); border: 1px solid var(--hairline);
border-top: 4px solid var(--plan-tint);
border-radius: var(--radius); padding: clamp(1.4rem, 1.1rem + 1vw, 2rem);
box-shadow: var(--shadow);
height: 100%; display: flex; flex-direction: column;
}
.plan--basic    { --plan-tint: var(--green-soft); --plan-ink: var(--ink); }
.plan--vital    { --plan-tint: var(--green-mid);  --plan-ink: var(--ink); }
.plan--integral { --plan-tint: var(--green-deep); --plan-ink: #fff; }
.plan-chip {
align-self: flex-start; background: var(--plan-tint); color: var(--plan-ink);
font-size: var(--step--1); font-weight: 700; letter-spacing: .02em;
padding: .3rem .7rem; border-radius: 999px; margin-bottom: .9rem;
}
.plan h3 { display: flex; flex-direction: column; gap: .55rem; margin-bottom: .7em; }
.plan-promise { font-size: var(--step-2); line-height: 1.2; }
.plan-desc { color: var(--ink); }
.plan-includes-intro { font-weight: 600; margin: 1.25rem 0 .6rem; }
@media (max-width: 47.999rem) {
.plan { padding: 1.25rem 1.1rem; }
.plan h3 { gap: .45rem; margin-bottom: .5em; }
.plan-promise { font-size: var(--step-1); }
.plan-desc { color: var(--ink); }
.plan-includes-intro { margin: 1rem 0 .5rem; }
.plan-list { gap: .35rem; }
.plan-list li { padding-inline-start: 1.3rem; line-height: 1.45; }
.plan-list li::before { top: .55em; width: .4rem; height: .4rem; }
.plan-ideal { margin-top: 1rem; padding: .75rem .85rem; }
}
.plan-list { list-style: none; display: grid; gap: .5rem; margin: 0 0 1.25rem; }
.plan .plan-list:last-of-type { margin-bottom: 1.5rem; }
.plan-list li { position: relative; padding-inline-start: 1.6rem; }
.plan-list li::before {
content: ""; position: absolute; inset-inline-start: 0; top: .62em;
width: .5rem; height: .5rem; border-radius: 50%; background: var(--green-mid);
}
.plan-ideal {
margin: auto 0 0;
padding: .85rem 1rem;
border: 0; border-inline-start: 3px solid var(--plan-tint);
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
background: color-mix(in srgb, var(--plan-tint) 16%, transparent);
font-size: var(--step--1); color: var(--ink);
}
.plan-toggle {
display: none;
font: inherit; font-weight: 600; text-align: start;
color: var(--green-deep); background: var(--sage-bg);
border: 1px solid var(--green-mid); border-radius: var(--radius-sm);
cursor: pointer;
}
@media (max-width: 47.999rem) {
.plan-toggle {
display: flex; align-items: center; justify-content: space-between; gap: .75rem;
width: 100%; min-height: 3rem; margin-bottom: .25rem; padding: .7rem .95rem;
}
.plan-toggle-icon { position: relative; flex: none; width: 1rem; height: 1rem; }
.plan-toggle-icon::before, .plan-toggle-icon::after {
content: ""; position: absolute; inset-inline: 0; top: 50%;
height: 2px; background: var(--green-deep); border-radius: 2px; translate: 0 -50%;
}
.plan-toggle-icon::after { rotate: 90deg; }
.plan-toggle[aria-expanded="true"] .plan-toggle-icon::after { display: none; }
.plan-list[hidden] { display: none; }
.plan-list { margin-top: .75rem; }
}
.plans-note { margin: clamp(2rem,1.4rem + 2vw,2.75rem) auto 1.5rem; text-align: center; max-width: 52ch; }
.plans-cta { display: flex; justify-content: center; }
.pills { display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; }
.pills li {
background: var(--paper); border: 1px solid var(--hairline);
border-radius: 999px; padding: .65rem 1.1rem; font-weight: 500;
}
.steps { list-style: none; counter-reset: step; display: grid; gap: var(--gap); }
@media (min-width: 48rem) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps li { counter-increment: step; background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--radius); padding: clamp(1.25rem,1rem + .8vw,1.75rem); box-shadow: var(--shadow); }
.steps li::before {
content: counter(step); display: flex; align-items: center; justify-content: center;
width: 2.5rem; height: 2.5rem; border-radius: 50%;
background: var(--green-deep); color: #fff;
font-family: var(--serif); font-size: 1.375rem; font-weight: 600; margin-bottom: 1rem;
}
.steps h3 { margin-bottom: .3em; }
.steps p { margin: 0; }
.commitment-body { font-size: var(--step-1); }
.values { display: flex; flex-wrap: wrap; align-items: stretch; gap: .35rem 0; list-style: none; margin-top: 2rem; font-family: var(--serif); font-size: var(--step-2); color: var(--green-deep); }
.values li { display: inline-flex; align-items: center; }
.values li + li::before {
content: ""; width: 1px; align-self: stretch; margin-inline: .85em;
background: var(--green-soft);
}
@media (max-width: 34rem) {
.values { gap: .15rem 1.4rem; }
.values li + li::before { content: none; }
}
.faq { list-style: none; display: grid; gap: .75rem; max-width: 52rem; }
.faq-item { background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; }
.faq-q { margin: 0; }
.faq-btn {
display: flex; align-items: center; justify-content: space-between; gap: 1rem;
width: 100%; min-height: 3.5rem; padding: 1rem clamp(1rem,.8rem + .6vw,1.5rem);
background: none; border: 0; cursor: pointer; text-align: start;
font-family: var(--serif); font-size: var(--step-1); font-weight: 600; color: var(--green-deep);
}
.faq-btn:focus-visible { outline-offset: -3px; }
.faq-icon { flex: none; width: 1.1rem; height: 1.1rem; position: relative; }
.faq-icon::before, .faq-icon::after {
content: ""; position: absolute; inset-inline: 0; top: 50%;
height: 2px; background: var(--green-mid); border-radius: 2px; translate: 0 -50%;
}
.faq-icon::after { rotate: 90deg; transition: rotate .18s ease, opacity .18s ease; }
.faq-btn[aria-expanded="true"] .faq-icon::after { rotate: 0deg; opacity: 0; }
@media (prefers-reduced-motion: reduce) { .faq-icon::after { transition: none; } }
.faq-panel { padding: 0 clamp(1rem,.8rem + .6vw,1.5rem) 1.25rem; }
.faq-panel p { margin: 0; }
.faq-panel[hidden] { display: none; }
.contact-grid { display: grid; gap: var(--gap); }
@media (min-width: 62rem) { .contact-grid.has-form { grid-template-columns: 1fr 1fr; align-items: start; } }
@media (min-width: 62rem) { .contact-grid:not(.has-form) .contact-list { grid-template-columns: repeat(3, 1fr); } }
.contact-list { list-style: none; display: grid; gap: .875rem; min-width: 0; }
.contact-link {
display: flex; align-items: center; gap: 1rem;
background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--radius);
padding: 1.1rem 1.25rem; min-height: 4.5rem; text-decoration: none; box-shadow: var(--shadow); min-width: 0;
transition: border-color .15s ease, background-color .15s ease;
}
@media (prefers-reduced-motion: reduce) { .contact-link { transition: none; } }
.contact-link:hover { border-color: var(--green-mid); background: #fff; }
.contact-icon { flex: none; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--green-soft) 45%, transparent); color: var(--green-deep); }
.contact-icon svg { width: 1.5rem; height: 1.5rem; }
.contact-text { display: flex; flex-direction: column; min-width: 0; }
.contact-label { font-size: var(--step--1); color: var(--ink-muted); font-weight: 600; letter-spacing: .02em; }
.contact-value { font-size: var(--step-1); color: var(--green-deep); font-weight: 600; overflow-wrap: anywhere; }
.form { background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--radius); padding: clamp(1.25rem,1rem + 1vw,2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; margin-bottom: .35rem; }
.field .hint { font-weight: 400; color: var(--ink-muted); font-size: var(--step--1); }
.field input, .field textarea {
width: 100%; min-height: 3rem; padding: .7rem .85rem;
font: inherit; color: var(--ink); background: #fff;
border: 1px solid var(--ink-muted); border-radius: var(--radius-sm);
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #8C2F1E; border-width: 2px; }
.field-error { display: block; color: #8C2F1E; font-size: var(--step--1); font-weight: 600; margin-top: .35rem; }
.consent { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1.25rem; }
.consent input { flex: none; width: 1.5rem; height: 1.5rem; margin-top: .15rem; accent-color: var(--green-deep); }
.consent label { font-size: var(--step--1); }
.form-status { margin-top: 1rem; }
.form-status:empty { margin: 0; }
.status-ok, .status-err { border-radius: var(--radius-sm); padding: 1rem 1.1rem; font-weight: 600; }
.status-ok  { background: color-mix(in srgb, var(--green-soft) 40%, #fff); color: var(--green-deep); border: 1px solid var(--green-mid); }
.status-err { background: #FBEFEC; color: #7A2818; border: 1px solid #C4715F; }
.status-err a { color: #7A2818; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-bar { display: none; }
@media (max-width: 55.999rem) {
.contact-bar {
position: fixed; inset: auto 0 0 0; z-index: 40;
display: flex; gap: .6rem;
padding: .6rem var(--pad-x) calc(.6rem + env(safe-area-inset-bottom, 0px));
background: color-mix(in srgb, var(--sage-bg) 94%, transparent);
backdrop-filter: blur(10px);
border-top: 1px solid var(--hairline);
}
@supports not (backdrop-filter: blur(1px)) { .contact-bar { background: var(--sage-bg); } }
.contact-bar .btn { flex: 1; min-height: 3.25rem; padding-inline: .75rem; }
.contact-bar .btn-secondary { background: var(--paper); }
body { padding-bottom: 5.5rem; }
}
@media (max-width: 55.999rem) and (prefers-reduced-motion: no-preference) {
.contact-bar { transition: translate .25s ease, opacity .25s ease; }
.contact-bar[data-tucked="true"] { translate: 0 120%; opacity: 0; }
}
.site-footer { background: var(--paper); border-top: 1px solid var(--hairline); padding-block: clamp(2.5rem,1.6rem + 3vw,4rem) 2rem; }
.footer-grid { display: grid; gap: clamp(1.75rem,1rem + 3vw,3rem); }
@media (min-width: 48rem) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-grid h2 { font-size: var(--step-1); margin-bottom: .5em; }
.site-footer address { font-style: normal; }
.site-footer ul { list-style: none; display: grid; gap: .5rem; }
.site-footer a { overflow-wrap: anywhere; }
.site-footer a { min-height: 2.75rem; display: inline-flex; align-items: center; }
.footer-legalline { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline); display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: var(--step--1); color: var(--ink-muted); }
.footer-legalline p { margin: 0; }
.prose { max-width: var(--measure); }
.prose h2 { font-size: var(--step-2); margin-top: 2.25em; }
.prose h2:first-of-type { margin-top: 1em; }
.page-head { padding-block: clamp(2.5rem,1.6rem + 3vw,4rem) 1rem; }
@media (prefers-reduced-motion: no-preference) {
.js-reveal .reveal { opacity: 0; translate: 0 14px; transition: opacity .5s ease, translate .5s ease; }
.js-reveal .reveal.is-visible { opacity: 1; translate: none; }
}