@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@600;700;900&display=swap");

:root {
  --ivory: #f5f0e6;
  --paper: #fbf8f1;
  --jade: #123f32;
  --jade-deep: #08291f;
  --jade-soft: #315f50;
  --orange: #ff4b0b;
  --orange-dark: #de3b05;
  --gold: #bd8a43;
  --ink: #1c211f;
  --muted: #66716b;
  --line: rgba(26, 58, 48, 0.16);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(43, 45, 38, 0.12);
  --shell: min(1380px, calc(100vw - 96px));
  --serif: "Noto Serif SC", "Songti SC", STSong, serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
select {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: white;
  background: var(--jade);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 88px;
  color: var(--ink);
  background: rgba(251, 248, 241, 0.82);
  border-bottom: 1px solid rgba(190, 139, 70, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
  transition: height 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(251, 248, 241, 0.96);
  box-shadow: 0 12px 40px rgba(29, 48, 40, 0.1);
}

.header-inner {
  display: grid;
  grid-template-columns: 220px 1fr 190px;
  align-items: center;
  height: 100%;
  transition: height 300ms ease;
}

.brand {
  width: 176px;
  transition: transform 260ms ease;
}

.brand:hover {
  transform: translateY(-2px);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.1vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding-block: 28px;
  color: #313936;
  font-size: 15px;
  font-weight: 600;
  transition: color 220ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 19px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--orange);
  transition: left 240ms ease, right 240ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--orange);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  right: 0;
  left: 0;
}

.site-header.is-scrolled .desktop-nav a {
  padding-block: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 240ms ease, box-shadow 240ms ease, color 240ms ease,
    background 240ms ease, border-color 240ms ease;
}

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

.button:focus-visible,
.desktop-nav a:focus-visible,
.text-link:focus-visible,
.menu-toggle:focus-visible,
.pathway-tabs button:focus-visible {
  outline: 3px solid rgba(255, 75, 11, 0.32);
  outline-offset: 4px;
}

.button-small {
  justify-self: end;
  min-height: 44px;
  padding-inline: 22px;
  font-size: 14px;
  border-radius: 999px;
}

.button-large {
  min-height: 56px;
  padding-inline: 30px;
}

.button-primary {
  color: white;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(255, 75, 11, 0.2);
}

.button-primary:hover {
  background: var(--orange-dark);
  box-shadow: 0 16px 34px rgba(255, 75, 11, 0.28);
}

.button-outline {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(28, 33, 31, 0.65);
}

.button-outline:hover {
  color: var(--jade);
  background: white;
  border-color: var(--jade);
}

.button-arrow {
  margin-left: 14px;
  font-size: 20px;
  transition: transform 240ms ease;
}

.button:hover .button-arrow {
  transform: translateX(5px);
}

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

.hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  padding-top: 88px;
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(135deg, #fbf8f1 0%, #f5eddf 100%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.43;
  background-image:
    linear-gradient(rgba(169, 131, 75, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 131, 75, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 10% 30%, transparent 0 18%, rgba(183, 144, 84, 0.09) 18.2% 18.4%, transparent 18.6%),
    radial-gradient(circle at 95% 60%, transparent 0 28%, rgba(183, 144, 84, 0.08) 28.2% 28.4%, transparent 28.6%);
  background-size: 88px 88px, 88px 88px, 580px 580px, 740px 740px;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(600px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 3vw, 58px);
  align-items: center;
  min-height: 710px;
  padding-block: 64px 74px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-right: 20px;
  padding-left: clamp(0px, 2vw, 32px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #976a2f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 4.25vw, 72px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.hero h1 > span {
  display: block;
  white-space: nowrap;
}

.hero-lead {
  margin: 28px 0 0;
  color: #55615c;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.75;
}

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

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 22px;
  margin: 38px 0 0;
  padding: 0;
  color: #5d645f;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--gold);
  font-size: 18px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 600px;
  margin-right: 0;
  border-radius: 0 0 0 28px;
  isolation: isolate;
}

.hero-art {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -3%;
  width: 108%;
  max-width: none;
  transform: translate3d(0, -50%, 0);
  filter: drop-shadow(0 30px 50px rgba(71, 56, 34, 0.18));
  will-change: transform;
  transition: transform 120ms linear;
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(186, 135, 65, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  top: 15%;
  right: 9%;
  width: 480px;
  height: 480px;
  animation: orbit-spin 34s linear infinite;
}

.orbit-two {
  top: 3%;
  right: -4%;
  width: 660px;
  height: 660px;
  border-style: dashed;
  animation: orbit-spin 52s linear infinite reverse;
}

.season-card {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 6%;
  display: grid;
  grid-template-columns: 1fr 120px 42px;
  align-items: center;
  width: min(430px, 72%);
  min-height: 122px;
  padding: 20px 18px 20px 24px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(189, 138, 67, 0.34);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  animation: card-float 5.5s ease-in-out infinite;
}

.season-card p {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.season-card h2 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 18px;
}

.season-card span {
  color: var(--muted);
  font-size: 12px;
}

.season-card > a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--jade);
  background: #ead1a7;
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease;
}

.season-card > a:hover {
  color: white;
  background: var(--orange);
  transform: translateX(3px);
}

.route-line {
  width: 110px;
  overflow: visible;
}

.route-line path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 7;
  animation: route-dash 1.5s linear infinite;
}

.route-line circle {
  fill: var(--gold);
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #667069;
  font-size: 12px;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 18px;
  height: 28px;
  border: 1px solid rgba(27, 50, 42, 0.38);
  border-radius: 999px;
}

.scroll-cue i::after {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 3px;
  height: 5px;
  content: "";
  background: var(--orange);
  border-radius: 999px;
  transform: translateX(-50%);
  animation: scroll-dot 1.8s ease-in-out infinite;
}

.section {
  padding-block: 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 54px;
}

.section-heading.compact {
  grid-template-columns: 1.1fr 0.9fr;
}

.section-heading h2,
.services-intro h2,
.ai-copy h2,
.about-copy h2,
.contact-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.section-heading > p,
.services-intro > p,
.ai-copy > p,
.about-copy > p,
.contact-panel > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.atlas-section {
  background: #f7f3ea;
}

.atlas-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(420px, 0.65fr);
  gap: 22px;
}

.map-panel {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: 30px;
  color: white;
  background:
    radial-gradient(circle at 70% 35%, rgba(93, 148, 117, 0.23), transparent 36%),
    linear-gradient(145deg, var(--jade) 0%, var(--jade-deep) 100%);
  border: 1px solid rgba(215, 175, 106, 0.27);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(10, 48, 37, 0.2);
}

.map-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 74%);
}

.map-panel-head,
.map-controls,
.map-stage {
  position: relative;
  z-index: 2;
}

.map-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.panel-kicker {
  color: #d6b779;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.map-panel h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 28px;
}

.live-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #d9e3dd;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
}

.live-status i {
  width: 7px;
  height: 7px;
  background: #ff9a45;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 154, 69, 0.56);
  animation: live-pulse 2s infinite;
}

.map-stage {
  height: 430px;
  margin-top: 4px;
}

.china-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.china-map .province {
  fill: rgba(45, 104, 83, 0.38);
  stroke: rgba(214, 183, 121, 0.86);
  stroke-width: 0.9;
  vector-effect: non-scaling-stroke;
  transition: fill 220ms ease, filter 220ms ease;
}

.china-map .province:hover {
  fill: rgba(255, 94, 29, 0.34);
  filter: drop-shadow(0 0 8px rgba(255, 117, 57, 0.65));
}

.china-map .province.is-drawing {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: map-draw 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.resource-point .point-core {
  fill: #ffd08c;
}

.resource-point .point-ring {
  fill: none;
  stroke: #ff7a2b;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: point-ripple 2.4s ease-out infinite;
  animation-delay: var(--point-delay);
}

.resource-point .point-glow {
  fill: #ff5a18;
  opacity: 0.55;
  filter: blur(4px);
}

.map-scan {
  position: absolute;
  top: 15%;
  bottom: 12%;
  left: 4%;
  width: 1px;
  opacity: 0.68;
  background: linear-gradient(transparent, #f1c16e, transparent);
  box-shadow: 0 0 18px rgba(241, 193, 110, 0.8);
  animation: map-scan 7s ease-in-out infinite;
}

.map-tip {
  position: absolute;
  right: 5%;
  bottom: 7%;
  padding: 8px 12px;
  color: #d7e2dc;
  background: rgba(2, 23, 17, 0.68);
  border: 1px solid rgba(218, 187, 129, 0.25);
  border-radius: 8px;
  font-size: 11px;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.map-controls {
  display: grid;
  grid-template-columns: 140px 140px 1fr;
  gap: 10px;
  margin-top: -18px;
}

.map-controls label {
  position: relative;
}

.map-controls label > span {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 14px;
  color: #8da79d;
  font-size: 9px;
  pointer-events: none;
}

.map-controls select {
  width: 100%;
  height: 56px;
  padding: 17px 12px 0;
  color: white;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.button-map {
  height: 56px;
  color: #ff9a52;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 123, 47, 0.64);
}

.button-map:hover {
  color: white;
  background: var(--orange);
  border-color: var(--orange);
}

.resource-stack {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 22px;
}

.resource-card {
  position: relative;
  overflow: hidden;
  min-height: 294px;
  color: white;
  background: #263a33;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(25, 44, 37, 0.12);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 420ms ease;
}

.resource-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(6, 22, 17, 0.9), transparent 72%);
}

.resource-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 400ms ease;
}

.resource-card:hover {
  z-index: 2;
  transform: translateY(-7px) scale(1.015);
  box-shadow: 0 28px 60px rgba(25, 44, 37, 0.22);
}

.resource-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.resource-category {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  color: white;
  background: rgba(12, 44, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.resource-copy {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  left: 22px;
}

.resource-copy p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.resource-copy h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 27px;
}

.resource-copy > span {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.resource-copy b {
  color: #ffc379;
  font-size: 18px;
  transition: transform 200ms ease;
}

.resource-card:hover .resource-copy b {
  transform: translateX(4px);
}

.pathway-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 15% 30%, #efe2ca, transparent 38%);
}

.pathway-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(39, 48, 42, 0.09);
}

.pathway-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 6px;
  background: #f2ede3;
  border-radius: 16px;
}

.pathway-tabs button {
  position: relative;
  min-height: 58px;
  color: #626863;
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.pathway-tabs button span {
  margin-right: 12px;
  color: #9a9d98;
  font-size: 11px;
}

.pathway-tabs button::after {
  position: absolute;
  right: 50%;
  bottom: -6px;
  left: 50%;
  height: 3px;
  content: "";
  background: var(--gold);
  transition: left 260ms ease, right 260ms ease;
}

.pathway-tabs button.is-active {
  color: white;
  background: var(--jade);
  box-shadow: 0 10px 25px rgba(12, 58, 44, 0.2);
}

.pathway-tabs button.is-active span {
  color: #d8c69f;
}

.pathway-tabs button.is-active::after {
  right: 28%;
  left: 28%;
}

.pathway-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
  min-height: 510px;
  padding: 50px 46px 26px;
}

.pathway-panel.is-switching .pathway-copy,
.pathway-panel.is-switching .pathway-gallery {
  opacity: 0;
  transform: translateY(12px);
}

.pathway-copy,
.pathway-gallery {
  transition: opacity 240ms ease, transform 240ms ease;
}

.pathway-age {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pathway-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.35;
}

.pathway-copy > p:not(.pathway-age) {
  margin: 20px 0 24px;
  color: var(--muted);
  line-height: 1.9;
}

.pathway-copy ul {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pathway-copy li::before {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  content: "✓";
  place-items: center;
  color: white;
  background: var(--gold);
  border-radius: 50%;
  font-size: 11px;
}

.pathway-copy > a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--jade);
  border-bottom: 1px solid rgba(18, 63, 50, 0.3);
  font-weight: 700;
  line-height: 2;
}

.pathway-copy > a span,
.text-link span {
  transition: transform 200ms ease;
}

.pathway-copy > a:hover span,
.text-link:hover span {
  transform: translateX(5px);
}

.pathway-gallery {
  position: relative;
  min-height: 410px;
}

.pathway-gallery img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 20px 45px rgba(31, 44, 38, 0.17);
}

.gallery-main {
  inset: 0 14% 8% 0;
  width: 86%;
  height: 92%;
  border-radius: 20px 100px 20px 20px;
}

.gallery-small {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 48%;
  border: 8px solid var(--white);
  border-radius: 80px 18px 18px 18px;
}

.gallery-note {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 0;
  padding: 10px 14px;
  color: var(--jade);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(189, 138, 67, 0.3);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.services-section {
  color: white;
  background:
    radial-gradient(circle at 10% 20%, rgba(74, 124, 102, 0.4), transparent 33%),
    var(--jade-deep);
}

.services-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 110px;
  align-items: start;
}

.services-intro {
  position: sticky;
  top: 130px;
}

.services-intro .eyebrow,
.ai-copy .eyebrow {
  color: #d1aa6e;
}

.services-intro > p {
  margin: 28px 0 26px;
  color: rgba(255, 255, 255, 0.62);
}

.text-link-light,
.services-intro .text-link {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.service-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.service-steps li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 142px;
  padding: 26px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: padding 300ms ease, background 300ms ease;
}

.service-steps li:hover {
  padding-inline: 26px;
  background: rgba(255, 255, 255, 0.045);
}

.service-steps > li > span {
  color: #d1aa6e;
  font-family: var(--serif);
  font-size: 34px;
}

.service-steps h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 26px;
}

.service-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
}

.case-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 25%, rgba(204, 167, 109, 0.15), transparent 28%),
    linear-gradient(180deg, #f7f2e8, #eee3d3);
}

.case-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image:
    repeating-radial-gradient(ellipse at -10% 50%, transparent 0 48px, rgba(164, 124, 65, 0.12) 49px 50px),
    repeating-radial-gradient(ellipse at 110% 50%, transparent 0 54px, rgba(164, 124, 65, 0.09) 55px 56px);
  pointer-events: none;
}

.case-section .shell {
  position: relative;
}

.case-heading-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.case-heading-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: #8b6a3e;
  font-size: 12px;
}

.case-heading-copy i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: white;
  background: var(--jade);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
}

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

.case-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1.28fr);
  gap: 25px;
  align-items: center;
  min-width: 0;
  min-height: 330px;
  padding: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(127, 94, 47, 0.18);
  border-radius: 23px;
  box-shadow: 0 22px 55px rgba(43, 46, 40, 0.09);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 360ms ease,
    border-color 360ms ease;
}

.case-card::after {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(163, 121, 60, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(163, 121, 60, 0.035);
}

.case-card:hover {
  z-index: 3;
  border-color: rgba(164, 118, 52, 0.44);
  box-shadow: 0 31px 68px rgba(37, 46, 39, 0.16);
  transform: translateY(-9px);
}

.case-cover {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 154px;
  aspect-ratio: 0.704;
  background: #e7decc;
  border-radius: 7px 10px 10px 7px;
  box-shadow: 0 18px 32px rgba(30, 34, 30, 0.25);
  transform: rotate(-2deg);
  transition: transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.case-cover::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(255, 255, 255, 0.18), transparent);
}

.case-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card:hover .case-cover {
  transform: translateY(-4px) rotate(0deg) scale(1.025);
}

.case-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.case-copy small {
  color: #9a7139;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.case-copy strong {
  margin: 11px 0 8px;
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 33px);
  white-space: nowrap;
}

.case-copy > span {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-copy i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 16px;
  color: var(--jade);
  border-top: 1px solid rgba(38, 67, 55, 0.16);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.case-copy b {
  color: var(--orange);
  font-size: 20px;
  transition: transform 200ms ease;
}

.case-card:hover .case-copy b {
  transform: translateX(5px);
}

.ai-section {
  background: #e9e0d1;
}

.ai-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: center;
  min-height: 510px;
  overflow: hidden;
  padding: 64px;
  color: white;
  background:
    radial-gradient(circle at 22% 50%, rgba(109, 155, 135, 0.3), transparent 32%),
    linear-gradient(130deg, #173f34, #09251c 70%);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(18, 56, 44, 0.2);
}

.ai-visual {
  position: relative;
  width: 350px;
  height: 350px;
  place-self: center;
}

.ai-visual::before,
.ai-visual::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: rgba(208, 171, 108, 0.38);
  transform-origin: left center;
}

.ai-visual::before {
  width: 146px;
  height: 1px;
  transform: rotate(-34deg);
}

.ai-visual::after {
  width: 148px;
  height: 1px;
  transform: rotate(42deg);
}

.ai-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(209, 170, 110, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 220px;
  height: 220px;
  border-style: dashed;
  animation: orbit-spin 22s linear infinite;
}

.ring-two {
  width: 330px;
  height: 330px;
  animation: orbit-spin 35s linear infinite reverse;
}

.ai-visual strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  font-family: var(--serif);
  font-size: 36px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(209, 170, 110, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(211, 168, 99, 0.13);
  transform: translate(-50%, -50%);
}

.ai-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #f0d2a0;
  background: #11372c;
  border: 1px solid rgba(209, 170, 110, 0.42);
  border-radius: 50%;
  font-size: 13px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  animation: node-float 4s ease-in-out infinite;
}

.node-one { top: 12px; left: 142px; }
.node-two { right: 12px; bottom: 70px; animation-delay: -1.3s; }
.node-three { bottom: 50px; left: 20px; animation-delay: -2.6s; }

.ai-copy {
  max-width: 680px;
}

.ai-copy > p {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.65);
}

.ai-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}

.button-light {
  color: var(--jade-deep);
  background: #f7eee0;
}

.button-light:hover {
  background: white;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
  align-items: center;
}

.about-mark {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(440px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  color: #e8d2a7;
  background: var(--jade);
  border-radius: 48% 48% 18px 48%;
  box-shadow: 0 30px 70px rgba(12, 52, 40, 0.2);
  transform: rotate(-3deg);
}

.about-mark span {
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 260ms ease, background 260ms ease;
}

.about-mark span:hover {
  color: white;
  background: rgba(255, 255, 255, 0.06);
}

.about-copy > p {
  max-width: 720px;
  margin: 28px 0;
}

.contact-section {
  padding: 0 0 112px;
  background: var(--paper);
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 62px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.75), rgba(248, 236, 218, 0.6)),
    var(--ivory);
  border: 1px solid rgba(190, 139, 70, 0.28);
  border-radius: 28px;
}

.contact-panel h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}

.contact-panel > div > p:last-child {
  margin-top: 18px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer {
  padding: 70px 0 26px;
  color: rgba(255, 255, 255, 0.7);
  background: #071e17;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-grid img {
  width: 170px;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.footer-grid p {
  margin: 10px 0 0;
}

.footer-grid strong {
  margin-bottom: 10px;
  color: white;
}

.footer-grid a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-grid a:hover {
  color: #f5bc73;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: hero-enter 800ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--delay, 0ms);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease var(--delay, var(--card-delay, 0ms)),
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, var(--card-delay, 0ms));
}

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

@keyframes hero-enter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes route-dash {
  to { stroke-dashoffset: -24; }
}

@keyframes scroll-dot {
  0%, 100% { opacity: 0.15; transform: translate(-50%, 0); }
  45% { opacity: 1; }
  70% { opacity: 0; transform: translate(-50%, 12px); }
}

@keyframes live-pulse {
  70% { box-shadow: 0 0 0 9px rgba(255, 154, 69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 154, 69, 0); }
}

@keyframes map-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes point-ripple {
  0% { opacity: 0.9; transform: scale(0.3); }
  75%, 100% { opacity: 0; transform: scale(2.4); }
}

@keyframes map-scan {
  0%, 100% { opacity: 0; transform: translateX(0); }
  15% { opacity: 0.7; }
  50% { opacity: 0.7; transform: translateX(650px); }
  65%, 100% { opacity: 0; transform: translateX(650px); }
}

@keyframes node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(1120px, calc(100vw - 56px));
  }

  .header-inner {
    grid-template-columns: 190px 1fr 160px;
  }

  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 14px;
  }

  .hero-inner {
    grid-template-columns: minmax(510px, 0.96fr) minmax(0, 1.04fr);
    gap: 32px;
  }

  .hero-visual {
    margin-right: 0;
  }

  .hero-art {
    right: 0;
    width: 102%;
  }

  .season-card {
    right: 18px;
    width: min(400px, 80%);
  }

  .trust-list {
    grid-template-columns: repeat(2, max-content);
  }

  .atlas-layout {
    grid-template-columns: 1fr;
  }

  .resource-stack {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }

  .services-grid {
    gap: 70px;
  }

  .case-card {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 18px;
    min-height: 290px;
    padding: 20px;
  }

  .case-copy strong {
    font-size: 24px;
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 40px, 820px);
  }

  .site-header,
  .site-header.is-scrolled {
    height: 74px;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .brand {
    width: 152px;
  }

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

  .menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 11px;
    place-content: center;
    gap: 5px;
    color: white;
    background: var(--jade);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 240ms ease, opacity 240ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 74px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 26px 20px 40px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fbf8f1;
    box-shadow: inset 0 1px rgba(190, 139, 70, 0.16);
    transform: translateX(102%);
    transition: transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .mobile-menu.is-open {
    transform: translateX(0);
  }

  .mobile-menu > a:not(.button) {
    padding: 18px 4px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
  }

  .mobile-menu .button {
    margin-top: 28px;
  }

  .hero {
    min-height: auto;
    padding-top: 74px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 76px 80px;
  }

  .hero-copy {
    max-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }

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

  .hero-visual {
    overflow: hidden;
    min-height: 580px;
    margin: 24px 0 0;
    border-radius: 28px;
  }

  .hero-art {
    right: 0;
    width: 100%;
  }

  .section-heading,
  .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pathway-panel {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .services-intro {
    position: static;
  }

  .ai-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-mark {
    max-width: 400px;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .case-card {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 285px;
    padding: 25px;
  }

  .case-cover {
    max-width: 145px;
  }

  .case-copy strong {
    font-size: 32px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 640px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .brand {
    width: 142px;
  }

  .hero-grid-lines {
    background-size: 62px 62px, 62px 62px, 400px 400px, 520px 520px;
  }

  .hero-inner {
    padding-block: 58px 70px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: 1.28;
    letter-spacing: -0.055em;
  }

  .hero h1 > span {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

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

  .trust-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 6px;
    margin-top: 26px;
    font-size: 13px;
  }

  .hero-visual {
    min-height: 440px;
    margin: 28px 0 0;
  }

  .hero-art {
    right: -11%;
    width: 132%;
  }

  .hero-orbit {
    display: none;
  }

  .season-card {
    right: auto;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 36px;
    width: 100%;
    min-height: 108px;
    padding: 17px;
  }

  .route-line {
    display: none;
  }

  .season-card h2 {
    font-size: 16px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding-block: 78px;
  }

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

  .section-heading h2,
  .services-intro h2,
  .ai-copy h2,
  .about-copy h2,
  .contact-panel h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .section-heading > p,
  .services-intro > p,
  .ai-copy > p,
  .about-copy > p,
  .contact-panel > div > p:last-child {
    font-size: 15px;
    line-height: 1.8;
  }

  .atlas-layout {
    gap: 16px;
  }

  .map-panel {
    min-height: 500px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .map-panel h3 {
    font-size: 23px;
  }

  .live-status {
    padding: 7px 9px;
    font-size: 10px;
  }

  .map-stage {
    height: 310px;
  }

  .map-tip {
    display: none;
  }

  .map-controls {
    grid-template-columns: 1fr 1fr;
    margin-top: -4px;
  }

  .button-map {
    grid-column: 1 / -1;
  }

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

  .resource-card {
    min-height: 280px;
  }

  .pathway-card {
    padding: 10px;
  }

  .pathway-tabs button {
    min-height: 52px;
  }

  .pathway-tabs button span {
    display: none;
  }

  .pathway-panel {
    gap: 30px;
    min-height: auto;
    padding: 34px 18px 18px;
  }

  .pathway-copy h3 {
    font-size: 30px;
  }

  .pathway-gallery {
    min-height: 300px;
  }

  .gallery-small {
    border-width: 5px;
  }

  .services-grid {
    gap: 42px;
  }

  .service-steps li {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-height: 118px;
  }

  .service-steps > li > span {
    font-size: 26px;
  }

  .service-steps h3 {
    font-size: 22px;
  }

  .service-steps p {
    font-size: 14px;
  }

  .case-heading-copy > p {
    font-size: 15px;
  }

  .case-heading-copy > span {
    align-items: flex-start;
    line-height: 1.6;
  }

  .case-card {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 17px;
    min-height: 230px;
    padding: 18px;
    border-radius: 18px;
  }

  .case-cover {
    max-width: 100px;
  }

  .case-copy strong {
    font-size: 24px;
  }

  .case-copy i {
    margin-top: 22px;
  }

  .ai-panel {
    min-height: auto;
    padding: 38px 22px;
    border-radius: 24px;
  }

  .ai-visual {
    width: 270px;
    height: 270px;
  }

  .ring-one { width: 170px; height: 170px; }
  .ring-two { width: 260px; height: 260px; }
  .ai-visual strong { width: 88px; height: 88px; font-size: 30px; }
  .node-one { top: 4px; left: 102px; }
  .node-two { right: 1px; bottom: 50px; }
  .node-three { bottom: 38px; left: 5px; }

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

  .about-mark {
    width: 88%;
  }

  .contact-section {
    padding-bottom: 78px;
  }

  .contact-panel {
    gap: 32px;
    padding: 36px 22px;
  }

  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

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

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

  .hero-reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
