/*
Theme Name: Shanghai Modern Guide
Version: 1.2.0
Text Domain: shanghai-modern
*/

:root {
  --sh-orange: #ff5a1f;
  --sh-orange-dark: #e94a13;
  --sh-ink: #111318;
  --sh-text: #414650;
  --sh-muted: #7a808a;
  --sh-soft: #f6f7f8;
  --sh-warm: #fff6f1;
  --sh-line: #e8eaee;
  --sh-line-warm: #ffd6c5;
  --sh-green: #24a05a;
  --sh-red: #e5362c;
  --sh-blue: #2775d1;
  --sh-radius: 8px;
  --sh-shadow: 0 10px 24px rgba(20, 24, 32, .06);
  --sh-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sh-ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

body .site { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }

.site-header,
.site-footer,
.site-content .inside-article,
.entry-header,
.generate-sidebar,
.sidebar,
.widget-area.sidebar {
  display: none !important;
}

.site-content,
.site-content > .grid-container,
.site.grid-container,
.container.grid-container,
#primary {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sh-main {
  min-height: 100vh;
  background: #fff;
}

.sh-main a,
.sh-main a:hover,
.sh-main a:focus {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

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

.sh-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--sh-line);
  backdrop-filter: blur(12px);
}

.sh-nav {
  min-height: 62px;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.sh-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sh-ink);
  text-decoration: none;
  text-transform: uppercase;
}

.sh-mark {
  width: 31px;
  height: 25px;
  color: var(--sh-orange);
}

.sh-brand-main {
  display: block;
  font-size: 13px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: .02em;
}

.sh-brand-sub {
  display: block;
  margin-top: 3px;
  color: var(--sh-orange);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .28em;
}

.sh-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}

.sh-menu a,
.sh-icon-link {
  color: #343842;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}

.sh-menu a {
  position: relative;
  padding: 23px 0 22px;
  white-space: nowrap;
}

.sh-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  scale: 0 1;
  background: var(--sh-orange);
  transform-origin: center;
  transition: scale .16s ease;
}

.sh-menu a:hover,
.sh-menu a[aria-current="page"],
.sh-icon-link:hover {
  color: var(--sh-orange);
}

.sh-menu a:hover::after,
.sh-menu a[aria-current="page"]::after { scale: 1 1; }

.sh-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sh-icon-link {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.sh-lang-wrap { position: relative; }

.sh-lang-btn {
  height: 32px;
  min-width: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  color: var(--sh-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.sh-lang-btn:hover,
.sh-lang-btn:focus-visible {
  border-color: var(--sh-line);
}

.sh-lang-arrow {
  color: var(--sh-muted);
  font-size: 11px;
}

.sh-lang-wrap.is-open .sh-lang-arrow { transform: rotate(180deg); }

.sh-lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  display: none;
  min-width: 184px;
  padding: 6px;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius);
  background: #fff;
  box-shadow: var(--sh-shadow);
}

.sh-lang-wrap.is-open .sh-lang-dropdown { display: block; }

.sh-lang-item {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--sh-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}

.sh-lang-item:hover,
.sh-lang-item.is-active {
  background: var(--sh-warm);
  color: var(--sh-orange);
}

.sh-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #f0f1f3;
  background: #fff;
}

.sh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 35%, rgba(255,255,255,.48) 64%, rgba(255,255,255,.03) 100%),
    var(--hero-image, url("https://images.unsplash.com/photo-1548919973-5cef591cdbc9?auto=format&fit=crop&w=1800&q=82")) center right / cover no-repeat;
}

.sh-hero .sh-wrap {
  position: relative;
  z-index: 1;
  padding: 60px 0 54px;
}

.sh-title,
.sh-page-title {
  margin: 0;
  color: var(--sh-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.sh-title {
  max-width: 560px;
  font-size: clamp(52px, 5.8vw, 74px);
  line-height: .92;
}

.sh-subtitle {
  max-width: 580px;
  margin: 12px 0 0;
  color: var(--sh-muted);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.55;
}

.sh-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.sh-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid var(--sh-orange);
  border-radius: 5px;
  background: var(--sh-orange);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: none;
}

.sh-btn:hover {
  border-color: var(--sh-orange-dark);
  background: var(--sh-orange-dark);
  color: #fff;
}

.sh-btn.is-ghost {
  background: rgba(255,255,255,.82);
  color: var(--sh-orange);
}

.sh-btn.is-ghost:hover {
  background: var(--sh-warm);
  color: var(--sh-orange-dark);
}

.sh-section { padding: 32px 0; }

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

.sh-section-title {
  margin: 0;
  color: var(--sh-ink);
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.1;
  font-weight: 900;
}

.sh-underline {
  width: 44px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--sh-orange);
}

.sh-link {
  color: var(--sh-orange);
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.sh-link:hover { color: var(--sh-orange-dark); }

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

.sh-card,
.sh-panel {
  overflow: hidden;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 24, 32, .02);
}

.sh-card {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.sh-card-link-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}

.sh-home-card-link {
  color: inherit;
  text-decoration: none;
}

.sh-home-card-link:hover {
  color: inherit;
}

.sh-card-link-wrap:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sh-orange) 55%, transparent);
  outline-offset: 4px;
}

.sh-card:hover {
  transform: translateY(-2px);
  border-color: var(--sh-line-warm);
  box-shadow: var(--sh-shadow);
}

.sh-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.sh-card-body { padding: 14px 15px 16px; }

.sh-card-title {
  margin: 0 0 6px;
  color: var(--sh-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}

.sh-card-text {
  margin: 0;
  color: var(--sh-muted);
  font-size: 13px;
}

.sh-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--sh-orange);
  font-size: 12px;
  font-weight: 800;
}

.sh-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: var(--sh-orange);
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.sh-category-card {
  min-height: 92px;
  display: grid;
  grid-template-columns: 50px 1fr 16px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: var(--sh-ink);
  text-decoration: none;
}

.sh-category-card h3 {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
}

.sh-category-card p {
  margin: 0;
  color: var(--sh-muted);
  font-size: 12px;
}

.sh-arrow {
  color: var(--sh-orange);
  font-size: 18px;
  line-height: 1;
}

.sh-soft-band {
  padding: 22px;
  border: 1px solid #f0dfd6;
  border-radius: var(--sh-radius);
  background: linear-gradient(180deg, #fff8f4, #fff);
}

.sh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.sh-tab {
  min-width: 84px;
  padding: 7px 15px;
  border: 1px solid var(--sh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--sh-text);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.sh-tab.is-active {
  border-color: var(--sh-orange);
  background: var(--sh-orange);
  color: #fff;
}

.sh-blog-home-cats {
  margin: 28px 0 24px;
}

.sh-blog-home-cats .sh-section-head {
  align-items: end;
}

.sh-blog-home-cats .sh-section-head .sh-card-text {
  max-width: 540px;
  text-align: right;
}

.sh-home-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.sh-home-cat-card {
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: var(--sh-radius);
  background: #fff;
  box-shadow: var(--sh-shadow-soft);
  color: var(--sh-ink);
  text-align: left;
}

.sh-home-cat-card:hover,
.sh-home-cat-card.is-active {
  border-color: var(--sh-orange);
  background: linear-gradient(180deg, #fff, #fff7f2);
  color: var(--sh-ink);
  box-shadow: var(--sh-shadow);
}

.sh-home-cat-card strong {
  display: block;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.1;
}

.sh-home-cat-card span {
  color: var(--sh-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.sh-home-cat-card .sh-home-cat-label {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 88, 24, .12);
  color: var(--sh-orange);
  font-size: 12px;
  font-weight: 900;
}

.sh-related-nav {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(17, 19, 24, .08);
}

.sh-related-nav .sh-section-head {
  margin-bottom: 18px;
}

.sh-related-nav .sh-section-title {
  font-size: clamp(28px, 3vw, 42px);
}

.sh-related-nav .sh-card-text {
  max-width: 620px;
}

.sh-related-nav .sh-home-cat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.sh-related-nav .sh-home-cat-card {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 19, 24, .08);
  border-radius: 14px;
  box-shadow: none;
}

.sh-related-nav .sh-home-cat-card strong {
  font-size: 18px;
  line-height: 1.2;
}

.sh-related-nav .sh-home-cat-card span {
  color: var(--sh-orange);
  font-size: 20px;
  line-height: 1;
}

.sh-blog-taxonomy-guide {
  margin-top: 48px;
  padding: 30px;
  border: 1px solid var(--sh-line-warm);
  border-radius: var(--sh-radius);
  background: linear-gradient(180deg, #fff, #fff8f4);
}

.sh-taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.sh-taxonomy-card {
  padding: 18px;
}

.sh-taxonomy-card h3 {
  margin: 0 0 8px;
  color: var(--sh-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.sh-taxonomy-card p {
  margin: 0;
  color: var(--sh-muted);
  font-size: 13px;
  line-height: 1.55;
}

.sh-page-hero {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.sh-page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--sh-max));
  height: 170px;
  transform: translateX(-50%);
  border-radius: var(--sh-radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.48) 68%, rgba(255,255,255,.2) 100%),
    var(--hero-image, url("https://images.unsplash.com/photo-1548919973-5cef591cdbc9?auto=format&fit=crop&w=1400&q=82")) center / cover no-repeat;
}

.sh-page-hero .sh-wrap {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--sh-max));
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
}

.sh-page-title {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}

.sh-breadcrumb {
  margin: 0 0 12px;
  color: var(--sh-muted);
  font-size: 12px;
}

.sh-breadcrumb a {
  color: var(--sh-muted);
  text-decoration: none;
}

.sh-feature-row {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) 1.65fr;
  gap: 0;
  align-items: stretch;
}

.sh-list { display: grid; gap: 18px; }

.sh-hotel-layout {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 32px;
}

.sh-filter {
  padding: 12px 18px 12px 0;
  border-right: 1px solid var(--sh-line);
}

.sh-filter h3,
.sh-filter strong {
  color: var(--sh-orange);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sh-filter h3 {
  margin: 0 0 18px;
  font-size: 13px;
}

.sh-filter p,
.sh-check {
  color: var(--sh-muted);
  font-size: 12px;
}

.sh-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 11px 0;
}

.sh-box {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid #cfd3da;
  border-radius: 3px;
  background: #fff;
}

.sh-check.is-on .sh-box {
  position: relative;
  border-color: var(--sh-orange);
  background: var(--sh-orange);
}

.sh-check.is-on .sh-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sh-searchbar {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 118px;
  gap: 10px;
  margin: 0 0 18px;
}

.sh-input {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--sh-line);
  border-radius: 5px;
  background: #fff;
  color: var(--sh-muted);
  font-size: 12px;
}

.sh-hotel-card {
  display: grid;
  grid-template-columns: minmax(240px, 38%) 1fr 132px;
  align-items: stretch;
}

.sh-hotel-card > img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
}

.sh-hotel-card .sh-card-title {
  font-size: clamp(22px, 2vw, 30px);
}

.sh-price {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 5px;
  padding: 18px;
  color: var(--sh-orange);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.sh-price span:first-child {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sh-orange);
  color: #fff;
  font-size: 14px;
}

.sh-price small {
  color: var(--sh-muted);
  font-size: 11px;
  font-weight: 700;
}

.sh-transport-grid {
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  gap: 18px;
}

.sh-list-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--sh-line);
  font-size: 13px;
}

.sh-list-row:last-child { border-bottom: 0; }

.sh-list-row .sh-icon {
  width: 36px;
  height: 36px;
  font-size: 17px;
}

.sh-highlight-row {
  margin: 0 -1px;
  background: var(--sh-orange);
  color: #fff;
}

.sh-food-hero {
  min-height: 188px;
  display: grid;
  align-content: center;
  padding: 30px;
  border-radius: var(--sh-radius);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.48) 48%, rgba(0,0,0,.08)),
    url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.sh-food-hero h2 {
  max-width: 610px;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1;
}

.sh-food-hero p {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 14px;
}

.sh-food-hero .sh-btn {
  width: max-content;
  min-width: 132px;
}

.sh-practical-hero { margin-top: 8px; }

.sh-practical-card {
  position: relative;
  min-height: 218px;
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 22px;
  align-items: center;
  padding: 0;
  border-left: 6px solid var(--sh-orange);
}

.sh-practical-card .sh-card-img {
  height: 100%;
  min-height: 218px;
  aspect-ratio: auto;
  object-fit: cover;
}

.sh-practical-card .sh-section-title {
  font-size: clamp(28px, 3.4vw, 42px);
}

.sh-practical-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.sh-mini-card {
  min-height: 112px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius);
  background: #fff;
  text-align: center;
  color: var(--sh-text);
  font-size: 12px;
}

.sh-mini-card .sh-icon {
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 50%;
}

.sh-important {
  margin-top: 18px;
  border-left: 5px solid var(--sh-orange);
}

.sh-important .sh-grid p {
  margin: 0;
  color: var(--sh-text);
  font-size: 12px;
}

.sh-post-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px);
}

.sh-post-content {
  color: var(--sh-text);
  font-size: 20px;
  line-height: 1.85;
}

.sh-post-content h2 {
  margin: 44px 0 16px;
  color: var(--sh-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 920;
}

.sh-post-content h2:first-child { margin-top: 0; }

.sh-post-content p { margin: 0 0 20px; }

.sh-post-content img {
  width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: var(--sh-radius);
  box-shadow: var(--sh-shadow-soft);
}

.sh-affiliate-box {
  margin: 34px 0 8px;
  padding: 24px;
  border: 1px solid rgba(255, 81, 28, .2);
  border-radius: 8px;
  background: #fff7f2;
}

.sh-affiliate-box h2 {
  margin: 0 0 10px;
  color: var(--sh-ink);
  font-size: 24px;
  line-height: 1.2;
}

.sh-affiliate-box p {
  margin: 0 0 16px;
}

.sh-affiliate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 12px;
}

.sh-affiliate-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--sh-orange);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.sh-affiliate-btn:hover {
  background: var(--sh-orange-dark);
}

.sh-affiliate-note {
  color: var(--sh-muted);
  font-size: 13px;
}

.sh-single .sh-footer { margin-top: 0; }

.sh-footer {
  margin-top: 32px;
  border-top: 1px solid var(--sh-line);
  background: #fff;
  color: var(--sh-text);
}

.sh-footer-news {
  padding: 76px 0 64px;
  background: #f6f6f6;
}

.sh-footer-news .sh-wrap {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: center;
}

.sh-line-art {
  min-height: 172px;
  opacity: .5;
  background:
    linear-gradient(0deg, transparent 88%, #c9cdd3 0 90%, transparent 0),
    linear-gradient(90deg, transparent 10%, #c9cdd3 0 11%, transparent 0 23%, #c9cdd3 0 24%, transparent 0 38%, #c9cdd3 0 39%, transparent 0 53%, #c9cdd3 0 54%, transparent 0 66%, #c9cdd3 0 67%, transparent 0),
    radial-gradient(circle at 16% 60%, rgba(255, 90, 31, .8) 0 25px, transparent 26px);
}

.sh-news-title {
  margin: 0 0 22px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 900;
}

.sh-news-form {
  display: grid;
  grid-template-columns: 1fr 165px;
  gap: 12px;
}

.sh-news-input {
  min-height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #d9dde3;
  border-radius: 4px;
  background: #fff;
  color: #8a8f98;
  font-size: 16px;
}

.sh-news-note {
  margin: 16px 0 0;
  color: var(--sh-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sh-news-note::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--sh-orange);
  vertical-align: middle;
}

.sh-footer-main {
  padding: 64px 0 52px;
}

.sh-footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.45fr) repeat(3, minmax(150px, 1fr));
  gap: 58px;
  align-items: start;
}

.sh-footer h3,
.sh-footer h4 {
  margin: 0 0 18px;
  color: var(--sh-ink);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sh-footer h3 {
  max-width: 360px;
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.16;
}

.sh-footer h4 {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.25;
}

.sh-footer h4::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  background: var(--sh-orange);
}

.sh-footer a,
.sh-footer p {
  color: var(--sh-muted);
  text-decoration: none;
  font-size: 17px;
  line-height: 1.78;
}

.sh-footer a {
  display: block;
  margin: 10px 0;
}

.sh-footer a:hover { color: var(--sh-orange); }

.sh-footer-bottom {
  padding: 22px 0;
  border-top: 1px solid var(--sh-line);
  background: #f7f7f7;
}

.sh-footer-bottom .sh-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--sh-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sh-cookie-notice {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(calc(100% - 48px), 960px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 19, 24, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 50px rgba(17, 19, 24, .16);
}

.sh-cookie-notice[hidden] {
  display: none;
}

.sh-cookie-notice p {
  margin: 0;
  color: var(--sh-text);
  font-size: 15px;
  line-height: 1.6;
}

.sh-cookie-notice a {
  color: var(--sh-orange);
  text-decoration: none;
  font-weight: 800;
}

.sh-cookie-accept {
  min-width: 112px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--sh-orange);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .sh-menu { gap: 16px; }
  .sh-hero { min-height: 470px; }
  .sh-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sh-hotel-layout,
  .sh-feature-row,
  .sh-transport-grid,
  .sh-practical-card,
  .sh-footer-news .sh-wrap,
  .sh-footer-grid { grid-template-columns: 1fr; }
  .sh-filter { display: none; }
  .sh-searchbar { grid-template-columns: 1fr 1fr; }
  .sh-hotel-card { grid-template-columns: 1fr; }
  .sh-price { justify-items: start; }
  .sh-practical-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sh-wrap,
  .sh-nav { width: min(calc(100% - 28px), var(--sh-max)); }
  .sh-nav {
    min-height: 58px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }
  .sh-menu { display: none; }
  .sh-mark { width: 28px; height: 22px; }
  .sh-brand-main { font-size: 12px; }
  .sh-brand-sub { font-size: 6px; }
  .sh-actions { display: none; }
  .sh-hero { min-height: 410px; }
  .sh-hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.78)),
      var(--hero-image) center / cover no-repeat;
  }
  .sh-hero .sh-wrap { padding: 50px 0; }
  .sh-title { font-size: clamp(48px, 16vw, 68px); }
  .sh-subtitle { font-size: 15px; }
  .sh-buttons { gap: 10px; }
  .sh-btn { width: 100%; min-height: 40px; padding: 0 16px; }
  .sh-section { padding: 26px 0; }
  .sh-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .sh-grid,
  .sh-searchbar,
  .sh-practical-items,
  .sh-news-form { grid-template-columns: 1fr; }
  .sh-category-card {
    min-height: auto;
    grid-template-columns: 48px 1fr 18px;
    padding: 14px;
  }
  .sh-category-card h3 { font-size: 17px; }
  .sh-page-hero {
    min-height: 170px;
    padding: 0;
  }
  .sh-page-hero::before {
    width: min(calc(100% - 28px), var(--sh-max));
  }
  .sh-page-hero .sh-wrap {
    width: min(calc(100% - 28px), var(--sh-max));
    padding-left: 25px;
  }
  .sh-page-title { font-size: 34px; }
  .sh-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .sh-tab { min-width: 118px; }
  .sh-blog-home-cats .sh-section-head .sh-card-text {
    text-align: left;
  }
  .sh-home-cat-grid,
  .sh-taxonomy-grid {
    grid-template-columns: 1fr;
  }
  .sh-home-cat-card {
    min-width: 0;
  }
  .sh-blog-taxonomy-guide {
    padding: 18px;
  }
  .sh-soft-band { padding: 16px; }
  .sh-food-hero { padding: 22px; }
  .sh-food-hero h2 { font-size: 30px; }
  .sh-practical-card { border-left-width: 5px; }
  .sh-practical-card .sh-card-img { min-height: 180px; }
  .sh-footer-news { padding: 44px 0; }
  .sh-footer-news .sh-wrap,
  .sh-footer-grid {
    gap: 30px;
  }
  .sh-line-art { min-height: 130px; }
  .sh-footer h3 {
    max-width: none;
  }
  .sh-footer-main { padding: 44px 0; }
  .sh-footer-bottom .sh-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .sh-cookie-notice {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }
  .sh-cookie-accept {
    width: 100%;
  }
}

/* End-of-file sh2 visual polish. */
.sh2-home .sh2-section:last-child {
  padding-bottom: 72px;
}

.sh2-home a:focus-visible,
.sh2-home button:focus-visible,
.sh2-home input:focus-visible {
  outline: 3px solid rgba(255, 79, 24, .34);
  outline-offset: 3px;
}

.sh2-btn:hover,
.sh2-guide-card:hover .sh2-arrow {
  filter: saturate(1.08);
}

.sh2-small-food .sh2-badge:last-child {
  margin-right: 18px;
}

@media (max-width: 760px) {
  .sh2-home .sh2-section:last-child {
    padding-bottom: 46px;
  }
}

/* Full sh2 visual system appended for the new homepage sections. */
:root {
  --sh-fire: #ff4f18;
  --sh-fire-2: #ff6a1d;
  --sh-charcoal: #171b22;
  --sh-slate: #606873;
  --sh-cloud: #f7f8fa;
  --sh-hairline: #e4e7eb;
  --sh-warm-tint: #fff5ef;
  --sh-green-safe: #1f9148;
  --sh2-radius-lg: 24px;
  --sh2-radius-md: 18px;
  --sh2-radius-sm: 12px;
  --sh2-shadow-card: 0 18px 40px rgba(19, 25, 36, .10);
  --sh2-shadow-soft: 0 8px 24px rgba(19, 25, 36, .07);
  --sh2-border: 1px solid var(--sh-hairline);
}

.sh2-home {
  background:
    linear-gradient(180deg, rgba(255,255,255,0), #fff 28%),
    radial-gradient(circle at 95% 3%, rgba(255, 79, 24, .08), transparent 260px);
}

.sh2-section { padding: 42px 0; }

.sh2-section.is-warm {
  background: linear-gradient(180deg, #fff, var(--sh-warm-tint));
}

.sh2-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 auto 28px;
  text-align: center;
}

.sh2-heading.is-left {
  justify-items: start;
  text-align: left;
}

.sh2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--sh-fire);
  font-size: 18px;
  font-weight: 800;
}

.sh2-kicker::before,
.sh2-kicker::after {
  content: "";
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sh-fire));
}

.sh2-kicker::after {
  background: linear-gradient(90deg, var(--sh-fire), transparent);
}

.sh2-heading.is-left .sh2-kicker::before,
.sh2-heading.is-left .sh2-kicker::after { display: none; }

.sh2-title {
  margin: 0;
  color: var(--sh-charcoal);
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
}

.sh2-title.is-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.sh2-subtitle {
  max-width: 780px;
  margin: 0;
  color: var(--sh-slate);
  font-size: clamp(16px, 1.4vw, 24px);
}

.sh2-rule {
  width: 68px;
  height: 3px;
  border-radius: 999px;
  background: var(--sh-fire);
}

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

.sh2-guide-card,
.sh2-tip-card,
.sh2-experience-card,
.sh2-small-food,
.sh2-panel {
  border: var(--sh2-border);
  border-radius: var(--sh2-radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: var(--sh2-shadow-soft);
}

.sh2-guide-card {
  min-height: 176px;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 30px 28px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sh2-guide-card:hover {
  border-color: rgba(255, 79, 24, .34);
  box-shadow: var(--sh2-shadow-card);
  transform: translateY(-3px);
}

.sh2-icon {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--sh-fire), var(--sh-fire-2));
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.sh2-guide-card h3,
.sh2-small-food h3,
.sh2-panel h3 {
  margin: 0;
  color: var(--sh-charcoal);
  font-size: clamp(21px, 1.8vw, 32px);
  line-height: 1.12;
  font-weight: 900;
}

.sh2-guide-card p,
.sh2-small-food p,
.sh2-panel p {
  margin: 8px 0 0;
  color: var(--sh-slate);
  font-size: 16px;
}

.sh2-arrow {
  color: var(--sh-fire);
  font-size: 34px;
  line-height: 1;
}

.sh2-tips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--sh2-radius-lg);
  background: linear-gradient(135deg, rgba(255, 79, 24, .08), rgba(255,255,255,.88));
}

.sh2-tip-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 14px;
  padding: 16px;
}

.sh2-tip-card span:last-child {
  min-width: 0;
}

.sh2-tip-card h3 {
  margin: 0;
  color: var(--sh-charcoal);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
}

.sh2-tip-card p {
  margin: 6px 0 0;
  color: var(--sh-slate);
  font-size: 13px;
  line-height: 1.45;
}

.sh2-tip-card .sh2-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 79, 24, .12);
  color: var(--sh-fire);
  font-size: 24px;
}

.sh2-cuisine {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.sh2-food-hero {
  min-height: 420px;
  display: grid;
  align-content: end;
  padding: clamp(24px, 4vw, 54px);
  border-radius: var(--sh2-radius-lg);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18)),
    var(--food-image) center / cover no-repeat;
  box-shadow: var(--sh2-shadow-card);
}

.sh2-food-hero h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
}

.sh2-food-hero p {
  max-width: 420px;
  margin: 14px 0 26px;
  color: rgba(255,255,255,.9);
  font-size: 20px;
}

.sh2-food-list {
  display: grid;
  gap: 14px;
}

.sh2-small-food {
  min-height: 132px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
}

.sh2-small-food img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.sh2-small-food div { padding: 14px 0; }

.sh2-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  margin-right: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sh-fire), var(--sh-fire-2));
  color: #fff;
  font-weight: 900;
}

.sh2-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 34px;
  border: 1px solid var(--sh-fire);
  border-radius: var(--sh2-radius-sm);
  background: linear-gradient(135deg, var(--sh-fire), var(--sh-fire-2));
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(255, 79, 24, .24);
}

.sh2-btn.is-outline {
  background: #fff;
  color: var(--sh-fire);
  box-shadow: none;
}

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

.sh2-experience-card { overflow: hidden; }

.sh2-experience-card img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.sh2-experience-body { padding: 14px 15px 16px; }

.sh2-experience-card h3 {
  margin: 0 0 6px;
  color: var(--sh-charcoal);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}

.sh2-experience-card p {
  margin: 0;
  color: var(--sh-slate);
  font-size: 13px;
  line-height: 1.45;
}

.sh2-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.sh2-meta-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--sh-cloud);
  color: var(--sh-charcoal);
  font-weight: 750;
}

.sh2-meta-row span:first-child,
.sh2-meta-row span:nth-child(2) {
  color: var(--sh-fire);
}

.sh2-panorama {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding: 28px 36px;
  border-radius: var(--sh2-radius-md);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18,23,32,.88), rgba(18,23,32,.22)),
    var(--panorama-image) center / cover no-repeat;
  box-shadow: var(--sh2-shadow-card);
}

.sh2-panorama > div,
.sh2-panorama h3,
.sh2-panorama p {
  background: transparent;
}

.sh2-panorama h3 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .36);
}

.sh2-panorama p {
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .32);
}

.sh2-practical-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}

.sh2-panel { padding: 28px; }

.sh2-panel.is-safe {
  border-color: rgba(31, 145, 72, .28);
  background: linear-gradient(135deg, rgba(31,145,72,.08), #fff);
}

.sh2-panel.is-alert {
  border-color: rgba(255, 79, 24, .32);
  background: linear-gradient(135deg, rgba(255,79,24,.08), #fff);
}

.sh2-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sh2-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--sh-slate);
  font-size: 16px;
}

.sh2-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--sh-fire);
}

.sh2-newsletter {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 52px;
  align-items: center;
  padding: 64px 0;
}

.sh2-line-city {
  min-height: 220px;
  opacity: .65;
  background:
    linear-gradient(0deg, transparent 88%, #c9cdd3 0 90%, transparent 0),
    linear-gradient(90deg, transparent 9%, #c9cdd3 0 10%, transparent 0 21%, #c9cdd3 0 22%, transparent 0 34%, #c9cdd3 0 35%, transparent 0 48%, #c9cdd3 0 49%, transparent 0 61%, #c9cdd3 0 62%, transparent 0),
    radial-gradient(circle at 16% 58%, rgba(255, 79, 24, .70) 0 31px, transparent 32px);
}

.sh2-news-form {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 18px;
}

.sh2-input {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 26px;
  border: var(--sh2-border);
  border-radius: var(--sh2-radius-sm);
  background: #fff;
  color: var(--sh-slate);
  font-size: 22px;
}

@media (max-width: 1180px) {
  .sh2-guide-grid,
  .sh2-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sh2-cuisine,
  .sh2-practical-grid,
  .sh2-newsletter { grid-template-columns: 1fr; }
  .sh2-tips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sh2-section { padding: 28px 0; }
  .sh2-kicker::before,
  .sh2-kicker::after { width: 44px; }
  .sh2-guide-grid,
  .sh2-experience-grid,
  .sh2-tips,
  .sh2-news-form,
  .sh2-panorama { grid-template-columns: 1fr; }
  .sh2-guide-card,
  .sh2-small-food { grid-template-columns: 1fr; }
  .sh2-tip-card { grid-template-columns: 54px 1fr; }
  .sh2-tip-card .sh2-icon { width: 54px; height: 54px; }
  .sh2-small-food img { min-height: 190px; }
  .sh2-food-hero { min-height: 340px; }
  .sh2-panorama { padding: 24px; }
  .sh2-newsletter {
    gap: 18px;
    padding: 40px 0;
  }
}

/* Mockup visual system append-only layer. Source: 12 PNG files in F:\项目\sh-tour. */
:root {
  --sh3-primary: #ff5818;
  --sh3-primary-deep: #f85010;
  --sh3-primary-soft: #ffe8e0;
  --sh3-ink: #171a22;
  --sh3-ink-soft: #283048;
  --sh3-muted: #6e737c;
  --sh3-line: #e7e9ed;
  --sh3-bg: #ffffff;
  --sh3-bg-soft: #f8f8f8;
  --sh3-bg-warm: #fff8f0;
  --sh3-blue: #5068a0;
  --sh3-sky: #d0e0f0;
  --sh3-green: #138a42;
  --sh3-red: #e71414;
  --sh3-radius-sm: 10px;
  --sh3-radius: 18px;
  --sh3-radius-lg: 24px;
  --sh3-shadow: 0 18px 42px rgba(25, 31, 42, .10);
  --sh3-shadow-soft: 0 10px 28px rgba(25, 31, 42, .07);
}

.sh-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--sh3-line);
  box-shadow: 0 8px 26px rgba(23, 26, 34, .05);
}

.sh-brand-main,
.sh-title,
.sh-page-title,
.sh-section-title,
.sh-card-title,
.sh2-title,
.sh3-title {
  color: var(--sh3-ink);
  letter-spacing: 0;
}

.sh-menu a:hover,
.sh-menu a[aria-current="page"],
.sh-link,
.sh-card-meta,
.sh-arrow,
.sh2-kicker,
.sh3-kicker {
  color: var(--sh3-primary);
}

.sh-btn,
.sh-tab.is-active,
.sh-icon,
.sh2-btn,
.sh3-btn,
.sh3-icon {
  background: linear-gradient(180deg, var(--sh3-primary), var(--sh3-primary-deep));
  color: #fff;
  border-color: var(--sh3-primary);
  box-shadow: 0 14px 28px rgba(255, 88, 24, .18);
}

.sh-card,
.sh-panel,
.sh2-guide-card,
.sh2-tip-card,
.sh2-experience-card,
.sh2-panel,
.sh3-card {
  border: 1px solid var(--sh3-line);
  border-radius: var(--sh3-radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--sh3-shadow-soft);
}

.sh-hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 31%, rgba(255,255,255,.46) 58%, rgba(255,255,255,.04) 100%),
    var(--hero-image) center right / cover no-repeat;
}

.sh3-section {
  padding: 52px 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 88, 24, .08), transparent 260px),
    linear-gradient(180deg, var(--sh3-bg), var(--sh3-bg-soft));
}

.sh3-section.is-warm {
  background: linear-gradient(180deg, var(--sh3-bg-warm), #fff);
}

.sh3-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.sh3-head.is-left {
  margin-left: 0;
  text-align: left;
}

.sh3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sh3-kicker::before,
.sh3-kicker::after {
  content: "";
  width: 58px;
  height: 3px;
  border-radius: 99px;
  background: var(--sh3-primary);
}

.sh3-head.is-left .sh3-kicker::before {
  display: none;
}

.sh3-title {
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.05;
  font-weight: 950;
}

.sh3-text {
  margin: 14px 0 0;
  color: var(--sh3-muted);
  font-size: clamp(17px, 1.4vw, 22px);
}

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

.sh3-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sh3-card {
  padding: 28px;
  overflow: hidden;
}

.sh3-card.is-media {
  padding: 0;
}

.sh3-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.sh3-card-body {
  padding: 24px 26px 28px;
}

.sh3-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 930;
  color: var(--sh3-ink);
}

.sh3-card p {
  margin: 0;
  color: var(--sh3-muted);
  font-size: 17px;
}

.sh3-post-card {
  text-decoration: none;
}

.sh3-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 88, 24, .12);
  color: var(--sh3-primary);
  font-size: 12px;
  font-weight: 900;
}

.sh3-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 28px;
  font-weight: 950;
  margin-bottom: 22px;
}

.sh3-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  border: 1px solid var(--sh3-primary);
  border-radius: var(--sh3-radius-sm);
  text-decoration: none;
  font-size: 18px;
  font-weight: 850;
}

.sh3-btn.is-ghost {
  background: #fff;
  color: var(--sh3-primary);
  box-shadow: none;
}

.sh3-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid var(--sh3-line);
  border-radius: var(--sh3-radius-lg);
  background: #fff;
  box-shadow: var(--sh3-shadow-soft);
}

.sh3-band-visual {
  min-height: 260px;
  border-radius: var(--sh3-radius);
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18)),
    var(--sh3-image) center / cover no-repeat;
}

.sh3-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.sh3-feature-list span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  color: var(--sh3-muted);
  font-size: 17px;
}

.sh3-feature-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--sh3-primary);
}

@media (max-width: 1180px) {
  .sh3-grid,
  .sh3-grid.is-four,
  .sh3-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sh3-band { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sh3-section { padding: 34px 0; }
  .sh3-grid,
  .sh3-grid.is-four {
    grid-template-columns: 1fr;
  }
  .sh3-kicker::before,
  .sh3-kicker::after {
    width: 36px;
  }
  .sh3-card { padding: 22px; }
  .sh3-card.is-media { padding: 0; }
  .sh3-band { padding: 22px; }
  .sh3-band-visual { min-height: 200px; }
}

.sh2-title.is-serif {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

/* The old standalone newsletter block is not part of the current conversion path. */
.sh2-home .sh2-newsletter {
  display: none;
}

/* Header navigation refinements based on the mockup menu treatment. */
.sh-header .sh-nav {
  min-height: 72px;
  width: min(calc(100% - 80px), 1440px);
  grid-template-columns: 260px minmax(520px, 1fr) 190px;
  gap: 24px;
}

.sh-header .sh-brand {
  gap: 10px;
}

.sh-header .sh-mark {
  width: 42px;
  height: 34px;
}

.sh-header .sh-brand-main {
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;
}

.sh-header .sh-brand-sub {
  margin-top: 4px;
  font-size: 7px;
  letter-spacing: .42em;
}

.sh-header .sh-menu {
  height: 72px;
  display: flex;
  justify-content: center;
  gap: clamp(34px, 4.4vw, 74px);
}

.sh-header .sh-menu a {
  height: 72px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--sh3-ink-soft);
  font-size: 15px;
  font-weight: 750;
}

.sh-header .sh-menu a::after {
  left: 50%;
  right: auto;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  transform: translateX(-50%);
  transform-origin: center;
}

.sh-header .sh-menu a:hover,
.sh-header .sh-menu a[aria-current="page"] {
  color: var(--sh3-primary);
}

.sh-header .sh-actions {
  justify-content: flex-end;
  gap: 14px;
}

.sh-header .sh-icon-link {
  width: 34px;
  height: 34px;
}

.sh-header .sh-lang-btn {
  min-width: 74px;
  height: 40px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  font-size: 13px;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .sh-header .sh-nav {
    width: min(calc(100% - 32px), 1440px);
    grid-template-columns: 1fr auto;
  }
}

/* Header menu readability adjustment. */
.sh-header .sh-menu a {
  font-size: 18px;
  font-weight: 800;
}

/* Header mockup match: larger brand, prominent centered menu, bordered language control. */
.sh-header .sh-nav {
  min-height: 96px;
  width: min(calc(100% - 120px), 1680px);
  grid-template-columns: 360px minmax(640px, 1fr) 220px;
  gap: 36px;
}

.sh-header .sh-mark {
  width: 72px;
  height: 58px;
}

.sh-header .sh-brand {
  gap: 16px;
}

.sh-header .sh-brand-main {
  font-size: 30px;
  line-height: .94;
  letter-spacing: .03em;
}

.sh-header .sh-brand-sub {
  margin-top: 7px;
  color: var(--sh3-primary);
  font-size: 12px;
  letter-spacing: .44em;
}

.sh-header .sh-menu {
  height: 96px;
  gap: clamp(42px, 4.3vw, 82px);
}

.sh-header .sh-menu a {
  height: 96px;
  color: #252932;
  font-size: clamp(20px, 1.28vw, 23px);
  font-weight: 650;
}

.sh-header .sh-menu a::after {
  bottom: 16px;
  width: 42px;
}

.sh-header .sh-actions {
  gap: 16px;
}

.sh-header .sh-icon-link {
  width: 42px;
  height: 42px;
}

.sh-header .sh-lang-btn {
  min-width: 116px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #d9dde4;
  border-radius: 10px;
  background: #fff;
  color: var(--sh3-ink);
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .sh-header .sh-nav {
    min-height: 82px;
    width: min(calc(100% - 32px), 1680px);
    grid-template-columns: 1fr auto;
  }
}

/* Homepage hero title: one step smaller per design review. */
.sh-home .sh-hero .sh-title {
  font-size: clamp(52px, 5.4vw, 98px);
  line-height: .94;
}

/* Title color and homepage section title consistency. */
:root {
  --sh3-title-gray: #252a32;
}

.sh-title,
.sh-page-title,
.sh-section-title,
.sh-card-title,
.sh2-title,
.sh3-title,
.sh-post-content h2 {
  color: var(--sh3-title-gray) !important;
}

/* Final homepage link cleanup: card links should not show browser underlines. */
.sh-home a,
.sh-home a:visited,
.sh-home a:hover,
.sh-home a:focus,
.sh-home a:active,
.sh2-home a,
.sh2-home a:visited,
.sh2-home a:hover,
.sh2-home a:focus,
.sh2-home a:active,
.sh3-section a,
.sh3-section a:visited,
.sh3-section a:hover,
.sh3-section a:focus,
.sh3-section a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* Keep the experience banner text floating over the image without a white patch. */
.sh-home .sh2-panorama > div,
.sh-home .sh2-panorama h3,
.sh-home .sh2-panorama p {
  background: transparent !important;
  box-shadow: none !important;
}

.sh-home .sh2-panorama .sh2-btn {
  border-color: rgba(255, 255, 255, .82) !important;
  background: rgba(17, 19, 24, .34) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

.sh-home-cat-grid .sh-home-cat-card.is-active {
  border-color: var(--sh3-primary) !important;
  background: linear-gradient(180deg, #fff, #fff7f2) !important;
  color: var(--sh3-ink) !important;
  box-shadow: var(--sh3-shadow) !important;
}

.sh-home-cat-grid .sh-home-cat-card.is-active span {
  color: var(--sh3-muted) !important;
}

.sh-home-cat-grid .sh-home-cat-card.is-active .sh-home-cat-label {
  color: var(--sh3-primary) !important;
}

.sh-home-planning .sh2-kicker {
  display: none !important;
}

.sh-home-planning .sh-section-head > div {
  display: block;
}

.sh-home-planning .sh-card-text {
  display: block;
  max-width: 760px;
  margin: 10px 0 0;
  line-height: 1.7;
}


/* Hide page breadcrumb trail in hero sections on menu/detail pages. */
.sh-page-hero .sh-breadcrumb {
  display: none !important;
}


/* Hide category text labels above article card titles. */
.sh-card .sh-tags {
  display: none !important;
}


/* Keep article card action text and arrows in brand orange. */
.sh-card .sh-card-link,
.sh-card .sh-card-meta,
.sh-card .sh-card-meta span,
.sh-card-link-wrap .sh-card-meta,
.sh-card-link-wrap .sh-card-meta span {
  color: #ff4b1f !important;
}

.sh-card .sh-card-link:hover,
.sh-card-link-wrap:hover .sh-card-link,
.sh-card-link-wrap:hover .sh-card-meta,
.sh-card-link-wrap:hover .sh-card-meta span {
  color: #e63f17 !important;
}


/* Temporarily hide newsletter/email marketing section globally. */
.sh-footer-news {
  display: none !important;
}


/* Hide blog intro notice band above article grids. */
.sh-page-blog > .sh-section > .sh-wrap > .sh-soft-band:first-child {
  display: none !important;
}

/* Inline affiliate CTA blocks */
.sh-inline-affiliate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 79, 26, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 79, 26, 0.08), #ffffff 58%);
  box-shadow: 0 18px 45px rgba(17, 19, 24, 0.08);
}

.sh-inline-affiliate__copy {
  display: grid;
  gap: 6px;
}

.sh-inline-affiliate__copy strong {
  color: var(--sh-ink, #20242b);
  font-size: 19px;
  line-height: 1.3;
}

.sh-inline-affiliate__copy span {
  color: var(--sh-muted, #68707d);
  font-size: 15px;
  line-height: 1.65;
}

.sh-inline-affiliate .sh-affiliate-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .sh-inline-affiliate {
    display: grid;
    gap: 16px;
    padding: 20px;
  }

  .sh-inline-affiliate .sh-affiliate-btn {
    width: 100%;
    text-align: center;
  }
}
