/*
Theme Name: WuYuan
Theme URI: https://www.linkerr.cn/
Author: Decovo
Author URI: https://www.linkerr.cn/
Description: Custom lightweight WordPress theme for WuYuan Optoelectronics.
Version: 0.3.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: wuyuan
*/

:root {
    --primary: #0e6eb8;
    --primary-dark: #0a4f84;
    --text: #333333;
    --heading: #000000;
    --muted: #666666;
    --bg: #ffffff;
    --bg-soft: #f6f6f6;
    --border: #ebebeb;
    --overlay: rgba(0, 0, 0, 0.32);
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    --shadow-strong: 0 20px 40px rgba(0, 0, 0, 0.16);
    --radius: 4px;
    --content: 1440px;
    --title-section: clamp(2rem, 1.35vw + 1.3rem, 2.45rem);
    --title-feature: clamp(1.55rem, 0.75vw + 1.1rem, 1.9rem);
    --title-card: clamp(1.22rem, 0.45vw + 1rem, 1.42rem);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Sans SC", "Segoe UI", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: var(--text);
    background: var(--bg);
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: var(--primary);
}

h1,
h2,
h3,
h4,
p,
ul {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    width: min(100%, var(--content));
    margin: 0 auto;
    padding-inline: 2.5rem;
}

.section {
    padding: 6rem 0;
}

.section-eyebrow {
    margin-bottom: 0.8rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--primary);
}

.section-eyebrow.light {
    color: rgba(255, 255, 255, 0.82);
}

.section-heading {
    max-width: 780px;
    margin-bottom: 2.8rem;
}

.section-heading.center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.content-card h2,
.solutions-overview-copy h2,
.solutions-cooperation-copy h2,
.about-domain-copy h2,
.about-method-copy h2,
.about-future-copy h2,
.lens-topic-head h2,
.lens-closing-copy h2,
.products-framework-copy h2,
.products-extension-copy h2,
.customization-entry-copy h2,
.customization-scope-copy h2,
.customization-delivery-copy h2,
.philosophy-manifesto-copy h2,
.philosophy-belief-copy h2,
.philosophy-closing-copy h2,
.cta-inner h2,
.contact-copy h2 {
    color: var(--heading);
    font-size: var(--title-section);
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-heading p,
.content-card p,
.application-body p,
.feature-body p,
.contact-copy p {
    color: var(--muted);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.topbar {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.4;
}

.topbar-inner,
.navbar-inner,
.topbar-left,
.topbar-right,
.brand,
.nav-links,
.hero-actions,
.cta-inner,
.footer-bottom .container {
    display: flex;
    align-items: center;
}

.topbar-inner {
    justify-content: space-between;
    min-height: 36px;
    gap: 1rem;
}

.topbar-left,
.topbar-right {
    gap: 1rem;
    flex-wrap: wrap;
}

.topbar a {
    color: rgba(255, 255, 255, 0.92);
}

.topbar a:hover {
    color: #ffffff;
}

.navbar-inner {
    position: relative;
    justify-content: space-between;
    min-height: 84px;
    gap: 1.5rem;
}

.brand {
    gap: 0.9rem;
    min-width: 0;
    flex-shrink: 0;
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 108px;
}

.brand-mark img,
.brand img,
.brand .custom-logo {
    width: 108px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.custom-logo-link {
    display: flex;
}

.brand-text {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.brand-text strong {
    color: var(--heading);
    font-size: 26px;
    line-height: 1.1;
}

.brand-text span {
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.nav-links {
    gap: 1.5rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 42px;
    padding: 0.68rem 0.9rem;
    border: 1px solid rgba(14, 110, 184, 0.18);
    border-radius: 2px;
    background: #ffffff;
    color: var(--heading);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
    color: var(--primary);
    border-color: rgba(14, 110, 184, 0.45);
    box-shadow: 0 10px 24px rgba(7, 39, 67, 0.1);
}

.nav-toggle-lines {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    background: currentColor;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s ease, top 0.2s ease;
}

.nav-toggle-lines::before {
    top: -6px;
}

.nav-toggle-lines::after {
    top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
}

.nav-links .menu-item {
    list-style: none;
}

.nav-links > .menu-item {
    position: relative;
}

.nav-links > .menu-item > a,
.nav-links > a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    gap: 0.4rem;
    color: var(--heading);
}

.nav-links > .menu-item > a:hover,
.nav-links > .menu-item > a:focus-visible,
.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > .current-menu-item > a,
.nav-links > .current-menu-ancestor > a {
    color: var(--primary);
}

.nav-links > .menu-item-has-children > a::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transform-origin: center;
    opacity: 0.68;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-links > .menu-item-has-children:hover > a::after,
.nav-links > .menu-item-has-children:focus-within > a::after {
    transform: rotate(225deg) translateY(-1px);
    opacity: 1;
}

.nav-links > .menu-item-has-children::before {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 100%;
    height: 0.75rem;
}

.nav-links .sub-menu {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 50%;
    z-index: 60;
    min-width: 230px;
    margin: 0;
    padding: 0.65rem;
    list-style: none;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(14, 110, 184, 0.14);
    border-radius: 2px;
    box-shadow: 0 22px 55px rgba(5, 24, 44, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-transform: none;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-links .sub-menu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.98);
    border-left: 1px solid rgba(14, 110, 184, 0.14);
    border-top: 1px solid rgba(14, 110, 184, 0.14);
    transform: translateX(-50%) rotate(45deg);
}

.nav-links .menu-item:hover > .sub-menu,
.nav-links .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-links .sub-menu .menu-item + .menu-item {
    border-top: 1px solid rgba(12, 32, 52, 0.08);
}

.nav-links .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0.62rem 0.72rem;
    color: var(--heading);
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
}

.nav-links .sub-menu a:hover,
.nav-links .sub-menu a:focus-visible,
.nav-links .sub-menu .current-menu-item > a {
    color: var(--primary);
    background: rgba(14, 110, 184, 0.08);
}

.hero,
.cta-band,
.contact-section {
    position: relative;
    overflow: hidden;
}

.hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
}

.hero-media,
.cta-media,
.contact-media,
.hero-overlay,
.cta-overlay,
.contact-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    background-position: center 62%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.hero-overlay {
    background: var(--overlay);
}

.hero-content,
.cta-inner,
.contact-grid {
    position: relative;
    z-index: 1;
}

.hero-content {
    width: 100%;
    padding-block: 6rem;
    color: #ffffff;
    text-align: center;
}

.hero-kicker {
    margin-bottom: 1rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
}

.hero h1 {
    font-size: clamp(2.8rem, 4vw + 1rem, 4.3rem);
    line-height: 1.04;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.hero h2 {
    font-size: clamp(1.35rem, 1vw + 1rem, 1.9rem);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1.1rem;
    color: #ffffff;
}

.hero-description {
    max-width: 860px;
    margin: 0 auto 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.hero-actions {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8em 1.8em;
    border: 1px solid transparent;
    border-radius: 0.2em;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: var(--primary);
    color: #ffffff;
}

.btn-primary:hover {
    color: #ffffff;
    background: var(--primary);
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: #ffffff;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-secondary:hover {
    color: var(--primary);
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.16);
}

.process-strip {
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--primary);
    color: #ffffff;
    border-radius: 4px;
    box-shadow: var(--shadow-strong);
    overflow: hidden;
}

.process-grid article {
    padding: 1.45rem 1.6rem 1.3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.process-grid article:last-child {
    border-right: 0;
}

.process-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.process-grid h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0.4rem;
    color: #ffffff;
}

.process-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.6;
}

.split-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

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

.media-card,
.feature-card,
.application-card,
.contact-form,
.media-stack {
    background: #ffffff;
    box-shadow: var(--shadow);
}

.media-card {
    overflow: hidden;
}

.feature-card,
.application-card,
.media-stack {
    position: relative;
    overflow: hidden;
}

.media-card img,
.media-stack img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.content-card {
    padding: 0.5rem 0;
}

.content-card > p + p {
    margin-top: 1rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 1.7rem;
    display: grid;
    gap: 0.8rem;
}

.check-list li {
    position: relative;
    padding-left: 1.8rem;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px rgba(14, 110, 184, 0.16);
}

.check-list.compact {
    margin: 1rem 0 0;
    gap: 0.65rem;
}

.check-list.light li {
    color: rgba(255, 255, 255, 0.88);
}

.capability-showcase {
    background: var(--bg-soft);
}

.card-grid {
    display: grid;
    gap: 1.8rem;
}

.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.two-cols {
    grid-template-columns: repeat(2, 1fr);
}

.feature-card,
.application-card {
    overflow: hidden;
}

.feature-card img,
.application-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.feature-body,
.application-body {
    padding: 1.35rem 1.4rem 1.45rem;
}

.feature-body h3,
.application-body h3,
.advantage-list h3,
.contact-form h3 {
    color: var(--heading);
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.feature-tagline {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.feature-note {
    margin-top: 1rem;
    color: var(--heading);
    font-weight: 700;
}

.feature-note p {
    color: inherit;
    font-weight: inherit;
}

.cta-band {
    padding: 5.5rem 0;
    color: #ffffff;
}

.cta-media,
.contact-media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-overlay {
    background: rgba(0, 0, 0, 0.24);
}

.cta-inner {
    justify-content: space-between;
    gap: 2rem;
}

.cta-inner .btn {
    white-space: nowrap;
    flex-shrink: 0;
}

.cta-inner h2,
.contact-copy h2 {
    color: #ffffff;
}

.cta-inner p {
    color: rgba(255, 255, 255, 0.86);
}

.inner-page {
    background: #ffffff;
}

.inner-hero {
    position: relative;
    overflow: hidden;
    min-height: 58vh;
    display: flex;
    align-items: center;
}

.inner-hero-media {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.inner-hero-content {
    position: relative;
    z-index: 1;
    padding-block: 6.5rem 5.8rem;
    color: #ffffff;
}

.inner-hero-content h1 {
    font-size: clamp(2.6rem, 3.4vw + 1rem, 4rem);
    line-height: 1.06;
    font-weight: 800;
    margin-bottom: 0.85rem;
    color: #ffffff;
}

.inner-hero-contact .inner-hero-content h1 {
    font-size: clamp(1.8rem, 1.8vw + 0.7rem, 2.65rem);
    white-space: nowrap;
}

.inner-hero-content h2 {
    font-size: clamp(1.3rem, 0.8vw + 1rem, 1.8rem);
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 1.1rem;
    color: rgba(255, 255, 255, 0.98);
}

.inner-hero-description {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.solution-intro,
.solution-advantages {
    background: #ffffff;
}

.solutions-overview-band {
    background: #ffffff;
}

.solutions-overview-shell {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: stretch;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.1);
    box-shadow: 0 24px 50px rgba(15, 37, 59, 0.08);
}

.solutions-overview-copy {
    display: grid;
    align-content: center;
}

.solutions-overview-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.6rem;
}

.solutions-overview-points article,
.solutions-note-list article {
    padding: 1.15rem 1.1rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.solutions-overview-points strong,
.solutions-note-list strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.solutions-overview-points span,
.solutions-note-list span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.solutions-overview-media img,
.solutions-cooperation-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.solutions-scenarios {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.scenario-stack {
    display: grid;
    gap: 1.8rem;
}

.scenario-block {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    background: #ffffff;
    box-shadow: var(--shadow-strong);
    overflow: hidden;
}

.scenario-block.reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

.scenario-block.reverse .scenario-block-media {
    order: 2;
}

.scenario-block.reverse .scenario-block-copy {
    order: 1;
}

.scenario-block-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.scenario-block-copy {
    padding: 2rem 2rem 1.9rem;
}

.scenario-index {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.scenario-block-copy h3 {
    color: var(--heading);
    font-size: var(--title-feature);
    line-height: 1.14;
    margin-bottom: 0.8rem;
}

.scenario-problem {
    margin-bottom: 0.8rem;
    color: var(--heading);
    font-weight: 700;
}

.scenario-list {
    list-style: none;
    padding: 0;
    margin: 1.35rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.scenario-list li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--muted);
}

.scenario-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.solution-flow {
    background: linear-gradient(180deg, #f7fafc 0%, #eef4f9 100%);
}

.solutions-workflow-band {
    background: #ffffff;
}

.solutions-step-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.solutions-step-row article {
    position: relative;
    padding: 1.35rem 1.2rem 1.2rem;
    background: #f7fafc;
    border-top: 4px solid var(--primary);
    box-shadow: var(--shadow);
}

.solutions-step-row span {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.solutions-step-row h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.55rem;
}

.solutions-step-row p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.solutions-cooperation-panel {
    background: linear-gradient(180deg, #f4f7fa 0%, #edf4fa 100%);
}

.solutions-cooperation-shell {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2rem;
    align-items: center;
}

.solutions-note-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
}

.solution-process-grid {
    margin-top: 2.4rem;
    box-shadow: 0 18px 50px rgba(5, 39, 67, 0.18);
}

.solution-process-grid article {
    min-height: 220px;
}

.solution-commitment {
    background: #f4f7fa;
}

.commitment-panel {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
    padding: 2.2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.1);
    box-shadow: 0 24px 50px rgba(15, 37, 59, 0.08);
}

.commitment-copy h2 {
    color: var(--heading);
    font-size: var(--title-section);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.commitment-copy p {
    color: var(--muted);
}

.commitment-metrics {
    display: grid;
    gap: 1rem;
}

.commitment-metrics article {
    padding: 1.2rem 1.25rem;
    background: #0b2741;
    color: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.commitment-metrics strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.commitment-metrics span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
}

.about-profile,
.about-integration,
.about-principles {
    background: #ffffff;
}

.about-identity-band {
    background: #ffffff;
}

.about-identity-shell {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.about-identity-media img,
.about-method-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.about-capability-line {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.about-line-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.about-line-grid article {
    padding: 1.35rem 1.2rem 1.2rem;
    background: #ffffff;
    border-top: 4px solid var(--primary);
    box-shadow: var(--shadow);
}

.about-line-grid span {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.about-line-grid h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.55rem;
}

.about-line-grid p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.about-domain-map {
    background: #ffffff;
}

.about-domain-shell {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: center;
}

.about-domain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-domain-grid article,
.about-method-list article,
.about-principle-grid article {
    padding: 1.15rem 1.1rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.about-domain-grid strong,
.about-method-list strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.about-domain-grid span,
.about-method-list span,
.about-card-copy,
.about-card-copy p {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-card-copy p {
    margin: 0;
}

.about-pillars-section {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.about-method-panel {
    background: linear-gradient(180deg, #f4f7fa 0%, #edf4fa 100%);
}

.about-method-shell {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 2rem;
    align-items: center;
}

.about-method-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
}

.about-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.about-pillar,
.about-value-grid article {
    background: #ffffff;
    box-shadow: var(--shadow);
}

.about-pillar {
    padding: 1.6rem 1.5rem;
    border-top: 4px solid var(--primary);
}

.about-pillar h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.3;
    margin-bottom: 0.65rem;
}

.about-pillar p {
    color: var(--muted);
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.6rem;
}

.about-value-grid article {
    padding: 1.15rem 1.1rem;
}

.about-value-grid strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.about-value-grid span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-future {
    background: #f4f7fa;
}

.about-principle-cards {
    background: #ffffff;
}

.about-principle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-principle-grid h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.28;
    margin-bottom: 0.55rem;
}

.about-principle-grid p {
    color: var(--muted);
}

.about-future-band {
    background: linear-gradient(180deg, #f4f7fa 0%, #edf4fa 100%);
}

.about-future-shell {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2rem;
    align-items: center;
}

.about-future-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.about-future-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 1rem 0.9rem;
    background: #ffffff;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(14, 110, 184, 0.12);
    box-shadow: var(--shadow);
}

.lens-overview {
    padding-bottom: 1.5rem;
}

.lens-summary-panel {
    background: #ffffff;
}

.lens-summary-shell {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.1);
    box-shadow: 0 24px 50px rgba(15, 37, 59, 0.08);
}

.lens-summary-metrics {
    display: grid;
    gap: 1rem;
}

.lens-summary-metrics article {
    padding: 1.2rem 1.25rem;
    background: #0b2741;
    color: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.lens-summary-metrics strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.lens-summary-metrics span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
}

.lens-capability-band {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.lens-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.lens-capability-card {
    padding: 1.6rem 1.5rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.lens-capability-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.lens-capability-card p {
    color: var(--muted);
}

.lens-pillars {
    padding-top: 1.5rem;
    background: #ffffff;
}

.lens-pillar-card {
    border-top: 4px solid var(--primary);
}

.lens-topic-section {
    background: #ffffff;
}

.lens-topic-alt {
    background: #f7fafc;
}

.lens-topic-shell {
    display: grid;
    gap: 1.8rem;
}

.lens-topic-head {
    max-width: 920px;
}

.lens-topic-layout {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 1.8rem;
    align-items: stretch;
}

.lens-topic-media img,
.lens-topic-media-wide img,
.lens-inspection-media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.lens-topic-points {
    display: grid;
    gap: 1rem;
}

.lens-topic-points article {
    padding: 1.15rem 1.1rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.lens-topic-points strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.lens-topic-points span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.lens-skill-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.lens-skill-strip article {
    padding: 1.2rem 1.15rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.lens-skill-strip strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.lens-skill-strip span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.lens-detail-section {
    background: #ffffff;
}

.lens-detail-alt {
    background: #f7fafc;
}

.lens-inspection-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 2rem;
    align-items: center;
}

.lens-closing-panel {
    background: linear-gradient(180deg, #f4f7fa 0%, #edf4fa 100%);
}

.lens-closing-shell {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.lens-closing-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.lens-closing-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 1rem 0.9rem;
    background: #ffffff;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(14, 110, 184, 0.12);
    box-shadow: var(--shadow);
}

.products-framework-band,
.products-extension-panel {
    background: #ffffff;
}

.products-category-band {
    background: #ffffff;
}

.products-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.products-category-card,
.products-prism-card {
    background: #ffffff;
    box-shadow: var(--shadow);
}

.products-category-card {
    padding: 1.5rem 1.35rem;
    border-top: 4px solid rgba(14, 110, 184, 0.12);
}

.products-category-card.is-current {
    border-top-color: var(--primary);
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.products-category-en {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.products-category-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.22;
}

.products-current-category {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.products-current-shell {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2rem;
    align-items: center;
}

.products-current-subtitle {
    margin-bottom: 1rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.products-current-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.products-prism-list {
    background: #ffffff;
}

.products-prism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.products-related-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.products-prism-card {
    overflow: hidden;
    border-top: 4px solid var(--primary);
}

.products-prism-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.products-prism-body {
    padding: 1.3rem 1.25rem 1.35rem;
}

.products-prism-index {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.products-prism-body h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.22;
    margin-bottom: 0.7rem;
}

.products-prism-body p {
    color: var(--muted);
}

.products-prism-note {
    margin-top: 0.8rem;
}

.products-prism-body .btn {
    margin-top: 1.15rem;
}

.products-empty-state {
    padding: 2.4rem 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.1);
    box-shadow: var(--shadow);
    text-align: center;
}

.products-empty-state p {
    color: var(--muted);
}

.product-detail-overview,
.product-detail-related {
    background: #ffffff;
}

.product-detail-specs,
.product-detail-service {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.8rem;
    color: var(--muted);
    font-size: 14px;
}

.product-breadcrumbs strong {
    color: var(--heading);
}

.product-detail-shell {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 2rem;
    align-items: center;
}

.product-detail-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.product-detail-copy p + p {
    margin-top: 1rem;
}

.product-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.product-spec-card {
    padding: 1.25rem 1.15rem;
    background: #ffffff;
    border-top: 4px solid var(--primary);
    box-shadow: var(--shadow);
}

.product-spec-card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--heading);
    font-size: 16px;
    line-height: 1.25;
}

.product-spec-card span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.product-detail-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.product-service-card {
    padding: 1.6rem 1.5rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.product-service-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.22;
    margin-bottom: 0.65rem;
}

.product-service-card p:last-of-type {
    margin-bottom: 1.1rem;
}

.philosophy-manifesto,
.philosophy-vision,
.philosophy-closing {
    background: #ffffff;
}

.philosophy-manifesto-panel {
    background: #ffffff;
}

.philosophy-manifesto-shell {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 2rem;
    align-items: stretch;
}

.philosophy-manifesto-quote {
    display: grid;
    align-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #0b2741 0%, #12395c 100%);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-strong);
}

.philosophy-manifesto-quote span {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.58);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.philosophy-manifesto-quote strong {
    color: #ffffff;
    font-size: clamp(1.7rem, 1.6vw + 1rem, 2.5rem);
    line-height: 1.25;
}

.philosophy-mission-band,
.philosophy-closing {
    background: #f4f7fa;
}

.philosophy-mission-vision {
    background: linear-gradient(180deg, #f4f7fa 0%, #edf4fa 100%);
}

.philosophy-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.philosophy-mv-card {
    padding: 1.8rem 1.7rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.philosophy-mv-card h3 {
    color: var(--heading);
    font-size: var(--title-feature);
    line-height: 1.24;
    margin-bottom: 0.85rem;
}

.philosophy-mv-card p {
    color: var(--muted);
}

.philosophy-belief-band {
    background: #ffffff;
}

.philosophy-belief-shell {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 2rem;
    align-items: center;
}

.philosophy-belief-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.philosophy-belief-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 1rem 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(14, 110, 184, 0.12);
    box-shadow: var(--shadow);
}

.philosophy-mission-band,
.philosophy-closing {
    background: #f4f7fa;
}

.philosophy-values {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.philosophy-values-stage {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.philosophy-stage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

.philosophy-stage-card {
    position: relative;
    padding: 1.65rem 1.5rem 1.5rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.philosophy-stage-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.philosophy-stage-card p {
    color: var(--muted);
}

.philosophy-closing-panel {
    background: #ffffff;
}

.philosophy-closing-shell {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2rem;
    align-items: center;
}

.philosophy-closing-media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.customization-entry-panel,
.customization-delivery-panel,
.contact-page-intro,
.contact-page-details {
    background: #ffffff;
}

.customization-timeline-section,
.customization-scope-band,
.contact-page-services,
.contact-page-form-section {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.contact-page-form-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: center;
}

.philosophy-metrics article {
    min-height: 0;
}

.philosophy-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

.philosophy-value-card {
    position: relative;
    padding: 1.65rem 1.5rem 1.5rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.value-index {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.philosophy-value-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.philosophy-value-card p {
    color: var(--muted);
}

.products-system-map {
    background: linear-gradient(180deg, #f7fafc 0%, #edf4fa 100%);
}

.products-framework-shell {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.products-framework-metrics {
    display: grid;
    gap: 1rem;
}

.products-framework-metrics article {
    padding: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
    border-left: 4px solid var(--primary);
    box-shadow: var(--shadow);
}

.products-framework-metrics strong,
.products-extension-board strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--heading);
    font-size: 22px;
    line-height: 1.22;
}

.products-navigation-band {
    padding-top: 0;
    background: #ffffff;
}

.products-navigation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--primary);
    color: #ffffff;
    box-shadow: var(--shadow-strong);
}

.products-navigation-grid article {
    padding: 1.5rem 1.35rem 1.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.products-navigation-grid article:last-child {
    border-right: 0;
}

.products-navigation-grid span,
.customization-entry-points span,
.customization-timeline-index {
    display: inline-block;
    margin-bottom: 0.6rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.products-navigation-grid span {
    color: rgba(255, 255, 255, 0.6);
}

.products-navigation-grid h3 {
    color: #ffffff;
    font-size: var(--title-card);
    line-height: 1.22;
    margin-bottom: 0.45rem;
}

.products-navigation-grid p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.products-system-listing {
    display: grid;
    gap: 1.5rem;
}

.product-system-row {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.6rem;
    padding: 1.25rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    align-items: stretch;
}

.product-system-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.product-system-main {
    display: grid;
    align-content: center;
}

.product-system-head {
    margin-bottom: 0.8rem;
}

.product-system-head h3 {
    color: var(--heading);
    font-size: var(--title-feature);
    line-height: 1.2;
}

.product-system-main > p {
    color: var(--muted);
}

.product-system-tags {
    list-style: none;
    margin: 1rem 0 1.15rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product-system-tags li,
.customization-scope-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.12);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}

.product-system-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-system-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--text);
}

.product-system-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.products-extension-shell {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 2rem;
    align-items: center;
}

.products-extension-board {
    display: grid;
    gap: 1rem;
}

.products-extension-board article {
    padding: 1.45rem 1.4rem;
    background: linear-gradient(135deg, #0b2741 0%, #12395c 100%);
    color: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-strong);
}

.products-extension-board strong {
    color: #ffffff;
}

.customization-entry-shell {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2rem;
    align-items: center;
}

.customization-entry-points {
    display: grid;
    gap: 1rem;
}

.customization-entry-points article {
    padding: 1.45rem 1.4rem;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.customization-entry-points span,
.customization-timeline-index {
    color: var(--primary);
}

.customization-entry-points strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.22;
}

.customization-timeline {
    display: grid;
    gap: 1rem;
}

.customization-timeline-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    padding: 1.45rem 1.5rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.customization-timeline-content {
    min-width: 0;
}

.customization-timeline-item h3 {
    color: var(--heading);
    font-size: var(--title-feature);
    line-height: 1.2;
    margin-bottom: 0.45rem;
}

.customization-scope-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2.25rem;
}

.customization-scope-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-start;
}

.customization-industry-grid .application-card {
    border-top: 4px solid var(--primary);
}

.customization-delivery-panel {
    background: #ffffff;
}

.customization-delivery-shell {
    display: grid;
    grid-template-columns: 0.98fr 1.02fr;
    gap: 2rem;
    align-items: center;
}

.customization-delivery-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.customization-delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.customization-delivery-grid article {
    padding: 1.2rem 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
    border: 1px solid rgba(14, 110, 184, 0.1);
}

.customization-delivery-grid h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.22;
    margin-bottom: 0.45rem;
}

.product-system-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.product-system-list li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--muted);
}

.product-system-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.product-step-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.7rem;
}

.product-step-grid article {
    padding: 1.15rem 1.1rem;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.product-step-grid strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.25;
}

.product-step-grid span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.advantage-list {
    display: grid;
    gap: 1.25rem;
    margin: 1.6rem 0 1.8rem;
}

.advantage-list article {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.advantage-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.logo-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.8rem 0.75rem;
    background: var(--bg-soft);
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--border);
}

.media-stack {
    padding: 1rem;
}

.contact-section {
    padding: 5.8rem 0;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.16);
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.82);
}

.contact-meta {
    display: grid;
    gap: 0.4rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.contact-meta a {
    color: #ffffff;
}

.contact-meta a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.contact-inline-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-inline-divider {
    color: rgba(92, 105, 121, 0.52);
}

.contact-inline-meta-light,
.contact-meta .contact-inline-meta {
    color: rgba(255, 255, 255, 0.86);
}

.contact-meta .contact-inline-divider,
.topbar-right .contact-inline-divider {
    color: rgba(255, 255, 255, 0.42);
}

.footer-inline-contact .contact-inline-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.contact-form {
    padding: 1.5rem;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fbfe 100%);
    border: 1px solid rgba(14, 110, 184, 0.12);
    box-shadow: 0 22px 48px rgba(7, 39, 67, 0.18);
}

.contact-form h3 {
    margin-bottom: 1.1rem;
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
}

.contact-form .wpcf7 {
    width: 100%;
}

.contact-form .wpcf7 form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.contact-form .wpcf7 form p {
    margin: 0;
}

.contact-form .wpcf7 label {
    display: grid;
    gap: 0.42rem;
    color: var(--heading);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.contact-form .wpcf7 label:has([name="your-name"]),
.contact-form .wpcf7 label:has([name="your-company"]),
.contact-form .wpcf7 label:has([name="your-message"]),
.contact-form .wpcf7 .wpcf7-submit,
.contact-form .wpcf7 .wpcf7-response-output {
    grid-column: 1 / -1;
}

.contact-form .wpcf7 label:has([name="your-email"]),
.contact-form .wpcf7 label:has([name="your-contact"]) {
    grid-column: span 1;
}

.contact-form .wpcf7-form-control-wrap {
    display: block;
}

.contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.45rem;
    color: #c62828;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form .wpcf7 input:not([type="submit"]),
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select {
    width: 100%;
    margin-bottom: 0.9rem;
    padding: 0.95rem 1rem;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font: inherit;
    color: var(--text);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form .wpcf7 input:not([type="submit"])::placeholder,
.contact-form .wpcf7 textarea::placeholder {
    color: #8e99a4;
}

.contact-form textarea,
.contact-form .wpcf7 textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.contact-form .wpcf7 input:not([type="submit"]):focus,
.contact-form .wpcf7 textarea:focus,
.contact-form .wpcf7 select:focus {
    outline: none;
    border-color: rgba(14, 110, 184, 0.55);
    box-shadow: 0 0 0 4px rgba(14, 110, 184, 0.12);
}

.contact-form .wpcf7 form.invalid input,
.contact-form .wpcf7 form.invalid textarea,
.contact-form .wpcf7 form.invalid select {
    border-color: #e29a9a;
}

.contact-form .wpcf7-submit,
.contact-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0.8em 1.8em;
    border: 1px solid transparent;
    border-radius: 0.2em;
    background: var(--primary);
    color: #ffffff;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form .wpcf7-submit:hover,
.contact-form input[type="submit"]:hover {
    background: var(--primary-dark);
    box-shadow: 0 12px 24px rgba(10, 79, 132, 0.22);
    transform: translateY(-1px);
}

.contact-form .wpcf7-submit:disabled,
.contact-form input[type="submit"]:disabled,
.contact-form .wpcf7 form.submitting .wpcf7-submit {
    opacity: 0.82;
    cursor: wait;
    transform: none;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.12);
}

.contact-form .wpcf7-spinner {
    margin: 0.4rem 0 0;
}

.contact-form .wpcf7-response-output {
    margin: 0.25rem 0 0;
    padding: 0.95rem 1rem;
    border: 0;
    border-left: 4px solid var(--primary);
    background: rgba(14, 110, 184, 0.08);
    color: var(--heading);
    font-size: 13px;
    line-height: 1.65;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-left-color: #2f8f62;
    background: rgba(47, 143, 98, 0.12);
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.failed .wpcf7-response-output,
.contact-form .wpcf7 form.aborted .wpcf7-response-output,
.contact-form .wpcf7 form.spam .wpcf7-response-output {
    border-left-color: #c62828;
    background: rgba(198, 40, 40, 0.1);
}

.contact-page-form-grid .contact-copy {
    align-self: center;
}

.contact-page-form-grid .contact-copy h2 {
    color: var(--heading);
}

.contact-page-form-grid .contact-copy p,
.contact-page-form-grid .contact-copy .check-list li {
    color: var(--muted);
}

.news-list-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.news-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
}

.news-card-media {
    display: block;
    overflow: hidden;
    background: #0b2741;
}

.news-card-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.35rem 1.35rem 1.45rem;
}

.news-meta,
.news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.news-meta span,
.news-detail-meta span {
    color: var(--primary);
}

.news-card h3 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.news-card p {
    flex: 1;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.news-more {
    margin-top: 1.15rem;
    color: var(--primary);
    font-weight: 700;
}

.news-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 2.2rem;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0.45rem 0.8rem;
    background: #ffffff;
    border: 1px solid rgba(14, 110, 184, 0.18);
    color: var(--heading);
    font-weight: 700;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
    background: var(--primary);
    color: #ffffff;
}

.news-empty {
    max-width: 720px;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(14, 110, 184, 0.12);
    box-shadow: var(--shadow);
}

.news-empty h2 {
    color: var(--heading);
    font-size: var(--title-section);
    line-height: 1.18;
    margin-bottom: 0.85rem;
}

.news-empty p:last-child {
    color: var(--muted);
}

.news-detail-meta {
    margin-top: 1rem;
    margin-bottom: 0;
}

.news-detail-meta span {
    color: rgba(255, 255, 255, 0.86);
}

.news-detail-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 2rem;
    align-items: start;
}

.news-detail-article,
.news-side-card {
    background: #ffffff;
    box-shadow: var(--shadow);
}

.news-detail-article {
    padding: clamp(1.4rem, 2vw, 2.4rem);
}

.news-detail-lead {
    margin-bottom: 1.6rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--primary);
    background: rgba(14, 110, 184, 0.07);
    color: var(--heading);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
}

.news-detail-content {
    color: var(--text);
    font-size: 16px;
    line-height: 1.9;
}

.news-detail-content > * + * {
    margin-top: 1.2rem;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
    color: var(--heading);
    line-height: 1.25;
}

.news-detail-content h2 {
    font-size: var(--title-feature);
}

.news-detail-content h3 {
    font-size: var(--title-card);
}

.news-detail-content ul,
.news-detail-content ol {
    padding-left: 1.35rem;
}

.news-detail-content li + li {
    margin-top: 0.45rem;
}

.news-detail-content img {
    width: auto;
    border-radius: 2px;
    box-shadow: var(--shadow);
}

.news-detail-content blockquote {
    margin: 1.4rem 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--primary);
    background: #f6f9fc;
    color: var(--heading);
}

.news-page-links {
    margin-top: 1.6rem;
}

.news-detail-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 130px;
}

.news-side-card {
    padding: 1.35rem;
    border-top: 4px solid var(--primary);
}

.news-side-card h2 {
    color: var(--heading);
    font-size: var(--title-card);
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

.news-side-card p {
    color: var(--muted);
}

.news-side-list {
    display: grid;
    gap: 0.85rem;
}

.news-side-list a {
    display: grid;
    gap: 0.3rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--border);
}

.news-side-list a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.news-side-list span {
    color: var(--primary);
    font-family: "Roboto", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.news-side-list strong {
    color: var(--heading);
    line-height: 1.45;
}

.news-side-contact .btn {
    margin-top: 1rem;
}

.about-value-grid span a {
    color: inherit;
}

.about-value-grid span a:hover {
    color: var(--primary);
}

.site-footer {
    background: #080808;
    color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
    padding-block: 3.4rem 2.2rem;
}

.footer-brand {
    margin-bottom: 1rem;
}

.site-footer .brand-text strong {
    color: #ffffff;
}

.site-footer .brand-text span {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
}

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

.footer-grid h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0.85rem;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .container {
    justify-content: space-between;
    gap: 1rem;
    min-height: 56px;
    font-size: 13px;
}

.footer-bottom span {
    color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1180px) {
    .three-cols,
    .two-cols,
    .footer-grid,
    .process-grid,
    .products-navigation-grid,
    .customization-delivery-grid,
    .products-category-grid,
    .products-prism-grid,
    .product-spec-grid,
    .product-detail-service-grid,
    .products-related-row,
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-grid,
    .split-grid.reverse,
    .contact-grid,
    .commitment-panel,
    .contact-page-form-grid,
    .products-framework-shell,
    .products-extension-shell,
    .products-current-shell,
    .product-detail-shell,
    .customization-entry-shell,
    .customization-scope-shell,
    .customization-delivery-shell,
    .product-system-row,
    .news-detail-layout {
        grid-template-columns: 1fr;
    }

    .news-detail-sidebar {
        position: static;
    }

    .contact-form .wpcf7 form {
        grid-template-columns: 1fr;
    }

    .contact-form .wpcf7 label:has([name="your-email"]),
    .contact-form .wpcf7 label:has([name="your-contact"]) {
        grid-column: 1 / -1;
    }

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

    .product-system-media img {
        min-height: 240px;
    }
}

@media (max-width: 1280px) {
    .navbar-inner {
        min-height: 74px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }

    .brand {
        max-width: calc(100% - 112px);
    }

    .brand-text {
        overflow: hidden;
    }

    .brand-text strong,
    .brand-text span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-toggle {
        display: inline-flex;
        flex-shrink: 0;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 0.65rem);
        left: 2.5rem;
        right: 2.5rem;
        z-index: 70;
        display: none;
        width: auto;
        max-height: calc(100vh - 128px);
        overflow-y: auto;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(14, 110, 184, 0.14);
        box-shadow: 0 24px 60px rgba(5, 24, 44, 0.18);
        gap: 0.35rem;
        text-transform: none;
    }

    .nav-links.is-open {
        display: grid;
    }

    .nav-links > .menu-item,
    .nav-links > a {
        width: 100%;
    }

    .nav-links > .menu-item > a,
    .nav-links > a {
        justify-content: space-between;
        width: 100%;
        min-height: 42px;
        padding: 0.62rem 0.75rem;
        border-radius: 2px;
    }

    .nav-links > .menu-item > a:hover,
    .nav-links > .menu-item > a:focus-visible,
    .nav-links > .current-menu-item > a,
    .nav-links > .current-menu-ancestor > a {
        background: rgba(14, 110, 184, 0.08);
    }

    .nav-links > .menu-item-has-children::before,
    .nav-links .sub-menu::before {
        display: none;
    }

    .nav-links > .menu-item-has-children > a::after {
        width: 0.34rem;
        height: 0.34rem;
    }

    .nav-links > .menu-item-has-children:hover > a::after,
    .nav-links > .menu-item-has-children:focus-within > a::after {
        transform: rotate(45deg) translateY(-2px);
    }

    .nav-links .sub-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin: 0.15rem 0 0.25rem;
        padding: 0.35rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem;
        border: 0;
        background: rgba(14, 110, 184, 0.05);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .nav-links .menu-item:hover > .sub-menu,
    .nav-links .menu-item:focus-within > .sub-menu {
        transform: none;
    }

    .nav-links .sub-menu .menu-item + .menu-item {
        border-top: 0;
    }

    .nav-links .sub-menu a {
        min-height: 34px;
        padding: 0.45rem 0.62rem;
        background: #ffffff;
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .container {
        padding-inline: 1.1rem;
    }

    .topbar {
        display: none;
    }

    .navbar-inner {
        min-height: 68px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding-block: 0.75rem 0.85rem;
        gap: 0.85rem;
    }

    .nav-links {
        left: 1.1rem;
        right: 1.1rem;
        width: auto;
        gap: 0.35rem;
        font-size: 12px;
        line-height: 1.4;
    }

    .nav-links .sub-menu a {
        min-height: 32px;
        padding: 0.45rem 0.6rem;
        font-size: 12px;
    }

    .brand-mark {
        min-width: 90px;
    }

    .brand-mark img,
    .brand img,
    .brand .custom-logo {
        width: 90px;
        max-height: 46px;
    }

    .brand-text strong {
        font-size: 22px;
    }

    .brand-text span {
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    .hero {
        min-height: auto;
    }

    .inner-hero {
        min-height: auto;
    }

    .hero-content {
        padding-block: 4.2rem 4.8rem;
        text-align: left;
    }

    .inner-hero-content {
        padding-block: 4.4rem 4.1rem;
    }

    .hero h1,
    .inner-hero-content h1 {
        font-size: clamp(2.1rem, 7vw, 3rem);
        line-height: 1.08;
    }

    .inner-hero-contact .inner-hero-content h1 {
        white-space: normal;
    }

    .hero h2,
    .inner-hero-content h2 {
        font-size: clamp(1.08rem, 3.2vw, 1.4rem);
        line-height: 1.5;
    }

    .hero-description,
    .inner-hero-description {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }

    .section-heading {
        margin-bottom: 2.2rem;
    }

    .section-heading h2,
    .content-card h2,
    .solutions-overview-copy h2,
    .solutions-cooperation-copy h2,
    .about-domain-copy h2,
    .about-method-copy h2,
    .about-future-copy h2,
    .lens-topic-head h2,
    .lens-closing-copy h2,
    .products-framework-copy h2,
    .products-extension-copy h2,
    .customization-entry-copy h2,
    .customization-scope-copy h2,
    .customization-delivery-copy h2,
    .philosophy-manifesto-copy h2,
    .philosophy-belief-copy h2,
    .philosophy-closing-copy h2,
    .cta-inner h2,
    .contact-copy h2,
    .commitment-copy h2 {
        font-size: clamp(1.8rem, 5vw, 2.3rem);
        line-height: 1.16;
    }

    .hero-actions {
        justify-content: flex-start;
        gap: 0.8rem;
    }

    .solutions-overview-shell,
    .solutions-overview-points,
    .scenario-block,
    .scenario-block.reverse,
    .solutions-step-row,
    .solutions-cooperation-shell,
    .commitment-panel,
    .about-identity-shell,
    .about-line-grid,
    .about-domain-shell,
    .about-domain-grid,
    .about-method-shell,
    .about-principle-grid,
    .about-future-shell,
    .about-future-tags,
    .lens-summary-shell,
    .lens-summary-metrics,
    .lens-capability-grid,
    .lens-topic-layout,
    .lens-topic-points,
    .lens-skill-strip,
    .lens-inspection-grid,
    .lens-closing-shell,
    .lens-closing-tags,
    .products-framework-metrics,
    .products-current-shell,
    .products-prism-grid,
    .products-related-row,
    .product-system-row,
    .product-system-list,
    .product-detail-shell,
    .product-spec-grid,
    .product-detail-service-grid,
    .philosophy-manifesto-shell,
    .philosophy-mv-grid,
    .philosophy-belief-shell,
    .philosophy-belief-tags,
    .philosophy-stage-grid,
    .philosophy-closing-shell,
    .contact-page-form-grid,
    .products-framework-shell,
    .products-extension-shell,
    .customization-entry-shell,
    .customization-entry-points,
    .customization-scope-shell,
    .customization-delivery-shell,
    .customization-delivery-grid,
    .contact-form .wpcf7 form,
    .news-detail-layout {
        grid-template-columns: 1fr;
    }

    .scenario-block.reverse .scenario-block-media,
    .scenario-block.reverse .scenario-block-copy {
        order: initial;
    }

    .about-pillar-grid,
    .about-value-grid,
    .product-step-grid {
        grid-template-columns: 1fr;
    }

    .three-cols,
    .two-cols,
    .footer-grid,
    .process-grid,
    .logo-row,
    .product-domain-grid,
    .philosophy-value-grid,
    .products-navigation-grid,
    .customization-delivery-grid,
    .product-system-list,
    .products-category-grid,
    .products-prism-grid,
    .product-spec-grid,
    .product-detail-service-grid,
    .products-related-row,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 3.5rem 0;
    }

    .process-strip {
        margin-top: -1.4rem;
    }

    .process-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .process-grid article:last-child {
        border-bottom: 0;
    }

    .media-card img,
    .media-stack img {
        min-height: 250px;
    }

    .feature-card img,
    .application-card img,
    .product-domain-card img,
    .product-system-media img,
    .solutions-overview-media img,
    .solutions-cooperation-media img,
    .scenario-block-media img,
    .about-identity-media img,
    .about-method-media img,
    .lens-topic-media img,
    .lens-topic-media-wide img,
    .lens-inspection-media img,
    .lens-closing-media img,
    .philosophy-closing-media img,
    .customization-delivery-media img,
    .products-current-media img,
    .products-prism-media img,
    .product-detail-media img,
    .news-card-media img {
        height: 220px;
        min-height: 220px;
    }

    .feature-body,
    .application-body,
    .product-domain-body,
    .about-pillar,
    .about-line-grid article,
    .about-domain-grid article,
    .about-principle-grid article,
    .about-future-tags span,
    .solutions-overview-points article,
    .solutions-step-row article,
    .solutions-note-list article,
    .lens-capability-card,
    .lens-topic-points article,
    .lens-skill-strip article,
    .lens-closing-tags span,
    .philosophy-value-card,
    .philosophy-mv-card,
    .philosophy-belief-tags span,
    .philosophy-stage-card,
    .products-navigation-grid article,
    .customization-entry-points article,
    .customization-delivery-grid article {
        padding: 1.15rem 1.1rem 1.2rem;
    }

    .solutions-overview-shell,
    .commitment-panel,
    .about-method-shell,
    .philosophy-manifesto-quote,
    .customization-scope-shell,
    .contact-form {
        padding: 1.2rem;
    }

    .product-system-row,
    .customization-timeline-item {
        padding: 1rem;
    }

    .product-system-head h3,
    .customization-timeline-item h3 {
        font-size: 24px;
    }

    .customization-timeline-item {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .content-card > p + p {
        margin-top: 0.85rem;
    }

    .check-list {
        margin: 1.15rem 0 1.4rem;
        gap: 0.7rem;
    }

    .cta-band {
        padding: 4.2rem 0;
    }

    .contact-section {
        padding: 4.2rem 0;
    }

    .solution-process-grid article {
        min-height: auto;
        padding: 1.15rem 1.15rem 1.05rem;
    }

    .commitment-panel {
        padding: 1.4rem;
    }

    .footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 0.8rem;
    }
}

@media (max-width: 560px) {
    .brand {
        width: 100%;
    }

    .brand-text {
        overflow: hidden;
    }

    .brand-text strong {
        font-size: 18px;
    }

    .brand-text span {
        display: none;
    }

    .nav-links {
        justify-content: flex-start;
        gap: 0.45rem 0.8rem;
        font-size: 11px;
    }

    .nav-links .sub-menu {
        padding: 0.35rem;
        gap: 0.3rem;
    }

    .nav-links .sub-menu a {
        min-height: 30px;
        padding: 0.4rem 0.52rem;
        font-size: 11px;
    }

    .hero-content {
        padding-block: 3.8rem 4.2rem;
    }

    .inner-hero-content {
        padding-block: 4rem 3.6rem;
    }

    .hero h1,
    .inner-hero-content h1 {
        font-size: clamp(1.9rem, 8vw, 2.5rem);
    }

    .hero-description,
    .inner-hero-description,
    .section-heading p,
    .content-card p,
    .application-body p,
    .feature-body p,
    .contact-copy p {
        font-size: 13px;
        line-height: 1.75;
    }

    .section {
        padding: 3rem 0;
    }

    .feature-card img,
    .application-card img,
    .product-domain-card img,
    .product-system-media img,
    .solutions-overview-media img,
    .solutions-cooperation-media img,
    .scenario-block-media img,
    .about-identity-media img,
    .about-method-media img,
    .lens-topic-media img,
    .lens-topic-media-wide img,
    .lens-inspection-media img,
    .lens-closing-media img,
    .philosophy-closing-media img,
    .customization-delivery-media img,
    .products-current-media img,
    .products-prism-media img,
    .product-detail-media img,
    .media-card img,
    .media-stack img,
    .news-card-media img {
        min-height: 0;
        height: 190px;
    }

    .scenario-block-copy,
    .news-card-body,
    .product-service-card,
    .product-spec-card,
    .products-prism-body,
    .products-extension-board article,
    .contact-form {
        padding: 1rem;
    }

    .btn {
        min-height: 44px;
        padding: 0.78em 1.25em;
        font-size: 14px;
    }
}
