:root {
  --ink: #111226;
  --midnight: #0b1029;
  --paper: #f4f1e9;
  --cream: #fffaf0;
  --red: #ff4b3e;
  --jade: #57e0a5;
  --moon: #ffd56a;
  --blue: #5668ff;
  --line: rgba(17, 18, 38, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--midnight);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", "PingFang HK", "PingFang TC", "Noto Sans TC", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

button, a { color: inherit; }

a { text-decoration: none; }

button { font: inherit; }

::selection {
  background: var(--red);
  color: white;
}

.site-shell { overflow: hidden; }

.topbar {
  align-items: center;
  background: rgba(11, 16, 41, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: white;
  display: flex;
  height: 88px;
  justify-content: space-between;
  left: 0;
  padding: 0 4.5vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
}

.brand { align-items: center; display: flex; gap: 13px; }

.brand-mark {
  background: var(--moon);
  border-radius: 50%;
  display: block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.brand-mark::before {
  background: var(--midnight);
  border-radius: 50%;
  content: "";
  height: 38px;
  left: -9px;
  position: absolute;
  top: -5px;
  width: 38px;
}

.brand-mark i {
  background: var(--red);
  bottom: 0;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

.brand-mark.small { height: 34px; width: 34px; }

.brand-name {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.15;
}

.nav-panel { align-items: center; display: flex; gap: 4vw; }

.nav-links { display: flex; gap: 2vw; }

.nav-links a,
.language-switch button {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .2s ease;
}

.nav-links a:hover { color: var(--moon); }

.language-switch { align-items: center; display: flex; gap: 8px; }

.language-switch button {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, .45);
  cursor: pointer;
  padding: 5px 0;
}

.language-switch button.active { color: var(--moon); }

.language-switch span { color: rgba(255, 255, 255, .3); }

.menu-toggle { display: none; }

.hero {
  background:
    radial-gradient(circle at 68% 42%, rgba(86, 104, 255, .25), transparent 26%),
    var(--midnight);
  color: white;
  min-height: 100svh;
  padding: 178px 6vw 72px;
  position: relative;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 76px 76px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black 20%, transparent 92%);
  position: absolute;
}

.hero-copy { max-width: 850px; position: relative; z-index: 4; }

.eyebrow,
.section-label {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .18em;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--red);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.hero h1,
.closing h2 {
  font-size: clamp(72px, 9.8vw, 150px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .82;
  margin: 38px 0 44px;
}

.hero h1 em,
.closing h2 em {
  color: var(--moon);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-body {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.8;
  margin: 0;
  max-width: 580px;
}

.round-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: center;
  margin-top: 58px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
  width: 122px;
}

.round-link span { font-size: 12px; font-weight: 700; }

.round-link b { font-size: 20px; font-weight: 400; margin-top: 6px; }

.round-link:hover { background: var(--red); border-color: var(--red); transform: rotate(-8deg); }

.moon-scene {
  bottom: 0;
  height: 72%;
  position: absolute;
  right: -2vw;
  width: 58vw;
  z-index: 2;
}

.moon {
  align-items: center;
  background: var(--moon);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 213, 106, .22);
  display: flex;
  height: min(29vw, 430px);
  justify-content: center;
  left: 28%;
  position: absolute;
  top: 4%;
  width: min(29vw, 430px);
}

.moon::after {
  border: 1px solid rgba(17, 18, 38, .18);
  border-radius: 50%;
  content: "";
  height: 78%;
  position: absolute;
  width: 78%;
}

.moon span {
  color: var(--ink);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(90px, 11vw, 170px);
  font-weight: 800;
  line-height: 1;
  opacity: .92;
}

.orbit {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  position: absolute;
}

.orbit::after {
  background: var(--jade);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  right: 5%;
  top: 32%;
  width: 9px;
}

.orbit-one { height: 510px; left: 15%; top: -5%; transform: rotate(12deg); width: 510px; }
.orbit-two { height: 670px; left: 3%; top: -17%; transform: rotate(-22deg); width: 670px; }
.orbit-two::after { background: var(--red); left: 15%; right: auto; top: 68%; }

.mountain { bottom: 0; clip-path: polygon(0 100%, 14% 65%, 27% 78%, 45% 24%, 60% 67%, 74% 49%, 100% 100%); position: absolute; right: 0; width: 100%; }
.mountain-back { background: #242b68; height: 42%; opacity: .8; right: -10%; }
.mountain-front { background: var(--ink); height: 36%; }

.harbour-line {
  border-bottom: 10px solid var(--jade);
  bottom: 0;
  height: 15%;
  left: 0;
  position: absolute;
  transform: skewX(-18deg);
  width: 100%;
}

.hero-meta {
  bottom: 34px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  left: 6vw;
  letter-spacing: .15em;
  position: absolute;
  right: 6vw;
  text-transform: uppercase;
  z-index: 5;
}

.side-type {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .25em;
  position: absolute;
  right: 17px;
  text-transform: uppercase;
  top: 48%;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
  z-index: 5;
}

.marquee {
  background: var(--red);
  color: white;
  overflow: hidden;
  padding: 14px 0;
  transform: rotate(-1.1deg) scale(1.02);
  white-space: nowrap;
}

.marquee div {
  animation: ticker 28s linear infinite;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  min-width: 200%;
}

@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 140px 6vw; }

.section-label { color: var(--red); }

.about { background: var(--paper); }

.about-grid {
  display: grid;
  gap: 9vw;
  grid-template-columns: 1.15fr .85fr;
  margin-top: 64px;
}

.about h2,
.games h2,
.business h2,
.approach h2,
.principles h2 {
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: .98;
  margin: 0;
}

.about h2 span,
.games h2 span,
.approach h2 span { color: var(--blue); font-family: Georgia, "Noto Serif TC", serif; font-weight: 400; }

.about-copy { padding-top: 8px; }

.about-copy p,
.approach-copy > p:last-child {
  color: rgba(17, 18, 38, .7);
  font-size: 16px;
  line-height: 1.9;
  margin: 28px 0 0;
}

.about-copy .lead { color: var(--ink); font-size: 20px; margin-top: 0; }

.fact-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
}

.fact { min-height: 210px; padding: 38px 30px; position: relative; }
.fact + .fact { border-left: 1px solid var(--line); }

.fact strong { color: var(--blue); display: block; font-size: clamp(34px, 4vw, 60px); letter-spacing: -.07em; line-height: 1; }
.fact p { font-size: 14px; font-weight: 800; margin: 39px 0 6px; }
.fact span { color: rgba(17, 18, 38, .52); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.games {
  background: var(--ink);
  color: white;
}

.games .section-label { color: var(--moon); }

.games-heading {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.18fr .82fr;
}

.games-heading h2 { margin: 52px 0 0; }
.games h2 span { color: var(--moon); }

.games-heading > p {
  color: rgba(255, 255, 255, .64);
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
  max-width: 540px;
}

.game-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, 230px);
  margin-top: 82px;
}

.game-card {
  background: var(--midnight);
  border: 1px solid rgba(255, 255, 255, .18);
  min-width: 0;
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease;
}

.game-card:hover {
  border-color: rgba(255, 213, 106, .72);
  transform: translateY(-5px);
}

.game-card-lead {
  display: flex;
  flex-direction: column;
  grid-column: 1 / 8;
  grid-row: 1 / span 3;
}

.game-card-compact {
  display: grid;
  grid-column: 8 / -1;
  grid-template-columns: minmax(180px, 43%) 1fr;
}

.game-media {
  background: #090d24;
  min-height: 0;
  overflow: hidden;
}

.game-card-lead .game-media { flex: 1; }

.game-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
  width: 100%;
}

.game-card-lead .game-media img {
  object-fit: contain;
}

.game-card:hover .game-media img { transform: scale(1.025); }

.game-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
}

.game-card-lead .game-copy {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: .72fr 1.28fr;
  min-height: 170px;
  padding: 28px 32px;
}

.game-type {
  color: var(--jade);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.game-copy h3 {
  color: white;
  font-size: clamp(31px, 3.2vw, 50px);
  letter-spacing: -.04em;
  line-height: .9;
  margin: 0;
}

.game-card-compact .game-copy h3 { font-size: clamp(25px, 2.3vw, 34px); }

.game-copy p {
  color: rgba(255, 255, 255, .61);
  font-size: 13px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.game-card-lead .game-copy p {
  font-size: 14px;
  margin: 0;
}

.games-note {
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  letter-spacing: .04em;
  margin: 28px 0 0;
}

.business { background: var(--cream); }

.business-heading { display: grid; gap: 24px; grid-template-columns: 1fr 2fr 1fr; }
.business-heading h2 { font-size: clamp(46px, 5.7vw, 84px); }
.business-heading > p:last-child { color: rgba(17, 18, 38, .58); font-size: 15px; line-height: 1.8; margin: 0; padding-top: 7px; }

.service-list { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 80px; }

.service-card {
  border: 1px solid var(--ink);
  min-height: 540px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.service-card:hover { background: var(--ink); color: white; transform: translateY(-8px); }

.service-top { align-items: center; display: flex; justify-content: space-between; }
.service-top span { font-size: 12px; font-weight: 800; }
.service-top i { font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .16em; }

.service-glyph {
  align-items: center;
  display: flex;
  height: 215px;
  justify-content: center;
  margin: 28px auto 14px;
  position: relative;
  width: 215px;
}

.service-glyph::before,
.service-glyph::after,
.service-glyph b { content: ""; position: absolute; }
.glyph-01::before { background: var(--moon); border-radius: 50%; height: 150px; width: 150px; }
.glyph-01::after { background: var(--cream); border-radius: 50%; height: 135px; left: 18px; top: 20px; width: 135px; }
.service-card:hover .glyph-01::after { background: var(--ink); }
.glyph-01 b { background: var(--red); bottom: 28px; height: 12px; transform: rotate(-12deg); width: 110px; }

.glyph-02::before { border: 2px solid var(--blue); border-radius: 50%; height: 160px; width: 160px; }
.glyph-02::after { border: 2px solid var(--blue); border-radius: 50%; height: 160px; transform: rotate(62deg) scaleX(.35); width: 160px; }
.glyph-02 b { background: var(--jade); border-radius: 50%; height: 27px; right: 20px; top: 43px; width: 27px; }

.glyph-03::before { border: 2px solid var(--ink); height: 120px; transform: rotate(45deg); width: 120px; }
.service-card:hover .glyph-03::before { border-color: white; }
.glyph-03::after { background: var(--red); height: 54px; transform: rotate(45deg); width: 54px; }
.glyph-03 b { border: 2px solid var(--jade); border-radius: 50%; height: 190px; width: 190px; }

.service-card h3 { font-size: 27px; letter-spacing: -.04em; margin: 0 0 18px; }
.service-card > p { color: rgba(17, 18, 38, .63); font-size: 14px; line-height: 1.8; margin: 0; max-width: 91%; }
.service-card:hover > p { color: rgba(255, 255, 255, .65); }
.card-arrow { bottom: 24px; font-size: 24px; position: absolute; right: 27px; }

.approach { background: var(--jade); display: grid; gap: 8vw; grid-template-columns: .9fr 1.1fr; }
.approach-copy .section-label { color: var(--ink); }
.approach-copy h2 { margin-top: 62px; }
.approach-copy > p:last-child { color: rgba(17, 18, 38, .72); margin-top: 48px; max-width: 620px; }

.route-map {
  background: var(--ink);
  color: white;
  min-height: 670px;
  padding: 70px 60px;
  position: relative;
}

.route-map article { margin-left: 85px; min-height: 145px; position: relative; }
.route-map article > span { color: var(--moon); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.route-map h3 { font-size: 26px; letter-spacing: -.03em; margin: 9px 0 6px; }
.route-map p { color: rgba(255, 255, 255, .52); font-size: 12px; margin: 0; }

.route-line { border-left: 1px solid rgba(255, 255, 255, .3); bottom: 150px; left: 84px; position: absolute; top: 84px; }
.route-line i { background: var(--red); border: 7px solid var(--ink); border-radius: 50%; height: 24px; left: -12px; position: absolute; width: 24px; }
.route-line i:nth-child(1) { top: 0; }
.route-line i:nth-child(2) { top: 146px; }
.route-line i:nth-child(3) { top: 292px; }

.route-stamp {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  bottom: 35px;
  color: var(--moon);
  font-size: 13px;
  font-weight: 900;
  height: 112px;
  line-height: .9;
  padding-top: 22px;
  position: absolute;
  right: 35px;
  text-align: center;
  transform: rotate(8deg);
  width: 112px;
}
.route-stamp span { color: white; font-size: 23px; }

.principles { background: var(--midnight); color: white; }
.principles-heading { display: grid; gap: 7vw; grid-template-columns: .75fr 2fr; }
.principles-heading h2 { max-width: 850px; }

.principle-list { border-top: 1px solid rgba(255, 255, 255, .2); margin-top: 85px; }
.principle-list article { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .2); display: grid; gap: 3vw; grid-template-columns: .35fr 1fr 1.2fr; min-height: 195px; transition: background .25s ease, padding .25s ease; }
.principle-list article:hover { background: rgba(86, 104, 255, .15); padding: 0 26px; }
.principle-no { color: var(--moon); font-family: Georgia, serif; font-size: 46px; }
.principle-list i { color: var(--jade); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .18em; }
.principle-list h3 { font-size: 28px; letter-spacing: -.04em; margin: 9px 0 0; }
.principle-list p { color: rgba(255, 255, 255, .58); font-size: 14px; line-height: 1.8; margin: 0; max-width: 520px; }

.closing {
  align-items: center;
  background: var(--blue);
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 850px;
  overflow: hidden;
  padding: 140px 6vw 100px;
  position: relative;
  text-align: center;
}

.closing > *:not(.closing-moon) { position: relative; z-index: 2; }
.closing .eyebrow { margin-bottom: 20px; }
.closing h2 { font-size: clamp(60px, 8vw, 120px); margin: 28px 0 42px; }
.closing h2 em { color: var(--moon); }
.closing > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; margin: 0; max-width: 670px; }

.closing-moon {
  background: var(--moon);
  border-radius: 50%;
  height: 620px;
  left: 50%;
  opacity: .12;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
}

.closing-moon span { color: var(--ink); font-family: Georgia, serif; font-size: 370px; font-weight: 900; line-height: 620px; }

.contact-lockup {
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  display: flex;
  gap: 70px;
  margin-top: 80px;
  padding: 18px 0;
}
.contact-lockup span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-lockup strong { font-size: 14px; }

footer {
  align-items: flex-end;
  background: var(--midnight);
  color: white;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr auto 1fr;
  padding: 70px 6vw;
}

.footer-brand { align-items: center; display: flex; gap: 14px; }
.footer-brand strong { font-size: 11px; letter-spacing: .1em; }
.footer-nav { display: flex; gap: 25px; }
.footer-nav a { color: rgba(255, 255, 255, .67); font-size: 11px; }
footer > p { color: rgba(255, 255, 255, .42); font-size: 9px; letter-spacing: .08em; line-height: 1.7; margin: 0; text-align: right; text-transform: uppercase; }

@media (max-width: 1050px) {
  .moon-scene { opacity: .72; right: -8vw; width: 70vw; }
  .games-heading { gap: 42px; grid-template-columns: 1fr; }
  .games-heading > p { max-width: 680px; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto; }
  .game-card-lead { display: grid; grid-column: 1 / -1; grid-row: auto; grid-template-columns: 1.12fr .88fr; min-height: 520px; }
  .game-card-lead .game-media { min-height: 520px; }
  .game-card-lead .game-copy { align-items: start; display: flex; justify-content: flex-end; }
  .game-card-compact { display: flex; flex-direction: column; grid-column: auto; }
  .game-card-compact .game-media { aspect-ratio: 1 / 1; }
  .game-card-compact .game-copy { flex: 1; min-height: 210px; }
  .business-heading { grid-template-columns: 1fr 2.5fr; }
  .business-heading > p:last-child { grid-column: 2; }
  .service-card { min-height: 500px; padding: 24px; }
  .service-glyph { height: 180px; width: 180px; }
  .approach { gap: 5vw; }
  .route-map { padding: 65px 40px; }
  .route-line { left: 64px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-nav { display: none; }
}

@media (max-width: 760px) {
  .topbar { height: 72px; padding: 0 20px; }
  .brand-mark { height: 36px; width: 36px; }
  .brand-name { font-size: 9px; }
  .menu-toggle { background: none; border: 0; display: flex; flex-direction: column; gap: 6px; padding: 10px 0 10px 10px; position: relative; z-index: 102; }
  .menu-toggle span { background: white; display: block; height: 1px; transition: transform .2s ease; width: 28px; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-panel { align-items: flex-start; background: var(--midnight); display: none; flex-direction: column; gap: 36px; inset: 0; padding: 120px 28px; position: fixed; }
  .nav-panel.is-open { display: flex; }
  .nav-links { flex-direction: column; gap: 23px; }
  .nav-links a { font-size: 28px; letter-spacing: -.04em; }

  .hero { min-height: 850px; padding: 138px 24px 60px; }
  .hero-copy { z-index: 5; }
  .hero h1 { font-size: clamp(57px, 17vw, 90px); margin: 32px 0; }
  .hero-body { font-size: 15px; max-width: 88%; }
  .round-link { height: 96px; margin-top: 38px; width: 96px; }
  .moon-scene { bottom: 32px; height: 52%; opacity: .75; right: -25vw; width: 105vw; }
  .moon { height: 58vw; left: 31%; width: 58vw; }
  .moon span { font-size: 26vw; }
  .orbit-one { height: 78vw; left: 19%; width: 78vw; }
  .orbit-two { display: none; }
  .mountain-front { height: 32%; }
  .hero-meta { bottom: 20px; left: 24px; right: 24px; }
  .hero-meta span:last-child { display: none; }
  .side-type { display: none; }
  .marquee { padding: 11px 0; }

  .section { padding: 95px 24px; }
  .about-grid { gap: 43px; grid-template-columns: 1fr; margin-top: 42px; }
  .about h2, .business h2, .approach h2, .principles h2 { font-size: 48px; }
  .games h2 { font-size: 42px; line-height: 1.02; }
  .about-copy .lead { font-size: 17px; }
  .about-copy p { font-size: 14px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); margin-top: 65px; }
  .fact { min-height: 165px; padding: 26px 18px; }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .fact strong { font-size: 35px; }
  .fact p { margin-top: 28px; }

  .games-heading { display: block; }
  .games-heading h2 { margin-top: 42px; }
  .games-heading > p { font-size: 14px; margin-top: 28px; }
  .game-grid { display: block; margin-top: 52px; }
  .game-card + .game-card { margin-top: 18px; }
  .game-card-lead, .game-card-compact { display: flex; min-height: 0; }
  .game-card-lead { flex-direction: column; }
  .game-card-compact { flex-direction: column; }
  .game-card-lead .game-media, .game-card-compact .game-media { aspect-ratio: 1 / 1; min-height: 0; }
  .game-card-lead .game-copy, .game-card-compact .game-copy { display: block; min-height: 0; padding: 25px 22px 29px; }
  .game-card-lead .game-copy p { margin-top: 16px; }
  .game-copy h3, .game-card-compact .game-copy h3 { font-size: 36px; }
  .games-note { line-height: 1.7; }

  .business-heading { display: block; }
  .business-heading h2 { margin-top: 42px; }
  .business-heading > p:last-child { margin-top: 25px; }
  .service-list { grid-template-columns: 1fr; margin-top: 55px; }
  .service-card { min-height: 460px; }
  .service-glyph { margin-top: 15px; }

  .approach { display: block; }
  .approach-copy h2 { margin-top: 42px; }
  .approach-copy > p:last-child { margin: 30px 0 50px; }
  .route-map { min-height: 600px; padding: 55px 30px; }
  .route-map article { margin-left: 55px; min-height: 137px; }
  .route-line { bottom: 145px; left: 45px; top: 69px; }
  .route-line i:nth-child(2) { top: 138px; }
  .route-line i:nth-child(3) { top: 274px; }
  .route-stamp { height: 92px; width: 92px; }

  .principles-heading { display: block; }
  .principles-heading h2 { margin-top: 42px; }
  .principle-list { margin-top: 50px; }
  .principle-list article { align-items: flex-start; gap: 18px; grid-template-columns: 55px 1fr; padding: 30px 0; }
  .principle-list article:hover { padding: 30px 12px; }
  .principle-list p { grid-column: 2; }
  .principle-no { font-size: 34px; }

  .closing { min-height: 740px; padding: 110px 24px 80px; }
  .closing h2 { font-size: 56px; }
  .closing-moon { height: 430px; width: 430px; }
  .closing-moon span { font-size: 260px; line-height: 430px; }
  .contact-lockup { align-items: center; flex-direction: column; gap: 8px; margin-top: 60px; }

  footer { align-items: flex-start; display: flex; flex-direction: column; padding: 50px 24px; }
  footer > p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
