:root{--bg:#fff;--ink:#1a1a1a;--muted:#666;--border:#1a1a1a;--accent:#ef451a;--accent-hover:#d43a13;--placeholder:#d9c9b8;--help-bg:#fdece5;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400}*{box-sizing:border-box}body{margin:0}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0}h1{font-family:Playfair Display,serif;font-weight:700}h2,h3{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}h2{font-weight:700}h3{font-weight:600}p{margin:0}.accent{color:var(--accent)}.lorem{color:var(--muted);font-size:13px;line-height:150%}.btn{border:2px solid var(--border);white-space:nowrap;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:700;display:inline-block}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-outline{color:var(--ink);background:0 0}.btn-outline:hover{background:#f4f4f4}.placeholder{background:var(--placeholder);border-radius:4px}.nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:16px 48px;display:flex}.nav-logo{width:auto;height:64px}.nav-links{flex-wrap:wrap;gap:28px;font-size:15px;font-weight:500;display:flex}.hero{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;padding:24px 48px 64px;display:flex}.hero-text{text-align:center;max-width:460px}.hero-text h1{letter-spacing:-.01em;font-size:56px;line-height:108%}.hero-sub{margin-top:20px;font-size:18px;font-weight:600}.hero-highlight{color:var(--accent);margin-top:6px;font-size:16px;font-style:italic;font-weight:700}.hero-text .btn{margin-top:24px}.hero-cta-mobile{display:none}.hero-image{aspect-ratio:3/4;object-fit:cover;border:2px solid var(--border);border-radius:10px;flex-shrink:0;width:380px;max-width:100%}.catalog-feature{padding:24px 48px 48px}.catalog-feature-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;max-width:900px;margin:0 auto;display:flex}.catalog-feature-text{flex:360px;max-width:420px}.catalog-feature-text h2{font-size:32px;line-height:112%}.catalog-feature-text p{color:var(--muted);margin-top:16px;font-size:15px;line-height:150%}.catalog-feature-text .btn{margin-top:24px}.catalog-feature-images{border:1px solid var(--border);background:#f5f1ec;border-radius:14px;flex-direction:column;flex-shrink:0;gap:16px;width:380px;max-width:100%;padding:16px;display:flex}.catalog-feature-image{aspect-ratio:16/10;object-fit:cover;border-radius:8px;width:100%;display:block}.catalog-feature-inner-reverse{flex-direction:row-reverse}.catalog-feature-images-single{width:460px}.catalog-feature-image-wide{aspect-ratio:3/2}.catalog-feature-image-4x3{aspect-ratio:4/3}.how-it-works{text-align:center;padding:48px 48px 24px}.how-it-works h2{margin-bottom:32px;font-size:32px}.step-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:900px;margin:0 auto;display:grid}.step-card{border:2px solid var(--border);border-radius:8px;padding:32px 16px}.step-icon{width:48px;height:48px;margin-bottom:12px}.step-label{letter-spacing:.04em;text-transform:uppercase;font-size:15px}.step-desc-short{color:var(--muted);margin-top:6px;font-size:13px}.step-num,.step-title,.step-desc-long{display:none}.featured{padding:24px 48px 48px}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:900px;margin:0 auto;display:grid}.featured-image{aspect-ratio:4/3}.featured-caption{margin-top:10px;font-size:14px;font-weight:700}.featured-card .lorem{margin-top:4px}.showcase{text-align:center;padding:24px 48px 48px}.showcase h2{margin-bottom:32px;font-size:32px}.showcase-grid{text-align:left;grid-template-columns:1.4fr 1fr;align-items:stretch;gap:24px;max-width:900px;margin:0 auto;display:grid}.showcase-column{flex-direction:column;gap:24px;height:100%;display:flex}.showcase-card{display:block}.showcase-card.showcase-large{flex-direction:column;height:100%;display:flex}.showcase-column .showcase-card{flex-direction:column;flex:1;min-height:0;display:flex}.showcase-image{aspect-ratio:4/3;object-fit:cover;border:2px solid var(--border);border-radius:4px;width:100%;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}.showcase-card:hover .showcase-image{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 0 3px #ef451a33}.showcase-image-large{aspect-ratio:3/4;flex:1;min-height:0}.showcase-image-logo{object-fit:contain;background:#fafafa;padding:12px}.showcase-image-badge{object-fit:contain;background:#2b2420;padding:12px}.showcase-column .showcase-image{aspect-ratio:auto;flex:1;min-height:0}.showcase-caption{margin-top:10px;font-size:14px;font-weight:700}.showcase-card .lorem{margin-top:4px}@media (width<=720px){.showcase-grid{grid-template-columns:1fr}}.testimonials{background:var(--accent);color:#fff;text-align:center;padding:40px 48px}.testimonials h2{margin-bottom:24px;font-size:28px}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:24px;max-width:900px;margin:0 auto;display:grid}.testimonial-card .lorem{color:#fff;opacity:.9}.testimonial-name{margin-top:10px;font-size:13px;font-weight:700}.help-banner{background:var(--help-bg);text-align:center;padding:48px}.help-banner h2{font-size:24px}.help-banner p{color:var(--muted);margin-top:8px}.help-banner .btn{margin-top:20px}.footer{border-top:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding:32px 48px;display:flex}.footer-logo{width:auto;height:52px}.footer-columns{flex-wrap:wrap;gap:48px;display:flex}.footer-column{flex-direction:column;gap:6px;font-size:14px;display:flex}.footer-heading{margin-bottom:4px;font-weight:700}.footer-copyright{text-align:center;width:100%;color:var(--muted);margin-top:16px;font-size:12px}@media (width<=640px){.nav,.hero,.catalog-feature,.how-it-works,.featured,.showcase,.testimonials,.help-banner,.footer{padding-left:20px;padding-right:20px}.catalog-feature{padding-top:16px;padding-bottom:24px}.catalog-feature-inner{text-align:center;justify-content:center;gap:16px}.catalog-feature-inner-reverse{flex-direction:column}.catalog-feature-text{max-width:100%}.catalog-feature-images{width:100%;max-width:320px}.catalog-feature-images-single{max-width:320px}.nav{border-bottom:1px solid #eee;justify-content:space-between;padding-bottom:16px}.nav-links{display:none}.hero-text h1{font-size:36px}.hero-sub{font-size:15px}.hero-highlight,.hero-cta-desktop{display:none}.hero-cta-mobile{text-align:center;width:100%;max-width:320px;margin-top:8px;display:block}.hero{text-align:center;gap:16px;padding-top:16px;padding-bottom:24px}.hero-text{max-width:100%}.step-grid,.featured-grid,.testimonial-grid{grid-template-columns:1fr}.how-it-works{text-align:left}.how-it-works h2{text-align:center}.step-card{text-align:left;align-items:flex-start;gap:16px;padding:16px;display:flex}.step-icon{flex-shrink:0;width:40px;height:40px;margin-bottom:0}.step-label,.step-desc-short{display:none}.step-num{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700;display:block}.step-title{margin-top:2px;font-size:17px;display:block}.step-desc-long{color:var(--muted);margin-top:4px;font-size:13px;display:block}}
