/* KAIRO section stylesheet - B6, scoped.
 *
 * Why this is a code file rather than the section's css field: writing it into
 * the section runs it through this site's design-system matcher, which deleted
 * 16 declarations (every font-size the presets also declare, and h1/h2's
 * line-height) and re-serialised the rest, losing a comment terminator. Both
 * are silent. A code file is stored byte for byte, and RULE 1 already puts the
 * fragile parts of this build outside the section for the same reason.
 *
 * Every selector below carries the .uichemy-kairo-1 wrapper, because a code file is not
 * auto-prefixed the way widget css is. Values are B6's, unchanged.
 */

/* The matcher also adds .text-* preset classes to the markup on every save.
 * Those presets belong to this site's "Ember & Oak" design system - Fraunces and
 * Manrope at their own sizes - and would overwrite KAIRO's type. Neutralise them
 * inside the wrapper only, so each element falls back to the KAIRO rules below.
 * Scoped, so the rest of the site keeps its design system intact. */
.uichemy-kairo-1 .text-display-hero,
.uichemy-kairo-1 .text-kicker,
.uichemy-kairo-1 .text-button,
.uichemy-kairo-1 .text-caption{
  font-family:inherit; font-size:inherit; font-weight:inherit;
  line-height:inherit; letter-spacing:inherit;
}


.uichemy-kairo-1{
  --ink:#03060f;
  --bone:#eaf2ff;
  --dim:#8fa2c4;
  --cyan:#22e0ff;
  --magenta:#ff2d95;
  --pad:clamp(18px,3.2vw,52px);
  /* the source's html/body defaults, carried on the widget root so the theme's
     body type cannot leak in, and so #grain's overlay blend has an opaque
     backdrop of its own. body-level scroll locking lives in site-wide code. */
  box-sizing:border-box;
  -webkit-text-size-adjust:100%;
  margin:0; background:var(--ink); color:var(--bone);
  font-family:'Zen Kaku Gothic New','Space Grotesk',system-ui,-apple-system,
    'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP','Yu Gothic',sans-serif;
  font-weight:300; font-size:16px; line-height:1.65;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
.uichemy-kairo-1 *,
.uichemy-kairo-1 *::before,
.uichemy-kairo-1 *::after{box-sizing:border-box}
.uichemy-kairo-1 .display{ font-family:'Space Grotesk',system-ui,sans-serif; }
.uichemy-kairo-1 a{color:inherit;text-decoration:none}
.uichemy-kairo-1 .mono{font-family:'JetBrains Mono',ui-monospace,monospace}
.uichemy-kairo-1 #gl{position:fixed; inset:0; width:100%; height:100%; display:block; z-index:0; background:#03060f}
/* ============================================================ loader */
.uichemy-kairo-1 #loader{
  position:fixed; inset:0; z-index:100; background:#03060f;
  display:flex; align-items:center; justify-content:center;
  transition:opacity .9s cubic-bezier(.4,0,.2,1), visibility .9s;
}
.uichemy-kairo-1 #loader.is-done{ opacity:0; visibility:hidden; }
.uichemy-kairo-1 .ld__inner{ width:min(880px, calc(100vw - 400px)); text-align:center; }
.uichemy-kairo-1 .ld__mark{ width:44px; height:44px; color:var(--cyan); opacity:.85;
  animation:kairo-ldspin 9s linear infinite; }
@keyframes kairo-ldspin{ to{ transform:rotate(360deg) } }
.uichemy-kairo-1 .ld__name{ margin-top:22px; font-size:34px; font-weight:700; letter-spacing:.30em;
  text-indent:.30em; color:var(--bone); }
.uichemy-kairo-1 .ld__jp{ margin-top:6px; font-size:11px; letter-spacing:.62em; text-indent:.62em; color:var(--dim);
  font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP','Yu Gothic',sans-serif; }
.uichemy-kairo-1 #ldcity{ display:block; width:100%; height:clamp(170px, 22vh, 205px); margin:30px 0 4px; }
.uichemy-kairo-1 .ld__bar{ margin-top:10px; height:1px; background:rgba(232,240,255,.14); overflow:hidden; }
.uichemy-kairo-1 .ld__bar i{ display:block; height:100%; width:0%; background:linear-gradient(90deg,var(--cyan),var(--magenta));
  box-shadow:0 0 12px rgba(34,224,255,.8); transition:width .35s ease; }
.uichemy-kairo-1 .ld__row{ margin-top:12px; display:flex; justify-content:space-between;
  font-size:9.5px; letter-spacing:.22em; color:var(--dim); }
/* a 200px gutter is most of a small screen, so hand those back to the page pad */
@media (max-width:1000px){
.uichemy-kairo-1 .ld__inner{ width:calc(100vw - 2 * var(--pad)) }
 }
.uichemy-kairo-1 #vignette{position:fixed; inset:0; z-index:6; pointer-events:none;
  background:radial-gradient(125% 92% at 50% 46%, transparent 46%, rgba(1,2,8,.66) 100%)}
.uichemy-kairo-1 #grain{position:fixed; inset:-1px; z-index:7; pointer-events:none;
  opacity:.045; mix-blend-mode:overlay; background-repeat:repeat; background-size:160px 160px}
/* The street goes down as a chapter arrives. The per-chapter scrim below
   only darkens the box behind the words; this takes the whole frame with
   it, so the copy is read against a city that has stepped back rather than
   against a patch cut out of one. It leans toward whichever side the
   chapter is on, so the far side of the street stays alive. */
.uichemy-kairo-1 #dim{position:fixed; inset:0; z-index:8; pointer-events:none;
  opacity:var(--dim, 0); transition:opacity .14s linear;
  /* Tight, and pushed right out to the text column. A wide dim centred on
     the chapter's side also lands on that chapter's landmark - the pagoda,
     the wheel, the sphere all sit on the same side as the copy that
     describes them - which dims the one thing the camera just turned to
     show. This reaches the words and stops short of the street. */
  background:radial-gradient(var(--dimr, 46% 88%) at var(--dimx, 50%) 50%,
    rgba(2,5,13,.92) 0%, rgba(2,5,13,.80) 26%, rgba(2,5,13,.50) 55%,
    rgba(2,5,13,.18) 80%, rgba(2,5,13,0) 100%)}
@media (prefers-reduced-motion:reduce){
.uichemy-kairo-1 #dim{ transition:none }
 }
.uichemy-kairo-1 .nav{
  position:fixed; top:0; left:0; right:0; z-index:24;
  display:flex; align-items:center; justify-content:space-between;
  /* The document is viewport-fit=cover, so without the insets the bar sits
     under the status bar in portrait and under the notch in landscape. */
  flex-wrap:wrap; row-gap:11px;
  padding:calc(20px + env(safe-area-inset-top))
          calc(var(--pad) + env(safe-area-inset-right)) 20px
          calc(var(--pad) + env(safe-area-inset-left));
  pointer-events:none;
  background:linear-gradient(180deg, rgba(3,6,15,.78) 0%, rgba(3,6,15,.42) 55%, transparent 100%);
}
.uichemy-kairo-1 .nav > *{ pointer-events:auto }
.uichemy-kairo-1 .nav__brand{ display:flex; align-items:center; gap:12px }
.uichemy-kairo-1 .nav__brand svg{ width:27px; height:27px; color:var(--cyan); flex:none }
.uichemy-kairo-1 .nav__brand b{ display:block; font-family:'Space Grotesk',sans-serif; font-weight:500;
  font-size:15px; letter-spacing:.20em; text-transform:uppercase }
.uichemy-kairo-1 .nav__brand i{ display:block; font-style:normal; font-size:9px; letter-spacing:.26em;
  color:var(--dim); text-transform:uppercase; margin-top:3px }
.uichemy-kairo-1 .nav__links{ display:flex; gap:30px }
.uichemy-kairo-1 .nav__links a{ position:relative; font-size:10px; letter-spacing:.22em;
  text-transform:uppercase; color:#b6c4dc; padding-bottom:4px }
.uichemy-kairo-1 .nav__links a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:var(--cyan); transition:right .35s cubic-bezier(.4,0,.2,1) }
.uichemy-kairo-1 .nav__links a:hover,
.uichemy-kairo-1 .nav__links a:focus-visible{ color:var(--bone) }
.uichemy-kairo-1 .nav__links a:hover::after,
.uichemy-kairo-1 .nav__links a:focus-visible::after{ right:0 }
.uichemy-kairo-1 .nav__meta{ font-size:10px; letter-spacing:.22em; text-transform:uppercase; color:var(--dim) }
@media (max-width:1180px){
.uichemy-kairo-1 .nav__meta{ display:none }
 }
/* Below 820 the four links used to be display:none, which left a phone with no
   navigation at all. They do not fit beside the brand at 360px, so they take a
   row of their own and spread across it - no hamburger, nothing hidden behind a
   tap, and the bar grows by one line rather than covering the street. */
@media (max-width:820px){
.uichemy-kairo-1 .nav__links{ order:3; width:100%; justify-content:space-between; gap:10px }
.uichemy-kairo-1 .nav__links a{ font-size:9px; letter-spacing:.16em }

}
/* A landscape phone has the width for one row but almost no height. */
@media (max-width:820px) and (max-height:520px){
.uichemy-kairo-1 .nav{ flex-wrap:nowrap }
.uichemy-kairo-1 .nav__links{ order:0; width:auto; gap:16px }
.uichemy-kairo-1 .nav__brand i{ display:none }

}
@media (max-width:380px){
.uichemy-kairo-1 .nav__brand i{ display:none }
 }
/* hero furniture: the scroll cue and a still, as on a title card */
.uichemy-kairo-1 .hero{ position:fixed; inset:0; z-index:18; pointer-events:none;
  opacity:var(--hero, 1); transition:opacity .25s linear }
.uichemy-kairo-1 .hero__hint{ position:absolute; left:calc(var(--pad) + env(safe-area-inset-left));
  bottom:calc(38px + env(safe-area-inset-bottom));
  display:flex; align-items:center; gap:14px;
  font-size:10px; letter-spacing:.26em; text-transform:uppercase; color:var(--dim) }
.uichemy-kairo-1 .hero__hint i{ display:block; width:66px; height:1px;
  background:linear-gradient(90deg,var(--cyan),transparent);
  animation:kairo-hintpulse 2.6s ease-in-out infinite }
@keyframes kairo-hintpulse{ 0%,100%{ opacity:.35; transform:scaleX(.7); transform-origin:left }
                      50%{ opacity:1; transform:scaleX(1); transform-origin:left } }
.uichemy-kairo-1 .rail{position:fixed; top:0; left:0; height:2px; z-index:30; width:0%;
  background:linear-gradient(90deg,var(--cyan),var(--magenta)); box-shadow:0 0 14px rgba(34,224,255,.8)}
.uichemy-kairo-1 .scroll{position:relative; z-index:10}
.uichemy-kairo-1 .chapter{min-height:100vh; min-height:100svh; display:flex;
  /* safe matters on a short phone. A chapter whose copy is taller than the
     viewport is still centred, and plain center centres it by overflowing
     BOTH edges - on a 375x667 screen that put the eyebrow and the first line of
     the title above the top of the window, where they cannot be scrolled to. */
  align-items:safe center;
  padding:0 calc(var(--pad) + env(safe-area-inset-right)) 0 calc(var(--pad) + env(safe-area-inset-left))}
.uichemy-kairo-1 .chapter__inner{max-width:500px}
.uichemy-kairo-1 .chapter--right{justify-content:flex-end; text-align:right}
.uichemy-kairo-1 .chapter--right .chapter__inner{margin-left:auto}
.uichemy-kairo-1 .eyebrow{font-size:10px; letter-spacing:.26em; text-transform:uppercase;
  display:flex; align-items:center; gap:9px; margin-bottom:18px; color:var(--dim)}
.uichemy-kairo-1 .chapter--right .eyebrow{justify-content:flex-end}
.uichemy-kairo-1 .dot{width:6px;height:6px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px var(--cyan);flex:none}
.uichemy-kairo-1 h1,
.uichemy-kairo-1 h2{margin:0; font-family:'Space Grotesk',system-ui,sans-serif; font-weight:700;
  letter-spacing:-.035em; line-height:.96; text-transform:uppercase}
.uichemy-kairo-1 h1{font-size:clamp(42px,7.0vw,92px)}
.uichemy-kairo-1 h2{font-size:clamp(32px,4.8vw,62px)}
.uichemy-kairo-1 h1 em,
.uichemy-kairo-1 h2 em{ font-style:normal; color:var(--cyan); }
/* The panels sit on a lit street now, so every piece of copy carries its
   own shadow - two of them: a tight one for the letterform edge and a wide
   soft one that separates the block from whatever sign is behind it. */
.uichemy-kairo-1 h1,
.uichemy-kairo-1 h2{ text-shadow:0 2px 18px rgba(2,6,16,.92), 0 0 74px rgba(2,6,16,.78) }
.uichemy-kairo-1 .card h3{ text-shadow:0 2px 14px rgba(2,6,16,.9) }
.uichemy-kairo-1 .eyebrow,
.uichemy-kairo-1 .sec-num,
.uichemy-kairo-1 .facts dt,
.uichemy-kairo-1 .facts dd,
.uichemy-kairo-1 .tile figcaption{
  text-shadow:0 1px 12px rgba(2,6,16,.95) }
.uichemy-kairo-1 .jp{ display:block; margin-top:10px; font-size:13px; letter-spacing:.42em;
  color:var(--dim); text-transform:none; font-weight:400;
  font-family:'Zen Kaku Gothic New','Hiragino Sans','Noto Sans JP','Yu Gothic',sans-serif; }
.uichemy-kairo-1 .lede{margin:22px 0 0; max-width:38ch; color:#cad7ec; font-size:16.5px; line-height:1.72;
  text-shadow:0 2px 16px rgba(2,6,16,.96), 0 0 44px rgba(2,6,16,.85)}
.uichemy-kairo-1 .chapter--right .lede{margin-left:auto}
/* Each chapter carries a small data block, the way a field note would. */
.uichemy-kairo-1 .facts{ display:flex; gap:30px; margin-top:26px; flex-wrap:wrap; }
.uichemy-kairo-1 .chapter--right .facts{ justify-content:flex-end; }
.uichemy-kairo-1 .facts div{ min-width:74px }
.uichemy-kairo-1 .facts dt{ margin:0 0 5px; font-size:8.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--dim) }
.uichemy-kairo-1 .facts dd{ margin:0; font-size:15px; font-weight:500; font-family:'JetBrains Mono',monospace; color:#dbe6f8 }
/* landing sections
   Everything below sits over the city, which is untouched: the canvas is
   still fixed at z-index 0 and the whole page scrolls above it. These
   panels only change what the copy is, not what is behind it. */
.uichemy-kairo-1 .chapter--wide{ align-items:center; padding-top:112px; padding-bottom:84px }
.uichemy-kairo-1 .chapter--wide .chapter__inner{ max-width:1180px; width:100%; margin:0 auto; text-align:left }
.uichemy-kairo-1 .sec-head{ display:flex; align-items:flex-end; justify-content:space-between;
  gap:34px; flex-wrap:wrap; margin-bottom:36px }
.uichemy-kairo-1 .sec-head .lede{ margin:0; max-width:46ch }
.uichemy-kairo-1 .sec-num{ font-size:9px; letter-spacing:.26em; text-transform:uppercase; color:var(--dim) }
.uichemy-kairo-1 .about-cols{ display:grid; grid-template-columns:1.1fr .9fr; gap:56px; margin-top:8px }
.uichemy-kairo-1 .about-cols p{ margin:0 0 17px; color:#c2d0e6; font-size:16px; line-height:1.76;
  text-shadow:0 2px 16px rgba(2,6,16,.96), 0 0 40px rgba(2,6,16,.85) }
.uichemy-kairo-1 .about-cols p:last-child{ margin-bottom:0 }
@media (max-width:900px){
.uichemy-kairo-1 .about-cols{ grid-template-columns:1fr; gap:26px }
 }
/* The gallery plates are drawn in the same way the loading screen draws
   its skyline - a canvas and a few primitives. No files. */
.uichemy-kairo-1 .grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px }
@media (max-width:980px){
.uichemy-kairo-1 .grid{ grid-template-columns:repeat(2,1fr) }
 }
@media (max-width:620px){
.uichemy-kairo-1 .grid{ grid-template-columns:1fr }
 }
/* Frosted glass. The panel blurs the street behind it instead of hiding it,
   so the city still reads as being back there - an opaque fill would just
   punch a hole in the scene. saturate() puts back the colour the blur
   washes out, and the inset highlight is the lit top edge of the pane. */
.uichemy-kairo-1 .tile{ margin:0; position:relative; overflow:hidden;
  border:1px solid rgba(232,240,255,.16); background:rgba(12,20,34,.52);
  -webkit-backdrop-filter:blur(20px) saturate(1.35);
  backdrop-filter:blur(20px) saturate(1.35);
  box-shadow:inset 0 1px 0 rgba(232,240,255,.11), 0 20px 46px rgba(1,3,9,.42) }
.uichemy-kairo-1 .tile canvas{ display:block; width:100%; height:184px }
/* The photograph covers the drawn plate. Same box, so if the image is
   missing the drawing underneath is simply what shows. */
.uichemy-kairo-1 .tile img{ position:absolute; left:0; top:0; width:100%; height:184px;
  object-fit:cover; display:block }
.uichemy-kairo-1 .tile__bar{ position:absolute; left:0; right:0; top:184px; height:1px;
  background:linear-gradient(90deg, var(--cyan), transparent 72%); opacity:.6 }
.uichemy-kairo-1 .tile figcaption{ display:flex; justify-content:space-between; gap:12px; padding:12px 14px;
  font-size:9px; letter-spacing:.20em; text-transform:uppercase; color:var(--dim) }
.uichemy-kairo-1 .tile b{ color:#dce7f8; font-weight:500 }
.uichemy-kairo-1 .cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px }
@media (max-width:900px){
.uichemy-kairo-1 .cards{ grid-template-columns:1fr }
 }
.uichemy-kairo-1 .card{ border:1px solid rgba(232,240,255,.15); background:rgba(12,20,34,.44);
  -webkit-backdrop-filter:blur(22px) saturate(1.35);
  backdrop-filter:blur(22px) saturate(1.35);
  box-shadow:inset 0 1px 0 rgba(232,240,255,.10), 0 20px 46px rgba(1,3,9,.40);
  padding:26px 24px }
.uichemy-kairo-1 .card span{ display:block; margin-bottom:15px; font-size:9px; letter-spacing:.24em;
  text-transform:uppercase; color:var(--cyan) }
.uichemy-kairo-1 .card h3{ margin:0 0 11px; font-family:'Space Grotesk',system-ui,sans-serif; font-size:17px;
  font-weight:700; letter-spacing:-.01em; text-transform:uppercase; color:#e7eefb }
.uichemy-kairo-1 .card p{ margin:0; font-size:14.5px; line-height:1.72; color:#b9c8e0 }
.uichemy-kairo-1 .foot{ min-height:auto; display:block;
  padding:84px calc(var(--pad) + env(safe-area-inset-right))
          calc(40px + env(safe-area-inset-bottom))
          calc(var(--pad) + env(safe-area-inset-left));
  background:linear-gradient(180deg, rgba(2,5,13,0) 0%, rgba(4,8,18,.58) 14%,
    rgba(4,8,18,.74) 34%, rgba(4,8,18,.82) 62%, rgba(4,8,18,.88) 100%);
  -webkit-backdrop-filter:blur(26px) saturate(1.2);
  backdrop-filter:blur(26px) saturate(1.2);
  /* A backdrop-filter starts abruptly at the element's edge, which drew a
     hard seam across the street. Masking the footer fades the blur in with
     the fill, so the glass arrives instead of snapping on. */
  -webkit-mask-image:linear-gradient(180deg, transparent 0, #000 14%);
  mask-image:linear-gradient(180deg, transparent 0, #000 14%) }
.uichemy-kairo-1 .chapter--wide .foot__inner{ max-width:1180px; margin:0 auto; width:100%; text-align:center }
/* The footer is a sign-off, not a sitemap: the name at the size the street
   would paint it, then the few links anyone actually wants. */
.uichemy-kairo-1 .foot__word{ font-weight:700; line-height:.82; text-transform:uppercase;
  font-size:clamp(64px, 14vw, 196px); letter-spacing:.04em; text-indent:.04em;
  color:var(--bone); text-shadow:0 4px 40px rgba(2,6,16,.9), 0 0 120px rgba(2,6,16,.75) }
.uichemy-kairo-1 .foot__jp{ margin-top:10px; font-size:12px; letter-spacing:.56em; text-indent:.56em;
  color:var(--dim);
  font-family:'Zen Kaku Gothic New','Hiragino Sans','Noto Sans JP','Yu Gothic',sans-serif }
.uichemy-kairo-1 .foot__nav{ display:flex; justify-content:center; flex-wrap:wrap; gap:34px;
  margin:30px 0 22px; padding-bottom:24px;
  border-bottom:1px solid rgba(232,240,255,.10) }
.uichemy-kairo-1 .foot__nav a{ position:relative; font-size:11px; letter-spacing:.22em;
  text-transform:uppercase; color:#c3d1e7; padding-bottom:4px }
.uichemy-kairo-1 .foot__nav a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:var(--cyan); transition:right .35s cubic-bezier(.4,0,.2,1) }
.uichemy-kairo-1 .foot__nav a:hover,
.uichemy-kairo-1 .foot__nav a:focus-visible{ color:var(--bone) }
.uichemy-kairo-1 .foot__nav a:hover::after,
.uichemy-kairo-1 .foot__nav a:focus-visible::after{ right:0 }
@media (max-width:620px){
.uichemy-kairo-1 .foot__nav{ gap:20px }
 }
.uichemy-kairo-1 .foot__bar{ display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap;
  padding-top:24px; font-size:9.5px; letter-spacing:.20em; text-transform:uppercase;
  color:var(--dim) }
/* A soft scrim keeps the copy readable when a lit facade passes behind it. */
.uichemy-kairo-1 .chapter__inner{
  position:relative;
  opacity:var(--o, 1);
  transition:opacity .18s linear;
  /* No will-change:opacity here. It promotes this element to a BACKDROP
     ROOT even while opacity is 1, and a backdrop root clips what a
     descendant's backdrop-filter is allowed to sample - which silently
     turned the frosted panels below into plain translucent boxes. The
     fade is two properties on six elements; it does not need the hint. */
}
/* The per-chapter scrim is gone. Its gradient still carried ~30% alpha at
   the pseudo-element's own edge, so the box showed as a rectangle - and
   #dim above now darkens the whole frame instead, which cannot show an
   edge because it is the whole frame. */
@media (prefers-reduced-motion:reduce){
.uichemy-kairo-1 .chapter__inner{ transition:none }
 }
.uichemy-kairo-1 .hint{margin-top:36px; font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--dim); display:flex; align-items:center; gap:12px}
.uichemy-kairo-1 .hint i{display:block; width:52px; height:1px; background:linear-gradient(90deg,var(--dim),transparent)}
.uichemy-kairo-1 .outro{justify-content:center; text-align:center}
/* A short phone held upright - an SE is 667 tall and the bar takes 97 of it.
   The type comes down one step so a chapter fits the screen it is on. */
@media (max-height:720px) and (orientation:portrait){
.uichemy-kairo-1 .chapter{ padding-top:104px; padding-bottom:48px }
.uichemy-kairo-1 h1{ font-size:clamp(34px,9vw,52px) }
.uichemy-kairo-1 .lede{ margin-top:16px; font-size:15px }
.uichemy-kairo-1 .facts{ margin-top:18px; gap:24px }

}
/* A phone on its side is 390px tall with a fixed bar at each end. */
@media (max-height:560px) and (orientation:landscape){
.uichemy-kairo-1 .chapter{ padding-top:76px; padding-bottom:46px }
.uichemy-kairo-1 h1{ font-size:clamp(30px,5.4vw,46px) }
.uichemy-kairo-1 h2{ font-size:clamp(26px,4.4vw,38px) }
.uichemy-kairo-1 .lede{ margin-top:14px; font-size:14.5px; line-height:1.6 }
.uichemy-kairo-1 .facts{ margin-top:16px; gap:22px }
.uichemy-kairo-1 .jp{ margin-top:6px; font-size:11px }
.uichemy-kairo-1 .chapter--wide{ padding-top:88px; padding-bottom:56px }

}
@media (max-width:760px){
.uichemy-kairo-1 .chapter--right{justify-content:flex-start; text-align:left}
.uichemy-kairo-1 .chapter--right .chapter__inner{margin-left:0}
.uichemy-kairo-1 .chapter--right .eyebrow{justify-content:flex-start}
.uichemy-kairo-1 .chapter--right .lede{margin-left:0}
.uichemy-kairo-1 .chrome__right{display:none}

}


/* Not in the source. #loader is fixed, inset:0, z-index:100 and hit-testable, and
   `transition: visibility .9s` does not interpolate - visibility stays `visible` for
   the whole fade, so for 0.9s after is-done the loader still swallows every click.
   Dropping pointer-events with the class makes the page interactive the instant the
   reveal starts. kairo-failsafe.js covers the case where is-done never arrives. */
.uichemy-kairo-1 #loader.is-done{ pointer-events:none }
