@property --warmth{syntax:"<color>";inherits:true;initial-value:transparent}:root{color-scheme:light dark;--bg-primary:#f4f1ec;--bg-secondary:#ebe6de;--text-primary:#3d3330;--text-secondary:#7a6e65;--accent:#8b5e3c;--accent-hover:#704a2e;--accent-soft:#d4c4b0;--success:#5b7a5b;--error:#964040;--text-on-accent:#fff;--max-prose:800px;--max-card:640px;--section-gap:64px;--gutter:1.25rem}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark;--bg-primary:#1c1714;--bg-secondary:#262019;--text-primary:#ece5db;--text-secondary:#b0a498;--accent:#cf9a63;--accent-hover:#e0b585;--accent-soft:#423830;--success:#8fb389;--error:#d98a8a;--text-on-accent:#241a12}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg-primary:#1c1714;--bg-secondary:#262019;--text-primary:#ece5db;--text-secondary:#b0a498;--accent:#cf9a63;--accent-hover:#e0b585;--accent-soft:#423830;--success:#8fb389;--error:#d98a8a;--text-on-accent:#241a12}}@media (min-width:768px){:root{--section-gap:96px}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--bg-primary);background-image:linear-gradient(0deg,var(--warmth,transparent),var(--warmth,transparent));color:var(--text-primary);font-family:var(--font-body),system-ui,sans-serif;font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased}@supports (animation-timeline:scroll()){@media (prefers-reduced-motion:no-preference){body{animation:candlelight-warm linear both;animation-timeline:scroll(root block)}@keyframes candlelight-warm{0%{--warmth:rgba(212,150,92,0)}to{--warmth:rgba(212,150,92,0.16)}}}}h1,h2,h3{font-family:var(--font-display),Georgia,serif;font-weight:500;line-height:1.2;margin:0 0 1rem}h1{font-size:clamp(2.25rem,6vw,3.25rem)}h2{font-size:clamp(1.625rem,4vw,2.125rem)}h3{font-size:1.1875rem;font-family:var(--font-body),system-ui,sans-serif;font-weight:500;line-height:1.5}p{margin:0 0 1.25rem}p:last-child{margin-bottom:0}a{color:var(--accent);text-underline-offset:3px;transition:color .2s ease}a:hover{color:var(--accent-hover)}ul{margin:0 0 1.25rem;padding-left:1.25rem}li{margin-bottom:.5rem}li:last-child{margin-bottom:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--accent);color:var(--text-on-accent);padding:.75rem 1.25rem;text-decoration:none}.skip-link:focus{left:0}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--max-prose);margin:0 auto;padding:1.5rem var(--gutter)}.site-header__brand{display:inline-flex;align-items:center;min-height:44px;font-family:var(--font-display),Georgia,serif;font-size:1.375rem;font-weight:500;color:var(--text-primary);text-decoration:none}.site-header__brand:hover{color:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:none;border:1px solid var(--accent-soft);border-radius:4px;color:var(--text-primary);font-size:1.125rem;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.theme-toggle:hover{background-color:var(--bg-secondary);border-color:var(--accent)}.site-footer{margin-top:var(--section-gap);border-top:1px solid var(--accent-soft);background:var(--bg-secondary)}.site-footer__inner{max-width:var(--max-prose);margin:0 auto;padding:2.5rem var(--gutter) 3rem;font-size:.9375rem;color:var(--text-secondary)}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}.site-footer__nav a{display:inline-flex;align-items:center;min-height:44px}.site-footer__contact{margin-bottom:.75rem}.site-footer__note{font-family:var(--font-mono),monospace;font-size:.8125rem}.draft-banner{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;background:var(--text-primary);padding:.625rem var(--gutter);font-size:.875rem;line-height:1.5}.draft-banner,.draft-banner a{color:var(--bg-primary)}.section{padding:0 var(--gutter)}.divider,.section{max-width:var(--max-prose);margin:var(--section-gap) auto}.divider{border:none;border-top:1px solid var(--accent-soft)}.prose p{margin-bottom:1.25rem}.prose p:last-child{margin-bottom:0}.button-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.75rem 1.75rem;background:var(--accent);color:var(--text-on-accent);border:none;border-radius:4px;font-family:var(--font-body),system-ui,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:background-color .2s ease}.button-primary:hover{background:var(--accent-hover);color:var(--text-on-accent)}.hero{max-width:var(--max-prose);margin:var(--section-gap) auto 0;padding:2rem var(--gutter) 0;text-align:center}.hero__subheadline{max-width:560px;margin:0 auto 2rem;font-size:1.125rem;color:var(--text-secondary)}.offering-card{max-width:var(--max-card);margin:0 auto;padding:2rem 1.5rem;background:var(--bg-primary);border:1px solid var(--accent-soft);border-top:2px solid var(--accent);border-radius:0 0 4px 4px}.offering-card--primary{border-top-width:4px;background:var(--bg-secondary)}.offering-card__header{margin-bottom:1.25rem}.offering-card__header h2{margin-bottom:.375rem}.offering-card__price{font-family:var(--font-mono),monospace;font-size:1.125rem;color:var(--accent);margin:0}.offering-card__length{font-size:.9375rem;color:var(--text-secondary)}.offering-card__sublist{margin-top:1.5rem}.offering-card__sublist h3{margin-bottom:.75rem}@media (min-width:768px){.offering-card{padding:2.5rem}}.closing-line{max-width:var(--max-card);margin:var(--section-gap) auto;padding:0 var(--gutter);font-family:var(--font-display),Georgia,serif;font-style:italic;font-size:1.375rem;line-height:1.5;text-align:center;color:var(--text-secondary)}.getting-started__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:1.75rem}.getting-started__faq-link{display:inline-flex;align-items:center;min-height:44px}.faq-list{margin-top:2rem}.faq-item{border-bottom:1px solid var(--accent-soft)}.faq-item summary{display:flex;align-items:center;min-height:44px;padding:1rem 0;cursor:pointer;font-weight:500;line-height:1.5;list-style-position:inside}.faq-item summary:hover,.faq-item[open] summary{color:var(--accent)}.faq-item .prose{padding:0 0 1.5rem;color:var(--text-primary)}.legal-article{max-width:var(--max-prose);margin:var(--section-gap) auto;padding:0 var(--gutter)}.legal-article h2{margin-top:2.5rem}.legal-article h3{margin-top:1.75rem}.not-found{max-width:var(--max-prose);margin:var(--section-gap) auto;padding:0 var(--gutter);text-align:center}.not-found p{color:var(--text-secondary);margin-bottom:2rem}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Fallback;src:local("Times New Roman");ascent-override:95.52%;descent-override:29.67%;line-gap-override:0.00%;size-adjust:96.74%}.__className_1ff46f{font-family:Cormorant,Cormorant Fallback;font-style:normal}.__variable_1ff46f{--font-display:"Cormorant","Cormorant Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_ccfcb5{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_ccfcb5{--font-body:"DM Sans","DM Sans Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_21eb4d{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-weight:400;font-style:normal}.__variable_21eb4d{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}