*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--terracotta:#d4724a;--terracotta-dark:#b85c35;--terracotta-light:#f0c4ae;--terracotta-pale:#fdf5f0;--cream:#faf7f2;--ink:#1c1c1c;--muted:#6e5b4e;--border:#00000014;--border-strong:#00000026;--white:#fff;--radius:10px;--max-w:1080px}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}.wordmark{color:var(--ink);letter-spacing:-.025em;font-family:Fraunces,Georgia,serif;font-size:1.2rem;font-weight:600;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}nav{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#faf7f2e0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.nav-cta{color:var(--white);background:var(--terracotta);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .18s}.nav-cta:hover{background:var(--terracotta-dark)}.btn{cursor:pointer;border:none;border-radius:7px;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:all .18s;display:inline-block}.btn-primary{background:var(--terracotta);color:var(--white)}.btn-primary:hover{background:var(--terracotta-dark)}.btn-secondary{color:var(--ink);border:1.5px solid var(--border-strong);background:0 0}.btn-secondary:hover{border-color:var(--ink)}.btn-ghost{color:var(--muted);border:1.5px solid var(--border-strong);background:0 0}.btn-ghost:hover{color:var(--ink);border-color:var(--ink)}.hero{max-width:var(--max-w);margin:0 auto;padding:7rem 2rem 6rem}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1.75rem;font-size:.75rem;font-weight:600}.hero h1{letter-spacing:-.035em;color:var(--ink);max-width:16ch;margin-bottom:1.75rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.6rem,5.5vw,4.75rem);font-weight:300;line-height:1.08}.hero h1 em{color:var(--terracotta);font-style:italic}.hero-sub{color:var(--muted);max-width:54ch;margin-bottom:2.75rem;font-size:1.1rem;line-height:1.75}.hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.how-it-works{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5.5rem 0}.how-it-works h2{letter-spacing:-.025em;margin-bottom:3.5rem;font-family:Fraunces,Georgia,serif;font-size:2.1rem;font-weight:400}.steps{grid-template-columns:repeat(3,1fr);gap:3rem;list-style:none;display:grid}.steps li{gap:1.25rem;display:flex}.step-num{color:var(--terracotta-light);flex-shrink:0;min-width:2.5rem;font-family:Fraunces,Georgia,serif;font-size:2rem;font-weight:300;line-height:1}.steps li strong{color:var(--ink);margin-bottom:.6rem;font-size:.975rem;font-weight:600;display:block}.steps li p{color:var(--muted);font-size:.9rem;line-height:1.65}.catalogue{padding:5.5rem 0}.catalogue h2{letter-spacing:-.025em;margin-bottom:2.5rem;font-family:Fraunces,Georgia,serif;font-size:2.1rem;font-weight:400}.grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:2rem;transition:box-shadow .2s;display:flex}.card:hover{box-shadow:0 4px 20px #0000000f}.card-paid{border-color:var(--terracotta-light);background:linear-gradient(150deg, var(--white) 0%, var(--terracotta-pale) 100%)}.card-coming-soon{background:var(--cream)}.card-header{justify-content:space-between;align-items:center;display:flex}.badge{letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:.3rem .65rem;font-size:.68rem;font-weight:700}.badge-paid{background:var(--terracotta);color:var(--white)}.badge-free{color:#2d6a31;background:#e8f5e9}.badge-soon{color:#666;background:#ebebeb}.card-price{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:400}.card h3{letter-spacing:-.025em;font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:400;line-height:1.2}.card-desc{color:var(--muted);font-size:.9rem;line-height:1.7}.skills-list{flex-direction:column;flex:1;gap:.45rem;list-style:none;display:flex}.card>.btn{margin-top:auto}.card-wide{grid-column:1/-1}.card-wide>.btn{align-self:flex-start}.skills-list li{color:var(--ink);align-items:baseline;gap:.6rem;font-size:.875rem;display:flex}.skills-list li:before{content:"—";color:var(--terracotta);flex-shrink:0;font-size:.75rem}.notify-wrap{margin-top:auto}.notify-label{color:var(--muted);margin-bottom:.75rem;font-size:.85rem}.notify-form{gap:.5rem;display:flex}.notify-form input[type=email]{border:1.5px solid var(--border-strong);background:var(--white);min-width:0;color:var(--ink);border-radius:6px;outline:none;flex:1;padding:.65rem .9rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .18s}.notify-form input:focus{border-color:var(--terracotta)}.notify-form input::placeholder{color:#aaa}.notify-form button{background:var(--ink);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.65rem 1.1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .18s}.notify-form button:hover{background:#333}.about{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5.5rem 0}.about-inner{align-items:center;gap:3.5rem;max-width:80ch;display:flex}.about-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:200px;height:200px}.about-content{max-width:58ch}.about h2{letter-spacing:-.025em;margin-bottom:1.75rem;font-family:Fraunces,Georgia,serif;font-size:2.1rem;font-weight:400}.about p{color:var(--muted);margin-bottom:1rem;font-size:.975rem;line-height:1.8}.about-links{gap:1.75rem;margin-top:2.25rem;display:flex}.about-links a{color:var(--ink);border-bottom:1.5px solid var(--terracotta);padding-bottom:.15rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .18s}.about-links a:hover{color:var(--terracotta)}footer{padding:2rem 0}.footer-inner{color:var(--muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.footer-inner a{color:var(--muted);text-decoration:none;transition:color .18s}.footer-inner a:hover{color:var(--terracotta)}@media (width<=760px){nav{padding:.875rem 1.25rem}.hero{padding:4.5rem 1.25rem 4rem}.how-it-works{padding:4rem 0}.how-it-works .container,.catalogue .container,.about .container,.footer-inner{padding:0 1.25rem}.steps{grid-template-columns:1fr;gap:2rem}.grid{grid-template-columns:1fr}.catalogue,.about{padding:4rem 0}.about-inner{flex-direction:column;gap:1.75rem}.notify-form{flex-direction:column}.notify-form button{width:100%}}@media (width<=480px){.hero-ctas{flex-direction:column;align-items:flex-start}.hero-ctas .btn{text-align:center;width:100%}.about-links{flex-direction:column;gap:1rem}.footer-inner{text-align:center;flex-direction:column;gap:.75rem}}
