:root {
  --ink: #12201c;
  --muted: #5e6c67;
  --paper: #f4f6f3;
  --white: #fff;
  --line: #d7ddd8;
  --green: #1d5a46;
  --green-deep: #143d32;
  --blue: #2b6f91;
  --yellow: #e5b247;
  --red: #c9523c;
  --max: 1240px;
  --header: 74px;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

@font-face {
  font-family: "Ruixue Display";
  src: url("assets/ruixue-display.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id], .risk-notice[id] { scroll-margin-top: 88px; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

body.dialog-open { overflow: hidden; }

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

button { font: inherit; }

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

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

p { line-height: 1.8; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: background-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 1px 0 rgba(18,32,28,.12);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(calc(100% - 48px), var(--max));
  height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 224px; }

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.brand-name { font-size: 17px; font-weight: 800; line-height: 1.15; }
.brand-name small { display: block; margin-top: 4px; font-size: 10px; font-weight: 500; opacity: .75; }
.brand-name-script { font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 19px; font-weight: 700; }
.brand-name-script small { font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; }

.desktop-nav { display: flex; justify-content: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 26px 0 24px; font-size: 14px; font-weight: 650; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 19px;
  height: 2px;
  background: var(--yellow);
  transition: right .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }

.nav-actions { display: flex; align-items: center; justify-content: flex-end; min-width: 224px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 750; }
.header-phone svg { width: 17px; height: 17px; }

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.icon-button svg { width: 20px; height: 20px; }
.menu-button { display: none; }
.mobile-menu { background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 15px 24px; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero {
  position: relative;
  min-height: min(860px, 92svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #31524d;
}

.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  background-image: url("assets/snow-mountain-focus.jpg");
  background-position: center 24%;
  background-size: cover;
  transform: scale(1.02);
}
.hero-shade { background: rgba(8, 24, 22, .43); }

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 160px 0 164px;
}

.eyebrow, .section-kicker {
  display: inline-block;
  margin: 0 0 21px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}
.eyebrow { color: var(--white); opacity: .82; }

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 7.1vw, 98px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title-art {
  position: relative;
  font-family: "Ruixue Display", "KaiTi", serif;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  -webkit-text-stroke: .25px rgba(255,255,255,.42);
  text-shadow: 0 3px 2px rgba(5,18,16,.18), 0 15px 38px rgba(5,18,16,.3);
}

.hero-title-art::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 22px;
  background: var(--yellow);
  box-shadow: 34px 0 0 rgba(229,178,71,.44);
}

.hero-copy { margin: 25px 0 0; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 780;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--yellow); color: #221d12; }
.button-primary:hover { background: #f0c260; }
.button-ghost { border-color: rgba(255,255,255,.68); background: rgba(0,0,0,.16); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-white { background: var(--white); color: var(--green-deep); }
.button-outline-white { border-color: rgba(255,255,255,.66); background: transparent; color: var(--white); }

.hero-facts {
  position: absolute;
  z-index: 1;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  background: rgba(18,32,28,.9);
  backdrop-filter: blur(12px);
}
.hero-facts div { min-height: 94px; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.17); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 20px; }
.hero-facts span { margin-top: 6px; color: rgba(255,255,255,.68); font-size: 12px; }

.section { padding: 108px 0; }
.section-inner { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.credential-band { background: var(--white); border-bottom: 1px solid var(--line); }
.credential-grid { min-height: 280px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); }
.credential-intro, .credential-item { padding: 52px 34px; border-right: 1px solid var(--line); }
.credential-intro { padding-left: 0; }
.credential-item:last-child { border-right: 0; }
.credential-intro h2 { margin: 0; font-size: 30px; line-height: 1.35; }
.credential-item svg { width: 30px; height: 30px; margin-bottom: 36px; color: var(--red); stroke-width: 1.7; }
.credential-item strong { font-size: 16px; }
.credential-item p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading h2, .safety-content h2, .about-title-block h2, .contact h2 {
  margin: 0;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
}
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 15px; }
.section-heading.compact { margin-bottom: 58px; }

.route-filter {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow-x: auto;
  background: var(--white);
}
.filter-button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 9px 16px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.filter-button:last-child { border-right: 0; }
.filter-button.is-active { background: var(--green); color: var(--white); font-weight: 800; }

.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.route-card {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 0;
  padding: 0;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.route-card:nth-child(2n) { border-right: 0; }
.route-card:hover { position: relative; z-index: 2; transform: translateY(-3px); box-shadow: 0 15px 38px rgba(26,53,45,.12); }
.route-card[hidden] { display: none; }
.route-featured { background: #f7f2e8; }
.route-visual {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 27px;
  overflow: hidden;
  color: var(--white);
  background-image: url("assets/snow-mountain-focus.jpg");
  background-size: 150% auto;
  background-position: 6% 34%;
}
.route-card:nth-child(2) .route-visual { background-position: 37% 34%; }
.route-card:nth-child(3) .route-visual { background-position: 66% 34%; }
.route-card:nth-child(4) .route-visual { background-position: 94% 34%; }
.route-visual::after { content: ""; position: absolute; inset: 0; background: rgba(13,37,31,.5); }
.route-card:nth-child(2) .route-visual::after { background: rgba(43,111,145,.52); }
.route-card:nth-child(3) .route-visual::after { background: rgba(85,66,41,.5); }
.route-card:nth-child(4) .route-visual::after { background: rgba(42,37,34,.58); }
.route-index, .route-visual-copy { position: relative; z-index: 1; }
.route-index { align-self: flex-start; color: var(--yellow); font-size: 14px; font-weight: 850; }
.route-visual-copy { display: grid; justify-items: end; text-align: right; }
.route-visual-copy svg { width: 28px; height: 28px; margin-bottom: 14px; color: var(--yellow); stroke-width: 1.6; }
.route-visual-copy span { font-size: 10px; font-weight: 800; }
.route-visual-copy strong { margin-top: 3px; font-size: 25px; }
.route-card-main { padding: 27px 30px 0; }
.route-level { display: inline-block; margin-bottom: 13px; color: var(--green); font-size: 12px; font-weight: 800; }
.route-card h3 { margin: 0; font-size: 31px; }
.route-card-main > p { min-height: 54px; margin: 13px 0 23px; color: var(--muted); font-size: 14px; }
.route-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-specs div { padding: 13px 8px; border-right: 1px solid var(--line); }
.route-specs div:first-child { padding-left: 0; }
.route-specs div:last-child { border-right: 0; }
.route-specs dt { margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.route-specs dd { margin: 0; font-size: 13px; font-weight: 780; }
.route-link { justify-self: end; display: inline-flex; align-items: center; gap: 7px; margin: 25px 30px 28px; padding: 0; border: 0; background: transparent; color: var(--green); font-weight: 800; cursor: pointer; }
.route-link svg { width: 17px; height: 17px; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.risk-notice { display: grid; grid-template-columns: 250px 1fr; gap: 45px; margin-top: 42px; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.risk-notice-heading { display: flex; align-items: flex-start; gap: 14px; }
.risk-notice-heading svg { width: 28px; height: 28px; color: var(--yellow-deep); stroke-width: 1.8; }
.risk-notice-heading span { color: var(--green); font-size: 10px; font-weight: 850; }
.risk-notice-heading h3 { margin: 5px 0 0; font-size: 21px; }
.risk-notice ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 34px; margin: 0; padding: 0; list-style: none; counter-reset: risk; }
.risk-notice li { position: relative; padding-left: 26px; color: var(--muted); font-size: 12px; line-height: 1.75; counter-increment: risk; }
.risk-notice li::before { content: counter(risk, decimal-leading-zero); position: absolute; top: 0; left: 0; color: var(--green); font-size: 10px; font-weight: 850; }

.safety { display: grid; grid-template-columns: 44% 56%; padding: 0; background: var(--green-deep); color: var(--white); }
.safety-visual { min-height: 760px; background: url("assets/snow-mountain-focus.jpg") 32% center / auto 100% no-repeat; }
.safety-content { padding: 105px max(48px, calc((100vw - var(--max)) / 2)) 100px 7vw; }
.section-kicker-light { color: var(--yellow); }
.safety-lead { max-width: 640px; margin: 25px 0 36px; color: rgba(255,255,255,.74); }
.safety-list { border-top: 1px solid rgba(255,255,255,.2); }
.safety-list article { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.safety-list article > span { color: var(--yellow); font-size: 12px; font-weight: 800; }
.safety-list h3 { margin: 0 0 7px; font-size: 18px; }
.safety-list p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }

.process { background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { position: relative; min-height: 235px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li > span { position: absolute; top: 20px; right: 22px; color: #aeb9b3; font-size: 11px; font-weight: 800; }
.process-list svg { width: 30px; height: 30px; margin: 22px 0 34px; color: var(--blue); stroke-width: 1.7; }
.process-list strong { display: block; font-size: 16px; }
.process-list p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.about { background: #e9eee9; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-title-block h2 { max-width: 500px; }
.about-lead { margin: 32px 0 55px; font-size: 20px; line-height: 1.85; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bdc8c0; }
.values div { padding: 24px 22px 0 0; }
.values strong { color: var(--green); }
.values p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }

.contact { background: var(--blue); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 90px; }
.contact-copy > p { max-width: 650px; margin: 24px 0 30px; color: rgba(255,255,255,.78); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-qr { padding: 22px; background: var(--white); color: var(--ink); border-radius: 6px; }
.contact-qr img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.contact-qr div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 17px 4px 2px; }
.contact-qr span { color: var(--muted); font-size: 12px; }

.site-footer { padding: 54px 0 26px; background: #101815; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr 1fr; gap: 70px; align-items: start; }
.footer-brand { display: flex; gap: 13px; align-items: center; }
.footer-brand .brand-logo { width: 72px; height: 72px; flex-basis: 72px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 15px; }
.footer-brand div > span { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-meta { display: grid; justify-items: end; gap: 9px; color: rgba(255,255,255,.58); font-size: 12px; }
.footer-meta a { color: var(--yellow); font-size: 17px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: 11px; }
.icp-link { color: rgba(255,255,255,.56); }
.icp-link:hover { color: var(--yellow); }

.mobile-contact-bar { display: none; }

.review-tool {
  position: fixed;
  z-index: 220;
  top: 92px;
  right: 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.review-tool[hidden], .review-panel[hidden], .review-hover[hidden], .review-toast[hidden] { display: none; }
.review-toggle {
  position: relative;
  width: 58px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  place-items: center;
  order: 2;
  padding: 0;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 6px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(18,32,28,.22);
  cursor: pointer;
}
.review-toggle svg { width: 22px; height: 22px; }
.review-toggle-label { width: 2em; font-size: 12px; font-weight: 800; line-height: 1.35; text-align: center; }
.review-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid var(--white);
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 850;
  line-height: 16px;
}
.review-panel {
  width: 330px;
  max-height: calc(100vh - 116px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7ddd8;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 60px rgba(18,32,28,.24);
}
.review-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; border-bottom: 1px solid var(--line); }
.review-header span, .review-header strong { display: block; }
.review-header span { margin-bottom: 3px; color: var(--muted); font-size: 10px; }
.review-header strong { font-size: 16px; }
.review-icon-button {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.review-icon-button:hover, .review-icon-button[aria-pressed="false"] { background: var(--paper); }
.review-icon-button svg { width: 17px; height: 17px; }
.review-actions { display: flex; gap: 7px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.review-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
  padding: 7px 10px;
  border: 1px solid var(--green);
  border-radius: 4px;
  background: var(--white);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.review-action svg { width: 16px; height: 16px; }
.review-action[aria-pressed="true"] { background: var(--green); color: var(--white); }
.review-empty { margin: 0; padding: 30px 18px; color: var(--muted); font-size: 12px; text-align: center; }
.review-list { flex: 1; min-height: 0; overflow: auto; }
.review-item { display: grid; grid-template-columns: 28px 1fr 30px; gap: 9px; padding: 13px 14px; border-bottom: 1px solid var(--line); }
.review-item-number {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
}
.review-item-content label { display: block; margin: 3px 0 7px; color: var(--ink); font-size: 11px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-item-content textarea {
  width: 100%;
  min-height: 68px;
  resize: vertical;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-size: 12px;
  line-height: 1.55;
}
.review-item-content textarea:focus { outline: 2px solid rgba(43,111,145,.25); border-color: var(--blue); }
.review-remove { width: 30px; height: 30px; border: 0; background: transparent; color: #8d9994; cursor: pointer; }
.review-remove:hover { color: var(--red); }
.review-remove svg { width: 16px; height: 16px; }
.review-footer { padding: 12px 14px; border-top: 1px solid var(--line); }
.review-copy { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 4px; background: var(--ink); color: var(--white); font-weight: 800; cursor: pointer; }
.review-copy:disabled { cursor: not-allowed; opacity: .45; }
.review-copy svg { width: 17px; height: 17px; }

body.review-selecting, body.review-selecting * { cursor: crosshair !important; }
.review-hover {
  position: fixed;
  z-index: 180;
  pointer-events: none;
  border: 2px dashed var(--yellow);
  background: rgba(229,178,71,.12);
  box-shadow: 0 0 0 9999px rgba(8,20,17,.08);
}
.review-mark-layer { position: absolute; z-index: 170; inset: 0; pointer-events: none; }
.review-mark {
  position: absolute;
  border: 3px solid var(--red);
  background: rgba(201,82,60,.06);
  box-shadow: 0 0 0 1px rgba(255,255,255,.7), 0 5px 20px rgba(18,32,28,.14);
}
.review-mark span {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 3px 12px rgba(18,32,28,.22);
}
.review-mark-layer.is-hidden { display: none; }
.review-toast {
  position: fixed;
  z-index: 240;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  padding: 11px 16px;
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.24);
}

.dialog {
  width: min(92vw, 720px);
  max-height: 88vh;
  padding: 36px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 90px rgba(0,0,0,.35);
  overflow: auto;
}
.dialog::backdrop { background: rgba(7,16,13,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 16px; right: 16px; z-index: 2; border-color: var(--line); color: var(--ink); }
.consult-dialog { width: min(92vw, 420px); text-align: center; }
.consult-dialog img { width: 250px; margin: 6px auto 20px; }
.consult-dialog h2 { margin: 0; font-size: 27px; }
.consult-dialog p { margin: 10px 0 20px; color: var(--muted); font-size: 13px; }
.dialog-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 17px; font-weight: 800; }
.dialog-phone svg { width: 18px; }
.dialog-route-heading { padding-right: 38px; }
.dialog-route-heading > span { color: var(--green); font-size: 12px; font-weight: 850; }
.dialog-route-heading h2 { margin: 8px 0; font-size: 32px; }
.dialog-route-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.dialog-price-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 24px 0; background: var(--line); border: 1px solid var(--line); }
.dialog-price-item { padding: 15px; background: var(--paper); }
.dialog-price-item span, .dialog-price-item strong { display: block; }
.dialog-price-item span { color: var(--muted); font-size: 11px; }
.dialog-price-item strong { margin-top: 5px; color: var(--green); font-size: 18px; }
.dialog-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.dialog-columns h3 { font-size: 14px; }
.dialog-columns ol { margin: 0; padding-left: 22px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.dialog-columns p { margin: 0; color: var(--muted); font-size: 13px; }
.dialog-risk { margin-top: 22px; padding: 16px 18px; border-left: 3px solid var(--yellow); background: #f4f0e6; }
.dialog-risk strong { display: block; color: var(--green); font-size: 13px; }
.dialog-risk p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.dialog-actions { display: flex; gap: 10px; margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--line); }

@media (max-width: 1000px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-button { display: inline-grid; }
  .nav-actions { min-width: auto; }
  .hero-facts { right: 24px; }
  .credential-grid { grid-template-columns: repeat(3, 1fr); }
  .credential-intro { grid-column: 1 / -1; padding: 50px 0 30px; border-right: 0; }
  .credential-item { padding: 35px 25px; }
  .safety { grid-template-columns: 38% 62%; }
  .safety-content { padding: 80px 40px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .about-layout { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --header: 64px; }
  body { padding-bottom: 62px; }
  .nav-wrap, .section-inner, .hero-inner { width: min(calc(100% - 32px), var(--max)); }
  .brand { min-width: 0; }
  .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-name { font-size: 15px; }
  .brand-name small { font-size: 8px; }
  .brand-name-script { font-size: 17px; }
  .site-header.is-menu-open { background: var(--white); color: var(--ink); }
  .mobile-menu { max-height: calc(100vh - var(--header)); overflow: auto; }

  .hero { min-height: 89svh; }
  .hero-media { background-position: 55% center; }
  .hero-inner { padding: 132px 0 186px; align-self: end; }
  .hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-title-art::after { width: 70px; height: 4px; margin-top: 16px; box-shadow: 26px 0 0 rgba(229,178,71,.44); }
  .hero-copy br { display: none; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { flex: 1 1 150px; }
  .hero-facts { left: 16px; right: 16px; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-height: 83px; padding: 17px 10px; text-align: center; }
  .hero-facts strong { font-size: 15px; }
  .hero-facts span { font-size: 9px; line-height: 1.4; }

  .section { padding: 76px 0; }
  .credential-grid { width: 100%; grid-template-columns: 1fr; }
  .credential-intro { padding: 55px 16px 30px; }
  .credential-item { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 25px 16px; border-top: 1px solid var(--line); border-right: 0; }
  .credential-item svg { margin: 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading h2, .safety-content h2, .about-title-block h2, .contact h2 { font-size: 36px; }
  .section-heading > p { margin-top: 18px; }
  .route-filter { width: 100%; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card, .route-card:nth-child(2n) { min-height: 460px; padding: 0; border-right: 0; }
  .route-visual { min-height: 152px; padding: 19px 20px; background-size: 165% auto; }
  .route-card-main { padding: 23px 20px 0; }
  .route-link { margin: 23px 20px 25px; }
  .route-card h3 { font-size: 27px; }
  .route-specs dd { font-size: 11px; }
  .risk-notice { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; }
  .risk-notice ul { grid-template-columns: 1fr; }

  .safety { display: block; }
  .safety.section { padding: 0; }
  .safety-visual { min-height: 320px; background-position: center; }
  .safety-content { padding: 70px 16px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li { min-height: 220px; padding: 18px; }
  .process-list svg { margin: 24px 0 30px; }

  .about-layout { grid-template-columns: 1fr; gap: 15px; }
  .about-lead { margin: 25px 0 40px; font-size: 17px; }
  .values { grid-template-columns: 1fr; }
  .values div { padding: 20px 0; border-bottom: 1px solid #bdc8c0; }

  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-actions .button { width: 100%; }
  .contact-qr { width: min(100%, 330px); margin: 0 auto; }

  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-meta { justify-items: start; }
  .footer-bottom { display: grid; }

  .mobile-contact-bar {
    position: fixed;
    z-index: 90;
    inset: auto 0 0;
    height: 62px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    box-shadow: 0 -5px 25px rgba(18,32,28,.12);
  }
  .mobile-contact-bar a, .mobile-contact-bar button { display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: var(--white); color: var(--ink); font-weight: 800; }
  .mobile-contact-bar button { background: var(--green); color: var(--white); }
  .mobile-contact-bar svg { width: 19px; height: 19px; }

  .review-tool { top: auto; right: 12px; bottom: 76px; align-items: flex-end; }
  .review-toggle { width: 48px; min-height: 48px; order: 2; }
  .review-toggle-label { display: none; }
  .review-panel { position: fixed; left: 12px; right: 12px; bottom: 136px; width: auto; max-height: min(62vh, 520px); }
  .review-item-content textarea { min-height: 58px; }
  .review-toast { bottom: 78px; }

  .dialog { width: calc(100% - 24px); max-height: 90vh; padding: 28px 20px; }
  .dialog-price-list, .dialog-columns { grid-template-columns: 1fr; }
  .dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

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