:root{--paper:#f7f5f0;--ink:#282d29;--muted:#62655e;--rust:#984f32;--line:#d9d9ce;--soft:#edede5;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}img{display:block;max-width:100%;height:auto}figure{margin:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1,h2{letter-spacing:-.045em;line-height:1.06}h2{font-size:clamp(2.3rem,3.5vw,3.5rem)}h3{font-size:1.55rem;line-height:1.2;letter-spacing:-.025em}em{font-weight:400;color:var(--rust)}p+p{margin-top:1.2rem}cite{font-style:italic}button{cursor:pointer}.container{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}.section{padding-block:108px}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;line-height:1.5;margin-bottom:25px}.button{display:inline-flex;align-items:center;justify-content:center;gap:42px;padding:17px 26px;background:var(--rust);color:#fff;font-size:.9rem;font-weight:600;border:1px solid var(--rust);transition:background .2s,transform .2s}.button:hover{background:#773b26;border-color:#773b26;transform:translateY(-2px)}.button span{font-size:1.25rem;font-weight:400}.text-link{display:inline-block;font-size:.9rem;border-bottom:1px solid #9a9b91;padding-bottom:4px}.text-link:hover{color:var(--rust);border-color:var(--rust)}:focus-visible{outline:3px solid var(--rust);outline-offset:6px}.skip-link{position:fixed;top:-100px;left:20px;z-index:10;padding:12px;background:var(--ink);color:white}.skip-link:focus{top:15px}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{display:flex;justify-content:space-between;align-items:center;min-height:104px;gap:25px}.wordmark{font-family:var(--serif);font-size:1.85rem;letter-spacing:-.045em;line-height:1.05;white-space:nowrap}.wordmark span{display:block;font-family:var(--sans);font-size:.6rem;letter-spacing:.34em;margin-top:8px;font-weight:600}nav{display:flex;align-items:center;gap:36px;font-size:.875rem}nav>a:not(.nav-cta){padding-block:12px}nav>a:hover{color:var(--rust)}.nav-cta{border:1px solid var(--ink);padding:12px 20px;display:flex;gap:22px;align-items:center}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;align-items:center;padding-top:50px;padding-bottom:54px}.hero-copy{padding:12px 0;min-width:0}.hero .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:27px}.short-rule{width:27px;height:1px;background:var(--rust)}h1{font-size:clamp(3.6rem,6.1vw,6rem);overflow-wrap:break-word}.hero-description{max-width:430px;margin-top:27px;font-size:1.0625rem;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:29px}.hero-book-note{margin-top:40px;padding-top:23px;border-top:1px solid var(--line);display:flex;gap:20px;align-items:center;max-width:430px;font-size:.825rem;line-height:1.6}.hero-book-note div>span{font-size:.775rem;color:var(--muted)}.book-number{font-family:var(--serif);font-size:2.6rem;line-height:1;color:var(--rust)}.hero-photo{position:relative;align-self:stretch;min-height:570px;background:#e6e0d7}.hero-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center top}.hero-photo figcaption{position:absolute;bottom:17px;left:20px;background:var(--paper);padding:10px 15px;font-size:.625rem;letter-spacing:.12em;color:var(--ink)}.topic-band{border-block:1px solid var(--line)}.topic-band>.container{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.topic-band span+span:before{content:'·';margin-right:45px;color:var(--rust)}.approach{display:grid;grid-template-columns:1.1fr 1fr;gap:90px}.approach-copy{max-width:500px;color:var(--muted)}.large-copy{font-size:1.28rem;line-height:1.55;color:var(--ink)}.book-section{background:var(--soft);padding-block:95px}.book-layout{display:grid;grid-template-columns:1fr 1.12fr;gap:95px;align-items:center}.book-art{text-align:center}.book-art .eyebrow{font-weight:400}.cover{width:300px;max-width:80%;margin:auto;box-shadow:8px 12px 20px #282d291a,2px 3px 3px #282d2926}.book-caption{font-size:.625rem;letter-spacing:.13em;color:var(--muted);margin-top:35px}.book-contents>p:not(.eyebrow){color:var(--muted);margin-top:20px}.contents-list{margin-top:30px}.contents-list details,.faq-list details{border-bottom:1px solid #c9ccc0}.contents-list details:first-child,.faq-list details:first-child{border-top:1px solid #c9ccc0}summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:18px;padding:20px 0;font-size:1rem;line-height:1.4}summary::-webkit-details-marker{display:none}.index{font-size:.72rem;color:var(--rust);width:18px}.plus{position:relative;margin-left:auto;flex:0 0 12px;width:12px;height:12px}.plus:before,.plus:after{content:'';position:absolute;background:currentColor;top:5px;left:0;width:12px;height:1px}.plus:after{transform:rotate(90deg);transition:transform .2s}details[open] .plus:after{transform:rotate(0)}.detail-copy{padding:0 30px 21px 36px;color:var(--muted);font-size:.92rem}.detail-topics{font-size:.75rem!important;color:var(--rust);margin-top:12px}.included-note{font-size:.79rem;line-height:1.8}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:52px}.section-heading>p{max-width:350px;color:var(--muted)}.games-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:90px;align-items:stretch}.game-categories>div{border-top:1px solid var(--line);padding:23px 0 23px 70px;position:relative}.game-categories>div:last-child{border-bottom:1px solid var(--line)}.game-categories>div>span{position:absolute;left:0;top:27px;font-size:.7rem;letter-spacing:.06em;color:var(--rust)}.game-categories h3{font-size:1.4rem;margin-bottom:8px}.game-categories p{font-size:.9rem;color:var(--muted)}.sample-game{background:#eae4d7;padding:32px 36px 30px;display:flex;flex-direction:column}.sample-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}.sample-top .eyebrow{font-size:.625rem;margin:0}.sample-number{font-family:var(--serif);font-size:1.8rem;color:var(--rust);line-height:1}.sample-game h3{font-size:2.3rem}.sample-intro{font-family:var(--serif);font-size:1.4rem;margin-top:13px!important;line-height:1.25}.sample-rule{height:1px;background:#c7bcaa;margin:24px 0}.sample-game>p:not(.sample-intro){font-size:.92rem;line-height:1.75}.sample-note{font-size:.8rem!important;border-left:2px solid var(--rust);padding-left:15px;margin-top:24px}.sample-note strong{display:block;margin-bottom:5px;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em}.sample-source{font-size:.65rem;color:#656057;display:block;margin-top:auto;padding-top:25px}.philosophy{background:var(--ink);color:var(--paper);padding-block:82px}.philosophy-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:75px;align-items:center}.philosophy figure{height:480px}.philosophy img{width:100%;height:100%;object-fit:cover;object-position:57% center}.philosophy h2{font-size:clamp(2.3rem,3.4vw,3.4rem);line-height:1.15}.philosophy em{color:#dba382}.philosophy .eyebrow{color:#dba382}.philosophy p:not(.eyebrow){color:#c7cac2;font-size:.94rem;margin-top:24px;max-width:430px}.philosophy .text-link{margin-top:28px;color:var(--paper);font-size:.85rem}.practice{display:grid;grid-template-columns:1fr 1fr;gap:130px}.practice>div>p:not(.eyebrow){max-width:385px;color:var(--muted);margin-top:25px}.practice-steps>div{padding:0 0 28px 47px;position:relative;border-bottom:1px solid var(--line);margin-bottom:27px}.practice-steps>div:last-child{margin-bottom:0;padding-bottom:0;border:0}.practice-steps>div>span{position:absolute;left:0;top:2px;font-size:.72rem;color:var(--rust)}.practice-steps h3{font-size:1.5rem;margin-bottom:12px}.practice-steps p{font-size:.94rem;color:var(--muted);max-width:420px}.purchase-section{background:#e8e3d8;padding:85px 0}.purchase-layout{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:90px;max-width:1020px}.purchase-cover img{width:300px;margin:auto;box-shadow:10px 18px 25px #43392f20}.purchase-copy h2{font-size:4.1rem}.purchase-subtitle{margin-top:22px;font-size:.96rem;line-height:1.7;color:#585c53}.book-features{list-style:none;padding:22px 0;margin:0;font-size:.9rem}.book-features li{position:relative;padding:6px 0 6px 24px}.book-features li:before{content:'✓';position:absolute;left:0;color:var(--rust);font-size:.8rem}.purchase-note{font-size:.75rem;margin-top:13px;color:var(--muted)}.price{font-family:var(--serif);font-size:2rem;margin-bottom:18px}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.faq-section>div>p:not(.eyebrow){margin-top:25px;color:var(--muted);font-size:.94rem}.faq-section .text-link{margin-top:10px}.faq-list summary{font-size:.97rem;padding:23px 0;gap:25px}.faq-list details>p{color:var(--muted);font-size:.94rem;padding:0 30px 24px 0}footer{border-top:1px solid var(--line);padding:47px 0 25px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-main>p{font-family:var(--serif);font-size:1.2rem;color:var(--muted)}.footer-email{font-size:.85rem}.footer-email span{margin-left:15px}.footer-bottom{display:flex;gap:35px;align-items:center;font-size:.75rem;border-top:1px solid var(--line);margin-top:40px;padding-top:22px;color:var(--muted)}.footer-bottom>a:last-child{margin-left:auto}.plain-button{padding:4px 0;border:0;background:none;font-size:inherit}.plain-button:hover{text-decoration:underline}.brand-note{font-size:.68rem;line-height:1.6;color:var(--muted);margin-top:20px;max-width:850px}dialog{border:1px solid var(--line);background:var(--paper);color:var(--ink);width:min(620px,calc(100% - 32px));padding:35px;max-height:85vh}dialog::backdrop{background:#151b17a6}dialog h2{font-size:2.5rem;margin-bottom:24px}dialog p{font-size:.9rem}dialog a{text-decoration:underline;overflow-wrap:anywhere}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-top .eyebrow{margin:0}.dialog-close{border:0;background:none;font-size:2rem;line-height:1;padding:5px 10px;margin:0 -10px 16px 0}[hidden]{display:none!important}
@media(min-width:1500px){.hero{padding-top:65px;padding-bottom:65px}.hero-photo{min-height:660px}.hero-copy{padding:30px 0}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:32px}h1{font-size:clamp(3.35rem,6vw,5rem)}.hero-photo{min-height:570px}.hero-actions{gap:20px;flex-wrap:wrap}.hero-book-note{margin-top:27px}nav{gap:22px}.topic-band span+span:before{margin-right:20px}.approach,.book-layout,.games-layout,.philosophy-layout,.practice,.purchase-layout,.faq-section{gap:50px}.section{padding-block:85px}.philosophy figure{height:450px}.footer-main>p{display:none}.purchase-copy h2{font-size:3.6rem}}
@media(max-width:760px){html{scroll-padding-top:25px}.container{width:calc(100% - 40px)}.header-inner{min-height:85px;position:relative;flex-wrap:wrap;gap:0}.wordmark{font-size:1.55rem}.wordmark span{font-size:.53rem;margin-top:6px}.menu-toggle{display:flex;align-items:center;gap:14px;border:0;background:none;font-size:.83rem;padding:13px 0 13px 18px}.menu-toggle>span{font-size:1.15rem}nav{width:100%;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 0 22px}nav.is-open{display:flex}nav a{padding:13px 0!important}.nav-cta{border:0;justify-content:space-between}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:30px;gap:33px}.hero-copy{padding:0}.hero .eyebrow{font-size:.65rem;margin-bottom:20px}h1{font-size:clamp(2.25rem,11.5vw,5rem);line-height:1.01}.hero-description{margin-top:23px;font-size:1rem;max-width:450px}.hero-actions{margin-top:24px;gap:24px}.button{font-size:.83rem;padding:15px 20px;gap:25px}.text-link{font-size:.83rem}.hero-book-note{margin-top:27px;padding-top:20px;max-width:none;font-size:.78rem}.hero-book-note div>span{font-size:.72rem}.book-number{font-size:2.3rem}.hero-photo{min-height:0;height:auto;aspect-ratio:1/1.1}.hero-photo img{object-position:center top}.hero-photo figcaption{font-size:.57rem;left:14px;bottom:14px;padding:8px 12px}.topic-band>.container{display:grid;grid-template-columns:1fr 1fr;gap:14px 8px;padding-block:20px;font-size:.58rem;letter-spacing:.065em}.topic-band span+span:before{display:none}.topic-band span:nth-child(even){text-align:right}.section{padding-block:64px}.eyebrow{font-size:.67rem;margin-bottom:19px}h2{font-size:2.45rem;line-height:1.1}.approach,.book-layout,.games-layout,.philosophy-layout,.practice,.purchase-layout,.faq-section{grid-template-columns:1fr;gap:32px}.large-copy{font-size:1.18rem}.approach-copy{font-size:.96rem}.book-section{padding-block:60px}.book-layout{gap:45px}.book-art .cover{width:230px}.book-caption{margin-top:27px;font-size:.56rem}.book-contents>p:not(.eyebrow){font-size:.95rem}.included-note{font-size:.78rem!important}.contents-list{margin-top:25px}summary{padding:19px 0;font-size:.94rem;gap:13px}.detail-copy{padding-left:31px}.section-heading{display:block;margin-bottom:34px}.section-heading>p{margin-top:23px;max-width:100%;font-size:.94rem}.games-section h2{font-size:2.3rem}.game-categories>div{padding:22px 0 22px 62px}.game-categories h3{font-size:1.3rem}.game-categories p{font-size:.875rem}.game-categories>div>span{font-size:.63rem}.sample-game{padding:28px}.sample-top{margin-bottom:28px}.sample-game h3{font-size:2.2rem}.sample-intro{font-size:1.35rem}.sample-rule{margin:22px 0}.philosophy{padding:40px 0 58px}.philosophy-layout{gap:35px}.philosophy figure{height:auto;aspect-ratio:1.1}.philosophy h2{font-size:2.55rem}.philosophy p:not(.eyebrow){font-size:.94rem}.practice{gap:36px}.practice-steps h3{font-size:1.4rem}.practice-steps>div{padding-left:35px}.purchase-section{padding-block:60px}.purchase-layout{gap:40px}.purchase-cover img{width:230px}.purchase-copy{text-align:center}.purchase-copy h2{font-size:3.1rem}.purchase-subtitle{font-size:.9rem}.desktop-break{display:none}.book-features{display:table;text-align:left;margin:auto;font-size:.83rem}.purchase-copy .button{width:100%;max-width:340px;justify-content:space-between}.purchase-note{font-size:.72rem}.faq-section{gap:33px}.faq-list summary{font-size:.94rem;line-height:1.5;padding:20px 0}.faq-list details>p{font-size:.9rem}.faq-section>div>p:not(.eyebrow){font-size:.875rem}.footer-main{align-items:start;flex-direction:column;gap:24px}.footer-email{font-size:.82rem}.footer-bottom{gap:20px;margin-top:30px;font-size:.67rem;flex-wrap:wrap}.brand-note{font-size:.625rem}dialog{padding:25px}dialog h2{font-size:2.2rem}.dialog-top .eyebrow{font-size:.58rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}@media print{.site-header,.menu-toggle,.hero-actions,footer,dialog{display:none}.container{width:100%}.section{padding:30px 0}.hero-photo{min-height:400px}details>div,details>p{display:block}.button{display:none}}

/* Refined mobile reading layout. */
@media(max-width:760px){
 .container{width:calc(100% - 36px)}
 .hero{padding-top:32px;gap:27px}
 .hero-copy,.approach,.book-contents,.section-heading,.philosophy-layout>div,.practice>div:first-child,.purchase-copy,.faq-section>div:first-child{text-align:center}
 .hero .eyebrow{justify-content:center}
 h1{font-size:clamp(2.25rem,10.9vw,4.7rem);line-height:1.06;letter-spacing:-.045em}
 h2{font-size:clamp(2rem,8.7vw,2.9rem);line-height:1.12;letter-spacing:-.04em;text-wrap:balance}
 h1,h2,h3,p{overflow-wrap:break-word}
 p{text-wrap:pretty}
 .hero-description{font-size:1rem;line-height:1.7;max-width:34ch;margin:20px auto 0}
 .hero-actions{justify-content:center;gap:18px;margin-top:23px}
 .hero-actions .button{width:min(100%,330px);justify-content:space-between;padding:16px 24px;font-size:.9rem}
 .hero-actions .text-link{font-size:.875rem}
 .hero-book-note{justify-content:center;text-align:left;margin-top:25px;padding-top:20px;gap:14px;font-size:.875rem}
 .hero-book-note div>span{font-size:.75rem}
 .hero-photo{aspect-ratio:4/5}
 .hero-photo figcaption{left:50%;transform:translateX(-50%);white-space:nowrap;font-size:.57rem}
 .section{padding-block:50px}
 .eyebrow{margin-bottom:16px;font-size:.7rem}
 .approach{gap:24px}
 .approach-copy{max-width:36ch;margin-inline:auto;font-size:1rem}
 .large-copy{font-size:1.2rem;line-height:1.5;text-wrap:balance}
 .book-section{padding-block:48px}
 .book-layout{gap:32px}
 .book-contents>p:not(.eyebrow){font-size:1rem;max-width:34ch;margin:18px auto 0}
 .contents-list{text-align:left;margin-top:24px}
 .contents-list summary{font-size:1rem;padding:20px 0}
 .detail-copy{font-size:1rem;padding-left:0;padding-right:0;line-height:1.7}
 .detail-topics{font-size:.8rem!important}
 .book-contents .included-note{font-size:.875rem!important;max-width:36ch!important}
 .section-heading{margin-bottom:28px}
 .games-section h2{font-size:clamp(2rem,8.5vw,2.9rem)}
 .section-heading>p{font-size:1rem;max-width:34ch;margin:20px auto 0}
 .games-layout{gap:28px}
 .game-categories>div{text-align:center;padding:21px 6px}
 .game-categories>div>span{position:static;display:block;margin-bottom:8px;font-size:.75rem}
 .game-categories h3{font-size:1.45rem;text-wrap:balance}
 .game-categories p{font-size:1rem;max-width:32ch;margin:auto;line-height:1.65}
 .sample-game{text-align:center;padding:26px 22px}
 .sample-top .eyebrow{font-size:.65rem}
 .sample-game>p:not(.sample-intro){font-size:1rem}
 .sample-note{border-left:0;border-top:1px solid #c7bcaa;padding:19px 0 0;font-size:.9rem!important}
 .sample-source{font-size:.75rem}
 .philosophy{padding:30px 0 48px}
 .philosophy-layout{gap:28px}
 .philosophy h2{font-size:clamp(2rem,9vw,2.8rem)}
 .philosophy p:not(.eyebrow){font-size:1rem;max-width:35ch;margin:20px auto 0}
 .philosophy .text-link{font-size:.9rem;line-height:1.6}
 .practice{gap:27px}
 .practice>div>p:not(.eyebrow){font-size:1rem;max-width:34ch;margin:20px auto 0}
 .practice-steps>div{text-align:center;padding:0 0 22px;margin-bottom:23px}
 .practice-steps>div>span{position:static;display:block;margin-bottom:10px;font-size:.75rem}
 .practice-steps h3{font-size:1.45rem;text-wrap:balance}
 .practice-steps p{font-size:1rem;max-width:34ch;margin-inline:auto}
 .purchase-section{padding-block:48px}
 .purchase-layout{gap:30px}
 .purchase-copy h2{font-size:clamp(2.65rem,11vw,3.4rem)}
 .purchase-subtitle{font-size:1rem;max-width:34ch;margin:18px auto 0}
 .book-features{font-size:.94rem;padding:20px 0}
 .book-features li{line-height:1.6;margin-bottom:4px}
 .purchase-copy .button{font-size:.9rem;padding:17px 23px}
 .purchase-note{font-size:.85rem;max-width:32ch;margin:15px auto 0}
 .faq-section{gap:25px}
 .faq-section>div>p:not(.eyebrow){font-size:1rem;margin-top:19px}
 .faq-list summary{font-size:1rem}
 .faq-list details>p{font-size:1rem;padding-right:0;line-height:1.7}
 .footer-main{align-items:center;text-align:center;gap:20px}
 .footer-email{font-size:.83rem;overflow-wrap:anywhere}
 .footer-email span{margin-left:4px}
 .footer-bottom{justify-content:center;gap:17px;font-size:.75rem}
 .footer-bottom>a:last-child{margin-left:0}
 .brand-note{text-align:center;font-size:.75rem;max-width:46ch;margin:22px auto 0}
}

/* Book delivery page. */
.success-body{min-height:100vh;display:flex;flex-direction:column}
.success-header .header-inner{min-height:95px}
.success-header .text-link{font-size:.85rem}
.success-main{flex:1;padding-block:65px 75px}
.success-intro{text-align:center;max-width:680px;margin:0 auto 40px}
.success-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #959c8a;border-radius:50%;margin:0 auto 19px;color:#475744;font-size:1.1rem}
.success-intro .eyebrow{margin-bottom:16px}
.success-intro h1{font-size:clamp(2.8rem,4.7vw,4.7rem);line-height:1.08}
.success-intro>p:last-child{color:var(--muted);max-width:42ch;margin:20px auto 0}
.delivery-panel{max-width:900px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;background:var(--soft);border:1px solid var(--line)}
.delivery-art{padding:44px;background:#e8e3d8;display:flex;align-items:center;justify-content:center}
.delivery-art img{width:205px;box-shadow:7px 10px 20px #282d2920}
.delivery-copy{padding:43px;display:flex;flex-direction:column;justify-content:center}
.delivery-copy .eyebrow{font-size:.65rem;margin-bottom:13px}
.delivery-copy h2{font-size:2.5rem;line-height:1.1}
.file-info{font-size:.8rem;color:var(--muted);margin-top:16px!important}
.delivery-copy>.button{margin-top:28px;justify-content:space-between;width:100%;font-size:.95rem}
.delivery-help{font-size:.85rem;color:var(--muted);margin-top:16px;line-height:1.7}
.download-status{font-size:.85rem;color:var(--rust);min-height:1.6em;margin-top:12px!important}
.reading-note{max-width:660px;margin:32px auto 0;text-align:center;color:var(--muted);font-size:.95rem}
.reading-note strong{display:block;font-family:var(--serif);font-weight:400;color:var(--ink);font-size:1.5rem;margin-bottom:10px}
.delivery-support{text-align:center;margin:26px auto 0;font-size:.875rem;overflow-wrap:anywhere}
.delivery-support a{border-bottom:1px solid var(--line)}
.success-footer{padding:24px 0;margin-top:auto}
.success-footer .container{display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:.75rem}
@media(max-width:760px){
 .success-header .header-inner{min-height:83px;gap:20px;flex-wrap:nowrap}
 .success-header .text-link{font-size:.75rem}
 .success-main{padding-block:35px 43px}
 .success-intro{margin-bottom:27px}
 .success-intro h1{font-size:clamp(2.35rem,10.2vw,3.5rem);text-wrap:balance}
 .success-intro>p:last-child{font-size:1rem;max-width:31ch;margin-top:16px}
 .delivery-panel{grid-template-columns:1fr}
 .delivery-art{padding:28px}
 .delivery-art img{width:160px}
 .delivery-copy{padding:28px 22px 24px;text-align:center}
 .delivery-copy h2{font-size:2rem}
 .delivery-copy .eyebrow{font-size:.7rem}
 .file-info{font-size:.85rem;margin-top:12px!important}
 .delivery-copy>.button{margin-top:23px;padding:17px 20px;gap:18px}
 .delivery-help{font-size:.9rem}
 .download-status{font-size:.85rem}
 .reading-note{font-size:1rem;max-width:33ch;margin-top:28px}
 .reading-note strong{font-size:1.45rem}
 .delivery-support{font-size:.85rem;max-width:36ch;line-height:1.9}
 .success-footer .container{justify-content:center;text-align:center;flex-wrap:wrap;gap:10px;font-size:.75rem}
}
.download-status:empty{display:none}
.reading-note strong{line-height:1.25}
