:root{--bg:#fffaf4;--surface:#fff;--ink:#2d2420;--muted:#6f6158;--line:#eadfd3;--accent:#2f6f5e;--accent-ink:#fff;--accent-soft:#e3f0eb;--radius:14px;--shadow:0 1px 2px #2d24200f, 0 8px 24px #2d24200f;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}body{font:17px/1.6 var(--font);color:var(--ink);background:var(--bg);-webkit-text-size-adjust:100%;margin:0}img,canvas{max-width:100%;height:auto;display:block}a{color:var(--accent)}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(1.9rem,5vw,2.7rem)}:focus-visible{outline-offset:2px;outline:3px solid #f0a64a}.wrap{width:min(100% - 2rem,760px);margin-inline:auto}.skip{position:absolute;left:-9999px}.skip:focus{z-index:10;background:var(--surface);padding:.5rem 1rem;top:1rem;left:1rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.site-header .wrap{justify-content:space-between;align-items:center;gap:1rem;min-height:60px;display:flex}.logo{color:var(--ink);font-size:1.15rem;font-weight:800;text-decoration:none}.site-header nav a{font-weight:600;text-decoration:none}main{padding-block:2rem 3rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding-block:1.5rem;font-size:.875rem}.btn{border:2px solid var(--accent);background:var(--accent);min-height:48px;color:var(--accent-ink);font:600 1rem/1 var(--font);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;text-decoration:none;transition:transform .1s,opacity .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-ghost{color:var(--accent);background:0 0}.btn-sm{min-height:42px;padding:.5rem 1rem;font-size:.95rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem;font-size:.8rem;font-weight:700}.lead{color:var(--muted);font-size:1.1rem}.note{color:var(--muted);font-size:.95rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.25rem,4vw,2rem)}.callout{border-left:4px solid var(--tier,var(--accent));background:#fff1ee;border-radius:0 12px 12px 0;margin:1.25rem 0;padding:1rem 1.25rem}.quiz{margin-top:1.5rem}.progress{background:var(--line);border-radius:999px;height:8px;overflow:hidden}.progress-bar{background:var(--accent);width:0;height:100%;transition:width .3s}.progress-label{color:var(--muted);margin:.5rem 0 1rem;font-size:.9rem}html:not(.js) .quiz-progress,html:not(.js) .quiz-nav{display:none}.question{border:0;margin:0;padding:0}.question+.question{margin-top:2rem}.js .question:not(.active){display:none}.question legend{margin-bottom:1rem;padding:0;font-size:clamp(1.2rem,3.5vw,1.45rem);font-weight:700;line-height:1.3}.question:focus{outline:none}.options{gap:.6rem;display:grid}.option{background:var(--surface);border:2px solid var(--line);cursor:pointer;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;transition:border-color .15s,background .15s;display:flex}.option:hover{border-color:#c9b9a8}.option:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.option input{width:1.15rem;height:1.15rem;accent-color:var(--accent);flex:none;margin:.2rem 0 0}.quiz-nav{justify-content:space-between;gap:1rem;margin-top:1.25rem;display:flex}.result{--tier:var(--accent);margin-top:1.5rem}.result:focus{outline:none}.result-tier{color:var(--tier);margin-bottom:.25rem;font-size:clamp(2rem,6vw,3rem)}.result .card{margin-top:1.5rem}.bars{gap:.8rem;margin:1.25rem 0 1.5rem;display:grid}.bar-top{justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.bar-track{background:#efe4d8;border-radius:999px;height:12px;margin-top:.3rem;overflow:hidden}.bar-fill{border-radius:inherit;background:#b9a898;height:100%}.bar.is-primary .bar-fill{background:var(--tier)}.tips{padding-left:1.2rem}.tips li+li{margin-top:.4rem}.share-grid{align-items:start;gap:1.5rem;display:grid}@media (width>=640px){.share-grid{grid-template-columns:220px 1fr}}.share-preview{border:1px solid var(--line);width:100%;max-width:220px;box-shadow:var(--shadow);border-radius:12px}.share-buttons{flex-wrap:wrap;gap:.6rem;display:flex}.btn-pinterest{background:#e60023;border-color:#e60023}.btn-facebook{background:#1877f2;border-color:#1877f2}.copy-row{gap:.5rem;margin-top:1rem;display:flex}.copy-row input{border:1px solid var(--line);background:var(--bg);min-width:0;font:inherit;color:var(--muted);border-radius:8px;flex:1;padding:.5rem .75rem;font-size:.9rem}.retake{text-align:center;margin-top:2rem}.recs{margin-top:2rem}.recs .note{margin-top:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.product{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.product[hidden]{display:none}.product img{aspect-ratio:4/3;object-fit:cover;background:#f3ebe2;width:100%}.product-body{flex-direction:column;flex:1;padding:1rem;display:flex}.product-body h4{margin-bottom:.35rem;font-size:1.05rem}.product-body p{color:var(--muted);flex:1;margin:0 0 1rem;font-size:.95rem}.product-foot{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.price{font-size:1.1rem;font-weight:800}.product{position:relative}.box-featured{border:2px solid var(--accent)}.badge{background:var(--accent);color:var(--accent-ink);border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.box-count{color:var(--accent);margin:0 0 .5rem;font-size:.9rem;font-weight:700}.product-body .box-highlights{color:var(--muted);margin:0 0 1rem;padding-left:1.1rem;font-size:.9rem}.theme-includes{border-radius:var(--radius);background:var(--accent-soft);margin:1rem 0;padding:1rem 1.25rem}.theme-includes .tips{margin:0}[hidden]{display:none!important}.checkout{align-items:start;gap:1.25rem;margin-top:1rem;display:grid}@media (width>=720px){.checkout{grid-template-columns:1fr 1fr}}.checkout-item img{aspect-ratio:4/3;object-fit:cover;background:#f3ebe2;border-radius:10px;width:100%;margin-bottom:1rem}.fields{gap:.75rem;margin:1rem 0;display:grid}.field{gap:.35rem;max-width:20rem;font-weight:600;display:grid}.field-narrow{max-width:8rem}.field select{border:1px solid var(--line);background:var(--surface);min-height:44px;font:inherit;border-radius:8px;padding:.4rem .6rem}.totals{gap:.5rem;margin:0 0 1rem;display:grid}.totals div{justify-content:space-between;gap:1rem;display:flex}.totals dt{color:var(--muted)}.totals dd{overflow-wrap:anywhere;margin:0;font-weight:600}.totals .totals-grand{border-top:1px solid var(--line);padding-top:.6rem;font-size:1.15rem}.totals .totals-grand dt,.totals .totals-grand dd{color:var(--ink);font-weight:800}.pay-buttons{gap:.75rem;margin:1rem 0;display:grid}.pay-status{color:#8a2c22;background:#fff1ee;border-radius:10px;padding:.75rem 1rem}.pay-status[data-type=info]{background:var(--accent-soft);color:var(--accent)}.checkout-facts{margin:0 0 1rem;padding-left:1.1rem}.footer-links{flex-wrap:wrap;gap:.4rem 1.2rem;margin-bottom:.75rem;display:flex}.footer-links a,.link-button{color:var(--muted);font:inherit}.link-button{cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.cookie-banner{z-index:20;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;max-width:760px;margin-inline:auto;padding:1rem 1.25rem;font-size:.95rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 8px 32px #2d24202e}.cookie-banner p{flex:20rem;margin:0}.cookie-actions{gap:.5rem;display:flex}.policy h2{margin-top:2rem;font-size:1.35rem}.policy h3{margin-top:1.25rem;font-size:1.05rem}.policy li+li{margin-top:.4rem}.contact-card{margin:1.5rem 0}.contact-email{font-size:1.25rem;font-weight:700}.admin{width:min(100vw - 2rem,1200px);position:relative;left:50%;transform:translate(-50%)}.admin-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-tabs{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.admin-tab{border:1px solid var(--line);background:var(--surface);font:inherit;cursor:pointer;border-radius:999px;padding:.45rem .9rem}.admin-tab[aria-pressed=true]{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.table-scroll{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;font-size:.9rem}.orders-table th,.orders-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.65rem .8rem}.orders-table th{white-space:nowrap;color:var(--muted);font-weight:600}.orders-table code{overflow-wrap:anywhere;font-size:.85rem}.orders-table .btn{white-space:nowrap;margin-top:.4rem}.status{background:var(--line);white-space:nowrap;border-radius:999px;padding:.1rem .55rem;font-size:.8rem;font-weight:700;display:inline-block}.status-completed{background:var(--accent-soft);color:var(--accent)}.status-disputed,.status-declined,.status-failed{color:#8a2c22;background:#fff1ee}.ship-dialog{border-radius:var(--radius);border:0;width:min(100vw - 2rem,28rem);padding:1.5rem;box-shadow:0 12px 48px #2d24204d}.ship-dialog::backdrop{background:#2d242073}.ship-dialog .field{max-width:none;margin-bottom:.75rem}.ship-dialog input[type=text]{border:1px solid var(--line);min-height:44px;font:inherit;border-radius:8px;padding:.4rem .6rem}.checkbox{align-items:center;gap:.5rem;margin:.5rem 0 1rem;display:flex}.dialog-actions{justify-content:flex-end;gap:.5rem;display:flex}.main-nav{flex-wrap:wrap;justify-content:flex-end;gap:.35rem 1.1rem;display:flex}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.guide-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem;margin:1.25rem 0;padding:0;list-style:none;display:grid}.guide-card h2,.guide-card h3{font-size:1.1rem}.guide-card a{color:var(--ink);text-decoration:none}.guide-card a:hover{color:var(--accent);text-decoration:underline}.breadcrumbs{color:var(--muted);margin-bottom:1rem;font-size:.9rem}.guide-body{margin-top:1.5rem}.guide-body h2{margin-top:2.25rem;font-size:1.45rem}.guide-body h3{margin-top:1.5rem;font-size:1.15rem}.guide-body li+li{margin-top:.35rem}.guide-body table{border-collapse:collapse;width:100%;font-size:.95rem;display:block;overflow-x:auto}.guide-body th,.guide-body td{border:1px solid var(--line);text-align:left;padding:.5rem .75rem}.guide-body th{background:var(--accent-soft)}.quiz-cta{border-left:4px solid var(--accent);margin:2rem 0}.quiz-cta h2{font-size:1.3rem}.faq{margin:2rem 0}.faq details{border-bottom:1px solid var(--line);padding:.85rem 0}.faq summary{cursor:pointer;font-weight:700}.faq details p{color:var(--muted);margin:.6rem 0 0}.related h2{font-size:1.3rem}.theme-list{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;margin:1rem 0 2rem;padding:0;list-style:none;display:grid}.theme-list h3{font-size:1.05rem}.theme-list .note{margin:0}.steps li+li{margin-top:.5rem}.funnel{margin-bottom:2rem}.funnel .table-scroll{margin-top:.75rem}.funnel select{border:1px solid var(--line);min-height:40px;font:inherit;border-radius:8px;padding:.3rem .5rem}.result-static-grid{align-items:start;gap:2rem;margin-top:1rem;display:grid}@media (width>=680px){.result-static-grid{grid-template-columns:260px 1fr}}.result-static-grid img{width:100%;max-width:260px;box-shadow:var(--shadow);border-radius:12px}.hero{padding-block:2rem}.hero ul{padding-left:1.2rem}.disclaimer{border-radius:var(--radius);color:var(--muted);border:1px dashed #d8c8b8;margin-top:3rem;padding:1.25rem 1.5rem;font-size:.9rem}.disclaimer h2{color:var(--ink);font-size:1rem}.disclaimer p:last-child{margin-bottom:0}
