:root{--ink: #0f172a;--muted: #475569;--line: #e2e8f0;--brand: #ff4500;--brand-hover: #e03e00;--brand-soft: #fff0eb;--gold: #d4af37;--paper: #f8fafc;--card: #fff;--btn-row-gap: .75rem;--r: .75rem}*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip;max-width:100%}body{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;color:var(--ink);background:radial-gradient(1100px 520px at 8% -8%,#ffe4d9 0%,transparent 55%),radial-gradient(900px 480px at 100% 0%,#fff5f0 0%,transparent 50%),var(--paper);min-height:100vh;overflow-x:clip;max-width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit}.wrap{width:min(1100px,100%);margin:0 auto;padding:1.25rem clamp(1rem,3vw,1.5rem);min-width:0}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 0 1.5rem;min-width:0}.brand{display:flex;align-items:center;gap:.55rem;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.25rem;letter-spacing:.02em;color:var(--brand);text-decoration:none;min-width:0}.brand img{width:36px;height:36px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.2rem;border-radius:.55rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;font-size:1rem;line-height:1.2;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover)}.btn-ghost{background:transparent;color:var(--ink);border-color:#cbd5e1}.btn-ghost:hover{background:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:var(--btn-row-gap);align-items:center}.lh-hero{padding:.5rem 0 3rem;min-width:0}.lh-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.25rem,3.5vw,2.5rem);align-items:center}.lh-copy{display:flex;flex-direction:column;gap:1rem;min-width:0}.lh-eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand);line-height:1.35}.lh-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.55rem,3.2vw,2.35rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.lh-lead{margin:0;font-size:1.05rem;color:var(--muted);line-height:1.55;max-width:40rem}.lh-slot{display:grid;align-items:start;width:100%;min-width:0}.lh-slot>*{grid-area:1 / 1;margin:0;max-width:100%}.lh-slot>.is-off{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.lh-slot>.is-on{visibility:visible;z-index:1}.lh-slot>.is-on[data-enter]{animation:lh-fade-up .4s ease both}@keyframes lh-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lh-stage{display:flex;flex-direction:column;gap:.65rem;min-width:0;width:100%}.lh-media{position:relative;aspect-ratio:1;width:100%;max-width:28rem;margin-inline:auto;border-radius:.85rem;overflow:hidden;border:1px solid var(--line);background:var(--brand-soft);box-shadow:0 12px 32px #0f172a0f}.lh-media picture{position:absolute;inset:0;margin:0}.lh-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.lh-media img.is-show{opacity:1;z-index:1}.lh-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:28rem;margin-inline:auto}.lh-timeline button{position:relative;height:6px;padding:0;border:none;border-radius:999px;background:#e8eaf0;cursor:pointer;overflow:hidden}.lh-timeline .lh-seg-fill{display:block;height:100%;width:100%;border-radius:inherit;background:var(--brand);transform-origin:left center;transform:scaleX(0)}.lh-timeline button.is-done .lh-seg-fill{transform:scaleX(1);animation:none}.lh-timeline button.is-active .lh-seg-fill{animation:lh-seg 5s linear forwards}.lh-hero.is-paused .lh-timeline button.is-active .lh-seg-fill{animation-play-state:paused}@keyframes lh-seg{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.lh-seg-labels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:28rem;margin-inline:auto;font-size:.72rem;font-weight:600;color:var(--muted);text-align:center}@media(max-width:860px){.lh-grid{grid-template-columns:1fr}.lh-stage{order:-1}}@media(prefers-reduced-motion:reduce){.lh-slot>.is-on[data-enter],.lh-timeline button.is-active .lh-seg-fill{animation:none!important}.lh-timeline button.is-active .lh-seg-fill,.lh-timeline button.is-done .lh-seg-fill{transform:scaleX(1)}}.sec{padding:2.5rem 0;min-width:0}.sec+.sec{border-top:1px solid var(--line)}.sec-head{margin:0 0 1.5rem;max-width:40rem}.sec-head h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.5rem,2.8vw,2rem);margin:0 0 .5rem;line-height:1.2}.sec-head p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.5}.live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.live-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:.85rem;min-width:0}.live-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.55rem;margin-bottom:.75rem;background:var(--brand-soft)}.live-card .tag{font-size:.72rem;font-weight:700;color:var(--brand);letter-spacing:.03em;text-transform:uppercase;margin:0 0 .35rem}.live-card h3{font-size:1rem;margin:0 0 .35rem;line-height:1.3}.live-card p{margin:0;font-size:.92rem;color:var(--muted);line-height:1.45}.steps{display:grid;gap:1rem}.step{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:1rem;align-items:center;background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:.85rem 1rem;min-width:0}.step img{width:5.5rem;height:5.5rem;object-fit:cover;border-radius:.5rem;background:var(--brand-soft)}.step .n{font-size:.75rem;font-weight:700;color:var(--brand);margin:0 0 .2rem}.step h3{margin:0 0 .3rem;font-size:1.05rem}.step p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}.benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.benefit{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:1rem;min-width:0}.benefit img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.55rem;margin-bottom:.85rem;background:var(--brand-soft)}.benefit h3{margin:0 0 .45rem;font-size:1.05rem;line-height:1.3;font-family:Fraunces,Georgia,serif}.benefit p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.sample{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,18rem);gap:clamp(1.25rem,3vw,2rem);align-items:center}.sample img{width:100%;max-width:18rem;margin-inline:auto;aspect-ratio:1;object-fit:cover;border-radius:.85rem;border:1px solid var(--line);background:var(--brand-soft)}.sample h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.85rem);margin:0 0 .6rem}.sample p{margin:0 0 1rem;color:var(--muted);line-height:1.5}.pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.price-card{background:var(--card);border:1px solid var(--line);border-radius:1rem;padding:1.35rem;box-shadow:0 10px 28px #0f172a0a;min-width:0;display:flex;flex-direction:column;gap:.5rem}.price-card.featured{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));box-shadow:0 12px 32px #ff450014}.price-card .badge{align-self:flex-start;font-size:.72rem;font-weight:700;color:var(--brand);background:var(--brand-soft);padding:.25rem .55rem;border-radius:999px}.price-card h3{font-family:Fraunces,Georgia,serif;margin:0;font-size:1.35rem}.price-card .desc{margin:0;color:var(--muted);font-size:.95rem}.price-card .amount{font-size:2rem;font-weight:700;color:var(--brand);margin:.35rem 0}.price-card .btn{margin-top:auto;align-self:flex-start}.faq details{border:1px solid var(--line);border-radius:var(--r);background:var(--card);padding:.85rem 1rem;margin-bottom:.65rem;min-width:0}.faq summary{cursor:pointer;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq details p{margin:.65rem 0 0;color:var(--muted);line-height:1.5;font-size:.95rem}.final-cta{text-align:center;padding:2.5rem 1rem;background:linear-gradient(180deg,#fff 0%,var(--brand-soft) 100%);border:1px solid var(--line);border-radius:1rem}.final-cta h2{font-family:Fraunces,Georgia,serif;margin:0 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.9rem)}.final-cta p{margin:0 auto 1.25rem;color:var(--muted);max-width:36rem;line-height:1.5}.final-cta .btn-row{justify-content:center}.site-footer{color:#64748b;font-size:.85rem;padding:2rem 0 1rem;border-top:1px solid var(--line);margin-top:1rem}.site-footer a{color:var(--brand)}@media(max-width:900px){.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits,.sample{grid-template-columns:1fr}.sample img{order:-1}.pricing{grid-template-columns:1fr}}@media(max-width:520px){.live-grid{grid-template-columns:1fr}.step{grid-template-columns:4.25rem minmax(0,1fr)}.step img{width:4.25rem;height:4.25rem}}
