:root{--cream:#f8f5ee;--ink:#2b302b;--red:#bd4234;--muted:#74766c;--line:#deded3;--green:#e4e9d9;--serif:'Prata',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--hand:'Caveat',cursive}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}::selection{background:#edcbb4;color:var(--ink)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:6px}.wrap{width:min(1240px,calc(100% - 112px));margin-inline:auto}.header{height:120px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:28px}.brand{font:27px/.85 var(--serif);display:block;letter-spacing:-1.5px;min-width:150px}.brand>span{display:block;font:19px/1.3 var(--hand);letter-spacing:0;padding-left:11px}.brand i{font-size:32px;color:var(--red)}.brand b{color:var(--red);font-size:26px;margin-left:8px;font-weight:400}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:600}.desktop-nav a{transition:color .2s}.desktop-nav a:hover,.text-link:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:62px;padding:17px 27px;background:var(--red);border:1px solid var(--red);border-radius:7px;color:#fff;line-height:1.4;font-size:15px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s}.button:hover{background:#a6372b;transform:translateY(-3px);box-shadow:0 9px 24px #9b3b3020}.button span{font-size:23px;font-weight:400}.button-small{min-height:46px;padding:10px 18px;gap:22px;font-size:13px}.hero{position:relative;display:grid;grid-template-columns:1.08fr 1fr;gap:50px;padding-top:72px;padding-bottom:103px;align-items:center;min-height:720px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.8px;display:flex;align-items:center;gap:12px}.small-star{font-size:23px;color:var(--red);line-height:1}.hero h1{font:clamp(45px,4.8vw,70px)/1.24 var(--serif);letter-spacing:-2.7px;font-weight:400;margin:27px 0 26px}.hero h1 em{font-style:normal;color:var(--red);position:relative;white-space:nowrap}.hero h1 em:after{content:'';position:absolute;bottom:-9px;left:0;right:0;height:10px;border-top:2px solid var(--red);border-radius:50%;transform:rotate(-2deg)}.hero-description{font-size:16px;line-height:1.8;margin:0 0 28px;color:#64675d}.hero-actions{display:flex;align-items:center;gap:26px}.text-link{font-size:13px;font-weight:600;display:inline-flex;gap:13px;align-items:center}.text-link span{font-size:20px}.hero-note{display:flex;gap:13px;align-items:center;margin-top:27px}.hero-note p{font-size:12px;line-height:1.5;margin:0;color:var(--muted)}.note-heart{font-size:32px;color:var(--red);transform:rotate(-12deg)}.hero-visual{position:relative;width:100%;padding:0 15px 0 15px;transform:rotate(2deg)}.photo-frame{position:relative;height:515px;border:9px solid #fff;border-bottom-width:12px;border-radius:160px 160px 10px 10px;overflow:hidden;box-shadow:0 18px 40px #40342115}.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 28%}.photo-frame:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#241e1bb0)}.photo-caption{position:absolute;left:25px;bottom:20px;z-index:1;color:white;transform:rotate(-2deg)}.photo-caption span{font:30px/1.1 var(--hand);display:block}.photo-caption b{font-size:10px;font-weight:400;letter-spacing:.2px}.hello-note{position:absolute;top:-42px;right:14px;color:var(--red);font:33px/1.2 var(--hand);transform:rotate(6deg);text-align:center}.hello-note span{display:block;font-size:17px;color:var(--ink)}.paper-sticker{position:absolute;left:-35px;top:32px;background:#e6eacb;padding:22px 25px 26px;transform:rotate(-12deg);box-shadow:0 10px 18px #20261e15;width:165px;line-height:1.2}.paper-sticker>span{font-size:10px}.paper-sticker strong{display:block;font:36px/.98 var(--serif);margin-top:9px;letter-spacing:-1.4px}.paper-sticker b{position:absolute;bottom:10px;right:10px;font-size:25px;font-weight:400;color:var(--red)}.hero-spark{position:absolute;right:-22px;top:174px;color:var(--red);font-size:90px;font-weight:400;line-height:1;transform:rotate(12deg)}.experience-sticker{position:absolute;bottom:35px;left:-60px;display:flex;align-items:center;gap:13px;background:#f3dfce;border:6px solid var(--cream);padding:15px 23px;border-radius:5px;transform:rotate(-6deg)}.experience-sticker strong{font:35px var(--serif);white-space:nowrap}.experience-sticker span{font-size:10px;line-height:1.5}.scroll-hint{position:absolute;bottom:30px;left:0;right:0;display:flex;gap:20px;justify-content:center;align-items:center;font-size:9px;letter-spacing:2px;color:var(--muted)}.scroll-hint b{font-size:20px;font-weight:400}.ticker{overflow:hidden;background:var(--green);padding:19px 0;border-block:1px solid #d6ddc8}.ticker-track{display:flex;align-items:center;gap:42px;white-space:nowrap;width:max-content;animation:marquee 44s linear infinite;font-size:13px;letter-spacing:.3px}.ticker-track b{font-size:25px;font-weight:400;color:var(--red);line-height:1}@keyframes marquee{to{transform:translateX(-50%)}}.reading-progress{position:fixed;left:0;top:0;height:3px;background:var(--red);width:0;z-index:100}.menu-toggle,.mobile-menu{display:none}@media(min-width:1500px){.hero{padding-top:85px;padding-bottom:110px;min-height:780px}.photo-frame{height:550px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:20px;font-size:12px}.hero{gap:25px}.hero h1{font-size:55px}.hero-actions{gap:16px}.hero-actions .button{padding:15px 18px;font-size:13px;gap:15px}.text-link{font-size:12px}.photo-frame{height:480px}.paper-sticker{left:-15px;width:145px}.experience-sticker{left:-20px}.hero-spark{right:-15px}}@media(max-width:760px){html{scroll-padding-top:20px}.wrap{width:calc(100% - 40px)}.header{height:90px;gap:15px}.brand{min-width:110px;font-size:22px}.brand>span{font-size:16px}.brand i{font-size:26px}.desktop-nav{display:none}.header-cta{margin-left:auto;font-size:11px;gap:8px;padding:9px 11px;min-height:40px}.header-cta span{font-size:17px}.menu-toggle{display:flex;width:29px;height:35px;flex-direction:column;justify-content:center;gap:6px;background:none;border:0;padding:2px}.menu-toggle span{height:1px;width:100%;background:var(--ink)}.mobile-menu:not([hidden]){display:flex;flex-direction:column;padding:22px;gap:20px;border-bottom:1px solid var(--line);font-size:15px}.hero{grid-template-columns:1fr;gap:68px;padding-top:39px;padding-bottom:73px}.hero h1{font-size:clamp(42px,10.5vw,65px);letter-spacing:-1.8px;line-height:1.25;margin-top:23px}.eyebrow{font-size:9px;letter-spacing:1.3px}.hero-description{font-size:14px}.hero-actions{gap:22px;flex-wrap:wrap}.hero-actions .button{font-size:14px;padding:16px 19px;min-height:56px}.hero-note{margin-top:23px}.hero-visual{width:min(420px,90%);margin-inline:auto;padding:0}.photo-frame{height:460px}.hello-note{top:-47px;right:0}.paper-sticker{top:40px;left:-18px}.hero-spark{right:-25px}.experience-sticker{bottom:32px;left:-20px}.scroll-hint{bottom:18px;font-size:8px}.ticker{padding:15px 0}.ticker-track{gap:27px;font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Story, editorial sections and conversion cards */
h2{font:clamp(32px,3.5vw,48px)/1.3 var(--serif);font-weight:400;letter-spacing:-1.6px;margin:25px 0}
h2 em{font-style:normal;color:var(--red)}
h3{font-weight:600;line-height:1.4}
.conversation-section{height:175vh;min-height:1100px;position:relative}
.conversation-sticky{position:sticky;top:0;min-height:700px;height:100vh;max-height:1100px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:65px}
.conversation-copy h2{font-size:clamp(40px,4.4vw,61px);margin:23px 0}
.conversation-copy>p{font-size:15px;color:var(--muted);line-height:1.9}
.conversation-copy .handwritten{font:29px/1.3 var(--hand);color:var(--red);transform:rotate(-4deg);margin-top:30px}
.story-progress{display:flex;gap:9px;margin-top:40px}
.story-progress span{width:33px;height:3px;background:var(--line);transition:background .3s}
.story-progress span.active{background:var(--red)}
.scroll-instruction{display:block;font-size:11px;color:var(--muted);margin-top:15px}
.chat-scene{position:relative;padding:20px 15px 40px;transform:rotate(2deg)}
.chat-card{border:1px solid #dfdfd4;border-radius:22px;background:#eeeee3;box-shadow:0 23px 65px #343c2812;overflow:hidden}
.chat-header{padding:19px 22px;display:flex;gap:12px;align-items:center;border-bottom:1px solid #deded1;background:#fcfaf4}
.chat-header img{width:45px;height:45px;object-fit:cover;object-position:50% 12%;border-radius:50%}
.chat-header b{display:block;font-size:12px;line-height:1.7}
.chat-header div>span{font-size:10px;color:var(--muted)}
.chat-heart{margin-left:auto;font-size:30px;color:var(--red)}
.chat-window{height:397px;overflow:hidden;position:relative;background-image:radial-gradient(#78856818 1px,transparent 1px);background-size:21px 21px}
.chat-messages{padding:22px 22px 20px;display:flex;flex-direction:column;gap:15px;will-change:transform}
.chat-date{font-size:8px;text-align:center;letter-spacing:.8px;color:#8c8b7f;margin-bottom:5px}
.bubble{max-width:85%;padding:13px 16px 9px;border-radius:14px;font-size:14px;line-height:1.6;box-shadow:0 3px 7px #202e1e04;transition:opacity .25s,translate .4s}
.bubble p{margin:0}.bubble>span{display:block;font-size:9px;color:#7d8074;text-align:right;margin-top:6px}.bubble>span b{color:#7c8566;font-size:11px}
.bubble-you{background:#dfe6cf;align-self:flex-end;border-bottom-right-radius:3px}
.bubble-polly{background:#fffdf7;align-self:flex-start;border-bottom-left-radius:3px}
.chat-bottom{border-top:1px solid #dfdfd4;background:#fcfaf4;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;color:#969788;font-size:11px}
.chat-bottom>span:last-child{border-radius:50%;background:var(--red);color:white;width:30px;height:30px;display:grid;place-items:center;font-size:20px}
.chat-annotation{position:absolute;right:-15px;bottom:0;font:29px/1 var(--hand);color:var(--red);transform:rotate(-8deg)}
.chat-star{font-size:80px;position:absolute;left:-27px;bottom:5px;line-height:1;color:#84906e;transform:rotate(-16deg)}
.steps-section{padding:35px 0 115px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}
.section-heading h2{margin-bottom:0}
.section-heading>p{font-size:14px;color:var(--muted);margin:0 0 7px;line-height:1.8}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}
.step-card{padding:30px 27px 28px;border:1px solid var(--line);border-radius:8px;background:#f0f0e5}
.step-card:nth-child(2){background:#f4e8dd}.step-card:nth-child(3){background:#e8ebdf}
.step-top{display:flex;justify-content:space-between;align-items:center}
.step-top>span{font-size:10px;letter-spacing:1px}.step-top>b{font-size:38px;font-weight:400;line-height:1;color:var(--red)}
.step-card h3{font-size:20px;margin:34px 0 12px}.step-card p{font-size:14px;margin:0;color:#717569;line-height:1.8}
.about-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:108px;align-items:center;padding:60px 0 130px;border-top:1px solid var(--line)}
.about-visual{position:relative;padding:20px 18px 35px 0}
.about-photo{height:510px;overflow:hidden;border-radius:8px;transform:rotate(-3deg);border:8px solid white;box-shadow:0 15px 30px #3f3b2510}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}
.about-paper{position:absolute;bottom:3px;right:-17px;transform:rotate(7deg);background:#e5e8d5;color:#4f5b40;font:33px/1.05 var(--hand);padding:22px 45px 27px 25px;box-shadow:0 8px 20px #3435220e}
.about-paper>span{position:absolute;right:15px;bottom:17px;color:var(--red);font-size:38px}
.vertical-label{position:absolute;right:-21px;top:50%;writing-mode:vertical-rl;font-size:8px;letter-spacing:2.3px}
.about-copy h2{font-size:39px;line-height:1.45;margin-top:19px;letter-spacing:-1.3px}.about-copy>p{color:#74766b;font-size:14px;line-height:1.9}.about-copy .about-lead{color:var(--ink);font-size:16px}
.about-facts{display:flex;gap:25px;border-top:1px solid var(--line);margin-top:28px;padding-top:23px}.about-facts>div{flex:1}.about-facts strong{font:21px/1.4 var(--serif);white-space:nowrap}.about-facts span{display:block;font-size:9px;line-height:1.6;color:var(--muted);margin-top:5px}.about-link{margin-top:25px;border-bottom:1px solid #c3c3b5;padding-bottom:3px}
.formats-section{background:#eeeee4;border-block:1px solid var(--line);padding:95px 0 55px}
.formats-section .section-heading{margin-bottom:55px}
.formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.format-card{position:relative;display:flex;flex-direction:column;border:1px solid #d9dbc9;background:#f9f8f0;border-radius:8px;padding:29px 28px;transition:transform .3s,box-shadow .3s}
.format-card:hover{transform:translateY(-6px);box-shadow:0 14px 35px #3438200c}.format-featured{background:#e0e5ce;border-color:#bbc4a5}
.format-label{display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.8px}.format-label>span{font-size:27px;line-height:1;color:#758062}
.format-note{position:absolute;right:16px;top:-26px;transform:rotate(7deg);font:28px var(--hand);color:var(--red)}
.format-card h3{font:37px/1.25 var(--serif);letter-spacing:-1.2px;font-weight:400;margin:30px 0 17px}.format-card h3 em{font-style:normal;color:var(--red)}
.format-subtitle{font-size:12px;margin:0;color:#646b5b}.format-tags{display:flex;gap:6px;flex-wrap:wrap;margin:17px 0 23px}.format-tags span{font-size:9px;padding:5px 9px;border:1px solid #d4d8c8;border-radius:4px;line-height:1.4}
.format-featured .format-tags span{border-color:#bcc5ab}
.format-card ul{padding:22px 0 18px;list-style:none;border-top:1px solid #d9ddcb;font-size:12px;color:#60695b;margin:0 0 14px;line-height:1.7}.format-card li{padding:0 0 13px 19px;position:relative}.format-card li:before{content:'✓';position:absolute;left:0;color:#7e8a65;font-size:13px}
.format-bottom{margin-top:auto}.price{font:32px/1.3 var(--serif);letter-spacing:-.5px}.price>span{font:10px/1.6 var(--sans);display:block;letter-spacing:0;color:#7c806f;margin-top:7px}.format-bottom .button{margin-top:25px;width:100%;font-size:12px;padding:14px 13px;gap:14px;min-height:53px}.button-outline{color:var(--ink);border-color:#c8ceba;background:transparent}.button-outline:hover{background:#e5e9db;border-color:#a3ae91;color:var(--ink);box-shadow:none}.format-help{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:35px;font-size:12px;color:#7a7e6d}.format-help a{border-bottom:1px solid #a6aa96;color:var(--ink)}
.reviews-section{padding-block:105px 100px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.review-card{position:relative;padding:23px 27px 60px;background:#fdfbf5;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;min-height:325px}.review-card:nth-child(2){transform:rotate(-2deg);background:#f4e8dd}.quote-mark{font:65px/.9 var(--serif);color:var(--red);display:block;height:50px;margin-top:10px}.review-card blockquote{font:22px/1.55 var(--serif);margin:9px 0 30px;letter-spacing:-.4px}.review-meta{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.review-meta>span{font-size:10px;color:#838779}.review-open{background:none;border:0;padding:0;cursor:pointer;border-bottom:1px solid #c1c5b4;font-size:11px}.review-open:hover{color:var(--red);border-color:var(--red)}.review-handwritten{position:absolute;bottom:16px;right:22px;font:22px var(--hand);color:var(--red);transform:rotate(-5deg)}
.faq-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;padding:60px 0 100px;border-top:1px solid var(--line)}.faq-heading h2{margin:22px 0}.faq-heading p{font-size:14px;color:var(--muted)}.faq-list{padding-top:2px}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;cursor:pointer;font-size:14px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--red);font-weight:400;font-size:24px;transition:transform .25s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:13px;line-height:1.9;color:var(--muted);margin-bottom:3px;padding-right:30px}.faq-list details a{font-size:12px;color:var(--red);border-bottom:1px solid #d4b0a3}
.final-card{background:var(--red);position:relative;color:#fcf5e8;border-radius:9px;padding:60px 55px 55px;text-align:center;overflow:hidden}.final-eyebrow{font-size:9px;letter-spacing:2px;opacity:.75}.final-card h2{font-size:57px;margin:22px 0 18px;letter-spacing:-1.8px}.final-card>p{font-size:14px;color:#f1d4c8;line-height:1.8;margin-bottom:29px}.button-cream{background:#f8f2e6;color:#97392e;border-color:#f8f2e6;gap:40px;min-height:57px;font-size:13px}.button-cream:hover{background:white;color:#97392e;border-color:white}.final-note{font:31px var(--hand);color:#f3d3ba;transform:rotate(-8deg);position:absolute;bottom:46px;right:40px}.final-star{font-size:150px;line-height:1;position:absolute;left:-20px;top:40px;transform:rotate(-15deg);color:#db8471}.final-spark{font-size:105px;line-height:1;position:absolute;right:35px;top:40px;transform:rotate(13deg);color:#e3ac8c}
.footer{padding-block:47px 40px;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer>p{font-size:11px;color:var(--muted)}.footer>div{text-align:right;font-size:11px}.footer>div>span{display:block;margin-top:8px;color:#96988c;font-size:9px}.mobile-cta{display:none}
.review-dialog{border:0;background:var(--cream);padding:24px;border-radius:14px;width:min(540px,calc(100% - 32px));max-height:85vh;box-shadow:0 20px 70px #0003}.review-dialog::backdrop{background:#20271ab8;backdrop-filter:blur(7px)}.review-dialog>p{font:20px var(--serif);margin:0 40px 22px 0}.review-dialog>span{font-size:11px;color:var(--muted);display:block;margin-top:16px;text-align:center}.review-full{margin:auto;max-height:62vh;width:auto;object-fit:contain}.dialog-close{position:absolute;top:10px;right:13px;background:none;border:0;font-size:30px;cursor:pointer;line-height:1;width:40px;height:40px}.dialog-close:hover{color:var(--red)}
.js-motion .reveal{opacity:0;translate:0 25px;transition:opacity .65s ease,translate .65s ease}.js-motion .reveal.visible{opacity:1;translate:0 0}.js-motion .reveal:nth-child(2){transition-delay:.1s}.js-motion .reveal:nth-child(3){transition-delay:.2s}
@media(min-width:761px){.js-motion .bubble:not(.shown){opacity:0;translate:0 20px}}
@media(max-width:1100px){.conversation-sticky{gap:40px}.chat-scene{padding-right:0}.chat-header{padding:17px}.chat-messages{padding:20px 15px}.bubble{font-size:12px}.about-section{gap:65px}.about-copy h2{font-size:32px}.about-photo{height:470px}.about-facts{gap:14px}.about-facts strong{font-size:17px}.format-card{padding:24px 19px}.format-card h3{font-size:32px}.format-bottom .button{font-size:10px;gap:10px}.format-help{font-size:10px}.final-note{font-size:25px;right:20px;bottom:30px}.final-card h2{font-size:47px}.final-spark{font-size:75px}.faq-section{gap:50px}.review-card{padding-inline:22px}.review-card blockquote{font-size:19px}}
@media(max-width:760px){
  h2{font-size:31px;letter-spacing:-1px}.conversation-section{height:1450px;min-height:0}.conversation-sticky{height:100svh;min-height:720px;max-height:900px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;padding:26px 0 30px}.conversation-copy h2{font-size:34px;line-height:1.25;margin:13px 0}.conversation-copy h2 br:nth-child(2){display:none}.conversation-copy>p{font-size:12px;line-height:1.7;margin:11px 0}.conversation-copy>p br{display:none}.conversation-copy .handwritten{font-size:25px;margin:10px 0 20px;transform:rotate(-3deg)}.story-progress{margin-top:15px;position:absolute;bottom:10px;left:0;right:0;justify-content:center}.scroll-instruction{display:none}.chat-scene{padding:0 5px 10px;width:100%;max-width:390px;margin-inline:auto;transform:rotate(1deg)}.chat-header{padding:12px 14px;gap:9px}.chat-header img{width:36px;height:36px}.chat-header b{font-size:10px}.chat-header div>span{font-size:9px}.chat-header .chat-heart{font-size:26px}.chat-window{height:291px}.chat-messages{gap:10px;padding:17px 13px}.chat-date{font-size:7px}.bubble{max-width:88%;font-size:12px;padding:10px 13px 7px}.bubble>span{font-size:8px;margin-top:4px}.chat-bottom{padding:8px 15px;font-size:10px}.chat-bottom>span:last-child{width:25px;height:25px;font-size:17px}.chat-annotation{right:-4px;bottom:-5px;font-size:22px;display:none}.chat-star{font-size:49px;left:-10px;bottom:0}.js-motion .bubble:not(.shown){opacity:0;translate:0 12px}.steps-section{padding:50px 0 65px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{font-size:12px;margin-top:17px}.section-heading>p br{display:none}.steps-grid{grid-template-columns:1fr;gap:13px}.step-card{padding:24px}.step-top>span{font-size:10px}.step-top>b{font-size:31px}.step-card h3{font-size:19px;margin-top:20px}.step-card p{font-size:14px}.about-section{grid-template-columns:1fr;gap:30px;padding:45px 0 65px}.about-visual{width:85%;max-width:370px;margin:auto;padding-right:0}.about-photo{height:430px}.about-paper{font-size:28px;padding:19px 43px 23px 22px;right:-16px}.vertical-label{right:-27px;font-size:7px}.about-copy h2{font-size:30px}.about-copy>p{font-size:14px}.about-copy .about-lead{font-size:16px}.about-facts strong{font-size:18px}.about-facts span{font-size:9px}.formats-section{padding:60px 0 34px}.formats-section .section-heading{margin-bottom:36px}.formats-grid{grid-template-columns:1fr;gap:27px}.format-card{padding:28px}.format-card h3{font-size:36px;margin-top:22px}.format-card h3 br{display:none}.format-card h3 em:before{content:' '}.format-label{font-size:10px}.format-subtitle{font-size:14px}.format-tags span{font-size:11px}.format-card ul{font-size:14px;padding-top:20px}.format-card li{padding-bottom:11px}.format-bottom .button{font-size:14px;gap:25px}.price{font-size:32px}.price>span{font-size:11px}.format-help{display:block;text-align:center;font-size:12px;margin-top:25px}.format-help a{display:inline-block;margin-top:8px}.reviews-section{padding:64px 0}.reviews-grid{grid-template-columns:1fr;gap:20px}.review-card{min-height:265px;padding:23px 25px 60px}.review-card:nth-child(2){transform:rotate(-1deg)}.review-card blockquote{font-size:23px}.review-meta>span{font-size:11px}.review-open{font-size:12px}.faq-section{grid-template-columns:1fr;gap:12px;padding:50px 0 65px}.faq-heading p{font-size:13px}.faq-heading p br{display:none}.faq-list summary{font-size:14px}.faq-list details{padding:22px 0}.faq-list details p{font-size:14px;padding-right:12px}.final-section{width:calc(100% - 24px)}.final-card{padding:46px 20px 56px}.final-eyebrow{font-size:8px;letter-spacing:1px}.final-card h2{font-size:34px;line-height:1.5;letter-spacing:-1px;margin-top:21px}.final-card>p{font-size:13px;padding-inline:3px}.final-card>p br{display:none}.final-card .button{font-size:13px;gap:28px;position:relative;z-index:1}.final-note{position:static;font-size:27px;margin-top:20px}.final-star{font-size:72px;left:-24px;top:auto;bottom:14px}.final-spark{font-size:40px;right:7px;top:34px}.footer{flex-wrap:wrap;gap:23px;padding:35px 5px 100px}.footer>p{display:none}.footer>div{font-size:10px}.footer>div>span{font-size:8px}.mobile-cta{display:flex;position:fixed;bottom:12px;left:20px;right:20px;z-index:20;min-height:53px;padding:12px 20px;font-size:13px;box-shadow:0 5px 30px #37261c30;translate:0 100px;opacity:0;pointer-events:none;transition:translate .25s,opacity .25s}.mobile-cta.show{translate:0 0;opacity:1;pointer-events:auto}
}
@media(max-width:370px){.header-cta{display:none}.menu-toggle{margin-left:auto}.hero h1{font-size:39px}.hero-visual{width:90%}.photo-frame{height:395px}.paper-sticker{width:135px;padding:18px}.paper-sticker strong{font-size:31px}.experience-sticker{padding:11px 17px}.hero-actions{gap:15px}.hero-actions .text-link{font-size:11px}.conversation-copy h2{font-size:29px}.final-card h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){.conversation-section{height:auto;min-height:0}.conversation-sticky{height:auto;max-height:none;position:static;padding-block:70px}.chat-window{height:auto;overflow:visible}.story-progress,.scroll-instruction{display:none}.chat-messages{transform:none!important}.bubble{opacity:1!important;translate:0 0!important}.reveal{opacity:1!important;translate:0 0!important}.ticker-track{animation:none}.mobile-cta{transition:none}}


/* Readable type at every viewport. */
.hero-description,.conversation-copy>p,.step-card p,.about-copy>p,.format-card ul,.faq-list details p{font-size:16px}
.hero-note p,.photo-caption b,.experience-sticker span,.chat-header div>span,.chat-bottom,.format-label,.format-tags span,.about-facts span,.review-meta>span,.review-open,.price>span,.footer>div>span{font-size:12px}
.section-heading>p,.format-subtitle,.format-help,.faq-heading p,.faq-list summary,.final-card>p,.footer>p,.footer>div,.format-bottom .button,.text-link{font-size:14px}
.photo-caption{left:auto;right:22px;text-align:right;bottom:16px;max-width:65%}
.photo-caption span{font-size:25px}.photo-caption b{font-size:10px}
.format-card ul{font-size:14px}.format-card li{padding-bottom:12px}
.format-label{font-size:10px}.format-tags span{font-size:11px}
.chat-header b{font-size:14px}.bubble{font-size:15px}.chat-date{font-size:10px}.bubble>span{font-size:10px}
.about-facts{gap:18px}.about-facts span{font-size:11px}
.format-bottom .button{font-size:13px;padding-inline:10px;gap:12px}
.hero-visual{transition:transform .7s ease}.hero-visual:hover{transform:rotate(0deg)}
@media(max-width:1100px) and (min-width:761px){.format-card{padding-inline:18px}.format-bottom .button{font-size:12px;gap:8px}.about-facts{gap:12px}.about-facts strong{font-size:17px}.about-facts span{font-size:10px}.hero-actions{flex-wrap:wrap}}
@media(max-width:760px){.hero-description{font-size:16px}.hero-note p{font-size:12px}.hero .text-link{font-size:12px}.experience-sticker span{font-size:10px}.photo-caption{max-width:63%;right:12px;bottom:13px}.photo-caption span{font-size:22px}.photo-caption b{font-size:9px}.conversation-copy>p{font-size:13px}.conversation-copy .handwritten{font-size:25px}.chat-header b{font-size:11px}.chat-header div>span{font-size:10px}.chat-date{font-size:8px}.bubble{font-size:13px}.bubble>span{font-size:9px}.chat-bottom{font-size:11px}.about-facts span{font-size:10px}.format-card ul{font-size:16px}.format-bottom .button{font-size:14px}.final-card>p{font-size:14px}.footer>div{font-size:11px}.footer>div>span{font-size:10px}.format-help{font-size:13px}.section-heading>p{font-size:14px}}

/* Last-in-file mobile rules keep the same visual system on touch screens. */
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:clip}
  .conversation-section{height:1450px;min-height:0}
  .conversation-sticky{position:sticky;top:0;display:flex;height:100svh;min-height:720px;max-height:900px;flex-direction:column;justify-content:center;align-items:stretch;gap:12px;padding:26px 0 30px}
  .chat-scene{order:-1;width:min(390px,100%);margin-inline:auto;padding:0 5px 10px;transform:rotate(1deg)}
  .conversation-copy{order:1}
  .conversation-copy h2{font-size:34px;line-height:1.25;margin:13px 0}
  .conversation-copy>p{font-size:14px;line-height:1.7;margin:11px 0}
  .conversation-copy .handwritten{font-size:25px;margin:10px 0 16px}
  .story-progress{position:absolute;right:0;bottom:10px;left:0;justify-content:center;margin:0}
  .scroll-instruction{display:none}
  .chat-header{padding:12px 14px;gap:9px}
  .chat-header img{width:36px;height:36px}
  .chat-header b{font-size:12px}
  .chat-header div>span{font-size:11px}
  .chat-window{height:clamp(235px,35svh,291px)}
  .chat-messages{gap:10px;padding:17px 13px}
  .chat-date{font-size:9px}
  .bubble{max-width:88%;font-size:14px;padding:10px 13px 7px}
  .bubble>span{font-size:10px;margin-top:4px}
  .chat-bottom{padding:8px 15px;font-size:12px}
  .chat-annotation{display:none}
  .chat-star{font-size:38px;left:-3px;bottom:0;color:var(--red)}
  .step-top>b,.format-label>span,.faq-list summary span,.small-star,.note-heart{color:var(--red)}
  .eyebrow,.format-label,.about-facts span,.review-meta>span,.review-open,.footer>div>span{font-size:11px}
  .emoji{filter:saturate(.35)}
}
@media(max-width:760px) and (max-height:760px){
  .conversation-sticky{height:100svh;min-height:0;padding:13px 0 18px;gap:7px}
  .chat-window{height:clamp(205px,34svh,252px)}
  .chat-messages{gap:7px;padding:13px 11px}
  .bubble{font-size:13px;padding:8px 11px 6px}
  .conversation-copy h2{font-size:30px;margin:8px 0}
  .conversation-copy>p{font-size:13px;margin:7px 0}
  .conversation-copy .handwritten{font-size:21px;margin:6px 0 10px}
}
@media(prefers-reduced-motion:reduce){
  .conversation-sticky{position:static}
  .chat-scene{order:0}
  .mobile-cta.show{display:flex}
}

/* Keep star and arrow symbols in the brand palette on iOS emoji fonts. */
.button span,.text-link span,.chat-bottom>span:last-child,.photo-caption span,.photo-caption b{font-variant-emoji:text}
.small-star,.hero-spark,.paper-sticker>b,.brand b,.chat-star,.step-top>b,.format-label>span,.faq-list summary span,.final-star,.final-spark{color:var(--red)!important;font-variant-emoji:text}
.hero-spark,.paper-sticker>b,.chat-star,.step-top>b,.format-label>span,.faq-list summary span,.final-star,.final-spark{font-family:var(--serif)}
.button span,.text-link span,.chat-bottom>span:last-child{font-family:var(--sans)}
@media(max-width:760px){
  .experience-sticker{left:-21px;bottom:34px;z-index:4}
}
@media(max-width:760px){
  .paper-sticker{width:156px;padding:18px 20px}
  .paper-sticker strong{font-size:29px;line-height:1.08;letter-spacing:-1px}
}
@media(max-width:370px){.paper-sticker{width:148px;padding:17px 16px}.paper-sticker strong{font-size:27px}}
.button span{font-size:16px}
.text-link span,.scroll-hint b{font-size:14px}
.chat-bottom>span:last-child{font-size:14px}
.format-label>span{font-size:17px}
@media(max-width:760px){
  .paper-sticker{width:128px;padding:15px 15px;left:-22px;top:28px}
  .paper-sticker strong{font-size:23px;line-height:1.08;letter-spacing:-.7px;margin-top:6px}
  .about-copy{order:-1}
  .about-visual{order:1}
  .formats-grid{grid-auto-rows:1fr}
  .format-card{padding:22px;min-height:min(620px,calc(100svh - 110px))}
  .format-featured .format-note{top:-18px;font-size:20px}
  .format-card h3{font-size:31px;line-height:1.18;margin:15px 0 10px}
  .format-subtitle{font-size:13px}
  .format-tags{gap:6px;margin:12px 0 15px}
  .format-tags span{font-size:10px;padding:4px 8px}
  .format-card ul{font-size:13px;line-height:1.5;padding:15px 0 7px;margin-bottom:12px}
  .format-card li{padding:0 0 8px 18px}
  .price{font-size:30px;line-height:1.2}
  .price>span{font-size:10px;margin-top:4px}
  .format-bottom .button{min-height:50px;margin-top:16px;padding:10px 13px;gap:12px;font-size:12px}
}
@media(max-width:370px){.paper-sticker{width:118px;padding:14px 13px}.paper-sticker strong{font-size:21px}}
@media(max-width:370px) and (max-height:650px){
  .format-card{padding:14px;min-height:calc(100svh - 92px)}
  .format-card h3{font-size:25px;line-height:1.1;margin:8px 0 5px}
  .format-subtitle{font-size:11px;line-height:1.4}
  .format-tags{margin:7px 0 8px}
  .format-tags span{font-size:9px;padding:3px 6px}
  .format-card ul{font-size:11px;line-height:1.35;padding:8px 0 3px;margin-bottom:4px}
  .format-card li{padding:0 0 4px 16px}
  .price{font-size:24px}
  .price>span{font-size:9px;margin-top:2px}
  .format-bottom .button{min-height:44px;margin-top:9px;padding:8px;font-size:11px}
}
