@font-face{font-family:"Lufga";src:url("../fonts/LufgaRegular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Lufga";src:url("../fonts/LufgaMedium.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Lufga";src:url("../fonts/LufgaSemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Lufga";src:url("../fonts/LufgaBold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}

:root{
  --font:"Lufga","Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --accent:#ff4e1b;
  --accent-dark:#d83d0e;
  --accent-soft:#fff0e9;
  --ink:#0c0e11;
  --muted:#6f747b;
  --paper:#fff;
  --paper-warm:#fffaf6;
  --surface:#f2f4f6;
  --dark:#111216;
  --dark-2:#1a1c21;
  --line:rgba(12,14,17,.09);
  --w:1300px;
  --r-sm:12px;
  --r-md:18px;
  --r-lg:26px;
  --r-xl:34px;
  --section-pad:clamp(92px,8vw,132px);
  --h1:clamp(52px,5.4vw,80px);
  --h2:clamp(40px,4.4vw,62px);
  --h3:clamp(24px,2.2vw,32px);
  --body:16px;
  --meta:12px;
  --shadow:0 24px 72px rgba(37,20,9,.11);
  --ease:cubic-bezier(.2,.75,.25,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:var(--body);line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body,a,button{font-family:var(--font)}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 48px),var(--w));margin-inline:auto}
.section{padding-block:var(--section-pad)}
.skip-link{position:fixed;top:12px;left:12px;z-index:999;padding:10px 14px;border-radius:9px;background:var(--ink);color:#fff;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid rgba(255,78,27,.5);outline-offset:4px;border-radius:8px}
.reading-progress{position:fixed;inset:0 auto auto 0;z-index:400;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left}

.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:17px;font-weight:600;line-height:1.05}.brand img{width:44px}.brand small{display:block;margin-top:5px;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:.13em;text-transform:uppercase}
.site-header nav{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:14px}.site-header nav a:hover{color:var(--ink)}
.header-cta{min-height:48px;padding:0 7px 0 18px;border-radius:14px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;gap:15px;font-size:14px;font-weight:600}.header-cta span{width:34px;height:34px;border-radius:10px;background:#fff;color:var(--accent);display:grid;place-items:center;font-size:20px}

.hero{position:relative;background:linear-gradient(120deg,#fff 0%,#fff 45%,#fff7f2 100%);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(12,14,17,.1) .6px,transparent .6px);background-size:18px 18px;opacity:.16;mask-image:linear-gradient(90deg,transparent 28%,#000 82%)}
.hero-orbit{position:absolute;border:1px solid rgba(255,78,27,.17);border-radius:50%;pointer-events:none}.orbit-one{width:960px;aspect-ratio:1;right:-390px;top:-200px}.orbit-two{width:620px;aspect-ratio:1;right:-160px;top:170px}
.hero-grid{position:relative;z-index:1;min-height:760px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:clamp(44px,6vw,90px);align-items:center}
.hero-copy{max-width:760px}.eyebrow,.section-index{display:inline-flex;align-items:center;gap:9px;color:var(--accent);font-size:var(--meta);font-weight:600;letter-spacing:.13em;text-transform:uppercase}.eyebrow{padding:10px 14px;border-radius:999px;background:var(--accent-soft)}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(255,78,27,.12)}
h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.05em}h1{margin:22px 0 24px;font-size:var(--h1);line-height:1.02}h1 em{display:block;color:var(--accent);font-style:normal}h2{margin:17px 0 0;font-size:var(--h2);line-height:1.06}h3{font-size:var(--h3);line-height:1.1}
.hero-copy>p{max-width:670px;margin:0;color:var(--muted);font-size:var(--body);line-height:1.68}.hero-copy strong,.opening-copy strong,.platform-copy strong{color:var(--ink);font-weight:600}
.hero-actions{margin-top:30px;display:flex;align-items:center;gap:24px}.hero-actions>p{display:grid;max-width:260px;margin:0;color:var(--muted);line-height:1.4}.hero-actions>p strong{color:var(--ink);font-weight:600}.hero-actions>p span{font-size:14px}
.button{position:relative;min-height:62px;padding:6px 70px 6px 22px;border-radius:16px;display:inline-flex;align-items:center;border:0;overflow:hidden;font-size:16px;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:#fff;box-shadow:inset 0 0 28px -12px var(--accent-dark),0 16px 34px rgba(255,78,27,.2)}.button-light{background:#fff;color:var(--ink)}.button-icon{position:absolute;right:6px;width:50px;height:50px;border-radius:12px;background:#fff;color:var(--accent);display:grid;place-items:center;transition:width .3s var(--ease)}.button-icon svg{width:24px}.button:hover .button-icon{width:calc(100% - 12px)}.button-label{position:relative;z-index:2}.button:hover .button-label{color:transparent}.button-light .button-icon{background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:flex-end;padding-right:13px;box-sizing:border-box}.button-light:hover .button-label{color:#fff}
.hero-visual{position:relative;min-width:0;min-height:660px;margin:0;display:grid;place-items:center}.hero-visual::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(255,78,27,.18),rgba(255,78,27,.03) 57%,transparent 70%)}.hero-visual img{position:relative;z-index:1;width:min(47vw,690px);max-width:none;filter:drop-shadow(0 36px 42px rgba(12,14,17,.22));transform:translateX(-2%) rotate(-1deg)}
.hero-proof{position:relative;z-index:2;min-height:78px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.hero-proof span{color:var(--muted);font-size:14px}.hero-proof b{color:var(--ink);font-weight:600}

.opening{background:#fff}.opening-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(64px,9vw,140px);align-items:start}.opening-copy{padding-top:30px}.opening-copy p{margin:0;color:var(--muted);line-height:1.72}.opening-copy>strong{display:block;margin-top:26px;font-size:clamp(20px,2vw,28px);line-height:1.35}

.catalog{background:var(--dark);color:#fff}.section-index.light{color:#ff9a73}.catalog-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,8vw,120px);align-items:end;margin-bottom:52px}.catalog-heading h2{max-width:770px}.catalog-heading>p{max-width:500px;margin:0 0 6px;color:rgba(255,255,255,.58);line-height:1.68}.catalog-heading>p strong{color:#fff}
.subscription-feature{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:var(--r-xl);background:linear-gradient(145deg,#1b1d22 0%,#101114 100%);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.24)}.subscription-cover{margin:0;border-radius:calc(var(--r-xl) - 8px);overflow:hidden;background:#0b0b0c}.subscription-cover img{display:block;width:100%;aspect-ratio:4.09/1;object-fit:cover}.subscription-body{padding:clamp(30px,4vw,52px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:70px;align-items:stretch}.subscription-copy{display:flex;flex-direction:column;justify-content:center}.product-kicker{font-size:var(--meta);font-weight:600;letter-spacing:.12em;color:#ff9a73}.subscription-copy h3{max-width:650px;margin:24px 0 18px;font-size:clamp(36px,4vw,58px)}.subscription-copy p{max-width:620px;margin:0;color:rgba(255,255,255,.68);line-height:1.68}.subscription-price{padding-left:55px;border-left:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.subscription-price>span{font-size:14px;color:rgba(255,255,255,.68)}.subscription-price>p{margin:12px 0 28px;display:flex;align-items:baseline}.subscription-price small{align-self:flex-start;margin-top:18px;font-size:18px}.subscription-price strong{color:var(--accent);font-size:clamp(84px,9vw,126px);font-weight:500;line-height:.86;letter-spacing:-.08em}.subscription-price b{margin-left:10px;font-weight:500;color:rgba(255,255,255,.7)}
.individual-heading{margin:58px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.individual-heading span{color:#ff9a73;font-size:var(--meta);font-weight:600;letter-spacing:.12em}.individual-heading p{margin:0;color:rgba(255,255,255,.48);font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{min-height:560px;border-radius:var(--r-lg);background:#fff;color:var(--ink);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(0,0,0,.24)}.product-card:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.product-card.accent{background:#f3f5f7}.product-card.dark{background:var(--dark-2);color:#fff}.product-cover{margin:0;overflow:hidden;background:#fff;border-bottom:1px solid rgba(12,14,17,.08)}.product-cover img{display:block;width:100%;aspect-ratio:1080/742;object-fit:contain;object-position:center;transition:transform .45s var(--ease)}.product-card:hover .product-cover img{transform:scale(1.018)}.product-card-body{flex:1;padding:26px 28px 28px;display:flex;flex-direction:column}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:18px}.product-number{color:#dfe3e8;font-size:38px;font-weight:600;line-height:1}.product-card.dark .product-number{color:rgba(255,255,255,.11)}.product-status{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:var(--meta);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.product-status i{width:8px;height:8px;border-radius:50%;background:#20b96b}.product-card h3{margin:32px 0 0;font-size:40px}.product-card p{min-height:96px;margin:14px 0 24px;color:var(--muted);line-height:1.58}.product-card.dark p{color:rgba(255,255,255,.58)}.product-bottom{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.product-card.dark .product-bottom{border-color:rgba(255,255,255,.1)}.product-bottom b{font-size:16px;font-weight:600}.product-link{color:var(--accent);font-weight:600}.product-link span{font-size:20px}

.platform{background:var(--paper-warm)}.platform-grid{display:grid;grid-template-columns:minmax(450px,.9fr) minmax(0,1.1fr);gap:clamp(60px,8vw,125px);align-items:center}.platform-copy>p{max-width:600px;margin:26px 0 0;color:var(--muted);line-height:1.7}.platform-steps{margin-top:36px;display:grid}.platform-steps span{min-height:62px;padding:16px 0;border-top:1px solid var(--line);display:flex;align-items:center;gap:18px;color:var(--muted)}.platform-steps span:last-child{border-bottom:1px solid var(--line)}.platform-steps b{color:var(--accent);font-size:var(--meta)}.platform-visual{min-width:0;margin:0}.platform-visual img{width:100%;filter:drop-shadow(0 34px 46px rgba(12,14,17,.18))}

.trial{background:var(--dark);color:#fff}.trial-heading{max-width:930px;margin-bottom:50px}.trial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trial-grid article{min-height:300px;padding:30px;border-radius:var(--r-lg);background:var(--dark-2);display:flex;flex-direction:column}.trial-grid article:nth-child(2){background:var(--accent)}.trial-grid span{font-size:var(--meta);font-weight:600;letter-spacing:.1em;color:#ff9a73}.trial-grid article:nth-child(2) span{color:rgba(255,255,255,.68)}.trial-grid h3{margin-top:auto}.trial-grid p{margin:14px 0 0;color:rgba(255,255,255,.58);line-height:1.6}.trial-grid article:nth-child(2) p{color:rgba(255,255,255,.76)}

.creator{background:#fff}.creator-grid{display:grid;grid-template-columns:minmax(380px,.86fr) minmax(0,1.14fr);gap:clamp(62px,8vw,118px);align-items:center}.creator-photo{margin:0}.creator-photo img{width:100%;aspect-ratio:5/6;object-fit:cover;object-position:center;border-radius:var(--r-xl);background:var(--surface)}.creator-copy{max-width:690px}.creator-copy>p{margin:24px 0 0;color:var(--muted);line-height:1.7}.creator-copy .creator-lead{color:var(--ink);font-size:clamp(21px,2vw,28px);font-weight:500;line-height:1.42}.creator-copy blockquote{margin:34px 0 0;padding:25px 0 25px 28px;border-left:4px solid var(--accent);font-size:clamp(23px,2.5vw,36px);font-weight:600;line-height:1.22;letter-spacing:-.035em}

.faq{background:var(--surface)}.faq-grid{display:grid;grid-template-columns:minmax(340px,.72fr) minmax(590px,1.28fr);gap:clamp(70px,10vw,145px);align-items:start}.faq-copy p{max-width:430px;color:var(--muted);line-height:1.68}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{min-height:88px;padding:22px 4px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{position:relative;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#fff}.faq-list summary span::before,.faq-list summary span::after{content:"";position:absolute;left:7px;right:7px;top:13px;height:2px;background:var(--ink)}.faq-list summary span::after{transform:rotate(90deg);transition:transform .2s ease}.faq-list details[open] summary span{background:var(--accent)}.faq-list details[open] summary span::before,.faq-list details[open] summary span::after{background:#fff}.faq-list details[open] summary span::after{transform:none}.faq-list details>p{max-width:720px;margin:0 58px 27px 4px;color:var(--muted);line-height:1.68}

.final-cta{position:relative;padding-block:clamp(110px,12vw,180px);background:var(--paper-warm);overflow:hidden}.final-cta::before{content:"";position:absolute;width:720px;height:720px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,78,27,.15),transparent 68%)}.final-orbit{position:absolute;width:min(84vw,1080px);aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,78,27,.13);border-radius:50%}.final-orbit::before,.final-orbit::after{content:"";position:absolute;inset:14%;border:inherit;border-radius:inherit}.final-orbit::after{inset:29%}.final-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.final-inner>span{color:var(--accent);font-size:var(--meta);font-weight:600;letter-spacing:.13em}.final-inner h2{max-width:930px}.final-inner p{max-width:680px;margin:22px 0 30px;color:var(--muted);line-height:1.68}

.site-footer{background:var(--dark);color:#fff}.footer-main{min-height:190px;padding-block:44px;display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:45px;align-items:center}.footer-main>p{margin:0;color:rgba(255,255,255,.46);text-align:center;line-height:1.6}.footer-main>div{display:flex;justify-content:flex-end;gap:22px;color:rgba(255,255,255,.68)}.footer-brand small{color:rgba(255,255,255,.4)}.footer-bottom{min-height:56px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.38);font-size:var(--meta)}

.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s var(--ease);will-change:opacity,transform}.js .reveal.in{opacity:1;transform:none}

@media(max-width:1050px){
  .site-header nav{display:none}.hero-grid{grid-template-columns:1fr;gap:20px;padding-block:70px 30px}.hero-copy{max-width:820px}.hero-visual{min-height:580px}.hero-visual img{width:min(100%,650px)}
  .opening-grid,.catalog-heading,.platform-grid,.creator-grid,.faq-grid{grid-template-columns:1fr}.opening-copy{max-width:760px;padding-top:0}.catalog-heading{gap:24px}.subscription-body{grid-template-columns:1fr;gap:34px}.subscription-price{padding:32px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.product-card:last-child .product-cover{align-self:center}.product-card:last-child .product-cover img{height:auto;aspect-ratio:1080/742}.platform-copy,.creator-copy{max-width:760px}.platform-visual,.creator-photo{width:min(100%,700px);margin-inline:auto}.faq-grid{gap:50px}
  .footer-main{grid-template-columns:1fr;justify-items:center;gap:26px}.footer-main>div{justify-content:center}
}

@media(max-width:680px){
  :root{--section-pad:76px;--h1:clamp(42px,12vw,56px);--h2:clamp(35px,10vw,47px)}.container{width:min(calc(100% - 28px),var(--w))}
  .header-inner{min-height:76px}.header-cta{display:none}.brand{font-size:15px}.brand img{width:38px}.hero-grid{padding-block:44px 22px}.hero-copy>p{line-height:1.55}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-actions>p{max-width:none}.hero-visual{min-height:440px}.hero-visual::before{width:360px;height:360px}.hero-visual img{width:min(100%,390px)}.hero-proof{padding-block:16px;grid-template-columns:1fr;gap:8px}
  .opening-grid{gap:34px}.catalog-heading{margin-bottom:38px}.subscription-feature{padding:10px}.subscription-body{padding:28px 18px 20px}.subscription-copy h3{font-size:36px}.subscription-price strong{font-size:88px}.subscription-price .button{width:100%}.individual-heading{align-items:flex-start;flex-direction:column;gap:5px}.product-grid{grid-template-columns:1fr}.product-card,.product-card:last-child{grid-column:auto;display:flex;min-height:0}.product-card:last-child .product-cover{height:auto}.product-card:last-child .product-cover img{height:auto;aspect-ratio:1080/742}.product-card p{min-height:0}.platform-grid{gap:42px}.platform-visual{width:calc(100% + 10px);margin-inline:-5px}.trial-grid{grid-template-columns:1fr}.trial-grid article{min-height:250px}.creator-grid{gap:38px}.creator-copy blockquote{padding-left:20px}.faq-list summary{min-height:78px}.faq-list details>p{margin-right:20px}.final-inner .button{width:100%}.footer-bottom{padding-block:18px;align-items:flex-start;flex-direction:column;gap:8px}
}

@media(max-width:360px){.button{font-size:14px;padding-left:16px}.subscription-price strong{font-size:76px}.product-card-body{padding:22px}.hero-visual{min-height:390px}}
@media(max-width:360px) and (max-height:600px){.header-inner{min-height:60px}.brand{font-size:13px}.brand img{width:34px}.brand small{font-size:8px}.hero-grid{padding-block:18px 16px}.hero .eyebrow{display:none}.hero h1{margin:0 0 12px;font-size:32px;line-height:.98}.hero-copy>p{font-size:14px;line-height:1.4}.hero-actions{margin-top:14px;gap:10px}.hero-actions .button{min-height:56px}.hero-actions>p{font-size:13px}.hero-visual{min-height:360px}}
@media(max-height:720px) and (min-width:1051px){.hero-grid{min-height:650px}.hero h1{font-size:min(7.7vh,66px);margin-block:16px}.hero-visual{min-height:570px}.hero-visual img{width:min(43vw,590px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.button-icon,.product-card,.product-cover img,.js .reveal{transition:none}.product-card:hover,.product-card:hover .product-cover img{transform:none}.js .reveal{opacity:1!important;transform:none!important}}
