/* Bibliothèque Akuma — feuille scopée sous .akuma-library. */

.akuma-library {
  --ink: #17120f;
  --ink-soft: #261d17;
  --paper: #f3ecde;
  --paper-light: #fbf7ef;
  --copper: #b96537;
  --copper-bright: #d17c4a;
  --red: #823126;
  --line: rgba(23, 18, 15, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
.akuma-library * { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #17120f; }
.akuma-library { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
.akuma-library button, .akuma-library input { font: inherit; }
.akuma-library button, .akuma-library a { -webkit-tap-highlight-color: transparent; }
.akuma-library a { color: inherit; text-decoration: none; }
.akuma-library button { color: inherit; }
.akuma-library img { display: block; max-width: 100%; }
.akuma-library ::selection { color: var(--paper-light); background: var(--copper); }
.akuma-library .skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; border-radius: 4px; background: var(--paper-light); color: var(--ink); }
.akuma-library .skip-link:focus { transform: translateY(0); }
.akuma-library .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; }
.akuma-library .announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--copper); color: #fffaf0; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.akuma-library .announcement a { margin-left: 14px; border-bottom: 1px solid rgba(255,255,255,.6); letter-spacing: .08em; }
.akuma-library .announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); animation: pulse 2s ease-in-out infinite; }
.akuma-library .site-header { position: absolute; z-index: 30; top: 34px; left: 0; width: 100%; height: 92px; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; padding: 0 clamp(24px, 4vw, 72px); color: var(--paper-light); border-bottom: 1px solid rgba(255,255,255,.12); }
.akuma-library .brand { display: inline-flex; width: max-content; flex-direction: column; line-height: .75; text-transform: uppercase; }
.akuma-library .brand-overline { margin-left: 3px; font-size: 8px; font-weight: 700; letter-spacing: .42em; }
.akuma-library .brand-name { font-family: var(--serif); font-size: 29px; letter-spacing: .11em; }
.akuma-library .main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.8vw, 46px); }
.akuma-library .main-nav a { position: relative; padding: 10px 0; color: rgba(251,247,239,.76); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.akuma-library .main-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--copper-bright); transition: transform .3s ease; }
.akuma-library .main-nav a:hover { color: #fff; }
.akuma-library .main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.akuma-library .header-cta { justify-self: end; display: inline-flex; min-height: 44px; align-items: center; gap: 14px; padding: 0 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.akuma-library .header-cta:hover { border-color: var(--copper-bright); background: var(--copper); }
.akuma-library .menu-button { display: none; border: 0; background: transparent; }
.akuma-library .hero { position: relative; min-height: calc(100svh - 34px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 4vw; padding: 145px clamp(24px, 7vw, 128px) 70px; overflow: hidden; isolation: isolate; color: var(--paper-light); background: radial-gradient(circle at 72% 40%, #44301f 0, #241913 23%, #17120f 55%, #100d0b 100%); }
.akuma-library .hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.akuma-library .rail-architecture { position: absolute; z-index: -2; inset: 0; opacity: .5; overflow: hidden; }
.akuma-library .arch { position: absolute; top: 5%; bottom: -30%; width: 44vw; border: 1px solid rgba(202,139,91,.16); border-radius: 50% 50% 0 0; }
.akuma-library .arch-one { right: -2vw; }
.akuma-library .arch-two { right: 4vw; transform: scale(.75); opacity: .55; }
.akuma-library .horizon { position: absolute; right: 0; bottom: 20%; width: 52%; height: 1px; background: linear-gradient(90deg, transparent, rgba(208,134,78,.42), transparent); }
.akuma-library .horizon::before, .akuma-library .horizon::after { content: ""; position: absolute; top: 0; width: 1px; height: 45vh; transform-origin: bottom; background: linear-gradient(transparent, rgba(208,134,78,.35)); }
.akuma-library .horizon::before { left: 24%; transform: rotate(22deg); }
.akuma-library .horizon::after { right: 24%; transform: rotate(-22deg); }
.akuma-library .hero-copy { position: relative; z-index: 2; max-width: 760px; }
.akuma-library .eyebrow, .akuma-library .kicker { margin: 0 0 24px; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.akuma-library .eyebrow { color: rgba(251,247,239,.55); }
.akuma-library .eyebrow span, .akuma-library .copper { color: var(--copper-bright); }
.akuma-library .hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 4.65vw, 86px); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.akuma-library .hero h1 em, .akuma-library h2 em, .akuma-library h3 em, .akuma-library blockquote em { color: var(--copper-bright); font-weight: 400; }
.akuma-library .hero-seo-line { display: block; margin-top: 15px; color: rgba(251,247,239,.48); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.akuma-library .hero-lead { max-width: 610px; margin: 30px 0 0; color: rgba(251,247,239,.7); font-family: var(--serif); font-size: clamp(17px, 1.3vw, 22px); line-height: 1.55; }
.akuma-library .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.akuma-library .button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.akuma-library .button:hover { transform: translateY(-2px); }
.akuma-library .button span { font-size: 16px; }
.akuma-library .button-light { background: var(--paper-light); color: var(--ink); }
.akuma-library .button-light:hover { background: var(--copper-bright); color: white; }
.akuma-library .button-ghost { border-color: rgba(255,255,255,.22); color: var(--paper-light); }
.akuma-library .button-ghost:hover { border-color: var(--paper-light); background: rgba(255,255,255,.06); }
.akuma-library .trust-line { display: flex; align-items: stretch; margin-top: 54px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.akuma-library .trust-line span { display: flex; flex-direction: column; gap: 3px; padding: 13px clamp(12px, 2vw, 27px); border-right: 1px solid rgba(255,255,255,.12); color: rgba(251,247,239,.5); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.akuma-library .trust-line span:first-child { padding-left: 0; }
.akuma-library .trust-line span:last-child { border: 0; }
.akuma-library .trust-line strong { color: var(--paper-light); font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.akuma-library .hero-object { position: relative; z-index: 3; width: min(39vw, 610px); justify-self: center; perspective: 1600px; }
.akuma-library .book-aura { position: absolute; inset: 10% -20% -8%; border-radius: 50%; filter: blur(45px); background: radial-gradient(circle, rgba(216,143,84,.35), rgba(177,83,44,.08) 42%, transparent 70%); animation: breathe 4s ease-in-out infinite; }
.akuma-library .book-shadow { position: absolute; right: -1%; bottom: -8%; left: 6%; height: 17%; border-radius: 50%; filter: blur(25px); background: rgba(0,0,0,.75); transform: rotate(-2deg); }
.akuma-library .book { position: relative; width: 78%; margin: 0 auto; padding: 0; border: 0; background: transparent; cursor: pointer; transform: rotateY(-10deg) rotateX(2deg) rotateZ(1.5deg); transform-style: preserve-3d; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.akuma-library .book:hover { transform: rotateY(-3deg) rotateX(0) rotateZ(0) translateY(-12px); }
.akuma-library .book::after { content: ""; position: absolute; z-index: -1; top: 7px; right: -13px; bottom: -8px; width: 22px; border-radius: 0 3px 3px 0; background: repeating-linear-gradient(90deg, #d6cdbb 0, #f7f0e4 2px, #cfc4b0 3px); transform: translateZ(-10px); }
.akuma-library .book img { width: 100%; border: 1px solid rgba(255,255,255,.12); box-shadow: -24px 30px 70px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.1); }
.akuma-library .book-spine { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; width: 4%; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.32), rgba(255,255,255,.04), transparent); }
.akuma-library .new-stamp { position: absolute; top: 7%; right: 0; width: 88px; height: 88px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.56); border-radius: 50%; color: var(--paper-light); font-size: 8px; line-height: 1.45; letter-spacing: .22em; text-transform: uppercase; transform: rotate(9deg); backdrop-filter: blur(8px); background: rgba(23,18,15,.45); animation: float 3.5s ease-in-out infinite; }
.akuma-library .new-stamp::after { content: ""; position: absolute; inset: 5px; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; }
.akuma-library .new-stamp b { color: var(--copper-bright); font-family: var(--serif); font-size: 18px; letter-spacing: .05em; }
.akuma-library .object-note { position: absolute; right: 7%; bottom: 2%; color: rgba(251,247,239,.5); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.akuma-library .scroll-cue { position: absolute; right: clamp(24px, 4vw, 72px); bottom: 32px; display: flex; align-items: center; gap: 14px; color: rgba(251,247,239,.45); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.akuma-library .scroll-cue i { position: relative; width: 1px; height: 48px; overflow: hidden; background: rgba(255,255,255,.16); }
.akuma-library .scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--copper-bright); animation: scrollLine 2s ease-in-out infinite; }
.akuma-library .marquee { overflow: hidden; padding: 17px 0; border-bottom: 1px solid #2d221d; background: var(--ink); color: rgba(251,247,239,.7); }
.akuma-library .marquee > div { width: max-content; display: flex; align-items: center; gap: 34px; animation: marquee 24s linear infinite; }
.akuma-library .marquee span { font-family: var(--serif); font-size: 13px; font-style: italic; letter-spacing: .04em; white-space: nowrap; }
.akuma-library .marquee i { color: var(--copper-bright); }
.akuma-library .carnet-section { padding: clamp(88px, 11vw, 170px) clamp(24px, 7vw, 128px); background: var(--paper); }
.akuma-library .section-intro { display: grid; grid-template-columns: .65fr 1.25fr .85fr; align-items: end; gap: 5vw; }
.akuma-library .section-intro .kicker { align-self: start; }
.akuma-library .section-intro h2, .akuma-library .journey-title h2, .akuma-library .library-head h2, .akuma-library .faq-title h2, .akuma-library .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.2vw, 90px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.akuma-library .section-intro h2 em, .akuma-library .journey-title h2 em, .akuma-library .library-head h2 em, .akuma-library .faq-title h2 em { color: var(--red); }
.akuma-library .section-intro > p:last-child, .akuma-library .journey-title > p:last-child, .akuma-library .library-head > p { margin: 0; color: #665b53; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.akuma-library .carnet-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 96px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.akuma-library .carnet-stats div { min-height: 160px; display: flex; align-items: center; gap: 18px; padding: 26px clamp(12px, 2vw, 34px); border-right: 1px solid var(--line); }
.akuma-library .carnet-stats div:first-child { padding-left: 0; }
.akuma-library .carnet-stats div:last-child { border: 0; }
.akuma-library .carnet-stats b { font-family: var(--serif); font-size: clamp(46px, 4vw, 76px); font-weight: 400; line-height: 1; }
.akuma-library .carnet-stats span { color: #74685f; font-size: 9px; font-weight: 700; line-height: 1.6; letter-spacing: .11em; text-transform: uppercase; }
.akuma-library .station-board { margin-top: 100px; border: 1px solid #49392f; background: var(--ink-soft); color: var(--paper-light); box-shadow: 0 40px 80px rgba(65,44,30,.15); }
.akuma-library .board-head { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.akuma-library .board-head > div { display: flex; flex-direction: column; gap: 6px; }
.akuma-library .board-head span { color: rgba(251,247,239,.45); font-size: 8px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.akuma-library .board-head b { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.akuma-library .live-indicator { display: flex; align-items: center; gap: 9px; }
.akuma-library .live-indicator i { width: 6px; height: 6px; border-radius: 50%; background: var(--copper-bright); box-shadow: 0 0 0 5px rgba(209,124,74,.12); }
.akuma-library .station-track { position: relative; display: grid; grid-template-columns: repeat(10, minmax(94px, 1fr)); gap: 0; padding: 38px 20px 30px; overflow-x: auto; scrollbar-color: var(--copper) transparent; }
.akuma-library .track-line { position: absolute; top: 66px; right: 6%; left: 6%; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.1), var(--copper), rgba(255,255,255,.1)); }
.akuma-library .station-stop { position: relative; min-width: 94px; min-height: 125px; display: flex; flex-direction: column; align-items: center; padding: 0 7px; border: 0; background: transparent; color: rgba(251,247,239,.38); cursor: pointer; }
.akuma-library .station-stop > span { margin-bottom: 13px; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.akuma-library .station-stop i { position: relative; z-index: 2; width: 13px; height: 13px; margin-bottom: 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: var(--ink-soft); transition: .25s ease; }
.akuma-library .station-stop b { max-width: 90px; font-size: 8px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.akuma-library .station-stop:hover, .akuma-library .station-stop.is-active { color: var(--paper-light); }
.akuma-library .station-stop.is-active i { border-color: var(--copper-bright); background: var(--copper-bright); box-shadow: 0 0 0 7px rgba(209,124,74,.14); }
.akuma-library .station-detail { min-height: 185px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 30px 36px; border-top: 1px solid rgba(255,255,255,.12); background: #1b1512; }
.akuma-library .station-big { color: var(--copper-bright); font-family: var(--serif); font-size: 72px; line-height: 1; }
.akuma-library .station-detail p { margin: 0 0 6px; color: var(--copper-bright); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.akuma-library .station-detail h3 { margin: 0 0 9px; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 37px); font-weight: 400; }
.akuma-library .station-detail div > span { display: block; max-width: 700px; color: rgba(251,247,239,.56); font-family: var(--serif); font-size: 16px; line-height: 1.55; }
.akuma-library .station-detail button { min-height: 46px; padding: 0 18px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: var(--paper-light); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.akuma-library .station-detail button:hover { border-color: var(--copper-bright); background: var(--copper); }
.akuma-library .inside-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 8vw; margin-top: clamp(110px, 14vw, 210px); }
.akuma-library .inside-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 82px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.akuma-library .inside-copy h3 em { color: var(--red); }
.akuma-library .inside-copy > p:not(.kicker) { max-width: 500px; margin: 30px 0; color: #665b53; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.akuma-library .text-link { display: inline-flex; gap: 28px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.akuma-library .page-fan { position: relative; min-height: 620px; perspective: 1800px; }
.akuma-library .page-card { position: absolute; width: min(46%, 340px); margin: 0; padding: 10px 10px 36px; background: #fffaf0; box-shadow: 0 35px 65px rgba(65,44,30,.25); transition: transform .65s cubic-bezier(.16,1,.3,1), z-index .1s; }
.akuma-library .page-card img { width: 100%; }
.akuma-library .page-card figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; color: #796d63; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.akuma-library .page-a { z-index: 1; top: 80px; left: 0; transform: rotate(-9deg) translateZ(-30px); }
.akuma-library .page-b { z-index: 3; top: 0; left: 28%; transform: rotate(1deg); }
.akuma-library .page-c { z-index: 2; top: 105px; right: 0; transform: rotate(10deg) translateZ(-20px); }
.akuma-library .page-card:hover { z-index: 5; transform: rotate(0) translateY(-22px) scale(1.02); }
.akuma-library .journeys { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 128px); background: #201813; color: var(--paper-light); }
.akuma-library .journey-title { display: grid; grid-template-columns: .65fr 1.25fr .85fr; align-items: end; gap: 5vw; }
.akuma-library .journey-title .kicker { align-self: start; color: var(--copper-bright); }
.akuma-library .journey-title > p:last-child { color: rgba(251,247,239,.56); }
.akuma-library .journey-list { margin-top: 90px; border-top: 1px solid rgba(255,255,255,.16); }
.akuma-library .journey-list button { width: 100%; min-height: 112px; display: grid; grid-template-columns: 80px 1fr 180px 60px; align-items: center; gap: 20px; padding: 0 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; color: var(--paper-light); cursor: pointer; text-align: left; transition: background .35s ease, padding .35s ease; }
.akuma-library .journey-list button:hover { padding-left: 34px; background: var(--copper); }
.akuma-library .journey-list span { color: var(--copper-bright); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.akuma-library .journey-list button:hover span { color: white; }
.akuma-library .journey-list b { font-family: var(--serif); font-size: clamp(24px, 2.5vw, 42px); font-weight: 400; }
.akuma-library .journey-list i { color: rgba(251,247,239,.45); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.akuma-library .journey-list em { justify-self: end; font-size: 20px; font-style: normal; }
.akuma-library .library { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 128px); background: var(--paper-light); }
.akuma-library .library-head { display: grid; grid-template-columns: 1.4fr .75fr; align-items: end; gap: 9vw; }
.akuma-library .library-head > p { padding-bottom: 8px; }
.akuma-library .library-tools { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; margin-top: 82px; }
.akuma-library .search-box { height: 68px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 0 22px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.akuma-library .search-box > span { font-family: var(--serif); font-size: 26px; }
.akuma-library .search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 19px; }
.akuma-library .search-box input::placeholder { color: #8b8076; }
.akuma-library .search-box button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }
.akuma-library .result-count { display: flex; align-items: baseline; gap: 8px; color: #7a6e65; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.akuma-library .result-count b { color: var(--ink); font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: 0; }
.akuma-library .filters { display: flex; gap: 8px; margin: 26px 0 55px; padding-bottom: 10px; overflow-x: auto; scrollbar-width: thin; }
.akuma-library .filters button { flex: 0 0 auto; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .25s ease; }
.akuma-library .filters button:hover, .akuma-library .filters button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper-light); }
.akuma-library .guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.akuma-library .guide-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 24px 27px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-light); transition: color .35s ease, background .35s ease; }
.akuma-library .guide-card::before { content: ""; position: absolute; inset: 0; transform: translateY(101%); background: var(--ink-soft); transition: transform .5s cubic-bezier(.16,1,.3,1); }
.akuma-library .guide-card > * { position: relative; z-index: 1; }
.akuma-library .guide-card:hover { color: var(--paper-light); }
.akuma-library .guide-card:hover::before { transform: translateY(0); }
.akuma-library .guide-top { display: flex; justify-content: space-between; color: #8d8177; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.akuma-library .guide-top i { font-style: normal; }
.akuma-library .guide-card > p { margin: 55px 0 11px; color: var(--copper); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.akuma-library .guide-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(23px, 2vw, 31px); font-weight: 400; line-height: 1.06; }
.akuma-library .guide-desc { max-width: 340px; color: #756a61; font-family: var(--serif); font-size: 14px; line-height: 1.55; transition: color .25s ease; }
.akuma-library .guide-card:hover .guide-desc { color: rgba(251,247,239,.6); }
.akuma-library .guide-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.akuma-library .guide-bottom span { font-size: 18px; }
.akuma-library .empty-state { min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--line); text-align: center; }
.akuma-library .empty-state b { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.akuma-library .empty-state span { color: #756a61; font-family: var(--serif); }
.akuma-library .empty-state button { margin-top: 15px; min-height: 44px; padding: 0 18px; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.akuma-library .resource-grid { grid-template-columns: repeat(4, 1fr); }
.akuma-library .resource-card { min-height: 390px; }
.akuma-library .resource-card::after { content: "PDF"; position: absolute; right: -12px; top: 72px; color: rgba(185,101,55,.08); font-family: var(--serif); font-size: 92px; font-weight: 700; line-height: 1; transform: rotate(-90deg); }
.akuma-library .resource-card:hover::after { color: rgba(255,255,255,.05); }
.akuma-library .resource-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.akuma-library .resource-meta span { padding: 5px 7px; border: 1px solid var(--line); color: #81756b; font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.akuma-library .resource-card:hover .resource-meta span { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.55); }
.akuma-library .resource-actions { gap: 8px; }
.akuma-library .resource-actions a { min-height: 44px; display: inline-flex; flex: 1; align-items: center; justify-content: space-between; gap: 10px; padding: 0 11px; border: 1px solid var(--line); transition: border-color .25s ease, background .25s ease; }
.akuma-library .resource-actions a:first-child { background: var(--ink); color: var(--paper-light); }
.akuma-library .resource-card:hover .resource-actions { border-top-color: rgba(255,255,255,.15); }
.akuma-library .resource-card:hover .resource-actions a { border-color: rgba(255,255,255,.24); }
.akuma-library .resource-card:hover .resource-actions a:first-child { background: var(--copper); }
.akuma-library .resource-actions a:hover { border-color: var(--copper) !important; }
.akuma-library .online-guides { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 128px); background: #ded1bd; }
.akuma-library .online-copy { position: sticky; top: 60px; align-self: start; }
.akuma-library .online-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 4.7vw, 78px); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.akuma-library .online-copy h2 em { color: var(--red); }
.akuma-library .online-copy > p:last-child { max-width: 560px; margin: 28px 0 0; color: #665b53; font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.akuma-library .online-list { border-top: 1px solid rgba(23,18,15,.22); }
.akuma-library .online-list > a { min-height: 148px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 22px; padding: 20px 8px; border-bottom: 1px solid rgba(23,18,15,.22); transition: padding .35s ease, background .35s ease; }
.akuma-library .online-list > a:hover { padding-inline: 20px; background: rgba(251,247,239,.42); }
.akuma-library .online-list > a > span { color: var(--copper); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.akuma-library .online-list > a > div { display: flex; flex-direction: column; gap: 8px; }
.akuma-library .online-list i { color: #7c6f64; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.akuma-library .online-list b { font-family: var(--serif); font-size: clamp(23px, 2.2vw, 35px); font-weight: 400; line-height: 1.1; }
.akuma-library .online-list em { font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.akuma-library a:focus-visible, .akuma-library button:focus-visible, .akuma-library input:focus-visible, .akuma-library summary:focus-visible { outline: 2px solid var(--copper-bright); outline-offset: 4px; }
.akuma-library .manifesto { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: #17120f; color: var(--paper-light); }
.akuma-library .manifesto-visual { position: relative; min-height: 640px; overflow: hidden; background: radial-gradient(circle at 50% 35%, #9d4f2e, #4a2b20 34%, #1b1411 67%); }
.akuma-library .manifesto-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(0deg, transparent 0 52px, rgba(255,255,255,.12) 53px 54px), repeating-linear-gradient(90deg, transparent 0 69px, rgba(255,255,255,.08) 70px 71px); mask-image: linear-gradient(to bottom, black, transparent 74%); }
.akuma-library .sun-disc { position: absolute; top: 19%; left: 50%; width: 28vw; max-width: 400px; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; filter: blur(.2px); background: #d88a54; box-shadow: 0 0 80px rgba(222,136,78,.33); }
.akuma-library .rail { position: absolute; bottom: -8%; width: 3px; height: 78%; transform-origin: bottom; background: linear-gradient(rgba(250,230,200,.1), rgba(250,230,200,.85)); box-shadow: 13px 0 0 rgba(250,230,200,.17); }
.akuma-library .rail-left { left: 40%; transform: rotate(13deg); }
.akuma-library .rail-right { right: 40%; transform: rotate(-13deg); }
.akuma-library .station-sign { position: absolute; top: 52%; left: 50%; width: 60%; transform: translate(-50%, -50%); padding: 18px; border: 7px solid #201914; outline: 1px solid rgba(255,255,255,.38); background: #e5d9c6; color: var(--ink); text-align: center; font-family: var(--serif); font-size: clamp(32px, 4.5vw, 76px); letter-spacing: .14em; box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.akuma-library .manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 120px); }
.akuma-library .manifesto-copy .kicker { color: var(--copper-bright); }
.akuma-library .manifesto blockquote { margin: 20px 0 42px; font-family: var(--serif); font-size: clamp(34px, 4vw, 68px); letter-spacing: -.04em; line-height: 1.06; }
.akuma-library .manifesto-copy > p:not(.kicker) { max-width: 650px; color: rgba(251,247,239,.58); font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.akuma-library .manifesto-links { display: flex; flex-direction: column; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.16); }
.akuma-library .manifesto-links a { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: padding .25s ease, color .25s ease; }
.akuma-library .manifesto-links a:hover { padding-left: 12px; color: var(--copper-bright); }
.akuma-library .faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 128px); background: var(--paper); }
.akuma-library .faq-title h2 { font-size: clamp(46px, 4.8vw, 78px); }
.akuma-library .faq-list { border-top: 1px solid var(--line); }
.akuma-library .faq-list details { border-bottom: 1px solid var(--line); }
.akuma-library .faq-list summary { min-height: 92px; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 14px; cursor: pointer; list-style: none; }
.akuma-library .faq-list summary::-webkit-details-marker { display: none; }
.akuma-library .faq-list summary span { color: var(--copper); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.akuma-library .faq-list summary b { font-family: var(--serif); font-size: clamp(19px, 1.6vw, 26px); font-weight: 400; }
.akuma-library .faq-list summary i { font-size: 24px; font-style: normal; font-weight: 300; transition: transform .3s ease; }
.akuma-library .faq-list details[open] summary i { transform: rotate(45deg); }
.akuma-library .faq-list details > p { max-width: 740px; margin: -8px 30px 30px 62px; color: #695f57; font-family: var(--serif); font-size: 16px; line-height: 1.65; }
.akuma-library .final-cta { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 128px); background: var(--copper); color: #fff9ef; text-align: center; }
.akuma-library .final-cta::before, .akuma-library .final-cta::after { content: ""; position: absolute; top: -80%; bottom: -80%; width: 1px; transform: rotate(21deg); background: rgba(255,255,255,.17); }
.akuma-library .final-cta::before { left: 25%; }
.akuma-library .final-cta::after { right: 25%; }
.akuma-library .ticket-edge { position: absolute; top: 0; right: 0; left: 0; height: 10px; background: radial-gradient(circle at 5px -2px, transparent 6px, var(--copper) 7px) 0 0/20px 10px repeat-x; }
.akuma-library .final-cta > p { margin: 0 0 24px; font-size: 9px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.akuma-library .final-cta h2 { position: relative; z-index: 1; font-size: clamp(50px, 6.6vw, 112px); }
.akuma-library .final-cta h2 em { color: var(--ink); }
.akuma-library .final-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 45px; }
.akuma-library .button-dark { background: var(--ink); color: var(--paper-light); }
.akuma-library .button-outline { border-color: rgba(255,255,255,.55); color: white; }
.akuma-library .share-button { min-height: 50px; padding: 0 18px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.akuma-library .final-note { position: relative; z-index: 1; display: block; margin-top: 26px; color: rgba(255,255,255,.67); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.akuma-library footer { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 42px clamp(24px, 7vw, 128px); background: #110e0c; color: var(--paper-light); }
.akuma-library .footer-brand { color: var(--paper-light); }
.akuma-library footer > p { margin: 0; color: rgba(251,247,239,.47); font-family: var(--serif); font-size: 14px; line-height: 1.6; text-align: center; }
.akuma-library footer > div { display: flex; align-items: center; justify-content: flex-end; gap: 20px; color: rgba(251,247,239,.48); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.akuma-library footer a:hover { color: var(--copper-bright); }
.akuma-library .reader-overlay { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.akuma-library .reader-backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,8,7,.86); backdrop-filter: blur(15px); cursor: zoom-out; }
.akuma-library .reader-shell { position: relative; width: min(1180px, 96vw); height: min(900px, 92vh); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #201914; box-shadow: 0 40px 110px rgba(0,0,0,.65); animation: readerIn .5s cubic-bezier(.16,1,.3,1); }
.akuma-library .reader-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 18px 12px 24px; color: var(--paper-light); }
.akuma-library .reader-head > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.akuma-library .reader-head span { color: var(--copper-bright); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.akuma-library .reader-head b { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.akuma-library .reader-head > div:last-child { display: flex; align-items: center; gap: 8px; }
.akuma-library .reader-head a, .akuma-library .reader-head button { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: var(--paper-light); cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.akuma-library .reader-head button { width: 42px; justify-content: center; padding: 0; border-radius: 50%; font-size: 20px; }
.akuma-library .reader-shell iframe { width: 100%; flex: 1; border: 0; background: #d7d0c4; }
@keyframes pulse { 50% { opacity: .45; } }
@keyframes breathe { 50% { transform: scale(1.06); opacity: .75; } }
@keyframes float { 50% { transform: rotate(6deg) translateY(-9px); } }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 55%, 100% { transform: translateY(110%); } }
@keyframes marquee { to { transform: translateX(-38%); } }
@keyframes readerIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
@media (max-width: 1120px) {
.akuma-library .site-header { grid-template-columns: 180px 1fr 180px; padding-inline: 28px; }
.akuma-library .main-nav { gap: 18px; }
.akuma-library .main-nav a { font-size: 9px; }
.akuma-library .hero { grid-template-columns: 1.08fr .92fr; padding-inline: 6vw; }
.akuma-library .trust-line span { padding-inline: 13px; }
.akuma-library .section-intro, .akuma-library .journey-title { grid-template-columns: .42fr 1.2fr .8fr; }
.akuma-library .guide-grid { grid-template-columns: repeat(2, 1fr); }
.akuma-library .resource-grid { grid-template-columns: repeat(2, 1fr); }
.akuma-library .manifesto-copy { padding: 70px 55px; }
.akuma-library .page-fan { min-height: 530px; }
}
@media (max-width: 860px) {
.akuma-library .announcement { font-size: 8px; letter-spacing: .13em; }
.akuma-library .site-header { position: absolute; height: 78px; grid-template-columns: 1fr auto auto; gap: 14px; padding-inline: 20px; }
.akuma-library .header-cta { justify-self: auto; min-height: 40px; padding-inline: 13px; font-size: 8px; }
.akuma-library .menu-button { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 0 9px; cursor: pointer; }
.akuma-library .menu-button span { display: block; height: 1px; background: currentColor; }
.akuma-library .main-nav { position: absolute; top: 78px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 24px; opacity: 0; visibility: hidden; transform: translateY(-12px); border-top: 1px solid rgba(255,255,255,.1); background: rgba(23,18,15,.97); transition: .25s ease; }
.akuma-library .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.akuma-library .main-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.akuma-library .hero { min-height: auto; grid-template-columns: 1fr; padding: 140px 24px 85px; }
.akuma-library .hero-copy { max-width: 680px; }
.akuma-library .hero h1 { font-size: clamp(52px, 11vw, 82px); }
.akuma-library .hero-object { width: min(72vw, 520px); margin: 30px auto 0; }
.akuma-library .book { width: 74%; }
.akuma-library .scroll-cue { display: none; }
.akuma-library .section-intro, .akuma-library .journey-title { grid-template-columns: 1fr; align-items: start; }
.akuma-library .section-intro .kicker, .akuma-library .journey-title .kicker { margin-bottom: 0; }
.akuma-library .section-intro > p:last-child, .akuma-library .journey-title > p:last-child { max-width: 610px; margin-top: 10px; }
.akuma-library .carnet-stats { grid-template-columns: repeat(2, 1fr); }
.akuma-library .carnet-stats div:nth-child(2) { border-right: 0; }
.akuma-library .carnet-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.akuma-library .carnet-stats div:nth-child(3) { padding-left: 0; }
.akuma-library .station-detail { grid-template-columns: auto 1fr; }
.akuma-library .station-detail button { grid-column: 2; justify-self: start; }
.akuma-library .inside-grid { grid-template-columns: 1fr; }
.akuma-library .inside-copy { max-width: 610px; }
.akuma-library .page-fan { min-height: 610px; margin-top: 25px; }
.akuma-library .journey-list button { grid-template-columns: 56px 1fr 42px; }
.akuma-library .journey-list i { display: none; }
.akuma-library .library-head { grid-template-columns: 1fr; }
.akuma-library .library-head > p { max-width: 600px; }
.akuma-library .manifesto { grid-template-columns: 1fr; }
.akuma-library .manifesto-visual { min-height: 600px; }
.akuma-library .sun-disc { width: 54vw; }
.akuma-library .faq-section { grid-template-columns: 1fr; gap: 65px; }
.akuma-library .online-guides { grid-template-columns: 1fr; gap: 65px; }
.akuma-library .online-copy { position: static; }
.akuma-library footer { grid-template-columns: 1fr; text-align: center; }
.akuma-library .footer-brand { margin: 0 auto; }
.akuma-library footer > div { justify-content: center; }
}
@media (max-width: 580px) {
.akuma-library .announcement a { display: none; }
.akuma-library .announcement { height: 31px; padding: 0 10px; white-space: nowrap; }
.akuma-library .site-header { top: 31px; height: 72px; }
.akuma-library .brand-overline { font-size: 6px; }
.akuma-library .brand-name { font-size: 23px; }
.akuma-library .header-cta { display: none; }
.akuma-library .site-header { grid-template-columns: 1fr auto; }
.akuma-library .hero { padding-top: 125px; }
.akuma-library .eyebrow { margin-bottom: 18px; font-size: 8px; }
.akuma-library .hero h1 { font-size: clamp(46px, 14vw, 66px); }
.akuma-library .hero-lead { margin-top: 23px; font-size: 17px; }
.akuma-library .hero-actions { display: grid; grid-template-columns: 1fr; }
.akuma-library .button { width: 100%; }
.akuma-library .trust-line { display: grid; grid-template-columns: repeat(2, 1fr); }
.akuma-library .trust-line span { padding: 13px 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
.akuma-library .trust-line span:nth-child(2) { border-right: 0; }
.akuma-library .trust-line span:nth-child(3), .akuma-library .trust-line span:nth-child(4) { border-bottom: 0; }
.akuma-library .trust-line span:nth-child(3) { padding-left: 0; }
.akuma-library .hero-object { width: 92vw; transform: translateX(3vw); }
.akuma-library .book { width: 73%; }
.akuma-library .new-stamp { width: 72px; height: 72px; right: 6%; }
.akuma-library .object-note { right: 11%; }
.akuma-library .section-intro h2, .akuma-library .journey-title h2, .akuma-library .library-head h2, .akuma-library .faq-title h2 { font-size: clamp(42px, 13vw, 60px); }
.akuma-library .section-intro > p:last-child, .akuma-library .journey-title > p:last-child, .akuma-library .library-head > p { font-size: 16px; }
.akuma-library .carnet-stats { margin-top: 58px; }
.akuma-library .carnet-stats div { min-height: 125px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; padding: 18px; }
.akuma-library .carnet-stats b { font-size: 47px; }
.akuma-library .carnet-stats span br { display: none; }
.akuma-library .station-board { margin-top: 65px; }
.akuma-library .board-head { min-height: 78px; padding: 16px 18px; }
.akuma-library .live-indicator { display: none; }
.akuma-library .station-track { padding-inline: 8px; }
.akuma-library .station-detail { min-height: 260px; grid-template-columns: 1fr; align-items: start; padding: 25px 22px; }
.akuma-library .station-big { position: absolute; opacity: .12; font-size: 120px; }
.akuma-library .station-detail button { grid-column: 1; }
.akuma-library .inside-grid { margin-top: 100px; }
.akuma-library .page-fan { min-height: 470px; margin-inline: -5px; }
.akuma-library .page-card { width: 56%; padding: 6px 6px 28px; }
.akuma-library .page-a { top: 75px; }
.akuma-library .page-b { left: 21%; }
.akuma-library .page-c { top: 105px; }
.akuma-library .journey-list { margin-top: 54px; }
.akuma-library .journey-list button { min-height: 92px; grid-template-columns: 36px 1fr 24px; gap: 9px; padding-inline: 6px; }
.akuma-library .journey-list b { font-size: 23px; }
.akuma-library .library-tools { grid-template-columns: 1fr; gap: 10px; margin-top: 52px; }
.akuma-library .result-count { justify-self: end; }
.akuma-library .search-box { height: 60px; padding-inline: 15px; }
.akuma-library .search-box input { font-size: 16px; }
.akuma-library .filters { margin-bottom: 34px; }
.akuma-library .guide-grid { grid-template-columns: 1fr; }
.akuma-library .resource-grid { grid-template-columns: 1fr; }
.akuma-library .guide-card { min-height: 285px; }
.akuma-library .resource-card { min-height: 350px; }
.akuma-library .online-list > a { min-height: 120px; grid-template-columns: 34px 1fr 22px; gap: 10px; }
.akuma-library .online-list em { width: 22px; overflow: hidden; white-space: nowrap; font-size: 0; }
.akuma-library .online-list em::after { content: "↗"; font-size: 17px; }
.akuma-library .manifesto-visual { min-height: 480px; }
.akuma-library .sun-disc { width: 66vw; }
.akuma-library .station-sign { width: 73%; border-width: 5px; font-size: 36px; }
.akuma-library .manifesto-copy { padding: 70px 24px; }
.akuma-library .manifesto blockquote { font-size: 36px; }
.akuma-library .faq-list summary { grid-template-columns: 34px 1fr 20px; }
.akuma-library .faq-list details > p { margin-left: 48px; }
.akuma-library .final-cta h2 { font-size: clamp(46px, 13vw, 66px); }
.akuma-library .final-actions { display: grid; grid-template-columns: 1fr; }
.akuma-library footer > div { flex-wrap: wrap; }
.akuma-library .reader-overlay { padding: 0; }
.akuma-library .reader-shell { width: 100vw; height: 100svh; }
.akuma-library .reader-head { min-height: 88px; padding: 10px 12px; }
.akuma-library .reader-head > div:first-child span { display: none; }
.akuma-library .reader-head b { max-width: 130px; font-size: 13px; line-height: 1.2; }
.akuma-library .reader-head a:first-child { display: none; }
.akuma-library .reader-head a, .akuma-library .reader-head button { padding-inline: 10px; font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
.akuma-library { scroll-behavior: auto; }
.akuma-library *, .akuma-library *::before, .akuma-library *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
@media print {
.akuma-library .announcement, .akuma-library .site-header, .akuma-library .hero-actions, .akuma-library .scroll-cue, .akuma-library .marquee, .akuma-library .reader-overlay { display: none !important; }
.akuma-library .hero { min-height: auto; color: #111; background: white; }
}


/* Correctifs d'intégration WordPress
   1. [hidden] doit l'emporter sur les display de classe.
   2. overflow-x reporté sur le body, comme dans la maquette autonome. */

.akuma-library [hidden] {
	display: none !important;
}

body:has(.akuma-library) {
	margin: 0;
	overflow-x: hidden;
}

.akuma-library {
	overflow-x: visible;
}
/*  3. Le thème force color: var(--ink) sur tous les titres.
       On rend l'héritage de la maquette.
    4. Le fil d'Ariane du thème n'existe pas dans la maquette et
       passe sous l'en-tête fixe. */

.akuma-library h1,
.akuma-library h2,
.akuma-library h3,
.akuma-library h4,
.akuma-library h5,
.akuma-library h6 {
	color: inherit;
}

body:has(.akuma-library) .rk-breadcrumbs {
	display: none;
}
/*  5. Cibles tactiles de 44 px sur mobile.
       La zone est agrandie par un pseudo-element : aucun décalage visuel. */

@media (max-width: 640px) {
	.akuma-library .filters button {
		min-height: 44px;
	}

	.akuma-library .brand,
	.akuma-library .text-link,
	.akuma-library footer div a {
		position: relative;
	}

	.akuma-library .brand::after,
	.akuma-library .text-link::after,
	.akuma-library footer div a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		height: 44px;
		min-width: 44px;
		transform: translateY(-50%);
	}
}
