@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font-0.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(font-1.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font-2.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(font-3.woff) format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font-4.woff) format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font-5.woff) format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(font-6.woff) format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font-7.woff) format('woff');
}

:root{--red:#c52930;--red-dark:#a71f27;--ink:#151515;--paper:#f4f3ef;--muted:#71716c;--line:#d8d7d2;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:Inter,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.7 var(--body);-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}button{color:inherit}::selection{background:var(--red);color:white}:focus-visible{outline:3px solid #d99139;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1;letter-spacing:-.018em}p{margin-bottom:1.2em}h1{font-size:clamp(3.7rem,7vw,7.5rem)}h2{font-size:clamp(2.8rem,4.9vw,5.3rem)}h3{font-size:2rem}.eyebrow{font-size:.75rem;letter-spacing:.18em;font-weight:700;text-transform:uppercase;line-height:1.6}.eyebrow:before{content:'';display:inline-block;width:26px;height:2px;background:currentColor;vertical-align:middle;margin-right:12px}.wrap{width:min(1280px,calc(100% - 100px));margin:auto}.skip{position:fixed;top:0;left:20px;background:white;padding:14px;z-index:110;transform:translateY(-120%)}.skip:focus{transform:translateY(0)}
.site-header{height:76px;background:#101010;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 50px;position:sticky;top:0;z-index:50;border-bottom:1px solid #ffffff19}.wordmark{font:800 1.85rem/1 var(--display);letter-spacing:.015em;display:inline-flex;align-items:center;gap:4px}.wordmark .book{font-weight:500}.wordmark:after{content:'';height:7px;width:7px;background:var(--red);align-self:flex-end;margin:0 0 3px 5px}.header-right{display:flex;align-items:center;height:100%;gap:30px}.language{display:flex;gap:12px;align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.06em}.language a{color:#a2a2a2;padding:8px 2px}.language a[aria-current=true]{color:#fff;border-bottom:2px solid var(--red)}.language span{color:#505050}.header-control{display:flex;gap:11px;align-items:center;border:0;background:none;color:inherit;padding:16px 0;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}.header-control:hover{color:#e08d90}.header-control svg{width:21px;height:21px}.header-divider{height:22px;width:1px;background:#ffffff30}.hamburger{width:23px;display:grid;gap:5px}.hamburger i{display:block;height:2px;background:currentColor}.hamburger i:last-child{width:15px}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:38px;min-height:53px;padding:14px 22px;border:1px solid currentColor;font-size:.75rem;line-height:1.6;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:background .2s,color .2s,transform .2s;background:none}.button:hover{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-2px)}.button.light:hover{background:white;color:var(--ink);border-color:white}.button.solid{background:var(--ink);color:white;border-color:var(--ink)}.button.red{background:var(--red);color:white;border-color:var(--red)}.button.red:hover{background:var(--red-dark)}.arrow{font-size:1.2rem;line-height:1}.text-link{display:inline-flex;gap:24px;align-items:center;font-size:.8rem;font-weight:600;padding-bottom:7px;border-bottom:1px solid currentColor}.text-link:hover{color:var(--red)}
.home-hero{background:#454542 url('./background-900.webp') center 47%/cover;padding:54px 50px 46px;position:relative}.home-hero:before{content:'';position:absolute;inset:0;background:#0002}.feature{max-width:1280px;margin:auto;position:relative;background:rgba(194,33,41,.93);color:white;display:grid;grid-template-columns:1fr 1fr;min-height:565px;align-items:center;padding:52px 55px 58px;overflow:hidden}.feature-copy{position:relative;z-index:2}.feature .eyebrow{margin-bottom:26px}.feature h1{font-size:clamp(5rem,8.2vw,8.6rem);line-height:.88;margin-bottom:25px;letter-spacing:-.018em}.feature h1 span{display:block;font-weight:500;font-size:.73em;letter-spacing:.014em;margin-top:12px}.feature-copy>p:not(.eyebrow){max-width:380px;color:#ffeded;font-size:1rem;line-height:1.7;margin-bottom:29px}.hero-book{width:112%;max-width:none;margin:0 0 0 -25px;filter:drop-shadow(12px 20px 17px #3f000035);transform:rotate(-3deg);transition:transform .65s}.hero-book:hover{transform:rotate(0) translateY(-5px)}.hero-caption{position:relative;max-width:1280px;margin:22px auto 0;display:flex;justify-content:space-between;color:#fff;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase}.hero-caption a{display:inline-flex;align-items:center;gap:18px}
.intro-grid{display:grid;grid-template-columns:1fr 1fr}.intro-panel{position:relative;min-height:570px;padding:68px max(44px,calc((100vw - 1280px)/2));padding-right:40px;overflow:hidden}.intro-panel h2{margin-bottom:24px;font-size:clamp(3.2rem,5.2vw,5.4rem)}.intro-panel p:not(.eyebrow){max-width:335px;font-size:.95rem;color:#686861;position:relative;z-index:2}.intro-panel.author-panel{padding-right:30%;}.author-panel .panel-copy{position:relative;z-index:2;width:310px;max-width:60vw}.author-panel .panel-copy>p:not(.eyebrow){max-width:250px}.author-silhouette{position:absolute;right:-20px;bottom:0;height:100%;width:52%;object-fit:cover;object-position:58% center;mix-blend-mode:multiply;opacity:.96;mask-image:linear-gradient(90deg,transparent 0%,black 22%)}.author-panel .text-link{margin-top:19px}.trilogy-panel{background:#161616;color:white;padding:68px 58px;display:flex;flex-direction:column;align-items:flex-start}.trilogy-panel .eyebrow{color:#aaa}.trilogy-panel h2{font-size:clamp(3rem,4.4vw,4.7rem);margin-bottom:7px}.trilogy-panel h2 span{color:#aaa;font-weight:500;font-size:.58em;display:block;margin-top:13px;letter-spacing:.1em}.trilogy-panel p:not(.eyebrow){color:#bbb;margin-bottom:22px}.trilogy-covers{display:flex;margin:20px -15px 9px;width:100%;align-items:end;min-height:155px}.trilogy-covers a{width:38%;margin-right:-3%;transition:transform .3s}.trilogy-covers a:nth-child(2){transform:translateY(-12px)}.trilogy-covers a:hover{transform:translateY(-20px)}.trilogy-covers img{width:100%;filter:drop-shadow(0 15px 10px #0005)}.trilogy-panel .text-link{margin-top:auto}.newsletter{background:#e8e7e2;padding:70px 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.newsletter h2{font-size:clamp(3rem,4.6vw,4.6rem);margin-bottom:15px}.newsletter p{color:#64645f;max-width:480px;font-size:.94rem;margin-bottom:0}.newsletter-form label.email-label{display:block;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.email-line{display:flex;border-bottom:1px solid #171717}.email-line input{width:100%;background:none;border:0;border-radius:0;min-width:0;padding:13px 0;font-size:1.1rem;outline-offset:0}.email-line button{background:var(--red);color:white;border:0;padding:0 22px;font-size:1.6rem;min-width:65px}.email-line button:hover{background:var(--red-dark)}.newsletter .mail-hint{font-size:.75rem;margin-top:14px;max-width:540px;color:#73736b}.newsletter .form-status{font-size:.85rem;color:var(--ink);margin-top:10px}.consent{display:flex;gap:9px;font-size:.8rem;align-items:flex-start;margin-top:15px}.consent input{accent-color:var(--red);margin:5px 0 0;width:16px;height:16px;flex:none}
.footer{background:#101010;color:#bdbdb8;padding:54px 0 27px}.footer-top{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:70px;padding-bottom:50px}.footer .wordmark{color:white;font-size:2.2rem;margin-bottom:23px}.footer p{font-size:.8rem;line-height:1.9}.footer-label{color:#fff;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;margin:0 0 17px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:9px 25px;font-size:.8rem}.footer a:hover{color:#fff}.footer-mail{display:inline-block;color:#eee;border-bottom:1px solid #666;margin-bottom:12px;font-size:1rem}.footer-bottom{border-top:1px solid #ffffff26;padding-top:24px;display:flex;justify-content:space-between;gap:25px;font-size:.7rem}.footer-bottom a{color:#ddd}.footer-stamp{font-family:var(--display);font-size:clamp(4.5rem,15.2vw,15rem);font-weight:800;letter-spacing:-.03em;line-height:1;margin:30px 0 0;color:#ffffff08;text-align:center;white-space:nowrap}
.menu-dialog{position:fixed;inset:0;border:0;padding:0;width:100%;max-width:none;height:100%;max-height:none;background:#101010;color:white;z-index:99}.menu-dialog::backdrop{background:#101010}.menu-top{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 50px;border-bottom:1px solid #ffffff20}.close-button{border:0;background:none;color:inherit;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:15px;padding:15px 0}.close-button span{font-size:1.7rem;line-height:1}.menu-body{width:min(1200px,calc(100% - 100px));margin:6vh auto;display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:center}.menu-links{display:flex;flex-direction:column}.menu-links a{font:600 clamp(1.8rem,3.4vw,3.4rem)/1.15 var(--display);padding:8px 0;border-bottom:1px solid #ffffff13;transition:color .2s,padding .2s}.menu-links a:hover{color:#ef5a5e;padding-left:14px}.menu-links a[aria-current=page]{color:#ef5a5e}.menu-aside img{max-height:300px;object-fit:contain;width:100%;margin-bottom:20px}.menu-aside{border-left:1px solid #ffffff20;padding-left:65px}.menu-aside p{color:#aaa;font-size:.85rem}
.page-heading{padding:74px 0 50px}.page-heading .eyebrow{color:var(--red)}.page-heading h1{margin-bottom:20px}.page-heading>p:last-child{max-width:620px;color:#696963}.breadcrumbs{font-size:.7rem;letter-spacing:.05em;color:#888;display:flex;gap:10px;margin-bottom:40px}.breadcrumbs a:hover{color:var(--red)}.catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:70px}.book-card{border-top:1px solid #222;padding-top:14px;display:flex;flex-direction:column}.book-card .card-tag{font-size:.7rem;letter-spacing:.1em;font-weight:500;color:#777;text-transform:uppercase}.cover-space{height:280px;display:flex;align-items:center;justify-content:center;margin:10px 0 23px;background:#eae9e4;overflow:hidden}.cover-space img{width:100%;max-height:270px;object-fit:contain;transition:transform .35s}.book-card:hover .cover-space img{transform:translateY(-8px) rotate(-2deg)}.book-card h2{font-size:2rem;margin-bottom:7px}.book-card h3{font-size:1.6rem;font-weight:500;margin-bottom:18px}.book-card p{font-size:.87rem;color:#717169;line-height:1.7}.book-card .text-link{margin-top:auto;align-self:flex-start}.trilogy-intro{padding:54px 0 60px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.3fr;gap:50px}.trilogy-intro h2{font-size:3.3rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:20px}.stat strong{display:block;font-family:var(--display);font-size:4.5rem;line-height:1;font-weight:600}.stat span{color:#7a7a72;font-size:.8rem}.footnote{font-size:.75rem;color:#8a8a83}
.book-hero{padding:45px 0 70px;background:#eae9e4}.book-hero.true-story{background:var(--red);color:#fff}.book-hero.true-story .breadcrumbs{color:#ffd9d9}.book-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:55px}.book-hero h1{margin:0 0 20px;font-size:clamp(4rem,7vw,7rem);line-height:.93}.book-hero h1 span{display:block;font-size:.6em;font-weight:500;margin-top:16px;line-height:1.03}.book-hero .book-subtitle{max-width:460px;font-size:1.05rem}.book-hero .author-line{font-size:.85rem;margin-bottom:25px;opacity:.75}.book-hero .eyebrow{margin-bottom:22px}.book-hero .detail-cover{width:100%;max-height:580px;object-fit:contain;filter:drop-shadow(10px 20px 18px #0002)}.book-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.release{font-size:.8rem;margin:15px 0 0;opacity:.8}.book-overview{padding:76px 0 82px;display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:100px}.reading p{font-size:1rem;line-height:1.9;color:#4d4d49}.reading h2{font-size:3.2rem;margin-bottom:30px}.reading blockquote{border-left:3px solid var(--red);padding:6px 0 6px 26px;margin:34px 0;font-family:var(--display);font-size:2rem;line-height:1.25}.reading blockquote cite{font-family:var(--body);font-size:.75rem;display:block;font-style:normal;margin-top:14px;color:#777}.specs{border-top:3px solid #202020;align-self:start}.specs h2{font-size:1.6rem;margin:24px 0 20px}.specs dl{margin:0}.specs dl div{border-bottom:1px solid var(--line);padding:13px 0;display:flex;gap:20px;justify-content:space-between;font-size:.82rem}.specs dt{color:#777}.specs dd{margin:0;text-align:right}.price{font-family:var(--display);font-weight:600;font-size:3.3rem;margin:23px 0 0;line-height:1.3}.price-note{font-size:.8rem;color:#74746d;margin:8px 0 25px}.discount-details{border-top:1px solid var(--line);margin:34px 0;padding-top:18px}.discount-details summary{font-size:.9rem;font-weight:600;cursor:pointer;line-height:1.7}.discount-details p{font-size:.86rem;margin-top:20px}.gallery-section{padding:65px 0;background:#e9e8e3}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px}.section-title-row h2{font-size:3.8rem;margin:0}.section-title-row p{font-size:.8rem;color:#777;max-width:300px;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.gallery-item{display:block;border:0;padding:0;background:#fff;position:relative;overflow:hidden;cursor:zoom-in}.gallery-item img{width:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item .zoom{position:absolute;right:12px;bottom:12px;background:#151515;color:white;width:36px;height:36px;display:grid;place-items:center;font-size:1.4rem}.photo-strip{display:grid;grid-template-columns:2fr 1fr;gap:20px}.photo-strip img{width:100%;height:100%;object-fit:cover}.lightbox{border:0;max-width:none;width:100%;max-height:none;height:100%;padding:65px 6vw 45px;background:rgba(12,12,12,.98);color:white;overflow:hidden}.lightbox::backdrop{background:#000}.lightbox img{height:100%;max-height:calc(100vh - 130px);object-fit:contain;margin:auto;width:100%}.lightbox-top{position:absolute;top:15px;left:35px;right:35px;display:flex;justify-content:space-between;align-items:center}.lightbox-caption{font-size:.8rem}.lightbox-arrow{position:absolute;top:50%;background:#ffffff14;color:white;border:1px solid #ffffff33;width:45px;height:55px;font-size:1.4rem}.lightbox-prev{left:15px}.lightbox-next{right:15px}.related-books{padding:65px 0}.related-books .catalog{grid-template-columns:repeat(3,1fr);margin-bottom:0}.related-books .cover-space{height:230px}.related-books .book-card{max-width:420px}
.author-hero{background:#e7e6e1;overflow:hidden}.author-hero .wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;min-height:620px}.author-hero-copy{padding:55px 0}.author-hero h1{font-size:clamp(4rem,7vw,7.8rem);margin-bottom:26px}.author-hero h1 span{display:block;color:var(--red)}.author-hero p:not(.eyebrow){max-width:500px;color:#5a5a55}.author-hero img{height:620px;width:100%;object-fit:cover;object-position:50% 25%;mix-blend-mode:multiply;align-self:end}.story{padding:85px 0;display:grid;grid-template-columns:230px minmax(0,780px);gap:75px;justify-content:center}.story-meta{align-self:start;position:sticky;top:110px;border-top:1px solid #222;padding-top:25px}.story-meta h2{font-size:2.2rem}.story-meta p{font-size:.8rem;color:#777}.story article>h2{font-size:4rem;margin-bottom:35px}.story article p{font-family:Georgia,'Times New Roman',serif;font-size:1.18rem;line-height:1.95;color:#454541}.story article p:first-of-type{font-size:1.5rem;line-height:1.6;color:#161616}.story article p:nth-of-type(2):first-letter{float:left;font:700 5rem/.85 var(--display);margin:10px 8px 0 0;color:var(--red)}.story-end{width:35px;height:4px;background:var(--red);margin-top:35px}
.bulletin-list{padding:5px 0 75px}.bulletin-item{border-top:1px solid var(--line);display:grid;grid-template-columns:180px 1fr 340px;gap:45px;padding:38px 0}.bulletin-item .eyebrow{color:var(--red)}.bulletin-item h2{font-size:2.6rem}.bulletin-item p{font-size:.95rem;color:#66665f;max-width:620px}.bulletin-item img{height:210px;width:100%;object-fit:contain}.bulletin-item .text-link{margin-top:10px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-bottom:75px}.contact-card{border-top:3px solid #171717;padding-top:25px}.contact-card h2{font-size:2.5rem}.contact-email{display:inline-block;font:600 clamp(1.8rem,3.5vw,3.3rem)/1.3 var(--display);border-bottom:1px solid #888;color:var(--red);margin:13px 0 28px}.contact-card address{font-style:normal;color:#62625c;line-height:1.9}.contact-note{font-size:.85rem;color:#777}.contact-photo{background:url('./background-907.webp') center/cover;min-height:310px}.partner{padding:65px 0;border-top:1px solid var(--line)}.partner-inner{display:grid;grid-template-columns:220px 1fr;gap:70px;align-items:start}.partner img{max-width:210px;background:#191919;padding:15px}.partner h2{font-size:2.2rem}.partner p{font-size:.9rem;color:#71716a}.partner a{text-decoration:underline;text-underline-offset:4px}
.order-dialog{background:var(--paper);border:0;width:600px;max-width:calc(100% - 30px);padding:30px;max-height:90vh;color:var(--ink)}.order-dialog::backdrop{background:#000b}.order-head{display:flex;justify-content:space-between;align-items:center}.order-head h2{font-size:2.2rem;margin:0}.order-dialog p{font-size:.9rem;color:#666}.order-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.order-fields label{font-size:.8rem}.order-fields input,.order-fields select,.order-fields textarea{display:block;width:100%;border:1px solid #b7b6af;background:white;padding:10px;border-radius:0;margin-top:5px;font-size:.95rem}.order-fields .wide{grid-column:1/-1}.order-dialog .button{margin-top:23px;width:100%}.order-dialog .consent{line-height:1.5}.notice{padding:25px;border-left:3px solid var(--red);background:#e8e7e1;font-size:.9rem}
@media(min-width:1600px){.intro-panel{padding-left:max(58px,calc((100vw - 1280px)/2));}.trilogy-panel{padding-left:72px;padding-right:max(58px,calc((100vw - 1280px)/2))}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.site-header{padding:0 32px}.home-hero{padding:35px 32px}.feature{padding:45px 36px;min-height:510px}.intro-panel{padding:50px 32px;min-height:510px}.author-panel .panel-copy{width:230px}.author-panel .panel-copy p{max-width:190px}.author-silhouette{right:-25px;width:57%}.trilogy-covers{margin-top:25px;min-height:130px}.newsletter-inner{gap:40px}.book-overview{gap:50px;grid-template-columns:minmax(0,1fr) 290px}.catalog{gap:20px}.cover-space{height:210px}.book-card h2{font-size:1.75rem}.book-card h3{font-size:1.35rem}.book-hero-grid{gap:30px}.story{grid-template-columns:190px 1fr;gap:45px}.bulletin-item{grid-template-columns:120px 1fr 240px;gap:25px}.footer-top{gap:40px}.author-hero .wrap{gap:30px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:66px;padding:0 20px}.wordmark{font-size:1.6rem}.header-right{gap:19px}.header-control .control-label,.header-divider{display:none}.language{gap:7px}.header-control{padding:15px 0}.home-hero{padding:22px 20px 23px;background-position:42% center}.feature{grid-template-columns:1fr;padding:34px 27px 22px;gap:5px;min-height:0}.feature .eyebrow{margin-bottom:24px;font-size:.7rem}.feature h1{font-size:clamp(4.5rem,15.5vw,7rem);margin-bottom:22px}.feature h1 span{margin-top:10px}.feature-copy>p:not(.eyebrow){font-size:.9rem;max-width:370px;margin-bottom:24px}.feature-copy{z-index:2}.hero-book{width:min(100%,400px);margin:15px auto -5px;transform:rotate(-2deg)}.hero-caption{font-size:.59rem;margin-top:18px;gap:20px;align-items:center;letter-spacing:.06em}.hero-caption>a{flex:none;gap:10px}.intro-grid{grid-template-columns:1fr}.intro-panel{padding:46px 25px;min-height:480px}.intro-panel h2{font-size:3.5rem}.author-panel .panel-copy{width:230px;max-width:66vw}.author-panel .panel-copy>p:not(.eyebrow){max-width:210px}.author-silhouette{width:51%;right:-12px;object-position:center;mask-image:linear-gradient(90deg,transparent 0%,black 25%)}.trilogy-panel{min-height:460px}.trilogy-panel h2{font-size:3.5rem}.trilogy-covers{margin:17px -5px 12px;min-height:175px}.trilogy-panel p:not(.eyebrow){max-width:330px}.newsletter{padding:45px 0}.newsletter-inner{grid-template-columns:1fr;gap:28px}.newsletter h2{font-size:3.1rem}.newsletter p{font-size:.88rem}.newsletter .mail-hint{font-size:.72rem}.footer{padding-top:40px}.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:34px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:300px}.footer .wordmark{margin-bottom:14px}.footer-links{grid-template-columns:1fr;gap:6px}.footer-top>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:9px;font-size:.68rem}.footer-stamp{font-size:18vw;margin-top:28px}.menu-top{height:66px;padding:0 20px}.menu-body{width:calc(100% - 40px);margin:30px auto;grid-template-columns:1fr}.menu-links a{font-size:2.2rem;padding:10px 0}.menu-aside{display:none}.page-heading{padding:45px 0 30px}.page-heading h1{font-size:4rem}.breadcrumbs{margin-bottom:28px}.catalog{grid-template-columns:1fr 1fr;gap:34px 18px;margin-bottom:45px}.cover-space{height:185px;margin:9px 0 20px}.book-card h2{font-size:1.75rem}.book-card h3{font-size:1.45rem}.book-card p{font-size:.8rem}.book-card .text-link{font-size:.72rem;gap:16px}.book-card .card-tag{font-size:.62rem;letter-spacing:.06em}.trilogy-intro{grid-template-columns:1fr;gap:20px;padding:38px 0}.trilogy-intro h2{font-size:2.8rem}.stats{gap:12px}.stat strong{font-size:3.5rem}.stat span{font-size:.7rem}.book-hero{padding:28px 0 35px}.book-hero-grid{grid-template-columns:1fr;gap:20px}.book-hero h1{font-size:4.5rem}.book-hero .detail-cover{max-height:365px;width:100%}.book-hero .book-subtitle{font-size:.98rem}.book-actions{gap:10px}.button{padding:13px 16px;gap:25px;font-size:.69rem}.book-overview{padding:45px 0;grid-template-columns:1fr;gap:30px}.reading h2{font-size:2.6rem}.reading p{font-size:.95rem;line-height:1.85}.specs{padding-bottom:10px}.specs dl div{font-size:.85rem}.gallery-section{padding:40px 0}.section-title-row{align-items:flex-start;flex-direction:column;gap:15px}.section-title-row h2{font-size:3rem}.gallery-grid{grid-template-columns:1fr;gap:15px}.photo-strip{grid-template-columns:1fr}.related-books{padding:40px 0}.related-books .catalog{grid-template-columns:1fr 1fr}.related-books .cover-space{height:170px}.related-books .book-card:last-child:nth-child(odd){grid-column:1/-1;max-width:none;display:grid;grid-template-columns:1fr 1fr;column-gap:25px}.related-books .book-card:last-child:nth-child(odd) .cover-space{grid-column:1;grid-row:2/7}.lightbox{padding:70px 10px 60px}.lightbox img{max-height:calc(100vh - 140px)}.lightbox-arrow{top:auto;bottom:15px;height:40px}.lightbox-top{left:20px;right:20px}.author-hero .wrap{grid-template-columns:1fr;gap:0}.author-hero-copy{padding:40px 0 5px}.author-hero h1{font-size:5rem}.author-hero img{height:410px;object-position:50% 23%}.story{padding:45px 0;grid-template-columns:1fr;gap:25px}.story-meta{position:static;display:flex;justify-content:space-between;gap:20px}.story-meta h2{font-size:1.7rem}.story article>h2{font-size:3.3rem}.story article p{font-size:1.12rem;line-height:1.85}.story article p:first-of-type{font-size:1.4rem}.bulletin-list{padding-bottom:45px}.bulletin-item{grid-template-columns:1fr;gap:12px;padding:28px 0}.bulletin-item>p{margin-bottom:0}.bulletin-item img{height:240px;grid-row:2}.bulletin-item h2{font-size:2.3rem}.contact-grid{grid-template-columns:1fr;gap:35px;padding-bottom:45px}.contact-email{font-size:2.4rem}.contact-photo{min-height:240px}.partner{padding:40px 0}.partner-inner{grid-template-columns:1fr;gap:25px}.partner img{max-width:170px}.order-dialog{padding:22px}.order-fields{grid-template-columns:1fr}.order-fields .wide{grid-column:auto}.order-head h2{font-size:1.9rem}}
@media(max-width:370px){.header-right{gap:13px}.language{font-size:.68rem}.wordmark{font-size:1.35rem}.home-hero{padding:16px 14px}.feature{padding:30px 22px 18px}.feature h1{font-size:4.2rem}.author-panel .panel-copy>p:not(.eyebrow){max-width:180px}.cover-space{height:155px}.book-hero h1{font-size:3.8rem}.book-actions .button{gap:15px}.contact-email{font-size:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;transform:none!important}}
.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}
.order-extra{margin-top:20px;border-top:1px solid var(--line);padding-top:14px}.order-extra summary{font-size:.8rem;cursor:pointer}.order-extra .order-fields{margin-top:18px}
@media(max-width:760px){.author-panel{min-height:550px;padding-bottom:35px}.author-panel .panel-copy{width:100%;max-width:none}.author-panel .panel-copy>p:not(.eyebrow){max-width:52%}.author-silhouette{height:295px;width:49%;right:0;object-fit:cover;object-position:50% center}.author-hero .wrap{min-width:0}.author-hero-copy{min-width:0}.author-hero h1{font-size:clamp(3.1rem,13vw,5rem)}.author-hero h1 span{overflow-wrap:normal}.author-hero p{max-width:100%}}
@media(max-width:760px){.intro-panel.author-panel{padding-right:25px}.author-panel .panel-copy>p:not(.eyebrow){max-width:56%}}
@media(max-width:480px){.intro-panel.author-panel{display:flex;flex-direction:column;padding:40px 25px 0;min-height:0}.author-panel .panel-copy{order:1}.author-panel .panel-copy>p:not(.eyebrow){max-width:100%}.author-panel .text-link{margin-top:6px}.author-silhouette{position:static;order:2;object-fit:cover;object-position:50% 15%;height:350px;width:100%;mask-image:none;margin-top:30px}.author-panel h2{font-size:3.2rem}}
