:root {
  --brand: #ff623f;
  --brand-dark: #e34e30;
  --ink: #1f2732;
  --muted: #657386;
  --line: #e8edf3;
  --soft: #f6f8fb;
  --panel: #ffffff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
}

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

button,
input {
  font: inherit;
}

.site-loading,
.site-error {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--soft);
}

.site-shell {
  min-height: 100vh;
  background: #fff;
}

.site-preview-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8a4b00;
  background: #fff3d8;
  border-bottom: 1px solid #f4d49b;
  font-size: 13px;
}

.site-section {
  width: 100%;
}

.site-container {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-nav-top {
  color: #667386;
  background: #f7fafc;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.site-nav-top-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-nav-service {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.site-nav-service a:hover {
  color: var(--brand-dark);
}

.site-nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-brand {
  min-width: 174px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.site-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-brand strong {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.site-brand-hidden {
  min-width: 1px;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #3d4858;
  font-size: 15px;
  white-space: nowrap;
}

.site-nav-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.site-nav-links a:hover,
.site-nav-links a.active {
  color: var(--brand-dark);
  border-bottom-color: var(--brand);
}

.site-nav-search {
  width: 252px;
  min-width: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.site-nav-search input {
  min-width: 0;
  height: 38px;
  padding: 0 11px;
  border: 0;
  outline: 0;
}

.site-nav-search button {
  min-width: 62px;
  height: 38px;
  color: #fff;
  background: var(--brand);
  border: 0;
  font-weight: 800;
}

.site-mobile-menu {
  display: none;
}

.site-btn {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  border-radius: 4px;
  font-weight: 800;
}

.site-block {
  padding: 54px 0;
}

.site-block.alt {
  background: var(--soft);
}

.site-block-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.site-block-head.stacked {
  display: block;
  margin-bottom: 0;
}

.site-block-head h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0;
}

.site-block-head p {
  max-width: 560px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
  gap: 18px;
}

.site-block.display-list .site-grid,
.site-block.display-compact .site-grid {
  grid-template-columns: 1fr;
}

.site-block.display-scroll .site-grid {
  display: flex;
  overflow-x: auto;
  padding-bottom: 6px;
}

.site-block.display-scroll .site-card {
  min-width: 280px;
}

.site-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-card-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(255, 98, 63, 0.16), rgba(28, 143, 131, 0.18)),
    #eef4f8;
}

.site-card-body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.site-card-body span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.site-card-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.site-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-price {
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 900;
}

.site-contact-qrcode {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
}

.site-text {
  max-width: 880px;
  color: #465266;
  line-height: 1.9;
  font-size: 16px;
}

.site-info-band {
  padding: 40px 0;
  background: #102f46;
  color: #fff;
}

.site-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.site-contact-list {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 66px;
  color: #fff;
  background: #1f2732;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 360px;
  height: 190px;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 52% 48% 0 0;
  pointer-events: none;
}

.site-footer::before {
  left: -58px;
  transform: rotate(-7deg);
}

.site-footer::after {
  right: -42px;
  transform: rotate(6deg);
}

.site-footer-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.site-footer-panel {
  flex: 1 1 180px;
}

.site-footer-about {
  flex-basis: 420px;
}

.site-footer-follow {
  flex-basis: 330px;
}

.site-footer-reference {
  max-width: 1394px;
}

.site-footer h2,
.site-footer p {
  margin: 0;
}

.site-footer h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.site-footer-panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer-panel:first-child {
  border-left: 0;
  padding-left: 0;
}

.site-footer-panel a,
.site-footer-panel p {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.65;
}

.site-footer-panel a:hover {
  color: #fff;
}

.site-footer-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: block;
  object-fit: contain;
}

.site-footer-about {
  gap: 14px;
}

.site-footer-follow {
  padding-right: 0;
}

.site-footer-qr-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, max-content));
  gap: 42px;
  justify-content: center;
}

.site-footer-qr-item {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 16px;
}

.site-footer-qr-box {
  width: 132px;
  height: 132px;
  display: block;
  object-fit: cover;
  background: #fff;
}

.site-footer-qr-empty {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer-friend-links {
  display: grid;
  gap: 10px;
}

.site-footer-qr-item p {
  display: block;
  min-height: 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
}

.site-service-float {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 80;
  width: 168px;
  display: grid;
  gap: 10px;
  padding: 16px 14px;
  color: #fff;
  background: rgba(31, 39, 50, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
  transform: translateY(-50%);
}

.site-service-float strong {
  font-size: 16px;
  line-height: 1.2;
}

.site-service-float > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.site-service-float-info {
  display: grid;
  gap: 7px;
}

.site-service-float-info p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.site-service-float-info em {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-style: normal;
}

.site-service-float-info b {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.site-service-float-qr {
  margin: 2px 0 0;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.site-service-float-qr img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: #fff;
  border-radius: 4px;
}

.site-service-float-qr figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.site-footer-links {
  display: none;
}

.site-footer-panel a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.site-footer-panel a,
.site-footer-panel a:visited {
  color: #fff;
}

@media (max-width: 1180px) {
  .site-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }

  .site-footer-panel:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
}

.site-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: 30px;
  align-items: start;
}

.site-form-layout.single {
  grid-template-columns: minmax(280px, 560px);
}

.order-query-form {
  grid-template-columns: 1fr;
}

.order-query-page {
  display: grid;
  gap: 20px;
}

.order-query-panel {
  width: min(100%, 1180px);
  display: grid;
  gap: 22px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-query-head {
  display: grid;
  gap: 8px;
}

.order-query-head h1 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
}

.order-query-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.order-query-body {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(320px, 1fr) minmax(220px, 260px);
  gap: 22px;
  align-items: start;
}

.order-query-panel .site-form {
  min-height: 216px;
  padding: 0;
  border: 0;
  border-radius: 0;
  align-content: start;
}

.order-query-form-spacer {
  min-height: 34px;
}

.order-query-panel .site-btn {
  width: 100%;
  min-width: 0;
}

.order-query-code-field input:disabled {
  color: #94a3b8;
  background: #f8fafc;
  cursor: not-allowed;
}

.order-query-result-panel {
  display: grid;
  gap: 14px;
  min-height: 216px;
  padding: 18px;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-query-result-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.order-query-result-head strong {
  color: var(--ink);
  font-size: 16px;
}

.order-query-result-head span {
  color: var(--muted);
  font-size: 13px;
}

.order-query-contact-card {
  min-height: 216px;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  background: #fff8f3;
  border: 1px solid #f0d8c8;
  border-radius: 8px;
}

.order-query-contact-card strong {
  color: var(--ink);
  font-size: 16px;
}

.order-query-contact-list {
  display: grid;
  gap: 10px;
}

.order-query-contact-list span {
  display: grid;
  gap: 3px;
}

.order-query-contact-list em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.order-query-contact-list b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  word-break: break-word;
}

.order-query-qr {
  margin: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.order-query-qr img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border: 1px solid #f0d8c8;
  border-radius: 6px;
  background: #fff;
}

.order-query-qr figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.site-order-placeholder {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  border: 1px dashed #cfd8e3;
  border-radius: 8px;
  background: #fff;
}

.site-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-form label {
  display: grid;
  gap: 8px;
  color: #4e5b6d;
  font-size: 14px;
}

.site-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  outline: none;
}

.site-form .site-btn,
.site-form-msg,
.site-result,
.site-result-list {
  grid-column: 1 / -1;
}

.site-form-msg {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.site-form-msg[data-tone="ok"] {
  color: #138a5b;
}

.site-form-msg[data-tone="error"] {
  color: var(--brand-dark);
}

.site-result,
.site-result-list {
  display: grid;
  gap: 12px;
}

.site-order-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  color: #4d5868;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-order-card strong {
  color: var(--ink);
  font-size: 17px;
}

.site-order-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.site-order-fields span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.site-order-fields em {
  color: #718096;
  font-size: 12px;
  font-style: normal;
}

.site-order-fields b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  word-break: break-word;
}

.site-order-link {
  width: fit-content;
  color: var(--brand-dark);
  font-weight: 800;
}

.site-hidden {
  display: none !important;
}

.article-detail-page {
  padding: 34px 0 70px;
  background: var(--soft);
}

.article-detail {
  display: grid;
  gap: 22px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-preview-banner {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #8a4b00;
  background: #fff4dc;
  border: 1px solid #f2d39c;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.article-breadcrumb a:hover {
  color: var(--brand-dark);
}

.article-head {
  display: grid;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.article-head > span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  color: var(--brand-dark);
  background: #fff3ef;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.article-head h1 {
  max-width: 900px;
  margin: 0;
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: 0;
}

.article-head p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #7d8898;
  font-size: 13px;
}

.article-cover {
  width: 100%;
  aspect-ratio: 16 / 7;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.article-content {
  max-width: 880px;
  color: #2f3948;
  font-size: 16px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.article-content h2,
.article-content h3 {
  margin: 1.6em 0 0.7em;
  line-height: 1.35;
}

.article-content p {
  margin: 0 0 1em;
}

.article-content blockquote {
  margin: 1.2em 0;
  padding: 12px 16px;
  color: #596575;
  background: #f7f9fc;
  border-left: 4px solid var(--brand);
}

.article-content ul,
.article-content ol {
  padding-left: 1.4em;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.product-list-page,
.product-detail-page {
  background: var(--soft);
}

.product-channel-hero {
  padding: 34px 0 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20, 45, 67, 0.92), rgba(22, 106, 112, 0.72)),
    linear-gradient(135deg, #19465f, #1c8f83);
}

.product-channel-inner {
  display: grid;
  gap: 14px;
}

.product-channel-hero .article-breadcrumb {
  color: rgba(255, 255, 255, 0.78);
}

.product-channel-hero h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.18;
}

.product-channel-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.product-search-panel {
  margin-top: -24px;
  position: relative;
  z-index: 2;
}

.product-filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(130px, 0.8fr)) auto;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(31, 39, 50, 0.10);
}

.product-filter-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #526071;
  font-size: 13px;
}

.product-filter-form input,
.product-filter-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
}

.product-filter-form button {
  align-self: end;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  border: 0;
  border-radius: 4px;
  font-weight: 800;
}

.product-list-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0 64px;
}

.product-side-panel,
.product-list-head,
.product-ticket-card,
.product-booking-card,
.product-detail-section,
.product-sticky-help {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-side-panel {
  height: fit-content;
  display: grid;
  gap: 10px;
  padding: 18px;
  color: #596575;
  line-height: 1.7;
}

.product-side-panel strong {
  color: var(--ink);
  font-size: 18px;
}

.product-side-panel a {
  width: fit-content;
  color: var(--brand-dark);
  font-weight: 800;
}

.product-list-main,
.product-ticket-list {
  display: grid;
  gap: 14px;
}

.product-list-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #6b7686;
}

.product-list-head strong {
  color: var(--brand-dark);
  font-size: 24px;
  margin-right: 5px;
}

.product-list-head p {
  margin: 0;
  font-size: 13px;
}

.product-ticket-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 150px;
  gap: 18px;
  padding: 14px;
}

.product-ticket-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  color: #7b8798;
  background: #eef4f8;
  border-radius: 6px;
}

.product-ticket-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-ticket-media span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.product-ticket-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.product-ticket-meta,
.product-ticket-tags,
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-ticket-meta span,
.product-ticket-tags em,
.product-tags em {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: #4f6378;
  background: #eef5f7;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
}

.product-ticket-body h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.product-ticket-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-ticket-action {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 8px;
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.product-ticket-action small {
  color: #8b95a5;
}

.product-ticket-action strong,
.product-detail-price strong {
  color: var(--brand-dark);
  font-size: 25px;
  line-height: 1.1;
}

.product-ticket-action a,
.product-consult-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  background: var(--brand);
  border-radius: 4px;
  font-weight: 800;
}

.product-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  gap: 10px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #ccd5df;
  border-radius: 8px;
}

.product-empty a {
  color: var(--brand-dark);
  font-weight: 800;
}

.product-detail-shell {
  display: grid;
  gap: 18px;
  padding: 28px 0 68px;
}

.product-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 10px;
}

.product-gallery > img,
.product-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef4f8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-image-placeholder {
  display: grid;
  place-items: center;
  color: #7b8798;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-gallery-thumbs span {
  aspect-ratio: 16 / 10;
  background: #eef4f8;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-booking-card {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 12px;
  padding: 20px;
}

.product-booking-card > span {
  width: fit-content;
  padding: 4px 8px;
  color: var(--brand-dark);
  background: #fff3ef;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.product-booking-card h1 {
  margin: 0;
  font-size: 25px;
  line-height: 1.28;
}

.product-booking-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-detail-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: #fff8f5;
  border-radius: 6px;
}

.product-detail-price small {
  color: #8b95a5;
}

.product-booking-facts {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  color: #526071;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
}

.product-booking-facts span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  line-height: 1.5;
}

.product-booking-facts strong {
  color: #2f3948;
  white-space: nowrap;
}

.product-booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-booking-form label {
  display: grid;
  gap: 6px;
  color: #526071;
  font-size: 13px;
}

.product-booking-form input {
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.product-booking-form .site-btn,
.product-booking-form .product-consult-btn,
.product-booking-form .site-form-msg {
  width: 100%;
  justify-content: center;
}

.product-booking-form .site-form-msg {
  grid-column: 1 / -1;
}

.product-order-summary {
  grid-column: 1 / -1;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  color: #5d6878;
  background: #fff8f5;
  border: 1px solid #ffe0d6;
  border-radius: 5px;
}

.product-order-summary strong {
  color: var(--brand-dark);
  font-size: 20px;
}

.product-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
}

.product-info-main {
  display: grid;
  gap: 14px;
}

.product-detail-section {
  padding: 22px;
}

.product-detail-section h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.product-detail-section ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2em;
  color: #465266;
  line-height: 1.75;
}

.product-sticky-help {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 10px;
  padding: 18px;
  color: #596575;
}

.product-sticky-help strong {
  color: var(--ink);
  font-size: 18px;
}

.product-sticky-help ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.6;
}

.product-sticky-help p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-related {
  display: grid;
  gap: 14px;
}

.product-ticket-list.compact .product-ticket-card {
  grid-template-columns: 170px minmax(0, 1fr) 130px;
}

.product-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 0 0;
}

.product-pagination a,
.product-pagination span {
  min-width: 36px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #536071;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.product-pagination a.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.product-pagination .ellipsis {
  border-color: transparent;
  background: transparent;
}

@media (max-width: 900px) {
  .site-container {
    width: min(100% - 28px, 720px);
  }

  .site-nav-inner,
  .site-block-head,
  .site-info-grid,
  .site-form-layout,
  .order-query-body {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .site-nav-inner {
    min-height: 64px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .site-nav-links {
    display: none;
  }

  .site-nav-search {
    display: none;
  }

  .site-brand {
    min-width: 0;
  }

  .site-mobile-menu {
    display: block;
    margin-left: auto;
    position: relative;
  }

  .site-mobile-menu summary {
    width: 58px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--brand);
    border-radius: 4px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }

  .site-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .site-mobile-menu[open] {
    position: relative;
  }

  .site-mobile-menu nav,
  .site-mobile-menu form,
  .site-mobile-phone {
    grid-column: 1 / -1;
  }

  .site-mobile-menu[open] nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 100%;
    z-index: 25;
    display: grid;
    gap: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(31, 39, 50, 0.16);
  }

  .site-mobile-menu nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px;
  }

  .site-mobile-menu nav a.active,
  .site-mobile-menu nav a:hover {
    color: var(--brand-dark);
    background: #fff3ef;
  }

  .site-mobile-menu form {
    display: none;
  }

  .site-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .site-footer-panel {
    min-height: 0;
    padding: 0 22px;
  }

  .site-footer-panel:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .site-footer h2 {
    font-size: 24px;
  }

  .site-footer-qr-row {
    grid-template-columns: repeat(2, minmax(112px, max-content));
    gap: 36px;
    justify-content: center;
  }

  .site-footer-qr-box {
    width: 126px;
    height: 126px;
  }

  .site-service-float {
    display: none;
  }

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

  .article-detail {
    padding: 24px;
  }

  .article-head h1 {
    font-size: 28px;
  }

  .product-filter-form,
  .product-list-layout,
  .product-detail-top,
  .product-detail-content {
    grid-template-columns: 1fr;
  }

  .product-ticket-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .product-ticket-list.compact .product-ticket-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .product-ticket-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto auto;
    justify-items: start;
    align-items: center;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 12px 0 0;
  }

  .product-booking-card,
  .product-sticky-help {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-nav-top-inner {
    min-height: 32px;
  }

  .site-nav-top-inner > span {
    display: none;
  }

  .site-nav-service {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .site-brand strong {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-search-box {
    grid-template-columns: 1fr;
  }

  .site-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .order-query-panel {
    padding: 20px;
  }

  .order-query-result-panel {
    padding: 14px;
  }

  .order-query-result-head {
    display: grid;
    gap: 4px;
  }

  .site-order-fields {
    grid-template-columns: 1fr;
  }

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

  .site-block {
    padding: 38px 0;
  }

  .article-detail-page {
    padding: 18px 0 44px;
  }

  .article-detail {
    padding: 18px;
  }

  .article-head h1 {
    font-size: 23px;
  }

  .product-channel-hero h1 {
    font-size: 28px;
  }

  .product-ticket-card {
    grid-template-columns: 1fr;
  }

  .product-ticket-list.compact .product-ticket-card {
    grid-template-columns: 1fr;
  }

  .product-ticket-action {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .product-ticket-action a {
    justify-content: center;
  }

  .product-booking-form {
    grid-template-columns: 1fr;
  }

  .site-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer {
    padding: 34px 0 36px;
  }

  .site-footer-panel,
  .site-footer-panel:nth-child(odd),
  .site-footer-panel:first-child {
    padding: 0;
    border-left: 0;
  }

  .site-footer-panel {
    gap: 12px;
  }

  .site-footer-support,
  .site-footer-query {
    display: none;
  }

  .site-footer-about,
  .site-footer-follow {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .site-footer-follow {
    padding-top: 24px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-footer h2 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.25;
  }

  .site-footer-panel a,
  .site-footer-panel p {
    min-height: 24px;
    gap: 9px;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .site-footer-icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .site-footer-qr-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .site-footer-qr-item {
    gap: 10px;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
  }

  .site-footer-qr-box {
    width: min(112px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .site-footer-qr-item p {
    font-size: 13px;
    line-height: 1.35;
  }
}

.tourism-home {
  background: #f7faf7;
}

.tourism-home .site-nav {
  box-shadow: 0 6px 22px rgba(23, 56, 62, 0.06);
}

.portal-hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.portal-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(247, 250, 247, 0), #f7faf7);
  pointer-events: none;
}

.portal-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 46px;
  align-items: end;
  padding: 92px 0 118px;
}

.portal-hero-copy {
  display: grid;
  gap: 18px;
}

.portal-eyebrow {
  width: fit-content;
  padding: 8px 13px;
  color: #f8f1d5;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.portal-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.portal-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.85;
}

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

.portal-ghost-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  font-weight: 800;
}

.portal-hero-panel {
  padding: 24px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.portal-hero-panel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.portal-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.portal-stat-grid div {
  padding: 13px 10px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.portal-stat-grid b,
.portal-stat-grid span {
  display: block;
}

.portal-stat-grid b {
  font-size: 22px;
}

.portal-stat-grid span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.portal-search-band {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.portal-search-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(36, 91, 85, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(20, 51, 61, 0.12);
}

.portal-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.portal-search-form span {
  color: #1e6b72;
  font-weight: 900;
}

.portal-search-form input {
  height: 44px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #dce8e5;
  border-radius: 4px;
  outline: 0;
}

.portal-search-form button {
  height: 44px;
  padding: 0 22px;
  color: #fff;
  background: #e65d3e;
  border: 0;
  border-radius: 4px;
  font-weight: 900;
}

.portal-hot-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.portal-hot-links a {
  padding: 8px 10px;
  color: #45615f;
  background: #f2f7f4;
  border-radius: 4px;
  font-size: 13px;
}

.portal-section {
  padding: 76px 0;
}

.portal-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}

.portal-section-head span {
  color: #d98a3f;
  font-size: 14px;
  font-weight: 900;
}

.portal-section-head h2 {
  margin: 6px 0 0;
  color: #183d42;
  font-size: 34px;
  line-height: 1.2;
}

.portal-section-head p {
  max-width: 650px;
  margin: 10px 0 0;
  color: #60706f;
  line-height: 1.8;
}

.portal-section-head > a {
  flex: 0 0 auto;
  color: #1e6b72;
  font-weight: 900;
}

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

.portal-resource-card,
.portal-topic-card,
.portal-product-card,
.portal-article-grid a {
  background: #fff;
  border: 1px solid rgba(26, 78, 82, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(25, 61, 70, 0.07);
}

.portal-resource-media {
  height: 188px;
  background-size: cover;
  background-position: center;
}

.portal-resource-card > div:last-child,
.portal-topic-card,
.portal-product-card > div,
.portal-article-grid a {
  padding: 18px;
}

.portal-resource-card span,
.portal-product-card span,
.portal-article-grid span {
  color: #d98a3f;
  font-size: 13px;
  font-weight: 900;
}

.portal-resource-card h3,
.portal-topic-card h3,
.portal-product-card h3,
.portal-article-grid h3 {
  margin: 8px 0;
  color: #183d42;
  font-size: 20px;
  line-height: 1.35;
}

.portal-resource-card p,
.portal-topic-card p,
.portal-product-card p,
.portal-article-grid p {
  margin: 0;
  color: #657371;
  line-height: 1.72;
  font-size: 14px;
}

.portal-destination-band,
.portal-product-band {
  background: #fff;
}

.portal-destination-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
}

.portal-map-panel {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.portal-map-panel span {
  color: #f7db98;
  font-weight: 900;
}

.portal-map-panel h2 {
  margin: 10px 0;
  font-size: 32px;
  line-height: 1.25;
}

.portal-map-panel p {
  margin: 0;
  line-height: 1.8;
}

.portal-destination-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.portal-destination-list a {
  min-height: 106px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
  background: #f7faf7;
  border: 1px solid #e1ebe8;
  border-radius: 8px;
}

.portal-destination-list strong {
  color: #183d42;
  font-size: 20px;
}

.portal-destination-list span,
.portal-destination-list em {
  color: #60706f;
  font-style: normal;
}

.portal-topic-grid,
.portal-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.portal-topic-card > div {
  height: 150px;
  margin: -18px -18px 16px;
  background-size: cover;
  background-position: center;
}

.portal-product-card {
  display: grid;
}

.portal-product-card img,
.portal-product-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(135deg, #1e6b72, #d98a3f);
}

.portal-product-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.portal-product-card strong {
  display: block;
  margin-top: 12px;
  color: #e65d3e;
  font-size: 18px;
}

.portal-article-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
}

.portal-article-grid a.featured {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  background: linear-gradient(135deg, #183d42, #2f7b75);
}

.portal-article-grid a.featured span,
.portal-article-grid a.featured h3,
.portal-article-grid a.featured p {
  color: #fff;
}

.portal-empty {
  padding: 22px;
  color: #657371;
  background: #fff;
  border: 1px dashed #cddbd7;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .portal-hero-inner,
  .portal-search-inner,
  .portal-destination-layout {
    grid-template-columns: 1fr;
  }

  .portal-resource-grid,
  .portal-topic-grid,
  .portal-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-hot-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .portal-hero {
    min-height: auto;
  }

  .portal-hero-inner {
    padding: 66px 0 90px;
  }

  .portal-hero h1 {
    font-size: 34px;
  }

  .portal-hero p {
    font-size: 16px;
  }

  .portal-hero-panel,
  .portal-search-band {
    display: none;
  }

  .portal-section {
    padding: 46px 0;
  }

  .portal-section-head {
    display: block;
  }

  .portal-section-head h2 {
    font-size: 27px;
  }

  .portal-search-form,
  .portal-resource-grid,
  .portal-destination-list,
  .portal-topic-grid,
  .portal-product-grid,
  .portal-article-grid {
    grid-template-columns: 1fr;
  }
}

.topic-page-main {
  background: #f7f7f5;
  padding: 0;
}

.topic-page-wrap {
  margin: 0 auto;
  width: min(1200px, calc(100vw - 40px));
}

.topic-poster-stack {
  background: #fff;
}

.topic-poster-stack a,
.topic-poster-stack span {
  display: block;
}

.topic-image-slice {
  position: relative;
}

.topic-poster-stack img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

.topic-layer,
.topic-hotspot-link {
  background: transparent;
  display: block;
  position: absolute;
  z-index: 2;
}

.topic-layer-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.topic-layer-video {
  background: #000;
  height: auto;
  object-fit: cover;
}

@media (max-width: 640px) {
  .topic-page-main {
    padding: 0;
  }

  .topic-page-wrap {
    width: 100%;
  }

  .topic-poster-stack {
    box-shadow: none;
  }
}
