:root{--sky-50: #f5fbff;--sky-100: #e8f7ff;--sky-300: #83d3f4;--sun-100: #fff9df;--sun-200: #ffe38f;--sun-300: #f7c968;--leaf-100: #ecf8d5;--leaf-300: #b6de79;--leaf-600: #4d8e60;--coral-200: #ffd3b4;--coral-400: #ef9868;--ink-900: #22424d;--ink-700: #54707a;--surface-strong: rgba(255, 255, 255, .84);--surface-soft: rgba(255, 255, 255, .72);--border-soft: rgba(255, 255, 255, .85);--shadow-soft: 0 26px 58px rgba(52, 89, 111, .16);--shadow-card: 0 16px 34px rgba(58, 95, 114, .14);--radius-pill: 999px;--radius-xl: 42px;--radius-lg: 34px;--radius-md: 24px;--font-body: "Outfit", "Noto Sans SC", "Noto Sans TC", sans-serif;--font-display: "Baloo 2", "Noto Sans SC", "Noto Sans TC", cursive;color-scheme:light;scroll-behavior:smooth;scroll-padding-top:28px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);color:var(--ink-900);background:radial-gradient(circle at top left,rgba(255,226,127,.2),transparent 32%),radial-gradient(circle at top right,rgba(139,212,244,.3),transparent 30%),linear-gradient(180deg,#f9fcff,#f5fbff 34%,#fffbef);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:before,body:after{content:"";position:fixed;pointer-events:none;z-index:-1}body:before{inset:auto auto -180px -120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ffd06f47,#ffd06f00)}body:after{inset:90px -100px auto auto;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#78d6ae3d,#78d6ae00)}img{display:block;max-width:100%}button,a{color:inherit;font:inherit}button{cursor:pointer}a{text-decoration:none}h1,h2,h3,h4,p{margin:0}.site-shell{position:relative;overflow:hidden}.site-shell:before{content:"";position:absolute;inset:280px auto auto -120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#ffedad7a,#ffedad00);pointer-events:none}.shell-container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.shell-container--wide{width:min(1240px,calc(100% - 2rem))}.floating-nav{position:relative;z-index:20;background:#fffaf3d1;border-bottom:1px solid rgba(255,255,255,.88);box-shadow:0 12px 28px #35506014;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floating-nav__inner{display:flex;align-items:center;gap:1rem;min-height:86px;padding:.9rem 0}.brand-chip{display:flex;align-items:center;gap:.8rem;padding:.42rem .85rem .42rem .42rem;border:none;border-radius:var(--radius-pill);background:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffffeb}.brand-chip__logo{width:44px;height:44px;border-radius:16px;box-shadow:0 8px 16px #4e7a912e}.brand-chip__wordmark{height:20px;width:auto;filter:drop-shadow(0 1px 0 rgba(255,255,255,.55))}.floating-nav__controls{display:flex;align-items:center;gap:.9rem;margin-left:auto}.floating-nav__links{display:flex;align-items:center;gap:.45rem}.nav-link{min-height:46px;padding:0 1rem;border:none;border-radius:var(--radius-pill);background:#ffffffb3;color:var(--ink-900);font-weight:700;box-shadow:inset 0 0 0 1px #cbdce5e6;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.nav-link:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #fff}.lang-switch{display:flex;gap:.35rem;padding:.28rem;border-radius:var(--radius-pill);background:#5a805e14}.lang-switch__btn{min-width:44px;min-height:42px;padding:0 .7rem;border:none;border-radius:var(--radius-pill);background:transparent;color:var(--ink-700);font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}.lang-switch__btn--active{background:linear-gradient(135deg,#7bd1fb,#69b8ff);color:#fff;transform:translateY(-1px)}main{padding-top:0}.hero-section{position:relative;padding:clamp(3.25rem,6vw,5rem) 0 5.5rem}.hero-section:before{content:"";position:absolute;inset:0 0 auto;height:min(820px,calc(100% - 40px));background:linear-gradient(180deg,#a5e4ff9e,#fffadef0 42%,#ffffffc2);border-radius:0 0 56px 56px;z-index:-1}.hero-section:after{content:"";position:absolute;left:50%;bottom:12px;width:min(1280px,calc(100% - 1rem));height:80px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,#75adcb38,#75adcb00);filter:blur(18px);z-index:-2}.hero-section__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(1.8rem,4vw,4rem);align-items:center}.hero-copy{display:grid;gap:clamp(1.75rem,2vw,2.35rem);animation:rise .8s cubic-bezier(.16,1,.3,1) both}.hero-copy__wordmark{width:min(100%,560px)}.hero-copy__description{max-width:40rem;font-size:clamp(1.05rem,1vw + .85rem,1.34rem);line-height:1.72;color:var(--ink-700)}.hero-copy__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem}.hero-copy__actions .pill-button{width:fit-content;min-width:184px;padding:0 1.35rem}.hero-copy__chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:39rem}.hero-chip{display:grid;gap:.28rem;padding:1rem 1.05rem;border:none;border-radius:28px;background:#ffffffbd;text-align:left;box-shadow:var(--shadow-card);border:1px solid rgba(255,255,255,.82);transition:transform .25s ease,box-shadow .25s ease}.hero-chip:hover{transform:translateY(-3px);box-shadow:0 22px 44px #3f606e26}.hero-chip span{color:var(--leaf-600);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-chip strong{color:var(--ink-900);font-size:1rem;line-height:1.35}.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:60px;padding:0 1.55rem;border-radius:var(--radius-pill);border:3px solid white;box-shadow:var(--shadow-card);font-family:var(--font-display);font-size:1.18rem;font-weight:800;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.pill-button:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 36px #365a6d2e}.pill-button--primary{background:linear-gradient(135deg,#6dd0ff,#64b8ff 48%,#67e6d2);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.12)}.pill-button--secondary{background:linear-gradient(135deg,#fffdf7,#ffe7ac);color:var(--ink-900)}.pill-button--steam{width:fit-content;margin-top:1.35rem;background:linear-gradient(135deg,#1f2836,#36556d);color:#fff}.steam-icon{width:22px;height:22px}.hero-scene{position:relative;min-height:620px;animation:rise .9s cubic-bezier(.16,1,.3,1) .08s both}.hero-cloud,.hero-spot{position:absolute;pointer-events:none}.hero-cloud{border-radius:var(--radius-pill);background:#ffffff94;box-shadow:42px -8px #ffffff7a,-30px 6px #ffffff6b;animation:drift 11s ease-in-out infinite}.hero-cloud--left{top:58px;left:28px;width:120px;height:48px}.hero-cloud--right{top:16px;right:86px;width:140px;height:52px;animation-delay:-3s}.hero-spot{border-radius:50%}.hero-spot--sun{top:0;right:0;width:clamp(180px,28vw,240px);height:clamp(180px,28vw,240px);background:radial-gradient(circle,#ffda65cc,#ffda6500)}.hero-spot--leaf{left:-20px;bottom:30px;width:240px;height:240px;background:radial-gradient(circle,#83dea68c,#83dea600)}.scene-card{position:absolute;padding:1rem;border-radius:38px;background:#ffffffe0;border:1px solid rgba(255,255,255,.96);box-shadow:0 30px 52px #3659662e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.scene-card--otter{right:4px;top:188px;width:min(48%,262px);transform:rotate(11deg);transform-origin:bottom left;z-index:2}.scene-card--cat{left:10px;top:170px;width:min(46%,248px);transform:rotate(-12deg);transform-origin:bottom right;z-index:1}.scene-card--puppy{top:38px;left:50%;width:min(78%,396px);transform:translate(-50%) rotate(-3deg);transform-origin:bottom center;z-index:3}.scene-card__image{width:100%;aspect-ratio:16 / 10;border-radius:28px;background:linear-gradient(180deg,#fffef8,#f2faff);object-fit:contain}.scene-card__badge{display:grid;place-items:center;gap:.35rem;min-height:80px;margin-top:.9rem;padding:.85rem 1rem;border-radius:26px;background:linear-gradient(135deg,#fff4c4eb,#ffffffe0)}.scene-card__badge--mini{min-height:72px}.scene-card__mark{max-height:58px;max-width:100%;width:auto;object-fit:contain}.scene-card__mark--wide{max-height:72px}.scene-card__title{font-family:var(--font-display);font-size:1rem;line-height:1.1;text-align:center}.spotlight-band{position:relative;padding:1rem 0 6rem}.section-header{display:flex;justify-content:center;margin-bottom:1.9rem}.section-header__sign{display:inline-flex;align-items:center;justify-content:center;min-height:66px;padding:.15rem 1.55rem 0;border-radius:30px;border:4px solid white;background:linear-gradient(135deg,#ffc96c,#ffab72);box-shadow:var(--shadow-card);color:#fff;font-family:var(--font-display);font-size:clamp(1.4rem,2vw,2rem);font-weight:800;text-shadow:0 1px 0 rgba(0,0,0,.12)}.section-header__sign--mint{background:linear-gradient(135deg,#90d97a,#58c98c)}.section-header__sign--small{min-height:54px;padding-inline:1.2rem;font-size:1.1rem}.spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.spotlight-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:1rem;padding:1rem;border:none;border-radius:38px;text-align:left;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.spotlight-card:hover{transform:translateY(-5px);box-shadow:0 30px 52px #3659662e}.spotlight-card--sun{background:linear-gradient(180deg,#fffdf7,#fff0c4)}.spotlight-card--leaf{background:linear-gradient(180deg,#fcfff8,#dff4d7)}.spotlight-card__media{display:grid;gap:.7rem;align-self:start;padding:.7rem;border-radius:28px;background:#ffffffd1;box-shadow:inset 0 0 0 1px #fffffff5}.spotlight-card__media img{width:100%;aspect-ratio:2.08 / 1;border-radius:20px;background:linear-gradient(180deg,#fffef9,#edf8ff);object-fit:contain;object-position:center}.spotlight-card__logo{display:grid;place-items:center;min-height:92px;padding:.85rem 1rem;border-radius:22px;background:linear-gradient(135deg,#fff7d3eb,#ffffffe0)}.spotlight-card__logo-mark{max-height:62px;max-width:100%;width:auto;object-fit:contain}.spotlight-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.95rem;min-height:100%;padding:.2rem 0}.spotlight-card__meta,.game-section__meta{display:flex;flex-wrap:wrap;gap:.55rem}.status-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 .85rem;border-radius:var(--radius-pill);background:#58976929;color:var(--leaf-600);font-size:.85rem;font-weight:800}.status-chip--warm{background:#f8bc4e33;color:#be7a1e}.status-chip--soft{background:#ffffffbd;color:var(--ink-700);box-shadow:inset 0 0 0 1px #dce6ebeb}.game-lockup{display:grid;gap:.6rem}.game-lockup__art{max-height:64px;width:auto;object-fit:contain}.spotlight-card__title,.game-lockup__title,.game-section__title,.contact-card__copy h2{font-family:var(--font-display);line-height:1.04}.spotlight-card__title{font-size:clamp(1.4rem,2.2vw,2rem)}.game-lockup__title{font-size:clamp(1.2rem,2.1vw,1.8rem)}.spotlight-card__description{flex:1;color:var(--ink-700);line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.spotlight-card__cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:48px;padding:0 1.15rem;border-radius:var(--radius-pill);background:#ffffffd1;box-shadow:inset 0 0 0 1px #dde7ebeb;font-family:var(--font-display);font-size:1.02rem;font-weight:800;margin-top:auto}.game-section{position:relative;padding:6rem 0}.game-section:before{content:"";position:absolute;top:-34px;left:50%;width:min(1240px,calc(100% - 2rem));height:80px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,#79abc22e,#79abc200);filter:blur(12px)}.game-section--puppy{background:radial-gradient(circle at top right,rgba(255,223,122,.16),transparent 26%),linear-gradient(180deg,#fff9e3e6,#ffffffd6)}.game-section--goose{background:radial-gradient(circle at top left,rgba(147,220,166,.22),transparent 30%),linear-gradient(180deg,#eef8dbeb,#fff8e9eb)}.game-section--cat{background:radial-gradient(circle at top left,rgba(236,196,158,.24),transparent 28%),radial-gradient(circle at top right,rgba(245,229,198,.3),transparent 24%),linear-gradient(180deg,#f9f2e8fa,#fffbf3eb)}.game-section--otter{background:radial-gradient(circle at top left,rgba(119,196,226,.22),transparent 30%),radial-gradient(circle at top right,rgba(197,224,154,.24),transparent 28%),linear-gradient(180deg,#ebf8fffa,#f6fdf3f0)}.game-section__header{display:grid;gap:1rem;max-width:760px;margin-bottom:2rem}.game-section__header--mobile{display:none}.game-section__titlelock{display:grid;gap:.8rem}.game-section__art,.detail-board__logo{max-width:100%;width:auto;max-height:84px;object-fit:contain}.game-section__title{font-size:clamp(2rem,4vw,3.2rem)}.game-section__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:2rem;align-items:start}.game-section__layout--reverse{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)}.game-section__copy,.detail-board{display:grid;gap:1.35rem;padding:clamp(1.35rem,3vw,2rem);border-radius:38px;background:var(--surface-soft);border:1px solid var(--border-soft);box-shadow:var(--shadow-card)}.detail-board{background:linear-gradient(180deg,#ffffffdb,#fcfcf4f5)}.detail-board__heading{display:grid;gap:1rem}.detail-board--cat{background:radial-gradient(circle at top right,rgba(244,221,196,.3),transparent 24%),linear-gradient(180deg,#fffdf8f5,#faf2e9fa)}.detail-board--otter{background:radial-gradient(circle at top right,rgba(191,231,247,.34),transparent 25%),linear-gradient(180deg,#fcfffff5,#f1fbf5fa)}.game-section__lead{color:var(--ink-700);font-size:1.08rem;line-height:1.76}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-card,.detail-board__feature{display:grid;gap:.55rem;padding:1.15rem;border-radius:28px}.feature-card--sun{background:linear-gradient(180deg,#fffef8,#fff3d6)}.detail-board__feature{background:linear-gradient(135deg,#e6f5dae0,#fff7e1eb)}.feature-card h3,.detail-board__feature h3{font-family:var(--font-display);font-size:1.12rem;line-height:1.18}.feature-card p,.detail-board__feature p{color:var(--ink-700);line-height:1.62}.detail-board__features{display:grid;gap:.9rem}.detail-board__features--cat,.detail-board__features--otter{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.media-stage{position:relative;min-height:520px}.frame-card,.gallery-card{border:none;background:#ffffffe0;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.frame-card:hover,.gallery-card:hover{transform:translateY(-4px);box-shadow:0 30px 52px #3659662e}.frame-card{position:absolute;padding:.9rem;border-radius:36px}.frame-card img,.gallery-card img{width:100%;height:100%;border-radius:22px;background:linear-gradient(180deg,#fffef9,#eef8ff);object-fit:contain}.frame-card--cover{top:0;right:6%;bottom:18%;left:0;transform:rotate(-3deg)}.frame-card--stack-a{top:8%;right:0;width:44%;transform:rotate(6deg)}.frame-card--stack-b{left:12%;bottom:0;width:38%;transform:rotate(-6deg)}.goose-stage__main{top:0;left:0;width:74%;height:68%;transform:rotate(-4deg)}.goose-stage__secondary{top:8%;right:0;width:40%;transform:rotate(6deg)}.goose-stage__tertiary{right:6%;bottom:0;width:46%;transform:rotate(4deg)}.goose-stage__sticker{position:absolute;left:-4%;bottom:12%;width:min(30%,150px);object-fit:contain;pointer-events:none;filter:drop-shadow(0 14px 24px rgba(75,110,128,.18));animation:float 5.6s ease-in-out infinite}.media-stage--cat{min-height:560px}.cat-stage__cover{top:3%;right:12%;bottom:18%;left:0;transform:rotate(-4deg)}.cat-stage__shot-a{top:2%;right:2%;width:38%;transform:rotate(5deg)}.cat-stage__shot-b{right:8%;bottom:0;width:44%;transform:rotate(7deg)}.cat-stage__mascot{position:absolute;object-fit:contain;pointer-events:none;filter:drop-shadow(0 14px 20px rgba(132,96,77,.16))}.cat-stage__mascot--1{top:-10px;left:2%;width:min(22%,120px);animation:float 4.6s ease-in-out infinite}.cat-stage__mascot--2{right:-2%;top:34%;width:min(20%,110px);animation:float 4.2s ease-in-out infinite -1s}.cat-stage__mascot--3{left:8%;bottom:-8px;width:min(19%,104px);animation:float 4.8s ease-in-out infinite -.6s}.detail-board__logo--cat{max-height:112px}.detail-board__feature--cat{background:linear-gradient(135deg,#fff7eff5,#f5e7d6eb)}.detail-board__logo--otter{max-height:116px}.detail-board__feature--otter{background:linear-gradient(135deg,#effafffa,#e8f8e7f0)}.media-stage--otter{min-height:560px}.otter-stage__cover{top:0;right:6%;bottom:16%;left:0;transform:rotate(-3deg)}.otter-stage__shot-a{top:8%;right:0;width:44%;transform:rotate(6deg)}.otter-stage__shot-b{right:10%;bottom:0;width:42%;transform:rotate(4deg)}.otter-stage__mascot{position:absolute;left:-4%;bottom:10%;width:min(34%,210px);object-fit:contain;pointer-events:none;filter:drop-shadow(0 16px 24px rgba(64,116,141,.18));animation:float 5s ease-in-out infinite}.gallery-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.gallery-strip--five,.gallery-strip--otter{grid-template-columns:repeat(5,minmax(0,1fr))}.gallery-card{aspect-ratio:16 / 10;padding:.75rem;border-radius:24px}.mascot-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.2rem);margin-top:2rem;padding-top:1.45rem;border-top:2px dashed rgba(231,199,123,.6)}.mascot-row__item:nth-child(odd){animation:float 4s ease-in-out infinite}.mascot-row__item:nth-child(2n){animation:float 4.4s ease-in-out infinite -1s}.mascot-row img{width:clamp(44px,7vw,72px);height:clamp(44px,7vw,72px);object-fit:contain;filter:drop-shadow(0 10px 16px rgba(82,120,138,.16))}.contact-section{padding:5rem 0 4rem}.contact-card{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1.5rem 2rem;align-items:center;overflow:hidden;padding:clamp(1.5rem,4vw,2.4rem);border-radius:42px;background:linear-gradient(135deg,#fff0d7,#fffdf8 42%,#dff6ff);box-shadow:var(--shadow-soft)}.contact-card:before{content:"";position:absolute;left:-24px;bottom:-92px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#ffcd7657,#ffcd7600)}.contact-card__copy{position:relative;display:grid;gap:.75rem}.contact-card__eyebrow{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:40px;padding:0 .9rem;border-radius:var(--radius-pill);background:#5bca8a29;color:#3d9f66;font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contact-card__copy h2{font-size:clamp(2.15rem,5vw,3.2rem);max-width:12ch}.contact-card__copy p{color:var(--ink-700);line-height:1.72;max-width:34rem}.contact-card__aside{position:relative;display:grid;justify-items:stretch}.contact-panel{display:grid;gap:.7rem;padding:1.2rem 1.25rem;border-radius:30px;background:#ffffffc7;box-shadow:inset 0 0 0 1px #dee8ecf0}.contact-panel__label{color:var(--ink-700);font-size:.86rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.contact-panel__mail{display:inline-flex;align-items:center;width:fit-content;max-width:100%;color:#2473a9;font-family:var(--font-display);font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.2;word-break:break-word}.footer{padding:1.7rem 0 2.4rem}.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;border-radius:var(--radius-pill);background:#ffffffc2;box-shadow:inset 0 0 0 1px #dee8ecf0;color:var(--ink-700)}.footer__brand img{height:18px;width:auto;opacity:.88}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.25rem;background:#10222ea8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000}.lightbox__panel{position:relative;width:min(1100px,100%)}.lightbox__close{position:absolute;top:.8rem;right:.8rem;width:48px;height:48px;border:none;border-radius:50%;background:#142734d1;color:#fff;font-size:1.6rem;line-height:1;box-shadow:var(--shadow-card);z-index:1}.lightbox__image{width:100%;max-height:88vh;border-radius:32px;border:10px solid rgba(255,255,255,.88);background:linear-gradient(180deg,#fffef9,#eef8ff);object-fit:contain}@keyframes rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(12px)}}@media(max-width:1100px){.hero-section__grid,.game-section__layout,.game-section__layout--reverse{grid-template-columns:1fr}.game-section__layout>.media-stage,.game-section__layout--reverse>.media-stage{order:1}.game-section__layout>.game-section__copy,.game-section__layout>.detail-board,.game-section__layout--reverse>.game-section__copy,.game-section__layout--reverse>.detail-board{order:2}.game-section__header--mobile{display:grid}.game-section--cat .detail-board__heading,.game-section--otter .detail-board__heading,.game-section--goose .detail-board__heading{display:none}.hero-copy__chips,.spotlight-grid{grid-template-columns:1fr}.hero-scene{max-width:640px;width:100%;margin:0 auto}.contact-card{grid-template-columns:1fr}.contact-card__aside{justify-items:stretch}}@media(max-width:900px){.floating-nav__inner{flex-wrap:wrap;padding:.85rem 0}.floating-nav__controls{width:100%;justify-content:space-between}.spotlight-card{grid-template-columns:1fr}.spotlight-card__media img{aspect-ratio:2 / 1}.gallery-strip,.gallery-strip--five,.gallery-strip--otter{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.floating-nav__inner{flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.75rem}.floating-nav__controls{width:auto;margin-left:auto;flex:0 0 auto}.brand-chip{padding:.38rem .75rem .38rem .38rem;flex:0 1 auto;min-width:0}.brand-chip__logo{width:40px;height:40px;border-radius:14px}.brand-chip__wordmark{height:18px}.floating-nav__links{display:none}main{padding-top:0}.hero-section{padding-top:2.8rem;padding-bottom:4.8rem}.hero-section__grid{gap:1.8rem}.hero-copy{gap:1.15rem}.hero-copy__wordmark{width:min(100%,360px)}.hero-copy__description{font-size:1rem;line-height:1.65}.hero-copy__chips{display:none}.hero-chip{min-height:88px;padding:.85rem .9rem;border-radius:22px;align-content:start}.pill-button{min-height:56px;font-size:1.05rem}.hero-copy__actions{margin-top:.7rem}.hero-scene{min-height:460px;max-width:440px}.scene-card{padding:.75rem;border-radius:26px}.scene-card__image{border-radius:22px}.scene-card__badge{min-height:70px;margin-top:.8rem;padding:.7rem .85rem;border-radius:22px}.scene-card__badge--mini{min-height:66px}.scene-card--otter{right:2px;top:166px;width:min(56%,200px)}.scene-card--cat{left:2px;top:184px;width:min(56%,198px)}.scene-card--puppy{top:28px;left:50%;width:min(84%,320px)}.scene-card__mark{max-height:52px}.scene-card__mark--wide{max-height:50px}.spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.spotlight-card{padding:.8rem;gap:.7rem;border-radius:26px}.spotlight-card__media{padding:.55rem;border-radius:18px}.spotlight-card__media img{aspect-ratio:1.9 / 1}.spotlight-card__logo{min-height:62px;padding:.55rem .7rem;border-radius:16px}.spotlight-card__logo-mark{max-height:40px}.spotlight-card__content{gap:.65rem}.spotlight-card__meta{gap:.35rem}.spotlight-card .status-chip{min-height:30px;padding:0 .55rem;font-size:.72rem}.spotlight-card__title{font-size:clamp(1.02rem,2.9vw,1.26rem);line-height:1.12}.spotlight-card__description{font-size:.86rem;line-height:1.52;-webkit-line-clamp:2}.spotlight-card__cta{min-height:36px;padding:0 .75rem;font-size:.84rem}.game-section{padding:3.6rem 0}.game-section__header{margin-bottom:1.5rem}.game-section__copy,.detail-board{gap:1rem;padding:1.15rem;border-radius:28px}.game-section__lead{font-size:1rem;line-height:1.68}.feature-grid,.detail-board__features,.detail-board__features--cat,.detail-board__features--otter{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.feature-card,.detail-board__feature{padding:.9rem;border-radius:20px}.game-section .pill-button--steam{width:fit-content;min-height:48px;padding:0 1rem;font-size:.94rem}.feature-card h3,.detail-board__feature h3{font-size:1rem}.feature-card p,.detail-board__feature p{font-size:.88rem;line-height:1.5}.media-stage{min-height:360px}.frame-card{padding:.7rem;border-radius:28px}.frame-card img,.gallery-card img{border-radius:18px}.frame-card--cover{top:0;right:0;bottom:20%;left:0}.frame-card--stack-a{top:auto;bottom:0;width:48%}.frame-card--stack-b{left:6%;width:42%}.goose-stage__secondary{width:44%}.goose-stage__tertiary{right:0;width:50%}.goose-stage__sticker{width:min(24%,110px);left:0;bottom:8%}.media-stage--cat{min-height:390px}.cat-stage__cover{top:8%;right:8%;bottom:22%;left:0}.cat-stage__shot-a{width:42%}.cat-stage__shot-b{right:0;width:48%}.cat-stage__mascot--2,.cat-stage__mascot--3{display:none}.cat-stage__mascot--1{width:min(20%,88px);top:-4px}.media-stage--otter{min-height:390px}.otter-stage__cover{top:6%;right:4%;bottom:22%;left:0}.otter-stage__shot-a{width:42%}.otter-stage__shot-b{right:0;width:48%}.otter-stage__mascot{width:min(26%,120px);left:-1%;bottom:3%}.contact-section{padding:4rem 0 3.25rem}.game-section--puppy .mascot-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem .35rem;justify-items:center;margin-top:1.6rem;padding-top:1.1rem}.game-section--puppy .mascot-row__item:nth-child(odd),.game-section--puppy .mascot-row__item:nth-child(2n){animation:none}.game-section--puppy .mascot-row img{width:min(100%,58px);height:auto}.contact-card{gap:1.1rem;padding:1.25rem;border-radius:32px}.contact-card__copy h2{max-width:none}.contact-panel{padding:1rem 1.05rem;border-radius:24px}}@media(max-width:560px){.shell-container,.shell-container--wide{width:calc(100% - 1rem)}.floating-nav__controls{width:auto;margin-left:auto;flex-direction:row;align-items:center;justify-content:flex-end}.floating-nav__inner{flex-wrap:nowrap;gap:.7rem;min-height:auto;padding:.75rem 0}.brand-chip{width:auto;min-width:0;justify-content:flex-start}.brand-chip__logo{width:38px;height:38px}.brand-chip__wordmark{height:17px}.lang-switch{width:auto;flex:0 0 auto;gap:.2rem;padding:.22rem}.lang-switch__btn{width:auto;min-width:38px;min-height:38px;padding:0 .55rem;font-size:.95rem}.pill-button{width:100%}.game-section .pill-button--steam{width:fit-content;max-width:100%;min-height:44px;padding:0 .95rem;font-size:.88rem}.hero-copy__actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.7rem;margin-top:.9rem}.hero-copy__actions .pill-button{width:fit-content;min-width:136px;padding:0 1rem}.hero-section{padding-top:2.2rem;padding-bottom:3.6rem}.hero-copy__wordmark{width:min(100%,300px)}.hero-copy__description{font-size:.96rem}.hero-copy__chips{display:none}.hero-chip{min-height:84px;padding:.8rem .85rem;border-radius:20px}.hero-chip span{font-size:.72rem;letter-spacing:.05em}.hero-chip strong{font-size:.94rem;line-height:1.25}.hero-scene{min-height:390px;max-width:360px}.scene-card{padding:.65rem;border-radius:24px}.scene-card__image{border-radius:18px}.scene-card__badge{min-height:60px;margin-top:.7rem;padding:.6rem .75rem;border-radius:18px}.scene-card__badge--mini{min-height:58px}.scene-card--puppy{top:22px;width:min(88%,290px)}.scene-card--cat{top:156px;left:0;width:min(57%,172px)}.scene-card--otter{top:148px;right:0;width:min(57%,174px)}.scene-card__mark{max-height:44px}.scene-card__mark--wide{max-height:42px}.section-header__sign{width:fit-content;max-width:100%;min-height:56px;padding:.1rem 1.15rem 0;border-width:3px;font-size:clamp(1.15rem,5.2vw,1.45rem)}.spotlight-band{padding:.25rem 0 4rem}.spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.spotlight-card{padding:.7rem;gap:.6rem;border-radius:22px}.spotlight-card__media{padding:.5rem;border-radius:16px}.spotlight-card__media img{aspect-ratio:1.78 / 1}.spotlight-card__logo{min-height:52px;padding:.45rem .55rem;border-radius:14px}.spotlight-card__logo-mark{max-height:34px}.spotlight-card__content{gap:.5rem}.spotlight-card__meta{gap:.3rem}.spotlight-card .status-chip{min-height:24px;padding:0 .42rem;font-size:.64rem}.spotlight-card__title{font-size:clamp(.9rem,4.4vw,1.02rem);line-height:1.1}.spotlight-card__description{font-size:.76rem;line-height:1.46;-webkit-line-clamp:2}.spotlight-card__cta{min-height:32px;padding:0 .6rem;font-size:.78rem}.game-section{padding:3.25rem 0}.game-section__title{font-size:clamp(1.8rem,8vw,2.4rem)}.game-section__art,.detail-board__logo{max-height:72px}.game-section__copy,.detail-board{gap:.9rem;padding:1.05rem;border-radius:26px}.game-section__lead{font-size:.94rem;line-height:1.58}.feature-grid,.detail-board__features,.detail-board__features--cat,.detail-board__features--otter{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.feature-card,.detail-board__feature{padding:.82rem .78rem;border-radius:18px}.feature-card h3,.detail-board__feature h3{font-size:.88rem;line-height:1.22}.feature-card p,.detail-board__feature p{font-size:.8rem;line-height:1.45}.media-stage{min-height:320px}.frame-card{padding:.65rem;border-radius:26px}.frame-card img,.gallery-card img{border-radius:16px}.frame-card--cover{top:0;right:2%;bottom:24%;left:0}.frame-card--stack-a{width:52%}.frame-card--stack-b{left:2%;width:46%}.goose-stage__main{width:82%;height:62%}.goose-stage__secondary{width:48%}.goose-stage__tertiary{width:52%}.goose-stage__sticker{width:min(24%,94px)}.media-stage--cat,.media-stage--otter{min-height:350px}.cat-stage__cover{top:4%;right:3%;bottom:24%;left:0}.cat-stage__shot-a,.otter-stage__shot-a{top:4%;width:46%}.cat-stage__shot-b,.otter-stage__shot-b{right:0;width:52%}.otter-stage__cover{top:4%;right:2%;bottom:24%;left:0}.otter-stage__mascot{width:min(24%,102px)}.gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.gallery-strip--five,.gallery-strip--otter{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-card{display:block;width:100%;aspect-ratio:auto;padding:.6rem;border-radius:18px}.gallery-card img{height:auto;aspect-ratio:auto}.game-section--puppy .mascot-row{gap:.6rem .3rem;margin-top:1.4rem;padding-top:.95rem}.game-section--puppy .mascot-row img{width:min(100%,52px)}.contact-section{padding:3.5rem 0 3rem}.contact-card{gap:1rem;padding:1.2rem 1rem;border-radius:30px}.contact-card__copy h2{font-size:clamp(1.8rem,9vw,2.4rem)}.contact-card__copy p{font-size:.96rem}.contact-panel{width:100%;gap:.55rem;padding:1rem;border-radius:22px}.contact-panel__mail{width:100%;font-size:.95rem;word-break:break-all}.footer__inner{flex-direction:column;text-align:center}}@media(max-width:420px){.spotlight-grid{gap:.6rem}.spotlight-card{padding:.65rem}.spotlight-card__title{font-size:clamp(.86rem,4.2vw,.96rem)}.spotlight-card__description{font-size:.72rem}.game-section .pill-button--steam{min-height:42px;padding:0 .85rem;font-size:.84rem}.feature-card h3,.detail-board__feature h3{font-size:.84rem}.feature-card p,.detail-board__feature p{font-size:.76rem}.game-section--puppy .mascot-row img{width:min(100%,48px)}.hero-copy__chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.hero-copy__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.pill-button{min-height:50px;padding:0 .8rem;font-size:.96rem}.hero-copy__actions{display:flex;grid-template-columns:none;gap:.6rem}.hero-copy__actions .pill-button{min-width:124px;padding:0 .9rem;font-size:.9rem}.hero-chip{min-height:78px;padding:.72rem .75rem}.hero-chip span{font-size:.68rem}.hero-chip strong{font-size:.88rem}.hero-scene{min-height:360px}.scene-card--puppy{width:min(90%,274px)}.scene-card--cat{top:148px;width:min(58%,160px)}.scene-card--otter{top:142px;width:min(58%,162px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
