:root{--cream:#fbf7f2;--cream-2:#f5ece4;--ink:#211d1a;--muted:#756b61;--rose:#c16a7a;--rose-deep:#a24a5c;--rose-soft:#f3e1e0;--gold:#c2a06b;--line:#e9dfd5;--shadow:0 24px 60px #4a2f281a;--radius:26px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.serif{font-family:Playfair Display,Georgia,Times New Roman,serif}h1,h2,h3,blockquote{overflow-wrap:break-word}.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:9px;padding:14px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.btn-primary{background:var(--rose);color:#fff;box-shadow:0 12px 26px #a24a5c47}.btn-primary:hover{background:var(--rose-deep);transform:translateY(-2px);box-shadow:0 16px 32px #a24a5c57}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--rose);color:var(--rose-deep);transform:translateY(-2px)}.btn-sm{padding:10px 22px;font-size:14px}.site-header{z-index:100;-webkit-backdrop-filter:saturate(150%)blur(12px);border-bottom:1px solid var(--line);background:#fbf7f2d1;position:sticky;top:0}.site-header .bar{justify-content:space-between;align-items:center;height:74px;display:flex}.logo{width:auto;height:42px;color:var(--ink);display:block}.hero{padding:72px 0 84px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c16a7a33 0%,#0000 62%);width:540px;height:540px;position:absolute;top:-120px;right:-140px}.hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid;position:relative}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--rose-deep);align-items:center;gap:8px;margin-bottom:22px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:26px;height:1px}.hero h1{letter-spacing:-.01em;font-size:clamp(38px,5vw,60px);font-weight:600;line-height:1.08}.hero h1 em{color:var(--rose-deep);font-style:italic}.hero .lead{color:var(--muted);max-width:520px;margin:24px 0 32px;font-size:17px}.cta-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.chips{flex-wrap:wrap;gap:10px 18px;margin-top:34px;display:flex}.chip{color:var(--ink);align-items:center;gap:8px;font-size:13.5px;font-weight:500;display:inline-flex}.chip svg{width:17px;height:17px;color:var(--rose);flex-shrink:0}.hero-media{position:relative}.hero-media .frame{z-index:1;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;position:relative;overflow:hidden}.hero-media .frame img{object-fit:cover;object-position:50% 18%;width:100%;height:100%;display:block}.hero-media:after{content:"";z-index:0;background:radial-gradient(circle,#c2a06b4d 0%,#0000 65%);width:220px;height:220px;position:absolute;bottom:-28px;left:-28px}.badge-float{z-index:2;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;bottom:26px;left:-22px}.badge-float .dot{background:var(--rose-soft);width:38px;height:38px;color:var(--rose-deep);border-radius:50%;place-items:center;display:grid}.badge-float .dot svg{width:20px;height:20px}.badge-float b{font-size:14px;display:block}.badge-float span{color:var(--muted);font-size:12px}section{position:relative}.section{padding:88px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}.section-head .eyebrow{justify-content:center}.section-head h2{letter-spacing:-.01em;font-size:clamp(30px,4vw,44px);font-weight:600;line-height:1.12}.section-head p{color:var(--muted);margin-top:16px;font-size:16.5px}.cards{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:30px 28px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.card .ico{background:var(--rose-soft);width:52px;height:52px;color:var(--rose-deep);border-radius:15px;place-items:center;margin-bottom:18px;display:grid}.card .ico svg{width:26px;height:26px}.card h3{margin-bottom:9px;font-size:19px;font-weight:600}.card p{color:var(--muted);font-size:14.5px}.privacy,.about{background:var(--cream-2)}.about-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:56px;display:grid}.about-media{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:5/4;overflow:hidden}.about-media img{object-fit:cover;object-position:50% 18%;width:100%;height:100%;display:block}.about h2{letter-spacing:-.01em;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.14}.about p{color:var(--muted);margin-top:18px;font-size:16px}.about .mini{grid-template-columns:1fr 1fr;gap:22px 28px;margin-top:30px;display:grid}.about .mini div b{color:var(--rose-deep);font-family:Playfair Display,serif;font-size:30px;line-height:1;display:block}.about .mini div span{color:var(--muted);font-size:13.5px}.quote{text-align:center;padding:96px 0}.quote .mark{color:var(--rose-soft);height:40px;font-family:Playfair Display,serif;font-size:80px;line-height:.6}.quote blockquote{letter-spacing:-.01em;max-width:820px;margin:0 auto;font-family:Playfair Display,serif;font-size:clamp(24px,3.4vw,36px);font-weight:500;line-height:1.32}.quote cite{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:24px;font-size:13px;font-style:normal;display:block}.steps{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.step{text-align:center;padding:0 8px}.step .num{border:1.5px solid var(--rose);width:56px;height:56px;color:var(--rose-deep);border-radius:50%;place-items:center;margin:0 auto 18px;font-family:Playfair Display,serif;font-size:22px;font-weight:600;display:grid}.step h3{margin-bottom:8px;font-size:18px;font-weight:600}.step p{color:var(--muted);font-size:14.5px}.cta-band{padding:24px 0 96px}.cta-card{color:#fff;text-align:center;background:linear-gradient(135deg,#2a2320 0%,#3a2a2e 55%,#5a3540 100%);border-radius:32px;padding:72px 40px;position:relative;overflow:hidden}.cta-card:before{content:"";background:radial-gradient(circle,#c16a7a73 0%,#0000 65%);width:320px;height:320px;position:absolute;top:-80px;right:-60px}.cta-card>*{z-index:1;position:relative}.cta-card h2{font-family:Playfair Display,serif;font-size:clamp(30px,4.4vw,48px);font-weight:600;line-height:1.1}.cta-card p{color:#ffffffc7;max-width:540px;margin:18px auto 30px;font-size:17px}.cta-card .btn-primary{color:var(--ink);background:#fff;box-shadow:0 14px 30px #0000004d}.cta-card .btn-primary:hover{background:var(--rose-soft)}footer{border-top:1px solid var(--line);padding:40px 0 56px}.foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.foot .logo{height:34px}.foot nav{gap:24px;display:flex}.foot a{color:var(--muted);font-size:14px;text-decoration:none}.foot a:hover{color:var(--rose-deep)}.foot .copy{width:100%;color:var(--muted);border-top:1px solid var(--line);margin-top:6px;padding-top:22px;font-size:13px}.gallery{padding:4px 0 92px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.tile{aspect-ratio:3/4;box-shadow:var(--shadow);border-radius:22px;position:relative;overflow:hidden}.tile img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.tile:hover img{transform:scale(1.05)}.tile-join{background:linear-gradient(150deg, var(--rose) 0%, var(--rose-deep) 100%);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:26px 20px;display:flex}.tile-join .ic{background:#ffffff2e;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:14px;display:grid}.tile-join .ic svg{width:24px;height:24px}.tile-join b{font-family:Playfair Display,serif;font-size:22px;font-weight:600;line-height:1.2}.tile-join span{opacity:.88;margin:8px 0 16px;font-size:13.5px}.tile-join a{color:var(--rose-deep);background:#fff;border-radius:999px;padding:9px 20px;font-size:13.5px;font-weight:600;text-decoration:none;transition:transform .18s}.tile-join a:hover{transform:translateY(-2px)}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:44px}.hero-media{width:100%;max-width:440px;margin:0 auto}.about-grid{grid-template-columns:1fr;gap:36px}.about-media{width:100%;max-width:480px;margin:0 auto}}@media (max-width:720px){.cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:34px;max-width:420px;margin:0 auto}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px}.hero{padding:40px 0 56px}.section{padding:60px 0}.quote{padding:72px 0}.gallery{padding-bottom:72px}}@media (max-width:520px){.wrap{padding:0 20px}.site-header .bar{height:64px}.logo{height:36px}.header-cta{padding:9px 17px;font-size:13px}.hero h1{font-size:38px}.hero .lead{margin-top:20px;font-size:16px}.cta-row{flex-direction:column;align-items:stretch}.cta-row .btn{justify-content:center;width:100%}.chips{margin-top:28px}.badge-float{gap:10px;padding:11px 14px;bottom:16px;left:12px}.badge-float .dot{width:34px;height:34px}.section-head{margin-bottom:38px}.cta-card{border-radius:26px;padding:52px 22px}.quote{padding:60px 0}}@media (max-width:380px){.gallery-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}}.legal{padding:56px 0 90px}.legal-inner{max-width:760px;margin:0 auto}.legal-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--rose-deep);font-size:12px;font-weight:600}.legal h1{margin-top:10px;font-size:clamp(30px,4.4vw,44px);font-weight:600;line-height:1.12}.legal-updated{color:var(--muted);margin-top:10px;font-size:13.5px}.legal-note{background:var(--rose-soft);color:var(--rose-deep);border:1px solid #e9cfcc;border-radius:14px;margin:26px 0 8px;padding:16px 18px;font-size:13.5px;line-height:1.6}.legal h2{margin:36px 0 10px;font-size:20px;font-weight:600}.legal p,.legal li{color:#4a443d;font-size:15.5px;line-height:1.78}.legal p{margin-bottom:12px}.legal ul{margin:0 0 14px 20px}.legal li{margin-bottom:6px}.legal a{color:var(--rose-deep);text-decoration:underline}.legal strong{color:var(--ink)}@media (max-width:520px){.legal{padding:40px 0 70px}}.quiz-page{flex-direction:column;min-height:100vh;display:flex}.quiz-header{border-bottom:1px solid var(--line)}.quiz-header .bar{justify-content:center;align-items:center;height:72px;display:flex}.quiz-header .logo{height:38px}.quiz-main{flex:1;justify-content:center;align-items:flex-start;padding:56px 20px 90px;display:flex}.quiz-card{text-align:center;width:100%;max-width:680px}.quiz-step-count{letter-spacing:.16em;text-transform:uppercase;color:var(--rose-deep);margin-bottom:16px;font-size:12px;font-weight:600}.quiz-question{letter-spacing:-.01em;margin-bottom:36px;font-family:Playfair Display,serif;font-size:clamp(26px,4.4vw,40px);font-weight:600;line-height:1.2}.quiz-options{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.quiz-options.single{grid-template-columns:1fr;max-width:460px;margin:0 auto}.quiz-option{appearance:none;cursor:pointer;text-align:left;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px;font-size:16px;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:flex;box-shadow:0 8px 22px #4a2f280d}.quiz-option:hover{border-color:var(--rose);transform:translateY(-2px);box-shadow:0 14px 30px #a24a5c24}.quiz-option .arrow{color:var(--rose);opacity:0;transition:opacity .16s,transform .16s}.quiz-option:hover .arrow{opacity:1;transform:translate(2px)}.quiz-form{text-align:left;gap:16px;max-width:460px;margin:0 auto;display:grid}.quiz-field label{color:var(--ink);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.quiz-field input{width:100%;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 15px;font-family:inherit;font-size:16px;transition:border-color .16s,box-shadow .16s}.quiz-field input:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #c16a7a24}.quiz-hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.quiz-form .btn-primary{justify-content:center;width:100%;margin-top:6px}.quiz-consent{color:var(--muted);text-align:center;margin-top:4px;font-size:12px}.quiz-consent a{color:var(--rose-deep);text-decoration:underline}.quiz-error{color:#b3261e;text-align:center;font-size:14px}.quiz-back{cursor:pointer;color:var(--muted);background:0 0;border:none;align-items:center;gap:6px;margin-top:28px;font-size:14px;font-weight:500;display:inline-flex}.quiz-back:hover{color:var(--rose-deep)}.quiz-back:disabled{opacity:0;pointer-events:none}.quiz-done{text-align:center;max-width:520px;margin:0 auto}.quiz-done .check{background:var(--rose-soft);width:76px;height:76px;color:var(--rose-deep);border-radius:50%;place-items:center;margin:0 auto 26px;display:grid}.quiz-done .check svg{width:38px;height:38px}.quiz-done h1{margin-bottom:14px;font-family:Playfair Display,serif;font-size:clamp(28px,4.4vw,40px);font-weight:600;line-height:1.15}.quiz-done p{color:var(--muted);margin-bottom:28px;font-size:16px}.quiz-progress{background:var(--cream-2);z-index:50;width:100%;height:5px;position:fixed;bottom:0;left:0}.quiz-progress .fill{background:var(--rose);height:100%;transition:width .35s}@media (max-width:520px){.quiz-options{grid-template-columns:1fr}.quiz-main{padding:40px 18px 80px}}.dash{max-width:1200px;margin:0 auto;padding:32px 24px 80px}.dash-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.dash-top h1{font-family:Playfair Display,serif;font-size:28px;font-weight:600}.dash-actions{align-items:center;gap:12px;display:flex}.dash-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:16px;padding:22px 24px}.stat .n{color:var(--rose-deep);font-family:Playfair Display,serif;font-size:34px;font-weight:700;line-height:1}.stat .l{color:var(--muted);letter-spacing:.04em;margin-top:8px;font-size:13px}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.filter-chip{cursor:pointer;font:inherit;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.filter-chip:hover{border-color:var(--rose);color:var(--rose-deep)}.filter-chip .count{background:var(--cream-2);color:var(--muted);text-align:center;border-radius:999px;min-width:18px;padding:1px 7px;font-size:11.5px;font-weight:700}.filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.filter-chip.active .count{color:#fff;background:#fff3}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:auto}table.leads{border-collapse:collapse;width:100%;min-width:900px;font-size:13.5px}table.leads th,table.leads td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;vertical-align:top;padding:13px 16px}table.leads th{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:var(--cream);font-size:11px;font-weight:700;position:sticky;top:0}table.leads tr:last-child td{border-bottom:none}table.leads td.name{font-weight:600}table.leads .pill{background:var(--rose-soft);color:var(--rose-deep);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.status-select{appearance:none;font:inherit;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23756B61' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;border:1px solid #0000;border-radius:999px;padding:4px 26px 4px 12px;font-size:12.5px;font-weight:700;transition:filter .15s}.status-select:disabled{opacity:.6;cursor:progress}.status-select:hover{filter:brightness(.97)}.status-select[data-status=new]{color:#6b6258;background-color:#eee9e3;border-color:#e0d7cc}.status-select[data-status=contacted]{color:#2c5c86;background-color:#e6eef6;border-color:#cfe0ef}.status-select[data-status=good_fit]{color:#2e7d46;background-color:#e3f1e7;border-color:#cbe6d3}.status-select[data-status=bad_fit]{color:#b23b30;background-color:#f7e4e2;border-color:#efcfcb}.status-select[data-status=signed]{color:#9a7421;background-color:#f6ecd6;border-color:#ecdcb6}.status-select option{color:#211d1a;background:#fff;font-weight:600}.lead-del{border:1px solid var(--line);color:#9a9088;cursor:pointer;background:#fff;border-radius:9px;place-items:center;width:30px;height:30px;transition:all .15s;display:inline-grid}.lead-del svg{width:16px;height:16px}.lead-del:hover{color:#b23b30;background:#f9eceb;border-color:#efcfcb}.lead-del:disabled{opacity:.5;cursor:progress}.dash-empty{text-align:center;color:var(--muted);padding:60px 20px}.dash-link{color:var(--rose-deep);font-size:14px;text-decoration:none}.dash-link:hover{text-decoration:underline}.settings-card{border:1px solid var(--line);background:#fff;border-radius:16px;max-width:640px;padding:26px 28px}.settings-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-head h2{font-size:18px;font-weight:600}.pixel-badge{border-radius:999px;align-items:center;gap:7px;padding:4px 11px;font-size:12.5px;font-weight:700;display:inline-flex}.pixel-badge .d{border-radius:50%;width:8px;height:8px}.pixel-badge.on{color:#2e7d46;background:#e3f1e7}.pixel-badge.on .d{background:#2e7d46}.pixel-badge.off{color:#756b61;background:#eee9e3}.pixel-badge.off .d{background:#a99e91}.settings-hint{color:var(--muted);margin:14px 0 18px;font-size:13.5px;line-height:1.6}.settings-hint b{color:var(--ink)}.settings-form{flex-wrap:wrap;gap:10px;display:flex}.settings-form input{min-width:220px;font:inherit;border:1px solid var(--line);border-radius:12px;flex:1;padding:12px 14px;font-size:15px}.settings-form input:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #c16a7a24}.settings-error{color:#b3261e;margin-top:12px;font-size:13.5px}.settings-ok{color:#2e7d46;margin-top:12px;font-size:13.5px}.login-wrap{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{border:1px solid var(--line);width:100%;max-width:380px;box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:32px}.login-card h1{font-family:Playfair Display,serif;font-size:24px;font-weight:600}.login-card p{color:var(--muted);margin:6px 0 22px;font-size:14px}.login-card input{border:1px solid var(--line);border-radius:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px}.login-card input:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #c16a7a24}.login-card .btn-primary{justify-content:center;width:100%;margin-top:16px}.login-card .err{color:#b3261e;margin-top:12px;font-size:13.5px}@media (max-width:640px){.dash-stats{grid-template-columns:1fr}}
