:root{--bg:#f8f5ee;--text:#292820;--muted:#716d63;--accent:#b83c28;--line:#d9d4c8;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}::selection{background:#edb29b;color:#292820}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
.site-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1440px;margin:auto;padding:25px 6%;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:700;letter-spacing:-.6px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--accent);color:var(--bg);border-radius:50%;font-family:Georgia,serif;font-size:27px;font-style:italic}.site-nav{display:flex;gap:36px;font-size:14px}.site-nav a:hover,.footer-links a:hover{color:var(--accent)}.language-switcher{display:flex;gap:3px}.language-option{border:0;background:transparent;color:var(--muted);padding:7px 10px;font-size:11px;cursor:pointer;border-radius:3px}.language-option.is-active{background:var(--text);color:var(--bg)}
.hero{position:relative;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:4%;max-width:1440px;min-height:750px;margin:auto;padding:75px 6% 85px;overflow:hidden}.hero-inner{grid-column:1;grid-row:1;position:relative;z-index:2}.eyebrow,.section-kicker{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:0 0 22px}.eyebrow{display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';width:26px;height:1px;background:var(--accent)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1{font-size:clamp(80px,8.7vw,132px);line-height:.94;letter-spacing:-7px;margin:0}h1 span{display:block;color:var(--accent);font-style:italic}h2{font-size:clamp(34px,4vw,57px);line-height:1.13;letter-spacing:-1.8px;margin:0}h3{font-size:27px;line-height:1.2;margin:0;letter-spacing:-.7px}.hero-copy{max-width:440px;font-size:15px;color:var(--muted);margin:28px 0 0;line-height:1.8}.hero-actions,.store-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button,.store-button{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:50px;padding:12px 23px;font-size:13px;font-weight:700;border:1px solid var(--text);transition:transform .2s,background .2s}.button:hover,.store-button:hover{transform:translateY(-3px)}.button-primary{background:var(--accent);border-color:var(--accent);color:#fff}.button-secondary{border-color:var(--line)}.button-secondary:hover{background:#eee9df}.hero-metrics{display:flex;gap:35px;margin:43px 0 0;padding-top:25px;border-top:1px solid var(--line);max-width:420px}.hero-metrics div{flex:1}.hero-metrics dt{font-family:Georgia,serif;font-size:29px;line-height:1.2}.hero-metrics dd{margin:5px 0 0;color:var(--muted);font-size:11px}
.hero-media{grid-column:2;grid-row:1;position:relative;height:575px;background:#e9e5d9;border-radius:48% 48% 3px 3px}.hero-orbit{position:absolute;inset:25px -20px;border:1px solid #c5bdae;border-radius:50%;transform:rotate(-18deg)}.hero-media:after{content:'';position:absolute;bottom:30px;left:10%;right:10%;height:20px;background:#665b48;filter:blur(25px);opacity:.25}.phone-shot{position:absolute;width:48%;height:auto;border:6px solid #242321;border-radius:26px;box-shadow:0 22px 35px #32271830;z-index:1}.shot-home{right:6%;top:34px;transform:rotate(9deg)}.shot-player{left:4%;top:104px;transform:rotate(-10deg)}.hero-stamp{position:absolute;z-index:3;right:-15px;bottom:23px;width:104px;height:104px;background:var(--accent);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;font-family:Georgia,serif;font-size:48px;line-height:1;transform:rotate(12deg);border:5px solid var(--bg)}.hero-stamp span{font-family:Arial,sans-serif;font-size:9px;letter-spacing:3px;margin-top:5px}.hero-overlay{display:none}
.section{padding:85px 6%}.section-inner{max-width:1180px;margin:auto}.intro-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intro-grid,.genre-layout,.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.section-lead{color:var(--muted);font-size:17px;line-height:1.9;margin:0}.section-heading{max-width:650px;margin-bottom:45px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.feature-card{min-width:0}.feature-visual{height:360px;overflow:hidden;background:#e7e4d9;padding:32px 40px 0;border-radius:180px 180px 4px 4px}.feature-card:nth-child(2) .feature-visual{background:#ead6c9}.feature-card:nth-child(3) .feature-visual{background:#dbe1d7}.feature-card img{width:100%;height:auto;border-radius:19px 19px 0 0;box-shadow:0 8px 25px #29282020;transition:transform .35s}.feature-card:hover img{transform:translateY(-8px)}.feature-copy{padding:25px 0 0}.feature-number{font-size:11px;color:var(--accent);margin:0 0 12px;font-weight:700;letter-spacing:2px}.feature-copy p:last-child{color:var(--muted);font-size:14px;line-height:1.8;margin:13px 0 0}.genre-section{border-top:1px solid var(--line)}.genre-list{display:flex;flex-wrap:wrap;gap:12px}.genre-list span{padding:11px 22px;border:1px solid #c7c2b6;border-radius:50px;font-size:14px}.genre-list span:nth-child(3n+1){background:#e8e4d8;border-color:#e8e4d8}
.download-section{position:relative;overflow:hidden;display:flex;align-items:center;min-height:430px;padding:70px max(6%,calc((100vw - 1180px)/2));background:var(--accent);color:var(--bg)}.download-content{max-width:650px;position:relative;z-index:1}.download-content .section-kicker{color:#f4c7b6}.download-content h2{font-size:clamp(42px,4.8vw,68px)}.download-content p:not(.section-kicker){color:#ffe2d6;font-size:15px;max-width:490px}.download-media{position:absolute;right:8%;bottom:-100px;transform:rotate(10deg)}.download-monogram{font:italic 450px Georgia,serif;color:#ffffff12;line-height:1}.store-button{background:var(--bg);color:var(--text);border:0;min-width:160px}.store-button:after{content:'↗';font-size:20px}.faq-layout{align-items:start}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{position:relative;list-style:none;padding:23px 30px 23px 0;font-size:15px;font-weight:600;cursor:pointer}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;color:var(--accent);font-size:22px;top:17px}details[open] summary:after{content:'−'}details p{margin:0;padding:0 25px 24px 0;color:var(--muted);font-size:14px}.site-footer{padding:30px 6%;border-top:1px solid var(--line)}.footer-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-inner p,.footer-links{font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:22px}
@media(min-width:1500px){.hero-media{height:610px}.phone-shot{max-width:255px}}
@media(max-width:1000px){.hero{min-height:650px;gap:3%;padding-top:55px;padding-bottom:55px}.hero-media{height:470px}.phone-shot{border-width:4px;border-radius:20px}.hero-stamp{width:85px;height:85px}.hero-metrics{gap:16px}h1{font-size:90px}.intro-grid,.genre-layout,.faq-layout{gap:40px}.feature-visual{padding:25px 22px 0;height:300px}.feature-grid{gap:20px}.footer-inner{flex-wrap:wrap}}
@media(max-width:700px){.site-header{padding:18px 6%;flex-wrap:wrap;gap:15px}.brand{font-size:17px}.site-nav{order:3;width:100%;justify-content:center;border-top:1px solid var(--line);padding-top:12px;gap:45px}.language-option{padding:6px 8px}.hero{grid-template-columns:1fr;gap:45px;padding-top:45px;padding-bottom:45px}.hero-inner{grid-column:1;grid-row:1}.hero-media{grid-column:1;grid-row:2;width:min(100%,430px);height:490px;justify-self:center}.hero-copy{max-width:100%}h1{font-size:clamp(78px,17vw,110px);letter-spacing:-4px}h1 span{display:block;margin-left:0}.hero-metrics{max-width:100%}.hero-stamp{right:0}.section{padding:60px 6%}.intro-grid,.genre-layout,.faq-layout{grid-template-columns:1fr;gap:27px}.section-lead{font-size:15px}.feature-grid{grid-template-columns:1fr;gap:40px}.feature-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.feature-visual{height:280px;padding:22px 15px 0}.feature-copy{padding:0}h3{font-size:24px}.feature-copy p:last-child{font-size:13px}.download-section{min-height:390px;padding:55px 6%}.download-media{right:-60px}.footer-inner{align-items:flex-start;flex-direction:column;gap:15px}.footer-inner p{margin:0}}
@media(max-width:400px){h1 span{display:block;margin-left:0}.hero-media{height:420px}.hero-actions{gap:10px}.button{padding:12px 15px;gap:15px;font-size:12px}.feature-card{grid-template-columns:1fr}.feature-visual{height:340px;padding:30px 50px 0}.hero-metrics dt{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}


/* mini reel brand lettering */
.brand-mark{font-size:15px;letter-spacing:-1px}
.hero-stamp{font-size:32px;letter-spacing:-1.5px}
.hero-stamp span{letter-spacing:3px}
.download-monogram{font-size:clamp(150px,26vw,360px);letter-spacing:-15px}
