:root {
  --page: #f5f0e8;
  --page-soft: #fbf8f2;
  --ink: #13263d;
  --ink-strong: #0b1b2f;
  --ink-soft: #5f6f82;
  --line: rgba(19, 38, 61, 0.12);
  --gold: #c99b57;
  --gold-deep: #ad7f3f;
  --gold-soft: rgba(201, 155, 87, 0.14);
  --card: rgba(255, 255, 255, 0.9);
  --brand: #112741;
  --brand-deep: #0b1d31;
  --brand-soft: #173652;
  --shadow: 0 24px 70px rgba(8, 24, 43, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(201, 155, 87, 0.14), transparent 28%),
    linear-gradient(180deg, #f4efe6 0%, #f7f2ea 55%, #fcfaf6 100%);
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  overflow: hidden;
}

.container {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section--light {
  background: transparent;
}

.section--warm {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(201, 155, 87, 0.05)),
    var(--page-soft);
}

.section--ink {
  background:
    linear-gradient(135deg, rgba(201, 155, 87, 0.08), transparent 28%),
    linear-gradient(180deg, var(--brand-deep) 0%, var(--brand) 100%);
  color: #ffffff;
}

.section--contact {
  background:
    radial-gradient(circle at top right, rgba(201, 155, 87, 0.16), transparent 20%),
    linear-gradient(180deg, #10243a 0%, #0b1b2f 100%);
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1,
.page-hero h1,
.section-heading h2,
.overview-story h2,
.contact-cta h2,
.contact-copy h2,
.featured-news__content h2 {
  margin: 0 0 1rem;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.14;
}

.section-heading h2,
.overview-story h2,
.contact-cta h2,
.contact-copy h2,
.featured-news__content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-heading,
.page-hero__inner,
.overview-story,
.contact-copy,
.featured-news__content {
  max-width: 760px;
}

.section-heading p,
.overview-story p,
.contact-copy p,
.service-card p,
.product-card__body p,
.review-card p,
.news-card p,
.contact-cta p,
.overview-quote span,
.timeline-card p,
.coverage-card p,
.tip-card p,
.trust-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

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

.section-heading--center p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading--light p,
.section-heading--light h2,
.section--contact .contact-copy p,
.page-hero p,
.page-hero h1 {
  color: rgba(255, 255, 255, 0.84);
}

.section-heading--light .eyebrow,
.section--contact .eyebrow,
.page-hero .eyebrow {
  color: #e6c58d;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 0;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    padding 0.25s ease;
}

.site-header.is-scrolled {
  padding: 0;
  background: rgba(10, 27, 47, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(4, 15, 27, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.15rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #ffffff;
}

.brand--footer {
  margin-bottom: 1rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(201, 155, 87, 0.9), rgba(154, 109, 51, 0.94));
  color: #ffffff;
  font-family: "Noto Serif SC", serif;
  font-size: 1.35rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.brand-copy strong {
  font-size: 0.94rem;
  letter-spacing: 0.24em;
}

.brand-copy span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.76);
}

html[lang="zh-CN"] .brand {
  gap: 0.72rem;
}

html[lang="zh-CN"] .brand-mark,
html[lang="zh-CN"] .brand-copy {
  display: none;
}

html[lang="zh-CN"] .brand::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  background: url("../images/brand/logo-cn-icon.png") center / contain no-repeat;
}

html[lang="zh-CN"] .brand::after {
  content: "新澳国旅";
  display: block;
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

html[lang="zh-CN"] .brand--footer::before {
  width: 2.65rem;
  height: 2.65rem;
}

html[lang="zh-CN"] .brand--footer::after {
  font-size: 1.56rem;
}

html[lang="en"] .brand-mark,
html[lang="en"] .brand-copy {
  display: none;
}

html[lang="en"] .brand {
  gap: 0.72rem;
}

html[lang="en"] .brand::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  background: url("../images/brand/logo-cn-icon.png") center / contain no-repeat;
}

html[lang="en"] .brand::after {
  content: "STOUR Mobility";
  display: block;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

html[lang="en"] .brand--footer::before {
  width: 2.65rem;
  height: 2.65rem;
}

html[lang="en"] .brand--footer::after {
  font-size: 1.02rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.site-nav > a:not(.button) {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-nav > a:not(.button):hover::after,
.site-nav > a:not(.button):focus-visible::after,
.site-nav > a.is-active::after {
  transform: scaleX(1);
}

.site-nav > a.is-active {
  color: #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

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

.button--gold {
  color: #ffffff;
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  box-shadow: 0 18px 36px rgba(163, 116, 49, 0.24);
}

.button--gold:hover,
.button--gold:focus-visible {
  box-shadow: 0 20px 42px rgba(163, 116, 49, 0.32);
}

.button--outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.button--outline:hover,
.button--outline:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.button--ink {
  color: #ffffff;
  background: var(--ink-strong);
  box-shadow: 0 16px 34px rgba(11, 27, 47, 0.18);
}

.button--small {
  min-height: 2.8rem;
  padding: 0 1.2rem;
}

.site-nav__locale {
  min-height: 2.4rem;
  padding: 0 0.9rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav__locale:hover,
.site-nav__locale:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: none;
  transform: translateY(-1px);
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-deep);
  font-weight: 800;
}

.text-link::after {
  content: "→";
}

.text-link--light {
  color: #e6c58d;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.22rem auto;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.hero,
.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.hero {
  min-height: 100svh;
  padding: 7.5rem 0 6rem;
}

.hero-media,
.hero-overlay,
.page-hero::before,
.page-hero::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    url("../images/tours/queenstown-lake.jpg")
      center/cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(9, 21, 36, 0.3) 0%, rgba(11, 27, 47, 0.62) 46%, rgba(10, 24, 40, 0.82) 100%),
    linear-gradient(135deg, rgba(201, 155, 87, 0.18), transparent 26%);
}

.page-hero {
  min-height: 68svh;
  padding: 8.5rem 0 5rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(201, 155, 87, 0.12), transparent 28%),
    linear-gradient(180deg, #0f2338 0%, #132d49 100%);
}

.page-hero::before {
  content: "";
  background:
    radial-gradient(circle at top right, rgba(201, 155, 87, 0.18), transparent 26%),
    radial-gradient(circle at left 40%, rgba(255, 255, 255, 0.06), transparent 24%);
}

.page-hero::after {
  content: "";
  inset: auto -8rem -8rem auto;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 155, 87, 0.18), transparent 62%);
}

.hero-inner,
.page-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-inner {
  width: min(860px, 100%);
}

.hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
}

.hero-kicker span {
  width: 3.4rem;
  height: 1px;
  background: rgba(230, 197, 141, 0.72);
}

.hero-kicker p,
.page-hero__inner .eyebrow {
  margin-bottom: 1.2rem;
}

.hero-kicker p {
  margin-top: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #e6c58d;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.7rem);
}

.hero h1 span {
  color: #e6c58d;
}

.hero-subtitle,
.page-hero p {
  width: min(760px, 100%);
  margin: 1.5rem auto 0;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.scroll-indicator i {
  display: block;
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.28);
  animation: pulse-line 1.8s ease-in-out infinite;
}

@keyframes pulse-line {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(0.75);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.stats-band {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  padding-bottom: 1rem;
}

.stats-band--page {
  margin-top: -3rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(14, 34, 58, 0.98), rgba(11, 27, 47, 0.98));
  box-shadow: 0 26px 70px rgba(5, 17, 29, 0.28);
  overflow: hidden;
}

.stats-grid article {
  position: relative;
  padding: 2rem 1.5rem;
  text-align: center;
}

.stats-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.stats-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: #e6c58d;
}

.stats-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
}

.overview-grid,
.about-grid,
.contact-grid,
.featured-news {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1.5rem;
  align-items: start;
}

.overview-quote,
.service-card,
.product-card,
.news-card,
.contact-card,
.review-card,
.timeline-card,
.coverage-card,
.tip-card,
.trust-card,
.about-panel {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.overview-quote,
.about-panel {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 235, 0.94));
}

.overview-quote p,
.about-panel__quote {
  margin: 0 0 1.25rem;
  font-family: "Noto Serif SC", serif;
  font-size: 1.24rem;
  line-height: 1.9;
  color: var(--ink);
}

.overview-quote strong,
.about-panel__meta strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-deep);
}

.service-grid,
.timeline-grid,
.coverage-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}

.service-card,
.timeline-card,
.coverage-card,
.trust-card,
.tip-card {
  padding: 1.45rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
}

.service-index,
.timeline-index {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.service-card h3,
.featured-route h3,
.product-card h3,
.news-card h3,
.timeline-card h3,
.coverage-card h3,
.tip-card h3,
.trust-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.18rem;
  line-height: 1.45;
}

.featured-route {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 1.5rem;
  margin-top: 2.4rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(18, 39, 65, 0.96), rgba(11, 29, 49, 0.96)),
    #10253c;
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(13, 32, 56, 0.24);
}

.featured-route__label {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e6c58d;
}

.featured-route__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.9;
}

.featured-route__chips,
.product-points,
.contact-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.featured-route__chips {
  margin-top: 1.25rem;
}

.featured-route__chips span,
.product-points span,
.contact-steps span {
  padding: 0.55rem 0.88rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.featured-route__chips span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.featured-route__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.route-price strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.75rem;
  color: #ffffff;
}

.route-price span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.product-grid,
.review-grid,
.news-grid,
.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.product-grid--large,
.review-grid--large,
.news-grid--large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
}

.product-card__head {
  padding: 1.35rem 1.35rem 1.6rem;
  background: linear-gradient(135deg, #16334f 0%, #1f4a70 100%);
  color: #ffffff;
}

.product-card__head--teal {
  background: linear-gradient(135deg, #184453 0%, #29717a 100%);
}

.product-card__head--sand {
  background: linear-gradient(135deg, #9b6f3c 0%, #c89a57 100%);
}

.product-card__head--forest {
  background: linear-gradient(135deg, #1d4950 0%, #2f7269 100%);
}

.product-card__head--night {
  background: linear-gradient(135deg, #132741 0%, #21496f 100%);
}

.product-card__head--sun {
  background: linear-gradient(135deg, #a36231 0%, #d1a164 100%);
}

.product-card__head p {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: 1.12rem;
  line-height: 1.6;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-meta span {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.product-points span {
  background: var(--gold-soft);
  color: var(--gold-deep);
}

.review-card {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 26px 60px rgba(1, 8, 15, 0.22);
}

.review-card--raised {
  transform: translateY(1.2rem);
}

.review-rating {
  display: inline-block;
  margin-bottom: 0.9rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.review-card p {
  margin-bottom: 1rem;
}

.review-card strong {
  display: block;
  margin-bottom: 0.22rem;
}

.review-card span:last-child {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.news-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
}

.news-date {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.news-card p {
  margin: 0 0 1rem;
}

.news-card a {
  color: var(--gold-deep);
  font-weight: 700;
}

.featured-news {
  margin-top: 2.4rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.featured-news__visual {
  min-height: 280px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(201, 155, 87, 0.28), transparent 25%),
    linear-gradient(135deg, #122742 0%, #1a4260 100%);
}

.featured-news__content .news-date {
  margin-bottom: 1.2rem;
}

.tips-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tip-card {
  background: rgba(255, 255, 255, 0.88);
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #10243a 0%, #14314d 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(9, 21, 36, 0.18);
}

.contact-cta__content p,
.contact-cta__meta span {
  color: rgba(255, 255, 255, 0.76);
}

.contact-cta__meta {
  display: grid;
  gap: 0.8rem;
  align-content: center;
}

.contact-cta__meta strong {
  font-size: 1.2rem;
}

.contact-grid {
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 0.9rem;
  margin: 1.7rem 0;
}

.contact-details article {
  padding: 1.05rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
}

.contact-details strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
}

.contact-details a,
.contact-details span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.contact-steps span {
  background: rgba(255, 255, 255, 0.08);
  color: #e8cb96;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card {
  padding: 1.45rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.95);
}

.link-row {
  margin-top: 1.8rem;
  text-align: center;
}

.site-footer {
  padding: 3rem 0 1.4rem;
  background: #081525;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
}

.footer-copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.85;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .overview-grid,
  .about-grid,
  .featured-route,
  .contact-grid,
  .featured-news,
  .contact-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .featured-route__aside {
    padding-left: 0;
    border-left: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-grid,
  .timeline-grid,
  .coverage-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .review-grid,
  .news-grid,
  .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 780px) {
  .header-inner {
    min-height: 4.6rem;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: 5rem;
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.4rem;
    background: rgba(10, 27, 47, 0.96);
    box-shadow: 0 26px 50px rgba(2, 8, 15, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav > a:not(.button)::after {
    display: none;
  }

  .hero {
    min-height: 90svh;
    padding-top: 8rem;
  }

  .hero-kicker span {
    width: 2rem;
  }

  .stats-grid,
  .service-grid,
  .timeline-grid,
  .coverage-grid,
  .trust-grid,
  .product-grid,
  .review-grid,
  .news-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid article:not(:last-child)::after {
    top: auto;
    right: 1.5rem;
    bottom: 0;
    width: calc(100% - 3rem);
    height: 1px;
    transform: none;
  }

  .review-card--raised {
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .section-heading h2,
  .overview-story h2,
  .contact-cta h2,
  .contact-copy h2,
  .featured-news__content h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .overview-quote,
  .about-panel,
  .featured-route,
  .product-card,
  .news-card,
  .review-card,
  .contact-card,
  .timeline-card,
  .coverage-card,
  .tip-card,
  .trust-card,
  .contact-cta,
  .featured-news {
    border-radius: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

body[data-page="home"] {
  background: #ffffff;
}

body[data-page="home"] .site-header,
body[data-page="home"] .site-header.is-scrolled {
  padding: 0;
  background: rgba(24, 54, 89, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(5, 18, 31, 0.16);
}

body[data-page="home"] .brand-mark {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.8rem;
  font-size: 1.3rem;
}

body[data-page="home"] .brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.18em;
}

body[data-page="home"] .brand-copy span {
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

body[data-page="home"] .site-nav > a:not(.button) {
  font-size: 0.94rem;
  font-weight: 700;
}

body[data-page="home"] .site-nav {
  gap: 1.5rem;
}

body[data-page="home"] .header-inner {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-main {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.home-hero {
  position: relative;
  padding: 4.15rem 0 0;
  overflow: hidden;
  color: #ffffff;
  background: #203d5f;
}

.home-hero__shell {
  width: 100%;
  margin: 0;
}

.home-stats__shell {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-hero__frame {
  position: relative;
  min-height: clamp(27rem, 38vw, 35rem);
  border: 0;
  background: #18314f;
  box-shadow: none;
}

.home-carousel {
  overflow: hidden;
}

.home-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}

.home-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.home-carousel__image,
.home-carousel__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-carousel__image {
  display: block;
  object-fit: cover;
  object-position: center center;
}

.home-carousel__overlay {
  background:
    linear-gradient(180deg, rgba(18, 40, 66, 0.18) 0%, rgba(18, 40, 66, 0.46) 55%, rgba(18, 40, 66, 0.72) 100%),
    linear-gradient(90deg, rgba(10, 24, 40, 0.42) 0%, rgba(10, 24, 40, 0.12) 45%, rgba(10, 24, 40, 0.42) 100%);
}

.home-carousel__overlay--cool {
  background:
    linear-gradient(180deg, rgba(14, 34, 58, 0.16) 0%, rgba(14, 34, 58, 0.42) 55%, rgba(14, 34, 58, 0.68) 100%),
    linear-gradient(90deg, rgba(8, 24, 42, 0.38) 0%, rgba(8, 24, 42, 0.1) 46%, rgba(8, 24, 42, 0.38) 100%);
}

.home-carousel__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(27rem, 38vw, 35rem);
  width: min(980px, calc(100% - 5rem));
  margin: 0 auto;
  padding: 4.5rem 0 5rem;
  text-align: center;
}

.home-carousel__eyebrow {
  margin: 0 0 1rem;
  color: #f1a260;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.home-carousel__title {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(3rem, 5.3vw, 5.3rem);
  font-weight: 600;
  line-height: 1.14;
  text-shadow: 0 8px 28px rgba(8, 23, 40, 0.2);
}

.home-carousel__title span {
  display: block;
  margin-top: 0.1em;
  color: #f28a3c;
}

.home-carousel__subtitle {
  max-width: 56rem;
  margin: 1.7rem auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.95;
}

.home-carousel__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.home-button {
  min-width: 11.3rem;
  min-height: 3.8rem;
  padding: 0 1.4rem;
  border-radius: 0.85rem;
  font-size: 0.98rem;
}

.home-button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.home-button--ghost:hover,
.home-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.home-carousel__caption {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 2.1rem;
}

.home-carousel__caption span {
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(8, 28, 49, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-carousel__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(9, 28, 48, 0.26);
  color: #ffffff;
  transform: translateY(-50%);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.home-carousel__control:hover,
.home-carousel__control:focus-visible {
  background: rgba(242, 138, 60, 0.2);
  border-color: rgba(242, 138, 60, 0.36);
  transform: translateY(calc(-50% - 2px));
}

.home-carousel__control span {
  font-size: 2rem;
  line-height: 1;
}

.home-carousel__control--prev {
  left: 2rem;
}

.home-carousel__control--next {
  right: 2rem;
}

.home-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  transform: translateX(-50%);
}

.home-carousel__dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.home-carousel__dot.is-active {
  background: #f28a3c;
  transform: scale(1.12);
  box-shadow: 0 0 0 0.35rem rgba(242, 138, 60, 0.12);
}

.home-stats {
  background: #1b385c;
}

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

.home-stats__grid article {
  padding: 1.9rem 1rem 2rem;
  text-align: center;
}

.home-stats__grid strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #f28a3c;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
}

.home-stats__grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
}

.home-section {
  padding: 4.5rem 0 4.8rem;
}

.home-section--muted {
  background: #eff3f7;
}

.home-section--reviews {
  padding-bottom: 4.4rem;
}

.home-section__heading {
  max-width: 36rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-marker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.home-marker span {
  width: 1.1rem;
  height: 1px;
  background: rgba(27, 56, 92, 0.22);
}

.home-marker i {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #f28a3c;
}

.home-section__heading h2 {
  margin: 0;
  color: #22344a;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
}

.home-section__heading p {
  margin: 0.7rem auto 0;
  max-width: 33rem;
  color: #7a8798;
  font-size: 0.95rem;
  line-height: 1.8;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.home-route-card {
  overflow: hidden;
  border: 1px solid #edf1f5;
  border-radius: 0.72rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 31, 51, 0.08);
}

.home-route-card__media {
  position: relative;
}

.home-route-card__media img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.home-route-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.home-route-card__badges span {
  padding: 0.26rem 0.52rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #708094;
  font-size: 0.68rem;
  font-weight: 800;
}

.home-route-card__body {
  padding: 0.95rem 0.95rem 1rem;
}

.home-route-card__body h3 {
  margin: 0;
  color: #24364a;
  font-size: 1rem;
  line-height: 1.55;
}

.home-route-card__body p {
  margin: 0.4rem 0 0.9rem;
  color: #8390a1;
  font-size: 0.78rem;
  line-height: 1.7;
}

.home-route-card__body strong {
  color: #f28a3c;
  font-size: 0.98rem;
}

.home-more {
  margin-top: 1.6rem;
  text-align: center;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-feature-card {
  padding: 1.8rem 1.2rem;
  border: 1px solid #edf1f5;
  border-radius: 0.72rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 36px rgba(11, 30, 49, 0.06);
}

.home-icon-badge {
  display: inline-grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  background: #1b385c;
}

.home-icon-badge i {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #f28a3c;
  box-shadow: 0 0 0 0.28rem rgba(242, 138, 60, 0.18);
}

.home-feature-card h3 {
  margin: 0;
  color: #203248;
  font-size: 1rem;
}

.home-feature-card p {
  margin: 0.55rem 0 0;
  color: #8291a2;
  font-size: 0.84rem;
  line-height: 1.8;
}

.home-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-business-card {
  padding: 1.15rem 1rem;
  border: 1px solid #edf1f5;
  border-radius: 0.72rem;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(11, 30, 49, 0.06);
}

.home-business-card__icon {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.75rem;
  border-radius: 0.28rem;
  background: #1b385c;
}

.home-business-card__icon::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #f28a3c;
}

.home-business-card h3 {
  margin: 0;
  color: #203248;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-business-card p {
  margin: 0.55rem 0 0.9rem;
  color: #7f8c9d;
  font-size: 0.76rem;
  line-height: 1.75;
}

.home-business-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.home-business-card__tags span {
  padding: 0.24rem 0.48rem;
  border-radius: 999px;
  background: #edf3fb;
  color: #60788f;
  font-size: 0.64rem;
  font-weight: 800;
}

.home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-review-card {
  padding: 1rem 0.9rem;
  border: 1px solid #edf1f5;
  border-radius: 0.72rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(11, 30, 49, 0.06);
}

.home-review-card__stars {
  margin-bottom: 0.6rem;
  color: #f28a3c;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.home-review-card p {
  margin: 0;
  color: #6f7f91;
  font-size: 0.76rem;
  line-height: 1.72;
}

.home-review-card__person {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.home-avatar {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f2a15d, #d37a2f);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
}

.home-review-card__person strong {
  display: block;
  color: #203248;
  font-size: 0.8rem;
}

.home-review-card__person span {
  color: #8c9aac;
  font-size: 0.68rem;
}

.site-footer--home {
  padding: 0 0 1.4rem;
  border-top: 0;
  background: #1b385c;
}

.home-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.9fr));
  gap: 1.5rem;
  padding-top: 1.35rem;
}

.home-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.82;
}

.home-footer__column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.home-footer__column h3 {
  margin: 0 0 0.25rem;
  color: #f1a260;
  font-size: 0.82rem;
}

.home-footer__column a,
.home-footer__column span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.75;
}

.site-footer--home .footer-bottom {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1080px) {
  .home-route-grid,
  .home-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .site-nav {
    background: rgba(27, 56, 92, 0.98);
  }

  body[data-page="home"] .header-inner {
    width: 100%;
  }

  body[data-page="home"] .site-header,
  body[data-page="home"] .site-header.is-scrolled {
    padding: 0;
  }

  body[data-page="home"] .brand-mark {
    width: 2rem;
    height: 2rem;
    border-radius: 0.42rem;
    font-size: 0.95rem;
  }

  body[data-page="home"] .brand-copy strong {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  body[data-page="home"] .brand-copy span {
    font-size: 0.54rem;
  }

  .home-hero {
    padding-top: 4.6rem;
  }

  .home-hero__shell {
    width: 100%;
  }

  .home-stats__shell {
    width: min(100%, calc(100% - 1rem));
  }

  .home-hero__frame,
  .home-carousel__content {
    min-height: clamp(25rem, 54vw, 31rem);
  }

  .home-carousel__title {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .home-carousel__subtitle {
    font-size: 0.96rem;
  }

  .home-carousel__actions {
    margin-top: 1.9rem;
  }

  .home-button {
    min-width: 9rem;
    min-height: 3.3rem;
    border-radius: 0.7rem;
  }

  .home-carousel__control {
    display: none;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-route-grid,
  .home-business-grid,
  .home-feature-grid,
  .home-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .brand-copy strong {
    font-size: 0.76rem;
  }

  body[data-page="home"] .brand-copy span {
    font-size: 0.5rem;
  }

  .home-carousel__content {
    width: calc(100% - 2rem);
    min-height: 24rem;
    padding: 3.4rem 0 4rem;
  }

  .home-hero__frame {
    min-height: 24rem;
  }

  .home-carousel__actions {
    flex-direction: row;
    gap: 0.65rem;
  }

  .home-button {
    min-width: 0;
    flex: 1;
  }

  .home-carousel__title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .home-carousel__subtitle {
    margin-top: 1rem;
    font-size: 0.86rem;
    line-height: 1.75;
  }

  .home-carousel__caption {
    gap: 0.45rem;
    margin-top: 1.35rem;
  }

  .home-carousel__caption span {
    font-size: 0.7rem;
  }

  .home-carousel__dots {
    bottom: 1.35rem;
  }

  .home-route-grid,
  .home-feature-grid,
  .home-business-grid,
  .home-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-route-card__media img {
    height: 11rem;
  }

  .home-review-grid {
    gap: 0.65rem;
  }

  .home-review-card {
    padding: 0.8rem 0.72rem;
  }
}

@media (max-width: 380px) {
  .home-stats__grid,
  .home-route-grid,
  .home-feature-grid,
  .home-business-grid,
  .home-review-grid,
  .home-footer__top {
    grid-template-columns: 1fr;
  }

.home-carousel__actions {
    flex-direction: column;
  }
}

body[data-page="reviews"] {
  background: #ffffff;
}

body[data-page="reviews"] .site-header,
body[data-page="reviews"] .site-header.is-scrolled {
  background: #1f436b;
  box-shadow: none;
}

body[data-page="reviews"] .header-inner {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

body[data-page="reviews"] .brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.35rem;
  font-size: 1.05rem;
}

body[data-page="reviews"] .brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

body[data-page="reviews"] .brand-copy span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-page="reviews"] .site-nav > a:not(.button) {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="reviews"] .site-nav > a.is-active {
  color: #ffffff;
}

body[data-page="reviews"] .site-nav > a:not(.button)::after {
  background: #f28a3c;
}

.reviews-main {
  background: #ffffff;
}

.reviews-hero {
  padding: 7.6rem 0 4.8rem;
  background: #edf2f7;
}

.reviews-hero__inner {
  max-width: 1200px;
}

.reviews-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: #f28a3c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.reviews-hero__eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.75);
}

.reviews-hero h1 {
  margin: 0;
  color: #24364d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 5.3vw, 4.2rem);
  line-height: 1.12;
}

.reviews-hero__lead {
  margin: 0.85rem 0 0;
  color: #6f7f93;
  font-size: 1.05rem;
  line-height: 1.8;
}

.reviews-list {
  padding: 3rem 0 4rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.review-card--reviews {
  min-height: 15.2rem;
  padding: 1.65rem 1.55rem 1.45rem;
  border: 1px solid #eceff4;
  border-radius: 0.95rem;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 31, 50, 0.04);
}

.review-card--reviews .review-rating {
  margin-bottom: 1.05rem;
  color: #f28a3c;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.review-card--reviews p {
  color: #2f3d4f;
  font-size: 1rem;
  line-height: 1.75;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.review-avatar {
  display: inline-grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.review-avatar--1 { background: linear-gradient(145deg, #c7d88f, #7ab17a); }
.review-avatar--2 { background: linear-gradient(145deg, #d8a26b, #a86d3d); }
.review-avatar--3 { background: linear-gradient(145deg, #8fb8cf, #5f8cab); }
.review-avatar--4 { background: linear-gradient(145deg, #9d8fbe, #6d5a9e); }
.review-avatar--5 { background: linear-gradient(145deg, #96c1b1, #5f907b); }
.review-avatar--6 { background: linear-gradient(145deg, #8cb6dd, #5f86b5); }

.review-person strong {
  display: block;
  color: #213145;
  font-size: 1rem;
}

.review-person span {
  color: #7d8ba0;
  font-size: 0.84rem;
}

.reviews-cta {
  padding: 4rem 0 4.8rem;
  background: #ffffff;
  text-align: center;
}

.reviews-cta__inner {
  max-width: 760px;
}

.reviews-cta__decor {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.reviews-cta__decor span {
  width: 2.1rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.35);
}

.reviews-cta__decor i {
  width: 0.58rem;
  height: 0.58rem;
  transform: rotate(45deg);
  background: #f28a3c;
}

.reviews-cta h2 {
  margin: 0;
  color: #233449;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.reviews-cta p {
  margin: 0.85rem 0 0;
  color: #728095;
  font-size: 1.02rem;
}

.reviews-cta__button {
  min-width: 11rem;
  min-height: 3.4rem;
  margin-top: 1.9rem;
  border-radius: 0.28rem;
}

.reviews-footer {
  background: #1f436b;
  border-top: 0;
}

.reviews-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 2rem;
  padding-top: 3.1rem;
}

.reviews-footer__brand p {
  max-width: 14rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.reviews-footer__column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.reviews-footer__column h3 {
  margin: 0 0 0.3rem;
  color: #f28a3c;
  font-size: 1rem;
}

.reviews-footer__column a,
.reviews-footer__column span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.reviews-footer .footer-bottom {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .reviews-grid,
  .reviews-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .reviews-hero {
    padding-top: 6.4rem;
  }

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

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

body[data-page="contact"] {
  background: #ffffff;
}

body[data-page="contact"] .site-header,
body[data-page="contact"] .site-header.is-scrolled {
  background: #1f436b;
  box-shadow: none;
}

body[data-page="contact"] .header-inner {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

body[data-page="contact"] .brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.35rem;
  font-size: 1.05rem;
}

body[data-page="contact"] .brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

body[data-page="contact"] .brand-copy span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-page="contact"] .site-nav > a:not(.button) {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="contact"] .site-nav > a.is-active {
  color: #ffffff;
}

body[data-page="contact"] .site-nav > a:not(.button)::after {
  background: #f28a3c;
}

.contact-main {
  background: #ffffff;
}

.contact-hero {
  padding: 7.6rem 0 4.8rem;
  background: #edf2f7;
}

.contact-hero__inner {
  max-width: 1200px;
}

.contact-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: #f28a3c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.contact-hero__eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.75);
}

.contact-hero h1 {
  margin: 0;
  color: #24364d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 5.3vw, 4.2rem);
  line-height: 1.12;
}

.contact-hero__lead {
  margin: 0.85rem 0 0;
  color: #6f7f93;
  font-size: 1.05rem;
  line-height: 1.8;
}

.contact-section {
  padding: 3.1rem 0 3rem;
}

.contact-section__title {
  margin: 0 0 1.5rem;
  color: #24364d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.8rem, 3.6vw, 2.45rem);
}

.contact-methods {
  display: grid;
  gap: 0.95rem;
}

.contact-method-card {
  display: flex;
  align-items: center;
  min-height: 7.2rem;
  padding: 1rem 1.1rem;
  border-radius: 0.55rem;
}

.contact-method-card h3 {
  margin: 0 0 0.3rem;
  color: #233448;
  font-size: 1.05rem;
}

.contact-method-card p {
  margin: 0;
  color: #233448;
  font-size: 0.96rem;
  font-weight: 500;
}

.contact-method-card span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(35, 52, 72, 0.55);
  font-size: 0.82rem;
}

.contact-method-card--wechat { background: #ebfbf1; }
.contact-method-card--phone { background: #edf3fb; }
.contact-method-card--mail { background: #fff1e8; }
.contact-method-card--time { background: #f5ecff; }

.contact-qr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.contact-qr-card {
  padding: 1rem;
  border: 1px solid #eef1f5;
  border-radius: 0.55rem;
  background: #ffffff;
}

.contact-qr-card h3 {
  margin: 0 0 0.8rem;
  color: #24364d;
  font-size: 1rem;
}

.contact-qr-box {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.45rem;
  border: 1px dashed #d9e2ea;
  background:
    linear-gradient(135deg, rgba(242, 138, 60, 0.05), rgba(31, 67, 107, 0.04));
  color: #8d98a8;
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-footer {
  background: #1f436b;
  border-top: 0;
}

.contact-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 2rem;
  padding-top: 3.1rem;
}

.contact-footer__brand p {
  max-width: 14rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.contact-footer__column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.contact-footer__column h3 {
  margin: 0 0 0.3rem;
  color: #f28a3c;
  font-size: 1rem;
}

.contact-footer__column a,
.contact-footer__column span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.contact-footer .footer-bottom {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .contact-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .contact-hero {
    padding-top: 6.4rem;
  }

  .contact-qr-grid,
  .contact-footer__grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="products"] {
  background: #ffffff;
}

body[data-page="products"] .site-header,
body[data-page="products"] .site-header.is-scrolled {
  background: #1f436b;
  box-shadow: none;
}

body[data-page="products"] .header-inner {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

body[data-page="products"] .brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.35rem;
  font-size: 1.05rem;
}

body[data-page="products"] .brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

body[data-page="products"] .brand-copy span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-page="products"] .site-nav > a:not(.button) {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="products"] .site-nav > a.is-active {
  color: #ffffff;
}

body[data-page="products"] .site-nav > a:not(.button)::after {
  background: #f28a3c;
}

.products-main {
  background: #ffffff;
}

.products-hero {
  padding: 7.6rem 0 4.8rem;
  background: #edf2f7;
}

.products-hero__inner {
  max-width: 1200px;
}

.products-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: #f28a3c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.products-hero__eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.75);
}

.products-hero h1 {
  margin: 0;
  color: #24364d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 5.3vw, 4.2rem);
  line-height: 1.12;
}

.products-hero__lead {
  margin: 0.85rem 0 0;
  color: #6f7f93;
  font-size: 1.05rem;
  line-height: 1.8;
}

.products-filter-group {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
}

.products-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.products-filter__button,
.products-filter__chip {
  min-height: 2.6rem;
  padding: 0 1rem;
  border: 1px solid rgba(31, 67, 107, 0.1);
  border-radius: 0.28rem;
  background: #ffffff;
  color: #314459;
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.products-filter__button.is-active,
.products-filter__chip.is-active {
  background: #1f436b;
  border-color: #1f436b;
  color: #ffffff;
}

.products-filter-row--secondary .products-filter__chip.is-active {
  background: #f28a3c;
  border-color: #f28a3c;
}

.products-list {
  padding: 3rem 0 3.4rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.tour-card {
  overflow: hidden;
  border: 1px solid #edf1f5;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(10, 26, 43, 0.06);
}

.tour-card__media {
  position: relative;
}

.tour-card__media img {
  width: 100%;
  aspect-ratio: 1.13 / 0.84;
  object-fit: cover;
}

.tour-card__tags {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tour-card__tags span {
  padding: 0.32rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #5f7288;
  font-size: 0.72rem;
  font-weight: 800;
}

.tour-card__body {
  padding: 1rem 1rem 1.15rem;
}

.tour-card__body h3 {
  margin: 0;
  color: #233247;
  font-size: 1.02rem;
  line-height: 1.5;
}

.tour-card__meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  color: #7e8d9d;
  font-size: 0.82rem;
}

.tour-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tour-card__body strong {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f6;
  color: #f28a3c;
  font-size: 1.02rem;
  font-weight: 800;
}

.products-empty {
  padding: 1.5rem 0 0;
  color: #738192;
  text-align: center;
}

.products-cta {
  padding: 0 0 4rem;
}

.products-cta__box {
  padding: 3rem 1.5rem 3.4rem;
  border-radius: 0.6rem;
  background: #edf2f7;
  text-align: center;
}

.products-cta__box h2 {
  margin: 0;
  color: #24364d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.products-cta__box p {
  margin: 0.8rem 0 0;
  color: #728095;
  font-size: 1.02rem;
}

.products-cta__button {
  min-width: 11rem;
  min-height: 3.4rem;
  margin-top: 1.5rem;
  border-radius: 0.28rem;
}

.products-footer {
  background: #1f436b;
  border-top: 0;
}

.products-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 2rem;
  padding-top: 3.1rem;
}

.products-footer__brand p {
  max-width: 14rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.products-footer__column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.products-footer__column h3 {
  margin: 0 0 0.3rem;
  color: #f28a3c;
  font-size: 1rem;
}

.products-footer__column a,
.products-footer__column span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.products-footer .footer-bottom {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .products-hero {
    padding-top: 6.4rem;
  }

  .products-grid,
  .products-footer__grid {
    grid-template-columns: 1fr;
  }
}

body[data-page="about"] {
  background: #ffffff;
}

body[data-page="about"] .site-header,
body[data-page="about"] .site-header.is-scrolled {
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="about"] .header-inner {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

body[data-page="about"] .brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.35rem;
  font-size: 1.05rem;
}

body[data-page="about"] .brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

body[data-page="about"] .brand-copy span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-page="about"] .site-nav > a:not(.button) {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="about"] .site-nav > a.is-active {
  color: #ffffff;
}

body[data-page="about"] .site-nav > a:not(.button)::after {
  background: #f28a3c;
}

.about-shell {
  width: min(1680px, calc(100% - 2rem));
  margin: 0 auto;
}

.about-header__meta {
  background: #17375a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.about-header__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 1.95rem;
}

.about-header__meta-links {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.about-header__meta-links a,
.about-header__meta-links span,
.about-header__meta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  line-height: 1;
}

.about-header__main {
  background: #1f436b;
}

.about-header__main .header-inner {
  min-height: 4.15rem;
}

.about-main {
  background: #ffffff;
}

.about-hero {
  padding: 6.45rem 0 4.5rem;
  background: #edf2f7;
}

.about-hero__inner {
  max-width: 1200px;
}

.about-hero__copy {
  max-width: 760px;
}

.about-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: #f28a3c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.about-hero__eyebrow::before {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.5);
}

.about-hero h1 {
  margin: 0;
  color: #1b2e47;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.45rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.about-hero p {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: #6d7c90;
  line-height: 2;
  font-size: 0.98rem;
}

.about-architecture,
.about-team,
.about-subsidiaries {
  padding: 4.9rem 0 5.2rem;
  background: #ffffff;
}

.about-awards,
.about-process {
  padding: 4.9rem 0 5.2rem;
  background: #edf2f7;
}

.about-section-head {
  margin-bottom: 2.2rem;
}

.about-section-head--center {
  text-align: center;
}

.about-section-head__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.about-section-head__marker span {
  width: 1.9rem;
  height: 1px;
  background: rgba(242, 138, 60, 0.32);
}

.about-section-head__marker i {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #f28a3c;
  display: block;
}

.about-section-head h2 {
  margin: 0;
  color: #1a2d46;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
}

.about-section-head p {
  margin: 0.7rem auto 0;
  max-width: 520px;
  color: #8795a9;
  line-height: 1.85;
}

.about-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.about-overview-card {
  padding: 1.3rem 1.35rem 1.2rem;
  border: 1px solid #e6edf4;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(18, 40, 66, 0.05);
}

.about-overview-card strong {
  display: block;
  color: #1c2f47;
  font-size: 1.02rem;
}

.about-overview-card span {
  display: block;
  margin-top: 0.32rem;
  color: #f28a3c;
  font-size: 0.82rem;
  font-weight: 700;
}

.about-overview-card p {
  margin: 0.8rem 0 0;
  color: #7d8b9d;
  line-height: 1.8;
  font-size: 0.89rem;
}

.about-groups {
  display: grid;
  gap: 1.7rem;
}

.about-group__header {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.about-group__badge {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.42rem;
  background: #1f436b;
  position: relative;
  box-shadow: 0 10px 24px rgba(31, 67, 107, 0.18);
}

.about-group__badge::before,
.about-group__badge::after {
  content: "";
  position: absolute;
  top: 0.56rem;
  width: 0.26rem;
  height: 0.88rem;
  background: #f28a3c;
  border-radius: 999px;
}

.about-group__badge::before {
  left: 0.72rem;
}

.about-group__badge::after {
  left: 1.02rem;
}

.about-group__header h3 {
  margin: 0;
  color: #1a2d46;
  font-size: 1.2rem;
}

.about-group__header p {
  margin: 0.22rem 0 0;
  color: #97a3b4;
  font-size: 0.82rem;
}

.about-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-company-grid--subsidiaries .about-company-card {
  min-height: 14.6rem;
}

.about-company-grid > *:only-child {
  max-width: calc((100% - 1.2rem) / 2);
}

.about-company-card {
  min-height: 13.8rem;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid #edf1f6;
  border-radius: 0.3rem;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 40, 66, 0.05);
}

.about-company-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.about-company-card__icon {
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.45rem;
  background: #1f436b;
  position: relative;
}

.about-company-card__icon::before,
.about-company-card__icon::after {
  content: "";
  position: absolute;
  top: 0.58rem;
  width: 0.28rem;
  height: 0.96rem;
  border-radius: 999px;
  background: #f28a3c;
}

.about-company-card__icon::before {
  left: 0.76rem;
}

.about-company-card__icon::after {
  left: 1.1rem;
}

.about-company-card__eyebrow {
  display: block;
  margin-bottom: 0.18rem;
  color: #b3bfce;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-company-card h4 {
  margin: 0;
  color: #20324a;
  font-size: 1.03rem;
}

.about-company-card p {
  margin: 0.95rem 0 0;
  color: #7d8b9d;
  line-height: 1.85;
  font-size: 0.9rem;
}

.about-company-card__location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  color: #f28a3c;
  font-size: 0.8rem;
}

.about-company-card__location::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #f28a3c;
  box-shadow: 0 0 0 0.14rem rgba(242, 138, 60, 0.18);
}

.about-award-grid,
.about-team-grid {
  display: grid;
  gap: 1.2rem;
}

.about-award-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-award-card {
  overflow: hidden;
  border: 1px solid rgba(17, 39, 65, 0.06);
  border-radius: 0.3rem;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 28, 46, 0.05);
}

.about-award-card img {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
}

.about-award-card__body {
  padding: 0.9rem 1rem 1rem;
}

.about-award-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #f28a3c;
  font-size: 0.72rem;
}

.about-award-card__meta::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #f28a3c;
}

.about-award-card h3 {
  margin: 0.4rem 0 0;
  color: #22344c;
  font-size: 0.94rem;
  line-height: 1.6;
}

.about-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-team-card {
  padding: 2rem 1.6rem 1.8rem;
  border: 1px solid #eef2f6;
  border-radius: 0.3rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 31, 51, 0.04);
}

.about-team-card img {
  width: 4.9rem;
  height: 4.9rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  object-fit: cover;
}

.about-team-card h3 {
  margin: 0;
  color: #1f3149;
  font-size: 1.2rem;
}

.about-team-card strong {
  display: block;
  margin-top: 0.45rem;
  color: #f28a3c;
  font-size: 0.86rem;
}

.about-team-card p {
  margin: 0.75rem auto 0;
  max-width: 18rem;
  color: #8693a5;
  line-height: 1.8;
  font-size: 0.88rem;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.1rem;
}

.about-step {
  text-align: center;
}

.about-step__icon {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 auto 0.95rem;
  border-radius: 50%;
  background: #1f436b;
  color: #f28a3c;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(31, 67, 107, 0.14);
}

.about-step__index {
  display: block;
  color: #f28a3c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.about-step h3 {
  margin: 0.45rem 0 0;
  color: #20324a;
  font-size: 1rem;
}

.about-step p {
  margin: 0.5rem auto 0;
  max-width: 11rem;
  color: #8a97a8;
  font-size: 0.8rem;
  line-height: 1.8;
}

.about-footer {
  background: #1f436b;
  border-top: 0;
  padding-top: 0;
}

.about-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  gap: 2rem;
  padding-top: 3.2rem;
}

.about-footer__brand p {
  max-width: 14rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.about-footer__column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.about-footer__column h3 {
  margin: 0 0 0.3rem;
  color: #f28a3c;
  font-size: 1rem;
}

.about-footer__column a,
.about-footer__column span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.about-footer .footer-bottom {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .about-overview-grid,
  .about-award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-process-grid,
  .about-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-overview-grid,
  .about-company-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-company-grid > *:only-child {
    max-width: 100%;
  }

  .about-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body[data-page="about"] .site-nav {
    top: 5rem;
    background: rgba(31, 67, 107, 0.98);
  }

  body[data-page="about"] .header-inner {
    width: 100%;
  }

  .about-header__main .header-inner {
    min-height: 4.6rem;
  }

  .about-hero {
    padding-top: 6.8rem;
  }

  .about-award-grid,
  .about-process-grid,
  .about-footer__grid {
    grid-template-columns: 1fr;
  }

  html[lang="zh-CN"] .brand::before {
    width: 2.45rem;
    height: 2.45rem;
  }

  html[lang="zh-CN"] .brand::after {
    font-size: 1.48rem;
  }

  html[lang="zh-CN"] .brand--footer::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  html[lang="zh-CN"] .brand--footer::after {
    font-size: 1.3rem;
  }

  html[lang="en"] .brand::before {
    width: 2.45rem;
    height: 2.45rem;
  }

  html[lang="en"] .brand::after {
    font-size: 1rem;
  }

  html[lang="en"] .brand--footer::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  html[lang="en"] .brand--footer::after {
    font-size: 0.9rem;
  }
}

@media (max-width: 560px) {
  body[data-page="about"] .brand-copy strong {
    font-size: 0.82rem;
  }

  body[data-page="about"] .brand-copy span {
    font-size: 0.52rem;
  }

  body[data-page="about"] .brand-mark {
    width: 2rem;
    height: 2rem;
    font-size: 0.95rem;
  }

  .about-company-card,
  .about-team-card,
  .about-award-card {
    border-radius: 0.24rem;
  }

  html[lang="zh-CN"] .brand::before {
    width: 2.12rem;
    height: 2.12rem;
  }

  html[lang="zh-CN"] .brand::after {
    font-size: 1.22rem;
    letter-spacing: 0.05em;
  }

  html[lang="zh-CN"] .brand--footer::before {
    width: 1.95rem;
    height: 1.95rem;
  }

  html[lang="zh-CN"] .brand--footer::after {
    font-size: 1.08rem;
  }

  html[lang="en"] .brand::before {
    width: 2.12rem;
    height: 2.12rem;
  }

  html[lang="en"] .brand::after {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }

  html[lang="en"] .brand--footer::before {
    width: 1.95rem;
    height: 1.95rem;
  }

  html[lang="en"] .brand--footer::after {
    font-size: 0.74rem;
  }
}
