/* New content within the original landing/subpage layouts.
   Monochrome treatment is intentionally limited to people and their portraits. */
#npu { scroll-margin-top: var(--header-height, 80px); }
.lp-product-tab img { filter: none; }
.su-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.su-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid #27b7e8; font-size: 14px; line-height: 1.5; }
.su-link svg, .su-button svg { width: 21px; height: 21px; flex-shrink: 0; }
.su-link:hover { color: #11699a; }
.su-link:focus-visible, .su-portrait:focus-visible, .su-milestone summary:focus-visible, .su-person-details summary:focus-visible { outline: 2px solid #27b7e8; outline-offset: 4px; }

.cin-npu-slide .cin-hero-copy h1 { font-size: clamp(68px, 6.4vw, 88px); line-height: .92; }
.cin-npu-chip { top: 264px; left: 43%; width: 180px; height: auto; transform: rotate(4deg); }
.cin-npu-chip img { height: 120px; object-fit: cover; }
.cin-npu-chip figcaption { padding: 7px 10px; background: #07101f; border-bottom: 2px solid #27b7e8; font-size: 11px; letter-spacing: .12em; }
.cin-npu-metric { margin-top: 22px; padding-top: 16px; border-top: 1px solid #cfd6df; }
.cin-npu-metric > strong { display: block; font-size: 17px; }
.cin-npu-metric > p { margin-top: 8px; color: #596373; font-size: 11px; line-height: 1.7; }
.cin-npu-metric > a { display: inline-block; margin-top: 14px; padding-bottom: 4px; color: #126b94; font-size: 12px; border-bottom: 1px solid #27b7e8; }
.cin-company-addition, .cin-news-addition { padding: 64px 0; color: var(--ink); background: var(--white); }
.cin-news-addition { background: var(--paper); }
.cin-company-summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-bottom: 64px; }
.cin-company-summary h2, .cin-news-heading h2 { font-size: 30px; font-weight: 500; letter-spacing: -.04em; line-height: 1.35; }
.cin-company-summary p { max-width: 65ch; margin-top: 16px; font-size: 14px; color: var(--ink-soft); line-height: 1.8; }
.cin-company-links { display: flex; flex-direction: column; align-items: start; gap: 18px; }
.cin-company-links a, .cin-news-heading > a { padding-bottom: 6px; border-bottom: 1px solid var(--cyan); font-size: 13px; }
.cin-news-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 30px; }

.su-interaction-hint { margin: 0 0 32px; color: #666; font-size: 13px; line-height: 1.7; }
.sp-team-intro h2, .sp-team-intro p, .su-greeting-copy p { word-break: keep-all; overflow-wrap: break-word; }
.su-team-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; padding-bottom: 64px; }
.su-team-row + .su-team-row { padding-top: 50px; border-top: 1px solid #d4d4d4; }
.su-team-row:last-child { padding-bottom: 0; }
.su-person { min-width: 0; color: #222; }
.su-person-planned { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
/* Blank white areas contain no text; names and experience stay commented out in content-data.js. */
.su-redacted { display: block; height: 14px; max-width: 100%; background: #fff; pointer-events: none; }
.su-redacted-name { width: 76px; height: 24px; margin-block: 4px; }
.su-redacted-details { display: grid; gap: 16px; padding: 4px 0 22px; }
.su-redacted-details .su-redacted { width: 92%; }
.su-portrait-soon { display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 5; background: #ededed; border: 1px solid #e1e1e1; }
.su-portrait-soon > span { color: #777; font-size: clamp(36px, 3.8vw, 48px); font-weight: 400; letter-spacing: -.025em; line-height: 1.2; }
.su-portrait { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; padding: 20px 15px 0; overflow: hidden; background: #e8e8e8; border: 0; cursor: pointer; }
.su-portrait img { position: relative; width: 100%; height: 100%; object-fit: contain; object-position: var(--portrait-position, center bottom); filter: grayscale(1); transform: scale(1); transform-origin: var(--portrait-position, center); transition: filter 260ms ease-out, transform 300ms cubic-bezier(.16, 1, .3, 1); }
.sp-page .su-portrait img { border-radius: 0; }
.su-portrait.is-placeholder, .su-portrait.is-photo { padding: 0; }
.su-portrait.is-placeholder img, .su-portrait.is-photo img { object-fit: cover; }
.su-portrait::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .65); opacity: 0; transform: scale(.985); pointer-events: none; transition: opacity 200ms ease-out, transform 260ms cubic-bezier(.16, 1, .3, 1); }
.su-portrait-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #777; font-size: 80px; }
.su-portrait:has(img:not(.is-broken)) .su-portrait-fallback { visibility: hidden; }
.su-portrait img.is-broken { opacity: 0; }
.su-portrait[aria-pressed='true'] img, .su-portrait:focus-visible img { filter: grayscale(0); transform: scale(1.035); transition-duration: 480ms, 600ms; }
.su-portrait[aria-pressed='true']::after, .su-portrait:focus-visible::after { opacity: 1; transform: scale(1); }
@media (hover: hover) and (pointer: fine) {
  .su-portrait:hover img { filter: grayscale(0); transform: scale(1.035); transition-duration: 480ms, 600ms; }
  .su-portrait:hover::after { opacity: 1; transform: scale(1); }
}
.su-photo-label { position: absolute; right: 12px; bottom: 12px; padding: 4px 8px; color: #fff; background: #222; font-size: 11px; }
.su-person-heading { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.sp-page #main-content .su-person-heading h3 { margin: 0; color: #222; font-size: 25px; font-weight: 600; line-height: 1.3; letter-spacing: -.03em; }
.su-hire-label { padding: 3px 7px; border: 1px solid #aaa; color: #555; font-size: 11px; }
.su-person-role { margin: 8px 0 0; color: #666; font-size: 13px; line-height: 1.7; }
.su-person-facts { list-style: none; margin: 22px 0; padding: 0; color: #555; font-size: 14px; line-height: 1.85; }
.su-person-details { border-top: 1px solid #d4d4d4; }
.su-person-details summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 16px; list-style: none; cursor: pointer; font-size: 13px; }
.su-person-details summary::-webkit-details-marker, .su-milestone summary::-webkit-details-marker { display: none; }
.su-person-details summary svg { width: 19px; height: 19px; flex-shrink: 0; }
.su-person-details[open] summary svg, .su-milestone[open] summary > svg { transform: rotate(45deg); }
.su-person-details ul { margin: 0 0 20px; padding-left: 18px; color: #555; font-size: 14px; line-height: 1.85; }
.su-person-details li + li { margin-top: 8px; }

.su-milestone { border-top: 1px solid #cfd6df; }
.su-milestone:last-child { border-bottom: 1px solid #cfd6df; }
.su-milestone summary { display: grid; grid-template-columns: 140px 1fr 24px; align-items: center; gap: 30px; padding-block: 28px; list-style: none; cursor: pointer; }
.su-milestone time { color: #126b94; font-size: 18px; font-variant-numeric: tabular-nums; }
.su-milestone h3, .sp-page #main-content .su-milestone h3 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.5; letter-spacing: -.025em; }
.su-milestone summary > svg { width: 24px; height: 24px; transition: transform 160ms ease-out; }
.su-milestone-body { max-width: 85ch; padding: 0 60px 30px 170px; color: #596373; font-size: 15px; line-height: 1.9; }
.su-milestone-body p { margin: 0; }
.su-milestone-body .su-link { margin-top: 12px; }
.su-news-item { display: grid; grid-template-columns: 200px 1fr; gap: 45px; padding-block: 36px; border-top: 1px solid #cfd6df; }
.su-news-item:last-child { border-bottom: 1px solid #cfd6df; }
.su-news-meta { display: flex; flex-direction: column; align-items: start; gap: 8px; color: #596373; font-size: 12px; }
.su-news-meta > span:first-child { padding: 3px 8px; margin-bottom: 6px; border: 1px solid #c0d7e5; color: #126b94; }
.su-news-item h3, .sp-page #main-content .su-news-item h3 { margin: 0; font-size: 25px; font-weight: 500; line-height: 1.55; letter-spacing: -.025em; }
.su-news-item h3 a { display: flex; justify-content: space-between; gap: 26px; }
.su-news-item h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.su-news-item h3 svg { width: 24px; height: 24px; flex-shrink: 0; margin-top: 8px; color: #126b94; transform: rotate(-35deg); }
.su-news-item p { max-width: 65ch; margin: 16px 0 0; color: #596373; font-size: 14px; line-height: 1.85; }

.su-greetings { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; padding-block: 80px 100px; }
.su-ceo-photo > .su-portrait { height: 480px; aspect-ratio: auto; }
.su-ceo-photo > p { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.su-ceo-photo strong { font-size: 26px; font-weight: 500; }
.su-ceo-photo span { color: #666; font-size: 14px; }
.su-ceo-photo ul { margin-top: 20px; padding: 0; list-style: none; color: #666; font-size: 14px; line-height: 1.9; }
.sp-page #main-content .su-greeting-copy h2 { margin: 0 0 32px; font-size: 36px; font-weight: 500; line-height: 1.5; letter-spacing: -.04em; }
.su-greeting-copy > p { margin-bottom: 25px; font-size: 16px; line-height: 2; }
.su-signoff { display: flex; align-items: flex-start; flex-direction: column; margin-top: 40px; }
.su-signoff > span { color: #596373; font-size: 13px; }
.su-signoff strong { margin-top: 4px; font-size: 16px; font-weight: 500; }
.su-signature { width: 250px; height: 125px; object-fit: contain; margin: 5px 0 15px -10px; }
.su-contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-block: 80px 100px; }
.sp-page #main-content .su-contact-page h2 { margin: 0; font-size: 32px; font-weight: 500; }
.su-contact-page > div > .su-link { margin-top: 20px; font-size: 22px; overflow-wrap: anywhere; }
.su-contact-page > div > p { max-width: 42ch; margin-top: 26px; color: #596373; font-size: 14px; }
.su-inquiry-form { display: flex; flex-direction: column; gap: 22px; }
.su-inquiry-form label { display: flex; flex-direction: column; gap: 8px; min-width: 0; font-size: 13px; }
.su-form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.su-inquiry-form input, .su-inquiry-form textarea, .su-inquiry-form select { width: 100%; min-height: 48px; margin: 0; padding: 13px 14px; border: 1px solid #b6c3d1; border-radius: 0; color: #070b18; background: #fff; font: inherit; font-size: 16px; }
.su-inquiry-form textarea { resize: vertical; }
.su-inquiry-form .su-button { display: inline-flex; align-self: flex-start; align-items: center; gap: 20px; min-height: 48px; padding: 12px 20px; border: 1px solid #27b7e8; color: #07101f; background: #27b7e8; font-size: 14px; cursor: pointer; }
.su-inquiry-form .su-button:hover { background: #e8f8fd; }
.su-form-status { color: #596373; font-size: 13px; line-height: 1.7; }

@media (max-width: 900px) {
  .su-team-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  .su-greetings, .su-contact-page { grid-template-columns: 1fr; gap: 44px; }
  .su-ceo-photo { max-width: 440px; }
  .su-news-item { grid-template-columns: 160px 1fr; gap: 30px; }
  .cin-company-summary { grid-template-columns: 1fr; gap: 24px; }
  .cin-company-links { flex-direction: row; flex-wrap: wrap; gap: 24px; }
}
@media (max-width: 860px) {
  .cin-npu-chip { top: 440px; right: 7%; left: auto; width: 160px; }
  .cin-npu-chip img { height: 106px; }
}
@media (max-width: 600px) {
  .cin-npu-slide .cin-hero-copy h1 { font-size: 60px; }
  .cin-npu-chip { top: 470px; right: 4px; width: 140px; }
  .cin-npu-chip img { height: 93px; }
  .cin-npu-chip figcaption { padding: 5px 8px; font-size: 10px; }
  .cin-company-addition, .cin-news-addition { padding-block: 44px; }
  .cin-company-summary { margin-bottom: 44px; }
  .cin-company-summary h2, .cin-news-heading h2 { font-size: 25px; }
  .cin-news-heading { align-items: start; flex-direction: column; gap: 14px; }
  .su-team-row { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
  .su-team-row + .su-team-row { padding-top: 40px; }
  .su-milestone summary { grid-template-columns: 1fr 20px; gap: 7px 15px; padding-block: 22px; }
  .su-milestone time { grid-column: 1; font-size: 14px; }
  .su-milestone h3, .sp-page #main-content .su-milestone h3 { grid-column: 1; grid-row: 2; font-size: 19px; }
  .su-milestone summary > svg { grid-column: 2; grid-row: 1 / 3; width: 20px; height: 20px; }
  .su-milestone-body { padding: 0 24px 24px 0; font-size: 14px; }
  .su-news-item { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
  .su-news-meta { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px; }
  .su-news-meta > span:first-child { margin: 0; }
  .su-news-item h3, .sp-page #main-content .su-news-item h3 { font-size: 21px; }
  .su-news-item h3 a { gap: 12px; }
  .su-news-item p { font-size: 13px; }
  .su-greetings, .su-contact-page { padding-block: 44px 64px; }
  .su-ceo-photo > .su-portrait { height: 390px; }
  .sp-page #main-content .su-greeting-copy h2 { font-size: 29px; }
  .su-form-pair { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .su-portrait img { transform: none !important; transition: filter 120ms ease-out !important; }
  .su-portrait::after { transform: none !important; transition: opacity 120ms ease-out; }
  .su-milestone summary > svg { transition: none; }
}
