@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--night:#070d20;--deep:#0b132a;--ink:#f4f0e8;--muted:#b1bbcf;--gold:#e3c58f;--line:rgba(227,197,143,.22);--cyan:#77dfff;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--night);color:var(--ink);font:400 16px/1.75 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,summary,a{-webkit-tap-highlight-color:transparent}a,summary{touch-action:manipulation}a:focus-visible,summary:focus-visible{outline:2px solid var(--cyan);outline-offset:6px}img{display:block;width:100%;height:auto}figure,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.05;margin:0}h2{font-size:clamp(2.7rem,4.7vw,4.2rem);letter-spacing:-.025em}h2 em{color:var(--gold);font-weight:400}h3{font-size:2.5rem}em{font-weight:400}.skip-link{position:fixed;left:20px;top:-90px;z-index:99;padding:12px 20px;background:var(--gold);color:var(--night)}.skip-link:focus{top:12px}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 5%;border-bottom:1px solid var(--line);background:#080f23;position:relative;z-index:2}.brand{display:flex;align-items:center;gap:13px;font-size:15px;font-weight:600;letter-spacing:.16em;line-height:1.5}.brand small{display:block;font-size:10px;font-weight:400;letter-spacing:.22em;color:var(--muted);margin-top:5px}.brand-symbol{font-family:Georgia,serif;font-size:51px;line-height:1;color:var(--gold);position:relative;transform:rotate(-18deg)}.brand-symbol span{position:absolute;right:0;top:18px;font-size:20px;transform:rotate(18deg)}.site-header nav{display:flex;gap:34px;color:#ccd2df;font-size:14px}.site-header nav a{position:relative;padding:8px 0}.site-header nav a:after{content:'';position:absolute;height:1px;bottom:1px;left:0;width:0;background:var(--gold);transition:width .25s}.site-header nav a:hover:after,.site-header nav a[aria-current]:after{width:100%}.header-cta{font-size:14px;color:var(--gold);padding:10px 0;border-bottom:1px solid var(--line)}.header-cta span{margin-left:16px}.hero{position:relative;min-height:760px;height:calc(100svh - 100px);max-height:1000px;isolation:isolate;display:flex;align-items:center;overflow:hidden}.hero-art{position:absolute;inset:0;height:100%;object-fit:cover;object-position:center 44%;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,11,28,.96) 0%,rgba(5,11,28,.87) 21%,rgba(5,11,28,.42) 48%,rgba(5,11,28,.03) 75%),linear-gradient(0deg,#070d20 0%,transparent 24%);z-index:-2}.hero-inner{padding:65px 7% 120px;width:100%;position:relative}.eyebrow{display:flex;align-items:center;gap:14px;color:var(--gold);font-size:11px;letter-spacing:.2em;font-weight:600;line-height:1.6}.hero .eyebrow{margin-bottom:30px}.hero .eyebrow>span{font-size:17px}.hero h1{font-size:clamp(4.2rem,7.5vw,7.3rem);letter-spacing:-.035em;line-height:.99;max-width:700px}.hero h1 em{display:block;color:var(--gold);margin-top:4px}.hero-copy{font-family:var(--serif);font-size:1.7rem;line-height:1.2;margin-top:27px;letter-spacing:.01em}.hero-description{font-size:15px;max-width:400px;line-height:1.85;margin-top:20px;color:#c2ccde}.hero-actions{display:flex;gap:28px;align-items:center;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;font-size:14px;font-weight:600;padding:15px 23px;min-height:52px;transition:background .2s,transform .2s}.button-gold{background:var(--gold);color:#13182b}.button-gold:hover{background:#f7dbad;transform:translateY(-2px)}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:9px 0}.text-link:hover{color:var(--gold)}.hero-bottom{position:absolute;bottom:29px;left:7%;right:7%;display:flex;justify-content:space-between;gap:24px;color:#b9c3d6;font-size:10px;letter-spacing:.21em;line-height:1.7}.hero-bottom b{color:var(--gold);margin:0 15px;font-size:10px}.hero-bottom a span{font-size:20px;margin-left:13px;color:var(--gold)}.section-wrap{max-width:1440px;margin:auto;padding:110px 7%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:58px}.chapter-number{font-family:var(--serif);font-size:19px;color:#9eabbf;letter-spacing:0;border-right:1px solid var(--line);padding-right:16px}.section-heading h2,.split-copy h2{margin-top:22px}.section-heading>p{color:var(--muted);font-size:14px;padding-bottom:3px;line-height:1.9}.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.book-entry{padding:30px 32px 20px;position:relative;border-right:1px solid var(--line)}.book-entry:first-child{padding-left:0}.book-entry:last-child{padding-right:0;border-right:0}.book-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:70px;margin-bottom:18px}.book-top>span:first-child{font-size:10px;letter-spacing:.18em;color:var(--gold)}.book-number{font-family:var(--serif);font-size:70px;color:#354461;line-height:1}.book-entry h3{font-size:clamp(2.2rem,3.2vw,3rem);line-height:1.04;min-height:2.08em;letter-spacing:-.015em}.book-theme{font-family:var(--serif);font-style:italic;font-size:20px;line-height:1.3;color:var(--gold);margin:25px 0 14px}.book-entry>p:not(.book-theme){font-size:14px;color:var(--muted);line-height:1.85;min-height:105px}.book-entry details{margin-top:23px;border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;min-height:52px}summary::-webkit-details-marker{display:none}summary>span:last-child{color:var(--gold);font-size:22px;font-weight:400;transition:transform .2s}details[open]>summary>span:last-child{transform:rotate(45deg)}.detail-copy{padding:0 0 20px;font-size:14px;color:var(--muted);line-height:1.85}.section-divider{max-width:340px;margin:0 auto;display:flex;align-items:center;gap:26px;font-size:17px;color:var(--gold)}.section-divider span{height:1px;background:var(--line);flex:1}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.art-frame{position:relative;margin:0;padding:10px;border:1px solid var(--line)}.art-frame:before,.art-frame:after{content:'';width:17px;height:17px;position:absolute;border:1px solid var(--gold);pointer-events:none}.art-frame:before{left:-5px;top:-5px;border-right:0;border-bottom:0}.art-frame:after{right:-5px;bottom:-5px;border-left:0;border-top:0}.tarot-art img{aspect-ratio:4/5;object-fit:cover;object-position:center}.art-frame figcaption{font-size:9px;letter-spacing:.13em;color:var(--muted);text-align:center;padding:12px 4px 2px}.split-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.85;max-width:490px;margin-top:18px}.split-copy>p.section-intro{font-family:var(--serif);color:var(--ink);font-size:23px;line-height:1.4;margin-top:25px}.suit-list{margin-top:28px;border-top:1px solid var(--line)}.suit-list details{border-bottom:1px solid var(--line)}.suit-list summary{justify-content:flex-start;min-height:75px;gap:20px}.suit-glyph{font-family:Georgia,serif;font-size:29px;width:26px;color:var(--cyan);text-align:center}.suit-list details:nth-child(2) .suit-glyph{color:#edb185}.suit-list details:nth-child(3) .suit-glyph{color:#b4a5ec}.suit-list details:nth-child(4) .suit-glyph{color:var(--gold)}.suit-list strong{display:block;font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.2}.suit-list small{display:block;font-size:9px;letter-spacing:.15em;color:var(--muted);margin-top:6px}.suit-list .suit-toggle{margin-left:auto}.suit-list .detail-copy{padding-left:46px}.music-section{background:#0c142c;border-block:1px solid var(--line);overflow:hidden}.music-inner{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.music-copy h2{font-size:clamp(3rem,5vw,5rem)}.album-note{margin-top:35px;padding:24px 0 0;border-top:1px solid var(--line)}.album-note h3{font-size:30px;margin-top:14px}.album-note>p{font-size:14px;color:var(--muted);margin-top:12px;line-height:1.8}.album-note>.eyebrow{font-size:9px}.tracklist{margin-top:17px}.tracklist summary{color:var(--gold)}.tracklist ul{padding:10px 0 10px 19px;margin:0;list-style:'✧  ';font-size:14px;color:var(--muted);line-height:2.2}.music-art{margin:0;position:relative}.music-art img{aspect-ratio:4/5;object-fit:cover;object-position:center;border:1px solid var(--line)}.music-art figcaption{font-size:13px;letter-spacing:.17em;margin-top:20px;color:var(--gold)}.music-art figcaption span{display:block;margin-top:7px;font-size:9px;letter-spacing:.12em;color:var(--muted)}.closing{text-align:center;padding-top:85px;padding-bottom:90px}.closing-star{display:inline-block;font-size:31px;color:var(--gold);margin-bottom:22px}.closing .eyebrow{justify-content:center;font-size:10px}.closing h2{font-size:clamp(2.5rem,4.2vw,3.9rem);margin-top:24px}.closing>p:not(.eyebrow){color:var(--muted);margin-top:25px;font-size:15px}.closing .text-link{color:var(--gold);margin-top:24px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding:28px 7%;color:var(--muted);font-size:12px}.footer-brand{font-size:12px;letter-spacing:.14em;color:var(--gold)}.footer-brand span{font-size:24px;vertical-align:middle;margin-left:7px}.site-footer nav{display:flex;gap:25px}.site-footer a:hover{color:var(--gold)}
@media(min-width:1700px){.hero-inner{max-width:1700px;margin:auto}.hero-shade{background:linear-gradient(90deg,#050b1c 0%,rgba(5,11,28,.9) 15%,rgba(5,11,28,.45) 45%,transparent 75%),linear-gradient(0deg,#070d20,transparent 25%)}}
@media(max-width:1000px){.site-header{padding-inline:5%;height:90px}.header-cta{display:none}.site-header nav{gap:25px}.hero{height:auto;min-height:750px}.hero-inner{padding-inline:6%}.hero h1{font-size:5rem}.hero-art{object-position:57% center}.hero-shade{background:linear-gradient(90deg,rgba(5,11,28,.95),rgba(5,11,28,.65) 45%,rgba(5,11,28,.05)),linear-gradient(0deg,#070d20,transparent 30%)}.section-wrap{padding:80px 6%}.section-heading{gap:25px}.section-heading>p{max-width:260px}.section-heading>p br{display:none}.book-entry{padding-inline:23px}.book-entry>p:not(.book-theme){min-height:140px}.split-section,.music-inner{gap:6%}.suit-list strong{font-size:22px}.tarot-art img{aspect-ratio:3/5}.music-art img{aspect-ratio:3/5}.site-footer{padding-inline:6%}}
@media(max-width:700px){html{scroll-padding-top:25px}.site-header{height:auto;min-height:92px;padding:16px 6%;flex-wrap:wrap;gap:14px}.brand{font-size:13px;letter-spacing:.12em}.brand-symbol{font-size:42px}.brand-symbol span{font-size:16px;top:16px}.brand small{font-size:8px;letter-spacing:.15em}.site-header nav{width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:10px;gap:15px;font-size:13px}.site-header nav a{padding:4px 0}.hero{min-height:810px;align-items:flex-start}.hero-art{height:62%;top:0;object-position:68% top}.hero-shade{background:linear-gradient(0deg,#070d20 0%,#070d20 27%,rgba(7,13,32,.85) 46%,rgba(7,13,32,.1) 77%,rgba(7,13,32,.2));}.hero-inner{padding:315px 6% 90px}.hero .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:17px;gap:10px}.hero h1{font-size:clamp(3.7rem,12vw,5.5rem)}.hero-copy{font-size:1.5rem;margin-top:23px}.hero-description{font-size:14px;max-width:430px;margin-top:13px}.hero-actions{gap:19px;flex-wrap:wrap;margin-top:26px}.button{font-size:13px;padding:13px 18px;gap:20px}.hero-actions .text-link{font-size:12px;gap:8px}.hero-bottom{left:6%;right:6%;bottom:18px;font-size:8px;letter-spacing:.15em}.hero-bottom>a{display:none}.hero-bottom b{margin-inline:13px}.section-wrap{padding:65px 6%}.section-heading{display:block;margin-bottom:33px}.section-heading>p{max-width:100%;margin-top:22px;font-size:14px}.section-heading h2,.split-copy h2{margin-top:16px}h2{font-size:2.7rem}.eyebrow{font-size:10px}.book-grid{grid-template-columns:1fr}.book-entry,.book-entry:first-child,.book-entry:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.book-entry:last-child{border-bottom:0}.book-top{min-height:50px;margin-bottom:8px}.book-number{font-size:56px}.book-entry h3{font-size:2.8rem;min-height:0}.book-entry h3 br{display:none}.book-entry h3 br:after{content:' '}.book-entry h3{max-width:400px}.book-entry h3 br{display:initial}.book-theme{margin:19px 0 12px}.book-entry>p:not(.book-theme){min-height:0;max-width:480px}.book-entry details{margin-top:18px}.split-section,.music-inner{grid-template-columns:1fr;gap:37px}.split-section>.split-copy{grid-row:1}.tarot-art{max-width:500px;width:100%;margin:auto}.tarot-art img{aspect-ratio:1/1}.split-copy>p:not(.eyebrow){max-width:100%;font-size:14px}.split-copy>p.section-intro{font-size:23px}.music-copy h2{font-size:3.5rem}.music-art img{aspect-ratio:1/1;object-position:center 33%}.music-art figcaption{font-size:11px;margin-top:13px}.music-art figcaption span{font-size:8px}.closing h2{font-size:2.6rem}.closing>p:not(.eyebrow){font-size:14px}.closing-star{font-size:25px}.site-footer{flex-direction:column;gap:16px;text-align:center;padding:26px 6%}.site-footer p{order:3;font-size:11px}.site-footer nav{font-size:13px;gap:30px}.section-divider{max-width:210px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Comfortable reading sizes across devices; small type is secondary metadata only. */
.brand small,.eyebrow,.hero .eyebrow,.hero-bottom,.book-top>span:first-child,.art-frame figcaption,.suit-list small,.album-note>.eyebrow,.music-art figcaption span,.closing .eyebrow,.site-footer p{font-size:12px}
.hero-bottom{letter-spacing:.12em}.brand small{letter-spacing:.08em}.art-frame figcaption{letter-spacing:.07em}.suit-list small{letter-spacing:.09em}
.site-header nav,.header-cta,.button,.text-link,.hero-actions .text-link,.site-footer nav{font-size:14px}
.hero-description,.section-heading>p,.book-entry>p:not(.book-theme),.detail-copy,.split-copy>p:not(.eyebrow):not(.section-intro),.album-note>p,.tracklist ul,.closing>p:not(.eyebrow){font-size:16px}
.book-entry>p:not(.book-theme){min-height:150px}.music-art figcaption{font-size:14px}
@media(max-width:1000px) and (min-width:701px){.book-entry>p:not(.book-theme){min-height:180px}.brand{font-size:13px}.brand small{font-size:12px;letter-spacing:0}}
@media(max-width:700px){.book-entry>p:not(.book-theme){min-height:0}.hero{min-height:890px}.hero-inner{padding-bottom:100px}.hero-bottom{font-size:12px}.hero-actions{gap:12px 22px}.brand small{font-size:12px;letter-spacing:.02em}.section-heading>p br{display:none}.music-art figcaption span{font-size:12px;line-height:1.7}.site-footer p{font-size:12px}}
.tarot-art img{aspect-ratio:3/2;object-fit:contain}.music-art img{aspect-ratio:1/1;object-position:40% center}
@media(max-width:700px){.tarot-art img{aspect-ratio:3/2}.hero-art{object-position:80% top}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.streaming-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}.streaming-links a{display:inline-flex;align-items:center;gap:12px;border:1px solid var(--line);padding:9px 13px;font-size:14px;color:var(--gold);min-height:44px;transition:background .2s}.streaming-links a:hover{background:rgba(227,197,143,.09)}.streaming-links span[aria-hidden]{font-size:15px}.album-note .text-link{color:var(--gold);margin-top:12px}.tracklist ol{padding:10px 0 10px 24px;margin:0;font-size:16px;color:var(--muted);line-height:2.1}.tracklist li{padding-left:5px}.earlier-release{margin-top:24px}.earlier-release h3{font-size:27px}
.section-heading>p{max-width:360px}.book-links{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.book-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--line);font-size:14px;line-height:1.6;color:var(--gold);min-height:44px}.book-links a:hover{background:rgba(227,197,143,.09)}.book-entry summary{align-items:flex-start;line-height:1.6;padding-block:14px}.book-entry summary>span:last-child{line-height:1;flex-shrink:0}.book-entry>p:not(.book-theme){min-height:0}.hero{min-height:800px}
@media(max-width:1000px) and (min-width:701px){.section-heading>p{max-width:290px}.book-top>span:first-child{font-size:12px;letter-spacing:.1em}}
@media(max-width:700px){.hero{min-height:970px}.section-heading>p{max-width:100%}.hero .eyebrow{letter-spacing:.1em}.closing p br{display:none}.closing p{max-width:470px;margin-inline:auto}}
