@import"https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--paper: #f6f2ea;--paper-strong: #efe7da;--card: rgba(255, 252, 246, .88);--ink: #302b25;--ink-soft: #5d554b;--copper: #885d41;--copper-deep: #6b4632;--blue: #95a7af;--line: rgba(86, 68, 54, .2);--line-strong: rgba(86, 68, 54, .34);--shadow: 0 18px 34px rgba(56, 44, 32, .11);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);font-family:"Source Sans 3",Avenir Next,Segoe UI,sans-serif;background:radial-gradient(circle at 14% 8%,rgba(173,196,206,.22),transparent 36%),radial-gradient(circle at 87% 18%,rgba(219,196,168,.24),transparent 34%),linear-gradient(160deg,#fbf8f2,#f4ecdf 54%,#efe4d4)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px;opacity:.022}.site-wrap{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding:32px 24px 56px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;border-radius:999px;border:1px solid var(--line);background:#fdf9f2d1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-mark{display:block;width:58px;height:58px;object-fit:contain;border-radius:16px;filter:drop-shadow(0 3px 10px rgba(77,54,34,.22))}.eyebrow{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:500;font-size:.95rem;letter-spacing:.01em;color:var(--copper)}.brand-name{margin:2px 0 0;font-family:Caveat,Brush Script MT,cursive;font-size:1.8rem;line-height:1;color:var(--copper-deep)}.hero{margin-top:28px;display:grid;grid-template-columns:1.12fr 1fr;gap:32px;padding:38px;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(150deg,#fefaf3f0,#f3eadde6);box-shadow:var(--shadow)}h1,h2,h3{margin:0;font-family:Cormorant Garamond,Georgia,serif;line-height:1.08}h1{margin-top:8px;max-width:15ch;font-size:clamp(2.4rem,4.6vw,4rem)}.hero-copy{margin:18px 0 0;max-width:46ch;color:var(--ink-soft);font-size:1.08rem;line-height:1.62}.hero-copy-tight{margin-top:10px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.cta{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;text-decoration:none;cursor:pointer;font:inherit;font-size:.94rem;font-weight:600;letter-spacing:.015em;color:#fff9f1;background:linear-gradient(140deg,var(--copper),var(--copper-deep));transition:transform .2s ease,box-shadow .2s ease}.cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #6b463238}.cta-soft{color:var(--copper-deep);background:#fffaf2e6;border-color:var(--line-strong)}.cta-soft:hover{background:#fff8ee;box-shadow:0 4px 14px #6b46321a}.hero-media-frame{display:block}.hero-media-card{margin:0;position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-media{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.hero-media-caption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:34px 16px 14px;color:#fef9f2;font-size:.92rem;background:linear-gradient(180deg,#302b2500,#302b25c2 74%)}.cards{margin-top:36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{padding:26px 24px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--card);box-shadow:0 10px 22px #382c2014}.card h2{font-size:1.55rem}.card p{margin:12px 0 0;line-height:1.62;color:var(--ink-soft)}.split{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.split.reverse .text-panel{order:1}.split.reverse .image-panel{order:2}.image-panel,.text-panel{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--card)}.image-panel{overflow:hidden;min-height:320px}.panel-image{width:100%;height:100%;object-fit:cover;display:block}.text-panel{padding:30px 28px}.text-panel h2{margin-top:10px;font-size:clamp(1.9rem,3.4vw,2.7rem)}.text-panel h3{margin-top:14px;font-size:1.55rem}.text-panel ul,.text-panel ol{margin:16px 0 0;padding-left:20px;line-height:1.72;color:var(--ink-soft)}.story-copy{margin-top:14px}.story-copy p{margin:0;line-height:1.62;color:var(--ink-soft)}.story-copy p+p{margin-top:8px}.panel-note{margin:16px 0 0;color:#302b25cc;font-weight:600}.section-sep{display:block;width:40px;height:1px;margin:40px auto;border:none;background:var(--line-strong)}.order-section{margin-top:44px;padding:40px 34px;border-radius:var(--radius-lg);border:1px solid var(--line-strong);background:linear-gradient(150deg,#fffcf6f0,#eee6d8f0);box-shadow:0 18px 34px #382c201f;text-align:center}.order-header{max-width:480px;margin:0 auto 32px}.order-section h2{margin-top:8px;font-size:clamp(2rem,3.4vw,3rem);letter-spacing:-.012em}.order-sub{margin:10px 0 0;color:var(--ink-soft);line-height:1.6}.buy-buttons{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.buy-button-slot{flex:0 1 auto}.buy-button-slot stripe-buy-button{display:block}.lead-form{padding:18px;border-radius:16px;border:1px solid var(--line);background:#fffcf7eb;display:grid;gap:10px}.lead-form label{font-size:.85rem;font-weight:700;letter-spacing:.02em}.lead-form input{height:44px;border-radius:12px;border:1px solid var(--line-strong);background:#ffffffe6;padding:0 12px;font:inherit}.lead-form input:focus-visible{outline:2px solid rgba(149,167,175,.8);outline-offset:2px}.form-note{margin:2px 0 0;font-size:.86rem;color:#302b25c2}footer{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}footer p{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:600;color:var(--ink-soft)}footer a{color:var(--copper);font-size:.92rem;text-decoration-thickness:1px;text-underline-offset:3px}.reveal{opacity:0;transform:translateY(14px);animation:rise-in .68s ease forwards}.delay-0{animation-delay:80ms}.delay-1{animation-delay:.16s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.32s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.48s}.delay-6{animation-delay:.56s}@keyframes rise-in{to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.hero,.split{grid-template-columns:1fr}.split.reverse .text-panel,.split.reverse .image-panel{order:initial}.hero{padding:24px;gap:24px}.hero-media{aspect-ratio:5 / 4}.cards{grid-template-columns:1fr}.buy-buttons{flex-direction:column;align-items:center}}@media (max-width: 640px){.site-wrap{padding:16px 14px 36px}.topbar{border-radius:20px;align-items:flex-start;flex-direction:column}.brand-name{font-size:1.65rem}.brand-mark{width:50px;height:50px}.cta,.cta-soft{width:100%}.hero-actions{flex-direction:column}.hero-media-caption{padding:30px 14px 12px;font-size:.88rem}.order-section{padding:24px 18px}.section-sep{margin:28px auto}.cards,.split{margin-top:28px}.order-section{margin-top:32px}}@media (prefers-reduced-motion: reduce){.reveal{animation:none;opacity:1;transform:none}.cta{transition:none}}.checklist-page .topbar{margin-bottom:24px}.checklist-progress-bar{height:6px;border-radius:3px;background:var(--line);overflow:hidden}.checklist-progress-fill{height:100%;background:linear-gradient(90deg,var(--copper),var(--copper-deep));border-radius:3px;transition:width .3s ease}.checklist-progress-label{margin:8px 0 0;font-size:.88rem;font-weight:600;color:var(--ink-soft);text-align:right}.checklist-phases{display:flex;flex-direction:column;gap:20px;margin-top:24px}.checklist-phase{padding:28px 26px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--card);box-shadow:0 10px 22px #382c2014}.checklist-phase.phase-done{border-color:#608c604d;background:#f0f8f0b3}.phase-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.phase-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;line-height:1.2}.phase-subtitle{margin:4px 0 0;font-size:.9rem;color:var(--ink-soft);font-style:italic}.phase-count{flex-shrink:0;padding:4px 12px;border-radius:999px;font-size:.82rem;font-weight:700;background:var(--paper-strong);color:var(--ink-soft);white-space:nowrap}.phase-done .phase-count{background:#608c6026;color:#3a6b3a}.checklist-group{margin-top:20px}.checklist-group h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:var(--copper-deep);margin:0 0 8px}.checklist-items{list-style:none;margin:0;padding:0}.checklist-items li{border-bottom:1px solid var(--line)}.checklist-items li:last-child{border-bottom:none}.checklist-items label{display:flex;align-items:flex-start;gap:12px;padding:10px 4px;cursor:pointer;transition:background .15s ease;border-radius:8px}.checklist-items label:hover{background:#885d410a}.checklist-items input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin-top:2px;accent-color:var(--copper);cursor:pointer}.checklist-items span{line-height:1.5;color:var(--ink)}.checklist-items li.checked span{text-decoration:line-through;color:var(--ink-soft)}@media (max-width: 640px){.checklist-phase{padding:20px 16px}.phase-header{flex-direction:column;gap:8px}}
