/* Solutions canvas: 64px global navigation + 60px section navigation.
 * Preserve the approved brand and content. Desktop fits one readable section;
 * mobile, zoomed and short viewports grow naturally without clipping content. */
.solutions-page { --solution-nav: 60px; --solution-title: clamp(32px,2.8vw,42px); overflow-x: clip; }
/* Anchors reserve the two navbars once, not in both root padding and section margin. */
html:has(body.solutions-page) { scroll-padding-top: 0; }
.solutions-page h2 { font-size: var(--solution-title); line-height: 1.22; letter-spacing: -.035em; }
.solutions-page .inner-hero h1 { font-size: clamp(40px,4vw,60px); line-height: 1.16; }
.solutions-page .inner-hero__copy > p { font-size: 17px; }
.solutions-page .solution-block__intro { position: static; align-self: center; }
.solutions-page .solution-block__intro > p,.solutions-page .enterprise-intro > p { margin-top: 16px; font-size: 16px; line-height: 1.65; }
.solutions-page .solution-block__intro .text-link,.solutions-page .enterprise-intro .text-link { margin-top: 22px; }
.solutions-page .solution-block__grid,.solutions-page .enterprise-shell { gap: 24px 48px; }
.solutions-page .solution-block__body { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.solutions-page .solution-question,.solutions-page .solution-result { min-height: 0; padding: 20px; justify-content: flex-start; }
.solutions-page .solution-question strong,.solutions-page .solution-result strong { margin-top: 12px; font-size: 22px; line-height: 1.4; }
.solutions-page .deliverable-grid,.solutions-page .scope-note { grid-column: 1 / -1; }
.solutions-page .deliverable-grid { gap: 12px; }
.solutions-page .deliverable-grid article { min-height: 0; padding: 18px 20px; }
.solutions-page .deliverable-grid p { margin-top: 8px; font-size: 15px; line-height: 1.6; }
.solutions-page .solution-media { grid-row: auto; min-height: 0; height: clamp(210px,29svh,290px); }
.solutions-page .solution-media img { display: block; object-position: center 8%; }
.solutions-page .department-workflow { padding: 20px; gap: 12px; }
.solutions-page .department-workflow p { font-size: 13px; }
.solutions-page .solution-result-strip > div { padding: 16px 20px; }
.solutions-page .solution-result-strip strong { margin-top: 6px; font-size: 15px; line-height: 1.55; }
.solutions-page .enterprise-shell { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: center; row-gap: 18px; }

/* Semantic system diagram, not a simulated software screenshot. */
.solutions-page .enterprise-architecture { min-height: 0; display: grid; grid-template-columns: minmax(0,1fr) 88px; gap: 20px; padding: 18px; border: 1px solid #ffffff26; border-radius: 16px; background: #201f1d; perspective: none; }
.solutions-page .enterprise-architecture::before { content: none; }
.enterprise-stack { min-width: 0; }
.solutions-page .enterprise-layer { width: 100%; min-height: 76px; margin: 0; padding: 14px 18px; display: grid; grid-template-columns: 38px 1fr; gap: 3px 12px; text-align: left; color: #f5f3ed; background: #2a2825; border: 1px solid #ffffff26; border-radius: 10px; box-shadow: none; transform: none; cursor: pointer; }
.solutions-page .enterprise-layer > img { grid-row: 1 / 4; align-self: center; width: 24px; height: 24px; filter: invert(1); opacity: .8; }
.solutions-page .enterprise-layer > span { font-size: 12px; line-height: 1.2; color: #efaaa8; }
.solutions-page .enterprise-layer > strong { font-size: 19px; line-height: 1.25; font-weight: 650; }
.solutions-page .enterprise-layer > small { grid-column: 2; font-size: 13px; line-height: 1.4; color: #c2bcb4; }
.solutions-page .enterprise-layer.is-active { border-color: #e17c80; background: #3e292a; box-shadow: 0 8px 18px #0003; }
.solutions-page .enterprise-layer:focus-visible { outline: 2px solid #f5f3ed; outline-offset: 4px; }
.enterprise-connector { height: 20px; display: grid; place-items: center; }
.enterprise-connector img { width: 16px; height: 16px; filter: invert(1); opacity: .55; transform: rotate(180deg); }
.enterprise-feedback { align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; position: relative; border-right: 1px solid #aa7275; margin-block: 24px; padding-right: 14px; }
.enterprise-feedback::before,.enterprise-feedback::after { content: ''; position: absolute; right: 0; width: 28px; height: 1px; background: #aa7275; }
.enterprise-feedback::before { top: 0; }
.enterprise-feedback::after { bottom: 0; }
.enterprise-feedback > img { filter: invert(1); opacity: .8; }
.enterprise-feedback > div { font-size: 13px; color: #dfc5c4; }
.enterprise-feedback > div:last-child { font-size: 11px; writing-mode: vertical-rl; letter-spacing: .12em; color: #c2bcb4; }
.solutions-page .enterprise-deliverables article { min-height: 0; padding: 18px 20px; }
.solutions-page .enterprise-deliverables p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #c2bcb4; }
.solutions-page .enterprise-note { font-size: 12px; color: #b9b3aa; }
.solutions-page .section-heading > p { margin-top: 14px; font-size: 16px; }
.solutions-page .method-explorer { margin-top: 28px; gap: 20px; }
.solutions-page .method-panel { padding: 24px; }
.solutions-page .comparison-table-wrap { margin-top: 24px; }
.solutions-page .comparison-table caption { padding: 12px 18px; }
.solutions-page .comparison-table th,.solutions-page .comparison-table td { padding: 12px 18px; font-size: 14px; line-height: 1.55; }
.solutions-page .cooperation-grid,.solutions-page .faq-grid { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 48px; }
.solutions-page .cooperation-steps li { min-height: 0; padding: 20px; }
.solutions-page .cooperation-steps span { margin-top: 14px; }
.solutions-page .faq-list summary { min-height: 58px; font-size: 16px; }
.solutions-page .faq-list details p { padding-bottom: 18px; font-size: 15px; line-height: 1.65; }

@media (min-width:1100px) {
  .solutions-page main > section,.solutions-page main .elementor-widget-container > section {
    min-height: calc(100svh - var(--nav-height) - var(--solution-nav));
    padding: clamp(24px,4svh,40px) 0;
    display: flex; align-items: center;
    scroll-margin-top: calc(var(--nav-height) + var(--solution-nav));
  }
  .solutions-page main section.solutions-hero { min-height: calc(100svh - var(--nav-height)); scroll-margin-top: var(--nav-height); }
  .solutions-page .inner-hero__grid { min-height: 0; padding: 0; gap: 48px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .solutions-page .stage-visual { height: min(420px,58svh); padding-top: 0; }
  .solutions-page .stage-visual article:nth-of-type(1) { min-height: 155px; }
  .solutions-page .stage-visual article:nth-of-type(2) { min-height: 225px; }
  .solutions-page .stage-visual article:nth-of-type(3) { min-height: 295px; }
  .solutions-page .solution-block__grid { grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); }
  .solutions-page .solution-block__grid--media { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 18px 40px; }
}
@media (max-width:1099px) {
  .solutions-page .solution-block,.solutions-page .method-explorer-section,.solutions-page .comparison-section,.solutions-page .cooperation-section,.solutions-page .faq-section { padding: 56px 0; }
  .solutions-page .solution-block__grid,.solutions-page .enterprise-shell,.solutions-page .cooperation-grid,.solutions-page .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .solutions-page .enterprise-deliverables { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solutions-page .inner-hero__grid { min-height: 0; }
}
@media (max-width:650px) {
  .solutions-page { --solution-title: 30px; }
  .solutions-page .inner-hero h1 { font-size: 38px; }
  .solutions-page .solution-block__body { grid-template-columns: 1fr; }
  .solutions-page .solution-question strong,.solutions-page .solution-result strong { font-size: 21px; }
  .solutions-page .deliverable-grid { grid-template-columns: 1fr; }
  .solutions-page .enterprise-architecture { grid-template-columns: minmax(0,1fr) 48px; padding: 16px 12px; gap: 12px; }
  .solutions-page .enterprise-layer { padding: 14px 12px; grid-template-columns: 26px 1fr; gap: 4px 8px; }
  .solutions-page .enterprise-layer > strong { font-size: 16px; }
  .solutions-page .enterprise-layer > small { font-size: 12px; }
  .enterprise-feedback { padding-right: 8px; }
  .enterprise-feedback > div { font-size: 12px; writing-mode: vertical-rl; }
  .solutions-page .enterprise-deliverables { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion:no-preference) {
  .solutions-page .enterprise-layer { transition: transform .24s ease,background-color .24s ease,border-color .24s ease; }
  .solutions-page .enterprise-layer.is-active { transform: translateX(-4px); }
}
