:root{--paper:#f5f1e8;--paper-light:#faf7ef;--ink:#302e2a;--muted:#6b675f;--line:#a39c90;--faint:#d5cfc2;--body:'Tajawal',Arial,sans-serif;--hand:'Aref Ruqaa',Georgia,serif;--english:'Cabin Sketch',Georgia,serif;--script:'Caveat',cursive;--max:1180px;color-scheme:light}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:18px;line-height:1.85;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}
body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%237e776a' filter='url(%23noise)' opacity='.5' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}
body::after{content:'';position:fixed;top:0;bottom:0;right:calc((100vw - min(100vw - 64px, var(--max))) / 2 - 27px);width:1px;background:rgba(104,93,77,.1);pointer-events:none;z-index:-1}
::selection{background:#d8d1c0;color:#272521}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px dashed var(--ink);outline-offset:6px}
p,h1,h2,h3,h4,figure,blockquote{margin:0}p+p{margin-top:18px}h2,h3{font-family:var(--hand);font-weight:700;line-height:1.6}h2{font-size:clamp(2.2rem,3.35vw,3.35rem)}h3{font-size:1.8rem}h4{font-size:1.2rem;line-height:1.7}strong,b{font-weight:700}small{font-size:.94rem}img{max-width:100%;height:auto;display:block}ul{list-style:none;padding:0;margin:0}s{text-decoration-thickness:1.5px;text-decoration-color:#787065}section{position:relative}.container{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.english{font-family:var(--english)}.handwritten{font-family:var(--hand);font-weight:400;line-height:1.8}.handwritten[dir=ltr]{font-family:var(--script)}.eyebrow{font-size:.94rem;font-weight:700;color:var(--muted);margin-bottom:13px}.section{padding-block:94px}.center-heading{text-align:center;margin-bottom:48px}.center-heading>p:not(.eyebrow){max-width:630px;margin:17px auto 0;font-size:1.12rem;color:var(--muted)}.narrow{max-width:750px;margin-inline:auto}.centered{text-align:center}.pencil-underline{position:relative;white-space:normal;display:inline-block;max-width:100%}.pencil-underline::after{content:'';position:absolute;bottom:.1em;left:-3%;width:106%;height:6px;border-top:2px solid #5f594f;border-bottom:1px solid #827b6f;border-radius:45% 30% 40% 25%;transform:rotate(-1.1deg);opacity:.7;pointer-events:none}.text-link{display:inline-flex;gap:10px;align-items:center;font-size:.95rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.text-link:hover{opacity:.65}.button{min-height:55px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:13px 27px;font-size:1.02rem;font-weight:700;line-height:1.55;border:1.5px solid var(--ink);border-radius:4px 9px 3px 8px / 7px 3px 8px 4px;position:relative;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer}.button::after{content:'';position:absolute;inset:2px -4px -4px 2px;border:1px solid var(--ink);border-radius:7px 3px 8px 4px;pointer-events:none;z-index:-1;opacity:.55}.button-dark{color:var(--paper-light);background:var(--ink);background-image:repeating-linear-gradient(125deg,transparent 0 3px,rgba(255,255,255,.028) 3px 4px)}.button:hover{transform:translateY(-3px) rotate(-.4deg);box-shadow:3px 5px 0 #302e2a25}.button:active{transform:translateY(0)}.button>span{font-family:Arial,sans-serif;font-weight:400;font-size:1.45rem}.button-small{min-height:43px;padding:10px 19px;font-size:.94rem;gap:15px}.skip-link{position:fixed;top:-90px;right:20px;background:var(--ink);color:var(--paper);padding:10px 20px;z-index:100}.skip-link:focus{top:10px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;background:rgba(245,241,232,.97);z-index:40}.header-inner{min-height:95px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);position:relative}.header-inner::after{content:'';position:absolute;bottom:-3px;width:100%;border-bottom:1px solid var(--faint);transform:rotate(-.15deg)}.brand{display:flex;flex-direction:column;line-height:1.1;flex-shrink:0}.brand>span{font-family:var(--script);font-weight:700;font-size:2.4rem;transform:rotate(-3deg);letter-spacing:-1px}.brand>small{font-size:.94rem;line-height:1.5;font-weight:500;margin-top:7px;letter-spacing:0}.main-nav{display:flex;gap:30px;align-items:center;font-size:.94rem;font-weight:500}.main-nav a{position:relative;padding:10px 0}.main-nav a::after{content:'';height:2px;position:absolute;bottom:4px;right:0;width:0;background:var(--ink);transition:width .2s;transform:rotate(-2deg)}.main-nav a:hover::after{width:100%}.header-actions{display:flex;gap:17px;align-items:center}.menu-button{display:none;border:0;background:transparent;width:40px;height:40px;padding:8px;cursor:pointer}.menu-button>span{display:block;width:25px;border-top:2px solid var(--ink);margin:6px 0}.reading-progress{height:2px;position:absolute;bottom:-2px;width:100%;pointer-events:none}.reading-progress>span{display:block;height:100%;background:var(--ink);width:0;transition:width .1s linear}
.hero{padding-top:40px;padding-bottom:28px}.hero-eyebrow{display:flex;align-items:center;justify-content:center;gap:18px;font-size:.94rem;color:var(--muted)}.rule{width:42px;border-top:1px solid var(--line);transform:rotate(-2deg)}.hero-title{font-size:clamp(3.6rem,7.4vw,6.85rem);font-weight:700;line-height:1.05;letter-spacing:-3px;margin:20px auto 26px;text-align:center;position:relative}.hero-title span{display:inline-block}.hero-layout{display:grid;grid-template-columns:.95fr 1.3fr;align-items:center;gap:24px}.hero-copy{padding:12px 0 28px}.hero-note{font-size:1.4rem;margin-bottom:5px;color:var(--muted);transform:rotate(2deg)}.hero-copy h2{font-size:clamp(2.3rem,3.5vw,3.35rem);line-height:1.75}.hero-description{font-size:1.12rem;line-height:1.9;max-width:440px;margin:20px 0 25px;color:#514c44}.hero-cta{font-size:.98rem;gap:20px;padding:15px 22px}.hero-reassurance{font-size:.94rem;margin-top:18px;display:flex;flex-wrap:wrap;gap:10px;color:var(--muted)}.hero-art{position:relative;min-width:0;margin-inline:-15px}.hero-art img{width:100%;aspect-ratio:3/2;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.06) saturate(1.04);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}.hero-art figcaption{font-size:1.6rem;text-align:center;margin-top:4px;transform:rotate(-3deg);color:#645d52}.hero-art figcaption span{font-family:Georgia,serif;margin-left:10px;font-size:2rem}.values-line{display:flex;justify-content:center;gap:45px;align-items:center;margin-top:32px;padding:20px 0;border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);font-family:var(--hand);font-size:1.4rem}.values-line i{font-style:normal;font-family:Georgia,serif;font-size:1.05rem;color:var(--muted)}.scroll-note{display:flex;align-items:center;flex-direction:column;color:var(--muted);font-size:.94rem;margin-top:22px;gap:0}.scroll-note span{font-size:1.3rem;line-height:1.4}.chapter{display:flex;align-items:center;gap:13px;margin-bottom:46px;font-size:.94rem;color:var(--muted)}.chapter>span:first-child{font-size:1.05rem;width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--line);border-radius:46% 54% 52% 44%;transform:rotate(4deg)}.chapter>i{flex:1;border-top:1px solid var(--faint);margin-inline-start:9px}.chapter-annotation{font-size:1.1rem!important;width:auto!important;height:auto!important;border:0!important;color:var(--ink);padding:0 8px;transform:rotate(-3deg)}.problem-layout{display:grid;grid-template-columns:1.25fr .8fr;gap:110px;align-items:center;max-width:1020px;margin-inline:auto}.focus-words{display:flex;gap:27px;font-size:1.85rem;margin-bottom:15px;color:#7f796f}.focus-words span:nth-child(1){transform:rotate(-10deg);opacity:.4}.focus-words span:nth-child(2){transform:rotate(8deg);opacity:.6;text-decoration:line-through}.focus-words span:nth-child(3){transform:rotate(-6deg)}.problem-copy>p:not(.handwritten){color:var(--muted);max-width:500px;margin-top:24px}.marginal-note{font-size:1.55rem;margin-top:20px;transform:rotate(-3deg)}.sketch-box{border:1.5px solid #59534b;border-radius:6px 15px 8px 12px / 11px 5px 14px 5px;position:relative;background:rgba(250,247,239,.5)}.sketch-box::after{content:'';position:absolute;inset:4px -4px -4px 4px;border:1px solid #8c827377;border-radius:12px 5px 13px 7px;pointer-events:none;z-index:-1}.number-note{text-align:center;padding:35px 24px;transform:rotate(-3deg);box-shadow:8px 10px 12px #62534208}.tape{position:absolute;top:-17px;right:calc(50% - 47px);width:94px;height:32px;background:rgba(212,202,181,.35);border-inline:1px dashed rgba(156,146,127,.35);transform:rotate(4deg);z-index:2;pointer-events:none}.number-note>p:first-of-type{font-size:.98rem;color:var(--muted)}.big-number{font-family:var(--english);font-size:7.8rem;line-height:1.15;font-weight:700;margin:12px auto 0;letter-spacing:-5px}.number-caption{font-family:var(--hand);font-size:1.9rem}.short-rule{width:62%;margin:25px auto 18px;border-top:1px solid var(--line);transform:rotate(-2deg)}.number-note>p:last-child{font-size:.95rem;line-height:1.8;color:var(--muted)}.board-section{padding-top:45px}.lesson-quote{text-align:center;max-width:960px;margin:0 auto 24px;padding:27px 32px;position:relative}.lesson-quote::before,.lesson-quote::after{content:'“';font-family:Georgia,serif;font-size:5rem;position:absolute;right:0;top:-15px;color:#8b817164}.lesson-quote::after{content:'”';right:auto;left:0;top:auto;bottom:0}.lesson-quote p{font-size:1.45rem;line-height:1.9}.lesson-quote .handwritten{display:inline-block;font-size:1.65rem;margin-top:10px;transform:rotate(-3deg)}.board-section>.narrow{color:var(--muted);font-size:1.05rem}.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border-block:1px solid var(--line)}.lesson-card{padding:32px 34px 36px;position:relative}.lesson-card+.lesson-card{border-inline-start:1px solid var(--faint)}.card-index{font-size:1.75rem;color:#958c7e;float:left;line-height:1.7}.lesson-card h3{font-size:1.85rem;margin-bottom:6px}.lesson-result{font-size:1.22rem;font-weight:700}.lesson-card p:last-child{font-size:1rem;line-height:1.9;color:var(--muted);margin-top:12px}.research{display:grid;grid-template-columns:.32fr 1fr;align-items:center;gap:55px;background:repeating-linear-gradient(0deg,transparent,transparent 33px,#a799820d 34px);padding:42px 48px;border:1px dashed var(--line);border-radius:3px 7px 2px 9px;transform:rotate(-.3deg)}.research-number{text-align:center;border-inline-end:1px solid var(--line);padding-inline-end:36px}.research-number>span{font-size:5.8rem;font-weight:700;line-height:1.2;display:block}.research-number p{font-size:.94rem}.research-copy h2{font-family:var(--body);font-size:1.45rem;line-height:1.75}.research-copy>p:not(.eyebrow){font-size:1rem;line-height:1.9;margin-top:12px}.research-copy .eyebrow{font-size:.94rem}.research-copy .research-caveat{font-size:.94rem!important;color:var(--muted);margin-top:12px!important}.research-copy .text-link{margin-top:13px;font-size:.94rem}.comparison-wrap{position:relative}.comparison-table{width:100%;border-collapse:collapse;font-size:1.03rem;text-align:right}.comparison-table th{width:50%;font-family:var(--hand);font-size:1.9rem;padding:10px 32px 20px;border-bottom:2px solid var(--ink)}.comparison-table th>span{display:block;font-size:1rem;color:var(--muted);font-weight:400;margin-top:4px}.comparison-table td{width:50%;padding:22px 32px;border-bottom:1px dashed var(--line);vertical-align:top;line-height:1.85}.comparison-table td:first-child{color:var(--muted)}.comparison-table th+th,.comparison-table td+td{border-inline-start:1px solid var(--line);background:#faf7ef55}.comparison-table td+td{position:relative;padding-inline-start:44px}.comparison-table td+td::before{content:'←';position:absolute;right:16px;top:22px;color:var(--muted)}.journey-section{background:#e9e2d52b;border-block:1px solid var(--faint)}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:64px;padding:0 5px}.journey-card{padding:36px 29px 32px;display:flex;flex-direction:column;min-width:0;transform:rotate(1.1deg)}.journey-card:nth-child(2){transform:rotate(-1.6deg)}.journey-card:nth-child(3){transform:rotate(.6deg)}.month-tag{font-weight:700;font-size:.94rem;border-bottom:1px solid var(--line);padding-bottom:12px;align-self:flex-start}.journey-number{position:absolute;top:14px;left:21px;font-size:3.3rem;line-height:1.4;font-weight:700;opacity:.14}.journey-card h3{font-size:1.8rem;margin-top:28px;margin-bottom:18px}.journey-card p{font-size:1rem;line-height:1.95}.journey-card p+p{margin-top:15px}.pencil-list{margin-top:19px}.pencil-list li{padding-right:18px;position:relative;font-size:.96rem;line-height:1.95;margin-bottom:8px}.pencil-list li::before{content:'—';position:absolute;right:0;top:0;color:var(--muted)}.card-footnote{font-size:1.2rem!important;margin-top:auto!important;padding-top:26px;border-bottom:1px solid #a69a862f;transform:rotate(-3deg);align-self:center}.question-swap{display:flex;flex-direction:column;align-items:center;padding:15px 0;line-height:1.8;font-size:1rem}.question-swap>s{color:var(--muted)}.question-swap>span{font-size:1.4rem;color:var(--muted);margin:4px 0}.difference-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:52px}.difference-intro h2{line-height:1.55;font-size:3rem}.difference-intro>div{padding-top:8px}.difference-intro p{line-height:1.95}.large-body{font-size:1.23rem}.difference-intro .marginal-note{font-size:1.45rem}.alternatives{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-bottom:64px;border-block:1px solid var(--line);padding:30px 0}.alternatives article{display:flex;gap:17px;align-items:flex-start}.small-number{font-size:1.7rem;line-height:1.7;color:var(--muted)}.alternatives h3{font-family:var(--body);font-size:1.04rem;line-height:1.8;margin-bottom:10px}.alternatives p{font-size:.94rem;color:var(--muted);line-height:1.9}.methodology{display:grid;grid-template-columns:.6fr 1fr;gap:55px}.methodology-heading h3{font-size:3rem;line-height:1.65}.methodology-list{display:grid;grid-template-columns:1fr 1fr;gap:32px}.methodology-list article{display:flex;gap:14px}.methodology-list article>span{font-family:var(--hand);font-size:1.4rem;line-height:1.5}.methodology-list h4{font-size:1.02rem}.methodology-list p{font-size:.94rem;color:var(--muted);margin-top:9px;line-height:1.95}.conversation-section{border-block:1px solid var(--faint);background:#ebe4d733}.dialogue-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.dialogue-card{padding:32px 35px}.dialogue-label{font-weight:700;font-size:.94rem;margin-bottom:23px}.dialogue-card blockquote{font-family:var(--hand);font-size:1.8rem;line-height:1.8}.dialogue-old{border:1px dashed #a79c8a;border-radius:8px 3px 6px 4px;transform:rotate(1deg);color:#7b7469;background:repeating-linear-gradient(150deg,transparent 0 6px,#b0a38b07 6px 7px)}.dialogue-new{transform:rotate(-1deg)}.word-tags{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.word-tags span{font-size:.94rem;padding:2px 11px;border:1px solid #b1a593;border-radius:44% 49% 47% 42% / 16% 20% 17% 22%;transform:rotate(-2deg)}.dialogue-caption{text-align:center;font-size:1.55rem;transform:rotate(-2deg);margin-top:36px}.guidance-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center;margin-top:55px}.guidance-art img{width:100%;aspect-ratio:3/2;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.06) saturate(1.04);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}.guidance-layout h3{font-size:2.7rem;line-height:1.7}.guidance-layout>div>p:not(.eyebrow){margin-top:20px;font-size:1.06rem;color:var(--muted)}.guidance-layout>div>p.handwritten{font-size:1.5rem;color:var(--ink)}.fit-section{display:grid;grid-template-columns:.8fr 1.3fr;gap:80px;align-items:center}.fit-section>div>.handwritten{font-size:1.25rem;transform:rotate(-3deg);margin-top:20px}.fit-list li{display:flex;gap:21px;font-size:1.12rem;padding:19px 0;border-bottom:1px dashed var(--line);align-items:flex-start}.fit-list li:first-child{border-top:1px dashed var(--line)}.fit-list li>span{display:flex;align-items:center;justify-content:center;flex:0 0 29px;height:29px;border:1px solid #7c7366;border-radius:3px 2px 5px 2px;font-size:1.1rem;line-height:1.6;margin-top:2px;transform:rotate(-4deg)}.pricing-section{border-block:1px solid var(--faint);background:repeating-linear-gradient(0deg,transparent,transparent 36px,#a799820c 37px)}.pricing-layout{display:grid;grid-template-columns:1fr .9fr;gap:80px;margin:65px 40px 10px;align-items:center}.price-card{padding:34px 34px 25px;background:var(--paper-light);text-align:center;transform:rotate(.6deg);box-shadow:8px 8px 0 #6253420c}.price-ribbon{font-size:.94rem;font-weight:700;display:inline-block;border-bottom:1px dashed var(--line);padding:8px 0 13px}.old-price{font-size:.94rem;color:var(--muted);margin-top:22px}.price{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:5px}.price>strong{font-family:var(--hand);font-size:6.4rem;line-height:1.65;letter-spacing:-3px}.price>span{font-size:1.1rem;text-align:right;line-height:1.9}.price>span>small{font-size:.95rem;color:var(--muted)}.daily-price{font-size:1.15rem}.daily-price b{display:inline-block;position:relative}.daily-price b::after{content:'';position:absolute;inset:3px -9px 0 -9px;border:1px solid var(--muted);border-radius:48% 52% 47% 49%;transform:rotate(-5deg)}.price-savings{margin-top:25px;padding:18px 0;border-block:1px dashed var(--line);display:flex;flex-direction:column;gap:5px;font-size:.95rem}.price-savings small{font-size:.94rem;color:var(--muted)}.booking-button{display:flex;margin-top:27px;font-size:1.03rem;gap:15px}.booking-channel{font-size:.94rem;color:var(--muted);margin-top:11px}.refund{display:flex;text-align:right;justify-content:center;align-items:center;gap:12px;margin-top:22px;padding-top:17px;border-top:1px solid var(--faint)}.refund>span{font-size:1.8rem;border:1px solid var(--line);border-radius:41% 45% 49% 43%;width:36px;height:40px;display:grid;place-items:center;flex-shrink:0}.refund p{font-size:.94rem;line-height:1.9;color:var(--muted)}.refund strong{color:var(--ink)}.pricing-details>h3{font-size:1.8rem;margin-bottom:25px}.included-list{display:flex;flex-direction:column;gap:24px}.included-list li{display:flex;gap:20px;align-items:center}.included-number,.included-symbol{font-family:var(--hand);font-size:2.4rem;line-height:1.6;display:block;flex:0 0 40px;text-align:center}.included-symbol{font-family:Georgia,'DejaVu Sans',serif;font-size:2.15rem}.included-list strong{font-size:1.04rem}.included-list p{font-size:.94rem;line-height:1.8;color:var(--muted);margin-top:3px}.lasting-value{border-top:1px solid var(--line);margin-top:29px;padding-top:24px}.lasting-value h4{font-size:1.06rem}.lasting-value .pencil-list{margin-top:12px}.lasting-value li{font-size:.94rem}.pricing-note{font-size:1.45rem;margin-top:23px;transform:rotate(-3deg)}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-heading h2{font-size:2.6rem}.faq-doodle{font-size:6rem;display:block;transform:rotate(-15deg);width:max-content;margin-top:10px;margin-inline-start:60px;opacity:.7;line-height:1.3}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:22px;padding:24px 0;cursor:pointer;list-style:none;font-size:1.06rem;font-weight:700;line-height:1.9;align-items:center}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{position:relative;width:17px;height:17px;flex:0 0 17px}.faq-list summary>span::before,.faq-list summary>span::after{position:absolute;content:'';background:var(--ink);width:16px;height:1.5px;top:8px;left:0}.faq-list summary>span::after{transform:rotate(90deg);transition:transform .2s}.faq-list details[open] summary>span::after{transform:rotate(0)}.faq-list details[open] summary{padding-bottom:12px}.faq-answer{padding:0 0 24px 25px;font-size:1rem;line-height:1.9;color:var(--muted)}.faq-answer strong{color:var(--ink)}.faq-answer a{margin-top:15px}.scenes-section{padding-top:34px}.scenes-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;max-width:1060px;margin-inline:auto}.scene{padding:33px 38px;display:flex;flex-direction:column;justify-content:center;min-width:0}.scene-label{font-size:.94rem;color:var(--muted);margin-bottom:15px;display:inline-block;border-bottom:1px solid var(--line);padding-bottom:5px;align-self:flex-start}.scene h3{font-size:2rem;line-height:1.8;margin:10px 0 22px}.scene p{font-size:1.03rem;line-height:2}.scene-one{border:1px dashed var(--line);transform:rotate(1deg);border-radius:4px 3px 8px 4px;color:var(--muted)}.scene-one h3{color:#7b746b}.scene-two{transform:rotate(-1deg);box-shadow:6px 7px 0 #62534208}.scene-two h3{font-size:2.8rem;margin:16px 0 18px}.scene-footnote{font-size:1.4rem;align-self:flex-end;transform:rotate(-4deg);margin-top:20px}.final-section{text-align:center;padding:55px 0 80px;border-top:1px solid var(--faint)}.final-note{font-size:1.6rem;transform:rotate(-3deg);margin-bottom:5px}.final-section h2{font-size:clamp(2.9rem,5vw,4.6rem);line-height:1.85}.pencil-circle{display:inline-block;position:relative;white-space:nowrap}.pencil-circle::after,.pencil-circle::before{content:'';position:absolute;border:1.5px solid var(--muted);inset:16px -12px 3px -13px;border-radius:48% 53% 46% 48%;transform:rotate(6deg);pointer-events:none}.pencil-circle::before{inset:18px -16px 0 -9px;border-color:#8a7d6699;transform:rotate(3deg)}.final-section>p:not(.handwritten){max-width:660px;font-size:1.1rem;line-height:1.95;margin:28px auto;color:var(--muted)}.final-button{padding:17px 32px;gap:25px;font-size:1.12rem}.final-section>small{display:block;font-size:.94rem;color:var(--muted);margin:23px auto;max-width:90%}.final-signature{font-size:1.75rem;margin-top:44px;transform:rotate(-3deg)}.final-signature>span{font-family:Georgia,serif;font-size:2rem;margin-left:10px}.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:28px 0 36px;gap:25px}.site-footer>p{font-size:.94rem;color:var(--muted);line-height:1.8;text-align:center}.site-footer .text-link{font-size:.94rem;line-height:1.7;font-weight:400}.site-footer .brand>span{font-size:2rem}.mobile-booking{display:none}
@media(min-width:1600px){.hero-title{font-size:6.5rem}.hero{padding-top:47px}.hero-layout{gap:40px}.hero-art{margin-inline:-20px}}
@media(max-width:1100px){.container{width:calc(100% - 60px)}.main-nav{gap:21px}.brand>span{font-size:2.1rem}.brand>small{font-size:.94rem}.hero-layout{gap:20px;grid-template-columns:1fr 1.1fr}.hero-copy h2{font-size:2.65rem}.hero-cta{font-size:.94rem;padding:15px 16px;gap:14px}.hero-description{font-size:1.02rem}.hero-reassurance{font-size:.94rem;gap:7px}.hero-title{font-size:6.9vw}.problem-layout{gap:65px}.values-line{gap:30px}.journey-grid{gap:22px}.journey-card{padding:32px 21px}.journey-card h3{font-size:1.6rem}.difference-intro{gap:45px}.difference-intro h2{font-size:2.7rem}.methodology{gap:35px;grid-template-columns:.5fr 1fr}.methodology-list{gap:25px}.pricing-layout{gap:45px;margin-inline:15px}.price-card{padding:30px 25px 25px}.faq-section{gap:35px}.faq-heading h2{font-size:2.25rem}.dialogue-card{padding:28px 25px}.dialogue-card blockquote{font-size:1.55rem}.guidance-layout{gap:35px}.scenes-grid{gap:32px}}
@media(max-width:800px){.container{width:calc(100% - 42px)}.section{padding-block:66px}.header-inner{min-height:82px}.main-nav{display:none;position:absolute;top:100%;inset-inline:0;background:var(--paper);padding:20px;flex-direction:column;gap:4px;box-shadow:0 10px 10px #302e2a0a;border:1px solid var(--line);border-top:0}.main-nav.is-open{display:flex}.main-nav a{width:100%;padding:10px;text-align:center}.menu-button{display:block}.menu-button[aria-expanded=true]>span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button[aria-expanded=true]>span:last-child{transform:translateY(-4px) rotate(-45deg)}.header-actions{gap:15px}.hero{padding-top:30px}.hero-title{font-size:7.1vw;letter-spacing:-1.5px;margin-bottom:25px}.hero-layout{grid-template-columns:1fr 1fr;gap:10px}.hero-copy h2{font-size:2.1rem}.hero-note{font-size:1.2rem}.hero-description{font-size:.98rem;line-height:1.9;margin-top:15px;margin-bottom:20px}.hero-cta{font-size:.94rem;gap:7px;padding:13px 14px}.hero-reassurance{font-size:.94rem;gap:6px}.hero-art{margin-inline:-7px}.hero-art figcaption{font-size:1.25rem}.values-line{font-size:1.2rem;gap:25px;margin-top:20px}.problem-layout{gap:42px}.number-note{padding:30px 20px}.big-number{font-size:6.2rem}.problem-copy h2{font-size:2.2rem}.problem-copy>p:not(.handwritten){font-size:1rem}.lesson-card{padding:25px 20px}.lesson-quote p{font-size:1.27rem}.research{grid-template-columns:.32fr 1fr;gap:25px;padding:32px 25px}.research-number{padding-inline-end:20px}.research-number>span{font-size:4.5rem}.research-copy h2{font-size:1.25rem}.research-copy>p:not(.eyebrow){font-size:.94rem}.journey-grid{grid-template-columns:1fr;gap:42px;max-width:580px;margin-inline:auto}.journey-card{padding:32px 32px;transform:rotate(.7deg)}.journey-card:nth-child(2){transform:rotate(-.8deg)}.journey-card h3{font-size:2rem;margin-top:20px}.journey-card p{font-size:1.06rem}.pencil-list li{font-size:1rem}.journey-number{font-size:4.5rem;top:20px}.card-footnote{margin-top:12px!important}.question-swap{padding:10px 0;font-size:1.14rem}.difference-intro{gap:35px}.difference-intro h2{font-size:2.3rem}.large-body{font-size:1.1rem}.difference-intro p{font-size:1rem}.alternatives{gap:24px}.alternatives article{flex-direction:column;gap:6px}.methodology{grid-template-columns:1fr}.methodology-heading h3 br{display:none}.methodology-heading h3{font-size:2.5rem}.methodology-list h4{font-size:1.05rem}.dialogue-grid{gap:23px}.dialogue-card{padding:27px 22px}.dialogue-card blockquote{font-size:1.42rem}.word-tags{gap:8px}.word-tags span{font-size:.94rem;padding-inline:8px}.guidance-layout{gap:28px}.guidance-layout h3{font-size:2.15rem}.fit-section{gap:35px;grid-template-columns:.8fr 1.2fr}.fit-list li{font-size:1rem;gap:15px}.pricing-layout{margin:60px auto 0;gap:36px;grid-template-columns:1fr .9fr}.price-card{padding:26px 20px 22px}.price>strong{font-size:5rem}.price>span{font-size:.94rem}.price-ribbon{font-size:.94rem}.booking-button{font-size:.94rem;padding-inline:13px;gap:8px}.price-savings{font-size:.94rem}.price-savings small{font-size:.94rem}.pricing-details>h3{font-size:1.6rem}.included-list li{gap:14px}.included-list strong{font-size:.95rem}.included-list p{font-size:.94rem}.lasting-value li{font-size:.94rem}.pricing-note{font-size:1.1rem}.faq-section{grid-template-columns:1fr;gap:35px}.faq-heading{position:relative}.faq-heading h2{font-size:2.7rem}.faq-doodle{position:absolute;left:35px;top:0;margin:0;font-size:7rem}.faq-list summary{font-size:1.07rem}.scenes-section{padding-top:30px}.scene{padding:26px}.scene h3{font-size:1.85rem}.scene-two h3{font-size:2rem}.scene p{font-size:.96rem}}
@media(max-width:600px){html{scroll-padding-top:99px}body{font-size:17px;padding-bottom:76px}body::after{display:none}.container{width:calc(100% - 38px)}.header-inner{min-height:77px;gap:10px}.brand>span{font-size:2.1rem}.brand>small{font-size:.94rem;margin-top:4px}.header-actions{gap:9px}.header-actions>.button{min-height:39px;font-size:.94rem;padding:9px 11px;gap:8px}.button-small>span{font-size:1.1rem}.menu-button{width:31px;padding:3px}.menu-button>span{width:23px}.hero{padding-top:25px}.hero-eyebrow{font-size:.94rem;gap:10px}.rule{width:24px}.hero-title{font-size:clamp(3.65rem,14.3vw,5.25rem);line-height:1.02;letter-spacing:-1px;margin:25px auto 23px;max-width:450px}.hero-title span{display:block}.hero-layout{display:flex;flex-direction:column;gap:0}.hero-copy{text-align:center;padding:4px 6px 8px;width:100%}.hero-note{font-size:1.22rem;margin-bottom:7px}.hero-copy h2{font-size:clamp(2.05rem,8.7vw,2.9rem);line-height:1.65}.hero-description{font-size:1.04rem;max-width:380px;margin:21px auto 25px;line-height:1.85}.hero-cta{font-size:.95rem;min-height:56px;padding:15px 19px;gap:15px}.hero-reassurance{justify-content:center;font-size:.94rem;margin-top:18px;gap:9px}.hero-art{margin:13px -3px 0;width:calc(100% + 6px)}.hero-art img{width:100%;aspect-ratio:3/2}.hero-art figcaption{font-size:1.4rem;margin-top:-5px}.values-line{gap:0;justify-content:space-between;padding:20px 3px;font-size:1.05rem;margin-top:25px}.values-line i{font-size:.94rem}.scroll-note{font-size:.94rem;margin-top:18px}.section{padding-block:60px}.chapter{gap:10px;margin-bottom:34px;font-size:.94rem}.chapter>span:first-child{height:34px;width:34px;font-size:.95rem}.chapter-annotation{display:none}.problem-layout{grid-template-columns:1fr;gap:43px}.problem-copy{padding:0 4px}.problem-copy h2{font-size:2.25rem}.focus-words{font-size:1.7rem;margin-bottom:20px}.problem-copy>p:not(.handwritten){font-size:1.05rem;margin-top:21px}.marginal-note{font-size:1.45rem}.number-note{max-width:290px;width:calc(100% - 45px);margin:7px auto 0;padding:30px 20px}.big-number{font-size:6.5rem}.number-note>p:first-of-type{font-size:.96rem}.number-caption{font-size:1.7rem}.number-note>p:last-child{font-size:.95rem}.short-rule{margin-block:21px 15px}.board-section{padding-top:30px}h2{font-size:2.15rem;line-height:1.65}.center-heading{margin-bottom:32px}.center-heading>p:not(.eyebrow){font-size:1.02rem;margin-top:17px}.eyebrow{font-size:.94rem}.lesson-quote{padding:22px 16px;margin-bottom:20px}.lesson-quote p{font-size:1.18rem;line-height:1.95}.lesson-quote::before,.lesson-quote::after{font-size:3.3rem}.lesson-quote::before{right:-5px;top:-10px}.lesson-quote::after{left:-5px;bottom:-7px}.lesson-quote .handwritten{font-size:1.4rem}.board-section>.narrow{font-size:1rem}.lesson-grid{grid-template-columns:1fr;margin-top:31px}.lesson-card{padding:24px 10px}.lesson-card+.lesson-card{border-inline-start:0;border-top:1px dashed var(--line)}.lesson-card h3{font-size:1.7rem;margin-bottom:0}.lesson-result{font-size:1.12rem}.lesson-card p:last-child{font-size:1rem;margin-top:8px}.card-index{font-size:2.35rem}.research{grid-template-columns:1fr;padding:28px 23px;gap:23px;transform:none}.research-number{border-inline-end:0;border-bottom:1px solid var(--line);padding:0 0 20px}.research-number>span{font-size:5rem;line-height:1}.research-number p{font-size:.94rem;margin-top:7px}.research-copy h2{font-size:1.26rem}.research-copy>p:not(.eyebrow){font-size:1rem}.research-copy .eyebrow{font-size:.94rem}.research-copy .research-caveat{font-size:.94rem!important}.research-copy .text-link{font-size:.94rem}.comparison-table th{padding:12px 13px 20px;font-size:1.6rem;line-height:1.7}.comparison-table th>span{font-size:.94rem;margin-top:5px}.comparison-table td{padding:19px 12px;font-size:.94rem;line-height:1.95}.comparison-table td+td{padding-inline-start:17px}.comparison-table td+td::before{display:none}.journey-grid{gap:36px;padding-inline:7px;margin-top:47px}.journey-card{padding:32px 23px 25px}.journey-card h3{font-size:1.9rem}.journey-card p{font-size:1rem}.journey-number{font-size:4rem;left:20px;top:17px}.month-tag{font-size:.94rem}.pencil-list li{font-size:.95rem}.card-footnote{font-size:1.2rem!important;padding-top:20px}.question-swap{font-size:1.05rem}.difference-intro{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.difference-intro h2{font-size:2.45rem;line-height:1.6}.difference-intro p{font-size:1.04rem}.difference-intro .large-body{font-size:1.16rem}.difference-intro .marginal-note{font-size:1.35rem}.alternatives{grid-template-columns:1fr;gap:23px;padding-block:25px;margin-bottom:39px}.alternatives article{flex-direction:row;gap:17px}.alternatives h3{font-size:1.04rem;margin-bottom:5px}.alternatives p{font-size:.97rem}.small-number{font-size:1.65rem}.methodology{gap:27px}.methodology-heading h3{font-size:2.1rem}.methodology-list{grid-template-columns:1fr;gap:24px}.methodology-list h4{font-size:1.04rem}.methodology-list p{font-size:.97rem;margin-top:6px}.dialogue-grid{grid-template-columns:1fr;gap:26px;padding-inline:5px}.dialogue-card{padding:28px 23px}.dialogue-card blockquote{font-size:1.65rem}.dialogue-label{font-size:.94rem;margin-bottom:19px}.word-tags{gap:11px;margin-top:21px}.word-tags span{font-size:.94rem}.dialogue-caption{font-size:1.25rem;margin-top:30px}.guidance-layout{display:flex;flex-direction:column;gap:12px;margin-top:36px}.guidance-art{width:100%;margin-inline:-5px}.guidance-layout>div{text-align:center}.guidance-layout h3{font-size:2.4rem}.guidance-layout>div>p:not(.eyebrow){font-size:1.02rem}.guidance-layout>div>p.handwritten{font-size:1.4rem}.fit-section{grid-template-columns:1fr;gap:33px}.fit-section h2 br{display:none}.fit-section>div>.handwritten{font-size:1.22rem}.fit-list li{font-size:1.04rem;gap:15px;padding-block:19px}.fit-list li>span{flex-basis:26px;height:27px;font-size:1rem}.pricing-layout{grid-template-columns:1fr;gap:48px;margin-top:48px;max-width:410px;padding-inline:6px}.price-card{padding:30px 23px 25px}.price-ribbon{font-size:.94rem}.old-price{font-size:.94rem}.price>strong{font-size:6.2rem}.price>span{font-size:1.04rem}.price>span>small{font-size:.94rem}.price-savings{font-size:.95rem}.price-savings small{font-size:.94rem}.booking-button{font-size:1rem;padding:16px 12px;gap:12px}.booking-channel{font-size:.94rem}.refund p{font-size:.94rem}.pricing-details{padding-inline:5px}.pricing-details>h3{font-size:1.8rem}.included-list li{gap:18px}.included-list strong{font-size:1.05rem}.included-list p{font-size:.97rem}.lasting-value h4{font-size:1.09rem}.lasting-value li{font-size:.98rem}.pricing-note{font-size:1.35rem}.faq-section{gap:29px}.faq-heading h2{font-size:2.14rem}.faq-doodle{font-size:4.5rem;left:3px;top:-10px;opacity:.27}.faq-list summary{font-size:1.02rem;padding-block:21px;gap:18px}.faq-answer{font-size:1rem;padding-left:5px}.scenes-section{padding-top:20px}.scenes-grid{grid-template-columns:1fr;gap:31px;padding-inline:6px}.scene{padding:28px 25px}.scene-label{font-size:.94rem}.scene h3{font-size:2rem}.scene-two h3{font-size:2.6rem}.scene p{font-size:1.03rem}.scene-footnote{font-size:1.25rem}.final-section{padding:48px 8px 50px}.final-note{font-size:1.35rem}.final-section h2{font-size:2.7rem}.pencil-circle::after{inset:12px -6px 3px -6px}.pencil-circle::before{inset:15px -8px 0 -3px}.final-section>p:not(.handwritten){font-size:1.05rem;margin-top:24px}.final-button{font-size:.96rem;padding:16px 17px;gap:17px}.final-section>small{font-size:.94rem;max-width:100%;margin-top:20px;line-height:1.9}.final-signature{font-size:1.5rem;margin-top:34px}.final-signature>span{font-size:1.6rem}.site-footer{flex-direction:column;gap:16px;padding:28px 0 31px}.site-footer>p{font-size:.94rem}.site-footer .brand>span{font-size:2.4rem}.site-footer .text-link{font-size:.94rem}.mobile-booking{display:flex;position:fixed;bottom:0;inset-inline:0;z-index:50;padding:12px 22px max(12px,env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line);align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -3px 18px #302e2a0a}.mobile-booking strong{font-size:1.07rem}.mobile-booking>div>span{font-size:.94rem;color:var(--muted)}.mobile-booking .button{font-size:.94rem;min-height:46px;padding-inline:23px}}
@media(max-width:360px){.container{width:calc(100% - 28px)}.brand>span{font-size:1.9rem}.brand>small{font-size:.94rem}.header-actions{gap:6px}.header-actions>.button{font-size:.94rem;padding-inline:8px}.hero-title{font-size:3.55rem}.hero-copy h2{font-size:1.95rem}.hero-cta{font-size:.94rem;padding-inline:14px}.hero-reassurance{font-size:.94rem;gap:6px}.values-line{font-size:.95rem}.center-heading h2{font-size:1.95rem}.dialogue-card blockquote{font-size:1.4rem}.final-section h2{font-size:2.4rem}.final-button{font-size:.94rem;padding-inline:13px}.price-card{padding-inline:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{body{padding-bottom:0;background:white;font-size:12pt}body::before,body::after,.reading-progress,.mobile-booking,.menu-button,.main-nav,.header-actions,.scroll-note{display:none}.site-header{position:static}.section{padding-block:30px}.container{width:100%}.button{color:var(--ink);background:none}details:not([open])>.faq-answer{display:block}.sketch-box{break-inside:avoid}.journey-grid{grid-template-columns:1fr 1fr 1fr}.price-card,.journey-card,.scene,.dialogue-card,.research{transform:none}.site-footer{padding-bottom:0}}

/* Keep small supporting labels readable at every breakpoint. */
.brand>small{font-size:.94rem}.hero-reassurance,.hero-eyebrow{font-size:.94rem}.price-savings small{font-size:.94rem}.hero-title span{max-width:100%;overflow-wrap:anywhere}.hero-layout>*,.problem-layout>*,.difference-intro>*,.pricing-layout>*,.faq-section>*{min-width:0}

/* A few watercolor accents; the notebook remains mostly graphite and paper. */
:root{--teal:#2a686d;--teal-dark:#24575c;--gold:#886117;--clay:#a85b46}
::selection{background:#dce8dc;color:#253c39}
.hero-title span:last-child{color:var(--teal)}
.hero-note,.hero-art figcaption,.guidance-layout>div>p.handwritten,.final-note{color:var(--teal)}
.hero-copy .pencil-underline::after{border-top-color:var(--gold);border-bottom-color:#c49842;opacity:.8}
.hero-art figcaption span,.final-signature>span{color:var(--clay)}
.button-dark{background-color:var(--teal-dark);border-color:var(--teal-dark)}
.button-dark::after{border-color:var(--teal)}
.button-dark:hover{background-color:#1e494e;box-shadow:3px 5px 0 #2a686d25}
.reading-progress>span,.main-nav a::after{background:var(--teal)}
.values-line>span:nth-of-type(1),.values-line>span:nth-of-type(4){color:var(--teal)}
.values-line>span:nth-of-type(2){color:var(--gold)}
.values-line>span:nth-of-type(3){color:var(--clay)}
.chapter>span:first-child{border-color:#5a8b8966;color:var(--teal)}
.number-note .big-number{color:var(--teal)}
.number-note .tape{background:#d5b26338}
.lesson-card:last-child .lesson-result{color:var(--teal)}
.research-number>span{color:var(--teal)}
.journey-card:first-child .month-tag{color:var(--teal);border-color:#66958c}
.journey-card:nth-child(2) .month-tag{color:var(--gold);border-color:#b99857}
.journey-card:nth-child(3) .month-tag{color:var(--clay);border-color:#ba8a72}
.journey-card:first-child .tape{background:#779fa330}
.journey-card:nth-child(2) .tape{background:#d2ac5036}
.journey-card:nth-child(3) .tape{background:#c78d7830}
.methodology-list article>span,.fit-list li>span,.dialogue-new .dialogue-label,.question-swap>strong{color:var(--teal)}
.dialogue-new{border-color:#507877}
.dialogue-new .word-tags span{border-color:#65939077;color:var(--teal);background:#cbded516}
.fit-list li>span{border-color:#658b7d}
.price-card .price-ribbon,.price>strong,.price-savings strong{color:var(--teal)}
.price-card .tape{background:#d5b26345}
.price-card{border-color:#486b64}
.daily-price b::after{border-color:#b58a38}
.refund>span{color:var(--teal);border-color:#8ba599}
.included-symbol{color:var(--teal)}
.included-list li:last-child .included-symbol{color:var(--clay)}
.pricing-note,.scene-two .scene-footnote{color:var(--teal)}
.scene-two .pencil-underline::after{border-color:var(--gold)}
.final-section .pencil-circle::after{border-color:var(--gold)}
.final-section .pencil-circle::before{border-color:#c5a664aa}
@media print{.button-dark{background:none;color:var(--ink)}}

/* Readability update: preserve the illustrated notebook, make the Arabic copy clearer. */
:root {
  --muted: #59564f;
}
html {
  font-size: 106.25%;
}
body {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.95;
}
body::before {
  opacity: .1;
}
h2, h3 {
  font-family: var(--body);
  font-weight: 800;
  line-height: 1.55;
}

.comparison-table th, .dialogue-card blockquote {
  font-family: var(--body);
  font-weight: 700;
}
.hero-copy h2, .difference-intro h2, .methodology-heading h3,
.guidance-layout h3, .scene h3, .final-section h2 {
  line-height: 1.55;
}
.handwritten:not([dir="ltr"]) {
  font-weight: 700;
}
.hero-description, .large-body, .center-heading > p:not(.eyebrow),
.guidance-layout > div > p:not(.eyebrow):not(.handwritten) {
  color: #4d4942;
}
.hero-reassurance, .hero-eyebrow, .chapter, .eyebrow,
.research-copy .research-caveat, .research-copy .text-link,
.price-savings small, .booking-channel, .refund p,
.final-section > small, .site-footer > p, .site-footer .text-link {
  font-size: .94rem !important;
  line-height: 1.85;
}
.faq-list summary, .main-nav, .button-small {
  font-size: 1rem;
}
.faq-answer, .journey-card p, .pencil-list li, .alternatives p,
.methodology-list p, .included-list p, .lasting-value li,
.lesson-card p:last-child, .research-copy > p:not(.eyebrow):not(.research-caveat) {
  font-size: 1.04rem;
  line-height: 1.95;
}
.price > strong {
  font-family: var(--body);
  font-weight: 800;
  line-height: 1.4;
  padding-block: 15px;
}
.header-inner {
  padding-block: 9px;
}
.brand > small {
  line-height: 1.6;
}
/* The supplied focus illustration replaces the small statistic card. */
#idea .problem-layout-illustrated {
  display: block;
  max-width: none;
}
.problem-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 64px;
}
.problem-intro > * {
  min-width: 0;
}
.problem-explanation {
  padding-top: 40px;
}
.problem-explanation > p:first-child {
  font-size: 1.18rem;
  color: #4d4942;
  line-height: 1.95;
}
.problem-explanation .marginal-note {
  color: var(--teal);
  margin-top: 22px;
}
.problem-art {
  margin-top: 36px;
}
.problem-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.06) saturate(1.04);
  mask-image: linear-gradient(to right, transparent, #000 2%, #000 98%, transparent);
}
.problem-art figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px dashed var(--line);
  margin-top: 24px;
  padding-top: 18px;
  font-size: 1rem;
  color: var(--muted);
}
.problem-art figcaption strong {
  color: var(--teal);
  font-weight: 800;
}
.problem-art figcaption > span {
  min-width: 0;
}
@media (max-width: 800px) {
  .problem-intro { gap: 32px; }
  .problem-explanation { padding-top: 24px; }
  .problem-explanation > p:first-child { font-size: 1.06rem; }
  .problem-art { margin-top: 30px; }
  .header-actions > .button { font-size: .94rem; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 116px; }
  .header-inner { gap: 8px; min-height: 88px; }
  .brand > span { font-size: 2rem; }
  .brand > small { font-size: .85rem; max-width: 150px; }
  .header-actions { gap: 8px; }
  .header-actions > .button { font-size: .9rem; padding: 11px 12px; }
  .header-actions > .button > span { display: none; }
  .hero-reassurance { column-gap: 8px; row-gap: 5px; }
  .hero-cta, .final-button { max-width: 100%; }
  .hero-art figcaption, .final-signature { font-size: 1.4rem; }
  .problem-intro { grid-template-columns: 1fr; gap: 22px; }
  .problem-explanation { padding-top: 0; }
  .problem-explanation > p:first-child { font-size: 1.08rem; }
  #idea .problem-copy h2 { font-size: 2rem; line-height: 1.55; }
  .problem-art { margin-top: 28px; }
  .problem-art figcaption { flex-direction: column; gap: 6px; margin-top: 19px; font-size: 1rem; }
  .price > strong { font-size: 5.6rem; }
  .pricing-details > h3 { font-size: 1.65rem; }
  .scene-two h3 { font-size: 2.25rem; }
  .final-section h2 { font-size: 2.45rem; }
  .mobile-booking .button { font-size: 1rem; padding-inline: 18px; }
  .comparison-table td { font-size: .98rem; }
}
@media (max-width: 360px) {
  .brand > span { font-size: 1.8rem; }
  .brand > small { max-width: 140px; }
  .header-actions > .button { padding-inline: 9px; }
  .hero-copy h2 { font-size: 1.8rem; }
  #idea .problem-copy h2 { font-size: 1.85rem; }
  .journey-card h3, .dialogue-card blockquote { font-size: 1.6rem; }
  .final-section h2 { font-size: 2.2rem; }
  .final-button { font-size: .94rem; padding-inline: 12px; gap: 10px; }
}
@media print {
  html { font-size: 100%; }
  body { font-size: 12pt; }
  .problem-art { break-inside: avoid; }
}
