@layer base{.about-sheet{--mx:.5;--my:0;--focus:-5;--cols:1;background:#fff;width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.back-button{z-index:10001;color:#000;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.2rem;line-height:.6;text-decoration:none;position:fixed;top:10px;left:48%}.back-button:hover{color:#00000080}.about{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;padding-top:1.5rem;transition:transform .25s;display:flex}.about-row{--i:0;--rotdir:1;--rot3:0deg;--dist:max(calc(var(--i) - var(--focus)), calc(var(--focus) - var(--i)));cursor:pointer;text-align:center;color:#000;flex-direction:column;flex:none;justify-content:center;align-items:center;width:100%;min-width:0;padding:0 20vw;font-size:.85rem;line-height:1.15;transition:all .3s ease-in-out;display:flex;overflow:visible}.about-row p{overflow-wrap:break-word;word-break:break-word;width:100%;min-width:0;margin:0}.about-row a{color:#000;text-decoration:none}}@layer responsive{@media (min-width:1920px){.back-button{font-size:clamp(1.2rem,1vw,1.6rem)}.about-row{font-size:clamp(.85rem,.71vw,1.3rem)}}@media (max-width:768px){.about-row{padding:0 1rem;font-size:.9rem;transition:font-size .5s}}@media (prefers-reduced-motion:reduce){.about-row,.about{transition-duration:.01ms}.mode-marquee .about{animation:none}}}@layer modes{.mode-focus .about-row{font-size:max(.55rem, calc(4.5rem - var(--dist) * 1.1rem));letter-spacing:calc(var(--dist) * -.032em)}.mode-fontsize .about-row{line-height:1.15}.mode-converge .about-row{font-size:calc(.85rem + var(--dist) * .55rem);letter-spacing:calc(var(--dist) * .14em);transform:rotate(calc(var(--dist) * var(--rotdir) * 7deg))}.mode-wave .about-row{letter-spacing:max(0em, calc(5.5em - var(--dist) * .3em))}.mode-cascade .about-row{transform:rotate(calc((var(--i) + 1) * (var(--mx) - .5) * 45deg));font-size:calc(.85rem + var(--dist) * .55rem);transform-origin:50%}.mode-lineheight .about-row{line-height:max(0, calc(1.1 + var(--i) * (var(--my) - .9) * .9))}.mode-gridrot .about{grid-template-columns:repeat(var(--cols,1), 1fr);grid-template-rows:repeat(var(--cols,1), 1fr);grid-auto-rows:0;place-items:center;gap:0;height:100vh;padding:0;display:grid;overflow:hidden}.mode-gridrot .about-row{transform-origin:50%;transform:rotate(var(--rot3,0deg));line-height:1;font-size:max(.28rem, calc((.5rem + var(--my) * 9.5rem) / var(--cols,1)));padding:0 .2rem}.mode-grid .about{grid-template-columns:repeat(var(--cols,1), 1fr);grid-template-rows:repeat(var(--cols,1), 1fr);grid-auto-rows:0;place-items:center;gap:0;height:100vh;padding:0;display:grid;overflow:hidden}.mode-grid .about-row{line-height:1;font-size:max(.28rem, calc((.5rem + var(--my) * 9.5rem) / var(--cols,1)));padding:0 .2rem;overflow:hidden}.mode-marquee .about{will-change:transform;flex-flow:row;align-items:center;width:max-content;height:100vh;padding:0;animation:18s linear infinite marquee;display:flex}.mode-marquee .about-row{white-space:nowrap;width:auto;line-height:1;font-size:max(.8rem, calc(var(--my) * 100vh));flex:none;padding:0 2rem}}@layer interaction{.mode-default .about-row:hover{font-size:6rem;line-height:.8}.mode-fontsize .about-row:hover{font-size:12rem;line-height:.82}@media (min-width:1920px){.mode-default .about-row:hover{font-size:clamp(6rem,5vw,10rem)}}@media (max-width:768px){.mode-default .about-row:hover{font-size:clamp(3rem,14vw,6rem)}}}@keyframes marquee{0%{transform:translate(100vw)}to{transform:translate(-100%)}}
