:root {
  --page: #f4f5f1;
  --surface: #ffffff;
  --surface-soft: #e9eee9;
  --ink: #17241d;
  --ink-soft: #536159;
  --muted: #7f8a84;
  --line: rgba(31, 64, 47, 0.13);
  --green-950: #142b21;
  --green-900: #1b382b;
  --green-800: #244a38;
  --green-700: #315f49;
  --green-600: #42745a;
  --olive: #8da166;
  --gold: #b49a5b;
  --blue: #66828a;
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 26px 80px rgba(27, 56, 43, 0.1);
  --container: 1180px;
  color-scheme: light;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

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

img,
svg {
  display: block;
}

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 18px;
  color: #fff;
  background: var(--green-900);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(31, 64, 47, 0.08);
  background: rgba(244, 245, 241, 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

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

.brand img {
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(25, 54, 41, 0.14);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink-soft);
  font-size: 14px;
}

.site-nav a {
  position: relative;
  padding: 29px 0 27px;
  transition: color 0.2s ease;
}

.site-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 18px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--green-700);
  transition: right 0.2s ease, left 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green-800);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 108px 0 118px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(49, 95, 73, 0.045) 50%, transparent 50.1%),
    linear-gradient(rgba(49, 95, 73, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 130px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
}

.hero-glow-one {
  top: 40px;
  right: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(126, 157, 118, 0.2), transparent 68%);
}

.hero-glow-two {
  bottom: 0;
  left: -260px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(180, 154, 91, 0.1), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: 82px;
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--green-700);
  font: 700 12px/1.4 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.24em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 1px;
  background: var(--green-700);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Iowan Old Style", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hero h1 {
  font-size: clamp(58px, 6.4vw, 86px);
  line-height: 1.14;
}

.hero h1 em {
  position: relative;
  color: var(--green-700);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 9px;
  content: "";
  opacity: 0.55;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 12' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9C112 1 275 2 399 8' fill='none' stroke='%238da166' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.hero-lead {
  max-width: 640px;
  margin: 35px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: var(--green-700);
  box-shadow: 0 16px 32px rgba(49, 95, 73, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green-800);
  box-shadow: 0 20px 40px rgba(49, 95, 73, 0.26);
}

.button-secondary {
  color: var(--green-800);
  border-color: rgba(49, 95, 73, 0.25);
  background: rgba(255, 255, 255, 0.7);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #fff;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  margin: 35px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.hero-tags li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-tags li::before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--olive);
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(49, 95, 73, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-large {
  width: 540px;
  height: 540px;
}

.orbit-small {
  width: 420px;
  height: 420px;
  border-style: dashed;
}

.phone-shell {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 310px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 43px;
  background: #1e2722;
  box-shadow: 0 45px 90px rgba(24, 51, 39, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: translate(-50%, -50%) rotate(3deg);
}

.phone-top {
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.phone-top span {
  width: 78px;
  height: 20px;
  border-radius: 999px;
  background: #18201c;
}

.phone-screen {
  min-height: 548px;
  padding: 48px 20px 24px;
  overflow: hidden;
  border-radius: 33px;
  background: #f3f5f2;
}

.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-header > div {
  display: flex;
  flex-direction: column;
}

.phone-header strong {
  margin-top: 3px;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 23px;
}

.phone-kicker {
  color: var(--muted);
  font: 600 7px/1.3 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.15em;
}

.phone-header img {
  border-radius: 50%;
}

.phone-hero-card {
  position: relative;
  min-height: 128px;
  margin-top: 20px;
  padding: 23px 21px;
  overflow: hidden;
  color: #fff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(185, 209, 153, 0.45), transparent 25%),
    linear-gradient(140deg, #315f49, #1b382b);
  box-shadow: 0 16px 34px rgba(49, 95, 73, 0.18);
}

.phone-hero-card::after {
  position: absolute;
  right: -16px;
  bottom: -21px;
  width: 130px;
  height: 85px;
  content: "";
  opacity: 0.34;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 100 43 34l23 32 28-54 66 88Z' fill='%23c6d59e'/%3E%3C/svg%3E") center/contain no-repeat;
}

.phone-hero-card > span,
.phone-hero-card > strong {
  position: relative;
  z-index: 1;
  display: block;
}

.phone-hero-card > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.phone-hero-card > strong {
  margin-top: 9px;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.route-line {
  position: relative;
  z-index: 1;
  display: flex;
  width: 96px;
  align-items: center;
  margin-top: 24px;
}

.route-line i {
  width: 7px;
  height: 7px;
  border: 2px solid #c5d6a1;
  border-radius: 50%;
}

.route-line b {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.phone-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.phone-shortcuts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 9px;
}

.phone-shortcuts strong {
  font-weight: 600;
}

.mini-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--green-700);
  border-radius: 13px;
  background: #dfeae3;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.mini-icon.gold {
  color: #80672e;
  background: #eee7d5;
}

.mini-icon.blue {
  color: #45646b;
  background: #dfe8ea;
}

.phone-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 2px 11px;
}

.phone-section-title strong {
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 15px;
}

.phone-section-title span {
  color: var(--muted);
  font-size: 8px;
}

.race-preview {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(49, 95, 73, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(31, 52, 41, 0.06);
}

.race-date {
  display: flex;
  height: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 13px;
  background: var(--green-700);
}

.race-date strong {
  font: 700 20px/1 "SFMono-Regular", Consolas, monospace;
}

.race-date span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.race-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.race-copy small {
  color: var(--gold);
  font: 700 7px/1.2 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.13em;
}

.race-copy strong {
  margin-top: 4px;
  font-size: 11px;
}

.race-copy span {
  margin-top: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.race-arrow {
  color: #a3aca7;
  font-size: 23px;
}

.visual-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(26, 52, 40, 0.13);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.visual-badge-top {
  top: 85px;
  right: -5px;
}

.visual-badge-bottom {
  bottom: 75px;
  left: -12px;
}

.visual-badge > div {
  display: flex;
  flex-direction: column;
}

.visual-badge small {
  color: var(--muted);
  font-size: 9px;
}

.visual-badge strong {
  margin-top: 4px;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 14px;
}

.badge-dot,
.badge-medal {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
}

.badge-dot {
  background: #dce9e1;
}

.badge-dot::after {
  width: 9px;
  height: 9px;
  content: "";
  border: 4px solid var(--green-700);
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.badge-medal {
  color: #947733;
  background: #eee6cf;
  font-size: 15px;
}

.section {
  padding: 120px 0;
}

.section h2 {
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: 1.28;
}

.about-section {
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
  align-items: start;
}

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

.about-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 2;
}

.about-copy p + p {
  margin-top: 20px;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 86px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 38px 32px;
}

.value-strip article + article {
  border-left: 1px solid var(--line);
}

.value-strip article > span {
  color: var(--olive);
  font: 700 11px/1.3 "SFMono-Regular", Consolas, monospace;
}

.value-strip strong {
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 22px;
}

.value-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.service-section {
  position: relative;
  color: #fff;
  background: var(--green-950);
  overflow: hidden;
}

.service-section::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.02), 0 0 0 180px rgba(255, 255, 255, 0.015);
}

.section-label.light {
  color: #a7bf91;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
}

.section-heading > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.95;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.1);
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  background: #193328;
  transition: background 0.25s ease;
}

.service-card:hover {
  background: #1f3d30;
}

.service-card-featured {
  background: var(--green-700);
}

.service-card-featured:hover {
  background: #386a51;
}

.service-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(255, 255, 255, 0.22);
  font: 700 12px/1 "SFMono-Regular", Consolas, monospace;
}

.service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #b8cba8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 65px 0 0;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 26px;
}

.service-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.9;
}

.service-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-section {
  background: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 100px;
}

.feature-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.7), transparent 22%),
    linear-gradient(160deg, #dce5da, #a7bb9e 50%, #52705d);
  box-shadow: var(--shadow);
}

.topographic-lines {
  position: absolute;
  inset: -20%;
  opacity: 0.28;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M40 210c30-89 117-145 210-129 73 13 120 72 109 139-10 63-73 115-151 111C103 326 10 293 40 210Z'/%3E%3Cpath d='M70 210c23-68 92-110 166-98 57 10 94 54 85 106-8 48-57 88-119 85-82-3-155-29-132-93Z'/%3E%3Cpath d='M104 210c16-46 62-75 113-66 39 7 63 36 57 71-5 33-38 60-80 58-56-2-106-20-90-63Z'/%3E%3Cpath d='M138 210c8-24 33-39 59-34 20 3 33 19 30 37-3 17-20 31-42 30-29-1-55-10-47-33Z'/%3E%3C/g%3E%3C/svg%3E") center/cover;
  transform: rotate(-17deg);
}

.mountain {
  position: absolute;
  right: -10%;
  bottom: 0;
  left: -10%;
  clip-path: polygon(0 100%, 18% 58%, 29% 75%, 48% 23%, 61% 60%, 72% 39%, 100% 100%);
}

.mountain-back {
  height: 72%;
  background: rgba(244, 248, 241, 0.65);
}

.mountain-front {
  height: 53%;
  background: #294d3c;
  clip-path: polygon(0 100%, 20% 55%, 34% 74%, 52% 34%, 68% 67%, 81% 49%, 100% 100%);
}

.trail {
  position: absolute;
  bottom: -30px;
  left: 47%;
  z-index: 2;
  width: 120px;
  height: 330px;
  background: #bdd093;
  clip-path: polygon(45% 0, 58% 0, 78% 28%, 35% 49%, 86% 72%, 100% 100%, 0 100%, 50% 74%, 17% 49%, 63% 27%);
}

.feature-mark {
  position: absolute;
  top: 42px;
  left: 42px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
}

.feature-mark img {
  border: 4px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(24, 51, 39, 0.16);
}

.feature-mark span {
  color: #315f49;
  font: 800 13px/1.45 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.16em;
}

.feature-copy h2 {
  max-width: 650px;
}

.feature-list {
  margin-top: 48px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.feature-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.feature-list article > span {
  padding-top: 4px;
  color: var(--olive);
  font: 700 11px/1.3 "SFMono-Regular", Consolas, monospace;
}

.feature-list h3 {
  margin: 0;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 21px;
}

.feature-list p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.access-section {
  padding-top: 0;
  background: #fff;
}

.access-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 80px;
  padding: 76px 84px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 13%, rgba(183, 207, 152, 0.22), transparent 28%),
    linear-gradient(135deg, var(--green-900), var(--green-700));
  box-shadow: 0 28px 70px rgba(31, 69, 51, 0.18);
}

.access-card::before {
  position: absolute;
  right: 14%;
  bottom: -120px;
  width: 480px;
  height: 300px;
  content: "";
  opacity: 0.08;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300 135 90l72 99 83-166 210 277Z' fill='%23ffffff'/%3E%3C/svg%3E") center/contain no-repeat;
}

.access-copy {
  position: relative;
  z-index: 1;
}

.access-copy h2 {
  font-size: clamp(38px, 4vw, 54px);
}

.access-copy > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.95;
}

.access-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.access-steps span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.access-steps i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font: normal 700 10px/1 "SFMono-Regular", Consolas, monospace;
}

.access-steps b {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
}

.access-seal {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: none;
}

.access-seal img {
  border: 7px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 24px 50px rgba(12, 30, 21, 0.28);
}

.access-seal span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.contact-section {
  background: #fff;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr auto;
  align-items: center;
  gap: 65px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-card .section-label {
  margin-bottom: 11px;
}

.contact-card h2 {
  font-size: 37px;
}

.contact-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  color: var(--green-700);
  border: 1px solid rgba(49, 95, 73, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #fff;
  background: var(--green-700);
}

.text-link span {
  font-size: 18px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #10231b;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr auto;
  align-items: center;
  gap: 70px;
  min-height: 210px;
}

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

.footer-brand img {
  border-radius: 50%;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: #fff;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 21px;
}

.footer-brand span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.footer-main > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.85;
}

.footer-main nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
}

.footer-main nav a,
.icp-link {
  transition: color 0.2s ease;
}

.footer-main nav a:hover,
.footer-main nav a:focus-visible,
.icp-link:hover,
.icp-link:focus-visible {
  color: #d3e0c1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.icp-link {
  position: relative;
  color: rgba(255, 255, 255, 0.58);
}

.icp-link::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 12px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
}

:focus-visible {
  outline: 3px solid rgba(141, 161, 102, 0.7);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .hero {
    padding-top: 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr 420px;
    gap: 30px;
  }

  .hero-visual {
    transform: scale(0.9);
  }

  .about-grid,
  .feature-grid {
    gap: 60px;
  }

  .service-card {
    padding: 31px;
  }

  .access-card {
    padding: 64px;
  }

  .contact-card {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .contact-card .text-link {
    justify-self: start;
    grid-column: 2;
  }

  .footer-main {
    gap: 35px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 130px;
  }

  .header-inner {
    min-height: 124px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 13px 0;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    overflow-x: auto;
  }

  .site-nav a {
    padding: 7px 0;
    white-space: nowrap;
  }

  .site-nav a::after {
    bottom: 0;
  }

  .hero {
    padding: 78px 0 94px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .hero-tags {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    width: min(100%, 520px);
    margin-inline: auto;
    transform: none;
  }

  .about-grid,
  .section-heading,
  .feature-grid,
  .access-card,
  .contact-card,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 20px;
  }

  .about-copy {
    padding-top: 0;
  }

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

  .value-strip article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    gap: 25px;
  }

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

  .feature-visual {
    min-height: 520px;
  }

  .access-card {
    gap: 52px;
    text-align: center;
  }

  .access-copy > p {
    margin-inline: auto;
  }

  .access-steps {
    justify-content: center;
  }

  .access-seal {
    order: -1;
  }

  .contact-card {
    gap: 24px;
  }

  .contact-card .text-link {
    grid-column: auto;
  }

  .footer-main {
    gap: 30px;
    padding: 60px 0;
  }

  .footer-main > p {
    max-width: 580px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

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

  .site-nav {
    gap: 22px;
    justify-content: flex-start;
    font-size: 13px;
  }

  .hero {
    min-height: 0;
    padding-top: 60px;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 64px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 535px;
    transform: scale(0.9);
    transform-origin: center top;
  }

  .orbit-large {
    width: 470px;
    height: 470px;
  }

  .orbit-small {
    width: 360px;
    height: 360px;
  }

  .visual-badge-top {
    top: 76px;
    right: -22px;
  }

  .visual-badge-bottom {
    bottom: 55px;
    left: -23px;
  }

  .section {
    padding: 86px 0;
  }

  .section h2 {
    font-size: 37px;
  }

  .value-strip {
    margin-top: 55px;
  }

  .value-strip article {
    padding: 28px 13px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    border-radius: var(--radius-lg);
  }

  .service-card {
    min-height: 290px;
  }

  .feature-visual {
    min-height: 430px;
    border-radius: var(--radius-lg);
  }

  .feature-mark {
    top: 28px;
    left: 28px;
  }

  .feature-mark img {
    width: 66px;
    height: 66px;
  }

  .feature-list article {
    grid-template-columns: 34px 1fr;
    gap: 13px;
  }

  .access-section {
    padding-top: 0;
  }

  .access-card {
    width: calc(100% - 24px);
    padding: 48px 24px;
    border-radius: 28px;
  }

  .access-copy h2 {
    font-size: 35px;
  }

  .access-steps {
    flex-direction: column;
  }

  .access-steps b {
    transform: rotate(90deg);
  }

  .contact-card h2 {
    font-size: 34px;
  }

  .footer-main nav {
    flex-wrap: wrap;
  }

  .footer-bottom-inner {
    min-height: 92px;
    flex-direction: column;
    gap: 9px;
    text-align: center;
  }

  .icp-link::before {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
