:root{--bg:#FFF4EA;--ink:#211832;--muted:#665c69;--accent:#BF4646;--secondary:#E8E2D8;--gutter:clamp(22px,5vw,88px);--gap:clamp(24px,4vw,64px);--section:clamp(88px,11vw,170px);font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--bg);color-scheme:light;scroll-behavior:smooth}
:root:has(#theme-toggle:checked){--bg:#0B0909;--ink:#FFF4EA;--muted:#b9acae;--accent:#e88b85;--secondary:#292222;color-scheme:dark}
::selection{background:var(--accent);color:var(--bg);text-shadow:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}section{scroll-margin-top:32px}.wrap{max-width:1600px;padding-inline:var(--gutter);margin-inline:auto}.skip{position:absolute;left:24px;top:-80px;padding:12px;background:var(--bg);z-index:10}.skip:focus{top:16px}
header nav{display:flex;align-items:center;min-height:104px;gap:32px}.brand{font-size:28px;letter-spacing:-1.8px;font-weight:600}.nav-links{margin-left:auto;display:flex;align-items:center;gap:36px;font-size:14px}.theme{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;cursor:pointer;font-size:22px}.theme-input{position:absolute;opacity:0;width:1px;height:1px}.theme-input:focus-visible+.theme{outline:2px solid var(--accent);outline-offset:2px}
.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(32px,5vw,80px);align-items:center;padding-block:clamp(48px,6vw,88px) clamp(72px,8vw,120px)}.eyebrow{font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:500}.hero h1{font-size:clamp(52px,6.4vw,96px);font-weight:450;line-height:1.06;letter-spacing:-.045em;margin:24px 0 28px}.hero h1 em{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:-.025em;color:var(--accent)}.hero-intro{max-width:410px;color:var(--muted);font-size:17px;line-height:1.75}.hero .text-link{margin-top:24px;display:inline-flex;align-items:center;gap:24px}.text-link{font-size:14px;padding-block:12px}.hero-feature{margin:32px 0 0;min-width:0}.feature-image{width:100%;height:auto;aspect-ratio:1052/592;object-fit:cover}.hero-feature figcaption{display:flex;align-items:center;justify-content:space-between;margin-top:20px;font-size:15px}.feature-name{display:flex;align-items:center;gap:12px}.feature-name img{border-radius:22%}.feature-name small{display:block;margin-top:4px;font-size:12px;color:var(--muted)}.hero-feature figcaption>a{padding:12px;font-size:24px}.language{font-size:13px;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}.contact h2{font-family:"DM Sans",Arial,sans-serif}
.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:36px;gap:24px}.section-head h2{font-size:17px;font-weight:500}.section-head span{color:var(--muted);font-size:13px}.game-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px var(--gap)}.game{min-width:0}.cover{display:block;aspect-ratio:1052/592;overflow:hidden}.cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.cover:hover img{transform:scale(1.025)}.portrait .cover{background:var(--secondary)}.portrait .cover img{object-fit:contain}.game-info{display:flex;align-items:center;gap:16px;margin-top:24px}.icon{width:clamp(48px,4.5vw,64px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:22%;flex-shrink:0}.game-info>div{min-width:0}.game h3{overflow-wrap:anywhere}.genre{font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.game h3{font-size:clamp(23px,2.1vw,30px);font-weight:500;letter-spacing:-.025em;line-height:1.25}.number{margin-left:auto;font-size:12px;color:var(--muted);align-self:flex-start;padding-top:4px}.description{font-size:15px;line-height:1.7;color:var(--muted);margin:18px 0 12px;max-width:480px}.stores{display:flex;gap:24px;flex-wrap:wrap}.stores a{font-size:13px;min-height:44px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:6px;text-decoration-color:color-mix(in srgb,var(--ink) 25%,transparent)}
.company{padding-top:var(--section);display:grid;grid-template-columns:1fr 2fr;gap:var(--gap)}.company h2{font-weight:400;font-size:clamp(34px,4.4vw,64px);letter-spacing:-.045em;line-height:1.18;max-width:900px}.company p{max-width:580px;margin-top:30px;color:var(--muted);font-size:17px;line-height:1.8}
.contact{padding-block:var(--section) 80px;display:grid;grid-template-columns:1fr 2fr;gap:var(--gap)}.contact h2{font-weight:400;font-size:clamp(36px,5vw,72px);font-family:inherit;line-height:1.2;letter-spacing:-.035em;margin-bottom:28px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact address{font-size:15px;line-height:1.85;font-style:normal;color:var(--muted)}.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.contact-links a{font-size:14px;padding-block:10px}.map-details{grid-column:1/-1;margin-top:24px}.map-details summary{cursor:pointer;font-size:14px;padding-block:16px;width:fit-content}.map-frame{width:100%;height:clamp(320px,32vw,440px);margin-top:16px;overflow:hidden}.map-frame iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.9) sepia(.15)}:root:has(#theme-toggle:checked) .map-frame iframe{filter:grayscale(1) invert(.94) hue-rotate(180deg)}.map-caption{font-size:12px;color:var(--muted);margin-top:12px}.map-caption a{text-decoration:underline}
footer{display:flex;justify-content:space-between;gap:24px;padding-block:28px 44px!important;color:var(--muted);font-size:12px}
@media(min-width:1000px){.game:nth-child(even){transform:translateY(84px)}.game-grid{padding-bottom:84px}}
@media(max-width:700px){header nav{min-height:80px;gap:12px}.brand{font-size:25px}.nav-links{gap:18px;font-size:12px}.hero h1{font-size:clamp(58px,13vw,90px)}.hero-bottom{align-items:start;flex-direction:column;gap:18px}.hero-bottom p{font-size:16px}.game-grid{grid-template-columns:1fr;gap:48px}.company,.contact{grid-template-columns:1fr;gap:28px}.contact-content{grid-template-columns:1fr;gap:20px}.map-details{margin-top:4px}.map-frame{height:320px}.game h3{font-size:28px}footer{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.cover img{transition:none}.cover:hover img{transform:none}}

@media(max-width:1000px){header nav{gap:20px}.nav-links{gap:22px}.hero{grid-template-columns:1fr 1fr;gap:28px}.hero h1{font-size:clamp(46px,6vw,64px)}}
@media(max-width:700px){header nav{flex-wrap:wrap;gap:12px}.nav-links{gap:16px}.hero{grid-template-columns:1fr;gap:32px;padding-top:40px}.hero h1{font-size:clamp(48px,11vw,72px);margin-block:20px 24px}.hero-feature{margin:0}.hero-intro{font-size:16px}.hero-feature figcaption{margin-top:14px}.language{font-size:12px}.theme{min-width:32px}}
html:lang(zh-HK){font-family:"Noto Sans HK","PingFang HK","Microsoft JhengHei",sans-serif}
html:lang(zh-HK) .hero h1{font-size:clamp(44px,5.2vw,78px);line-height:1.3;letter-spacing:.01em;font-weight:500}
html:lang(zh-HK) .hero h1 em{font-family:inherit;font-style:normal;letter-spacing:inherit}
html:lang(zh-HK) .hero-intro,html:lang(zh-HK) .description,html:lang(zh-HK) .company p{line-height:1.9;word-break:normal}
html:lang(zh-HK) .company h2,html:lang(zh-HK) .contact h2{font-family:inherit;letter-spacing:0;line-height:1.45;font-size:clamp(30px,3.6vw,52px)}
html:lang(zh-HK) .eyebrow,html:lang(zh-HK) .genre{letter-spacing:.06em}
@media(max-width:700px){html:lang(zh-HK) .hero h1{font-size:clamp(40px,10vw,64px)}}
@media(max-width:700px){header nav{display:grid;grid-template-columns:1fr auto auto;gap:0 16px;padding-block:16px}.nav-links{grid-row:2;grid-column:1/-1;margin-left:0;gap:28px}.nav-links a{display:inline-flex;min-height:44px;align-items:center}.language{grid-column:2;grid-row:1}.theme{grid-column:3;grid-row:1}}
.contact-links a{overflow-wrap:anywhere;max-width:100%}
