:root{--paper:#f5f2ec;--ink:#34372f;--muted:#66685e;--line:#d9d5ca;--accent:#733f3d;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.95 "Yu Gothic",Meiryo,sans-serif}a{color:inherit;text-underline-offset:6px}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{max-width:100%;display:block}.skip{position:fixed;top:-100px;background:white;padding:8px;z-index:10}.skip:focus{top:0}.site-header{max-width:1440px;margin:auto;padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:23px;letter-spacing:.13em;text-decoration:none}.brand small{display:block;font-family:"Yu Gothic",Meiryo,sans-serif;font-size:10px;letter-spacing:.18em;margin-top:1px}nav{display:flex;gap:30px;font-size:13px}nav a{text-decoration:none}nav a:hover{color:var(--accent)}.intro{max-width:1440px;margin:auto;padding:54px 6% 48px;display:flex;align-items:center;justify-content:space-between;gap:50px}.eyebrow{font-family:Georgia,serif;font-size:11px;letter-spacing:.19em;margin:0 0 16px}h1,h2,h3{font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-weight:500}h1{font-size:clamp(34px,4.2vw,60px);line-height:1.5;letter-spacing:.09em;margin:0}.intro-copy{font-size:14px;line-height:2.1;margin-right:5%}.text-link{font-size:12px;display:inline-block;margin-top:8px}.room-gallery{max-width:1440px;margin:0 auto;padding:0 3%}.scene-window{overflow:hidden}.scene{position:relative;width:100%;aspect-ratio:1672/941;isolation:isolate}.room-background{width:100%;height:100%;object-fit:contain}.wheel-photos{position:absolute;left:19.98%;top:31.22%;width:24.45%;height:43.2%;border:0;padding:0;overflow:hidden;border-radius:50%;background:#c5b9a8;box-shadow:inset 0 0 8px #0002}.wheel-photos img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;opacity:0;transition:opacity 1.2s}.wheel-photos img.active{opacity:1}.running-cat{position:absolute;left:29.5%;top:66.5%;width:6.6%;aspect-ratio:1;background:url(cat-run.png) 0 0/200% 200%;animation:run .65s steps(1,end) infinite;pointer-events:none;filter:brightness(.3)}@keyframes run{0%,100%{background-position:0 0}25%{background-position:100% 0}50%{background-position:0 100%}75%{background-position:100% 100%}}.motion-paused .running-cat{animation-play-state:paused}.gallery-bar{display:flex;justify-content:space-between;align-items:center;padding:22px 2% 12px;gap:20px}.caption .eyebrow{font-size:10px;margin:0}.caption p{font-size:13px;margin:4px 0}.gallery-controls{display:flex;align-items:center;gap:14px;font-size:12px}.gallery-controls button{border:1px solid var(--line);background:transparent;min-height:44px;padding:5px 15px;border-radius:2px}.gallery-controls button:hover{background:#e9e4db}#photo-count{font-family:Georgia,serif;white-space:nowrap;color:var(--muted)}.scene-note{font-size:11px;color:var(--muted);margin:0 2% 20px}.scene-note span{display:block}.section{max-width:1280px;margin:auto;padding:85px 5%;scroll-margin-top:20px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:32px}h2{font-size:clamp(26px,2.5vw,36px);line-height:1.65;letter-spacing:.04em;margin:0 0 18px}.section-heading h2{margin:0}.section-heading>p{font-size:12px;color:var(--muted)}.episodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.episode-image{display:block;position:relative;text-decoration:none;overflow:hidden;background:#e8e3da}.episode-image img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 42%;transition:transform .4s}.episode-image:hover img{transform:scale(1.025)}.episode-image span{position:absolute;bottom:12px;left:12px;background:var(--paper);padding:5px 11px;font-size:10px}.episode-meta{font:24px/1.6 Georgia,serif;color:var(--accent);margin:20px 0 10px}.episode-meta span{font:11px "Yu Gothic",Meiryo,sans-serif;margin-left:14px;letter-spacing:.07em;color:var(--muted)}h3{font-size:20px;line-height:1.7;margin:0 0 12px}.episodes article>p:not(.episode-meta){font-size:13px;margin:8px 0}.small{font-size:12px!important;color:var(--muted)}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%;align-items:center;border-top:1px solid var(--line)}.portrait img{width:100%;height:440px;object-fit:cover;object-position:center 46%}.about-copy p{font-size:14px}.about-copy dl{display:grid;grid-template-columns:1fr 1fr;gap:0 25px;margin-top:28px}.about-copy dl>div{display:flex;gap:20px;border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}.about-copy dt{color:var(--muted);min-width:3em}.about-copy dd{margin:0}.follow{text-align:center;border-top:1px solid var(--line)}.follow>p{font-size:14px}.social-links{display:flex;justify-content:center;gap:20px;margin:30px 0 20px}.social-links a{padding:16px 30px;min-width:245px;border:1px solid var(--ink);text-decoration:none;font:22px Georgia,serif;transition:background .2s}.social-links a:hover{background:#e7e1d6}.social-links small{display:block;font:11px/2 "Yu Gothic",Meiryo,sans-serif;margin-top:6px}footer{text-align:center;background:#e9e4db;padding:42px 6%;font-size:11px}footer .brand{font-size:19px}footer p{margin:10px 0}footer small{color:var(--muted)}dialog{border:0;background:var(--paper);padding:18px;max-width:min(90vw,600px);max-height:92vh}dialog::backdrop{background:#191d19cc}dialog button{display:block;margin-left:auto;border:1px solid var(--line);padding:8px 20px;background:transparent;margin-bottom:12px}dialog img{max-height:70vh;width:auto;max-width:100%;margin:auto;object-fit:contain}dialog p{text-align:center;font-size:13px;margin-bottom:0}
@media(min-width:1441px){.room-gallery{padding:0 42px}}
@media(max-width:900px){.intro{gap:25px;padding-top:35px;padding-bottom:30px}.intro-copy{margin:0;font-size:12px}.section{padding:60px 5%}.episodes{gap:20px}.section-heading{display:block}.about{gap:6%}.portrait img{height:360px}.about-copy dl{grid-template-columns:1fr}.brand{font-size:20px}nav{gap:20px}}
@media(max-width:600px){.site-header{padding:20px 6%;align-items:start}.brand{font-size:17px}.brand small{font-size:8px}nav{gap:12px;font-size:11px;padding-top:4px}nav a:last-child{display:none}.intro{display:block;padding:30px 7%}.intro .eyebrow{font-size:9px}.intro h1{font-size:37px}.intro-copy{margin-top:20px;font-size:13px}.intro-copy p br:first-of-type{display:none}.room-gallery{padding:0}.scene{width:180%;margin-left:-22%}.gallery-bar{display:block;padding:20px 7% 10px}.gallery-controls{margin-top:14px;justify-content:space-between;gap:8px}.gallery-controls button{padding:6px 14px}.scene-note{margin:0 7% 12px;font-size:10px}.section{padding:45px 7%}.section-heading>p{font-size:11px}.episodes{grid-template-columns:1fr;gap:34px}.episode-image img{aspect-ratio:4/3}.episode-meta{margin:13px 0 6px}.about{grid-template-columns:1fr;gap:28px}.portrait{max-width:320px;width:100%;margin:auto}.portrait img{height:340px}.about-copy dl{grid-template-columns:1fr 1fr;gap:0 12px}.about-copy dl>div{display:block;font-size:12px}.about-copy dd{margin-top:4px}.social-links{flex-direction:column;gap:12px}.social-links a{min-width:0;font-size:21px}.follow h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
.episode-image{aspect-ratio:4/3}.episode-image img{height:100%;aspect-ratio:auto}@media(max-width:600px){.episode-image img{aspect-ratio:auto}}
/* Circular replacement uses the original room photograph as its rim texture.
   Both gait and rotation share one cadence: 12 strides per revolution. */
.scene{--stride:.65s}
.wheel-assembly{position:absolute;left:17.165%;top:25.4%;width:31.1%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#252727}
.wheel-assembly .wheel-photos{left:3.6%;top:3.6%;width:92.8%;height:92.8%;border-radius:50%;box-shadow:none;background:#ada79c}
.wheel-rotor{position:absolute;inset:0;border-radius:50%;pointer-events:none;background-image:url(room.png);background-size:321.54% 180.96%;background-position:24.91% 56.77%;filter:brightness(.36) saturate(.15);mask-image:radial-gradient(circle closest-side,transparent 91.7%,#000 92%,#000 99.6%,transparent 100%);animation:wheel-turn calc(var(--stride)*12) linear infinite;will-change:transform}
.running-cat{animation-duration:var(--stride);z-index:2}
@keyframes wheel-turn{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}
.motion-paused .wheel-rotor,.motion-paused .running-cat{animation-play-state:paused}
.running-cat{top:69%}
.running-cat{transform:scaleX(-1)}

/* Keep reduced-motion autoplay paused in JS, while allowing explicit playback.
   WebKit mask is included for mobile Safari. */
.wheel-depth{position:absolute;left:16.25%;top:25.4%;width:31.1%;aspect-ratio:1;border-radius:50%;background:#282a29;overflow:hidden;pointer-events:none}
.wheel-depth::after{content:"";position:absolute;inset:0;background:url(room.png) 24.91% 56.77%/321.54% 180.96%;filter:brightness(.3) saturate(.1);opacity:.65}
.wheel-rotor{-webkit-mask-image:radial-gradient(circle closest-side,transparent 91.7%,#000 92%,#000 99.6%,transparent 100%);transform:translateZ(0);backface-visibility:hidden}
/* Editorial room hero and compact social previews. */
.room-gallery{position:relative}.hero-copy{position:absolute;z-index:3;left:53%;right:7%;top:5%;pointer-events:none}.hero-copy .intro{display:block;padding:0}.hero-copy h1{font-size:clamp(26px,3.1vw,46px);line-height:1.55}.hero-copy .eyebrow{font-size:10px;margin-bottom:12px}.hero-copy .intro-copy{font-size:12px;margin-top:16px}.hero-copy .intro-copy p{margin:0}.hero-copy a{pointer-events:auto}.hero-copy .intro-copy br{display:none}.hero-copy .intro-copy{max-width:330px}.hero-copy{color:#262b25;text-shadow:0 1px 12px #fff,0 0 24px #fff}.hero-copy .text-link{font-size:12px}.room-gallery{margin-top:24px}.diary-more{display:flex;gap:24px;font-size:14px;margin-top:24px}.running-cat{background:none;overflow:hidden;filter:none}.running-cat img{position:absolute;left:0;top:0;width:200%;height:200%;max-width:none;filter:brightness(.3)}.running-cat,.wheel-rotor{animation:none}
@media(max-width:600px){.room-gallery{margin-top:0}.scene-window{padding-top:150px;background:#eee8dd}.hero-copy{left:7%;right:7%;top:20px}.hero-copy h1{font-size:28px;line-height:1.4}.hero-copy h1 br{display:none}.hero-copy .eyebrow{font-size:9px;margin-bottom:10px}.hero-copy .intro-copy{font-size:11px;margin-top:12px;max-width:100%}.hero-copy .intro-copy p{display:none}.hero-copy .text-link{margin-top:0}.episodes{gap:18px}.episodes article{display:grid;grid-template-columns:92px 1fr;column-gap:16px;align-content:start}.episode-image{grid-row:1/4;aspect-ratio:1;border-radius:4px}.episode-image span{display:none}.episode-meta{margin:0;font-size:17px;line-height:1.4}.episode-meta span{font-size:10px;margin-left:7px}.episodes h3{font-size:16px;margin:4px 0}.episodes article>p:not(.episode-meta){display:none}.episodes article:nth-child(n+3){display:none}.diary-more{font-size:12px;gap:20px}.section-heading{margin-bottom:20px}.social-links{flex-direction:row;gap:10px}.social-links a{padding:13px 8px;flex:1;font-size:18px}.social-links small{font-size:10px}.running-cat{width:8%;left:28.8%;top:67.5%}}
.web-work{max-width:1152px;margin:0 auto;padding:32px 6% 45px;border-top:1px solid var(--line);text-align:center}.web-work h2{font-size:22px;margin:0 0 12px}.web-work p,.web-work a{font-size:13px}.web-work .eyebrow{font-size:10px}
@media(max-width:600px){.hero-copy h1{font-size:27px}.hero-copy h1 br{display:block}.hero-copy .intro-copy{display:none}.scene-window{padding-top:150px}}

/* One paired photograph at a time: one ginger tabby and one ginger-and-white cat. */
.resident-pair{position:absolute;z-index:2;pointer-events:none;filter:saturate(.8) brightness(.94) drop-shadow(2px 5px 3px #3c24182e)}
.resident-pair img{width:100%;height:auto}
.resident-pair[data-pose]{left:80%;bottom:33.5%;transform-origin:center bottom}
.resident-pair[data-pose="sleep"]{width:9.6667%;transform:translateX(-50%) scale(1.2)}
.resident-pair[data-pose="tower"]{width:8.5%;transform:translateX(-50%) scale(1.035);filter:saturate(.68) brightness(.94) contrast(.78) brightness(1.08) drop-shadow(0 1px 1px #3c241818)}
.hero-copy{top:3%;left:53%;right:7%;padding:24px 28px;background:#f5f2ec;color:#282d26;text-shadow:none;border:1px solid #e2dacc;box-shadow:0 5px 24px #4837200a}
.hero-copy h1{font-size:clamp(26px,2.8vw,40px);line-height:1.5;letter-spacing:.06em}
.hero-copy .intro-copy{font-size:14px;line-height:1.85;margin-top:14px;max-width:100%}
.hero-copy .text-link{font-size:13px;margin-top:10px}
@media(min-width:601px) and (max-width:1000px){.hero-copy{padding:18px 22px}.hero-copy h1{font-size:28px}.hero-copy .intro-copy p{display:none}.hero-copy .intro-copy{margin-top:6px}.hero-copy .eyebrow{font-size:8px}}
@media(max-width:600px){.hero-copy{position:relative;left:auto;right:auto;top:auto;padding:28px 7% 24px;border:0;box-shadow:none}.hero-copy h1{font-size:29px;line-height:1.5}.hero-copy .intro-copy{display:block;margin-top:8px}.hero-copy .intro-copy p{display:none}.hero-copy .text-link{font-size:12px;margin-top:0}.scene-window{padding-top:0}.scene{width:125%;margin-left:-12.5%}.running-cat{width:6.6%;left:29.5%;top:69%}.resident-pair{filter:saturate(.8) brightness(.94) drop-shadow(1px 2px 1px #3c24182e)}}

/* Keep the room and its tower unobstructed; the cats are quiet background details. */
.hero-copy{position:relative;left:auto;right:auto;top:auto;padding:10px 2% 28px;background:none;border:0;box-shadow:none}
.hero-copy .intro{display:flex;align-items:center;gap:30px}
.hero-copy h1{font-size:clamp(26px,2.7vw,36px);line-height:1.5}
.hero-copy h1 br{display:none}
.hero-copy .eyebrow{font-size:9px;margin-bottom:10px}
.hero-copy .intro-copy{max-width:330px;margin:0;font-size:13px;line-height:1.8}
.hero-copy .intro-copy p{display:block}
.hero-copy .intro-copy br{display:block}
.hero-copy .text-link{font-size:12px;margin-top:6px}
.resident-pair{filter:saturate(.68) brightness(.94) drop-shadow(0 2px 1px #3c241829)}
@media(max-width:900px){.hero-copy .intro-copy p{display:none}.hero-copy .intro-copy{max-width:180px}.hero-copy h1{font-size:27px}}
@media(max-width:600px){.hero-copy{padding:24px 7% 22px}.hero-copy .intro{display:block}.hero-copy h1{font-size:27px}.hero-copy h1 br{display:block}.hero-copy .intro-copy{margin-top:8px;max-width:none}.resident-pair{filter:saturate(.68) brightness(.94)}}
