/* Mory's book access is deliberately separate from Eva's three-button dock. */
body[data-everymo-universe="mory"] #everymo-access-nav {
  display:grid;grid-template-columns:minmax(0,1fr);width:300px;
  max-width:calc(100vw - 36px);padding:5px;gap:0;border-radius:16px;
  border:1px solid #5bcced;background:#081622;
  box-shadow:0 8px 30px #0005,0 0 16px #48c9ed24;
}
body[data-everymo-universe="mory"] #everymo-access-nav .em-access-yrom {
  display:flex;flex-direction:row;justify-content:flex-start;align-items:center;
  gap:12px;padding:5px 11px;min-height:62px;color:#f3faff;
  background:linear-gradient(115deg,#102e43,#081622);border-radius:11px;text-align:left;
}
#everymo-access-nav .em-access-yrom img {display:block;width:37px;height:52px;object-fit:contain;flex:0 0 37px;border-radius:2px;}
#everymo-access-nav .em-access-yrom strong {display:block;font-size:17px;line-height:1.2;letter-spacing:.04em;color:#8ce3ff;text-shadow:0 0 12px #53caff44;}
#everymo-access-nav .em-access-yrom small {display:block;margin-top:3px;font-size:12px;line-height:1.35;font-weight:400;color:#e0edf5;}
#everymo-access-nav .em-access-yrom .yrom-arrow {margin-left:auto;color:#8ce3ff;font-size:25px;}
body[data-everymo-universe="mory"] #everymo-access-nav a:focus-visible {outline:3px solid #8ce3ff;outline-offset:4px;}
body[data-everymo-universe="mory"] #everymo-access-nav a:hover {filter:brightness(1.15);}
@media(max-width:767px){
  body[data-everymo-universe="mory"] #everymo-access-nav {left:12px;right:auto;bottom:calc(10px + env(safe-area-inset-bottom,0px));width:260px;max-width:calc(100vw - 24px);padding:4px;}
  body[data-everymo-universe="mory"] #everymo-access-nav .em-access-yrom {min-height:54px;gap:10px;padding:4px 10px;}
  #everymo-access-nav .em-access-yrom img {width:31px;height:44px;flex-basis:31px;}
  #everymo-access-nav .em-access-yrom strong {font-size:16px;}
  #everymo-access-nav .em-access-yrom small {font-size:11px;}
}

/* YROM presentation: deliberately scoped to the book page. */
body.yrom-book-page{background:#070e16;color:#e3edf3}
.yrom-book-page #main{max-width:1340px;margin:0 auto;padding:28px clamp(20px,4vw,56px) 32px;overflow:clip}
.yrom-book-page #main *{box-sizing:border-box}
.yrom-book-page #main [hidden]{display:none!important}
.yrom-book-page .yrom-crumb{display:flex;flex-direction:row;align-items:center;flex-basis:auto;flex-wrap:wrap;gap:10px;font-size:12px;color:#a9c4d3;margin:0 0 38px}
.yrom-book-page .yrom-crumb a{color:inherit;text-decoration:none;padding:0}
.yrom-book-page .yrom-crumb a:hover{text-decoration:underline}
.yrom-book-page .yrom-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(28px,5vw,70px);align-items:center;padding:12px 0 68px}
.yrom-book-page .yrom-kicker{display:block;font-size:12px;line-height:1.7;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#b5ec36;margin:0 0 18px}
.yrom-book-page h1{font-family:inherit;font-size:clamp(90px,12vw,156px);font-weight:700;line-height:.85;letter-spacing:-.075em;margin:24px 0 30px;color:#9ae6ff;text-shadow:0 0 34px #45bdec38}
.yrom-book-page h1 span{display:block;font-size:clamp(25px,3.1vw,38px);font-weight:500;line-height:1.1;letter-spacing:-.035em;margin-top:20px;color:#f4faff;text-shadow:none}
.yrom-book-page .yrom-tagline{font-size:clamp(24px,3vw,34px);line-height:1.25;color:#f1f8fc;letter-spacing:-.025em;margin:28px 0 18px}
.yrom-book-page em{font-family:inherit;font-style:normal;color:#8bdfff}
.yrom-book-page .yrom-copy{font-size:16px;line-height:1.75;color:#b8cbd7;max-width:51ch;margin:0}
.yrom-book-page .yrom-author{font-size:13px;color:#aac2d1;margin:22px 0 28px}
.yrom-book-page .yrom-author strong{font-weight:600;color:#e2f2fc}
.yrom-book-page .yrom-actions{display:flex;align-items:center;gap:18px 24px;flex-wrap:wrap}
.yrom-book-page .yrom-cta{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:48px;padding:14px 24px;border:1px solid #83e0fc;border-radius:8px;color:#06141e;background:#9be5fa;font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:background .2s,box-shadow .2s;box-shadow:0 0 22px #45caff18}
.yrom-book-page .yrom-cta:not(:disabled):hover{background:#cef5ff;box-shadow:0 0 25px #45caff3b}
.yrom-book-page .yrom-text-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;line-height:1.5;color:#c2e7f4;text-decoration:none;border-bottom:1px solid #6d9baf;padding:9px 0}
.yrom-book-page #main :is(a,button,summary):focus-visible{outline:3px solid #b5ec36;outline-offset:5px}
.yrom-book-page .yrom-stage{position:relative;padding:42px clamp(22px,4vw,48px);border-radius:160px 160px 16px 16px;border:1px solid #5ed8ff6b;background:radial-gradient(ellipse at 50% 45%,#1b5570 0%,#102333 54%,#080f19 85%);box-shadow:0 0 55px #4dc4ed16,inset 0 0 24px #39aece10;isolation:isolate}
.yrom-book-page .yrom-stage:before{content:"";position:absolute;inset:13px;border:1px solid #7edcff29;border-radius:150px 150px 8px 8px;pointer-events:none}
.yrom-book-page .yrom-stage:after{content:"";position:absolute;left:0;right:0;top:25%;height:1px;background:linear-gradient(90deg,transparent,#82defcab,transparent);z-index:-1;animation:yrom-scan 3.5s ease-out 1 both}
.yrom-book-page .yrom-stage-label{display:block;color:#89b6ca;text-transform:uppercase;letter-spacing:.15em;font-size:12px;text-align:center;margin:8px 0 30px}
.yrom-book-page .yrom-cover{margin:0;perspective:1000px}
.yrom-book-page .yrom-cover img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;transform:rotateY(-7deg) rotateZ(1deg);filter:drop-shadow(14px 18px 16px #0009);transition:transform .45s}
@media(hover:hover){.yrom-book-page .yrom-stage:hover .yrom-cover img{transform:rotateY(0) rotateZ(0)}}
.yrom-book-page .yrom-cover figcaption{text-align:center;color:#bed8e5;font-size:12px;letter-spacing:.07em;line-height:1.5;margin-top:25px}
.yrom-book-page .yrom-video-stage{padding:22px 22px 30px;border-radius:24px;background:linear-gradient(145deg,#1c1738,#091827 55%,#103949);border-color:#7ecffb80}
.yrom-book-page .yrom-video-stage:before{inset:10px;border-radius:17px;border-color:#a88bff30}
.yrom-book-page .yrom-video-stage .yrom-stage-label{margin:2px 0 18px;font-size:14px;letter-spacing:.06em}
.yrom-book-page .yrom-film{perspective:none}
.yrom-book-page .yrom-book-video{display:block;width:auto;height:auto;max-width:100%;max-height:620px;aspect-ratio:9/16;object-fit:contain;margin:0 auto;background:#040c17;border-radius:9px;box-shadow:0 12px 32px #0007}
.yrom-book-page .yrom-film figcaption{font-size:14px;letter-spacing:0;margin-top:18px}
@media(max-width:800px){.yrom-book-page .yrom-stage.yrom-video-stage{width:min(100%,370px);padding:20px 18px 28px}.yrom-book-page .yrom-book-video{max-height:min(68svh,560px)}}
.yrom-book-page .yrom-stage-index{position:absolute;bottom:14px;right:17px;font-size:12px;letter-spacing:.1em;color:#6596ad}
.yrom-book-page .yrom-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0 0 84px;padding:32px 0;border-block:1px solid #294351}
.yrom-book-page .yrom-stats div{display:flex;flex-direction:column;gap:8px;padding-left:22px;border-left:1px solid #294351}
.yrom-book-page .yrom-stats div:first-child{padding-left:0;border-left:0}
.yrom-book-page .yrom-stats dt{order:2;font-size:12px;line-height:1.5;color:#a6c0d0}
.yrom-book-page .yrom-stats dd{margin:0;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1;color:#9ce7ff;letter-spacing:-.045em}
.yrom-book-page .yrom-section{padding:0 0 84px;scroll-margin-top:120px}
.yrom-book-page .yrom-section h2{font-family:inherit;font-size:clamp(29px,4vw,46px);line-height:1.13;letter-spacing:-.035em;color:#f0f9ff;margin:10px 0 25px;font-weight:500}
.yrom-book-page .yrom-section-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:36px;align-items:end;margin-bottom:30px}
.yrom-book-page .yrom-section-heading h2{margin-bottom:0}
.yrom-book-page .yrom-section-heading .yrom-copy{max-width:39ch;justify-self:end;font-size:14px}
.yrom-book-page :is(.yrom-path-controls,.yrom-preview-controls){display:flex;gap:8px;margin:0 0 18px;flex-wrap:wrap}
.yrom-book-page :is(.yrom-path-controls,.yrom-preview-controls) button{font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;min-height:46px;border:1px solid #365366;background:#0a1824;color:#bed0dc;border-radius:6px;padding:12px 20px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.yrom-book-page :is(.yrom-path-controls,.yrom-preview-controls) button[aria-pressed="true"]{background:#122f42;color:#a9eaff;border-color:#74d7f9;box-shadow:inset 0 -2px #7ddfff}
.yrom-book-page .yrom-paths{display:grid;gap:20px}
.yrom-book-page .yrom-path{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:clamp(24px,4vw,44px);border:1px solid #345263;border-radius:12px;background:linear-gradient(115deg,#102739,#081420)}
.yrom-book-page .yrom-number{font-size:12px;line-height:1.7;letter-spacing:.12em;color:#8bbbcd}
.yrom-book-page :is(.yrom-path,.yrom-preview) h3{font-family:inherit;font-size:clamp(23px,3vw,32px);letter-spacing:-.025em;color:#e5f6ff;margin:15px 0;line-height:1.2;font-weight:500}
.yrom-book-page :is(.yrom-path,.yrom-preview) p{font-size:16px;line-height:1.75;color:#b8cbd7;margin:0 0 20px}
.yrom-book-page .yrom-path ul{list-style:none;padding:0;margin:0}
.yrom-book-page .yrom-path li{position:relative;padding:16px 0 16px 25px;border-bottom:1px solid #294352;font-size:14px;line-height:1.5;color:#c5dae5}
.yrom-book-page .yrom-path li:before{content:"↗";position:absolute;left:0;color:#b5ec36}
.yrom-book-page .yrom-preview-section{padding-top:42px;border-top:1px solid #294351}
.yrom-book-page .yrom-previews{display:grid;gap:28px}
.yrom-book-page .yrom-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,6vw,80px);align-items:center;border:1px solid #345263;background:radial-gradient(ellipse at 18% 50%,#173d51,#0a1724 65%);border-radius:12px;padding:clamp(20px,4vw,46px)}
.yrom-book-page .yrom-sheet{display:block;max-width:330px;width:100%;margin:auto;box-shadow:10px 18px 35px #0006;border-radius:2px;transition:transform .25s;overflow:hidden}
.yrom-book-page .yrom-sheet img{display:block;width:100%;height:auto}
@media(hover:hover){.yrom-book-page .yrom-sheet:hover{transform:translateY(-3px)}}
.yrom-book-page .yrom-preview-status{font-size:12px;color:#a2becd;text-align:right;min-height:1.5em;margin:12px 0 0}
.yrom-book-page .yrom-method-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;margin:36px 0 30px;list-style:none}
.yrom-book-page .yrom-method-steps li{position:relative;padding:20px 24px 20px 0;margin-right:20px;border-top:1px solid #4e99b5}
.yrom-book-page .yrom-method-steps li:before{content:"";position:absolute;top:-4px;left:0;width:7px;height:7px;border-radius:50%;background:#94e6ff;box-shadow:0 0 14px #45caff}
.yrom-book-page .yrom-method-steps span{font-size:12px;color:#8bbed4}
.yrom-book-page .yrom-method-steps h3{font-size:19px;font-weight:500;color:#e5f7ff;margin:14px 0}
.yrom-book-page .yrom-method-steps p{font-size:16px;line-height:1.7;color:#abc6d4;margin:0}
.yrom-book-page .yrom-quote{margin:28px 0 0;padding:32px 28px;border-left:2px solid #85dfff;background:linear-gradient(90deg,#102b3d,#09131e);color:#b2eaff;font-size:clamp(25px,3.4vw,42px);line-height:1.3;letter-spacing:-.02em}
.yrom-book-page .yrom-quote cite{display:block;font-size:12px;color:#8daebe;font-style:normal;letter-spacing:.06em;margin-top:16px}
.yrom-book-page .yrom-contents-section{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.yrom-book-page :is(.yrom-contents,.yrom-faq) details{border-bottom:1px solid #294352;background:transparent;border-radius:0;margin:0;padding:0}
.yrom-book-page :is(.yrom-contents,.yrom-faq) summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:16px;line-height:1.5;color:#d3eaf6;padding:22px 0}
.yrom-book-page :is(.yrom-contents,.yrom-faq) summary::-webkit-details-marker{display:none}
.yrom-book-page :is(.yrom-contents,.yrom-faq) summary:after{content:"+";font-size:22px;color:#8bdfff;font-weight:400;flex-shrink:0}
.yrom-book-page :is(.yrom-contents,.yrom-faq) details[open] summary:after{content:"−"}
.yrom-book-page :is(.yrom-contents,.yrom-faq) details p{font-size:16px;line-height:1.8;color:#b5cbd8;margin:0;padding:0 24px 24px 0}
.yrom-book-page .yrom-launch{display:grid;grid-template-columns:1fr;gap:30px;border:1px solid #60b9d1;border-radius:16px;padding:clamp(24px,4vw,46px);margin-bottom:76px;background:radial-gradient(ellipse at 20% 0%,#1b4054,#0a1622 70%);box-shadow:0 0 48px #43cbef13}
.yrom-book-page .yrom-editions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.yrom-book-page .yrom-format{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.yrom-book-page .yrom-format li{border:1px solid #37596c;border-radius:4px;font-size:12px;line-height:1.5;padding:7px 9px;color:#c5dbe6}
.yrom-book-page .yrom-launch-card{position:relative;display:flex;flex-direction:column;background:#07121e;border:1px solid #2e5165;border-radius:10px;padding:32px;overflow:hidden;isolation:isolate}
.yrom-book-page .yrom-launch-card h3{font-size:26px;line-height:1.2;margin:0 0 12px;color:#eefaff;font-weight:500}
.yrom-book-page .yrom-launch-card .yrom-edition-price{font-size:38px;line-height:1.2;color:#a9eaff;margin:12px 0 0;letter-spacing:-.035em}
.yrom-book-page .yrom-launch-card .yrom-edition-price small{display:block;font-size:12px;line-height:1.5;letter-spacing:.05em;color:#a8bfcc;margin-bottom:6px}
.yrom-book-page .yrom-launch-card .yrom-edition-detail{flex:1;font-size:16px;line-height:1.7}
.yrom-book-page .yrom-launch-card .yrom-edition-status{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#b5ec36;margin:0 0 18px}
.yrom-book-page .yrom-launch-disclaimer{font-size:14px;line-height:1.7;color:#b5cbd8;margin:0;max-width:75ch}
.yrom-book-page .yrom-launch-mark{position:absolute;right:0;bottom:-50px;font-size:300px;font-weight:700;color:#122637;line-height:1;z-index:-1;pointer-events:none}
.yrom-book-page .yrom-coming{font-size:26px;line-height:1.2;margin:0 0 14px;color:#a9eaff;letter-spacing:-.03em}
.yrom-book-page .yrom-launch-card>p:not(.yrom-coming){font-size:14px;line-height:1.6;color:#b5cbd8}
.yrom-book-page .yrom-launch-card .yrom-cta{width:100%;margin:18px 0 4px;color:#b1d4e0;background:#163344;border-color:#416c82;box-shadow:none;cursor:not-allowed}
.yrom-book-page .yrom-launch-card>p.yrom-launch-note{font-size:12px;color:#a8bfcc}
.yrom-book-page .yrom-faq{max-width:820px;margin:0 auto}
.yrom-book-page #main>.yrom-faq{padding-bottom:0}
.yrom-book-page #main+.site-footer{margin-top:0}
.yrom-book-page .yrom-enter{animation:yrom-enter .7s cubic-bezier(.2,.65,.3,1) both}
@keyframes yrom-enter{from{transform:translateY(14px);opacity:.45}to{transform:translateY(0);opacity:1}}
@keyframes yrom-scan{0%{top:15%;opacity:0}20%{opacity:1}100%{top:85%;opacity:0}}
@media(max-width:800px){
.yrom-book-page .yrom-hero{grid-template-columns:1fr;gap:38px;padding-bottom:45px}
.yrom-book-page .yrom-intro{max-width:580px}
.yrom-book-page .yrom-stage{width:min(100%,400px);justify-self:center}
.yrom-book-page h1{font-size:clamp(86px,20vw,130px)}
.yrom-book-page .yrom-section-heading{grid-template-columns:1fr;gap:18px}
.yrom-book-page .yrom-section-heading .yrom-copy{justify-self:start;max-width:52ch}
.yrom-book-page .yrom-contents-section{grid-template-columns:1fr;gap:20px}
.yrom-book-page .yrom-method-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}
.yrom-book-page .yrom-launch{grid-template-columns:1fr;gap:28px}
}
@media(max-width:560px){
.yrom-book-page #main{padding:20px 20px 24px}
.yrom-book-page .yrom-crumb{margin-bottom:24px;font-size:12px}
.yrom-book-page .yrom-hero{padding-top:0}
.yrom-book-page .yrom-kicker{font-size:12px;letter-spacing:.13em}
.yrom-book-page .yrom-tagline{font-size:25px}
.yrom-book-page .yrom-copy{font-size:15px}
.yrom-book-page .yrom-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px;margin-bottom:48px}
.yrom-book-page .yrom-stats div{padding-left:0;border:0}
.yrom-book-page .yrom-section{padding-bottom:52px;scroll-margin-top:100px}
.yrom-book-page .yrom-path,.yrom-book-page .yrom-preview{grid-template-columns:1fr;gap:20px}
.yrom-book-page .yrom-path{padding:25px 20px}
.yrom-book-page :is(.yrom-path-controls,.yrom-preview-controls){gap:6px}
.yrom-book-page :is(.yrom-path-controls,.yrom-preview-controls) button{font-size:14px;padding:10px 12px;flex:1 1 auto}
.yrom-book-page .yrom-preview{padding:22px 18px}
.yrom-book-page .yrom-preview .yrom-sheet{max-width:280px}
.yrom-book-page .yrom-stage{padding:30px 30px 34px}
.yrom-book-page .yrom-stage-label{font-size:12px;margin-bottom:24px}
.yrom-book-page .yrom-method-steps li{padding-right:12px;margin-right:12px}
.yrom-book-page .yrom-method-steps h3{font-size:18px}
.yrom-book-page .yrom-launch{padding:24px 18px;margin-bottom:50px}
.yrom-book-page .yrom-launch-card{padding:25px 20px}
.yrom-book-page .yrom-editions{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.yrom-book-page #main *, .yrom-book-page #main *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.yrom-book-page .yrom-cover img{transform:none}}
@media print{body[data-everymo-universe="mory"] #everymo-access-nav{display:none!important}}
