:root {
  --bg: #070809;
  --bg-soft: #0b0c0d;
  --surface: #111315;
  --surface-2: #17191b;
  --surface-3: #1d1f21;
  --text: #f5f5f1;
  --muted: #a3a4a5;
  --muted-2: #76787a;
  --accent: #ff4b00;
  --accent-deep: #dc3300;
  --yellow: #ffd200;
  --border: rgba(255, 255, 255, .14);
  --border-strong: rgba(255, 255, 255, .24);
  --container: 1320px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 20px 70px rgba(0, 0, 0, .42);
  --header-height: 136px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 9%, rgba(255, 80, 0, .04), transparent 26%),
    #070809;
  font-family: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-height);
  background: rgba(4, 5, 5, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  transition: background var(--transition), box-shadow var(--transition);
}

.site-header.scrolled {
  background: rgba(4, 5, 5, .985);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .42);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 360px 1fr 220px;
  align-items: center;
  gap: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 78px;
  height: 78px;
  color: var(--yellow);
  fill: currentColor;
  stroke: none;
  filter: drop-shadow(0 0 16px rgba(255, 210, 0, .1));
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--yellow);
  font-family: Impact, "Arial Black", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  letter-spacing: .8px;
}

.brand-copy small {
  margin-top: 7px;
  color: #eee;
  font-size: 15px;
  letter-spacing: .8px;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 68px;
  margin-left: 0;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  min-width: 220px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 0;
  justify-self: end;
  padding: 0 22px;
  border: 1px solid #ff6b2d;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff641f, var(--accent));
  box-shadow: inset 0 1px rgba(255, 255, 255, .22), 0 8px 26px rgba(255, 73, 0, .22);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .5px;
  transition: transform var(--transition), filter var(--transition);
}

.header-cta svg {
  font-size: 20px;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 870px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .045), transparent 34%),
    linear-gradient(90deg, #030404 0 43%, #090a0b 66%, #070808 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #030404 0%, rgba(3, 4, 4, .96) 25%, rgba(3, 4, 4, .72) 42%, rgba(3, 4, 4, .18) 68%, rgba(3, 4, 4, .03) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .62) 0%, transparent 28%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep the deliberately dark copy area at the left, with equipment on the right. */
  object-position: 53% center;
  filter: saturate(.92) contrast(1.05) brightness(.92);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 4, 4, .92), rgba(3, 4, 4, .04) 46%, rgba(3, 4, 4, .05));
}

.hero-grid-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 57%);
}

.hero-content {
  min-height: 870px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: Impact, "Arial Black", "Microsoft JhengHei", sans-serif;
  font-size: clamp(108px, 9.15vw, 142px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -4px;
  text-shadow: 0 7px 0 rgba(0, 0, 0, .18), 0 10px 28px rgba(0, 0, 0, .75);
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  margin-top: 18px;
  color: var(--accent);
  font-weight: inherit;
}

.hero-subtitle {
  margin: 44px 0 0;
  color: #f2f2ef;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-actions {
  display: flex;
  gap: 24px;
  margin-top: 42px;
}

.button {
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .6px;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.button > svg:first-child {
  font-size: 22px;
}

.button .button-arrow {
  margin-left: 6px;
  font-size: 19px;
}

.button-primary {
  min-width: 400px;
  background: linear-gradient(180deg, #ff641d, var(--accent));
  box-shadow: 0 16px 40px rgba(255, 75, 0, .22);
}

.button-outline {
  min-width: 270px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(9, 10, 10, .46);
  backdrop-filter: blur(7px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 48px rgba(255, 75, 0, .32);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--accent);
  background: rgba(255, 75, 0, .08);
}

.stats-strip {
  min-height: 172px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ff560c 0%, #f23d00 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .25), inset 0 -1px rgba(0, 0, 0, .18);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .43);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item > svg {
  flex: 0 0 auto;
  font-size: 58px;
  stroke-width: 1.55;
}

.stat-item div {
  display: grid;
  line-height: 1.15;
}

.stat-item strong {
  font-family: "Arial Narrow", Impact, "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .2px;
}

.stat-item strong small {
  margin-left: 4px;
  font-size: 17px;
}

.stat-item .stat-long {
  font-size: 22px;
}

.stat-item span {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.section {
  position: relative;
  padding: 92px 0;
}

.section-dark,
.equipment,
.reviews,
.journey,
.faq-section,
.site-footer {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .025), transparent 34%),
    linear-gradient(180deg, #08090a, #060707);
}

.section-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading > span,
.eyebrow {
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 3px;
}

.section-heading > span::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -11px;
  left: 18%;
  height: 2px;
  background: var(--accent);
}

.section-heading h2 {
  margin: 24px 0 0;
  font-family: "Arial Narrow", Impact, "Microsoft JhengHei", sans-serif;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 2px;
}

.plans {
  min-height: 828px;
  padding-top: 36px;
  padding-bottom: 63px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.plan-card {
  min-height: 583px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 24px 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .008)),
    #111315;
  box-shadow: inset 0 1px rgba(255, 255, 255, .03), 0 20px 45px rgba(0, 0, 0, .18);
  text-align: center;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.plan-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 75, 0, .55);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .32);
}

.plan-icon {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  color: var(--accent);
}

.plan-icon svg {
  width: 82px;
  height: 82px;
  stroke-width: 1.45;
}

.ticket-icon {
  transform: rotate(-7deg);
}

.plan-card h3 {
  margin: 22px 0 3px;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.english {
  margin: 0;
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.plan-copy {
  min-height: 70px;
  margin: 25px 0 0;
  color: #bdbebf;
  font-size: 16px;
  line-height: 1.9;
}

.price {
  margin: 27px 0 0;
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
}

.price strong {
  font-size: 25px;
}

.price-empty {
  visibility: hidden;
}

.circle-link {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(255, 75, 0, .22);
  transition: transform var(--transition), background var(--transition);
}

.circle-link svg {
  width: 21px;
  height: 21px;
}

.circle-link:hover,
.circle-link:focus-visible {
  transform: translateX(3px) scale(1.05);
  background: #ff6b26;
}

.equipment {
  min-height: 1041px;
  padding-top: 0;
  padding-bottom: 6px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.equipment-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #121416;
  box-shadow: var(--shadow);
}

.equipment-card > img {
  width: 100%;
  aspect-ratio: 1.30 / 1;
  object-fit: cover;
}

.equipment-card-body {
  position: relative;
  min-height: 190px;
  padding: 28px 30px 30px;
}

.equipment-card-body h3 {
  margin: 0;
  font-family: "Arial Narrow", Impact, "Microsoft JhengHei", sans-serif;
  font-size: 27px;
  letter-spacing: 1.7px;
}

.equipment-card-body p {
  margin: 13px 48px 0 0;
  color: #b5b7b8;
  font-size: 15px;
  line-height: 1.75;
}

.equipment-card-body a {
  position: absolute;
  right: 25px;
  bottom: 26px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
}

.equipment-card-body a svg {
  width: 17px;
  height: 17px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 28px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: .95 / 1;
  object-fit: cover;
  border-radius: 10px;
  filter: saturate(.92) contrast(1.03);
}

.reviews {
  min-height: 747px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.review-card {
  min-height: 384px;
  padding: 35px 31px 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 55%),
    #111315;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--accent);
}

.review-rating svg {
  width: 51px;
  height: 51px;
}

.review-rating span {
  font-size: 27px;
  letter-spacing: 4px;
}

.review-card h3 {
  margin: 17px 0 0;
  font-size: 25px;
  line-height: 1.35;
}

.review-card > p {
  min-height: 105px;
  margin: 18px 0 0;
  color: #c1c2c3;
  font-size: 16px;
  line-height: 1.95;
}

.review-card footer {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 17px;
}

.review-card footer img {
  width: 65px;
  height: 65px;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  object-fit: cover;
}

.review-card footer div {
  display: grid;
}

.review-card footer strong {
  font-size: 20px;
}

.review-card footer span {
  margin-top: 2px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.social-proof {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  align-items: center;
  margin-top: 45px;
  border: 2px solid rgba(255, 75, 0, .7);
  border-radius: 18px;
  background: #08090a;
}

.social-proof-item {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 42px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.social-proof-item:last-child {
  border-right: 0;
}

.social-proof-item > svg {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  color: var(--accent);
  stroke-width: 1.4;
}

.social-proof-item.facebook > svg {
  color: #2f80ed;
  fill: currentColor;
  stroke: none;
}

.social-proof-item div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-proof-item span {
  font-size: 16px;
  line-height: 1.3;
}

.social-proof-item small {
  color: #b8b9ba;
  font-size: 13px;
}

.social-proof-item strong {
  color: var(--accent);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.about {
  min-height: 720px;
  display: grid;
  grid-template-columns: 44% 56%;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #08090a;
}

.about-copy {
  display: flex;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 75, 0, .055), transparent 45%),
    #08090a;
}

.about-copy-inner {
  width: min(560px, calc(100% - 64px));
  align-self: center;
  margin-left: auto;
  margin-right: 58px;
}

.about-copy h2 {
  margin: 16px 0 0;
  font-family: Impact, "Arial Black", "Microsoft JhengHei", sans-serif;
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: 1px;
}

.about-copy h3 {
  margin: 23px 0 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.about-copy > .about-copy-inner > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #c2c3c4;
  font-size: 16px;
  line-height: 1.9;
}

.about-copy ul {
  display: grid;
  gap: 8px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.about-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9e9e7;
  font-size: 16px;
}

.about-copy li svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: var(--accent);
  fill: none;
}

.about-media {
  min-height: 720px;
  overflow: hidden;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.journey {
  min-height: 513px;
  padding-top: 14px;
  padding-bottom: 35px;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
}

.step-card {
  min-height: 184px;
  display: grid;
  grid-template-columns: 54px 76px 1fr;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(145deg, #16181a, #101214);
}

.step-number {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  font-size: 22px;
  font-weight: 900;
}

.step-icon {
  grid-column: 2;
  width: 64px;
  height: 64px;
  color: var(--accent);
  stroke-width: 1.45;
}

.step-card > div {
  grid-column: 3;
}

.step-card h3 {
  margin: 0;
  font-size: 22px;
}

.step-card p {
  margin: 10px 0 0;
  color: #b7b8b9;
  font-size: 14px;
  line-height: 1.75;
}

.step-arrow {
  display: grid;
  place-items: center;
  color: var(--accent);
}

.step-arrow svg {
  width: 44px;
  height: 44px;
  stroke-width: 3;
}

.contact-strip {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #090a0b;
}

.contact-strip > div {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 0 48px;
}

.contact-strip > div + div {
  border-left: 1px solid rgba(255,255,255,.22);
}

.contact-strip svg {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: var(--accent);
  stroke-width: 1.7;
}

.contact-strip p {
  display: grid;
  margin: 0;
}

.contact-strip strong {
  font-size: 19px;
  letter-spacing: 1.5px;
}

.contact-strip span {
  margin-top: 4px;
  color: #aaa;
  font-size: 14px;
}

.faq-section {
  min-height: 355px;
  padding-top: 12px;
  padding-bottom: 5px;
}

.section-heading.compact {
  margin-bottom: 10px;
}

.section-heading.compact h2 {
  margin-top: 10px;
  font-size: 38px;
  letter-spacing: 4px;
}

.faq-container {
  max-width: 1240px;
}

.faq-list {
  display: grid;
  gap: 6px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: linear-gradient(180deg, #151718, #101112);
}

.faq-item button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-item button > span {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 17px;
  font-weight: 700;
}

.faq-item button b {
  color: var(--accent);
  font-family: Impact, sans-serif;
  font-size: 25px;
}

.faq-item button > svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: var(--accent);
  transition: transform var(--transition);
}

.faq-item.open button > svg {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  color: #b9babb;
  font-size: 15px;
  line-height: 1.75;
  transition: padding 280ms ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer > p {
  padding-top: 2px;
  padding-bottom: 18px;
}

.cta-section {
  padding: 0 0 16px;
  background: #070809;
}

.cta-panel {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #ff6a25;
  border-radius: 18px;
  background: #ef3e00;
  text-align: center;
  box-shadow: 0 22px 54px rgba(255, 75, 0, .12);
}

.cta-panel::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgba(231, 52, 0, .68), rgba(231, 52, 0, .72)), url("../images/space-main-v2.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.03);
}

.cta-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 121, 53, .32), transparent 64%);
}

.cta-panel h2 {
  margin: 0;
  font-family: Impact, "Arial Black", "Microsoft JhengHei", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-shadow: 0 4px 15px rgba(0,0,0,.16);
}

.cta-panel p {
  margin: 13px 0 0;
  font-size: 20px;
  letter-spacing: 2px;
}

.cta-actions {
  display: flex;
  gap: 22px;
  margin-top: 24px;
}

.cta-actions .button {
  min-height: 56px;
  min-width: 280px;
  border-radius: 9px;
  font-size: 17px;
}

.cta-white {
  color: #ef3e00;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}

.cta-outline {
  border-color: rgba(255,255,255,.95);
  background: rgba(170, 30, 0, .14);
}

.site-footer {
  min-height: 410px;
  padding: 50px 0 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .75fr .75fr 1.15fr;
  gap: 48px;
}

.footer-brand {
  padding-right: 30px;
}

.footer-brand .brand-mark {
  width: 68px;
  height: 68px;
}

.footer-brand .brand-copy strong {
  font-size: 31px;
}

.footer-brand .brand-copy small {
  font-size: 14px;
}

.footer-brand > p {
  max-width: 390px;
  margin: 23px 0 0;
  color: #9fa1a2;
  font-size: 14px;
  line-height: 1.9;
}

.footer-socials {
  display: flex;
  gap: 18px;
  margin-top: 25px;
}

.footer-socials a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.48);
  border-radius: 50%;
  color: #ddd;
  transition: color var(--transition), border-color var(--transition), transform var(--transition);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
}

.footer-socials svg {
  width: 26px;
  height: 26px;
}

.footer-socials span {
  font-size: 10px;
  font-weight: 900;
}

.footer-column {
  min-height: 250px;
  padding-left: 42px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.footer-column h3 {
  margin: 0 0 25px;
  font-size: 20px;
}

.footer-column > a {
  display: block;
  width: fit-content;
  margin: 0 0 13px;
  color: #a9abad;
  font-size: 14px;
  transition: color var(--transition);
}

.footer-column > a:hover,
.footer-column > a:focus-visible {
  color: var(--accent);
}

.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0 0 16px;
  color: #b9babb;
  font-size: 14px;
  line-height: 1.65;
}

.footer-contact p svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--accent);
  margin-top: 1px;
}

.footer-contact p a {
  color: inherit;
}

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #858789;
  font-size: 12px;
  text-align: center;
  letter-spacing: .5px;
}

:focus-visible {
  outline: 3px solid rgba(255, 107, 38, .72);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  :root {
    --header-height: 92px;
  }

  .container {
    width: min(var(--container), calc(100% - 42px));
  }

  .desktop-nav {
    gap: 30px;
  }

  .header-cta {
    min-width: 168px;
    margin-left: 8px;
    padding-inline: 16px;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero h1 {
    font-size: clamp(72px, 8.2vw, 94px);
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .stat-item {
    gap: 14px;
    padding-inline: 14px;
  }

  .stat-item > svg {
    font-size: 47px;
  }

  .stat-item strong {
    font-size: 25px;
  }

  .stat-item .stat-long {
    font-size: 18px;
  }

  .plan-card {
    min-height: 460px;
    padding-inline: 18px;
  }

  .social-proof-item {
    padding-inline: 24px;
  }

  .social-proof-item div {
    gap: 14px;
  }

  .social-proof-item strong {
    font-size: 30px;
  }

  .about-copy-inner {
    margin-right: 38px;
  }

  .about-copy h2 {
    font-size: 45px;
  }

  .steps-grid {
    grid-template-columns: 1fr 45px 1fr 45px 1fr;
  }

  .step-card {
    grid-template-columns: 48px 54px 1fr;
    gap: 12px;
    padding-inline: 17px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 82px;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #111315;
    cursor: pointer;
  }

  .menu-toggle svg {
    width: 25px;
    height: 25px;
  }

  .menu-toggle .menu-close {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-open {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-close {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 20px 22px 28px;
    border-top: 1px solid var(--border);
    background: rgba(7, 8, 9, .99);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 260ms ease, opacity 220ms ease;
  }

  .mobile-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav a {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-weight: 800;
  }

  .mobile-nav-cta {
    margin-top: 10px;
    border: 0 !important;
    border-radius: 8px;
    background: var(--accent);
    text-align: center;
  }

  .hero,
  .hero-content {
    min-height: 690px;
  }

  .hero-media {
    width: 78%;
    opacity: .7;
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 80px;
  }

  .hero h1 {
    max-width: 600px;
    font-size: clamp(64px, 11vw, 88px);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-strip {
    padding: 18px 0;
  }

  .stat-item {
    min-height: 92px;
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.4);
  }

  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .equipment-card {
    display: grid;
    grid-template-columns: 48% 52%;
  }

  .equipment-card > img {
    height: 100%;
    aspect-ratio: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-card {
    min-height: auto;
  }

  .review-card > p {
    min-height: auto;
  }

  .social-proof {
    grid-template-columns: 1fr;
    padding-block: 12px;
  }

  .social-proof-item {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .social-proof-item:last-child {
    border-bottom: 0;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-copy {
    justify-content: center;
    padding: 70px 0;
  }

  .about-copy-inner {
    width: min(720px, calc(100% - 44px));
    margin: 0 auto;
  }

  .about-media {
    min-height: 540px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-arrow {
    transform: rotate(90deg);
  }

  .step-card {
    grid-template-columns: 60px 76px 1fr;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }

  .contact-strip > div + div {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .cta-panel {
    padding: 42px 28px;
  }

  .cta-panel h2 {
    font-size: 38px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .brand-copy small {
    margin-top: 4px;
    font-size: 10px;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-media {
    top: 0;
    width: 100%;
    height: 58%;
    opacity: .74;
  }

  .hero-media img {
    content: url("../images/hero-mobile-v2.webp");
    /* Keep the turf lane and equipment visible above the mobile text gradient. */
    object-position: center 42%;
  }

  .hero-media::after {
    background: linear-gradient(0deg, #030404 0, rgba(3,4,4,.24) 55%, rgba(3,4,4,.03));
  }

  .hero::after {
    background: linear-gradient(0deg, #030404 0%, rgba(3,4,4,.98) 46%, rgba(3,4,4,.15) 82%);
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(55px, 15vw, 72px);
    letter-spacing: -2px;
  }

  .hero h1 strong {
    margin-top: 10px;
  }

  .hero-subtitle {
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: .2px;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .button,
  .button-primary,
  .button-outline {
    min-width: 0;
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    min-height: 105px;
    flex-direction: column;
    gap: 6px;
    padding: 12px 8px;
    text-align: center;
  }

  .stat-item > svg {
    font-size: 36px;
  }

  .stat-item strong {
    font-size: 21px;
  }

  .stat-item .stat-long {
    font-size: 14px;
  }

  .stat-item span {
    font-size: 11px;
  }

  .section {
    padding: 62px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading > span {
    font-size: 12px;
  }

  .section-heading h2 {
    font-size: 29px;
    letter-spacing: .5px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .plan-card {
    min-height: 418px;
  }

  .equipment-card {
    display: block;
  }

  .equipment-card > img {
    aspect-ratio: 1.48 / 1;
  }

  .gallery-grid {
    gap: 5px;
  }

  .reviews-grid {
    gap: 16px;
  }

  .review-card {
    padding: 28px 24px;
  }

  .social-proof-item {
    padding-inline: 22px;
  }

  .social-proof-item > svg {
    width: 43px;
    height: 43px;
  }

  .social-proof-item div {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .social-proof-item strong {
    font-size: 27px;
  }

  .about-copy {
    padding: 58px 0;
  }

  .about-copy h2 {
    font-size: 38px;
  }

  .about-copy h3 {
    font-size: 16px;
  }

  .about-copy > .about-copy-inner > p:not(.eyebrow),
  .about-copy li {
    font-size: 14px;
  }

  .about-media {
    min-height: 390px;
  }

  .step-card {
    min-height: 150px;
    grid-template-columns: 45px 58px 1fr;
    padding: 24px 15px;
  }

  .step-number {
    top: 18px;
    left: 15px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .step-icon {
    width: 48px;
    height: 48px;
  }

  .step-card h3 {
    font-size: 18px;
  }

  .step-card p {
    font-size: 12px;
  }

  .contact-strip > div {
    padding: 18px 20px;
  }

  .contact-strip svg {
    width: 38px;
    height: 38px;
  }

  .contact-strip strong {
    font-size: 15px;
  }

  .faq-item button {
    min-height: 62px;
    padding-inline: 15px;
  }

  .faq-item button > span {
    gap: 12px;
    font-size: 14px;
  }

  .cta-section {
    padding-bottom: 30px;
  }

  .cta-panel {
    min-height: 310px;
    padding: 35px 18px;
  }

  .cta-panel h2 {
    font-size: 31px;
  }

  .cta-panel p {
    font-size: 15px;
    letter-spacing: .5px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .cta-actions .button {
    min-width: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 18px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-column {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-contact {
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
}

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