/*
Theme Name: Ganyo Child
Theme URI: https://example.com
Description: Child theme for Ganyo Steel Building local staging and production migration.
Author: TQweeb.ai
Template: twentytwentyfour
Version: 0.1.0
Text Domain: ganyo-child
*/

:root {
  --ganyo-ink: #17212b;
  --ganyo-muted: #5d6975;
  --ganyo-line: #d9e0e8;
  --ganyo-blue: #0e5aa7;
  --ganyo-red: #155ba8; /* ⛔ DEPRECATED — name is misleading. New code must use --ganyo-blue (#0e5aa7) or --ganyo-old-* tokens inside .ganyo-old-* scope. This var exists only to avoid breaking the legacy .ganyo-home / .ganyo-topbar / .ganyo-button-red block below. */
  --ganyo-soft: #f4f7fa;
  --ganyo-deep: #101820;
}

/* Local project detail pages linked from the Projects index. */
.ganyo-old-project-detail-page {
  background: #fff;
  color: #1d2733;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ganyo-old-project-main {
  overflow: hidden;
}

.ganyo-old-project-topimage {
  width: 100%;
  background: #eef2f6;
}

.ganyo-old-project-topimage img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.ganyo-old-project-hero {
  padding: 64px 0 34px;
  background: #f6f8fb;
  border-bottom: 1px solid #e7edf5;
}

.ganyo-old-project-title-band {
  padding: 56px 0 44px;
  background: #fff;
  text-align: center;
}

.ganyo-old-project-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  color: #617386;
  font-size: 14px;
}

.ganyo-old-project-breadcrumb a {
  color: #155ba8;
  text-decoration: none;
}

.ganyo-old-project-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #111827;
  font-family: inherit;
  font-size: 42px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
}

.ganyo-old-project-title-band h1 {
  max-width: 1100px;
  margin: 0 auto 26px;
  color: #151515;
  font-family: inherit;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.ganyo-old-project-meta {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 14px 20px;
  background: #f6b418;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.ganyo-old-project-meta + .ganyo-old-project-meta {
  margin-top: 10px;
}

.ganyo-old-project-meta-secondary {
  background: #f6bd2a;
}

.ganyo-old-project-body {
  padding: 44px 0 72px;
  background: #fff;
}

.ganyo-old-project-source-note {
  padding: 22px 0 0;
  background: #fff;
}

.ganyo-old-project-source-note p,
.ganyo-old-project-source-note {
  color: #617386;
  font-size: 16px;
  line-height: 1.7;
}

.ganyo-old-project-media {
  padding: 52px 0 24px;
}

.ganyo-old-project-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 0;
}

.ganyo-old-project-copy {
  padding: 28px 0 56px;
}

.ganyo-old-project-copy-layout,
.ganyo-old-project-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 48px;
  align-items: start;
}

.ganyo-old-project-copy h2,
.ganyo-old-project-copy h3,
.ganyo-old-project-copy-main h2 {
  margin: 0 0 16px;
  color: #111827;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

.ganyo-old-project-copy p,
.ganyo-old-project-copy li,
.ganyo-old-project-copy-main p {
  margin: 0 0 20px;
  color: #617386;
  font-size: 17px;
  line-height: 1.78;
}

.ganyo-old-project-copy-main p:first-child {
  color: #202833;
}

.ganyo-old-project-copy-main h2 {
  margin-top: 30px;
  font-size: 26px;
}

.ganyo-old-project-copy aside {
  padding: 24px;
  border: 1px solid #e4ebf3;
  border-radius: 6px;
  background: #f8fafc;
}

.ganyo-old-project-copy ul {
  margin: 0;
  padding-left: 18px;
}

.ganyo-old-project-gallery-stack {
  display: grid;
  gap: 24px;
}

.ganyo-old-project-gallery-stack img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 360px;
  object-fit: cover;
  background: #f4f6f8;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-grouped-gallery {
  margin-top: 32px;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-group {
  margin-top: 30px;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-group:first-child {
  margin-top: 0;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-group h2 {
  margin: 0 0 18px;
  color: #155ba8;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: #f7f8fa;
}

.ganyo-old-project-detail-third-batch .ganyo-old-project-intro-gallery img {
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: #f7f8fa;
}

.ganyo-old-project-actions {
  padding: 36px 0 72px;
  background: #fff;
}

.ganyo-old-project-actions .ganyo-old-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 900px) {
  .ganyo-old-project-topimage img {
    height: 240px;
  }

  .ganyo-old-project-title-band {
    padding: 38px 0 34px;
  }

  .ganyo-old-project-hero {
    padding: 44px 0 28px;
  }

  .ganyo-old-project-hero h1,
  .ganyo-old-project-title-band h1 {
    font-size: 30px;
  }

  .ganyo-old-project-copy-layout,
  .ganyo-old-project-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ganyo-old-project-media {
    padding-top: 34px;
  }

  .ganyo-old-project-body {
    padding: 36px 0 54px;
  }
}

@media (max-width: 640px) {
  .ganyo-old-project-topimage img {
    height: 198px;
  }

  .ganyo-old-project-title-band h1 {
    font-size: 28px;
  }

  .ganyo-old-project-meta {
    padding: 14px 12px;
    font-size: 15px;
  }

  .ganyo-old-project-copy-main p {
    font-size: 16px;
  }

  .ganyo-old-project-gallery-stack {
    gap: 16px;
  }

  .ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ganyo-old-project-detail-third-batch .ganyo-old-project-gallery-group {
    margin-top: 24px;
  }

  .ganyo-old-project-gallery-stack img {
    min-height: 0;
    max-height: none;
  }
}

/* ==========================================================================
   ⛔ DEPRECATED LEGACY BLOCK — Lines below (.ganyo-home, .ganyo-home-v2,
   .ganyo-topbar, .ganyo-button-red) are from the pre-V1 local dev era.
   DO NOT use these class names in any new page, template, or shortcode.
   All new code must use .ganyo-old-* classes defined in the
   "GANYO OLD-SITE UI SYSTEM (V1)" section further below.
   This block is retained only to avoid breaking existing local content
   that already references these classes.
   ========================================================================== */

.ganyo-home {
  color: var(--ganyo-ink);
}

.ganyo-home,
.ganyo-home * {
  box-sizing: border-box;
}

body.home .wp-site-blocks > header,
body.home .wp-site-blocks > footer,
body.home .wp-site-blocks > .wp-block-template-part,
body.home .wp-site-blocks > main > .wp-block-template-part,
body.home .wp-site-blocks > main > header,
body.home .wp-site-blocks > main > footer,
body.home main > .wp-block-group:first-child,
body.home main .wp-block-post-title,
body.home .wp-block-post-title {
  display: none !important;
}

body.home .wp-site-blocks > header.wp-block-template-part {
  display: block !important;
}

body.home .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

body.home .wp-site-blocks > *,
body.home .wp-site-blocks > main {
  margin-block-start: 0 !important;
}

body.home main,
body.home .entry-content,
body.home .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

body.home .entry-content.has-global-padding,
body.home .wp-block-post-content.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Inner pages: Ganyo HTML lives in post_content (.ganyo-old-home). Mirror the Home
   shell reset so TT4 does not add side padding / max-width that squeezes typography. */
body:not(.home):has(.wp-block-post-content .ganyo-old-home) {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-site-blocks > header,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-site-blocks > main > header,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) main .wp-block-post-title,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-block-post-title {
  display: none !important;
}

body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  max-width: 100%;
}

body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-site-blocks > *,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-site-blocks > main {
  margin-block-start: 0 !important;
}

body:not(.home):has(.wp-block-post-content .ganyo-old-home) main,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .entry-content,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

body:not(.home):has(.wp-block-post-content .ganyo-old-home) .entry-content.has-global-padding,
body:not(.home):has(.wp-block-post-content .ganyo-old-home) .wp-block-post-content.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ganyo-home-v2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}

body.home {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

body.home .wp-site-blocks {
  overflow-x: hidden;
  max-width: 100%;
}

body.home :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, label, span, strong, em, cite, blockquote) {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ganyo-home a {
  color: inherit;
  text-decoration: none;
}

.ganyo-local-header {
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 31, 45, .08);
}

.ganyo-topbar {
  background: var(--ganyo-deep);
  color: #fff;
  font-size: 13px;
}

.ganyo-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  min-width: 0;
}

.ganyo-topbar a {
  color: #fff;
}

.ganyo-nav {
  background: #fff;
}

.ganyo-nav-inner {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  min-width: 0;
}

.ganyo-brand {
  font-weight: 800;
  color: var(--ganyo-red);
  white-space: nowrap;
}

.ganyo-menu,
.ganyo-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ganyo-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.ganyo-menu > li {
  position: relative;
}

.ganyo-menu a {
  display: block;
  padding: 8px 0;
}

.ganyo-has-dropdown > a::after {
  content: " ▾";
}

.ganyo-has-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 280px;
  display: none;
  padding: 10px 0;
  border: 1px solid var(--ganyo-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 33, 50, .18);
}

.ganyo-has-dropdown:hover ul,
.ganyo-has-dropdown:focus-within ul {
  display: block;
}

.ganyo-has-dropdown li a {
  padding: 10px 18px;
  color: var(--ganyo-ink);
  font-weight: 600;
}

.ganyo-home .wp-block-group {
  box-sizing: border-box;
}

.ganyo-hero {
  margin-top: 0;
  padding: clamp(74px, 10vw, 138px) 24px;
  color: #fff;
}

.ganyo-hero h1 {
  max-width: 900px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.02;
  color: #fff;
  word-break: normal;
}

.ganyo-hero p {
  max-width: 760px;
  font-size: clamp(17px, 2vw, 22px);
  color: #fff;
  overflow-wrap: break-word;
}

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

.ganyo-button,
.ganyo-static-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
}

.ganyo-button-red,
.ganyo-static-form button {
  background: var(--ganyo-red);
  color: #fff;
}

.ganyo-button-outline {
  border-color: rgba(255,255,255,.75);
  color: #fff;
}

.ganyo-button-outline-dark {
  border-color: var(--ganyo-ink);
  color: var(--ganyo-ink);
}

.ganyo-floating-contact {
  display: flex;
  justify-content: center;
  gap: 2px;
  background: var(--ganyo-red);
  color: #fff;
  font-weight: 800;
}

.ganyo-floating-contact a {
  padding: 14px 26px;
}

.ganyo-section {
  padding: clamp(44px, 6vw, 82px) 24px;
}

.ganyo-section > .wp-block-group__inner-container,
.ganyo-constrain {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ganyo-section h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
}

.ganyo-kicker {
  color: var(--ganyo-red);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ganyo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

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

.ganyo-card {
  border: 1px solid var(--ganyo-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 33, 50, .08);
}

.ganyo-card figure,
.ganyo-card .wp-block-image {
  margin: 0;
}

.ganyo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ganyo-card h3,
.ganyo-card p {
  padding-left: 18px;
  padding-right: 18px;
}

.ganyo-card h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
}

.ganyo-card p {
  margin-bottom: 18px;
  color: var(--ganyo-muted);
}

.ganyo-card p a {
  color: var(--ganyo-red);
  font-weight: 800;
}

.ganyo-centered-action {
  margin-top: 30px;
  text-align: center;
}

.ganyo-cta-band {
  padding: clamp(46px, 7vw, 86px) 24px;
  background: linear-gradient(90deg,rgba(16,24,32,.88),rgba(16,24,32,.68)), url('http://localhost:8080/wp-content/uploads/2026/05/biaotibeijing.webp') center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.ganyo-cta-band h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  font-size: clamp(28px, 4vw, 50px);
}

.ganyo-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.ganyo-feature {
  padding: 22px;
  border: 1px solid var(--ganyo-line);
  border-radius: 8px;
  background: #fff;
}

.ganyo-feature img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.ganyo-feature h3 {
  margin: 14px 0 0;
  font-size: 18px;
}

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

.ganyo-application-grid article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 8px;
  background: var(--ganyo-ink);
  color: #fff;
}

.ganyo-application-grid img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  opacity: .72;
}

.ganyo-application-grid h3 {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  margin: 0;
  font-size: 20px;
}

.ganyo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.ganyo-split img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.ganyo-muted-band {
  background: var(--ganyo-soft);
}

.ganyo-tabs-static {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.ganyo-tabs-static > div {
  padding: 16px 18px;
  border-left: 4px solid var(--ganyo-red);
  background: #fff;
}

.ganyo-project-number {
  color: var(--ganyo-red);
  font-weight: 800;
  font-size: 14px;
}

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

.ganyo-project-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 240px;
  border-radius: 8px;
  background: var(--ganyo-ink);
  color: #fff;
}

.ganyo-project-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  opacity: .78;
  transition: transform .25s ease;
}

.ganyo-project-card:hover img {
  transform: scale(1.04);
}

.ganyo-project-card span,
.ganyo-project-card strong {
  position: absolute;
  left: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}

.ganyo-project-card span {
  top: 18px;
  font-size: 28px;
  font-weight: 900;
}

.ganyo-project-card strong {
  bottom: 18px;
  font-size: 22px;
}

.ganyo-testimonial {
  padding: 24px;
  border-left: 4px solid var(--ganyo-red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 33, 50, .07);
}

.ganyo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ganyo-contact-section,
.ganyo-contact-strip {
  background: var(--ganyo-ink);
  color: #fff;
}

.ganyo-contact-section a,
.ganyo-contact-strip a {
  color: #fff;
}

.ganyo-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
}

.ganyo-static-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: var(--ganyo-ink);
}

.ganyo-static-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.ganyo-static-form input,
.ganyo-static-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ganyo-line);
  border-radius: 4px;
  padding: 12px 13px;
  font: inherit;
}

.ganyo-footer {
  padding: 52px 24px 24px;
  background: #0b1117;
  color: #fff;
}

.ganyo-footer a {
  color: #fff;
}

.ganyo-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 34px;
}

.ganyo-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ganyo-footer li {
  margin: 8px 0;
}

.ganyo-copyright {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.76);
  font-size: 14px;
}

@media (max-width: 760px) {
  html,
  body.home,
  body.home .wp-site-blocks,
  body.home main,
  body.home .entry-content,
  body.home .wp-block-post-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .ganyo-home-v2 * {
    min-width: 0 !important;
  }

  .ganyo-home-v2,
  .ganyo-local-header,
  .ganyo-topbar,
  .ganyo-nav,
  .ganyo-hero,
  .ganyo-section,
  .ganyo-cta-band,
  .ganyo-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .ganyo-constrain {
    max-width: 100%;
    min-width: 0;
  }

  .ganyo-topbar {
    font-size: 12px;
  }

  .ganyo-topbar-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .ganyo-topbar-inner span {
    display: block;
    width: calc(100vw - 32px);
    max-width: 100%;
    min-width: 0;
  }

  .ganyo-topbar-inner,
  .ganyo-nav-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ganyo-nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ganyo-menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .ganyo-brand,
  .ganyo-menu a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .ganyo-has-dropdown ul {
    position: static;
    display: block;
    min-width: 0;
    padding: 4px 0 4px 10px;
    border: 0;
    box-shadow: none;
  }

  .ganyo-has-dropdown li a,
  .ganyo-topbar span {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .ganyo-hero {
    padding: 46px 16px;
    overflow: hidden;
  }

  .ganyo-hero h1 {
    display: block;
    width: calc(100vw - 32px);
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ganyo-hero p {
    display: block;
    width: calc(100vw - 32px);
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .ganyo-hero-actions {
    flex-direction: column;
  }

  .ganyo-button,
  .ganyo-static-form button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .ganyo-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ganyo-section h2,
  .ganyo-cta-band h2 {
    font-size: 28px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ganyo-floating-contact {
    flex-direction: column;
    text-align: center;
  }

  .ganyo-product-grid,
  .ganyo-application-grid,
  .ganyo-project-grid,
  .ganyo-testimonial-grid,
  .ganyo-footer-grid {
    grid-template-columns: 1fr;
  }

  .ganyo-split {
    grid-template-columns: 1fr;
  }

  .ganyo-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .ganyo-product-grid,
  .ganyo-application-grid,
  .ganyo-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================================================== */
/* END DEPRECATED LEGACY BLOCK                                                */
/* ========================================================================== */

/* ==========================================================================
   GANYO OLD-SITE UI SYSTEM (V1)
   Section map:
   - Global tokens
   - Header
   - Buttons
   - Cards
   - Forms
   - Home
   - Products
   - Projects
   - Blog
   - Contact
   - Footer
   - Responsive
   ========================================================================== */

/* Global tokens — shared across all ganyo-old-* page wrappers */
:root {
  --old-blue: #155ba8;
  --old-blue-dark: #0a4d96;
  --old-blue-soft: #eef6ff;
  --old-text: #141414;
  --old-muted: #617386;
  --old-line: #d9e4f2;
  --old-yellow: #f6b418;
}

.ganyo-old-home {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: var(--old-text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #fff;
}

body.home {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body.home .entry-content > .ganyo-old-home,
body.home .wp-block-post-content > .ganyo-old-home {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ganyo-old-home,
.ganyo-old-home * {
  box-sizing: border-box;
}

.ganyo-old-home h1,
.ganyo-old-home h2,
.ganyo-old-home h3,
.ganyo-old-home h4,
.ganyo-old-home h5,
.ganyo-old-home h6,
.ganyo-old-home .ganyo-old-kicker,
.ganyo-old-home .ganyo-old-readmore,
.ganyo-old-home .ganyo-old-btn {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  letter-spacing: 0;
}

.ganyo-old-home a {
  color: inherit;
  text-decoration: none;
}

.ganyo-old-global-header,
.ganyo-old-global-header * {
  box-sizing: border-box;
}

body:has(.ganyo-old-global-header) .wp-block-post-content > .ganyo-old-home > .ganyo-old-header,
body:has(.ganyo-old-global-header) .wp-block-post-content > .ganyo-about-contact-v1 > .ganyo-old-header,
body:has(.ganyo-old-global-header) .wp-block-post-content > .ganyo-day4-v1 > .ganyo-old-header,
body:has(.ganyo-old-global-header) .wp-block-post-content > .ganyo-old-day5-v1 > .ganyo-old-header {
  display: none !important;
}

.ganyo-old-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header */
.ganyo-old-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-top: 5px solid var(--old-blue);
  background: #fff;
  box-shadow: 0 4px 16px rgba(23, 64, 113, .08);
}

.ganyo-old-header-inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: min(1200px, 95%);
  margin: 0 auto;
}

.ganyo-old-logo {
  flex-shrink: 0;
  margin-right: 20px;
}

.ganyo-old-logo img {
  display: block;
  width: 120px;
  height: auto;
}

.ganyo-old-nav {
  flex: 1 1 auto;
}

.ganyo-old-nav > ul {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ganyo-old-nav li {
  position: relative;
}

.ganyo-old-nav a {
  position: relative;
  display: block;
  padding: 30px 25px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  white-space: nowrap;
  transition: color .3s ease;
}

.ganyo-old-nav > ul > .has-submenu > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ganyo-old-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--old-blue);
  opacity: 0;
  transition: opacity .3s ease;
}

.ganyo-old-nav > ul > li > a.is-active::after,
.ganyo-old-nav > ul > li > a:hover::after,
.ganyo-old-nav > ul > li > a:focus-visible::after {
  opacity: 1;
}

.ganyo-old-nav a.is-active,
.ganyo-old-nav > ul > li > a:hover,
.ganyo-old-nav > ul > li > a:focus-visible {
  color: var(--old-blue);
}

.ganyo-old-nav .has-submenu > a .ganyo-old-caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0;
  vertical-align: middle;
}

.ganyo-old-nav .has-submenu ul {
  position: absolute;
  left: -18px;
  top: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  width: 300px;
  padding: 10px 0;
  border: 1px solid var(--old-line);
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 67, 123, .18);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.ganyo-old-nav .has-submenu:hover ul,
.ganyo-old-nav .has-submenu:focus-within ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ganyo-old-nav .has-submenu li a {
  padding: 11px 18px;
  font-size: 15px;
  color: #243244;
  transition: color .18s ease, background .18s ease, padding-left .18s ease;
}

.ganyo-old-nav .has-submenu li a::after {
  display: none;
}

.ganyo-old-nav .has-submenu li a:hover,
.ganyo-old-nav .has-submenu li a:focus-visible {
  padding-left: 24px;
  background: #eef6ff;
  color: var(--old-blue);
}

.ganyo-old-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-shrink: 0;
}

.ganyo-old-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 0 0;
  border-right: 1px solid #dbdbdb;
  color: #141414;
  cursor: pointer;
  transition: color .2s ease;
}

.ganyo-old-search-btn:hover {
  color: var(--old-blue);
}

.ganyo-old-search-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ganyo-old-flags {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 1px;
}

.ganyo-old-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  cursor: pointer;
  transition: color .3s ease;
}

.ganyo-old-burger:hover {
  color: var(--old-blue);
}

.ganyo-old-burger svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Home / Hero */
.ganyo-old-hero {
  position: relative;
  min-height: min(750px, 39.0625vw);
  padding: 0;
  background: url("assets/old-home/ganyuanshouyexinbanner.webp") center/cover no-repeat;
  color: #fff;
}

.ganyo-old-hero::after {
  content: "";
  display: none;
}

.ganyo-old-hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ganyo-old-kicker {
  margin: 0 0 24px;
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ganyo-old-hero h1 {
  max-width: 960px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ganyo-old-hero-sub {
  max-width: 850px;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .05em;
}

.ganyo-old-hero-hidden-stats {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ganyo-old-side-contact {
  position: fixed;
  z-index: 60;
  top: 280px;
  right: 0;
  width: 78px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 57, 93, .18);
}

.ganyo-old-side-contact a {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 14px 8px;
  border-bottom: 1px solid #edf1f6;
  color: #617385;
  font-size: 11px;
  text-align: center;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ganyo-old-side-contact span {
  font-size: 23px;
  color: var(--old-blue);
  transition: color .22s ease;
}

.ganyo-old-side-contact em {
  font-style: normal;
}

.ganyo-old-side-contact a:hover,
.ganyo-old-side-contact a:focus-visible {
  background: var(--old-blue);
  color: #fff;
  transform: translateX(-6px);
}

.ganyo-old-side-contact a:hover span,
.ganyo-old-side-contact a:focus-visible span {
  color: #fff;
}

.ganyo-old-section {
  padding: clamp(54px, 7vw, 92px) 0;
}

/* Products + Cards */
.ganyo-old-section h2 {
  margin: 0 0 34px;
  color: var(--old-blue);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.ganyo-old-products {
  background:
    repeating-linear-gradient(135deg, rgba(20, 91, 168, .045) 0, rgba(20, 91, 168, .045) 2px, transparent 2px, transparent 8px),
    #f8fbff;
}

.ganyo-old-products .ganyo-old-wrap {
  width: min(1200px, calc(100% - 48px));
}

.ganyo-old-product-grid,
.ganyo-old-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ganyo-old-product-grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #fff;
  box-shadow: none;
}

.ganyo-old-product-grid article a {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
  color: inherit;
}

.ganyo-old-product-grid article a::before,
.ganyo-old-product-grid article a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ganyo-old-product-grid article a::before {
  z-index: 1;
  background: rgba(21, 91, 168, .18);
  opacity: 0;
  transition: opacity .35s ease;
}

.ganyo-old-product-grid article a::after {
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, .88) 82%, #fff 100%);
}

.ganyo-old-product-grid img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.ganyo-old-product-grid h3 {
  position: absolute;
  z-index: 3;
  left: 12px;
  right: 12px;
  bottom: 10px;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--old-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.ganyo-old-readmore {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 12px 26px;
  background: var(--old-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -45%);
  transition: opacity .3s ease, transform .3s ease, background .22s ease;
}

.ganyo-old-product-grid article:hover,
.ganyo-old-product-grid article:focus-within {
  box-shadow: none;
}

.ganyo-old-product-grid article:hover img,
.ganyo-old-product-grid article:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.ganyo-old-product-grid article:hover a::before,
.ganyo-old-product-grid article:focus-within a::before {
  opacity: 1;
}

.ganyo-old-product-grid article:hover .ganyo-old-readmore,
.ganyo-old-product-grid article:focus-within .ganyo-old-readmore {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.ganyo-old-product-grid article:hover h3,
.ganyo-old-product-grid article:focus-within h3 {
  opacity: .96;
}

.ganyo-old-product-grid article:hover .ganyo-old-readmore:hover,
.ganyo-old-product-grid article:focus-within .ganyo-old-readmore:focus-visible {
  background: #0a4d96;
}

.ganyo-old-center {
  margin: 34px 0 0;
  text-align: center;
}

/* Buttons */
.ganyo-old-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  background: var(--old-blue);
  color: #fff;
  font-weight: 800;
  border: 0;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ganyo-old-btn:hover,
.ganyo-old-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(20, 70, 125, .22);
}

.ganyo-old-btn-yellow {
  background: var(--old-yellow);
  color: #113e73;
  font-weight: 900;
}

.ganyo-old-btn-yellow:hover,
.ganyo-old-btn-yellow:focus-visible {
  background: #ffc934;
  color: #0d386f;
}

.ganyo-old-request-band {
  padding: 0;
  min-height: 268px;
  background: url("assets/old-home/pinzhibeijing1.webp") center/cover no-repeat;
  color: rgba(255, 255, 255, .95);
  text-align: center;
  overflow: hidden;
}

.ganyo-old-request-band .ganyo-old-wrap {
  display: grid;
  min-height: 268px;
  align-content: end;
  justify-items: center;
  gap: 0;
  padding-bottom: 36px;
}

.ganyo-old-request-title,
.ganyo-old-request-bg-copy,
.ganyo-old-request-subtitle {
  display: none !important;
}

.ganyo-old-request-band .ganyo-old-btn-yellow {
  min-width: 252px;
  min-height: 46px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 800;
}

.ganyo-old-inquiry-band {
  padding: 58px 0 30px;
  background: #fff;
  text-align: center;
}

.ganyo-old-inquiry-band h2 {
  max-width: 900px;
  margin: 0 auto 14px;
  color: var(--old-blue);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 900;
}

.ganyo-old-inquiry-subtitle {
  margin: 0;
  color: var(--old-blue);
  font-size: clamp(22px, 2vw, 36px);
}

.ganyo-old-btn-light {
  margin-top: 22px;
  background: #fff;
  color: var(--old-blue) !important;
  border: 2px solid var(--old-blue);
}

.ganyo-old-btn-light:hover,
.ganyo-old-btn-light:focus-visible {
  background: var(--old-blue);
  color: #fff !important;
}

/* Advantages */
.ganyo-old-advantages {
  background: #fff;
  padding-top: 12px;
}

.ganyo-old-adv-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.ganyo-old-adv-grid div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 156px;
  padding: 18px 10px;
  border: 1px solid var(--old-line);
  background: #fff;
  text-align: center;
}

.ganyo-old-adv-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.ganyo-old-adv-grid strong {
  color: var(--old-blue);
  font-size: 14px;
  line-height: 1.35;
}

.ganyo-old-applications {
  background: var(--old-blue-soft);
  border-top: 1px solid #deebf9;
  border-bottom: 1px solid #deebf9;
}

.ganyo-old-applications > .ganyo-old-wrap > p {
  margin: -18px 0 32px;
  color: var(--old-muted);
  text-align: center;
}

.ganyo-old-app-grid article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}

.ganyo-old-app-grid img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.ganyo-old-app-grid span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(0deg, rgba(17, 81, 154, .92), transparent);
  color: #fff;
  font-weight: 800;
}

.ganyo-old-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ganyo-old-about-factory {
  display: block;
  width: 100%;
  aspect-ratio: 2.45 / 1;
  margin: 0 0 20px;
  border-radius: 30px;
  object-fit: cover;
}

.ganyo-old-about-team {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 30px;
  object-fit: contain;
  align-self: start;
  background: #f7fbfd;
}

.ganyo-old-about-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-radius: 30px;
  background: #f7fbfd;
}

.ganyo-old-split h2 {
  margin-bottom: 18px;
  color: var(--old-blue);
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
}

.ganyo-old-split p {
  margin: 0 0 18px;
  color: #0f3e86;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ganyo-old-split > img {
  width: 100%;
  display: block;
}

.ganyo-old-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 14px;
}

.ganyo-old-tabs button {
  min-height: 58px;
  border: 2px solid var(--old-blue);
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}

.ganyo-old-tabs button:first-child {
  background: var(--old-blue);
  color: #fff;
}

.ganyo-old-tabs button:nth-child(3) {
  grid-column: 1 / -1;
}

.ganyo-old-tabs button:hover,
.ganyo-old-tabs button:focus-visible,
.ganyo-old-tabs button.is-active {
  background: var(--old-blue);
  color: #fff;
}

.ganyo-old-tab-panel p {
  margin-top: 0;
}

.ganyo-old-tab-panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
}

.ganyo-old-tab-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ganyo-old-about-card strong {
  color: #111;
  font-weight: 800;
}

.ganyo-old-about-readmore {
  align-self: flex-start;
  min-width: 142px;
  margin-top: 14px;
  background: var(--old-yellow);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

.ganyo-old-link {
  color: var(--old-blue);
  font-weight: 900;
}

/* Projects */
.ganyo-old-projects-slider {
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) 2px, transparent 2px, transparent 10px),
    linear-gradient(120deg, #0f4390, #174fa2);
}

.ganyo-old-projects-slider-wrap {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.ganyo-old-projects-lead h2 {
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
}

.ganyo-old-project-arrows {
  display: flex;
  gap: 10px;
}

.ganyo-old-project-arrow {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: var(--old-blue);
  font-size: 28px;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ganyo-old-project-arrow:hover,
.ganyo-old-project-arrow:focus-visible {
  background: var(--old-yellow);
  color: #113e73;
  transform: translateY(-2px);
}

/* carousel viewport clips the overflow; track slides inside it */
.ganyo-old-project-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.ganyo-old-project-carousel-track {
  display: flex;
  gap: 30px;
  align-items: stretch;
  will-change: transform;
}

.ganyo-old-project-card {
  display: block;
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  overflow: hidden;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ganyo-old-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.ganyo-old-project-card:hover,
.ganyo-old-project-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(9, 42, 86, .22);
}

.ganyo-old-project-card:hover img,
.ganyo-old-project-card:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.ganyo-old-project-card-body {
  min-height: 74px;
  padding: 12px 14px 14px;
  background: #dfe4ea;
  color: var(--old-blue);
}

.ganyo-old-project-card-body span {
  display: block;
  margin-bottom: 8px;
  color: #99a2ac;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.ganyo-old-project-card-body strong {
  display: block;
  color: var(--old-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.ganyo-old-project-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
}

.ganyo-old-project-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background .25s, border-color .25s;
}

.ganyo-old-project-dot.is-active {
  background: #fff;
  border-color: #fff;
}

.ganyo-old-project-dot:hover {
  border-color: #fff;
}

.ganyo-old-project-detail-list {
  background: #f1f3f6;
  padding-top: 44px;
}

.ganyo-old-project-detail {
  margin-bottom: 38px;
}

.ganyo-old-project-detail h3 {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2c5ea4;
  color: #184792;
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 900;
  line-height: 1.1;
}

.ganyo-old-project-detail h3::before {
  content: "❯";
  margin-right: 12px;
  color: var(--old-blue);
}

.ganyo-old-project-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ganyo-old-project-detail-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .84;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease, box-shadow .32s ease;
}

.ganyo-old-project-detail-grid img:hover {
  transform: scale(1.025);
  filter: saturate(1.06);
  box-shadow: 0 12px 24px rgba(20, 60, 110, .16);
}

.ganyo-old-more-projects-section {
  background: #f1f3f6;
  padding-top: 0;
}

.ganyo-old-more-projects-banner {
  overflow: hidden;
  min-height: 280px;
  background: url("assets/old-home/gengduoanlibeijing.webp") center/cover no-repeat;
}

.ganyo-old-more-projects-panel {
  display: grid;
  align-content: center;
  gap: 24px;
  width: min(46%, 440px);
  min-height: 280px;
  padding: 32px 34px;
  background: linear-gradient(136deg, #164e9d 77%, transparent 77%);
}

.ganyo-old-more-projects-panel h2 {
  margin: 0;
  color: #fff;
  text-align: left;
}

.ganyo-old-feedback {
  background: #f1f3f6;
}

.ganyo-old-feedback-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .96fr) minmax(290px, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 30px;
}

.ganyo-old-feedback-lead {
  padding-right: 8px;
}

.ganyo-old-feedback-lead h2 {
  margin: 0;
  text-align: left;
}

.ganyo-old-feedback-divider {
  display: block;
  width: 112px;
  height: 4px;
  margin: 14px 0 18px;
  background: var(--old-yellow);
}

.ganyo-old-feedback-lead p {
  margin: 0 0 16px;
  color: #273646;
  line-height: 1.56;
}

.ganyo-old-feedback-media,
.ganyo-old-feedback-video {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  background: #fff;
}

.ganyo-old-feedback-media img,
.ganyo-old-feedback-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.ganyo-old-feedback-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: #111;
  font-size: 40px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: background .22s ease, transform .22s ease, color .22s ease;
}

.ganyo-old-feedback-video:hover img,
.ganyo-old-feedback-video:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.9);
}

.ganyo-old-feedback-video:hover span,
.ganyo-old-feedback-video:focus-visible span {
  background: #fff;
  color: var(--old-blue);
  transform: translate(-50%, -50%) scale(1.08);
}

.ganyo-old-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(4, 13, 24, .78);
}

.ganyo-old-video-modal.is-open {
  display: flex;
}

.ganyo-old-video-modal-dialog {
  position: relative;
  width: min(960px, 92vw);
  overflow: visible;
  background: #000;
  box-shadow: 0 24px 72px rgba(0, 0, 0, .38);
}

.ganyo-old-video-modal-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.ganyo-old-video-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ganyo-old-video-modal-close {
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #10243a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .28);
}

.ganyo-old-video-modal-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  background: #155ba8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease;
}

.ganyo-old-video-modal-youtube:hover,
.ganyo-old-video-modal-youtube:focus-visible {
  background: #0a4d96;
  color: #fff;
  text-decoration: underline;
}

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

.ganyo-old-feedback blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #263645;
  line-height: 1.55;
}

.ganyo-old-feedback cite {
  display: block;
  margin-top: 14px;
  color: #1f2430;
  font-weight: 900;
  font-style: normal;
}

/* Contact + Forms */
.ganyo-old-contact {
  background: var(--old-blue);
  color: #fff;
}

.ganyo-old-contact h2 {
  color: #fff;
  text-align: left;
}

.ganyo-old-contact a {
  color: #fff;
}

.ganyo-old-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 46px;
}

.ganyo-old-form {
  display: grid;
  gap: 13px;
  padding: 24px;
  background: #fff;
  color: var(--old-text);
}

.ganyo-old-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.ganyo-old-form input,
.ganyo-old-form textarea {
  width: 100%;
  border: 1px solid var(--old-line);
  padding: 12px 13px;
  font: inherit;
}

.ganyo-old-form button {
  min-height: 46px;
  border: 0;
  background: var(--old-blue);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ganyo-old-form button:hover,
.ganyo-old-form button:focus-visible {
  background: #0a4d96;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(20, 70, 125, .2);
}

/* Footer */
.ganyo-old-footer {
  padding: 52px 0 24px;
  background: #eceff3;
  color: #1f2b3c;
}

.ganyo-old-footer-layout {
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: 40px;
}

.ganyo-old-footer-brand img {
  width: 110px;
  margin-bottom: 18px;
}

.ganyo-old-contact-line {
  margin: 10px 0;
  color: #1f2b3c;
  line-height: 1.45;
}

.ganyo-old-contact-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 6px;
}

.ganyo-old-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  color: #1f2b3c;
  font-size: 14px;
  line-height: 1.5;
}

.ganyo-old-contact-item a {
  color: #1f2b3c;
  transition: color .2s ease;
}

.ganyo-old-contact-item a:hover,
.ganyo-old-contact-item a:focus-visible {
  color: var(--old-blue);
}

.ganyo-old-contact-item-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  fill: #1f2b3c;
}

.ganyo-old-footer a {
  color: #1f2b3c;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.ganyo-old-footer a:hover,
.ganyo-old-footer a:focus-visible {
  color: var(--old-blue);
}

.ganyo-old-footer-social {
  display: flex;
  gap: 12px;
  margin: 18px 0 0;
}

.ganyo-old-social-circle {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #245dab;
  color: #fff !important;
  font-weight: 800;
  font-size: 21px;
  transition: background .2s ease, transform .2s ease;
}

.ganyo-old-social-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.ganyo-old-social-circle:hover,
.ganyo-old-social-circle:focus-visible {
  background: var(--old-yellow);
  color: #113e73 !important;
  transform: translateY(-2px);
}

.ganyo-old-footer-links h3 {
  margin: 0 0 20px;
  color: #1f478b;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ganyo-old-footer-columns {
  display: grid;
  grid-template-columns: 90px 110px minmax(210px, 1fr) minmax(240px, 1.08fr);
  column-gap: 20px;
  row-gap: 18px;
  align-items: start;
}

.ganyo-old-footer-col a {
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 0 28px;
  color: #1f2b3c;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s ease;
}

.ganyo-old-footer-col a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--old-blue);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity .25s ease, transform .25s ease;
}

.ganyo-old-footer-col a:hover,
.ganyo-old-footer-col a:focus-visible {
  color: var(--old-blue);
}

.ganyo-old-footer-col a:hover::after,
.ganyo-old-footer-col a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.ganyo-old-footer-link-active,
.ganyo-old-footer-col a.ganyo-footer-link-active {
  color: var(--old-blue) !important;
}

.ganyo-old-footer-col a.ganyo-footer-link-active::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

.ganyo-old-footer-col:nth-child(3) {
  padding-left: 28px;
  border-left: 1px solid #cad4e1;
}

.ganyo-old-copy {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #cfd7e2;
  color: #55667a;
  font-size: 14px;
}

.ganyo-old-copy a {
  color: inherit;
  text-decoration: none;
}

.ganyo-old-copy a:hover,
.ganyo-old-copy a:focus-visible {
  color: var(--old-blue);
  text-decoration: underline;
}

.ganyo-old-footer-inquiry {
  min-height: 400px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.42) 62%, rgba(255,255,255,0) 100%), var(--ganyo-footer-inquiry-bg, url("assets/old-home/yeweibanner.webp"));
  background-position: center center;
  background-size: cover;
}

.ganyo-old-footer-inquiry-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ganyo-old-footer-form {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: min(24vw, 360px);
}

.ganyo-old-footer-field {
  padding: 0 5px;
}

.ganyo-old-footer-field-half {
  flex: 0 0 50%;
}

.ganyo-old-footer-field-full {
  flex: 0 0 100%;
}

.ganyo-old-footer-form input,
.ganyo-old-footer-form textarea,
.ganyo-old-offcanvas-form input,
.ganyo-old-offcanvas-form textarea {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid var(--old-blue);
  border-radius: 0;
  background: transparent;
  color: #141414;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 16px;
  box-shadow: none;
  outline: none;
}

.ganyo-old-footer-form textarea,
.ganyo-old-offcanvas-form textarea {
  min-height: 100px;
  resize: vertical;
}

.ganyo-old-footer-form input::placeholder,
.ganyo-old-footer-form textarea::placeholder,
.ganyo-old-offcanvas-form input::placeholder,
.ganyo-old-offcanvas-form textarea::placeholder {
  color: rgba(20, 20, 20, .62);
}

.ganyo-old-footer-submit,
.ganyo-old-offcanvas-form button {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: var(--old-blue);
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: default;
}

.ganyo-old-backtop,
.ganyo-old-contact-float {
  position: fixed;
  z-index: 61;
  right: 0;
  background: var(--old-blue);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(16, 55, 98, .24);
}

.ganyo-old-backtop {
  bottom: 72px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  font-size: 22px;
}

.ganyo-old-contact-float {
  bottom: 18px;
  padding: 15px 28px;
  font-weight: 800;
}

.ganyo-old-backtop,
.ganyo-old-contact-float {
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ganyo-old-backtop:hover,
.ganyo-old-backtop:focus-visible,
.ganyo-old-contact-float:hover,
.ganyo-old-contact-float:focus-visible {
  background: #0a4d96;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 55, 98, .3);
}

.ganyo-old-side-contact {
  position: fixed;
  z-index: 62;
  right: 0;
  top: 280px;
  display: grid;
  width: 80px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 4px 18px rgba(16, 55, 98, .15);
  overflow: hidden;
}

.ganyo-old-side-contact a {
  position: relative;
  display: grid;
  min-height: 78px;
  place-items: center;
  gap: 4px;
  padding: 12px 8px;
  color: #5a6a80;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #edf1f5;
  transition: color .25s ease, background .25s ease;
}

.ganyo-old-side-contact a:last-child {
  border-bottom: 0;
}

.ganyo-old-side-contact span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef3fa;
  color: var(--old-blue);
  font-size: 18px;
  line-height: 1;
  transition: background .25s ease, color .25s ease;
}

.ganyo-old-side-contact em {
  font-style: normal;
}

.ganyo-old-side-contact a:hover,
.ganyo-old-side-contact a:focus-visible {
  color: var(--old-blue);
  background: #f6f9fd;
}

.ganyo-old-side-contact a:hover span,
.ganyo-old-side-contact a:focus-visible span {
  background: var(--old-blue);
  color: #fff;
}

.ganyo-old-contact-panel {
  position: fixed;
  inset: 0;
  z-index: 2147483630;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.ganyo-old-contact-panel:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ganyo-old-contact-panel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}

.ganyo-old-contact-panel-main {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  height: 46vh;
  min-height: 360px;
  padding: 0 10px 18px;
  overflow: auto;
  background: #fff;
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  transform: translateY(16px);
  transition: transform .35s ease;
}

.ganyo-old-contact-panel:target .ganyo-old-contact-panel-main {
  transform: translateY(0);
}

.ganyo-old-contact-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 10px;
  background: var(--old-blue);
  color: #fff;
  margin: 0 -10px 12px;
  padding-inline: 16px;
}

.ganyo-old-contact-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.ganyo-old-contact-panel-head a {
  color: #fff !important;
  font-size: 26px;
  line-height: 1;
}

.ganyo-old-offcanvas-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ganyo-old-offcanvas-form input {
  flex: 0 0 calc(50% - 5px);
}

.ganyo-old-offcanvas-form textarea,
.ganyo-old-offcanvas-form button {
  flex: 0 0 100%;
}

/* Old-site interaction fidelity: CSS-only first pass. */
.ganyo-old-app-grid a,
.ganyo-old-app-grid article {
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ganyo-old-app-grid img {
  transition: transform .35s ease, filter .35s ease;
}

.ganyo-old-app-grid a:hover,
.ganyo-old-app-grid article:hover,
.ganyo-old-app-grid a:focus-visible,
.ganyo-old-app-grid article:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(20, 70, 125, .14);
}

.ganyo-old-app-grid a:hover img,
.ganyo-old-app-grid article:hover img,
.ganyo-old-app-grid a:focus-visible img,
.ganyo-old-app-grid article:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .ganyo-old-home *,
  .ganyo-old-home *::before,
  .ganyo-old-home *::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .ganyo-old-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .ganyo-old-nav > ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .ganyo-old-nav a {
    padding: 9px 0;
    font-size: 15px;
  }

  .ganyo-old-nav > ul > li > a::after {
    display: none;
  }

  .ganyo-old-nav .has-submenu ul {
    position: static;
    display: block;
    width: auto;
    border: 0;
    box-shadow: none;
    padding-left: 16px;
  }

  .ganyo-old-tools {
    order: 2;
  }

  .ganyo-old-hero {
    min-height: 58vw;
  }

  .ganyo-old-product-grid,
  .ganyo-old-app-grid,
  .ganyo-old-feedback-grid,
  .ganyo-old-project-detail-grid,
  .ganyo-old-footer-columns,
  .ganyo-old-contact-grid,
  .ganyo-old-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ganyo-old-projects-slider-wrap,
  .ganyo-old-footer-layout {
    grid-template-columns: 1fr;
  }

  .ganyo-old-project-card {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }

  .ganyo-old-projects-lead h2 {
    text-align: center;
  }

  .ganyo-old-project-arrows {
    justify-content: center;
  }

  .ganyo-old-project-arrows {
    display: none;
  }

  .ganyo-old-feedback-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ganyo-old-feedback-video {
    grid-column: 1 / -1;
  }

  .ganyo-old-adv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ganyo-old-about-team,
  .ganyo-old-about-card {
    min-height: 420px;
  }

  .ganyo-old-about-card {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  body.home .entry-content > .ganyo-old-home,
  body.home .wp-block-post-content > .ganyo-old-home {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ganyo-old-home {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ganyo-old-home section,
  .ganyo-old-header,
  .ganyo-old-hero {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip;
  }

  .ganyo-old-home * {
    min-width: 0 !important;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .ganyo-old-logo img {
    width: 92px !important;
    max-width: 92px !important;
  }

  .ganyo-old-wrap,
  .ganyo-old-header-inner {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }

  .ganyo-old-hero {
    min-height: 0;
    height: 106.67vw;
    max-height: 420px;
    background: url("assets/old-home/ganyuanshouyexinbannershoujiban1.webp") top center / 100% auto no-repeat;
  }

  .ganyo-old-hero::after {
    display: none;
  }

  .ganyo-old-kicker {
    font-size: 34px;
    letter-spacing: .06em;
  }

  .ganyo-old-hero h1 {
    font-size: 24px;
  }

  .ganyo-old-product-grid,
  .ganyo-old-app-grid,
  .ganyo-old-project-detail-grid,
  .ganyo-old-feedback-grid,
  .ganyo-old-feedback-featured,
  .ganyo-old-footer-layout,
  .ganyo-old-footer-columns,
  .ganyo-old-contact-grid,
  .ganyo-old-split,
  .ganyo-old-adv-grid {
    grid-template-columns: 1fr;
  }

  .ganyo-old-request-band {
    min-height: 170px;
    background-position: center top;
  }

  .ganyo-old-about-factory {
    border-radius: 20px;
  }

  .ganyo-old-about-team,
  .ganyo-old-about-card {
    min-height: 0;
    border-radius: 20px;
  }

  .ganyo-old-about-team {
    aspect-ratio: auto;
  }

  .ganyo-old-about-card {
    padding: 22px;
  }

  .ganyo-old-tabs {
    gap: 8px;
  }

  .ganyo-old-tabs button {
    min-height: 48px;
    font-size: 15px;
  }

  .ganyo-old-request-band .ganyo-old-wrap {
    min-height: 170px;
    padding-bottom: 12px;
  }

  .ganyo-old-request-band .ganyo-old-btn-yellow {
    min-width: 168px;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .ganyo-old-inquiry-band {
    padding: 42px 0 48px;
  }

  .ganyo-old-inquiry-band h2 {
    font-size: 33px;
  }

  .ganyo-old-inquiry-subtitle {
    font-size: 22px;
  }

  .ganyo-old-projects-slider-wrap {
    gap: 22px;
  }

  .ganyo-old-project-carousel-track {
    gap: 0;
  }

  .ganyo-old-project-card {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .ganyo-old-project-card-body {
    min-height: 74px;
    padding: 12px 14px 14px;
  }

  .ganyo-old-project-card-body span {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .ganyo-old-project-card-body strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .ganyo-old-project-detail h3 {
    font-size: 36px;
  }

  .ganyo-old-more-projects-panel {
    width: 100%;
    min-height: 0;
    background: #164e9d;
  }

  .ganyo-old-footer-links h3 {
    font-size: 18px;
  }

  .ganyo-old-footer-col a {
    font-size: 13px;
    margin: 6px 0;
  }

  .ganyo-old-contact-item {
    font-size: 13px;
  }

  .ganyo-old-footer-col:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .ganyo-old-nav,
  .ganyo-old-nav > ul,
  .ganyo-old-tools {
    width: 100%;
    max-width: 100%;
  }

  .ganyo-old-nav > ul {
    display: none;
  }

  .ganyo-old-nav.is-open > ul {
    display: flex;
  }

  .ganyo-old-nav .has-submenu > ul {
    display: none;
  }

  .ganyo-old-nav a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ganyo-old-tools {
    justify-content: flex-start;
    overflow: hidden;
    gap: 10px;
  }

  .ganyo-old-tools > * {
    width: auto !important;
    max-width: none;
  }

  .ganyo-old-flags {
    padding-left: 10px;
    font-size: 15px;
  }

  .ganyo-old-section h2 {
    font-size: 27px;
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ganyo-old-footer-inquiry {
    min-height: auto;
    padding: 34px 0;
    background-image: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.88)), url("assets/old-home/yeweibanner.webp");
  }

  .ganyo-old-footer-inquiry-inner {
    width: min(100% - 24px, 520px);
  }

  .ganyo-old-footer-form {
    width: 100%;
    margin-right: 0;
  }

  .ganyo-old-footer-field-half {
    flex-basis: 100%;
  }

  .ganyo-old-side-contact {
    display: none;
  }

  .ganyo-old-contact-panel-main {
    width: 100%;
    min-height: 420px;
    height: 70vh;
  }

  .ganyo-old-offcanvas-form input {
    flex-basis: 100%;
  }

  .ganyo-old-backtop {
    right: 12px;
    bottom: 66px;
  }

  .ganyo-old-contact-float {
  right: 12px;
  bottom: 14px;
  padding: 11px 16px;
  font-size: 13px;
  }

  body:has(.ganyo-old-project-detail-page) .ganyo-old-contact-float,
  body:has(.ganyo-old-project-detail-page) .ganyo-old-backtop {
    display: none;
  }
}

/* Day 3 About / Contact local rebuild */
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > header,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > main > .wp-block-template-part,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > main > header,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > main > .wp-block-post-title,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks .wp-block-post-title {
  display: none !important;
}

body:has(.ganyo-old-about-contact-v1) .wp-site-blocks,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > *,
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks > main,
body:has(.ganyo-old-about-contact-v1) main,
body:has(.ganyo-old-about-contact-v1) .entry-content,
body:has(.ganyo-old-about-contact-v1) .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

body:has(.ganyo-old-about-contact-v1),
body:has(.ganyo-old-about-contact-v1) .wp-site-blocks {
  overflow-x: hidden;
  background: #fff;
}

body:has(.ganyo-old-about-contact-v1) :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, label, span, strong, em) {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ganyo-old-about-contact-v1,
.ganyo-old-about-contact-v1 * {
  box-sizing: border-box;
}

.ganyo-old-about-contact-v1 a {
  text-decoration: none;
}

.ganyo-screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ganyo-old-about-title-strip,
.ganyo-contact-top {
  padding: 28px 0 16px;
  background: #fff;
}

.ganyo-contact-top {
  padding: 10px 0 0;
}

.ganyo-contact-breadcrumb {
  display: none;
}

.ganyo-contact-top h1 {
  display: none;
}

.ganyo-old-about-breadcrumb,
.ganyo-contact-breadcrumb {
  margin-bottom: 12px;
  color: #77859a;
  font-size: 14px;
}

.ganyo-old-about-title-strip h1,
.ganyo-contact-top h1 {
  margin: 0;
  color: var(--old-blue);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.ganyo-old-about-hero {
  position: relative;
  min-height: 540px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganyo-old-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* no overlay: about-hero-old.png screenshot already has the correct dark treatment baked in */
  background: transparent;
}

.ganyo-old-about-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
}

/* plain variant: hidden because about-hero-old.png already has ABOUT US baked in;
   kept in DOM as aria-hidden for structure, visual text comes from screenshot background */
.ganyo-old-about-hero-title--plain {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* legacy variant kept for backwards compat */
.ganyo-old-about-hero-title:not(.ganyo-old-about-hero-title--plain) {
  display: inline-block;
  padding: 12px 22px;
  background: rgba(32, 40, 52, .58);
  color: #fff;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: .03em;
}

.ganyo-old-about-intro {
  padding-top: 34px;
}

body:has(.ganyo-old-about-page-v1) .ganyo-old-about-title-strip {
  display: none;
}

body:has(.ganyo-old-about-page-v1) .ganyo-old-about-intro {
  padding-top: 62px;
}

.ganyo-old-about-intro h2,
.ganyo-old-about-process-section h2,
.ganyo-old-about-story-band h2 {
  margin: 0;
  text-align: center;
}

.ganyo-old-about-divider {
  display: block;
  width: 92px;
  height: 4px;
  margin: 14px auto 26px;
  background: var(--old-yellow);
}

.ganyo-old-about-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 22px;
}

/* white card with subtle border + shadow — old-site image-box style */
.ganyo-old-about-benefit-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 24px;
  background: #fff;
  border: 1px solid #e3ecf7;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(14, 50, 110, .07);
  text-align: center;
}

.ganyo-old-about-benefit-icon {
  display: block;
  width: auto;
  max-width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 16px;
}

/* fallback SVG icon circle */
.ganyo-old-about-benefit-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--old-blue);
  flex-shrink: 0;
}

.ganyo-old-about-benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--old-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.ganyo-old-about-benefit-grid p {
  margin: 0;
  color: #718196;
  font-size: 14px;
  line-height: 1.7;
}

/* ── About media-band: old-site layout (photo + certificate overlay + play btn + navy CTA bar) ── */
.ganyo-old-about-media-band {
  background: #fff;
}

/* large factory building photo area */
.ganyo-old-about-media-video-area {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 2 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* slight dark overlay over the video area */
.ganyo-old-about-media-video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .17);
  pointer-events: none;
}

/* QMS certificate document overlaid on upper-left */
.ganyo-old-about-media-certificate {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
  width: clamp(120px, 18%, 190px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .38);
}

.ganyo-old-about-media-certificate img {
  display: block;
  width: 100%;
  height: auto;
}

/* circular play button in the center of the photo */
.ganyo-old-about-media-play-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .90);
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.ganyo-old-about-media-play-btn:hover,
.ganyo-old-about-media-play-btn:focus {
  background: #fff;
  transform: scale(1.07);
}

.ganyo-old-about-media-play-icon {
  display: block;
  color: #11253f;
  font-size: 38px;
  line-height: 1;
  margin-left: 6px;
}

/* deep navy CTA strip below the photo */
.ganyo-old-about-media-cta-strip {
  background: #0d2a5a;
  padding: 28px 0;
}

.ganyo-old-about-media-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.ganyo-old-about-media-cta-inner p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
  max-width: 560px;
  flex: 1 1 auto;
}

.ganyo-old-about-media-cta-inner .ganyo-old-btn-yellow {
  flex: 0 0 auto;
  min-width: 260px;
  white-space: nowrap;
}

.ganyo-old-about-story-band {
  position: relative;
  overflow: hidden;
  padding: 64px 0 48px;
  background-color: #050505;
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .82)), url("assets/old-home/gongsijieshao3.webp") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.ganyo-old-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: center;
}

.ganyo-old-about-story-copy h2 {
  max-width: 760px;
  text-align: left;
  color: #fff;
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.ganyo-old-about-story-copy p,
.ganyo-old-about-story-copy h3,
.ganyo-old-about-story-quote p,
.ganyo-old-about-capability-grid article p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .94);
  line-height: 1.65;
}

.ganyo-old-about-story-copy h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}

.ganyo-old-about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ganyo-old-about-icon-box {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 42px 24px 28px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  text-align: center;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  cursor: default;
}

.ganyo-old-about-icon-box:hover {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(246, 180, 24, .55);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .3);
  transform: translateY(-8px);
}

.ganyo-old-about-icon-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
}

.ganyo-old-about-icon-box-icon::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  transition: transform .3s ease, background .3s ease;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ganyo-old-about-icon-box:nth-child(1) .ganyo-old-about-icon-box-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 640 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 128a96 96 0 1 1 192 0A96 96 0 1 1 96 128zm256 0a80 80 0 1 1 160 0 80 80 0 1 1-160 0zM0 482.3C0 383.8 79.8 304 178.3 304h27.4C304.2 304 384 383.8 384 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM432 512c-11.8 0-22.8-3.1-32.3-8.6 1.5-6.8 2.3-13.9 2.3-21.1 0-60.3-25.2-114.7-65.6-153.3 18.9-15.6 43.1-25 69.6-25h28c79.5 0 144 64.5 144 144 0 35.3-28.7 64-64 64h-82z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 640 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 128a96 96 0 1 1 192 0A96 96 0 1 1 96 128zm256 0a80 80 0 1 1 160 0 80 80 0 1 1-160 0zM0 482.3C0 383.8 79.8 304 178.3 304h27.4C304.2 304 384 383.8 384 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM432 512c-11.8 0-22.8-3.1-32.3-8.6 1.5-6.8 2.3-13.9 2.3-21.1 0-60.3-25.2-114.7-65.6-153.3 18.9-15.6 43.1-25 69.6-25h28c79.5 0 144 64.5 144 144 0 35.3-28.7 64-64 64h-82z'/%3E%3C/svg%3E");
}

.ganyo-old-about-icon-box:nth-child(2) .ganyo-old-about-icon-box-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z'/%3E%3C/svg%3E");
}

.ganyo-old-about-icon-box:nth-child(3) .ganyo-old-about-icon-box-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.1-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64h185.4c2.1 20.4 3.3 41.8 3.3 64zM256 0c40.5 0 77 73.7 91.7 176H164.3C179 73.7 215.5 0 256 0zm-91.7 336h183.4C333 438.3 296.5 512 256 512s-77-73.7-91.7-176zM144 256c0 22.1 1.1 43.6 3.2 64H16.6C5.8 299.9 0 278.2 0 256s5.8-43.9 16.6-64h130.6c-2.1 20.4-3.2 41.9-3.2 64zm221-64h130.4c10.8 20.1 16.6 41.8 16.6 64s-5.8 43.9-16.6 64H365c2-20.4 3-41.9 3-64s-1-43.6-3-64zM25.3 176C62.4 84.1 152.5 16 256 16c-47.6 34.5-81.9 91.6-97.2 160H25.3zm327.9 0C337.9 107.6 303.6 50.5 256 16c103.5 0 193.6 68.1 230.7 160H353.2zM158.8 336c15.3 68.4 49.6 125.5 97.2 160-103.5 0-193.6-68.1-230.7-160h133.5zm194.4 0h133.5C449.6 427.9 359.5 496 256 496c47.6-34.5 81.9-91.6 97.2-160z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.1-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64h185.4c2.1 20.4 3.3 41.8 3.3 64zM256 0c40.5 0 77 73.7 91.7 176H164.3C179 73.7 215.5 0 256 0zm-91.7 336h183.4C333 438.3 296.5 512 256 512s-77-73.7-91.7-176zM144 256c0 22.1 1.1 43.6 3.2 64H16.6C5.8 299.9 0 278.2 0 256s5.8-43.9 16.6-64h130.6c-2.1 20.4-3.2 41.9-3.2 64zm221-64h130.4c10.8 20.1 16.6 41.8 16.6 64s-5.8 43.9-16.6 64H365c2-20.4 3-41.9 3-64s-1-43.6-3-64zM25.3 176C62.4 84.1 152.5 16 256 16c-47.6 34.5-81.9 91.6-97.2 160H25.3zm327.9 0C337.9 107.6 303.6 50.5 256 16c103.5 0 193.6 68.1 230.7 160H353.2zM158.8 336c15.3 68.4 49.6 125.5 97.2 160-103.5 0-193.6-68.1-230.7-160h133.5zm194.4 0h133.5C449.6 427.9 359.5 496 256 496c47.6-34.5 81.9-91.6 97.2-160z'/%3E%3C/svg%3E");
}

.ganyo-old-about-icon-box-icon svg {
  width: 58px;
  height: 58px;
  fill: #fff;
  transition: transform .3s ease, fill .3s ease;
}

.ganyo-old-about-icon-box:hover .ganyo-old-about-icon-box-icon svg {
  fill: var(--old-yellow);
  transform: scale(1.1);
}

.ganyo-old-about-icon-box:hover .ganyo-old-about-icon-box-icon::before {
  background: var(--old-yellow);
  transform: scale(1.1);
}

.ganyo-old-about-icon-box-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.28;
}

.ganyo-old-about-icon-box-content {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 1.72;
}

.ganyo-old-about-capability-badge {
  display: inline-block;
  min-width: 140px;
  padding: 10px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 800;
}

.ganyo-old-about-story-quote {
  display: grid;
  justify-items: center;
  padding-top: 20px;
  text-align: center;
}

.ganyo-old-about-story-quote p {
  max-width: 980px;
  margin-bottom: 16px;
}

.ganyo-old-about-team-section {
  padding: 0 0 56px;
  background: #f0f0f0;
}

.ganyo-old-about-team-photo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding-top: 80px;
}

.ganyo-old-about-team-photo {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganyo-old-about-team-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 250px;
  height: 250px;
  margin: 40px 0 0;
  place-items: center;
  border-radius: 50%;
  background: #1f3e8a;
  color: #fff;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ganyo-old-about-team-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 90px;
  background: #fff;
}

.ganyo-old-about-team-value-card {
  position: relative;
  min-height: 250px;
  padding: 78px 30px 28px;
  background: #fff;
  color: #1f3e8a;
  text-align: center;
}

.ganyo-old-about-team-value-card--blue {
  background: #1f3e8a;
  color: #fff;
}

.ganyo-old-about-team-value-card img {
  position: absolute;
  left: 50%;
  top: -43px;
  display: block;
  width: 73px;
  height: 86px;
  object-fit: contain;
  transform: translateX(-50%);
}

.ganyo-old-about-team-value-card h3 {
  margin: 0;
  color: inherit;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.ganyo-old-about-team-value-card p {
  margin: 26px 0 0;
  color: inherit;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.ganyo-old-about-team-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: stretch;
  margin-top: 60px;
  padding: 0;
  background-color: #1e4aa4;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.ganyo-old-about-team-cta-copy,
.ganyo-old-about-team-cta-action {
  padding: 40px;
  text-align: center;
}

.ganyo-old-about-team-cta p {
  margin: 0;
  color: #fff;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.ganyo-old-about-team-cta-copy span {
  display: block;
  width: 230px;
  height: 4px;
  margin: 30px auto 0;
  background: #f6b418;
}

.ganyo-old-about-team-cta-action {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 30px;
}

.ganyo-old-about-team-cta-action .ganyo-old-btn-yellow {
  min-width: 330px;
  justify-content: center;
}

.ganyo-old-about-process-section {
  padding: 56px 0 44px;
  background: #184792;
  color: #fff;
}

.ganyo-old-about-process-section h2,
.ganyo-old-about-process-intro,
.ganyo-old-about-process-cta {
  color: #fff;
  text-align: center;
}

.ganyo-old-about-process-intro {
  max-width: 860px;
  margin: 12px auto 26px;
  line-height: 1.65;
}

.ganyo-old-about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ganyo-old-about-process-grid article {
  display: grid;
  align-content: start;
  min-height: 100%;
  background: #fff;
  color: #26394d;
}

.ganyo-old-about-process-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 49 / 30;
  object-fit: cover;
}

.ganyo-old-about-process-grid h3 {
  margin: 0;
  padding: 18px 16px 10px;
  color: var(--old-blue);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.24;
}

.ganyo-old-about-process-grid p {
  margin: 0;
  padding: 0 16px 22px;
  color: #576a80;
  font-size: 14px;
  line-height: 1.65;
}

.ganyo-old-about-process-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ganyo-old-about-process-cta p {
  max-width: 860px;
  margin: 0;
  line-height: 1.65;
}

.ganyo-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
  padding-top: 56px;
}

.ganyo-contact-card {
  position: relative;
  display: block;
  min-height: 254px;
  padding: 96px 26px 34px;
  border: 5px solid #f4f4f4;
  border-radius: 0;
  background: #fff;
  overflow: visible;
  text-align: center;
  box-shadow: none;
}

.ganyo-contact-card-icon {
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  background: #fff;
  color: var(--old-blue);
  font-size: 34px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.ganyo-contact-card-icon svg {
  width: 46px;
  height: 46px;
}

.ganyo-contact-card h2 {
  margin: 0 0 10px;
  color: var(--old-blue);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.ganyo-contact-card p,
.ganyo-contact-card a {
  max-width: 300px;
  margin: 0 auto;
  color: #3b5a8c;
  font-size: 16px;
  line-height: 1.45;
  word-break: break-word;
}

.ganyo-contact-form-section {
  padding: 48px 0 24px;
  background: #fff;
}

.ganyo-contact-mobile-chip {
  display: none;
}

.ganyo-contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.ganyo-contact-visual {
  overflow: hidden;
  aspect-ratio: 560 / 510;
}

.ganyo-contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 0;
}

.ganyo-contact-form-panel {
  padding: 0;
}

.ganyo-local-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.ganyo-old-about-contact-v1 .ganyo-local-form-grid textarea,
.ganyo-old-about-contact-v1 .ganyo-local-form-grid button,
.ganyo-about-contact-v1 .ganyo-local-form-grid textarea,
.ganyo-about-contact-v1 .ganyo-local-form-grid button {
  grid-column: 1 / -1;
}

.ganyo-contact-page-v1 .ganyo-old-form,
.ganyo-old-about-contact-footer-form .ganyo-old-form {
  padding: 0;
  background: transparent;
  color: var(--old-blue);
  gap: 0;
}

.ganyo-contact-page-v1 .ganyo-local-form-grid input,
.ganyo-contact-page-v1 .ganyo-local-form-grid textarea,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid input,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid textarea {
  width: 100%;
  min-height: 40px;
  padding: 7px 4px 8px;
  border: 0;
  border-bottom: 1px solid #143c8a;
  border-radius: 0;
  background: transparent;
  color: #27406b;
  font-size: 14px;
  box-shadow: none;
  transition: border-color .2s ease;
}

.ganyo-contact-page-v1 .ganyo-local-form-grid textarea,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid textarea {
  min-height: 96px;
  padding-top: 8px;
  resize: vertical;
}

.ganyo-contact-page-v1 .ganyo-local-form-grid input::placeholder,
.ganyo-contact-page-v1 .ganyo-local-form-grid textarea::placeholder,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid input::placeholder,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid textarea::placeholder {
  color: #8895ad;
  font-size: 14px;
  opacity: 1;
}

.ganyo-contact-page-v1 .ganyo-local-form-grid input:focus,
.ganyo-contact-page-v1 .ganyo-local-form-grid textarea:focus,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid input:focus,
.ganyo-old-about-contact-footer-form .ganyo-local-form-grid textarea:focus {
  outline: none;
  border-bottom-color: #155ba8;
  border-bottom-width: 2px;
}

.ganyo-contact-page-v1 .ganyo-contact-main-form .ganyo-local-form-grid button {
  min-height: 40px;
  padding: 10px 24px;
  border: 0;
  border-radius: 0;
  background: #143c8a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: background .2s ease;
}

.ganyo-contact-page-v1 .ganyo-contact-main-form .ganyo-local-form-grid button:hover {
  background: #143c8a;
}

.ganyo-old-about-contact-footer-form .ganyo-local-form-grid button {
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 4px;
  background: #f6b418;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s ease;
}

.ganyo-old-about-contact-footer-form .ganyo-local-form-grid button:hover {
  background: #e5a30f;
}

.ganyo-old-about-contact-footer-form {
  padding: 56px 0 0;
  background: #fff;
}

.ganyo-old-about-contact-footer-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 0;
  align-items: stretch;
}

.ganyo-old-about-contact-footer-form-copy {
  padding: 32px 36px 32px 0;
}

.ganyo-old-about-contact-footer-form-copy h2 {
  margin: 0 0 20px;
  color: var(--old-blue);
  font-size: 28px;
  text-align: left;
}

.ganyo-old-about-contact-footer-form-copy p {
  margin: 0 0 8px;
  color: #294675;
  line-height: 1.55;
}

.ganyo-old-about-contact-footer-form-copy a {
  color: inherit;
}

.ganyo-old-about-contact-footer-form-visual {
  min-height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ganyo-old-about-contact-footer-form-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .36) 52%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1100px) {
  .ganyo-old-about-benefit-grid,
  .ganyo-old-about-capability-grid,
  .ganyo-old-about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ganyo-old-about-team-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ganyo-old-about-story-grid,
  .ganyo-contact-form-layout,
  .ganyo-old-about-contact-footer-form-grid,
  .ganyo-old-about-team-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ganyo-old-about-title-strip,
  .ganyo-contact-top {
    padding: 20px 0 12px;
  }

  .ganyo-old-about-hero {
    min-height: 220px;
    background-position: center center;
  }

  .ganyo-old-about-hero {
    min-height: 220px;
  }

  .ganyo-old-about-hero-inner {
    min-height: 220px;
  }

  .ganyo-old-about-benefit-grid,
  .ganyo-old-about-capability-grid,
  .ganyo-old-about-process-grid,
  .ganyo-contact-card-grid,
  .ganyo-contact-form-layout,
  .ganyo-local-form-grid,
  .ganyo-old-about-contact-footer-form-grid,
  .ganyo-old-about-team-photo-grid,
  .ganyo-old-about-team-value-grid,
  .ganyo-old-about-team-cta {
    grid-template-columns: 1fr;
  }

  /* media-band mobile adjustments */
  .ganyo-old-about-media-video-area {
    min-height: 280px;
  }

  .ganyo-old-about-media-certificate {
    width: clamp(80px, 22%, 130px);
    top: 14px;
    left: 16px;
  }

  .ganyo-old-about-media-play-btn {
    width: 64px;
    height: 64px;
  }

  .ganyo-old-about-media-play-icon {
    font-size: 28px;
  }

  .ganyo-old-about-media-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .ganyo-old-about-media-cta-inner .ganyo-old-btn-yellow {
    min-width: 0;
    width: 100%;
  }

  .ganyo-contact-card {
    min-height: 0;
    padding-bottom: 22px;
  }

  body:has(.ganyo-contact-page-v1) .ganyo-old-backtop,
  body:has(.ganyo-contact-page-v1) .ganyo-old-contact-float {
    display: none !important;
  }

  .ganyo-contact-mobile-chip {
    position: relative;
    z-index: 3;
    display: flex;
    width: 128px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    margin: 16px 16px -18px auto;
    background: #143c8a;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
  }

  .ganyo-old-about-story-band {
    padding-top: 38px;
  }

  .ganyo-old-about-team-photo-grid {
    padding-top: 40px;
    gap: 14px;
  }

  .ganyo-old-about-team-photo {
    min-height: 245px;
  }

  .ganyo-old-about-team-badge {
    position: static;
    width: 120px;
    height: 120px;
    margin: -70px auto 40px;
    font-size: 30px;
    transform: none;
  }

  .ganyo-old-about-team-value-grid {
    margin-top: 36px;
  }

  .ganyo-old-about-team-value-card {
    min-height: 0;
    padding: 72px 22px 26px;
  }

  .ganyo-old-about-team-cta {
    gap: 0;
    margin-top: 38px;
    background-size: cover;
  }

  .ganyo-old-about-team-cta-copy,
  .ganyo-old-about-team-cta-action {
    padding: 28px 22px;
  }

  .ganyo-old-about-team-cta p {
    font-size: 16px;
  }

  .ganyo-old-about-team-cta-action .ganyo-old-btn-yellow {
    min-width: 0;
    width: 100%;
  }

  .ganyo-old-about-process-section {
    padding-top: 42px;
  }

  .ganyo-old-about-contact-footer-form-visual,
  .ganyo-old-about-contact-footer-form-visual::after {
    min-height: 220px;
  }
}

/* Day 2A / Day 2B Products Core 4 */
.ganyo-products-v1 {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.ganyo-products-main {
  padding-bottom: 0;
}

.ganyo-products-hero {
  padding: 30px 0 12px;
  background: #fff;
}

.ganyo-products-hero--category {
  padding-bottom: 28px;
}

.ganyo-products-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--old-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ganyo-products-breadcrumb-label {
  color: var(--old-muted);
  font-weight: 700;
}

.ganyo-products-breadcrumb a {
  color: var(--old-blue);
  font-weight: 700;
  text-decoration: none;
}

.ganyo-products-breadcrumb span {
  white-space: nowrap;
}

.ganyo-products-hero h1 {
  margin: 0 0 10px;
  color: var(--old-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.ganyo-products-hero p {
  max-width: 580px;
  margin: 0;
  color: var(--old-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.ganyo-products-core-grid-section,
.ganyo-products-list-section {
  padding: clamp(32px, 5vw, 56px) 0 clamp(56px, 7vw, 80px);
}

.ganyo-products-core-grid,
.ganyo-products-detail-grid {
  display: grid;
  gap: 20px;
}

.ganyo-products-core-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.ganyo-products-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ganyo-products-index-v1 .ganyo-products-hero {
  padding-bottom: 8px;
}

.ganyo-products-index-v1 .ganyo-products-core-grid-section {
  padding-top: 28px;
}

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

.ganyo-products-core-card,
.ganyo-products-detail-card,
.ganyo-products-archive-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 67, 123, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ganyo-products-core-card:hover,
.ganyo-products-core-card:focus-within,
.ganyo-products-detail-card:hover,
.ganyo-products-detail-card:focus-within,
.ganyo-products-archive-card:hover,
.ganyo-products-archive-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(21, 91, 168, .32);
  box-shadow: 0 10px 24px rgba(20, 67, 123, .09);
}

.ganyo-products-card-link,
.ganyo-products-archive-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.ganyo-products-core-card img,
.ganyo-products-detail-card img,
.ganyo-products-archive-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f4f7fb;
}

.ganyo-products-archive-image {
  display: block;
  overflow: hidden;
  background: #f4f7fb;
}

.ganyo-products-archive-image img {
  transition: transform .2s ease;
}

.ganyo-products-archive-card:hover .ganyo-products-archive-image img,
.ganyo-products-archive-card:focus-within .ganyo-products-archive-image img {
  transform: scale(1.025);
}

.ganyo-products-archive-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 128px;
  padding: 16px 16px 18px;
}

.ganyo-products-core-card h3,
.ganyo-products-detail-card h3,
.ganyo-products-archive-card .ganyo-products-archive-title {
  margin: 14px 16px 8px;
  color: var(--old-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.ganyo-products-archive-card .ganyo-products-archive-title {
  display: block;
  margin: 0 0 16px;
}

.ganyo-products-core-card p,
.ganyo-products-detail-card p {
  margin: 0 18px 14px;
  color: var(--old-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ganyo-products-status {
  margin-top: auto;
  color: var(--old-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.ganyo-products-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 38px;
  margin: 0 16px 18px;
  padding: 10px 18px;
  background: var(--old-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 0;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ganyo-products-readmore:hover,
.ganyo-products-readmore:focus-visible {
  background: var(--old-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(20, 67, 123, .18);
}

.ganyo-products-archive-card .ganyo-products-readmore {
  margin: auto 0 0;
}

.ganyo-products-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.ganyo-products-pagination a,
.ganyo-products-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #d9e0e8;
  background: #fff;
  color: var(--old-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ganyo-products-pagination span[aria-current="page"],
.ganyo-products-pagination a:hover,
.ganyo-products-pagination a:focus-visible {
  border-color: var(--old-blue);
  background: var(--old-blue);
  color: #fff;
}

.ganyo-products-pagination .ganyo-products-pagination-gap {
  border-color: transparent;
  color: var(--old-muted);
}

.ganyo-products-archive-head {
  display: grid;
  gap: 18px;
}

.ganyo-products-archive-head-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.ganyo-products-archive-title {
  display: grid;
  gap: 8px;
}

.ganyo-products-pending {
  margin: 0;
  color: var(--old-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.ganyo-products-category-image {
  overflow: hidden;
  border: 1px solid var(--old-line);
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 67, 123, .08);
}

.ganyo-products-category-image--lead {
  max-width: 880px;
}

.ganyo-products-category-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .ganyo-products-core-grid,
  .ganyo-products-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .ganyo-products-hero,
  .ganyo-products-core-grid-section,
  .ganyo-products-list-section {
    padding-left: 0;
    padding-right: 0;
  }

  .ganyo-products-breadcrumb {
    font-size: 13px;
  }

  .ganyo-products-hero h1 {
    font-size: 30px;
  }

  .ganyo-products-hero p,
  .ganyo-products-status,
  .ganyo-products-pending {
    overflow-wrap: anywhere;
  }

  .ganyo-products-core-grid,
  .ganyo-products-archive-grid,
  .ganyo-products-detail-grid {
    grid-template-columns: 1fr;
  }

  .ganyo-products-archive-head-inner {
    align-items: stretch;
  }

  .ganyo-products-core-card h3,
  .ganyo-products-detail-card h3,
  .ganyo-products-archive-card .ganyo-products-archive-title {
    font-size: 19px;
  }

  .ganyo-products-readmore {
    width: 100%;
  }
}

/* V1 product detail samples */
.ganyo-old-product-detail-v1 {
  background: #fff;
}

.ganyo-old-product-main {
  background: #fff;
}

.ganyo-old-product-hero {
  padding: 46px 0 38px;
  background: #fff;
}

.ganyo-old-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: #5c6d80;
  font-size: 14px;
  line-height: 1.4;
}

.ganyo-old-product-breadcrumb a {
  color: var(--old-blue);
  font-weight: 700;
}

.ganyo-old-product-breadcrumb strong {
  color: #25364a;
  font-weight: 600;
}

.ganyo-old-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .86fr);
  gap: 38px;
  align-items: start;
}

.ganyo-old-product-media {
  margin: 0;
  border: 1px solid var(--old-line);
  background: #f4f7fa;
}

.ganyo-old-product-primary-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
}

.ganyo-old-product-summary {
  padding-top: 4px;
}

.ganyo-old-product-summary .ganyo-old-kicker,
.ganyo-old-product-inquiry .ganyo-old-kicker {
  margin: 0 0 10px;
  color: var(--old-blue);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ganyo-old-product-summary h1 {
  margin: 0 0 18px;
  color: var(--old-blue);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
}

.ganyo-old-product-lede {
  margin: 0 0 22px;
  color: #243247;
  font-size: 16px;
  line-height: 1.75;
}

.ganyo-old-product-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 24px;
}

.ganyo-old-product-meta div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--old-line);
  background: #f4f7fa;
}

.ganyo-old-product-meta dt {
  color: #51677e;
  font-weight: 800;
}

.ganyo-old-product-meta dd {
  min-width: 0;
  margin: 0;
  color: #243247;
  overflow-wrap: anywhere;
}

.ganyo-old-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ganyo-old-product-primary-cta,
.ganyo-old-product-secondary-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.ganyo-old-product-primary-cta {
  background: var(--old-yellow);
  color: #133c6d !important;
}

.ganyo-old-product-secondary-cta {
  border: 1px solid var(--old-blue);
  background: #fff;
  color: var(--old-blue) !important;
}

.ganyo-old-product-content-section {
  padding: 38px 0 58px;
  background: #fff;
}

.ganyo-old-product-content-section h2 {
  margin: 0 0 22px;
  padding: 13px 18px;
  background: var(--old-blue);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.ganyo-old-product-content-body {
  overflow-x: auto;
  color: #25364a;
  font-size: 15px;
  line-height: 1.65;
}

.ganyo-old-product-content-body figure {
  margin: 0 0 24px !important;
}

.ganyo-old-product-content-body iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.ganyo-old-product-content-body > figure:first-child:has(iframe) {
  display: none !important;
}

.ganyo-old-product-content-body table {
  width: 100% !important;
  min-width: 760px;
  height: auto !important;
  border-collapse: collapse !important;
  table-layout: fixed;
  margin: 0 0 32px;
  border: 1px solid var(--old-line);
}

.ganyo-old-product-content-body tbody tr:nth-child(odd) {
  background: #f4f7fa;
}

.ganyo-old-product-content-body td,
.ganyo-old-product-content-body th {
  height: auto !important;
  padding: 14px 16px !important;
  border: 1px solid var(--old-line);
  color: #243247;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle !important;
}

.ganyo-old-product-content-body span {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.ganyo-old-product-content-body img {
  max-width: 100%;
  height: auto;
}

.ganyo-old-product-content-body p {
  margin: 0 0 16px;
}

.ganyo-old-product-inquiry {
  padding: 56px 0;
  background: #eef6ff;
}

.ganyo-old-product-inquiry-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: 42px;
  align-items: start;
}

.ganyo-old-product-inquiry h2 {
  margin: 0 0 16px;
  color: var(--old-blue);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

.ganyo-old-product-inquiry p {
  margin: 0;
  color: #34465c;
  font-size: 16px;
  line-height: 1.75;
}

.ganyo-old-product-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 14px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--old-line);
  background: #fff;
}

.ganyo-old-product-form label {
  display: grid;
  align-self: start;
  gap: 6px;
}

.ganyo-old-product-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.ganyo-old-product-form label:has(input[type="tel"]),
.ganyo-old-product-form label:has(textarea) {
  grid-column: 1 / -1;
}

.ganyo-old-product-form span {
  color: #37506b;
  font-size: 13px;
  font-weight: 800;
}

.ganyo-old-product-form input,
.ganyo-old-product-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cdd8e6;
  background: #fff;
  color: #243247;
  font: inherit;
}

.ganyo-old-product-form input {
  min-height: 56px;
}

.ganyo-old-product-form textarea {
  min-height: 128px;
  resize: vertical;
}

.ganyo-old-product-form button {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .ganyo-old-product-hero-grid,
  .ganyo-old-product-inquiry-inner {
    grid-template-columns: 1fr;
  }

  .ganyo-old-product-summary h1 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .ganyo-old-product-hero {
    padding: 28px 0 30px;
  }

  .ganyo-old-product-breadcrumb {
    font-size: 12px;
  }

  .ganyo-old-product-summary h1 {
    font-size: 25px;
  }

  .ganyo-old-product-lede,
  .ganyo-old-product-inquiry p {
    font-size: 14px;
  }

  .ganyo-old-product-meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ganyo-old-product-actions,
  .ganyo-old-product-primary-cta,
  .ganyo-old-product-secondary-cta {
    width: 100%;
  }

  .ganyo-old-product-content-section {
    padding: 28px 0 38px;
  }

  .ganyo-old-product-content-section h2 {
    font-size: 18px;
  }

  .ganyo-old-product-content-body table {
    min-width: 620px;
  }

  .ganyo-old-product-content-body td,
  .ganyo-old-product-content-body th {
    padding: 10px 12px !important;
    font-size: 12px;
  }

  .ganyo-old-product-inquiry {
    padding: 38px 0;
  }

  .ganyo-old-product-inquiry h2 {
    font-size: 24px;
  }

  .ganyo-old-product-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

/* Day 4 Projects + Solution local rebuild */
body:has(.ganyo-day4-v1) .wp-site-blocks > header,
body:has(.ganyo-day4-v1) .wp-site-blocks > footer,
body:has(.ganyo-day4-v1) .wp-site-blocks > .wp-block-template-part,
body:has(.ganyo-day4-v1) .wp-site-blocks > main > .wp-block-template-part,
body:has(.ganyo-day4-v1) .wp-site-blocks > main > header,
body:has(.ganyo-day4-v1) .wp-site-blocks > main > footer,
body:has(.ganyo-day4-v1) .wp-site-blocks > main > .wp-block-post-title,
body:has(.ganyo-day4-v1) .wp-site-blocks .wp-block-post-title {
  display: none !important;
}

body:has(.ganyo-day4-v1) .wp-site-blocks,
body:has(.ganyo-day4-v1) .wp-site-blocks > *,
body:has(.ganyo-day4-v1) .wp-site-blocks > main,
body:has(.ganyo-day4-v1) main,
body:has(.ganyo-day4-v1) .entry-content,
body:has(.ganyo-day4-v1) .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

body:has(.ganyo-day4-v1),
body:has(.ganyo-day4-v1) .wp-site-blocks {
  overflow-x: hidden;
  background: #fff;
}

body:has(.ganyo-day4-v1) :where(h1, h2, h3, h4, h5, h6, p, a, button, li, span, strong, em) {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ganyo-day4-v1,
.ganyo-day4-v1 * {
  box-sizing: border-box;
}

.ganyo-day4-v1 a {
  text-decoration: none;
}

.ganyo-day4-title-strip {
  padding: 30px 0 22px;
  background: #fff;
  border-bottom: 1px solid #e3e8ef;
}

.ganyo-day4-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: #77859a;
  font-size: 14px;
  line-height: 1.45;
}

.ganyo-day4-breadcrumb a {
  color: var(--old-blue);
  font-weight: 700;
}

.ganyo-day4-title-strip h1 {
  max-width: 980px;
  margin: 0;
  color: var(--old-blue);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
}

.ganyo-day4-title-strip p {
  max-width: 840px;
  margin: 12px 0 0;
  color: #52667f;
  font-size: 17px;
  line-height: 1.65;
}

.ganyo-day4-projects-band {
  padding: 56px 0 66px;
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) 2px, transparent 2px, transparent 10px),
    linear-gradient(120deg, #0f4390, #174fa2);
}

.ganyo-day4-projects-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ganyo-day4-projects-lead {
  color: #fff;
}

.ganyo-day4-projects-lead h2,
.ganyo-day4-cta-band h2,
.ganyo-day4-gallery-section h2,
.ganyo-day4-related-section h2,
.ganyo-day4-solution-models h2,
.ganyo-day4-solution-services h2,
.ganyo-day4-solution-projects h2,
.ganyo-day4-solution-video-tour h2,
.ganyo-day4-solution-process h2,
.ganyo-day4-solution-design h2,
.ganyo-day4-solution-faq h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.ganyo-day4-projects-lead p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.65;
}

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

.ganyo-day4-project-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(5, 34, 74, .18);
}

.ganyo-day4-project-card a {
  display: block;
  color: var(--old-blue);
}

.ganyo-day4-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.ganyo-day4-project-card:hover img,
.ganyo-day4-project-card:focus-within img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.ganyo-day4-project-no {
  display: block;
  padding: 14px 16px 4px;
  background: #dfe4ea;
  color: #99a2ac;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.ganyo-day4-project-card strong {
  display: block;
  min-height: 64px;
  padding: 2px 16px 10px;
  background: #dfe4ea;
  color: var(--old-blue);
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.ganyo-day4-project-card em {
  display: block;
  min-height: 40px;
  padding: 0 16px 16px;
  background: #dfe4ea;
  color: #596d84;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ganyo-day4-cta-band {
  padding: 44px 0;
  background: #174f9d;
  color: #fff;
  text-align: center;
}

.ganyo-day4-cta-band p {
  max-width: 780px;
  margin: 12px auto 22px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.65;
}

.ganyo-day4-detail-hero,
.ganyo-day4-detail-content,
.ganyo-day4-gallery-section,
.ganyo-day4-related-section,
.ganyo-day4-solution-benefits,
.ganyo-day4-solution-components,
.ganyo-day4-solution-models,
.ganyo-day4-solution-services,
.ganyo-day4-solution-projects,
.ganyo-day4-solution-video-tour,
.ganyo-day4-solution-process,
.ganyo-day4-solution-design,
.ganyo-day4-solution-faq {
  padding: 52px 0;
  background: #fff;
}

.ganyo-solution-v1 .ganyo-day4-solution-benefits {
  padding-top: 54px;
}

.ganyo-day4-detail-hero {
  padding-bottom: 22px;
}

.ganyo-day4-detail-hero img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid #dce5ef;
}

.ganyo-day4-detail-layout,
.ganyo-day4-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 32px;
  align-items: start;
}

.ganyo-day4-detail-layout h2,
.ganyo-day4-detail-layout h3,
.ganyo-day4-split h2,
.ganyo-day4-split h3 {
  margin: 0 0 12px;
  color: var(--old-blue);
  font-weight: 900;
}

.ganyo-day4-detail-layout p,
.ganyo-day4-detail-layout li,
.ganyo-day4-split p,
.ganyo-day4-section-lead,
.ganyo-day4-model-grid p,
.ganyo-day4-service-grid p,
.ganyo-day4-related-card p,
.ganyo-day4-process-card p,
.ganyo-day4-design-list p,
.ganyo-day4-faq-list p {
  color: #576b83;
  line-height: 1.68;
}

.ganyo-day4-pending-note,
.ganyo-day4-detail-layout aside {
  padding: 18px 20px;
  background: #eef6ff;
  border-left: 4px solid var(--old-blue);
}

.ganyo-day4-detail-layout aside ul {
  margin: 0;
  padding-left: 20px;
}

.ganyo-day4-gallery-section,
.ganyo-day4-solution-models,
.ganyo-day4-solution-projects,
.ganyo-day4-solution-design {
  background: #f1f3f6;
}

.ganyo-day4-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ganyo-day4-gallery img,
.ganyo-day4-related-card img,
.ganyo-day4-split img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.ganyo-day4-gallery img {
  aspect-ratio: 1.2 / 1;
  border: 1px solid #dce5ef;
}

.ganyo-day4-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ganyo-day4-related-card {
  background: #fff;
  border: 1px solid #dce5ef;
}

.ganyo-day4-related-card img {
  aspect-ratio: 1.14 / 1;
}

.ganyo-day4-related-card h3 {
  margin: 0;
  padding: 18px 18px 6px;
  color: var(--old-blue);
  font-size: 22px;
  font-weight: 900;
}

.ganyo-day4-related-card p {
  margin: 0;
  padding: 0 18px 20px;
  font-size: 14px;
  overflow-wrap: anywhere;
}

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

.ganyo-day4-benefit-grid article,
.ganyo-day4-model-grid article,
.ganyo-day4-service-grid article {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 12px 26px rgba(18, 61, 112, .08);
}

.ganyo-day4-benefit-grid h2,
.ganyo-day4-model-grid h3,
.ganyo-day4-service-grid h3 {
  margin: 0 0 10px;
  color: var(--old-blue);
  font-weight: 900;
  line-height: 1.18;
}

.ganyo-day4-benefit-grid p,
.ganyo-day4-model-grid p,
.ganyo-day4-service-grid p {
  margin: 0;
}

.ganyo-solution-v1 .ganyo-day4-benefit-grid article {
  min-height: 284px;
  padding: 32px 26px;
}

.ganyo-solution-v1 .ganyo-day4-benefit-grid h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 1.85vw, 28px);
  line-height: 1.16;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.ganyo-solution-v1 .ganyo-day4-benefit-grid h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  background: var(--old-blue);
}

.ganyo-solution-v1 .ganyo-day4-solution-components {
  padding-top: 44px;
}

.ganyo-old-solution-heading {
  margin: 0;
  color: var(--old-blue);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.1;
}

.ganyo-old-solution-divider {
  display: block;
  width: 64px;
  height: 3px;
  margin: 14px 0 28px;
  background: var(--old-blue);
}

.ganyo-old-solution-hotspot-stage {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ganyo-old-solution-hotspot-stage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ganyo-old-solution-hotspots {
  position: absolute;
  inset: 0;
}

.ganyo-old-solution-hotspot {
  position: absolute;
  left: var(--hotspot-x);
  top: var(--hotspot-y);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: 0;
}

.ganyo-old-solution-hotspot-dot {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--old-blue);
  box-shadow: 0 0 0 4px rgba(21, 91, 168, .22), 0 5px 12px rgba(4, 25, 56, .22);
}

.ganyo-old-solution-hotspot-dot::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.ganyo-old-solution-hotspot-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  z-index: 4;
  width: 278px;
  padding: 15px 17px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 12px 28px rgba(14, 49, 95, .18);
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.ganyo-old-solution-hotspot-tooltip strong {
  color: var(--old-blue);
  font-size: 16px;
  font-weight: 900;
}

.ganyo-old-solution-hotspot:hover .ganyo-old-solution-hotspot-tooltip,
.ganyo-old-solution-hotspot:focus-visible .ganyo-old-solution-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -4px);
}

.ganyo-old-solution-hotspot:focus-visible .ganyo-old-solution-hotspot-dot {
  outline: 3px solid var(--old-yellow);
  outline-offset: 4px;
}

.ganyo-day4-split img {
  aspect-ratio: 16 / 9;
  border: 1px solid #dce5ef;
}

.ganyo-day4-split article {
  margin-top: 18px;
}

.ganyo-day4-model-grid,
.ganyo-day4-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ganyo-day4-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ganyo-day4-model-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--old-yellow);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ganyo-day4-section-lead {
  max-width: 980px;
  margin: 12px 0 0;
}

.ganyo-day4-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 18px;
  background: var(--old-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

.ganyo-day4-view-more:hover,
.ganyo-day4-view-more:focus-visible {
  background: var(--old-blue-dark);
}

.ganyo-day4-video-tour-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 32px;
  align-items: center;
}

.ganyo-day4-kicker {
  margin: 0 0 8px;
  color: var(--old-yellow);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.ganyo-day4-video-tour-layout p:not(.ganyo-day4-kicker) {
  margin: 14px 0 0;
  color: #576b83;
  line-height: 1.75;
}

.ganyo-day4-video-tour-layout img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border: 1px solid #dce5ef;
  background: #fff;
}

.ganyo-day4-solution-project-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 10px 22px rgba(18, 61, 112, .06);
}

.ganyo-day4-solution-project-card a {
  display: block;
  color: var(--old-blue);
  text-decoration: none;
}

.ganyo-day4-solution-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  transition: transform .26s ease;
}

.ganyo-day4-solution-project-card:hover img,
.ganyo-day4-solution-project-card:focus-within img {
  transform: scale(1.035);
}

.ganyo-day4-solution-project-card h3 {
  margin: 0;
  min-height: 70px;
  padding: 17px 18px;
  color: var(--old-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.ganyo-day4-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.ganyo-day4-process-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 10px 22px rgba(18, 61, 112, .06);
}

.ganyo-day4-process-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  background: #f4f7fb;
}

.ganyo-day4-process-copy {
  padding: 18px 18px 20px;
}

.ganyo-day4-process-copy span,
.ganyo-day4-design-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  margin-bottom: 10px;
  background: var(--old-yellow);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.ganyo-day4-process-copy h3,
.ganyo-day4-design-list p,
.ganyo-day4-faq-list summary {
  margin: 0;
  color: var(--old-blue);
  font-weight: 900;
  line-height: 1.3;
}

.ganyo-day4-process-copy h3 {
  font-size: 19px;
}

.ganyo-day4-process-copy p {
  margin: 10px 0 0;
  font-size: 14px;
}

.ganyo-day4-design-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ganyo-day4-design-list li {
  min-height: 116px;
  padding: 18px;
  background: #fff;
  border: 1px solid #dce5ef;
}

.ganyo-day4-design-list p {
  color: #334155;
  font-size: 15px;
}

.ganyo-day4-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.ganyo-day4-faq-list details {
  border: 1px solid #dce5ef;
  background: #fff;
}

.ganyo-day4-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--old-blue);
  font-size: 17px;
}

.ganyo-day4-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .ganyo-day4-project-grid,
  .ganyo-day4-benefit-grid,
  .ganyo-day4-service-grid,
  .ganyo-day4-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ganyo-day4-projects-layout,
  .ganyo-day4-detail-layout,
  .ganyo-day4-split,
  .ganyo-day4-video-tour-layout,
  .ganyo-day4-gallery,
  .ganyo-day4-related-grid,
  .ganyo-day4-model-grid,
  .ganyo-day4-process-grid,
  .ganyo-day4-design-list {
    grid-template-columns: 1fr;
  }

  .ganyo-day4-projects-band,
  .ganyo-day4-detail-hero,
  .ganyo-day4-detail-content,
  .ganyo-day4-gallery-section,
  .ganyo-day4-related-section,
  .ganyo-day4-solution-benefits,
  .ganyo-day4-solution-components,
  .ganyo-day4-solution-models,
  .ganyo-day4-solution-services,
  .ganyo-day4-solution-projects,
  .ganyo-day4-solution-video-tour,
  .ganyo-day4-solution-process,
  .ganyo-day4-solution-design,
  .ganyo-day4-solution-faq {
    padding: 34px 0;
  }
}

@media (max-width: 640px) {
  .ganyo-day4-title-strip {
    padding: 22px 0 16px;
  }

  .ganyo-day4-project-grid,
  .ganyo-day4-benefit-grid,
  .ganyo-day4-service-grid,
  .ganyo-day4-process-grid {
    grid-template-columns: 1fr;
  }

  .ganyo-day4-project-card strong {
    min-height: 0;
    font-size: 30px;
  }

  .ganyo-day4-project-card em,
  .ganyo-day4-title-strip h1,
  .ganyo-day4-title-strip p,
  .ganyo-day4-pending-note,
  .ganyo-day4-detail-layout li,
  .ganyo-day4-detail-layout p {
    overflow-wrap: anywhere;
  }

  .ganyo-solution-v1 .ganyo-day4-benefit-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .ganyo-solution-v1 .ganyo-day4-benefit-grid h2 {
    font-size: 30px;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ganyo-old-solution-divider {
    margin-bottom: 20px;
  }

  .ganyo-old-solution-hotspot-stage {
    display: grid;
    gap: 14px;
  }

  .ganyo-old-solution-hotspots {
    position: static;
    display: grid;
    gap: 12px;
  }

  .ganyo-old-solution-hotspot {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    height: auto;
    min-height: 72px;
    padding: 12px 14px 12px 48px;
    transform: none;
    background: #fff;
    border: 1px solid #dce5ef;
    text-align: left;
  }

  .ganyo-old-solution-hotspot-dot {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .ganyo-old-solution-hotspot-tooltip {
    position: static;
    width: auto;
    padding: 0;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .ganyo-old-solution-hotspot:hover .ganyo-old-solution-hotspot-tooltip,
  .ganyo-old-solution-hotspot:focus-visible .ganyo-old-solution-hotspot-tooltip {
    transform: none;
  }

  .ganyo-day4-cta-band {
    padding: 34px 0;
  }
}

/* Day 4 correction: old public Projects archive is a white 12 + 9 paginated list, not the Home 01-08 project strip. */
/* Day 4 typography fidelity pass: align to old-site Lexend font, 21px title, 14px excerpt, 14px button. */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Lexend.woff2') format('woff2');
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-band {
  padding: 48px 0 72px;
  background: #fff;
  font-family: 'Lexend', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ganyo-projects-list-v1 .ganyo-day4-breadcrumb {
  margin-bottom: 18px;
}

.ganyo-projects-list-v1 .ganyo-day4-project-count {
  margin: 0 0 24px;
  color: #202020;
  font-family: 'Lexend', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-card {
  position: relative;
  min-width: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef1f5;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .3s ease;
}

.ganyo-projects-list-v1 .ganyo-day4-project-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 91, 168, .12);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-card:hover .ganyo-day4-project-list-image img,
.ganyo-projects-list-v1 .ganyo-day4-project-list-card:focus-within .ganyo-day4-project-list-image img {
  transform: scale(1.04);
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-card:hover .ganyo-day4-project-image-overlay,
.ganyo-projects-list-v1 .ganyo-day4-project-list-card:focus-within .ganyo-day4-project-image-overlay {
  opacity: 1;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-content {
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 {
  margin: 0 0 10px;
  color: #141414;
  font-family: 'Lexend', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 a:hover,
.ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 a:focus-visible {
  color: var(--old-blue);
}

.ganyo-projects-list-v1 .ganyo-day4-project-list-content p {
  margin: 0 0 20px;
  color: #6b6b6b;
  font-family: 'Lexend', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
}

.ganyo-projects-list-v1 .ganyo-day4-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  background: var(--old-blue);
  color: #fff;
  font-family: 'Lexend', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0;
  text-decoration: none;
  transition: background-color .3s ease, box-shadow .3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.ganyo-projects-list-v1 .ganyo-day4-read-more:hover,
.ganyo-projects-list-v1 .ganyo-day4-read-more:focus-visible {
  background: var(--old-blue-dark);
  color: #fff;
  box-shadow: 0 4px 12px rgba(21, 91, 168, .28);
}

.ganyo-projects-list-v1 .ganyo-day4-project-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ganyo-projects-list-v1 .ganyo-day4-project-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 54px;
}

.ganyo-projects-list-v1 .ganyo-day4-project-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 11px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.ganyo-projects-list-v1 .ganyo-day4-project-pagination a.page-numbers:hover,
.ganyo-projects-list-v1 .ganyo-day4-project-pagination a.page-numbers:focus-visible,
.ganyo-projects-list-v1 .ganyo-day4-project-pagination .page-numbers.current {
  border-color: var(--old-blue);
  background: var(--old-blue);
  color: #fff;
}

@media (max-width: 1180px) {
  .ganyo-projects-list-v1 .ganyo-day4-project-list-grid {
    gap: 40px 22px;
  }
}

@media (max-width: 820px) {
  .ganyo-projects-list-v1 .ganyo-day4-project-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }

  .ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .ganyo-projects-list-v1 .ganyo-day4-project-list-band {
    padding: 24px 0 42px;
  }

  .ganyo-projects-list-v1 .ganyo-day4-project-list-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ganyo-projects-list-v1 .ganyo-day4-project-list-content {
    padding-top: 16px;
  }

  .ganyo-projects-list-v1 .ganyo-day4-project-list-content h2 {
    font-size: 20px;
  }

  .ganyo-projects-list-v1 .ganyo-day4-project-list-content p {
    margin-bottom: 18px;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

/* Day 5 Videos + Blog + Internal Links */
.ganyo-old-day5-v1 {
  --day5-blue: var(--old-blue, #143c8a);
  --day5-text: #151515;
  --day5-muted: #666;
  background: #fff;
  color: var(--day5-text);
  font-family: "Lexend", Arial, Helvetica, sans-serif;
}

.ganyo-old-day5-main {
  background: #fff;
}

.ganyo-old-day5-title-strip {
  padding: 54px 0 26px;
  background: #fff;
}

.ganyo-old-day5-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #627086;
  font-size: 14px;
}

.ganyo-old-day5-breadcrumb a {
  color: var(--day5-blue);
}

.ganyo-old-day5-title-strip h1 {
  margin: 0;
  color: var(--day5-blue);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 1.05;
}

.ganyo-old-day5-title-strip p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--day5-muted);
  font-size: 17px;
}

.ganyo-old-videos-v1 .ganyo-old-day5-title-strip {
  display: flex;
  align-items: center;
  min-height: 300px;
  padding: 0;
  background: linear-gradient(rgba(8, 24, 46, .36), rgba(8, 24, 46, .36)), url("assets/day5-videos-blog/videos-hero-old-crop.webp") center/cover no-repeat;
  text-align: center;
}

.ganyo-old-videos-v1 .ganyo-old-day5-title-strip .ganyo-old-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ganyo-old-videos-v1 .ganyo-old-day5-breadcrumb,
.ganyo-old-videos-v1 .ganyo-old-day5-title-strip p {
  display: none;
}

.ganyo-old-videos-v1 .ganyo-old-day5-title-strip h1 {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28);
}

.ganyo-old-day5-video-list,
.ganyo-old-day5-blog-list {
  padding: 18px 0 72px;
}

.ganyo-old-day5-video-section {
  padding: 30px 0 22px;
}

.ganyo-old-day5-video-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ganyo-old-day5-video-heading span {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #155ba8;
  box-shadow: 0 8px 18px rgba(21, 91, 168, .18);
}

.ganyo-old-day5-video-heading span::before {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  content: "";
  transform: translate(-42%, -50%);
}

.ganyo-old-day5-video-heading h2 {
  margin: 0;
  color: var(--day5-blue);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
}

.ganyo-old-day5-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ganyo-old-day5-video-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e9f1;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(20, 60, 138, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ganyo-old-day5-video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(20, 60, 138, .15);
}

.ganyo-old-day5-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef1f5;
}

.ganyo-old-day5-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.ganyo-old-day5-video-card:hover .ganyo-old-day5-video-thumb img,
.ganyo-old-day5-video-card:focus-within .ganyo-old-day5-video-thumb img {
  transform: scale(1.035);
}

.ganyo-old-day5-video-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .24);
  transition: background .22s ease;
}

.ganyo-old-day5-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #155ba8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
  transition: background .22s ease, transform .22s ease;
}

.ganyo-old-day5-video-play::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  content: "";
  transform: translate(-40%, -50%);
}

.ganyo-old-day5-video-card:hover .ganyo-old-day5-video-shade,
.ganyo-old-day5-video-card:focus-within .ganyo-old-day5-video-shade {
  background: rgba(0, 0, 0, .34);
}

.ganyo-old-day5-video-card:hover .ganyo-old-day5-video-play,
.ganyo-old-day5-video-card:focus-within .ganyo-old-day5-video-play {
  background: #0a4d96;
  transform: translate(-50%, -50%) scale(1.04);
}

.ganyo-old-day5-video-card h3 {
  margin: 0;
  padding: 14px 16px 16px;
  color: #163f91;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.32;
}

.ganyo-old-day5-video-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ganyo-old-day5-video-card h3 a:hover,
.ganyo-old-day5-video-card h3 a:focus-visible {
  color: #0a4d96;
}

.ganyo-old-day5-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #eef1f5;
}

.ganyo-old-day5-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ganyo-old-day5-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.ganyo-old-day5-blog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
  transition: transform .22s ease;
}

.ganyo-old-day5-blog-card:hover {
  transform: translateY(-3px);
}

.ganyo-old-day5-blog-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
  background: #f1f3f6;
}

.ganyo-old-day5-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.ganyo-old-day5-blog-card:hover .ganyo-old-day5-blog-image img {
  transform: scale(1.035);
}

.ganyo-old-day5-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 18px;
}

.ganyo-old-day5-blog-card h2 {
  margin: 0 0 12px;
  min-height: 3.75em;
  color: #111;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 700;
}

.ganyo-old-day5-blog-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ganyo-old-day5-blog-card p {
  margin: 0 0 22px;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ganyo-old-day5-read-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 48px;
  margin-top: auto;
  padding: 0 24px;
  background: var(--day5-blue);
  color: #fff !important;
  font-weight: 600;
  transition: background .22s ease, transform .22s ease;
}

.ganyo-old-day5-read-more:hover,
.ganyo-old-day5-read-more:focus-visible {
  background: #0a4d96;
  transform: translateY(-2px);
}

.ganyo-old-day5-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 54px;
}

.ganyo-old-day5-blog-pagination .page-numbers {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe4ee;
  color: var(--day5-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ganyo-old-day5-blog-pagination .page-numbers.current {
  border-color: var(--day5-blue);
  background: var(--day5-blue);
  color: #fff;
}

.ganyo-old-day5-blog-pagination .page-numbers.dots {
  border-color: transparent;
  color: #617386;
}

.ganyo-old-day5-blog-pagination a.page-numbers:hover,
.ganyo-old-day5-blog-pagination a.page-numbers:focus-visible {
  border-color: #0a4d96;
  background: #0a4d96;
  color: #fff;
}

.ganyo-old-day5-post {
  padding: 54px 0 72px;
}

.ganyo-old-day5-post-head,
.ganyo-old-day5-post-body,
.ganyo-old-day5-related {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.ganyo-old-day5-post-head {
  margin-bottom: 28px;
}

.ganyo-old-day5-sample-note {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 12px;
  background: #eef6ff;
  color: var(--day5-blue);
  font-size: 14px;
  font-weight: 600;
}

.ganyo-old-day5-post-head h1 {
  margin: 0;
  color: var(--day5-blue);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  font-weight: 700;
}

.ganyo-old-day5-post-meta {
  margin-top: 18px;
  color: #667;
  font-size: 15px;
}

.ganyo-old-day5-post-meta span {
  margin: 0 8px;
  color: #9aa6b5;
}

.ganyo-old-day5-post-body {
  color: #333;
  font-size: 17px;
  line-height: 1.82;
}

.ganyo-old-day5-post-body h2 {
  margin: 34px 0 12px;
  color: var(--day5-blue);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.ganyo-old-day5-post-body p {
  margin: 0 0 16px;
}

.ganyo-old-day5-post-featured {
  margin: 0 0 28px;
}

.ganyo-old-day5-post-featured img,
.ganyo-old-day5-post-image-grid img {
  display: block;
  width: 100%;
  height: auto;
  background: #f3f5f7;
}

.ganyo-old-day5-post-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 30px;
}

.ganyo-old-day5-related {
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid #dce5ef;
}

.ganyo-old-day5-related h2 {
  margin: 0 0 18px;
  color: var(--day5-blue);
  font-size: 28px;
}

.ganyo-old-day5-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ganyo-old-day5-related-grid a {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dce5ef;
  color: #222;
  line-height: 1.35;
  background: #fff;
  transition: border-color .22s ease, color .22s ease, transform .22s ease;
}

.ganyo-old-day5-related-grid a:hover,
.ganyo-old-day5-related-grid a:focus-visible {
  border-color: var(--day5-blue);
  color: var(--day5-blue);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .ganyo-old-day5-video-grid,
  .ganyo-old-day5-blog-grid,
  .ganyo-old-day5-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ganyo-old-day5-title-strip {
    padding: 34px 0 18px;
  }

  .ganyo-old-videos-v1 .ganyo-old-day5-title-strip {
    min-height: 118px;
    padding: 0;
    background-position: right center;
  }

  .ganyo-old-videos-v1 .ganyo-old-day5-title-strip .ganyo-old-wrap {
    width: min(100% - 34px, 1180px);
  }

  .ganyo-old-videos-v1 .ganyo-old-day5-title-strip h1 {
    font-size: 19px;
  }

  .ganyo-old-day5-video-list,
  .ganyo-old-day5-blog-list,
  .ganyo-old-day5-post {
    padding-bottom: 44px;
  }

  .ganyo-old-day5-video-grid,
  .ganyo-old-day5-blog-grid,
  .ganyo-old-day5-related-grid,
  .ganyo-old-day5-post-image-grid {
    grid-template-columns: 1fr;
  }

  .ganyo-old-day5-video-heading span {
    width: 38px;
    height: 38px;
  }

  .ganyo-old-day5-video-heading span::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }

  .ganyo-old-day5-blog-card h2,
  .ganyo-old-day5-post-head h1 {
    overflow-wrap: anywhere;
  }

  .ganyo-old-day5-blog-card h2 {
    min-height: 0;
  }
}

/* Day 4 390px mobile: enforce no-overflow and hide fixed side contact rail on narrow viewports */
@media (max-width: 640px) {
  body:has(.ganyo-day4-v1) {
    overflow-x: hidden !important;
  }

  body:has(.ganyo-day4-v1) .ganyo-old-side-contact {
    display: none !important;
  }

  .ganyo-day4-v1 .ganyo-old-wrap {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    overflow-x: hidden;
  }

  .ganyo-day4-v1 .ganyo-day4-project-list-content,
  .ganyo-day4-v1 .ganyo-day4-project-list-content h2,
  .ganyo-day4-v1 .ganyo-day4-project-list-content p {
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
  }
}

/* ==========================================================================
   Header interactions: search off-canvas, burger dropdown, GTranslate slot,
   mobile drawer. Markup is produced by _header.tpl.sh; behaviour is wired up
   by assets/js/header-interactions.js.
   ========================================================================== */

.ganyo-no-scroll {
  overflow: hidden;
}

/* Buttons are real <button> elements; strip native chrome and align them with
   the existing tool icons. */
.ganyo-old-header .ganyo-old-search-btn,
.ganyo-old-header .ganyo-old-burger {
  background: transparent;
  border: 0;
  padding: 8px 12px;
  cursor: pointer;
  color: #141414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.ganyo-old-header .ganyo-old-search-btn svg,
.ganyo-old-header .ganyo-old-burger svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.ganyo-old-header .ganyo-old-search-btn:hover,
.ganyo-old-header .ganyo-old-burger:hover,
.ganyo-old-header .ganyo-old-search-btn:focus-visible,
.ganyo-old-header .ganyo-old-burger:focus-visible {
  color: var(--old-blue);
  outline: none;
}

/* Burger icon: open (lines) vs close (X). JS flips aria-expanded. */
.ganyo-old-burger .ganyo-old-burger-close { display: none; }
.ganyo-old-burger[aria-expanded="true"] .ganyo-old-burger-open { display: none; }
.ganyo-old-burger[aria-expanded="true"] .ganyo-old-burger-close { display: inline-block; }

/* GTranslate slot: shortcode renders a list of flags; constrain it so the row
   keeps the old-site visual rhythm (~14px flag height). */
.ganyo-old-gtranslate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  line-height: 1;
}
.ganyo-old-gtranslate .gtranslate_wrapper,
.ganyo-old-gtranslate .gt_float_switcher,
.ganyo-old-gtranslate .gt-current-lang,
.ganyo-old-gtranslate ul,
.ganyo-old-gtranslate ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: transparent;
}
.ganyo-old-gtranslate a,
.ganyo-old-gtranslate img {
  display: inline-flex;
  align-items: center;
  height: 14px;
}
.ganyo-old-gtranslate img {
  width: auto;
  height: 14px;
  object-fit: contain;
  vertical-align: middle;
}

/* ----- Search off-canvas ----- */
.ganyo-off-canvas {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}
.ganyo-off-canvas.is-open {
  pointer-events: auto;
  visibility: visible;
}
.ganyo-off-canvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 22, 36, 0.55);
  opacity: 0;
  transition: opacity .25s ease;
}
.ganyo-off-canvas.is-open .ganyo-off-canvas-overlay {
  opacity: 1;
}
.ganyo-off-canvas-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 100%);
  background: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform .3s ease;
  padding: 64px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ganyo-off-canvas.is-open .ganyo-off-canvas-panel {
  transform: translateX(0);
}
.ganyo-off-canvas-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #141414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ganyo-off-canvas-close svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.ganyo-off-canvas-close:hover { color: var(--old-blue); }

.ganyo-search-form-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b7280;
}
.ganyo-search-form-row {
  display: flex;
  gap: 8px;
}
.ganyo-search-form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #d6d9de;
  border-radius: 0;
  font-size: 15px;
  background: #fff;
  color: #141414;
  outline: none;
  transition: border-color .2s ease;
}
.ganyo-search-form input[type="search"]:focus {
  border-color: var(--old-blue);
}
.ganyo-search-form-submit {
  border: 0;
  padding: 0 18px;
  background: var(--old-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  text-transform: uppercase;
}
.ganyo-search-form-submit:hover { filter: brightness(.95); }

/* ----- Burger contact dropdown (desktop) ----- */
.ganyo-burger-dropdown {
  position: absolute;
  top: calc(100% - 4px);
  right: 16px;
  width: min(320px, calc(100% - 32px));
  background: #fff;
  border: 1px solid #e3e6ec;
  box-shadow: 0 18px 32px rgba(15, 22, 36, 0.14);
  padding: 18px 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  z-index: 9998;
}
.ganyo-burger-dropdown.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ganyo-burger-dropdown-row {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #141414;
}
.ganyo-burger-dropdown-row a {
  color: var(--old-blue);
  text-decoration: none;
}
.ganyo-burger-dropdown-row a:hover { text-decoration: underline; }

/* Burger dropdown anchors to .ganyo-old-header (sticky is already a positioned
   containing block). Do NOT override position:sticky set earlier in this file. */

/* ----- Mobile drawer (≤ 980px) ----- */
@media (max-width: 980px) {
  .ganyo-old-header-inner {
    position: relative;
  }
  .ganyo-old-nav {
    order: 99;
    width: 100%;
  }
  .ganyo-old-nav > ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 12px 0;
  }
  .ganyo-old-nav.is-open > ul {
    display: flex;
  }
  .ganyo-old-nav > ul > li {
    width: 100%;
  }
  .ganyo-old-nav > ul > li > a {
    padding: 14px 20px;
  }
  .ganyo-old-nav .has-submenu > ul {
    display: block;
    position: static;
    box-shadow: none;
    border: 0;
    padding-left: 16px;
  }
  .ganyo-burger-dropdown {
    display: none;
  }
}

/* ==========================================================================
   Header precision pass: copy old Elementor/GTranslate/dropbar rhythm.
   This intentionally sits late in the file to override earlier V1 placeholders.
   ========================================================================== */

.ganyo-old-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-top: 5px solid var(--old-blue);
  background: #fff;
  box-shadow: none;
}

.ganyo-old-header,
.ganyo-old-header * {
  box-sizing: border-box;
}

.ganyo-old-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: min(1600px, 95%);
  min-height: 80px;
  margin: 0 auto;
  padding: 0;
}

.ganyo-old-logo {
  display: block;
  flex: 0 0 10%;
  width: 10%;
  min-width: 96px;
  min-height: 80px;
  margin: 0;
  background: url("assets/old-home/logo.webp") center / contain no-repeat;
}

.ganyo-old-logo img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: contain;
  opacity: 0;
}

.ganyo-old-nav {
  flex: 1 1 auto;
  max-width: 75%;
}

.ganyo-old-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  background: transparent;
}

.ganyo-old-nav a {
  position: relative;
  display: block;
  padding: 30px 25px;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
  white-space: nowrap;
  transition: color .3s ease;
}

.ganyo-old-nav > ul > .has-submenu > a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ganyo-old-nav > ul > li > a::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--old-blue);
  opacity: 0;
  transform: none;
  transition: opacity .3s ease;
}

.ganyo-old-nav > ul > li > a.is-active::after,
.ganyo-old-nav > ul > li > a:hover::after,
.ganyo-old-nav > ul > li > a:focus-visible::after {
  opacity: 1;
}

.ganyo-old-nav a.is-active,
.ganyo-old-nav > ul > li > a:hover,
.ganyo-old-nav > ul > li > a:focus-visible {
  color: var(--old-blue);
}

.ganyo-old-nav .has-submenu > a .ganyo-old-caret {
  width: 10px;
  height: 10px;
  margin: 0;
}

.ganyo-old-nav .has-submenu > ul {
  position: absolute;
  top: 100%;
  left: -18px;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  width: max-content;
  min-width: 300px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid var(--old-line);
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 67, 123, .18);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
  z-index: 10000;
}

.ganyo-old-nav .has-submenu:hover > ul,
.ganyo-old-nav .has-submenu:focus-within > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ganyo-old-nav .has-submenu li a {
  padding: 11px 18px;
  font-size: 15px;
  line-height: 20px;
  color: #243244;
  transition: color .18s ease, background .18s ease, padding-left .18s ease;
}

.ganyo-old-nav .has-submenu li a:hover,
.ganyo-old-nav .has-submenu li a:focus-visible {
  padding-left: 24px;
  background: #eef6ff;
  color: var(--old-blue);
}

.ganyo-old-tools {
  display: flex;
  flex: 0 0 24%;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
}

.ganyo-old-header .ganyo-old-search-btn {
  width: auto;
  min-width: 0;
  padding: 5px 20px 0 0;
  border: 0;
  border-right: 1px solid #dbdbdb;
  background: transparent;
  color: #141414;
}

.ganyo-old-header .ganyo-old-search-btn svg {
  width: 20px;
  height: 20px;
}

.ganyo-old-gtranslate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 24px;
  padding: 0 20px;
  line-height: 1;
}

.ganyo-old-gtranslate-shortcode[hidden],
.ganyo-old-flag-fallback[hidden] {
  display: none !important;
}

.ganyo-old-flag-fallback,
.ganyo-old-gtranslate .gtranslate_wrapper,
.ganyo-old-gtranslate .gt_float_switcher,
.ganyo-old-gtranslate .gt-current-lang,
.ganyo-old-gtranslate ul,
.ganyo-old-gtranslate ol {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.ganyo-old-flag-fallback a,
.ganyo-old-gtranslate a {
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 16px;
  line-height: 0;
}

.ganyo-old-flag-fallback img,
.ganyo-old-gtranslate img {
  display: block;
  width: 24px;
  height: auto;
  max-height: 16px;
  object-fit: contain;
}

.ganyo-old-header .ganyo-old-burger {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #141414;
}

.ganyo-old-header .ganyo-old-burger svg {
  width: 24px;
  height: 24px;
}

.ganyo-off-canvas {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  pointer-events: none;
}

.ganyo-off-canvas.is-open {
  visibility: visible;
  pointer-events: auto;
}

.ganyo-off-canvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: opacity .3s ease;
}

.ganyo-off-canvas.is-open .ganyo-off-canvas-overlay {
  opacity: 1;
}

.ganyo-off-canvas-panel {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 120px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
  box-shadow: none;
  transform: translate3d(0, -100%, 0);
  transition: transform .3s ease;
}

.ganyo-off-canvas.is-open .ganyo-off-canvas-panel {
  transform: translate3d(0, 0, 0);
}

.ganyo-off-canvas-close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #141414;
}

.ganyo-off-canvas-close svg {
  width: 14px;
  height: 14px;
}

.ganyo-search-form {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 12px 42px 4px 0;
}

.ganyo-search-form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ganyo-search-form-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  width: 100%;
}

.ganyo-search-form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 10px;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background: #fff;
  color: #141414;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}

.ganyo-search-form input[type="search"]:focus {
  border-color: var(--old-blue);
}

.ganyo-search-form-submit {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 0;
  background: var(--old-blue);
  color: #fff;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.ganyo-burger-dropdown {
  position: absolute;
  top: calc(100% - 4px);
  right: max(16px, calc((100vw - min(1600px, 95vw)) / 2));
  display: block;
  width: max-content;
  max-width: min(700px, calc(100vw - 32px));
  padding: 30px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(15, 22, 36, .14);
  color: #141414;
  font-family: "Lexend", Arial, "Helvetica Neue", Helvetica, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .5s ease, transform .5s ease, visibility .5s ease;
  z-index: 9998;
}

.ganyo-burger-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ganyo-burger-dropdown-row {
  margin: 0 0 8px;
  color: #141414;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.ganyo-burger-dropdown-row strong {
  font-weight: 300;
}

.ganyo-burger-dropdown-row--gap {
  margin-bottom: 12px;
}

.ganyo-burger-dropdown-row a {
  color: var(--old-blue);
  text-decoration: none;
}

@media (min-width: 981px) and (max-width: 1280px) {
  .ganyo-old-header-inner {
    width: min(1200px, 95%);
  }

  .ganyo-old-logo {
    flex-basis: 11%;
    width: 11%;
  }

  .ganyo-old-nav a {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .ganyo-old-tools {
    flex-basis: 22%;
  }

  .ganyo-old-gtranslate {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 980px) {
  .ganyo-old-header {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip;
  }

  .ganyo-old-header-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 95% !important;
    max-width: 95% !important;
    min-height: 70px;
    padding: 0;
  }

  .ganyo-old-logo {
    flex: 0 0 32%;
    width: 32%;
    min-width: 92px;
    min-height: 64px;
  }

  .ganyo-old-logo img {
    height: 64px;
  }

  .ganyo-old-tools {
    order: 1;
    flex: 1 1 68%;
    width: auto;
    justify-content: flex-end;
  }

  .ganyo-old-nav {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .ganyo-old-nav > ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 10px 0 12px;
    border-top: 1px solid #ececec;
    background: #fff;
  }

  .ganyo-old-nav.is-open > ul {
    display: flex;
  }

  .ganyo-old-nav > ul > li {
    width: 100%;
  }

  .ganyo-old-nav > ul > li > a {
    padding: 12px 0;
    font-size: 15px;
    line-height: 20px;
  }

  .ganyo-old-nav > ul > li > a::after {
    display: none;
  }

  .ganyo-old-nav .has-submenu > ul {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    min-width: 0;
    padding: 0 0 4px 16px;
    border: 0;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }

  .ganyo-old-nav .has-submenu li a {
    padding: 9px 0;
    font-size: 14px;
  }

  .ganyo-burger-dropdown {
    display: none;
  }

  .ganyo-off-canvas-panel {
    padding: 24px 16px;
  }

  .ganyo-search-form {
    padding: 16px 36px 0 0;
  }
}

@media (max-width: 640px) {
  .ganyo-old-header-inner {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    min-height: 64px;
  }

  .ganyo-old-logo {
    flex-basis: 31%;
    width: 31%;
    min-width: 82px;
    min-height: 58px;
  }

  .ganyo-old-logo img {
    width: 100% !important;
    max-width: none !important;
    height: 58px;
  }

  .ganyo-old-tools {
    flex-basis: 69%;
  }

  .ganyo-old-header .ganyo-old-search-btn {
    padding-right: 12px;
  }

  .ganyo-old-header .ganyo-old-search-btn svg {
    width: 19px;
    height: 19px;
  }

  .ganyo-old-gtranslate {
    gap: 3px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .ganyo-old-flag-fallback,
  .ganyo-old-gtranslate .gtranslate_wrapper,
  .ganyo-old-gtranslate .gt_float_switcher,
  .ganyo-old-gtranslate .gt-current-lang,
  .ganyo-old-gtranslate ul,
  .ganyo-old-gtranslate ol {
    gap: 3px;
  }

  .ganyo-old-flag-fallback a,
  .ganyo-old-gtranslate a {
    width: 18px;
    height: 13px;
  }

  .ganyo-old-flag-fallback img,
  .ganyo-old-gtranslate img {
    width: 18px;
    max-height: 13px;
  }

  .ganyo-old-header .ganyo-old-burger,
  .ganyo-old-header .ganyo-old-burger svg {
    width: 23px;
    height: 23px;
  }

  .ganyo-search-form-row {
    gap: 8px;
  }

  .ganyo-search-form input[type="search"] {
    padding: 14px 8px;
    font-size: 14px;
  }

  .ganyo-search-form-submit {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }
}

.wp-site-blocks > footer.wp-block-template-part:has(.ganyo-old-footer),
.wp-site-blocks > main > footer.wp-block-template-part:has(.ganyo-old-footer) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

.ganyo-old-nav ul,
.ganyo-old-nav li {
  list-style: none !important;
  list-style-type: none !important;
}

.ganyo-old-nav li::marker {
  content: "" !important;
}

.ganyo-old-gtranslate,
.ganyo-old-flag-fallback,
.ganyo-old-gtranslate .gtranslate_wrapper,
.ganyo-old-gtranslate .gt_float_switcher,
.ganyo-old-gtranslate .gt-current-lang,
.ganyo-old-gtranslate ul,
.ganyo-old-gtranslate ol {
  gap: 3px !important;
}

.ganyo-old-flag-fallback a,
.ganyo-old-gtranslate a {
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.ganyo-old-flag-fallback img,
.ganyo-old-gtranslate img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  object-fit: contain !important;
}

.ganyo-old-category-page,
.ganyo-old-success-page {
  background: #fff;
  color: #333;
  font-family: "Lexend", Arial, sans-serif;
}

.ganyo-old-category-main,
.ganyo-old-success-page {
  margin: 0;
}

.ganyo-old-category-hero,
.ganyo-old-success-panel {
  background: #f5f8fb;
  border-bottom: 1px solid #e5edf5;
  padding: 62px 0 54px;
}

.ganyo-old-category-breadcrumb {
  align-items: center;
  color: #6b7785;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin-bottom: 18px;
}

.ganyo-old-category-breadcrumb a {
  color: #155ba8;
  text-decoration: none;
}

.ganyo-old-category-hero h1,
.ganyo-old-success-panel h1 {
  color: #155ba8;
  font-family: "Lexend", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 14px;
}

.ganyo-old-category-hero p,
.ganyo-old-success-panel p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
  max-width: 780px;
}

.ganyo-old-category-cta,
.ganyo-old-category-link {
  align-items: center;
  background: #155ba8;
  border-radius: 4px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 24px;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none !important;
}

.ganyo-old-category-cta:hover,
.ganyo-old-category-link:hover {
  background: #0f4d90;
}

.ganyo-old-category-list {
  padding: 56px 0 70px;
}

.ganyo-old-category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ganyo-old-category-card {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 6px;
  min-height: 188px;
  padding: 22px;
}

.ganyo-old-category-card h3 {
  color: #1f2937;
  font-family: "Lexend", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 10px;
}

.ganyo-old-category-card p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.ganyo-old-projects-title {
  color: #155ba8;
  font-family: "Lexend", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.ganyo-old-category-link {
  margin-top: 18px;
  min-height: 38px;
  padding: 0 14px;
}

@media (max-width: 900px) {
  .ganyo-old-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ganyo-old-category-hero,
  .ganyo-old-success-panel {
    padding: 42px 0 40px;
  }

  .ganyo-old-category-hero h1,
  .ganyo-old-success-panel h1,
  .ganyo-old-projects-title {
    font-size: 30px;
  }

  .ganyo-old-category-grid {
    grid-template-columns: 1fr;
  }
}
