.BookHero-module__oBpyga__hero{background-color:var(--color-black);justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.BookHero-module__oBpyga__hero:after{content:"";background:linear-gradient(to bottom, transparent, var(--color-black));z-index:5;pointer-events:none;height:30%;position:absolute;bottom:0;left:0;right:0}.BookHero-module__oBpyga__nav{z-index:6;padding:32px var(--gutter);justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:0;left:0;right:0}.BookHero-module__oBpyga__backLink{flex-direction:row;align-items:center;gap:8px;text-decoration:none;display:flex}.BookHero-module__oBpyga__backArrow{color:var(--color-gold);opacity:.6;font-size:13px}.BookHero-module__oBpyga__backText{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);opacity:.75;font-size:12px;font-weight:400;transition:opacity .3s;position:relative}.BookHero-module__oBpyga__backText:after{content:"";background-color:var(--color-gold);transform-origin:0;height:1px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.BookHero-module__oBpyga__backLink:hover .BookHero-module__oBpyga__backText{opacity:1}.BookHero-module__oBpyga__backLink:hover .BookHero-module__oBpyga__backText:after{transform:scaleX(1)}.BookHero-module__oBpyga__brandmark{width:56px;height:auto}.BookHero-module__oBpyga__smokeBack{z-index:1;pointer-events:none;position:absolute;inset:-10%}.BookHero-module__oBpyga__smokeVideoBack{object-fit:cover;width:100%;height:100%;transform:scale(1.15)}.BookHero-module__oBpyga__bookImageWrap{z-index:2;pointer-events:none;width:fit-content;margin:0 auto;position:absolute;inset:3% 0 auto;-webkit-mask-image:linear-gradient(#000 45%,#0000 88%);mask-image:linear-gradient(#000 45%,#0000 88%)}.BookHero-module__oBpyga__bookImage{opacity:.9;width:clamp(380px,45vw,620px);height:auto}.BookHero-module__oBpyga__smokeFront{z-index:1;mix-blend-mode:screen;pointer-events:none;position:absolute;inset:-10%}.BookHero-module__oBpyga__smokeVideoFront{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)scale(1.1)}.BookHero-module__oBpyga__content{z-index:3;text-align:center;padding:0 var(--gutter);flex-direction:column;align-items:center;gap:8px;margin-top:30vh;display:flex;position:relative}.BookHero-module__oBpyga__title{font-family:var(--font-heading);color:var(--color-gold);letter-spacing:.02em;font-size:clamp(56px,10vw,140px);line-height:1}.BookHero-module__oBpyga__subtitle{font-family:var(--font-heading);color:var(--color-gold);text-wrap:balance;max-width:700px;margin-top:8px;font-size:clamp(16px,2vw,28px);line-height:1.3}.BookHero-module__oBpyga__authorLine{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:#ffffffb3;margin-top:16px;font-size:clamp(13px,1.2vw,16px);font-weight:300}.BookHero-module__oBpyga__scrollIndicator{z-index:6;border:1.5px solid #fff6;border-radius:14px;justify-content:center;width:28px;height:44px;padding-top:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.BookHero-module__oBpyga__scrollDot{background-color:#fff9;border-radius:2px;width:3px;height:8px;animation:2s ease-in-out infinite BookHero-module__oBpyga__scrollBounce}@keyframes BookHero-module__oBpyga__scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(10px)}}.BookHero-module__oBpyga__section{background-color:var(--color-black);padding:var(--section-padding) var(--gutter)}.BookHero-module__oBpyga__inner{max-width:var(--max-width);margin:0 auto}.BookHero-module__oBpyga__summaryGrid{grid-template-columns:1fr 1fr;gap:48px;max-width:960px;margin:0 auto;padding-bottom:64px;display:grid}.BookHero-module__oBpyga__summaryParagraph{font-family:var(--font-body);color:var(--color-white);text-wrap:balance;max-width:440px;font-size:clamp(14px,1vw,16px);font-weight:300;line-height:1.7}.BookHero-module__oBpyga__quoteBlock{text-align:center;max-width:720px;margin:64px auto}.BookHero-module__oBpyga__quoteText{font-family:var(--font-heading);color:var(--color-gold);margin:0;font-size:clamp(22px,3vw,40px);line-height:1.3}.BookHero-module__oBpyga__quoteAttribution{font-family:var(--font-body);color:var(--color-white);opacity:.6;letter-spacing:.15em;text-transform:uppercase;margin-top:16px;font-size:clamp(12px,.9vw,14px);font-style:normal;font-weight:300;display:block}.BookHero-module__oBpyga__detailsRow{border-top:1px solid #c4a76a33;align-items:center;gap:24px;padding-top:48px;display:flex}.BookHero-module__oBpyga__detail{font-family:var(--font-body);color:var(--color-white);flex-direction:column;gap:4px;font-size:clamp(13px,.9vw,15px);font-weight:300;display:flex}.BookHero-module__oBpyga__detailLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);font-size:10px;font-weight:500}.BookHero-module__oBpyga__detailDivider{background-color:#c4a76a4d;width:1px;height:32px}@media (max-width:768px){.BookHero-module__oBpyga__nav{padding:20px var(--gutter-mobile)}.BookHero-module__oBpyga__brandmark{width:44px}}@media (max-width:600px){.BookHero-module__oBpyga__section{padding:var(--section-padding-mobile) var(--gutter-mobile)}.BookHero-module__oBpyga__summaryGrid{grid-template-columns:1fr;gap:20px}.BookHero-module__oBpyga__detailsRow{flex-direction:column;align-items:flex-start;gap:20px}.BookHero-module__oBpyga__detailDivider{width:40px;height:1px}.BookHero-module__oBpyga__quoteBlock{margin:40px 0}}
.BookProduct-module__xnleHW__section{background-color:var(--color-black);padding:0 var(--gutter) var(--section-padding)}.BookProduct-module__xnleHW__inner{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.BookProduct-module__xnleHW__imageWrap{justify-content:center;align-items:center;display:flex}.BookProduct-module__xnleHW__image{object-fit:contain;width:100%;max-width:600px;height:auto;margin:0 auto;display:block}.BookProduct-module__xnleHW__copy{max-width:540px}.BookProduct-module__xnleHW__heading{font-family:var(--font-heading);color:var(--color-gold);margin-bottom:12px;font-size:clamp(32px,4vw,52px);line-height:1.1}.BookProduct-module__xnleHW__subtitle{font-family:var(--font-heading);color:#c4a76acc;text-wrap:balance;margin-bottom:20px;font-size:clamp(14px,1.4vw,20px);line-height:1.3}.BookProduct-module__xnleHW__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px;display:flex}.BookProduct-module__xnleHW__metaItem{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-white);opacity:.6;font-size:clamp(12px,.9vw,14px);font-weight:400}.BookProduct-module__xnleHW__metaDot{color:var(--color-gold);opacity:.4}.BookProduct-module__xnleHW__description{font-family:var(--font-body);color:var(--color-white);margin-bottom:36px;font-size:clamp(14px,1vw,16px);font-weight:300;line-height:1.7}.BookProduct-module__xnleHW__priceRow{align-items:center;gap:28px;margin-bottom:24px;display:flex}.BookProduct-module__xnleHW__price{font-family:var(--font-heading);color:var(--color-gold);font-size:clamp(28px,3vw,40px);line-height:1}.BookProduct-module__xnleHW__buyButton{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-black);background-color:var(--color-gold);border:1px solid var(--color-gold);cursor:pointer;border-radius:999px;padding:14px 48px;font-size:13px;font-weight:500;transition:color .4s,background-color .4s,transform .2s}.BookProduct-module__xnleHW__buyButton:hover:not(:disabled){color:var(--color-gold);background-color:#0000;transform:translateY(-1px)}.BookProduct-module__xnleHW__buyButton:active:not(:disabled){transform:translateY(0)}.BookProduct-module__xnleHW__buyButton:disabled{opacity:.6;cursor:not-allowed}.BookProduct-module__xnleHW__errorText{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);opacity:.65;margin-top:8px;font-size:11px;font-weight:400}.BookProduct-module__xnleHW__detailsRow{border-top:1px solid #c4a76a33;align-items:center;gap:24px;margin-top:8px;padding-top:32px;display:flex}.BookProduct-module__xnleHW__detail{font-family:var(--font-body);color:var(--color-white);flex-direction:column;gap:4px;font-size:clamp(13px,.9vw,15px);font-weight:300;display:flex}.BookProduct-module__xnleHW__detailLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);font-size:10px;font-weight:500}.BookProduct-module__xnleHW__detailDivider{background-color:#c4a76a4d;width:1px;height:32px}@media (max-width:900px){.BookProduct-module__xnleHW__inner{grid-template-columns:1fr;gap:48px}.BookProduct-module__xnleHW__imageWrap{order:-1}.BookProduct-module__xnleHW__copy{max-width:100%}}@media (max-width:600px){.BookProduct-module__xnleHW__section{padding:var(--section-padding-mobile) var(--gutter-mobile)}.BookProduct-module__xnleHW__priceRow,.BookProduct-module__xnleHW__detailsRow{flex-direction:column;align-items:flex-start;gap:20px}.BookProduct-module__xnleHW__detailDivider{width:40px;height:1px}}
.BookChapters-module__AgZ95a__section{background-color:var(--color-black);padding:var(--section-padding) var(--gutter)}.BookChapters-module__AgZ95a__inner{max-width:var(--max-width);margin:0 auto}.BookChapters-module__AgZ95a__heading{font-family:var(--font-heading);color:var(--color-gold);text-align:center;margin-bottom:64px;font-size:clamp(36px,5vw,72px);line-height:1.1}.BookChapters-module__AgZ95a__chapterList{flex-direction:column;display:flex}.BookChapters-module__AgZ95a__divider{background-color:var(--color-gold);width:100%;height:1px}.BookChapters-module__AgZ95a__chapterWrapper{flex-direction:column;display:flex}.BookChapters-module__AgZ95a__chapter{grid-template-columns:80px 1fr 1fr;align-items:baseline;gap:24px;padding:32px 0;display:grid}.BookChapters-module__AgZ95a__chapterNumber{font-family:var(--font-body);color:var(--color-gold);font-size:clamp(14px,1vw,16px);font-weight:300}.BookChapters-module__AgZ95a__chapterTitle{font-family:var(--font-heading);color:var(--color-gold);font-size:clamp(22px,2.5vw,34px);line-height:1.2}.BookChapters-module__AgZ95a__chapterDescription{font-family:var(--font-body);color:var(--color-white);font-size:clamp(13px,.95vw,15px);font-weight:300;line-height:1.7}.BookChapters-module__AgZ95a__midCta{text-align:center;margin-top:64px}.BookChapters-module__AgZ95a__midCtaButton{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);border:1px solid var(--color-gold);background-color:#0000;border-radius:999px;padding:14px 48px;font-size:13px;font-weight:500;text-decoration:none;transition:color .4s,background-color .4s,transform .2s;display:inline-block}.BookChapters-module__AgZ95a__midCtaButton:hover{color:var(--color-black);background-color:var(--color-gold);transform:translateY(-1px)}.BookChapters-module__AgZ95a__midCtaButton:active{transform:translateY(0)}.BookChapters-module__AgZ95a__authorSection{background-color:var(--color-black);padding:var(--section-padding) var(--gutter);overflow:hidden}.BookChapters-module__AgZ95a__authorInner{max-width:var(--max-width);grid-template-columns:1.1fr 1fr;align-items:center;gap:64px;margin:0 auto;display:grid}.BookChapters-module__AgZ95a__authorImageWrap{-webkit-mask-composite:source-in;border-radius:0;margin-left:8%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000),linear-gradient(#0000,#000 10% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000),linear-gradient(#0000,#000 10% 85%,#0000);-webkit-mask-composite:source-in;mask-composite:intersect}.BookChapters-module__AgZ95a__authorImageInner{z-index:2;position:relative}.BookChapters-module__AgZ95a__authorImage{object-fit:cover;object-position:top center;width:100%;height:clamp(480px,55vw,720px);display:block}.BookChapters-module__AgZ95a__smokeBack{z-index:1;mix-blend-mode:screen;opacity:.8;position:absolute;inset:-30%;overflow:hidden}.BookChapters-module__AgZ95a__smokeBack .BookChapters-module__AgZ95a__smokeVideo{animation:30s ease-in-out infinite alternate BookChapters-module__AgZ95a__smokeDrift;transform:rotate(135deg)scale(1.4)scaleX(-1)}.BookChapters-module__AgZ95a__smokeFront{z-index:3;mix-blend-mode:screen;opacity:.3;pointer-events:none;position:absolute;inset:-20%;overflow:hidden}.BookChapters-module__AgZ95a__smokeFront .BookChapters-module__AgZ95a__smokeVideo{animation:25s ease-in-out infinite alternate-reverse BookChapters-module__AgZ95a__smokeFloat;transform:rotate(-45deg)scale(1.3)}.BookChapters-module__AgZ95a__smokeVideo{object-fit:cover;transform-origin:50%;width:100%;height:100%}@keyframes BookChapters-module__AgZ95a__smokeDrift{0%{translate:0;scale:1}50%{translate:5% -8%;scale:1.05}to{translate:-3% 4%;scale:.97}}@keyframes BookChapters-module__AgZ95a__smokeFloat{0%{opacity:.15;translate:0}50%{opacity:.08;translate:-6% 5%}to{opacity:.18;translate:4% -3%}}.BookChapters-module__AgZ95a__authorCopy{max-width:520px}.BookChapters-module__AgZ95a__authorHeading{font-family:var(--font-heading);color:var(--color-gold);margin-bottom:28px;font-size:clamp(40px,5vw,72px);line-height:1.1}.BookChapters-module__AgZ95a__authorParagraph{font-family:var(--font-body);color:var(--color-white);margin-bottom:20px;font-size:clamp(14px,1vw,16px);font-weight:300;line-height:1.7}.BookChapters-module__AgZ95a__authorTagline{font-family:var(--font-body);color:var(--color-gold);margin-top:8px;font-size:clamp(14px,1vw,16px);font-weight:600;line-height:1.7}@media (max-width:900px){.BookChapters-module__AgZ95a__chapter{grid-template-columns:60px 1fr;gap:16px}.BookChapters-module__AgZ95a__chapterDescription{grid-column:2/-1}.BookChapters-module__AgZ95a__authorInner{grid-template-columns:1fr;gap:40px}.BookChapters-module__AgZ95a__authorSection{padding:var(--section-padding-mobile) var(--gutter-mobile)}.BookChapters-module__AgZ95a__authorImageWrap{margin-left:0}.BookChapters-module__AgZ95a__authorCopy{max-width:100%}}@media (max-width:600px){.BookChapters-module__AgZ95a__section{padding:var(--section-padding-mobile) var(--gutter-mobile)}.BookChapters-module__AgZ95a__chapter{grid-template-columns:1fr;gap:8px}.BookChapters-module__AgZ95a__chapterDescription{grid-column:1}.BookChapters-module__AgZ95a__heading{margin-bottom:40px}}
.BookPurchase-module__GPxpmW__section{background-color:var(--color-black);padding:var(--section-padding) var(--gutter)}.BookPurchase-module__GPxpmW__inner{max-width:var(--max-width);text-align:center;margin:0 auto}.BookPurchase-module__GPxpmW__heading{font-family:var(--font-heading);color:var(--color-gold);margin-bottom:24px;font-size:clamp(32px,4vw,58px);line-height:1.2}.BookPurchase-module__GPxpmW__description{font-family:var(--font-body);color:var(--color-white);max-width:600px;margin:0 auto 48px;font-size:clamp(14px,1vw,16px);font-weight:300;line-height:1.7}.BookPurchase-module__GPxpmW__priceBlock{margin-bottom:40px}.BookPurchase-module__GPxpmW__price{font-family:var(--font-heading);color:var(--color-gold);font-size:clamp(36px,4vw,56px);line-height:1}.BookPurchase-module__GPxpmW__buttonWrap{flex-direction:column;align-items:center;display:flex}.BookPurchase-module__GPxpmW__purchaseButton{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);border:1px solid var(--color-gold);cursor:pointer;background-color:#0000;border-radius:999px;padding:14px 48px;font-size:13px;font-weight:500;transition:color .4s,background-color .4s,transform .2s;position:relative;overflow:hidden}.BookPurchase-module__GPxpmW__purchaseButton:hover:not(:disabled){color:var(--color-black);background-color:var(--color-gold);transform:translateY(-1px)}.BookPurchase-module__GPxpmW__purchaseButton:active:not(:disabled){transform:translateY(0)}.BookPurchase-module__GPxpmW__purchaseButton:disabled{opacity:.6;cursor:not-allowed}.BookPurchase-module__GPxpmW__errorText{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);opacity:.65;margin-top:16px;font-size:11px;font-weight:400}@media (max-width:600px){.BookPurchase-module__GPxpmW__section{padding:var(--section-padding-mobile) var(--gutter-mobile)}}
