.f-breadcrumb { font-size: 11px; color: #64695e; margin-bottom: 18px; }
.f-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
html[lang|="en"] .f-card-bottom h3 { font-size: clamp(18px, 1.8vw, 25px); }
html[lang|="en"] .f-section-heading { align-items: center; }
html[lang|="en"] .f-section-heading > div { max-width: 60%; }
html[lang|="en"] .f-section-heading > p { max-width: 35%; }
@media (max-width: 700px) {
  html[lang|="en"] .f-section-heading > div,
  html[lang|="en"] .f-section-heading > p { max-width: none; }
}
html[lang|="en"] .f-intro h1 {
  font-size: clamp(42px, 4.8vw, 72px);
  letter-spacing: -3px;
}
html[lang|="en"] .f-intro h1 svg { display: none; }
html[lang|="en"] .f-worlds button > span:nth-child(2) { font-size: 14px; }
html[lang|="en"] .f-world-tag { letter-spacing: .7px; }
html[lang|="en"] .f-render-status { padding: 0 20px; letter-spacing: 0; }
@media (max-width: 700px) {
  html[lang|="en"] .f-intro h1 { font-size: clamp(36px, 10vw, 55px); letter-spacing: -2px; }
  html[lang|="en"] .f-worlds button > span:nth-child(2) { font-size: 11px; }
  html[lang|="en"] .f-scene-tools { gap: 10px; }
  html[lang|="en"] .f-manifesto h2 { letter-spacing: -1px; }
}
.future {
  --ink:#252a25;
  --accent:#ee582d;
  --scene:#eee5e1;
  --plinth:#dbbbaa;
  background:#f4f3ec;
  color:var(--ink);
  font-family:Outfit,"Microsoft JhengHei",sans-serif;
  padding-top:72px;
  overflow:hidden
}

/* The main showcase is a real WebGL viewport. Its controls remain ordinary HTML. */
.future .f-scene {
  height: 620px;
  border-radius: 28px;
  background: radial-gradient(ellipse at 50% 45%, #fffc, var(--scene));
  perspective: none;
  border: 1px solid #ffffffb0;
}
.f-webgl-stage {
  position: absolute;
  inset: 30px 0 84px;
}
.f-webgl-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
  outline-offset: -4px;
}
.f-webgl-stage canvas:active { cursor: grabbing; }
.f-webgl-stage canvas:focus-visible { outline: 2px solid var(--accent); }
.f-3d-fallback {
  position: absolute;
  inset: 15%;
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.f-webgl-stage.is-rendered .f-3d-fallback { display: none; }
.f-view-controls {
  position: absolute;
  top: 63px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 2;
}
.f-view-controls button {
  border: 1px solid #ffffff;
  background: #ffffffaa;
  backdrop-filter: blur(10px);
  border-radius: 11px;
  min-height: 40px;
  min-width: 40px;
  padding: 8px;
  font-size: 19px;
}
.f-view-controls button:first-child { font-size: 10px; }
.f-view-controls button:hover, .f-view-controls button[aria-pressed=true] { background: #fff; }
.f-view-controls button:disabled { opacity: .45; cursor: default; }
.f-render-status {
  position: absolute;
  bottom: 109px;
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #61655a;
  letter-spacing: 1px;
  pointer-events: none;
}
.future .f-world-tag { left: 26px; right: 26px; top: 25px; }
.future .f-scene-caption { bottom: 47px; }
.future .f-scene-caption h2 { font-size: 25px; }
.future .f-scene-tools { bottom: 12px; }
@media (max-width: 700px) {
  .future .f-scene { height: 490px; border-radius: 22px; }
  .f-webgl-stage { inset: 24px -18px 80px; }
  .f-view-controls { right: 12px; top: 52px; gap: 5px; }
  .f-view-controls button { min-width: 36px; min-height: 36px; padding: 6px; }
  .f-render-status { font-size: 8px; bottom: 105px; }
  .future .f-world-tag { left: 18px; right: 18px; }
}
.future * {
  box-sizing:border-box
}
.future a:focus-visible,.future button:focus-visible {
  outline:3px solid #252a25;
  outline-offset:5px
}
.future button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
.f-hero {
  max-width:1500px;
  margin:auto;
  padding:28px 5% 0
}
.f-edition {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  letter-spacing:1.8px;
  border-bottom:1px solid #252a2520;
  padding-bottom:20px
}
.f-edition i {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
  margin-right:9px
}
.f-hero-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:center;
  padding:32px 0
}
.f-intro {
  padding:20px 0
}
.f-kicker {
  font-size:11px;
  letter-spacing:2px;
  font-weight:600
}
.f-intro h1 {
  font-size:clamp(52px,5.6vw,86px);
  letter-spacing:-5px;
  line-height:1.15;
  margin:26px 0;
  position:relative;
  font-weight:900
}
.f-intro h1 span {
  color:var(--accent)
}
.f-intro h1 svg {
  width:56px;
  height:56px;
  stroke:var(--accent);
  stroke-width:8;
  position:absolute;
  top:8px;
  margin-left:25px;
  transform:rotate(12deg)
}
.f-lead {
  font-size:16px;
  line-height:1.9;
  color:#62655d
}
.f-cta {
  display:inline-flex;
  align-items:center;
  gap:35px;
  background:var(--ink);
  color:#fff;
  border-radius:40px;
  padding:16px 24px;
  font-size:14px;
  font-weight:600;
  margin-top:28px;
  transition:transform .2s,background .2s
}
.f-cta:hover {
  background:var(--accent);
  transform:translateY(-3px)
}
.f-cta span {
  font-size:22px;
  line-height:1
}
.f-hero-note {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:11px;
  color:#72766d;
  margin-top:34px
}
.f-hero-note strong {
  font-weight:500;
  color:var(--ink)
}
.f-mini-block {
  width:36px;
  height:36px;
  background:#e2e6d8;
  border:1px solid #c6cfb6;
  border-radius:10px;
  display:grid;
  place-items:center;
  font-size:29px;
  transform:rotate(-12deg);
  color:#76845f
}
.f-scene {
  position:relative;
  height:530px;
  background:radial-gradient(ellipse at 50% 40%,#fff9,var(--scene));
  border-radius:160px 160px 24px 24px;
  isolation:isolate;
  perspective:1100px;
  transition:background .5s;
  overflow:hidden
}
.f-scene-word {
  position:absolute;
  top:105px;
  left:0;
  width:100%;
  text-align:center;
  font-size:clamp(60px,7.7vw,115px);
  font-weight:900;
  letter-spacing:-6px;
  color:#fff9;
  line-height:1
}
.f-world-tag {
  position:absolute;
  top:32px;
  left:16%;
  right:16%;
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:8px;
  letter-spacing:1.6px;
  color:#5b5e56
}
.f-scene-caption {
  position:absolute;
  bottom:54px;
  left:30px;
  right:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  pointer-events:none
}
.f-scene-caption p {
  font-size:8px;
  letter-spacing:2px
}
.f-scene-caption h2 {
  font-size:23px;
  letter-spacing:1px;
  margin-top:3px
}
.f-scene-caption a {
  pointer-events:auto;
  border-radius:50%;
  height:43px;
  width:43px;
  background:#ffffffb0;
  border:1px solid #fff;
  display:grid;
  place-items:center;
  font-size:24px
}
.f-scene-tools {
  position:absolute;
  bottom:17px;
  left:30px;
  right:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:9px;
  color:#555c53
}
.f-scene-tools button {
  border:0;
  background:transparent;
  font-size:10px;
  padding:5px
}
.f-worlds {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #252a2520;
  padding:20px 0 28px;
  gap:14px
}
.f-worlds button {
  border:1px solid transparent;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:13px;
  background:transparent;
  text-align:left;
  padding:15px;
  transition:background .2s,border .2s
}
.f-worlds button[aria-pressed=true] {
  background:#fff8;
  border-color:#252a2520
}
.f-worlds button:hover {
  background:#fff
}
.f-worlds small {
  display:block;
  font-size:9px;
  letter-spacing:1.4px;
  color:#71746d;
  margin-bottom:2px
}
.f-worlds button>span:nth-child(2) {
  font-size:15px;
  font-weight:600
}
.f-world-icon {
  font-size:29px;
  width:39px;
  height:42px;
  display:grid;
  place-items:center;
  color:#d97455;
  background:#ecd8cb;
  border-radius:10px
}
.f-worlds button:nth-child(2) .f-world-icon {
  background:#dce8eb;
  color:#6891a6
}
.f-worlds button:nth-child(3) .f-world-icon {
  background:#e1dcec;
  color:#8b75b1
}
.f-worlds button:nth-child(4) .f-world-icon {
  background:#e1e6cb;
  color:#7e8a4e
}
.f-worlds b {
  margin-left:auto;
  font-size:17px;
  font-weight:400
}
.f-ticker {
  display:flex;
  justify-content:space-around;
  align-items:center;
  gap:32px;
  padding:22px 20px;
  background:#e6ebd9;
  border-top:1px solid #252a2515;
  border-bottom:1px solid #252a2515;
  white-space:nowrap;
  font-size:clamp(16px,2.4vw,34px);
  letter-spacing:-1px;
  font-weight:700
}
.f-ticker-star {
  color:#788a58;
  font-size:39px
}
.f-collections {
  max-width:1500px;
  margin:auto;
  padding:85px 5% 95px;
  scroll-margin-top:90px
}
.f-section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:40px
}
.f-section-heading h2 {
  font-size:clamp(32px,3.5vw,50px);
  line-height:1.25;
  letter-spacing:-2px;
  margin-top:15px
}
.f-section-heading>p {
  font-size:13px;
  color:#6e7268;
  line-height:1.9;
  margin-bottom:5px
}
.f-cards {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.f-card {
  border-radius:22px;
  padding:26px;
  background:#eee3dc;
  overflow:hidden;
  display:block;
  transition:transform .3s,box-shadow .3s;
  perspective:1000px
}
.f-card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 35px -25px #252a2580
}
.f-card-ice {
  background:#dfebec
}
.f-card-multi {
  background:#e7e2ed
}
.f-card-dino {
  background:#e5e9d6
}
.f-card-top {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:1px;
  color:#5d655b
}
.f-card-top>span:last-child {
  border:1px solid #252a2520;
  border-radius:20px;
  padding:2px 10px
}
.f-card-art {
  height:340px;
  position:relative;
  display:grid;
  place-items:center
}
.f-card-art>span {
  font-size:clamp(50px,6.5vw,98px);
  font-weight:900;
  letter-spacing:-5px;
  position:absolute;
  top:32px;
  color:#ffffff90
}
.f-card-art img {
  position:relative;
  width:88%;
  height:87%;
  object-fit:contain;
  transition:transform .5s;
  transform:rotate(-3deg)
}
.f-card:hover img {
  transform:rotate(1deg) translateY(-10px) scale(1.04)
}
.f-card-multi img {
  transform:rotate(9deg)
}
.f-card-bottom {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  border-top:1px solid #252a251a;
  padding-top:20px
}
.f-card-bottom h3 {
  font-size:25px
}
.f-card-bottom p {
  font-size:12px;
  color:#686d62;
  margin-top:5px
}
.f-card-arrow {
  width:43px;
  height:43px;
  border:1px solid #252a2530;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:24px;
  flex-shrink:0
}
.f-manifesto {
  background:#e9eddf;
  padding:70px 5% 0;
  text-align:center;
  position:relative;
  overflow:hidden
}
.f-manifesto h2 {
  font-size:clamp(32px,4.8vw,66px);
  line-height:1.3;
  letter-spacing:-3px;
  margin:25px 0
}
.f-manifesto h2 span {
  color:#7c8d54
}
.f-manifesto>p:not(.f-kicker) {
  font-size:14px;
  color:#646c58
}
.f-manifesto .f-cta {
  position:relative;
  z-index:1
}
.f-manifesto-star {
  position:absolute;
  font-size:300px;
  right:-65px;
  top:60px;
  color:#dce2cd;
  line-height:1;
  transform:rotate(12deg);
  pointer-events:none
}
.f-signoff {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #252a2520;
  margin-top:65px;
  padding:22px 0;
  letter-spacing:1.4px;
  font-size:9px
}
.future[data-world=ice] {
  --scene:#dcebed;
  --plinth:#b9d0d5;
  --accent:#557e95
}
.future[data-world=multi] {
  --scene:#e8e0ef;
  --plinth:#c9bbd7;
  --accent:#8a68a6
}
.future[data-world=dino] {
  --scene:#e5ead9;
  --plinth:#bbc69d;
  --accent:#718543
}
.future.is-paused * {
  animation-play-state:paused!important
}
.future.is-paused .f-stage {
  transform:none
}
.future.is-paused .f-card:hover img {
  transform:none
}
@keyframes f-float {
  0%,100% {
  transform:translateZ(55px) translateY(0) rotate(-2deg)
}
50% {
  transform:translateZ(70px) translateY(-12px) rotate(1deg)
}

}
@keyframes f-cube-spin {
  0%,100% {
  transform:rotateX(-22deg) rotateY(-35deg) rotateZ(15deg) translateY(0)
}
50% {
  transform:rotateX(18deg) rotateY(35deg) rotateZ(-10deg) translateY(-17px)
}

}
@media(min-width:1600px) {
  .f-scene {
  height:590px
}

}
@media(max-width:1000px) {
  .f-intro h1 svg {
  width:35px;
  height:35px;
  margin-left:12px
}
.f-scene {
  height:490px;
  border-radius:120px 120px 20px 20px
}
.f-hero-grid {
  gap:10px
}
.f-intro h1 {
  letter-spacing:-3px
}
.f-worlds {
  gap:5px
}
.f-worlds button {
  padding:9px;
  gap:8px
}
.f-worlds b {
  display:none
}
.f-card-art {
  height:285px
}
.f-world-tag {
  font-size:7px
}
.f-scene-tools {
  left:20px;
  right:20px
}

}
@media(max-width:700px) {
  .f-hero {
  padding:20px 6% 0
}
.f-edition {
  font-size:8px;
  letter-spacing:1px
}
.f-edition>span:last-child {
  font-size:7px
}
.f-hero-grid {
  grid-template-columns:1fr;
  padding-top:10px
}
.f-intro {
  padding:22px 0 5px
}
.f-intro h1 {
  font-size:58px;
  line-height:1.12;
  margin:17px 0;
  letter-spacing:-3px
}
.f-intro h1 br {
  display:block
}
.f-intro h1 svg {
  display:none
}
.f-lead {
  font-size:13px
}
.f-lead br {
  display:none
}
.f-intro .f-cta {
  margin-top:18px;
  padding:13px 21px
}
.f-hero-note {
  display:none
}
.f-showroom {
  margin-top:18px
}
.f-scene {
  height:440px;
  border-radius:100px 100px 20px 20px
}
.f-scene-word {
  font-size:83px;
  top:80px
}
.f-world-tag {
  font-size:7px;
  top:27px
}
.f-worlds {
  grid-template-columns:1fr 1fr;
  padding:15px 0 22px;
  gap:8px;
  margin-top:15px
}
.f-worlds button {
  padding:10px;
  gap:10px
}
.f-worlds button>span:nth-child(2) {
  font-size:13px
}
.f-worlds small {
  font-size:8px
}
.f-world-icon {
  width:32px;
  height:35px;
  font-size:24px
}
.f-ticker {
  gap:18px;
  padding:14px 20px;
  font-size:16px;
  justify-content:center
}
.f-ticker>span:nth-last-child(-n+2) {
  display:none
}
.f-ticker-star {
  font-size:28px
}
.f-collections {
  padding:55px 6%
}
.f-section-heading {
  display:block;
  margin-bottom:25px
}
.f-section-heading>p {
  margin-top:18px;
  font-size:12px
}
.f-kicker {
  font-size:9px;
  letter-spacing:1.4px
}
.f-cards {
  grid-template-columns:1fr;
  gap:18px
}
.f-card {
  padding:22px
}
.f-card-art {
  height:300px
}
.f-card-art>span {
  font-size:76px
}
.f-card-bottom h3 {
  font-size:22px
}
.f-manifesto {
  padding:50px 6% 0
}
.f-manifesto>p:not(.f-kicker) {
  font-size:12px;
  max-width:280px;
  margin:auto
}
.f-manifesto-star {
  font-size:200px;
  right:-90px;
  top:90px
}
.f-signoff {
  font-size:7px;
  letter-spacing:.8px;
  gap:15px
}
.f-scene-tools {
  font-size:8px
}

}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
.future * {
  animation:none!important;
  transition:none!important
}
.future .f-stage {
  transform:none
}
.future .f-card:hover img {
  transform:none
}

}
