@layer reset,tokens,base,layout,components,utilities;@layer tokens{:root{--bg: #12100c;--bg-2: #171410;--surface: #1c1914;--surface-2: #171410;--line: rgba(240, 234, 223, .11);--line-strong: rgba(240, 234, 223, .26);--text: #f0eadf;--text-dim: #b5ab9b;--text-faint: #948b7a;--accent: #c4e36f;--accent-ink: #131904;--accent-soft: rgba(196, 227, 111, .12);--moss: #97b06b;--ring: #c4e36f;--serif: "Gabarito", "Avenir Next", "Segoe UI", sans-serif;--sans: "Hanken Grotesk", "Avenir Next", "Segoe UI", sans-serif;--note: "Newsreader", Georgia, serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--maxw: 1100px;--radius: 3px;--radius-lg: 6px;--gap: clamp(1rem, 2.5vw, 2rem)}html[data-theme=light],html:not([data-theme=dark]){@media(prefers-color-scheme:light){--bg: #f6f1e7;--bg-2: #f0e9db;--surface: #fbf8f1;--surface-2: #f0e9db;--line: rgba(33, 28, 20, .13);--line-strong: rgba(33, 28, 20, .32);--text: #211c14;--text-dim: #5e5749;--text-faint: #6e6553;--accent: #4f6a0e;--accent-ink: #f8ffe8;--accent-soft: rgba(90, 122, 18, .1);--moss: #506a32;--ring: #4f6a0e}}}@layer reset{*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}img,svg{display:block;max-width:100%}a{color:inherit}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}input,textarea,select{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--ring);outline-offset:3px;border-radius:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}}@layer base{body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.65;font-size:clamp(1rem,.95rem + .25vw,1.08rem);min-height:100svh;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--serif);font-weight:700;font-optical-sizing:auto;line-height:1.08;letter-spacing:-.015em}p,li{overflow-wrap:break-word}a{color:var(--accent);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--accent) 50%,transparent);transition:color .15s,border-color .15s}a:hover{border-bottom-color:var(--accent)}}@layer layout{.wrap{width:min(100% - clamp(2rem,5vw,4rem),var(--maxw));margin-inline:auto}.topnav{padding:1.4rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:var(--serif);font-weight:600;font-size:1.15rem;letter-spacing:-.01em}.brand a{color:var(--text);border:0}.topnav nav{display:flex;gap:1.2rem;font-family:var(--mono);font-size:.82rem;letter-spacing:.04em}.topnav nav a{color:var(--text-dim);border:0}.topnav nav a:hover{color:var(--accent)}}@layer components{.status{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border:1px dashed var(--line-strong);padding:.35rem .75rem;border-radius:var(--radius);background:var(--surface)}.status:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--moss)}.hero{padding:clamp(2rem,5vw,4rem) 0 clamp(2.5rem,5vw,4rem)}.hero h1{font-size:clamp(2.4rem,1.4rem + 4.5vw,4.4rem);max-width:18ch;margin:1.6rem 0 .8rem}.hero .promise{font-family:var(--mono);font-size:.95rem;letter-spacing:.04em;color:var(--accent)}.hero .lede{color:var(--text-dim);max-width:60ch;font-size:1.1rem;margin:.6rem 0 2rem}.hero .actions{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.35rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:filter .15s,background .15s,border-color .15s;border:1px solid transparent}.btn-primary{background:var(--accent);color:var(--accent-ink);border:0}.btn-primary:hover{filter:brightness(1.08)}.btn-ghost{color:var(--text);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.shead{display:flex;align-items:baseline;gap:1rem;margin:4rem 0 1.5rem}.shead h2{font-size:clamp(1.5rem,1rem + 1.2vw,2.1rem)}.shead .rule{flex:1;border-bottom:1px dashed var(--line-strong);align-self:center}.packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin-top:1rem}.pkg{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem 1.5rem 1.4rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s}.pkg:hover{border-color:var(--line-strong)}.pkg.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.pkg-head{display:flex;flex-direction:column;gap:.25rem}.pkg-name{font-family:var(--mono);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}.pkg-name .badge{background:var(--accent-soft);color:var(--accent);padding:.15rem .55rem;border-radius:var(--radius);margin-left:.5rem;font-size:.68rem}.pkg-price{font-family:var(--serif);font-size:2.4rem;font-weight:500;letter-spacing:-.02em;line-height:1}.pkg-price small{display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;font-family:var(--mono);color:var(--text-faint);margin-top:.3rem}.pkg-pitch{color:var(--text-dim);font-size:.95rem;line-height:1.5}.pkg-includes{list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem;flex:1}.pkg-includes li{display:flex;gap:.55rem;align-items:flex-start;font-size:.9rem;color:var(--text)}.pkg-includes li:before{content:"";display:inline-block;width:.55rem;height:.55rem;margin-top:.55rem;flex:0 0 .55rem;border-radius:999px;background:var(--accent)}.pkg-best{font-family:var(--mono);font-size:.7rem;color:var(--text-faint);border-top:1px dashed var(--line-strong);padding-top:.85rem}.pkg-cta{margin-top:.35rem}.pkg-demo{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);margin-top:-.4rem}.pkg-demo a{color:var(--accent);border-bottom-color:color-mix(in srgb,var(--accent) 40%,transparent)}.pkg-demo a:hover{border-bottom-color:var(--accent)}#maker{margin-top:clamp(2.5rem,6vw,4.5rem)}.maker-card{display:grid;grid-template-columns:160px 1fr;gap:1.6rem;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.6rem 1.8rem}@media(max-width:540px){.maker-card{grid-template-columns:1fr;text-align:left;justify-items:start;padding:1.4rem}}.maker-avatar{width:160px;height:160px;border-radius:999px;object-fit:cover;border:1px solid var(--line-strong);background:var(--surface-2)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.why-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.3rem}.why-card h3{font-family:var(--mono);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.7rem}.why-card p{color:var(--text-dim);font-size:.95rem;line-height:1.55}.bespoke{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.8rem 1.8rem 1.6rem;display:flex;flex-direction:column;gap:1.4rem}.bespoke-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 2rem}.bespoke-price{font-family:var(--serif);font-size:2.4rem;font-weight:500;letter-spacing:-.02em;line-height:1;margin-top:.3rem}.bespoke-price small{display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;font-family:var(--mono);color:var(--text-faint);margin-top:.3rem}.bespoke-pitch{color:var(--text-dim);font-size:1.05rem;line-height:1.55;max-width:38ch}.bespoke-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:.4rem;border-top:1px solid var(--line)}@media(max-width:720px){.bespoke-grid{grid-template-columns:1fr;gap:1.2rem}}.bespoke-h3{font-family:var(--mono);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin:.8rem 0 .9rem}.bespoke-process{list-style:none;counter-reset:step;padding:0;display:flex;flex-direction:column;gap:.65rem}.bespoke-process li{counter-increment:step;display:flex;gap:.8rem;font-size:.92rem;color:var(--text);line-height:1.45}.bespoke-process li:before{content:counter(step,decimal-leading-zero);flex:0 0 auto;font-family:var(--mono);font-size:.72rem;color:var(--accent);font-weight:500;padding-top:.2rem}.contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:2.5rem;align-items:start}@media(max-width:720px){.contact{grid-template-columns:1fr;gap:1.5rem}}.contact-info p{color:var(--text-dim);margin-top:.6rem;max-width:36ch;line-height:1.55}.contact-info dl{margin-top:1.4rem;display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;font-family:var(--mono);font-size:.88rem}.contact-info dt{color:var(--text-faint)}.form{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-family:var(--mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.field input,.field textarea,.field select{background:var(--bg-2);color:var(--text);border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.field textarea{resize:vertical;min-height:7rem;max-height:18rem;font:inherit}.field-hp{position:absolute;left:-9999px}.form-actions{display:flex;align-items:center;gap:1rem}.form-status{font-family:var(--mono);font-size:.82rem}.form-status.ok{color:var(--moss)}.form-status.err{color:#f6b26b}footer{margin-top:5rem;padding:2rem 0 3rem;border-top:1px dashed var(--line-strong);color:var(--text-faint);font-family:var(--mono);font-size:.78rem;letter-spacing:.04em}footer p{margin:0}footer a{color:var(--text-faint);border-bottom-color:var(--line)}footer a:hover{color:var(--accent);border-bottom-color:var(--accent)}}@layer components{.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:.75rem 1rem;z-index:9999;text-decoration:none;font-weight:500;font-family:var(--mono);font-size:.85rem;letter-spacing:.04em}.skip-link:focus{left:1rem;top:1rem;outline:3px solid var(--ring);outline-offset:2px;border-radius:var(--radius)}}
