:root {
  --ink: #142028;
  --paper: #eef6fa;
  --mist: #f7fbfd;
  --foam: #ffffff;
  --cyan: #00a2e8;
  --cyan-deep: #0077b3;
  --deep: #0a3144;
  --line: rgba(20, 32, 40, .1);
  --muted: #5c7280;
  --shell: min(1180px, calc(100% - 2.5rem));
  --serif: "Songti SC", "SimSun", serif;
  --sans: "PingFang SC", "Microsoft YaHei", sans-serif;
  --display: "Times New Roman", "Songti SC", "SimSun", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0; overflow-x: hidden;
  background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, textarea { font: inherit; color: inherit; }

.sjhq-shell { width: var(--shell); margin: 0 auto; }
.sjhq-body { padding-bottom: 0; }
.sjhq-main { min-height: 50vh; }

.sjhq-lead { margin: .75rem 0 0; max-width: 38rem; line-height: 1.8; }
.sjhq-lead--muted { color: var(--muted); }

.sjhq-btn, .sjhq-top__cta, .sjhq-drawer__cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.75rem; padding: 0 1.35rem;
  border: 1px solid var(--deep); background: var(--deep); color: #fff;
  letter-spacing: .08em; transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.sjhq-btn:hover, .sjhq-top__cta:hover { background: var(--cyan-deep); border-color: var(--cyan-deep); }
.sjhq-btn--light {
  background: transparent; border-color: #fff; color: #fff;
}
.sjhq-btn--light:hover { background: #fff; color: var(--deep); }

.sjhq-textlink {
  border-bottom: 1px solid var(--cyan-deep); color: var(--cyan-deep);
  padding-bottom: .15rem; letter-spacing: .06em; font-size: .92rem;
}

/* header */
.sjhq-top {
  position: sticky; top: 0; z-index: 100;
  background: rgba(238, 246, 250, .98); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.sjhq-top__inner {
  display: flex; align-items: center; gap: 1.25rem; min-height: 5.25rem;
  flex-wrap: nowrap;
}
.sjhq-brand { display: inline-flex; align-items: center; flex-shrink: 0; min-width: 0; }
.sjhq-brand img {
  height: 3.2rem; width: auto; max-width: min(200px, 46vw);
  object-fit: contain; object-position: left center;
}
.sjhq-brand__text {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600; letter-spacing: .08em;
}
.sjhq-nav {
  display: flex; flex: 1; justify-content: center; align-items: center;
  gap: 1.35rem; flex-wrap: nowrap; margin-left: auto; height: 2.75rem;
}
.sjhq-nav__link, .sjhq-nav__group > .sjhq-nav__link {
  position: relative; display: inline-flex; align-items: center;
  height: 2.75rem; padding: 0 .1rem; margin: 0;
  font-size: .95rem; line-height: 1; letter-spacing: .04em; color: var(--ink);
  white-space: nowrap; vertical-align: middle;
}
.sjhq-nav__link::after, .sjhq-nav__group > .sjhq-nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .55rem; height: 1px;
  background: var(--cyan-deep); transform: scaleX(0); transition: transform .25s ease;
}
.sjhq-nav__link:hover,
.sjhq-nav__group:hover > .sjhq-nav__link,
.sjhq-nav__link.is-on,
.sjhq-nav__group.is-on > .sjhq-nav__link {
  color: var(--cyan-deep);
}
.sjhq-nav__link:hover::after,
.sjhq-nav__group:hover > .sjhq-nav__link::after,
.sjhq-nav__link.is-on::after,
.sjhq-nav__group.is-on > .sjhq-nav__link::after {
  transform: scaleX(1);
}
.sjhq-nav__group {
  position: relative; display: inline-flex; align-items: center; height: 2.75rem;
}
.sjhq-nav__drop {
  position: absolute; left: 0; top: 100%; min-width: 9.5rem;
  padding: .5rem 0; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(10, 49, 68, .08);
  opacity: 0; visibility: hidden; transform: translateY(.35rem); transition: .2s ease;
}
.sjhq-nav__group:hover .sjhq-nav__drop { opacity: 1; visibility: visible; transform: none; }
.sjhq-nav__drop a { display: block; padding: .45rem 1rem; color: var(--muted); font-size: .9rem; }
.sjhq-nav__drop a:hover { color: var(--cyan-deep); background: var(--mist); }
.sjhq-top__cta {
  flex-shrink: 0; align-self: center; height: 2.75rem; min-height: 2.75rem;
  line-height: 1; padding: 0 1.35rem;
}
.sjhq-menu-btn {
  display: none; flex-shrink: 0;
  width: 2.75rem; height: 2.75rem; margin-left: auto;
  border: 1px solid rgba(20, 32, 40, .12); border-radius: .35rem;
  background-color: #fff; cursor: pointer;
  background-image: linear-gradient(var(--deep),var(--deep)), linear-gradient(var(--deep),var(--deep)), linear-gradient(var(--deep),var(--deep));
  background-size: 1.15rem 2px; background-position: center 32%, center 50%, center 68%; background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
}
.sjhq-menu-btn[aria-expanded="true"] {
  background-image: linear-gradient(transparent, transparent);
  position: relative;
}
.sjhq-menu-btn[aria-expanded="true"]::before,
.sjhq-menu-btn[aria-expanded="true"]::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 1.15rem; height: 2px; background: var(--deep);
  transform-origin: center;
}
.sjhq-menu-btn[aria-expanded="true"]::before { transform: translate(-50%, -50%) rotate(45deg); }
.sjhq-menu-btn[aria-expanded="true"]::after { transform: translate(-50%, -50%) rotate(-45deg); }
.sjhq-drawer[hidden] { display: none; }
.sjhq-drawer { position: fixed; inset: 0; z-index: 120; background: rgba(10, 49, 68, .45); }
.sjhq-drawer__panel {
  position: absolute; right: 0; top: 0; width: min(19rem, 86vw); height: 100%;
  background: #fff; padding: 1.15rem 1.15rem calc(1.5rem + env(safe-area-inset-bottom, 0));
  overflow: auto;
  display: flex; flex-direction: column; gap: .15rem;
  box-shadow: -12px 0 40px rgba(10, 49, 68, .12);
}
.sjhq-drawer__panel > a:not(.sjhq-drawer__cta) {
  display: flex; align-items: center;
  min-height: 2.75rem; padding: .55rem .35rem;
  color: var(--ink); font-size: 1rem; letter-spacing: .04em;
  border-bottom: 1px solid rgba(20, 32, 40, .06);
}
.sjhq-drawer__sub {
  padding-left: 1rem !important; color: var(--muted); font-size: .92rem;
  min-height: 2.45rem; border-bottom: 0 !important;
}
.sjhq-drawer__label {
  margin: .85rem 0 .15rem; padding: 0 .35rem;
  font-size: .72rem; letter-spacing: .16em; color: var(--muted);
}
.sjhq-drawer a.is-on { color: var(--cyan-deep); font-weight: 600; }
.sjhq-drawer__cta {
  margin-top: 1.15rem; width: 100%;
  border-radius: .3rem; border-bottom: 0 !important;
  justify-content: center;
  color: #fff !important;
  background: var(--deep); border-color: var(--deep);
}
.sjhq-drawer__cta:hover {
  color: #fff !important;
  background: var(--cyan-deep); border-color: var(--cyan-deep);
}

/* hero */
.sjhq-hero {
  position: relative; z-index: 0;
  min-height: 88vh; overflow: hidden; background: var(--deep);
}
.sjhq-hero__track { position: absolute; inset: 0; }
.sjhq-hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .8s ease;
}
.sjhq-hero__slide.is-on { opacity: 1; z-index: 1; }
.sjhq-hero__slide::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10,49,68,.78) 0%, rgba(10,49,68,.32) 55%, rgba(10,49,68,.5) 100%);
}
.sjhq-hero__copy {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  padding: clamp(6.5rem, 18vh, 10rem) 0 7rem; color: #fff;
}
.sjhq-hero__brand {
  margin: 0 0 .85rem; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 600; letter-spacing: .12em;
}
.sjhq-hero__copy h1 {
  margin: 0; max-width: 16ch; font-family: var(--serif); font-weight: 600;
  font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.25; letter-spacing: .03em;
}
.sjhq-hero__sub { margin: 1rem 0 1.5rem; max-width: 30rem; color: rgba(255,255,255,.86); }
.sjhq-hero__bar {
  position: absolute; left: 50%; bottom: 1.85rem; transform: translateX(-50%); z-index: 3;
  display: flex; align-items: center; gap: 1.1rem;
}
.sjhq-hero__nav {
  position: relative; width: 2rem; height: 2rem; border: 0; padding: 0;
  background: transparent; color: rgba(255,255,255,.72); cursor: pointer;
}
.sjhq-hero__nav:hover { color: #fff; }
.sjhq-hero__nav::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: .42rem; height: .42rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
}
.sjhq-hero__nav--prev::before { transform: translate(-30%, -50%) rotate(135deg); }
.sjhq-hero__nav--next::before { transform: translate(-70%, -50%) rotate(-45deg); }
.sjhq-hero__dots { display: flex; align-items: center; gap: .45rem; }
.sjhq-hero__dots button {
  width: .4rem; height: .4rem; border: 0; padding: 0; border-radius: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: background .2s ease, width .2s ease;
}
.sjhq-hero__dots button.is-on { width: 1.35rem; background: var(--cyan); }

/* brand gateway — one triad split into three */
.sjhq-gateway {
  background:
    linear-gradient(180deg, rgba(242, 248, 251, .9), rgba(255, 255, 255, .35)),
    var(--paper);
  padding-bottom: 2.75rem;
}
.sjhq-gateway__intro {
  text-align: center; padding: 2.75rem 0 1.65rem;
}
.sjhq-gateway__motto {
  margin: 0; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem); letter-spacing: .16em; color: var(--deep);
}
.sjhq-gateway__triad {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff; border: 1px solid var(--line); overflow: hidden;
}
.sjhq-gateway__pane {
  display: flex; flex-direction: column; min-width: 0; color: var(--ink);
  border-left: 1px solid var(--line);
  transition: background .25s ease;
}
.sjhq-gateway__pane:first-child { border-left: 0; }
.sjhq-gateway__pane:hover { background: rgba(242, 248, 251, .72); }
.sjhq-gateway__media {
  position: relative; flex: 0 0 auto;
  width: 100%; height: 12rem; overflow: hidden;
  background: #e8f2f7;
}
.sjhq-gateway__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .55s ease;
}
.sjhq-gateway__pane:hover .sjhq-gateway__media img { transform: scale(1.03); }
.sjhq-gateway__body {
  flex: 1 1 auto; padding: 1.25rem 1.35rem 1.5rem;
  border-top: 1px solid var(--line);
}
.sjhq-gateway__body strong {
  display: block; margin: 0 0 .45rem; font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.45rem); letter-spacing: .04em; color: var(--deep);
}
.sjhq-gateway__pane:hover .sjhq-gateway__body strong { color: var(--cyan-deep); }
.sjhq-gateway__body p {
  margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65;
}

/* about home — numbered intro + media, cf. editorial about block */
.sjhq-about-home { background: var(--paper); }
.sjhq-about-home__grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center;
}
.sjhq-about-home__copy {
  min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: .35rem 0;
}
.sjhq-about-home__copy h2 {
  margin: 0 0 1rem; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem); letter-spacing: .04em; color: var(--deep);
}
.sjhq-about-home__label {
  margin: 0 0 .75rem; font-size: .78rem; letter-spacing: .16em;
  color: var(--cyan-deep); text-transform: uppercase;
}
.sjhq-about-home__text {
  margin: 0 0 1.5rem; max-width: 34rem;
  color: var(--ink); font-size: 1.05rem; line-height: 2;
}
.sjhq-about-home__media {
  margin: 0; overflow: hidden; border-radius: .55rem;
  background: #d8e8ef; aspect-ratio: 16/11; max-height: 22rem;
}
.sjhq-about-home__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform .7s ease;
}
.sjhq-about-home__media:hover img { transform: scale(1.03); }

/* story — dual cards: image on top, copy below */
.sjhq-story { background: var(--paper); }
.sjhq-story__board {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(20, 32, 40, .1);
  border-radius: .5rem;
  box-shadow: 0 12px 32px rgba(10, 49, 68, .07);
}
.sjhq-story__card {
  display: flex; flex-direction: column; min-width: 0;
  border-left: 1px solid rgba(20, 32, 40, .08);
  background: #fff;
}
.sjhq-story__card:first-child { border-left: 0; }
.sjhq-story__card-media {
  margin: 0; overflow: hidden;
  aspect-ratio: 16 / 10; min-height: 11rem; background: #d8e8ef;
}
.sjhq-story__card-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .7s ease;
}
.sjhq-story__card:hover .sjhq-story__card-media img { transform: scale(1.03); }
.sjhq-story__card-body {
  display: grid; gap: .5rem; align-content: start;
  flex: 1 1 auto;
  padding: 1.25rem 1.35rem 1.4rem;
  color: var(--ink);
  transition: background .25s ease;
}
.sjhq-story__card-body:hover { background: var(--mist); }
.sjhq-story__card-body strong {
  position: relative; display: inline-block;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.2rem, 2.1vw, 1.45rem); letter-spacing: .04em;
  color: var(--deep); line-height: 1.3;
}
.sjhq-story__card-body strong::after {
  content: ""; position: absolute; left: 0; bottom: -.2rem;
  width: 1.35rem; height: 1px; background: var(--cyan);
  transition: width .3s ease;
}
.sjhq-story__card-body:hover strong { color: var(--cyan-deep); }
.sjhq-story__card-body:hover strong::after { width: 100%; }
.sjhq-story__card-body p {
  margin: .2rem 0 0; max-width: 28rem;
  color: var(--muted); font-size: .9rem; line-height: 1.7;
}
.sjhq-story__card-body span {
  margin-top: .35rem; justify-self: start;
  color: var(--cyan-deep); font-size: .86rem; letter-spacing: .04em;
  border-bottom: 1px solid rgba(0, 119, 179, .45); padding-bottom: .1rem;
}
.sjhq-story__card-body:hover span { border-bottom-color: var(--cyan-deep); }

/* product catalog — unified shelf board */
.sjhq-catalog {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 162, 232, .08), transparent 60%),
    linear-gradient(180deg, #e4f1f7 0%, var(--paper) 55%);
}
.sjhq-catalog__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1.5rem; margin-bottom: 1.75rem;
}
.sjhq-catalog__head-copy h2 {
  margin: 0; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.35rem); letter-spacing: .03em; line-height: 1.25;
}
.sjhq-catalog__head-copy p {
  margin: .55rem 0 0; max-width: 34rem;
  color: var(--muted); font-size: .92rem; line-height: 1.7;
}
.sjhq-catalog__board {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 1.35rem;
  background: transparent; border: 0;
  backdrop-filter: none;
}
.sjhq-catalog__board--page { background: transparent; }
.sjhq-catalog__cell {
  display: flex; flex-direction: column;
  min-width: 0; color: var(--ink);
  background: #fff;
  border: 1px solid rgba(20, 32, 40, .1);
  border-radius: .4rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(10, 49, 68, .09);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.sjhq-catalog__board--page .sjhq-catalog__cell { background: #fff; }
.sjhq-catalog__cell:hover {
  border-color: rgba(0, 119, 179, .35);
  box-shadow: 0 16px 36px rgba(10, 49, 68, .14);
  transform: translateY(-4px);
}
.sjhq-catalog__media {
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eef4f8;
}
.sjhq-catalog__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .55s ease;
  filter: none;
}
.sjhq-catalog__cell:hover .sjhq-catalog__media img {
  transform: scale(1.04);
  filter: none;
}
.sjhq-catalog__caption {
  padding: 1rem 1rem 1.15rem; text-align: center;
  background: #fff;
  border-top: 1px solid rgba(20, 32, 40, .06);
}
.sjhq-catalog__caption strong {
  display: block;
  font-family: var(--sans); font-weight: 500;
  font-size: .9rem; line-height: 1.4;
  color: rgba(20, 32, 40, .72); letter-spacing: .03em;
}
.sjhq-catalog__cell:hover .sjhq-catalog__caption strong {
  color: var(--cyan-deep);
}

/* news pulse — one board, feature + equal-height list */
.sjhq-pulse { background: var(--foam); }
.sjhq-pulse__board {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: stretch; overflow: hidden;
  background: #fff; border: 1px solid var(--line);
  border-radius: .5rem;
}
.sjhq-pulse__feature {
  display: flex; flex-direction: column; min-width: 0; color: var(--ink);
  border-right: 1px solid var(--line);
}
.sjhq-pulse__feature-media {
  position: relative; flex: 0 0 auto; overflow: hidden;
  aspect-ratio: 16 / 10; min-height: 16rem; background: #dce9ef;
}
.sjhq-pulse__feature-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .55s ease;
}
.sjhq-pulse__feature:hover .sjhq-pulse__feature-media img { transform: scale(1.03); }
.sjhq-pulse__feature-body {
  flex: 1 1 auto; padding: 1.15rem 1.25rem 1.35rem;
  display: flex; flex-direction: column; justify-content: center;
}
.sjhq-pulse__meta {
  display: flex; flex-wrap: wrap; gap: .35rem .85rem;
  margin-bottom: .5rem; color: var(--muted); font-size: .85rem;
}
.sjhq-pulse__meta span { color: var(--cyan-deep); }
.sjhq-pulse__feature-body strong {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.2rem, 2.1vw, 1.45rem); line-height: 1.4;
}
.sjhq-pulse__feature:hover .sjhq-pulse__feature-body strong { color: var(--cyan-deep); }
.sjhq-pulse__feature-body p {
  margin: .5rem 0 0; color: var(--muted); line-height: 1.7; font-size: .92rem;
}
.sjhq-pulse__list {
  display: flex; flex-direction: column; min-height: 100%;
}
.sjhq-pulse__row {
  flex: 1 1 0; display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr);
  gap: .35rem .85rem; align-content: center; align-items: center;
  min-height: 0; padding: .85rem 1.15rem;
  border-bottom: 1px solid var(--line); color: var(--ink);
  transition: background .2s ease;
}
.sjhq-pulse__row:last-child { border-bottom: 0; }
.sjhq-pulse__row:hover { background: var(--mist); }
.sjhq-pulse__row time { color: var(--muted); font-size: .82rem; }
.sjhq-pulse__row strong {
  grid-column: 2; grid-row: 1;
  font-family: var(--serif); font-weight: 600; font-size: .98rem; line-height: 1.45;
}
.sjhq-pulse__row:hover strong { color: var(--cyan-deep); }
.sjhq-pulse__row span {
  grid-column: 2; grid-row: 2;
  color: var(--cyan-deep); font-size: .78rem;
}

/* invite — quiet paths + deep contact dock */
.sjhq-invite {
  padding: 1rem 0 4.5rem;
  background: linear-gradient(180deg, var(--paper) 0%, #e2eef4 100%);
}
.sjhq-invite__paths {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2.5rem;
  margin-bottom: 1.5rem;
  padding: 0 .15rem 1.65rem;
  border-bottom: 1px solid rgba(20, 32, 40, .1);
}
.sjhq-invite__path {
  display: grid; gap: .55rem; align-content: start;
  min-width: 0; padding: .25rem 0 .15rem;
  color: var(--ink);
  transition: transform .3s ease;
}
.sjhq-invite__path:hover { transform: translateY(-2px); }
.sjhq-invite__path strong {
  position: relative; display: inline-block;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.2rem, 2.1vw, 1.45rem); letter-spacing: .04em;
  color: var(--deep); line-height: 1.3;
}
.sjhq-invite__path strong::after {
  content: ""; position: absolute; left: 0; bottom: -.2rem;
  width: 1.35rem; height: 1px; background: var(--cyan);
  transition: width .3s ease, background .3s ease;
}
.sjhq-invite__path:hover strong { color: var(--cyan-deep); }
.sjhq-invite__path:hover strong::after { width: 100%; background: var(--cyan-deep); }
.sjhq-invite__path span {
  color: rgba(92, 114, 128, .88); font-size: .88rem; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sjhq-invite__dock {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem 2rem; flex-wrap: wrap;
  padding: 1.65rem 1.85rem 1.75rem;
  border-radius: .5rem;
  background:
    radial-gradient(ellipse 55% 120% at 0% 50%, rgba(0, 162, 232, .22), transparent 55%),
    linear-gradient(115deg, #0a3144 0%, #0d3d52 48%, #0a2a38 100%);
  color: #fff;
}
.sjhq-invite__meta { min-width: 0; }
.sjhq-invite__phone {
  margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem 1rem;
  font-size: 1.05rem; letter-spacing: .02em;
}
.sjhq-invite__phone strong {
  font-family: var(--serif); font-weight: 600; color: rgba(255, 255, 255, .92);
}
.sjhq-invite__phone a,
.sjhq-tel {
  font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600; letter-spacing: .04em; color: #7fd4f5;
  line-height: 1.2; cursor: pointer;
  -webkit-tap-highlight-color: rgba(127, 212, 245, .28);
  touch-action: manipulation;
}
.sjhq-invite__phone a:hover,
.sjhq-tel:hover { color: #fff; }
.sjhq-foot__meta .sjhq-tel {
  font-family: inherit; font-size: inherit; font-weight: 600;
  color: rgba(255, 255, 255, .88); letter-spacing: .02em;
}
.sjhq-foot__meta .sjhq-tel:hover { color: var(--cyan); }
.sjhq-mbar .sjhq-tel {
  font-family: inherit; font-size: inherit; font-weight: 600;
  color: var(--cyan-deep); letter-spacing: inherit;
}
.sjhq-invite__addr {
  margin: .55rem 0 0; color: rgba(255, 255, 255, .55);
  font-size: .88rem; line-height: 1.55;
}
.sjhq-invite__dock .sjhq-btn--light {
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, .55); color: #fff;
  min-width: 8.5rem;
}
.sjhq-invite__dock .sjhq-btn--light:hover {
  background: #fff; border-color: #fff; color: var(--deep);
}

/* bands */
.sjhq-band { padding: 5rem 0; }
.sjhq-sechead {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem;
  margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); padding-bottom: 1.25rem;
}
.sjhq-sechead h2, .sjhq-pagehead h1 {
  margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: .03em; line-height: 1.25;
}
.sjhq-sechead h2 { font-size: clamp(1.8rem, 3vw, 2.35rem); }

/* legacy detail-page helpers kept for about/heritage templates if referenced */
.sjhq-about-band { background: linear-gradient(180deg, #e4f2f8 0%, var(--paper) 100%); }
.sjhq-about-band__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: end;
}
.sjhq-about-band__media {
  margin: 0; overflow: hidden; min-height: 28rem; background: #d8e8ef;
}
.sjhq-about-band__media img { width: 100%; height: 100%; min-height: 28rem; object-fit: cover; object-position: center; }

.sjhq-heritage-band { background: var(--foam); }
.sjhq-heritage-band__grid {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 3rem; align-items: center;
}
.sjhq-heritage-band__media { margin: 0; overflow: hidden; background: #d8e8ef; }
.sjhq-heritage-band__media img { width: 100%; aspect-ratio: 5/4; object-fit: cover; object-position: center; }

.sjhq-source-band { background: var(--deep); color: rgba(255,255,255,.84); padding: 5rem 0; }
.sjhq-source-panel {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 3rem; align-items: end;
}
.sjhq-source-panel__def { margin: .75rem 0 1.75rem; max-width: 34rem; line-height: 1.85; opacity: .88; }
.sjhq-source-panel__media { margin: 0; overflow: hidden; min-height: 22rem; background: rgba(255,255,255,.06); }
.sjhq-source-panel__media img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; object-position: center; }
.sjhq-cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); margin: 0 0 .8rem; }
.sjhq-cta-band p { margin: 0; color: rgba(255,255,255,.82); max-width: 36rem; line-height: 1.65; }

/* pagehead & inner — assets are 1920x640 (3:1); height tracks same ratio */
.sjhq-pagehead {
  position: relative; color: #fff;
  width: 100%;
  /* 4:1 matches banner assets 1920x480 */
  aspect-ratio: 4 / 1;
  height: auto;
  min-height: 10.5rem;
  padding: clamp(1.15rem, 2.4vw, 1.85rem) 0;
  background-color: var(--deep);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; align-items: flex-start;
  box-sizing: border-box;
}
.sjhq-pagehead::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,49,68,.68) 0%, rgba(10,49,68,.35) 48%, rgba(10,49,68,.5) 100%);
  pointer-events: none;
}
.sjhq-pagehead > .sjhq-shell { position: relative; z-index: 1; }
.sjhq-pagehead--plain {
  color: var(--ink); background: var(--mist); height: auto; min-height: 0;
  align-items: stretch; background-image: none !important;
}
.sjhq-pagehead--plain::before { display: none; }
.sjhq-pagehead h1 { font-size: clamp(1.85rem, 3.5vw, 2.65rem); margin: .65rem 0 0; }
.sjhq-pagehead__lead { margin: .85rem 0 0; max-width: 34rem; opacity: .9; line-height: 1.75; }
.sjhq-pagehead--plain .sjhq-pagehead__lead { color: var(--muted); opacity: 1; }
.sjhq-crumb { font-size: .85rem; opacity: .82; }
.sjhq-pagehead--plain .sjhq-crumb { color: var(--muted); opacity: 1; }

.sjhq-band--top { padding-top: 3rem; }
.sjhq-subnav { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.sjhq-subnav a {
  padding: .45rem 1rem; border: 1px solid var(--line); color: var(--muted); font-size: .9rem;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.sjhq-subnav a:hover { color: var(--cyan-deep); border-color: var(--cyan-deep); background: var(--mist); }
.sjhq-subnav a.is-on {
  color: #fff; border-color: var(--deep); background: var(--deep);
  box-shadow: 0 8px 18px rgba(10, 49, 68, .12);
}

.sjhq-prod-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem 1.25rem;
  align-items: start;
}

.sjhq-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.sjhq-feature__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* rich text — defaults when editor has no inline style; CMS inline styles win */
.sjhq-rich {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink);
  word-break: break-word;
}
.sjhq-rich :where(p, li) {
  margin: 0 0 1rem;
}
.sjhq-rich :where(p:last-child, li:last-child) { margin-bottom: 0; }
.sjhq-rich h2,
.sjhq-rich h3,
.sjhq-rich h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--deep);
  line-height: 1.45;
}
.sjhq-rich h2 {
  margin: 2rem 0 .85rem;
  font-size: clamp(1.12rem, 2.4vw, 1.28rem);
}
.sjhq-rich h3 {
  margin: 1.5rem 0 .75rem;
  font-size: clamp(1.05rem, 2.1vw, 1.15rem);
}
.sjhq-rich h4 {
  margin: 1.25rem 0 .65rem;
  font-size: 1rem;
}
.sjhq-rich h2:first-child,
.sjhq-rich h3:first-child,
.sjhq-rich h4:first-child { margin-top: 0; }
.sjhq-rich strong,
.sjhq-rich b { font-weight: 600; color: var(--deep); }
.sjhq-rich ul,
.sjhq-rich ol {
  margin: .5rem 0 1rem;
  padding-left: 1.25rem;
  list-style: revert;
}
.sjhq-rich li { margin: .35rem 0; }
.sjhq-rich table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .95rem; }
.sjhq-rich th, .sjhq-rich td { border: 1px solid var(--line); padding: .65rem .85rem; }
.sjhq-rich th { background: var(--mist); }
.sjhq-rich img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 1.5rem 0;
  object-fit: contain;
}
.sjhq-rich br + br { display: none; }
.sjhq-band > .sjhq-shell.sjhq-rich {
  max-width: 46rem;
}

.sjhq-detail h1 {
  margin: .65rem 0 0; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.3rem);
}
.sjhq-detail__meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .45rem; color: var(--muted); font-size: .9rem; }
.sjhq-detail__nav { display: grid; gap: .65rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }

/* news article — editorial layout aligned with content-detail craft */
.sjhq-article {
  max-width: 46rem; margin: 0 auto;
  padding: 0 0 .5rem;
}
.sjhq-article > .sjhq-crumb { margin-bottom: 1.35rem; }
.sjhq-article__head { margin: 0 0 1.75rem; }
.sjhq-article__head h1 {
  margin: 0; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.4; letter-spacing: .02em;
  color: var(--ink);
}
.sjhq-article__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .85rem;
  margin-top: .9rem; color: var(--muted); font-size: .9rem;
}
.sjhq-article__meta span { color: var(--cyan-deep); }
.sjhq-article__body {
  padding: 0; background: transparent; border: 0;
}
.sjhq-article__body h2 {
  margin: 2rem 0 .8rem;
  font-size: 1.15rem; color: var(--deep); font-weight: 600;
}
.sjhq-article__body h2:first-child { margin-top: 0; }
.sjhq-article__body p { margin: 0 0 1.15rem; line-height: 1.9; color: var(--ink); }
.sjhq-article__body strong { font-weight: 600; color: var(--deep); }
.sjhq-article__body ul, .sjhq-article__body ol {
  margin: .5rem 0 1.25rem; padding-left: 1.25rem; list-style: revert;
}
.sjhq-article__body li { margin: .4rem 0; line-height: 1.85; }
.sjhq-article__body img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 1.35rem 0;
  border: 0;
  object-fit: contain;
}
.sjhq-prod-detail__body img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
/* prev / next: one row each, left-aligned label + link */
.sjhq-article__pager {
  display: flex; flex-direction: column; gap: 0;
  margin: 2.75rem 0 0; padding-top: 0;
  border-top: 1px solid var(--line);
}
.sjhq-article__pager-row {
  display: flex; align-items: baseline; gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem; line-height: 1.55;
}
.sjhq-article__pager-row > span {
  flex: 0 0 3.5rem; margin: 0;
  color: var(--muted); letter-spacing: .04em; white-space: nowrap;
}
.sjhq-article__pager-link {
  flex: 1; min-width: 0; color: var(--ink);
}
.sjhq-article__pager-link a {
  color: var(--ink); font-family: var(--serif);
  text-underline-offset: .2em;
}
.sjhq-article__pager-link a:hover { color: var(--cyan-deep); }
.sjhq-article__pager-link a[href="javascript:;"],
.sjhq-article__pager-link a[href="javascript:void(0)"] { display: none; }
/* 无上下篇时不显示「没有了！」等占位文案，整行隐藏 */
.sjhq-article__pager-row:not(:has(a[href]:not([href^="javascript"]))) {
  display: none;
}

.sjhq-prod-detail {
  display: grid; gap: 1.15rem;
  max-width: 58rem; margin: 0 auto;
  padding: 0 0 .5rem;
}
.sjhq-prod-detail > .sjhq-crumb { margin-bottom: 0; }
.sjhq-prod-detail > .sjhq-subnav { margin: .65rem 0 .35rem; }
.sjhq-prod-detail__main {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(20, 32, 40, .1);
  border-radius: .5rem;
  box-shadow: 0 12px 32px rgba(10, 49, 68, .07);
}
.sjhq-prod-detail__hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 0; align-items: stretch;
  background: #fff;
}
.sjhq-prod-detail__media {
  margin: 0; position: relative; overflow: hidden;
  min-height: 18rem; aspect-ratio: 1 / 1;
  background: linear-gradient(165deg, #f4fafc 0%, #e8f3f8 55%, #dfeef5 100%);
  border-right: 1px solid rgba(20, 32, 40, .08);
}
.sjhq-prod-detail__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover; object-position: center;
  transition: transform .55s ease;
}
.sjhq-prod-detail__main:hover .sjhq-prod-detail__media img { transform: scale(1.03); }
.sjhq-prod-detail__panel {
  display: flex; flex-direction: column; justify-content: center;
  gap: 1.15rem;
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 1.75rem);
  background: #fff;
}
.sjhq-prod-detail__title {
  margin: 0;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  letter-spacing: .03em; line-height: 1.3; color: var(--deep);
}
.sjhq-prod-detail__facts {
  margin: 0; padding: .25rem 0 0;
  display: grid; gap: 0;
  border: 0;
  border-top: 1px solid rgba(20, 32, 40, .08);
}
.sjhq-prod-detail__facts > div {
  display: grid; grid-template-columns: 5.25rem 1fr; gap: .85rem;
  align-items: baseline;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(20, 32, 40, .08);
}
.sjhq-prod-detail__facts > div:first-child { padding-top: .85rem; }
.sjhq-prod-detail__facts > div:last-child { border-bottom: 0; padding-bottom: 0; }
.sjhq-prod-detail__facts dt {
  margin: 0; font-size: .8rem; color: var(--muted); letter-spacing: .06em;
}
.sjhq-prod-detail__facts dd {
  margin: 0; font-size: 1rem; color: var(--deep); line-height: 1.55; font-weight: 500;
}
.sjhq-prod-detail__note {
  margin: 0; padding: .85rem 1rem;
  background: rgba(0, 162, 232, .06);
  border: 1px solid rgba(0, 162, 232, .14);
  border-radius: .35rem;
  border-left: 3px solid var(--cyan);
  color: var(--muted); font-size: .88rem; line-height: 1.7;
}
.sjhq-prod-detail__actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.25rem;
  margin-top: .15rem;
}
.sjhq-prod-detail__actions .sjhq-btn {
  border-radius: .3rem; min-width: 8.5rem;
}
.sjhq-prod-detail__body {
  min-width: 0; width: 100%;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: #fff;
  border-top: 1px solid rgba(20, 32, 40, .1);
}
.sjhq-prod-detail__body.sjhq-article__body h2:first-child { margin-top: 0; }
.sjhq-prod-detail .sjhq-article__pager {
  width: 100%;
  margin: 0;
}
.sjhq-article__meta em {
  font-style: normal; color: var(--muted);
}

.sjhq-news-list { display: flex; flex-direction: column; gap: 1.5rem; }
.sjhq-news-item {
  display: flex; align-items: center; gap: 1.35rem 1.5rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.sjhq-news-item__thumb {
  flex: 0 0 12.5rem; width: 12.5rem; max-width: 34%;
  overflow: hidden; background: #dce9ef; aspect-ratio: 16/10;
  border-radius: .55rem;
}
.sjhq-news-item__thumb img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  background: #f5f9fb; transition: transform .55s ease;
  border-radius: .55rem;
}
.sjhq-news-item:hover .sjhq-news-item__thumb img { transform: scale(1.04); }
.sjhq-news-item > div { flex: 1; min-width: 0; }
.sjhq-news-item__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .75rem;
}
.sjhq-news-item time { color: var(--muted); font-size: .85rem; }
.sjhq-news-item__meta span { color: var(--cyan-deep); font-size: .85rem; }
.sjhq-news-item strong {
  display: block; margin-top: .35rem;
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem; line-height: 1.45; color: var(--ink);
}
.sjhq-news-item:hover strong { color: var(--cyan-deep); }
.sjhq-news-item p {
  margin: .45rem 0 0; color: var(--muted); font-size: .95rem; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

.sjhq-contact {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: clamp(1.75rem, 4vw, 3rem); align-items: start;
}
.sjhq-contact__content {
  min-width: 0; max-width: 100%;
}
.sjhq-contact__content img {
  display: block; width: 100%; max-width: 100%; height: auto;
  margin: 1.15rem 0;
}
.sjhq-contact__content p { margin: 0 0 1rem; line-height: 1.85; word-break: break-word; }
.sjhq-contact__content h2, .sjhq-contact__content h3 {
  margin: 1.75rem 0 .75rem; font-family: var(--serif); color: var(--deep);
}
.sjhq-contact__content h2:first-child, .sjhq-contact__content h3:first-child { margin-top: 0; }
.sjhq-contact__content ul, .sjhq-contact__content ol {
  margin: .5rem 0 1.15rem; padding-left: 1.25rem; list-style: revert;
}
.sjhq-contact__content li { margin: .35rem 0; line-height: 1.8; }
.sjhq-contact__content table {
  display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.sjhq-contact__form {
  position: sticky; top: 6rem;
  padding: 1.5rem 1.5rem 1.65rem;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(10, 49, 68, .06);
}
.sjhq-contact__form h2 {
  margin: 0; font-family: var(--serif); font-size: 1.35rem; color: var(--deep);
}
.sjhq-contact__form-lead {
  margin: .55rem 0 0; color: var(--muted); font-size: .92rem; line-height: 1.65;
}
.sjhq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.25rem; }
.sjhq-form label { display: grid; gap: .35rem; }
.sjhq-form > label > span:first-child { color: var(--muted); font-size: .88rem; }
.sjhq-form input, .sjhq-form textarea {
  width: 100%; padding: .7rem .85rem; border: 1px solid var(--line); background: #fff;
  border-radius: 0; outline: 0; box-sizing: border-box;
}
.sjhq-form input:focus, .sjhq-form textarea:focus { border-color: var(--cyan-deep); }
.sjhq-form__full, .sjhq-form__code, .sjhq-form__submit { grid-column: 1 / -1; }
.sjhq-form__code-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .65rem; align-items: stretch;
}
.sjhq-form__code-row img {
  display: block; height: 2.75rem; width: auto; min-width: 5.5rem;
  border: 1px solid var(--line); cursor: pointer; background: #f4f7f9;
}
.sjhq-form__submit { width: 100%; margin-top: .15rem; }

.sjhq-pager { margin-top: 2rem; text-align: center; }
.sjhq-pager .page-status { color: var(--muted); margin-right: .5rem; }
.sjhq-pager span { display: contents; }
.sjhq-pager a, .sjhq-pager .page-num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.35rem; height: 2.35rem; margin: .15rem; padding: 0 .5rem;
  border: 1px solid var(--line); color: var(--ink);
}
.sjhq-pager .page-num-current { background: var(--deep); border-color: var(--deep); color: #fff; }
.sjhq-pager a[href="javascript:;"] { opacity: .45; pointer-events: none; }

/* footer */
.sjhq-foot {
  background: #0c2838; color: rgba(255,255,255,.78); padding-top: 2.35rem; margin-top: 2.5rem;
}
.sjhq-foot__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1.5rem clamp(2rem, 4vw, 3.5rem); align-items: start; padding-bottom: 1.65rem;
  justify-content: space-between;
}
.sjhq-foot__brand { display: grid; gap: .4rem; }
.sjhq-foot__brand strong {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: #fff;
}
.sjhq-foot__brand p { margin: 0; max-width: 22rem; line-height: 1.6; color: rgba(255,255,255,.55); font-size: .88rem; }
.sjhq-foot h3 {
  margin: 0 0 .65rem; font-size: .75rem; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.42);
}
.sjhq-foot ul { display: grid; gap: .4rem; font-size: .92rem; }
.sjhq-foot a:hover { color: #fff; }
.sjhq-foot__contact {
  justify-self: end; text-align: left;
}
.sjhq-foot__contact li { display: grid; grid-template-columns: 3.6rem 1fr; gap: .75rem; align-items: start; }
.sjhq-foot__contact span { color: rgba(255,255,255,.42); font-size: .8rem; }
.sjhq-foot__contact strong { font-weight: 400; color: rgba(255,255,255,.86); font-size: .92rem; }
.sjhq-foot__wx { justify-self: end; }
.sjhq-foot__wx figure { margin: 0; padding: .4rem; background: #fff; }
.sjhq-foot__wx img { width: 6.25rem; height: 6.25rem; object-fit: cover; }
.sjhq-foot__base {
  border-top: 1px solid rgba(255,255,255,.1); padding: .7rem 0 .85rem;
  font-size: .82rem; color: rgba(255,255,255,.48);
}
.sjhq-foot__base-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: .65rem 1.5rem;
}
.sjhq-foot__copy { margin: 0; text-align: left; flex: 1 1 auto; min-width: 0; }
.sjhq-foot__legal {
  margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end;
  gap: .35rem 1rem; text-align: right; flex: 0 1 auto;
}
.sjhq-foot__power { color: rgba(255,255,255,.42); }
.sjhq-foot__legal a { color: rgba(255,255,255,.55); }
.sjhq-foot__legal a:hover { color: #fff; }

.sjhq-mbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.sjhq-mbar a { text-align: center; padding: .9rem .5rem; color: var(--cyan-deep); font-weight: 600; font-size: .92rem; }

[data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-in { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  :root { --shell: min(100% - 2rem, 980px); }
  .sjhq-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .sjhq-catalog__board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .sjhq-top {
    position: fixed; left: 0; right: 0; top: 0;
    z-index: 120;
    background: #fff;
    backdrop-filter: none;
    box-shadow: 0 1px 0 rgba(20, 32, 40, .08);
  }
  .sjhq-body {
    padding-top: 4.25rem;
  }
  #sjhq-nav,
  .sjhq-nav,
  .sjhq-top__cta {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
  .sjhq-menu-btn {
    display: inline-flex !important;
    align-items: center; justify-content: center;
    position: relative; z-index: 2;
  }
  .sjhq-top__inner {
    gap: .85rem; min-height: 4.25rem;
    justify-content: space-between;
  }
  .sjhq-brand img {
    height: 2.65rem; max-width: min(168px, 58vw);
  }
}

@media (max-width: 991px) {
  .sjhq-quality-flow { grid-template-columns: repeat(2, 1fr); }
  .sjhq-quality-flow div:nth-child(odd) { border-left: 0; }
  .sjhq-quality-flow div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .sjhq-about-band__grid, .sjhq-heritage-band__grid, .sjhq-source-panel, .sjhq-contact, .sjhq-feature, .sjhq-prod-detail__hero, .sjhq-about-home__grid { grid-template-columns: 1fr; }
  .sjhq-prod-detail__media {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 32, 40, .08);
    aspect-ratio: 5 / 4; min-height: 15rem;
  }
  .sjhq-contact__form { position: static; }
  .sjhq-lanes__grid, .sjhq-pulse__board, .sjhq-gateway__triad { grid-template-columns: 1fr; }
  .sjhq-catalog__head { flex-direction: column; align-items: flex-start; }
  .sjhq-pulse__feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .sjhq-pulse__feature-media { aspect-ratio: 16 / 10; min-height: 13rem; }
  .sjhq-pulse__list { min-height: 0; }
  .sjhq-pulse__row { flex: 0 0 auto; }
  .sjhq-about-home.sjhq-band { padding: 2.5rem 0; }
  .sjhq-about-home__grid {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(20, 32, 40, .1);
    border-radius: .5rem;
    box-shadow: 0 12px 32px rgba(10, 49, 68, .07);
  }
  .sjhq-about-home__copy {
    justify-content: flex-start;
    padding: 1.2rem 1.25rem 1.3rem;
  }
  .sjhq-about-home__copy h2 {
    font-size: clamp(1.35rem, 4.5vw, 1.65rem);
    margin: 0 0 .65rem;
  }
  .sjhq-about-home__text {
    margin: 0 0 .85rem;
    max-width: none;
    font-size: .92rem;
    line-height: 1.75;
  }
  .sjhq-about-home__media {
    order: -1;
    aspect-ratio: 16 / 9;
    max-height: none;
    border-radius: 0;
  }
  .sjhq-gateway__pane {
    border-left: 0; border-top: 1px solid var(--line);
  }
  .sjhq-gateway__pane:first-child { border-top: 0; }
  .sjhq-gateway__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .sjhq-gateway__media img { object-fit: contain; }
  .sjhq-lane--primary, .sjhq-lane--secondary { min-height: 16rem; }
  .sjhq-story__board { grid-template-columns: 1fr; }
  .sjhq-story__card {
    border-left: 0;
    border-top: 1px solid rgba(20, 32, 40, .08);
  }
  .sjhq-story__card:first-child { border-top: 0; }
  .sjhq-story__card-media { aspect-ratio: 16 / 9; min-height: 10.5rem; }
  .sjhq-story__card-body { padding: 1.15rem 1.2rem 1.25rem; }
  .sjhq-invite__paths {
    grid-template-columns: 1fr; gap: 1.35rem; margin-bottom: 1.25rem; padding-bottom: 1.35rem;
  }
  .sjhq-invite__dock {
    flex-direction: column; align-items: flex-start;
    padding: 1.35rem 1.25rem 1.45rem;
  }
  .sjhq-invite__phone a { font-size: 1.4rem; }
  .sjhq-source-panel__media, .sjhq-source-panel__media img { order: -1; min-height: 18rem; }
  .sjhq-foot__grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem 1.25rem;
    padding-bottom: 1rem;
    justify-content: stretch;
  }
  .sjhq-foot__brand { display: none; }
  .sjhq-foot__contact { justify-self: start; }
  .sjhq-foot__wx { justify-self: end; }
  .sjhq-foot { padding-top: 1.65rem; margin-top: 1.5rem; }
  .sjhq-foot__wx img { width: 4.75rem; height: 4.75rem; }
}

@media (max-width: 767px) {
  .sjhq-body { padding-bottom: calc(2.75rem + env(safe-area-inset-bottom, 0)); }
  .sjhq-mbar { display: grid; }
  .sjhq-about-home.sjhq-band { padding: 2rem 0; }
  .sjhq-about-home__copy { padding: 1.05rem 1.1rem 1.15rem; }
  .sjhq-band { padding: 3.2rem 0; }
  .sjhq-hero { min-height: 78vh; }
  .sjhq-hero__copy { padding: 3.25rem 0 5.5rem; }
  .sjhq-hero__bar { bottom: 1.25rem; }
  .sjhq-sechead { flex-direction: column; align-items: flex-start; }
  .sjhq-catalog__board,
  .sjhq-prod-grid { grid-template-columns: 1fr; gap: 1rem; }
  .sjhq-catalog__media { aspect-ratio: 16 / 10; }
  .sjhq-catalog__caption { padding: .85rem 1rem 1rem; }
  .sjhq-catalog__caption strong { font-size: .92rem; }
  .sjhq-pulse__row { grid-template-columns: 4.75rem minmax(0, 1fr); }
  .sjhq-pulse__row span { grid-column: 2; }
  .sjhq-about-band__media, .sjhq-about-band__media img { min-height: 18rem; }
  .sjhq-prod-detail__hero {
    grid-template-columns: 1fr;
  }
  .sjhq-prod-detail__media {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 32, 40, .08);
    aspect-ratio: 5 / 4; min-height: 14rem;
  }
  .sjhq-prod-detail__panel { padding: 1.2rem 1.15rem 1.35rem; }
  .sjhq-prod-detail__body { padding: 1.15rem 1.1rem 1.25rem; }
  .sjhq-article__pager-row { gap: .75rem; }
  .sjhq-news-card__media { flex-basis: 6.75rem; width: 6.75rem; max-width: 36%; }
  .sjhq-news-item__thumb { flex-basis: 8.75rem; width: 8.75rem; max-width: 38%; border-radius: .45rem; }
  .sjhq-news-item strong { font-size: 1.05rem; }
  .sjhq-form { grid-template-columns: 1fr; }
  .sjhq-brand img { height: 2.85rem; max-width: 42vw; }
  .sjhq-foot__base-inner { flex-direction: column; align-items: flex-start; }
  .sjhq-foot__legal { justify-content: flex-start; text-align: left; }
}
