:root {
  --digua-ink: #08090d;
  --digua-panel: #11131a;
  --digua-panel-soft: #171922;
  --digua-text: #f6f2ea;
  --digua-muted: #aaa7a2;
  --digua-orange: #ff7a1a;
  --digua-orange-soft: #ffad66;
  --digua-violet: #8177ff;
  --digua-line: rgba(255, 255, 255, 0.1);
  --brand-color: var(--digua-orange);
  --theme-color: var(--digua-orange);
}

body {
  background: var(--digua-ink);
}

.page-header {
  background: rgba(8, 9, 13, 0.94) !important;
  border-bottom: 1px solid var(--digua-line);
  backdrop-filter: blur(18px);
}

.page-header:after {
  display: none;
}

.page-header .logo a {
  align-items: center;
  color: var(--digua-text);
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.page-header .logo a:before,
.digua-brand-mark {
  background: linear-gradient(145deg, var(--digua-orange-soft), var(--digua-orange) 58%, #d8490b);
  border-radius: 48% 52% 58% 42% / 44% 44% 56% 56%;
  box-shadow: 0 0 24px rgba(255, 122, 26, 0.24);
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 27px;
  transform: rotate(-8deg);
  width: 24px;
}

.page-header .logo a:after {
  content: "造影岛";
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.page-header .logo img {
  display: none;
}

.page-sidebar {
  background: #0c0e13 !important;
  border-right: 1px solid var(--digua-line);
}

.page-sidebar .nav-menu li.active {
  background: rgba(255, 122, 26, 0.12);
}

.page-sidebar .nav-menu li.active a,
.page-sidebar .nav-menu li.active .menu-item-icon {
  color: var(--digua-orange) !important;
}

.page-sidebar .nav-menu a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.digua-sidebar-links {
  border-top: 1px solid var(--digua-line);
  display: grid;
  gap: 3px;
  margin: 12px 14px 24px;
  padding-top: 16px;
}

.digua-sidebar-links strong {
  color: #777982;
  font-size: 10px;
  letter-spacing: 0.14em;
  padding: 0 12px 8px;
}

.digua-sidebar-links a {
  align-items: center;
  border-radius: 9px;
  color: #c5c1bb;
  display: flex;
  font-size: 13px;
  gap: 10px;
  min-height: 38px;
  padding: 0 11px;
  text-decoration: none;
}

.digua-sidebar-links a:hover {
  background: rgba(255, 122, 26, 0.1);
  color: var(--digua-text);
}

.digua-sidebar-links .material-icons {
  color: var(--digua-orange-soft);
  font-size: 18px;
}

.digua-home {
  box-sizing: border-box;
  color: var(--digua-text);
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  margin: 0 auto;
  max-width: 1560px;
  padding: 34px clamp(20px, 4vw, 64px) 0;
}

.digua-product-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.digua-product-links a {
  background: linear-gradient(145deg, rgba(23, 25, 34, 0.95), rgba(13, 14, 20, 0.95));
  border: 1px solid var(--digua-line);
  border-radius: 16px;
  color: var(--digua-text);
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 19px 20px;
  text-decoration: none;
}

.digua-product-links a:hover {
  border-color: rgba(255, 122, 26, 0.45);
  transform: translateY(-2px);
}

.digua-product-links span {
  color: var(--digua-orange);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.digua-product-links strong {
  font-size: 17px;
}

.digua-product-links small {
  color: var(--digua-muted);
  font-size: 12px;
  line-height: 1.55;
}

.digua-hero {
  align-items: stretch;
  background:
    radial-gradient(circle at 78% 28%, rgba(129, 119, 255, 0.14), transparent 30%),
    radial-gradient(circle at 18% 84%, rgba(255, 122, 26, 0.1), transparent 28%),
    linear-gradient(145deg, #12141b 0%, #0a0b10 72%);
  border: 1px solid var(--digua-line);
  border-radius: 28px;
  display: grid;
  gap: clamp(32px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  min-height: 510px;
  overflow: hidden;
  padding: clamp(38px, 6vw, 84px);
  position: relative;
}

.digua-hero:before {
  background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.025) 80px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.digua-hero__copy,
.digua-program-card {
  position: relative;
  z-index: 1;
}

.digua-eyebrow,
.digua-kicker {
  color: var(--digua-orange-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.digua-eyebrow {
  align-items: center;
  display: flex;
  gap: 10px;
}

.digua-eyebrow span {
  background: var(--digua-orange);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 122, 26, 0.7);
  height: 7px;
  width: 7px;
}

.digua-hero h1 {
  color: var(--digua-text);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 770;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 25px 0 25px;
}

.digua-hero h1 em {
  color: var(--digua-orange);
  font-style: normal;
}

.digua-hero__copy > p {
  color: #c9c5bf;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.85;
  margin: 0;
  max-width: 680px;
}

.digua-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.digua-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.digua-button--primary {
  background: var(--digua-orange);
  color: #1b0c02;
}

.digua-button--primary:hover {
  background: #ff9147;
  color: #1b0c02;
}

.digua-button--secondary {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--digua-text);
}

.digua-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.digua-hero__trust {
  color: #aaa7a2;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 20px;
  margin-top: 32px;
}

.digua-hero__trust span:before {
  color: var(--digua-orange);
  content: "✓";
  font-weight: 800;
  margin-right: 6px;
}

.digua-program-card {
  align-self: center;
  background: rgba(20, 22, 30, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
  padding: 18px;
}

.digua-program-card__top,
.digua-program-card__meta {
  align-items: center;
  display: flex;
  gap: 9px;
}

.digua-program-card__top {
  color: #d9d5ce;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0 2px 15px;
}

.digua-program-card__top small {
  color: #777881;
  margin-left: auto;
}

.digua-live-dot {
  animation: digua-pulse 2s ease-in-out infinite;
  background: var(--digua-orange);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.digua-program-card__screen {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at center, rgba(255, 122, 26, 0.22), transparent 23%),
    linear-gradient(150deg, #171a27, #090a0f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.digua-program-card__glyph {
  color: var(--digua-text);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 200;
  letter-spacing: -0.08em;
  text-shadow: 0 0 36px rgba(255, 122, 26, 0.28);
}

.digua-orbit {
  border: 1px solid rgba(129, 119, 255, 0.28);
  border-radius: 50%;
  position: absolute;
  transform: rotate(-18deg);
}

.digua-orbit--one {
  height: 72%;
  width: 58%;
}

.digua-orbit--two {
  border-color: rgba(255, 122, 26, 0.22);
  height: 46%;
  transform: rotate(28deg);
  width: 86%;
}

.digua-program-card__meta {
  flex-wrap: wrap;
  gap: 7px;
  padding: 15px 0 8px;
}

.digua-program-card__meta span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #c9c5bf;
  font-size: 11px;
  padding: 5px 9px;
}

.digua-program-card p {
  color: #8f8e94;
  font-size: 13px;
  line-height: 1.65;
  margin: 8px 2px 2px;
}

.digua-section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 58px 5px 22px;
}

.digua-section-heading h2,
.digua-creator-callout h2,
.digua-value-grid h2 {
  color: var(--digua-text);
}

.digua-section-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
  margin: 8px 0 0;
}

.digua-section-heading p {
  color: var(--digua-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
  text-align: right;
}

#page-home {
  background: var(--digua-ink);
  color: var(--digua-text);
}

#page-home .page-main {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1560px;
  padding: 0 clamp(20px, 4vw, 64px) 34px;
}

#page-home .media-list-row {
  margin-top: 0;
}

#page-home .media-list-header h2 {
  color: var(--digua-text);
  font-size: 22px;
  letter-spacing: -0.02em;
}

#page-home .media-list-header h3 a {
  color: var(--digua-orange-soft);
}

#page-home .item-thumb {
  background-color: var(--digua-panel);
  border-radius: 14px !important;
  overflow: hidden;
}

#page-home .item-title a,
#page-home .item-title {
  color: var(--digua-text) !important;
}

#page-home .item-meta,
#page-home .item-author,
#page-home .item-author a {
  color: var(--digua-muted) !important;
}

.digua-home--after {
  padding-bottom: 58px;
  padding-top: 0;
}

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

.digua-value-grid article {
  background: var(--digua-panel);
  border: 1px solid var(--digua-line);
  border-radius: 18px;
  min-height: 180px;
  padding: 25px;
}

.digua-value-grid .material-icons {
  color: var(--digua-orange);
  font-size: 27px;
}

.digua-value-grid h2 {
  font-size: 18px;
  margin: 18px 0 9px;
}

.digua-value-grid p,
.digua-creator-callout p {
  color: var(--digua-muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.digua-creator-callout {
  align-items: center;
  background:
    linear-gradient(112deg, rgba(255, 122, 26, 0.15), rgba(129, 119, 255, 0.07)),
    var(--digua-panel);
  border: 1px solid rgba(255, 122, 26, 0.24);
  border-radius: 22px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 50px);
}

.digua-creator-callout h2 {
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -0.04em;
  margin: 9px 0 12px;
}

.digua-creator-callout p {
  max-width: 760px;
}

.digua-creator-callout .digua-button {
  flex: 0 0 auto;
}

.digua-safety-strip {
  align-items: center;
  border-bottom: 1px solid var(--digua-line);
  color: var(--digua-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 18px;
  padding: 28px 4px 18px;
}

.digua-safety-strip strong {
  color: var(--digua-text);
}

.digua-safety-strip span:before {
  color: var(--digua-orange);
  content: "•";
  margin-right: 7px;
}

.digua-safety-strip a {
  color: var(--digua-orange-soft);
  margin-left: auto;
  text-decoration: none;
}

.digua-footer {
  background: #07080b;
  border-top: 1px solid var(--digua-line);
  color: var(--digua-muted);
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

.digua-footer__inner {
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1560px;
  padding: 30px clamp(20px, 4vw, 64px);
}

.visible-sidebar .digua-footer__inner {
  padding-left: calc(var(--sidebar-width) + clamp(20px, 4vw, 64px));
  max-width: calc(1560px + var(--sidebar-width));
}

.digua-footer__brand {
  align-items: center;
  color: var(--digua-text);
  display: flex;
  gap: 12px;
}

.digua-footer__brand strong,
.digua-footer__brand span {
  display: block;
}

.digua-footer__brand strong {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.digua-footer__brand div > span {
  color: var(--digua-muted);
  font-size: 11px;
  margin-top: 3px;
}

.digua-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.digua-footer__links a {
  color: #c5c1bb;
  font-size: 12px;
  text-decoration: none;
}

.digua-footer__inner > p {
  font-size: 11px;
  grid-column: 1 / -1;
  margin: 0;
}

@keyframes digua-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .digua-live-dot { animation: none; }
  .digua-button { transition: none; }
}

@media screen and (max-width: 900px) {
  .digua-hero {
    grid-template-columns: 1fr;
  }

  .digua-program-card {
    max-width: 560px;
  }

  .digua-value-grid {
    grid-template-columns: 1fr;
  }

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

  .digua-value-grid article {
    min-height: auto;
  }

  .digua-creator-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .digua-home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .digua-hero {
    border-radius: 20px;
    min-height: auto;
    padding: 32px 22px;
  }

  .digua-hero h1 {
    font-size: clamp(43px, 14vw, 64px);
  }

  .digua-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 42px;
  }

  .digua-section-heading p {
    text-align: left;
  }

  #page-home .page-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .digua-creator-callout {
    padding: 27px 22px;
  }

  .digua-safety-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .digua-safety-strip a {
    margin-left: 0;
  }

  .digua-footer__inner,
  .visible-sidebar .digua-footer__inner {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .digua-footer__links {
    gap: 10px 18px;
  }
}

@media screen and (max-width: 420px) {
  .page-header .logo a:after {
    font-size: 17px;
  }

  .page-header .logo a:before {
    height: 23px;
    width: 20px;
  }

  .digua-hero__actions,
  .digua-hero__actions .digua-button {
    width: 100%;
  }

  .digua-hero__trust {
    flex-direction: column;
    gap: 8px;
  }

  .digua-product-links {
    grid-template-columns: 1fr;
  }
}

/* 造影岛 · 白昼片场 ---------------------------------------------------- */
:root {
  --digua-ink: #f7f7f4;
  --digua-panel: #ffffff;
  --digua-panel-soft: #f1f2f6;
  --digua-text: #181b25;
  --digua-muted: #6c707b;
  --digua-orange: #ff6b35;
  --digua-orange-soft: #ff8155;
  --digua-violet: #6257e8;
  --digua-line: rgba(24, 27, 37, 0.1);
}

html,
body,
.page-main,
.page-main-inner {
  background: var(--digua-ink) !important;
  color: var(--digua-text);
}

.page-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--digua-line);
  box-shadow: 0 1px 0 rgba(24, 27, 37, 0.03);
}

.page-header .logo a {
  color: var(--digua-text);
  gap: 9px;
}

.page-header .logo a:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cellipse cx='32' cy='24' rx='27' ry='14' fill='none' stroke='%23ff6b35' stroke-width='1.8' transform='rotate(20 32 24)'/%3E%3Cellipse cx='32' cy='24' rx='27' ry='14' fill='none' stroke='%236257e8' stroke-width='1.8' transform='rotate(-20 32 24)'/%3E%3Ctext x='32' y='30' text-anchor='middle' font-family='Arial' font-size='18' fill='%23181b25'%3EAI%3C/text%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  transform: none;
  width: 52px;
}

.page-header .logo a:after {
  color: var(--digua-text);
  content: "造影岛";
  font-size: 20px;
}

.page-header input,
.page-header .search-field {
  background: #f3f4f6 !important;
  border-color: rgba(24, 27, 37, 0.12) !important;
  color: var(--digua-text) !important;
}

.page-header a,
.page-header button,
.page-header .material-icons {
  color: #343741;
}

.page-sidebar {
  background: #ffffff !important;
  border-right-color: var(--digua-line);
}

.page-sidebar .nav-menu a,
.page-sidebar .nav-menu .menu-item-icon,
.digua-sidebar-links a {
  color: #555a66;
}

.page-sidebar .nav-menu a:hover,
.digua-sidebar-links a:hover {
  background: #f5f2ff;
  color: var(--digua-violet);
}

.digua-sidebar-links strong { color: #8a8e98; }

.digua-home {
  color: var(--digua-text);
  padding-top: 20px;
}

.digua-hero.digua-hero--compact-home {
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(98, 87, 232, 0.09), transparent 28%),
    radial-gradient(circle at 82% 92%, rgba(255, 107, 53, 0.09), transparent 26%),
    #ffffff;
  border: 1px solid var(--digua-line);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(36, 40, 54, 0.06);
  display: grid;
  gap: clamp(16px, 2.5vw, 34px);
  grid-template-columns: 108px minmax(0, 1fr) auto;
  min-height: 0;
  padding: 22px 28px;
}

.digua-hero.digua-hero--compact-home:before {
  background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(98, 87, 232, 0.025) 80px);
}

.zaoying-orbit-logo {
  align-items: center;
  display: flex;
  height: 74px;
  justify-content: center;
  position: relative;
  width: 104px;
  z-index: 1;
}

.zaoying-orbit-logo:before,
.zaoying-orbit-logo:after {
  border: 1.6px solid var(--digua-orange);
  border-radius: 50%;
  content: "";
  height: 38px;
  position: absolute;
  transform: rotate(20deg);
  width: 91px;
}

.zaoying-orbit-logo:after {
  border-color: var(--digua-violet);
  transform: rotate(-20deg);
}

.zaoying-orbit-logo span {
  color: var(--digua-text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.digua-hero--compact-home .digua-hero__copy { min-width: 0; }

.digua-hero--compact-home .digua-eyebrow,
.digua-kicker {
  color: var(--digua-violet);
}

.digua-hero--compact-home .digua-eyebrow span {
  background: var(--digua-orange);
  box-shadow: none;
}

.digua-hero--compact-home h1 {
  color: var(--digua-text);
  font-size: clamp(25px, 2.55vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 5px 0 7px;
  white-space: nowrap;
}

.digua-hero--compact-home h1 em { color: var(--digua-orange); }

.digua-hero--compact-home .digua-hero__copy > p {
  color: var(--digua-muted);
  font-size: 14px;
  line-height: 1.55;
}

.digua-hero--compact-home .digua-hero__actions {
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.digua-button--primary {
  background: var(--digua-orange);
  color: #ffffff;
}

.digua-button--primary:hover { background: #eb5827; color: #ffffff; }

.digua-button--secondary {
  background: #ffffff;
  border-color: rgba(24, 27, 37, 0.16);
  color: var(--digua-text);
}

.digua-button--secondary:hover { background: #f3f1ff; color: var(--digua-violet); }

.digua-section-heading {
  border-bottom-color: var(--digua-line);
  padding: 22px 4px 14px;
}

.digua-section-heading h2,
.digua-value-grid h2,
.digua-creator-callout h2 { color: var(--digua-text); }

.digua-section-heading p,
.digua-value-grid p,
.digua-creator-callout p { color: var(--digua-muted); }

.digua-product-links a,
.digua-value-grid article,
.digua-creator-callout {
  background: #ffffff;
  border-color: var(--digua-line);
  box-shadow: 0 9px 28px rgba(36, 40, 54, 0.05);
  color: var(--digua-text);
}

.digua-product-links a:hover { border-color: rgba(98, 87, 232, 0.36); }
.digua-product-links span { color: var(--digua-violet); }
.digua-product-links small { color: var(--digua-muted); }

.digua-safety-strip {
  background: #f1f0ff;
  border-color: rgba(98, 87, 232, 0.16);
  color: #555a66;
}

.digua-footer {
  background: #ffffff;
  border-top-color: var(--digua-line);
  color: var(--digua-muted);
}

.digua-footer__brand,
.digua-footer__links a { color: var(--digua-text); }

.digua-footer .digua-brand-mark {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cellipse cx='32' cy='24' rx='27' ry='14' fill='none' stroke='%23ff6b35' stroke-width='1.8' transform='rotate(20 32 24)'/%3E%3Cellipse cx='32' cy='24' rx='27' ry='14' fill='none' stroke='%236257e8' stroke-width='1.8' transform='rotate(-20 32 24)'/%3E%3Ctext x='32' y='30' text-anchor='middle' font-family='Arial' font-size='18' fill='%23181b25'%3EAI%3C/text%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  transform: none;
  width: 52px;
}

@media screen and (max-width: 900px) {
  .digua-hero.digua-hero--compact-home {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .digua-hero--compact-home .digua-hero__actions {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .digua-home { padding-top: 12px; }

  .digua-hero.digua-hero--compact-home {
    border-radius: 18px;
    gap: 10px 14px;
    grid-template-columns: 66px minmax(0, 1fr);
    padding: 16px;
  }

  .zaoying-orbit-logo { height: 54px; width: 64px; }
  .zaoying-orbit-logo:before,
  .zaoying-orbit-logo:after { height: 27px; width: 60px; }
  .zaoying-orbit-logo span { font-size: 18px; }
  .digua-hero--compact-home h1 { font-size: clamp(23px, 7vw, 31px); white-space: normal; }
  .digua-hero--compact-home .digua-eyebrow { font-size: 10px; }
  .digua-hero--compact-home .digua-hero__copy > p { display: none; }
  .digua-section-heading { padding-top: 20px; }
}

@media screen and (max-width: 420px) {
  .page-header .logo a:before { height: 32px; width: 42px; }
  .page-header .logo a:after { font-size: 17px; }
  .digua-hero--compact-home .digua-hero__actions,
  .digua-hero--compact-home .digua-hero__actions .digua-button { width: auto; }
  .digua-hero--compact-home .digua-hero__actions .digua-button { flex: 1; min-width: 0; padding: 0 13px; }
}
