/*
Theme Name: ABio Materials Japan
Theme URI: https://www.exosome.ltd/
Author: ABio Materials
Description: ABio Materials 일본어 사이트용 커스텀 WordPress CMS 테마
Version: 1.7.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: abio-materials
*/


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --font-jp: "Noto Sans JP";
  --font-display: "Outfit";
  --ink: #111225;
  --navy: #111557;
  --blue: #2f37a0;
  --blue-bright: #5366ff;
  --ice: #edf3ff;
  --mist: #f5f6fa;
  --line: rgba(17, 18, 37, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-jp), "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
html[lang^="ko"] body { font-family: "Noto Sans KR", var(--font-jp), sans-serif; }
html[lang^="zh"] body { font-family: "Noto Sans SC", var(--font-jp), sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.wp-content > :first-child { margin-top: 0; }
.wp-content > :last-child { margin-bottom: 0; }
.editor-note { max-width: 1100px; margin: 0 auto; padding: 16px 7vw; color: #777989; font-size: 12px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.brand { width: 220px; display: inline-flex; }
.brand img { width: 100%; display: block; }
.desktop-nav { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.desktop-nav a { opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.nav-group { position: relative; padding: 34px 0; }
.desktop-nav > .menu-item { position: relative; padding: 34px 0; list-style: none; }
.submenu { position: absolute; top: 76px; left: 50%; min-width: 220px; padding: 10px; display: grid; gap: 2px; background: rgba(8,10,42,.97); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 20px 50px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s, transform .2s, visibility .2s; }
.desktop-nav .sub-menu { position: absolute; top: 76px; left: 50%; min-width: 220px; margin: 0; padding: 10px; display: grid; gap: 2px; list-style: none; background: rgba(8,10,42,.97); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 20px 50px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-group:hover .submenu, .nav-group:focus-within .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.desktop-nav .menu-item:hover > .sub-menu, .desktop-nav .menu-item:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.submenu a { display: flex; justify-content: space-between; gap: 18px; padding: 11px 12px; font-size: 11px; white-space: nowrap; }
.desktop-nav .sub-menu a { display: flex; justify-content: space-between; gap: 18px; padding: 11px 12px; font-size: 11px; white-space: nowrap; }
.submenu a:hover { background: rgba(255,255,255,.07); }
.submenu span { color: #9cacff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.language-switcher { position: relative; }
.language-current { min-width: 34px; padding: 10px 4px; border: 0; color: inherit; background: transparent; cursor: pointer; font: 600 11px/1 var(--font-display), sans-serif; letter-spacing: .12em; opacity: .78; }
.language-options { position: absolute; top: calc(100% + 10px); right: 0; width: 126px; padding: 7px; display: grid; gap: 2px; background: rgba(8,10,42,.98); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 45px rgba(0,0,0,.26); opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .2s, transform .2s, visibility .2s; }
.language-options a { padding: 9px 10px; color: rgba(255,255,255,.68); font-size: 11px; white-space: nowrap; }
.language-options a:hover, .language-options a.is-current { color: #fff; background: rgba(255,255,255,.08); }
.language-switcher:hover .language-options, .language-switcher:focus-within .language-options { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 100px; font-size: 12px; }
.header-cta span { margin-left: 8px; }
.sub-header { background: rgba(7,9,39,.72); backdrop-filter: blur(16px); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; padding: 10px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; font: 600 9px/1 var(--font-display), sans-serif; letter-spacing: .12em; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { position: absolute; top: 50px; right: 0; width: min(84vw, 340px); max-height: 72vh; overflow-y: auto; padding: 18px; background: rgba(7,9,39,.98); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.mobile-menu-panel > div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-panel a { display: block; padding: 7px 0; color: rgba(255,255,255,.62); font-size: 11px; }
.mobile-menu-panel .mobile-group-title { margin-bottom: 5px; color: #fff; font-size: 13px; font-weight: 600; }
.mobile-menu-list, .mobile-menu-list .sub-menu { margin: 0; padding: 0; list-style: none; }
.mobile-menu-list > li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-list > li > a { color: #fff; font-size: 13px; font-weight: 600; }
.mobile-menu-list .sub-menu a { display: block; padding: 7px 0; color: rgba(255,255,255,.62); font-size: 11px; }

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 46%, rgba(110,138,255,.24), transparent 31%),
    linear-gradient(125deg, #090b2e 0%, #111557 47%, #3038a2 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, black 58%, black);
}
.hero-content { position: relative; z-index: 3; max-width: 760px; padding: 25vh 0 80px 8.5vw; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font: 600 11px/1.4 var(--font-display), sans-serif; letter-spacing: .24em; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #aeb9ff; }
.eyebrow.center { justify-content: center; }
.hero h1 { margin: 0; font-size: clamp(46px, 5.7vw, 82px); line-height: 1.18; letter-spacing: -.055em; font-weight: 500; }
.hero h1 span { position: relative; color: #9cacff; }
.hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: #9cacff; }
.hero-copy { margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.9; }
.hero-buttons { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 25px; border-radius: 100px; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: var(--navy); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.button-dark { color: #fff; background: var(--navy); min-width: 270px; }

.hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: .96;
  background: #071333;
}
.hero-media::before {
  display: none;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5,9,38,.72) 0%, rgba(5,9,38,.28) 43%, transparent 68%);
}
.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-index { position: absolute; z-index: 4; right: 5vw; bottom: 55px; display: flex; align-items: center; gap: 34px; }
.hero-index > div { display: flex; align-items: center; gap: 10px; }
.hero-index strong { font: 300 31px/1 var(--font-display), sans-serif; }
.hero-index span, .hero-index p { font: 500 9px/1.5 var(--font-display), sans-serif; letter-spacing: .16em; opacity: .66; }
.hero-index p { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.25); }
.scroll-cue { position: absolute; z-index: 4; bottom: 0; left: 3vw; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.scroll-cue span { writing-mode: vertical-rl; font: 500 8px/1 var(--font-display), sans-serif; letter-spacing: .22em; opacity: .55; }
.scroll-cue i { width: 1px; height: 46px; background: rgba(255,255,255,.5); }

.capability-strip { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 30px; padding: 20px 4vw; border-bottom: 1px solid var(--line); font: 600 11px/1 var(--font-display), sans-serif; letter-spacing: .15em; color: #777989; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: #b6b8c2; }
.section { padding: 140px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 430px); align-items: end; gap: 80px; max-width: 1240px; margin: 0 auto 76px; }
.section h2, .expertise h2, .company h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.24; letter-spacing: -.055em; font-weight: 500; }
.lead { margin: 0 0 7px; color: #6c6e7b; font-size: 15px; line-height: 2; }
.tech-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tech-card { position: relative; padding: 14px 14px 34px; border: 1px solid var(--line); border-radius: 4px; background: #fff; transition: transform .25s, box-shadow .25s; }
.tech-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(34,42,110,.1); }
.tech-image-wrap { position: relative; aspect-ratio: 1.08; overflow: hidden; background: var(--mist); }
.tech-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.tech-card:hover img { transform: scale(1.035); }
.card-number { position: absolute; z-index: 1; top: 18px; left: 18px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.9); font: 600 10px/1 var(--font-display), sans-serif; color: var(--blue); }
.micro-label { margin: 25px 12px 10px; color: var(--blue); font: 600 9px/1.4 var(--font-display), sans-serif; letter-spacing: .16em; }
.tech-card h3 { margin: 0 12px 14px; font: 500 27px/1.2 var(--font-display), sans-serif; }
.tech-card > p:nth-last-child(2) { margin: 0 12px; color: #727480; font-size: 13px; line-height: 1.85; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin: 24px 12px 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 600; }

.expertise { position: relative; overflow: hidden; padding: 140px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: #fff; background: linear-gradient(135deg, #090b2b 0%, #171b67 100%); }
.expertise::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 72px 72px; }
.expertise-heading, .expertise-cards { position: relative; z-index: 1; }
.expertise-heading { align-self: center; max-width: 520px; }
.expertise-heading > p:last-child { max-width: 460px; margin: 32px 0 0; color: rgba(255,255,255,.59); line-height: 2; font-size: 14px; }
.expertise-orb { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(149,172,255,.18); border-radius: 50%; left: -250px; bottom: -260px; box-shadow: inset 0 0 90px rgba(69,92,229,.16), 0 0 110px rgba(59,81,214,.2); }
.expertise-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.expertise-cards article { min-height: 500px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.expertise-number { align-self: flex-end; font: 500 10px/1 var(--font-display), sans-serif; color: rgba(255,255,255,.45); }
.line-icon { position: relative; width: 76px; height: 76px; margin: 54px 0 34px; border: 1px solid rgba(164,181,255,.35); border-radius: 50%; }
.line-icon-drop::after { content: ""; position: absolute; inset: 22px; border: 1px solid #9baeff; border-radius: 60% 40% 56% 44%; transform: rotate(45deg); }
.line-icon-grid::before, .line-icon-grid::after { content: ""; position: absolute; background: #9baeff; }
.line-icon-grid::before { width: 32px; height: 1px; top: 37px; left: 21px; }
.line-icon-grid::after { width: 1px; height: 32px; top: 21px; left: 37px; }
.expertise-cards .micro-label { margin: 0 0 10px; color: #9cacff; }
.expertise-cards h3 { margin: 0 0 20px; font-size: 30px; font-weight: 500; }
.expertise-cards h3 + p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.85; }
.expertise-cards ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 0; }
.expertise-cards li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; font-size: 10px; color: rgba(255,255,255,.62); }

.products { background: #f7f8fb; }
.product-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { position: relative; min-height: 640px; overflow: hidden; color: #fff; }
.product-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s; }
.product-card:hover img { transform: scale(1.045); }
.product-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,9,28,.82), rgba(8,9,28,0) 60%); }
.product-content { position: absolute; left: 42px; right: 42px; bottom: 40px; }
.product-content p { margin: 0 0 12px; font: 600 9px/1 var(--font-display), sans-serif; letter-spacing: .18em; opacity: .62; }
.product-content h3 { margin: 0 0 12px; font: 500 40px/1 var(--font-display), sans-serif; }
.product-content span { font-size: 12px; opacity: .68; }
.product-archive { padding: 120px 7vw 150px; background: #f7f8fb; }
.product-archive-heading { max-width: 1240px; margin: 0 auto 60px; }
.product-archive-heading h2 { margin: 20px 0 0; font-size: clamp(40px,4vw,60px); line-height: 1.2; letter-spacing: -.05em; font-weight: 500; }
.product-gallery-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.product-gallery-home { grid-template-columns: repeat(2,minmax(0,1fr)); }
.product-gallery-card { min-width: 0; border: 1px solid rgba(17,18,37,.09); background: #fff; transition: transform .25s, box-shadow .25s; }
.product-gallery-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(17,21,87,.1); }
.product-gallery-card-image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #eef0f7; }
.product-gallery-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s; }
.product-gallery-card:hover img { transform: scale(1.04); }
.product-gallery-card-content { padding: 28px 30px 32px; }
.product-gallery-card-content .micro-label { margin: 0 0 14px; color: var(--blue); }
.product-gallery-card-content h3 { margin: 0 0 16px; font: 500 28px/1.25 var(--font-display),var(--font-jp),sans-serif; overflow-wrap: anywhere; }
.product-gallery-card-content h3 a { color: inherit; }
.product-gallery-card-content > p:not(.micro-label) { min-height: 70px; margin: 0 0 24px; color: #70727e; font-size: 12px; line-height: 1.85; overflow-wrap: anywhere; }
.product-gallery-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 62% 38%,rgba(166,186,255,.58),transparent 8%),linear-gradient(135deg,#0a0d39,#313ca1); }
.product-gallery-placeholder::before, .product-gallery-placeholder::after { content: ""; position: absolute; left: 62%; top: 38%; width: 30%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.product-gallery-placeholder::after { width: 55%; }
.product-gallery-placeholder i { width: 9%; aspect-ratio: 1; border-radius: 50%; background: #b9c8ff; box-shadow: 0 0 45px rgba(185,200,255,.7); }
.product-home-more { max-width: 1240px; margin: 36px auto 0; text-align: center; }
.product-single { padding: 128px 7vw 120px; background: #fff; }
.product-single-topbar { max-width: 1240px; margin: 0 auto 42px; }
.product-single-topbar a { color: #777986; font-size: 11px; font-weight: 600; }
.product-single-hero { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 7vw; align-items: center; }
.product-single-main-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #eef0f7; }
.product-single-main-image > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-single-intro .micro-label { margin: 0 0 24px; color: var(--blue); }
.product-single-intro h1 { margin: 0; font-size: clamp(48px,5.2vw,78px); line-height: 1.06; letter-spacing: -.055em; font-weight: 500; overflow-wrap: anywhere; }
.product-single-intro h2 { margin: 28px 0 0; color: #363843; font-size: 20px; line-height: 1.65; font-weight: 500; overflow-wrap: anywhere; }
.product-single-intro > p:not(.micro-label) { margin: 24px 0 34px; color: #6a6c78; font-size: 14px; line-height: 2; overflow-wrap: anywhere; }
.product-image-gallery { max-width: 1240px; margin: 100px auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.product-image-gallery figure { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #f0f1f5; }
.product-image-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-single-details { max-width: 1060px; margin: 120px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.product-single-details h2 { margin: 20px 0 34px; font-size: 38px; line-height: 1.25; font-weight: 500; }
.product-description-block > div { color: #4f515d; font-size: 14px; line-height: 2.05; overflow-wrap: anywhere; word-break: break-word; }
.product-description-block p { margin: 0 0 1.7em; }
.product-spec-block dl { margin: 0; border-top: 1px solid var(--ink); }
.product-spec-block dl > div { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.product-spec-block dt { color: #8b8d98; font-size: 11px; font-weight: 600; }
.product-spec-block dd { margin: 0; color: #333540; font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; }
.product-single-back { max-width: 1060px; margin: 100px auto 0; padding-top: 28px; border-top: 1px solid var(--line); }
.product-single-back a { display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; font-weight: 600; }

.company { padding: 150px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: #fff; background: #111225; }
.company-copy { max-width: 560px; }
.company-copy > p:nth-of-type(2) { max-width: 510px; margin: 34px 0 0; color: rgba(255,255,255,.58); line-height: 2; font-size: 14px; }
.company-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.company-values span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; font: 500 9px/1 var(--font-display), sans-serif; letter-spacing: .12em; color: rgba(255,255,255,.62); }
.company-panel { align-self: end; border-top: 1px solid rgba(255,255,255,.25); }
.panel-label { margin: 22px 0 10px; font: 600 9px/1 var(--font-display), sans-serif; letter-spacing: .2em; color: #9cacff; }
.address-row { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.address-row strong { font-size: 12px; font-weight: 600; }
.address-row p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.7; }
.company-address-card { display: grid; grid-template-columns: minmax(150px,.55fr) 1fr; gap: 42px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.company-address-card strong { font-size: 17px; line-height: 1.6; font-weight: 500; }
.company-address-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.9; }
.company-inquiry { margin-top: 24px; min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 600; transition: background .2s ease, color .2s ease; }
.company-inquiry:hover { color: var(--navy); background: #fff; }

.contact { padding: 140px 6vw; text-align: center; background: linear-gradient(140deg, #eef2ff, #fff 56%, #eef5ff); }
.contact > p:nth-of-type(2) { margin: 28px auto 36px; max-width: 660px; color: #6d6f7c; font-size: 14px; line-height: 1.9; }
footer { min-height: 150px; padding: 38px 6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); background: #070b2f; }
.footer-brand { width: 180px; }
.footer-brand img { width: 100%; display: block; }
.footer-links { display: flex; gap: 28px; color: rgba(255,255,255,.72); font-size: 11px; }
footer > p { justify-self: end; margin: 0; color: rgba(255,255,255,.48); font: 500 9px/1 var(--font-display), sans-serif; }

.sub-hero { position: relative; min-height: 610px; overflow: hidden; color: #fff; background: #090b2e; }
.sub-hero-media { position: absolute; inset: 0; opacity: .72; background: radial-gradient(circle at 76% 52%, rgba(166,186,255,.48) 0 6%, rgba(83,106,222,.22) 18%, transparent 35%), linear-gradient(125deg,#080a2d,#27318d); }
.sub-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,46,.96) 0%, rgba(9,11,46,.72) 46%, rgba(9,11,46,.15)); }
.sub-hero-media img { display: none; }
.sub-hero-content { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 205px 7vw 90px; }
.sub-hero h1 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.2; letter-spacing: -.055em; font-weight: 500; }
.sub-hero-content > p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.9; }
.knowledge-page { background: #fff; }
.anchor-nav { position: sticky; z-index: 10; top: 0; display: flex; justify-content: center; gap: 36px; min-height: 70px; padding: 0 24px; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.anchor-nav a { color: #666876; font-size: 12px; font-weight: 600; }
.anchor-nav a:hover { color: var(--blue); }
.detail-section { padding: 130px 7vw; scroll-margin-top: 70px; }
.detail-section.tinted { background: #f6f7fb; }
.detail-heading { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 28px; max-width: 1240px; margin: 0 auto 66px; }
.detail-number { margin: 6px 0 0; color: #a4a6b1; font: 500 12px/1 var(--font-display), sans-serif; }
.detail-heading .eyebrow { margin-bottom: 22px; }
.detail-heading h2 { margin: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.14; letter-spacing: -.05em; font-weight: 500; }
.detail-lead { max-width: 790px; margin: 28px 0 0; color: #666976; font-size: 14px; line-height: 2; }
.tech-detail-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 6vw; align-items: center; }
.tech-detail-image { overflow: hidden; background: #eceffa; aspect-ratio: 1; }
.tech-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--blue); font: 600 10px/1.5 var(--font-display), sans-serif; }
.process-list h3 { margin: 0 0 7px; font: 500 18px/1.3 var(--font-display), sans-serif; }
.process-list p { margin: 0; color: #777986; font-size: 12px; line-height: 1.7; }
.definition-grid { max-width: 1100px; margin: 0 auto 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.definition-grid article { min-height: 190px; padding: 30px; background: #fff; }
.definition-grid strong { color: var(--blue); font: 600 10px/1 var(--font-display), sans-serif; letter-spacing: .14em; }
.definition-grid p { margin: 40px 0 0; color: #666976; font-size: 13px; line-height: 1.8; }
.material-table-wrap { max-width: 1100px; margin: 0 auto; overflow-x: auto; }
.material-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.material-table th { padding: 14px 16px; color: #8a8c96; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); text-align: left; font: 600 9px/1 var(--font-display), sans-serif; letter-spacing: .12em; }
.material-table td { padding: 19px 16px; border-bottom: 1px solid var(--line); color: #565865; font-size: 12px; line-height: 1.55; }
.material-table td:first-child { width: 64px; color: #9a9ca6; font: 500 10px/1 var(--font-display), sans-serif; }
.material-table td:nth-child(2) { color: var(--ink); font-weight: 600; }
.reference-list { max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--ink); }
.reference-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.reference-list article > span { color: #989aa5; font: 500 10px/1.7 var(--font-display), sans-serif; }
.reference-list p { margin: 0 0 7px; color: var(--blue); font: 600 10px/1.4 var(--font-display), sans-serif; letter-spacing: .08em; }
.reference-list h3 { margin: 0; font-size: 14px; line-height: 1.65; font-weight: 500; }
.publication-list h3 { font-family: var(--font-display), var(--font-jp), sans-serif; font-size: 16px; }
.cert-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cert-grid article { min-height: 170px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.cert-grid p { margin: 0; color: var(--blue); font: 600 10px/1 var(--font-display), sans-serif; }
.cert-grid h3 { margin: 62px 0 0; font-size: 17px; font-weight: 500; }
.company-quote { max-width: 1100px; margin: 0 auto; padding: 64px; color: #fff; background: linear-gradient(135deg,#10134e,#30399d); }
.company-quote p { margin: 0 0 32px; color: #9cacff; font: 600 10px/1 var(--font-display),sans-serif; letter-spacing: .14em; }
.company-quote h3 { margin: 0 0 24px; font-size: clamp(30px,3vw,46px); font-weight: 500; letter-spacing: -.04em; }
.company-quote span { display: block; max-width: 680px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 2; }
.history-list { max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--ink); }
.history-list article { display: grid; grid-template-columns: 140px 1fr; gap: 40px; padding: 30px 4px; border-bottom: 1px solid var(--line); }
.history-list strong { color: var(--blue); font: 500 30px/1 var(--font-display), sans-serif; }
.history-list p { margin: 0; color: #626471; font-size: 13px; line-height: 1.9; }
.role-list strong { font-family: var(--font-jp), sans-serif; font-size: 18px; line-height: 1.5; }
.partner-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-grid span { min-height: 105px; display: grid; place-items: center; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4d4f5b; text-align: center; font: 600 12px/1.4 var(--font-display),sans-serif; }
.support-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-grid article { min-height: 190px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-grid h3 { margin: 0 0 34px; color: var(--blue); font-size: 17px; font-weight: 500; }
.support-grid p { margin: 0; color: #626471; font-size: 12px; line-height: 1.85; }
.dark-detail { color: #fff; background: #111225; }
.dark-detail .detail-number, .dark-detail .detail-lead { color: rgba(255,255,255,.55); }
.dark-detail .eyebrow { color: #9cacff; }
.ethics-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.ethics-grid article { min-height: 190px; padding: 28px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.ethics-grid h3 { margin: 0 0 35px; font-size: 17px; font-weight: 500; }
.ethics-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }
.ethics-mail { display: block; max-width: 1100px; margin: 24px auto 0; color: #9cacff; font-size: 12px; }
.qc-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.qc-grid article { min-height: 170px; padding: 28px; border: 1px solid var(--line); }
.qc-grid span { color: var(--blue); font: 600 11px/1 var(--font-display),sans-serif; }
.qc-grid h3 { margin: 68px 0 0; font-size: 17px; font-weight: 500; }
.facility-note { max-width: 1100px; margin: 42px auto 0; display: grid; grid-template-columns: 230px 1fr; gap: 40px; padding: 30px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.facility-note strong { color: var(--blue); font: 600 10px/1.5 var(--font-display),sans-serif; letter-spacing: .12em; }
.facility-note p { margin: 0; color: #666876; font-size: 13px; line-height: 1.8; }
.workflow-block { max-width: 1100px; margin: 0 auto 80px; display: grid; grid-template-columns: 280px 1fr; gap: 55px; }
.workflow-block > div:first-child h3 { margin: 0 0 20px; font: 500 48px/1 var(--font-display),sans-serif; }
.workflow-block > div:first-child > p:last-child { color: #666876; font-size: 12px; line-height: 1.8; }
.workflow-block .micro-label { margin: 0 0 12px; }
.step-flow { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-flow article { min-height: 135px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.step-flow span { color: var(--blue); font: 600 9px/1 var(--font-display),sans-serif; }
.step-flow h3 { margin: 44px 0 0; font-size: 13px; font-weight: 500; }
.detail-contact { scroll-margin-top: 70px; }
.contact-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.button-outline-dark { color: var(--navy); border: 1px solid var(--navy); }
.contact-privacy-note { margin: 20px auto 0 !important; color: #8a8c98 !important; font-size: 11px !important; }
.inquiry-section { padding-left: 6vw; padding-right: 6vw; scroll-margin-top: 70px; }
.inquiry-intro > p:last-child { margin: 28px auto 46px; max-width: 660px; color: #6d6f7c; font-size: 14px; line-height: 1.9; }
.inquiry-panel { max-width: 1100px; margin: 0 auto; padding: 54px; border: 1px solid rgba(17,18,37,.1); background: rgba(255,255,255,.94); box-shadow: 0 28px 80px rgba(17,21,87,.09); text-align: left; }
.inquiry-form { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 24px; }
.inquiry-field { min-width: 0; }
.inquiry-field-full { grid-column: 1 / -1; }
.inquiry-field > label, .inquiry-field > legend, .inquiry-types > legend { display: block; margin: 0 0 10px; color: var(--ink); font-size: 12px; font-weight: 600; }
.inquiry-field label > span, .inquiry-types legend > span { margin-left: 5px; color: var(--blue); font-size: 9px; }
.inquiry-field input[type="text"], .inquiry-field input[type="email"], .inquiry-field textarea { width: 100%; border: 1px solid rgba(17,18,37,.17); border-radius: 0; outline: 0; background: #fff; color: var(--ink); font: 400 14px/1.7 var(--font-jp),sans-serif; transition: border-color .2s, box-shadow .2s; }
.inquiry-field input[type="text"], .inquiry-field input[type="email"] { height: 54px; padding: 0 16px; }
.inquiry-field textarea { min-height: 220px; padding: 15px 16px; resize: vertical; }
.inquiry-field input:focus, .inquiry-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,55,160,.08); }
.inquiry-types { margin: 0; padding: 0; border: 0; }
.inquiry-choice-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.inquiry-choice { position: relative; display: block; cursor: pointer; }
.inquiry-choice input { position: absolute; opacity: 0; pointer-events: none; }
.inquiry-choice span { display: grid; min-height: 54px; margin: 0 !important; padding: 10px; place-items: center; border: 1px solid rgba(17,18,37,.17); color: #565865; font-size: 12px !important; text-align: center; transition: color .2s, border-color .2s, background .2s; }
.inquiry-choice input:checked + span { border-color: var(--navy); background: var(--navy); color: #fff; }
.inquiry-choice input:focus-visible + span { box-shadow: 0 0 0 3px rgba(47,55,160,.18); }
.inquiry-consent { padding-top: 6px; border-top: 1px solid var(--line); }
.inquiry-consent > label { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 12px; font-weight: 500; line-height: 1.7; cursor: pointer; }
.inquiry-consent input { margin-top: 4px; accent-color: var(--navy); }
.inquiry-consent > label span { margin: 0; color: var(--ink); font-size: 12px; }
.inquiry-consent > p { margin: 10px 0 0 25px; color: #858793; font-size: 10px; line-height: 1.7; }
.inquiry-submit { text-align: center; }
.inquiry-submit .button { min-width: 240px; border: 0; cursor: pointer; font-family: var(--font-jp),sans-serif; }
.inquiry-message { margin: 0 0 28px; padding: 16px 18px; border-left: 3px solid var(--blue); background: #edf1ff; color: var(--navy); font-size: 13px; line-height: 1.7; }
.inquiry-message-error { border-left-color: #a43636; background: #fff1f1; color: #7d2929; }
.inquiry-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.source-note { padding: 30px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #81838e; background: #eef0f5; }
.source-note p { margin: 0; font-size: 11px; }
.source-note div { display: flex; gap: 18px; }
.source-note a { color: var(--blue); font-size: 11px; font-weight: 600; }

.home-news, .news-archive { background: #f7f8fb; }
.news-home-heading { align-items: end; }
.news-heading-side { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.news-heading-side .lead { margin: 0; }
.news-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.news-card { min-width: 0; background: #fff; border: 1px solid rgba(17,18,37,.08); transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(17,21,87,.1); }
.news-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(135deg,#10134e,#30399d); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.news-card:hover .news-card-image img { transform: scale(1.035); }
.news-card-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 66% 38%,rgba(159,181,255,.54),transparent 8%),linear-gradient(135deg,#0a0d39,#2f3a9f); }
.news-card-placeholder::before, .news-card-placeholder::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.news-card-placeholder::after { width: 66%; }
.news-card-placeholder i { width: 11%; aspect-ratio: 1; border-radius: 50%; background: #b8c7ff; box-shadow: 0 0 34px rgba(184,199,255,.72); }
.news-card-content { padding: 28px 28px 30px; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #91939e; font: 600 9px/1 var(--font-display),sans-serif; letter-spacing: .08em; }
.news-meta span { color: var(--blue); }
.news-card h3 { margin: 22px 0 14px; font-size: 19px; line-height: 1.55; font-weight: 500; }
.news-card h3 a { color: inherit; }
.news-card-content > p { min-height: 72px; margin: 0 0 24px; color: #727480; font-size: 12px; line-height: 1.9; }
.news-card .card-link { color: var(--blue); }
.news-archive { padding: 120px 7vw 150px; }
.news-archive-heading { max-width: 1240px; margin: 0 auto 60px; }
.news-archive-heading h2 { margin: 20px 0 0; font-size: clamp(40px,4vw,60px); line-height: 1.2; letter-spacing: -.05em; font-weight: 500; }
.news-grid-archive { row-gap: 34px; }
.news-empty { max-width: 1240px; margin: 0 auto; padding: 70px 30px; border: 1px solid var(--line); background: #fff; text-align: center; }
.news-empty strong { color: var(--blue); font: 600 10px/1 var(--font-display),sans-serif; letter-spacing: .16em; }
.news-empty p { margin: 18px 0 0; color: #777986; font-size: 13px; }
.news-pagination { max-width: 1240px; margin: 64px auto 0; }
.news-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.news-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: #686a76; font-size: 11px; }
.news-pagination .current { border-color: var(--navy); background: var(--navy); color: #fff; }
.news-single { padding: 135px 7vw 120px; overflow: hidden; background: #fff; }
.news-single-masthead { max-width: 1180px; margin: 0 auto; }
.news-back { display: inline-block; margin-bottom: 42px; color: #777986; font-size: 11px; font-weight: 600; }
.news-single-image { width: 100%; margin: 0 0 60px; overflow: hidden; background: #f2f3f7; aspect-ratio: 16 / 9; }
.news-single-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.news-single-image-placeholder { position: relative; background: radial-gradient(circle at 64% 40%,rgba(165,185,255,.62),transparent 8%),linear-gradient(135deg,#090c37,#303ba2); }
.news-single-image-placeholder::before, .news-single-image-placeholder::after { content: ""; position: absolute; left: 64%; top: 40%; width: 28%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.news-single-image-placeholder::after { width: 52%; }
.news-single-image-placeholder span { position: absolute; left: 64%; top: 40%; width: 8%; aspect-ratio: 1; border-radius: 50%; background: #b8c7ff; box-shadow: 0 0 55px rgba(184,199,255,.76); transform: translate(-50%,-50%); }
.news-single-header { max-width: 860px; margin: 0 auto; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.news-single-header .news-meta { justify-content: flex-start; gap: 24px; }
.news-single-header h1 { margin: 26px 0 0; color: #171824; font-size: clamp(38px,4.4vw,64px); line-height: 1.25; letter-spacing: -.045em; font-weight: 500; overflow-wrap: anywhere; word-break: break-word; }
.news-single-summary { margin: 28px 0 0; color: #666876; font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; word-break: break-word; }
.news-single-body { max-width: 760px; margin: 64px auto 0; color: #353741; font-size: 16px; line-height: 2.05; overflow-wrap: anywhere; word-break: break-word; }
.news-single-body p { margin: 0 0 1.8em; }
.news-attachments { max-width: 760px; margin: 72px auto 0; padding: 38px 0 0; border-top: 1px solid var(--ink); }
.news-attachments .eyebrow { margin: 0 0 18px; }
.news-attachments h2 { margin: 0 0 28px; font-size: 26px; font-weight: 500; }
.news-attachment-list { border-top: 1px solid var(--line); }
.news-attachment-list a { display: grid; grid-template-columns: 44px minmax(0,1fr) auto 20px; gap: 16px; align-items: center; min-height: 76px; padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); }
.news-pdf-icon { display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: var(--blue); font: 700 9px/1 var(--font-display),sans-serif; letter-spacing: .04em; }
.news-attachment-list strong { min-width: 0; font-size: 13px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; word-break: break-word; }
.news-attachment-list small { color: #9698a2; font-size: 10px; }
.news-attachment-list i { color: var(--blue); font-style: normal; font-size: 16px; }
.news-single-footer { max-width: 760px; min-height: 0; margin: 78px auto 0; padding: 28px 0 0; border-top: 1px solid var(--line); background: transparent; }
.news-single-footer a { display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; font-weight: 600; }
.news-card h3, .news-card-content > p { overflow-wrap: anywhere; word-break: break-word; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; padding: 0 24px; }
  .brand { width: 180px; }
  .desktop-nav { display: none; }
  .language-options { top: calc(100% + 8px); }
  .mobile-menu { display: block; }
  .header-cta { padding: 10px 14px; }
  .hero { min-height: 740px; height: 94svh; }
  .hero-content { padding: 24vh 7vw 70px; }
  .hero-media { opacity: .84; }
  .hero-media img { object-position: 62% center; }
  .hero-index { display: none; }
  .capability-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section, .expertise, .company { padding: 100px 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .tech-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .expertise { grid-template-columns: 1fr; gap: 60px; }
  .company { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
  .sub-hero { min-height: 540px; }
  .sub-hero-content { padding: 180px 6vw 80px; }
  .anchor-nav { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .detail-section { padding: 100px 6vw; }
  .tech-detail-grid { grid-template-columns: 1fr; }
  .tech-detail-image { max-width: 560px; }
  .definition-grid, .cert-grid, .ethics-grid, .qc-grid, .support-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .workflow-block { grid-template-columns: 1fr; }
  .inquiry-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-single-hero { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .product-single-details { gap: 5vw; }
  .news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .news-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 11px); }
}

@media (max-width: 640px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { padding: 0 18px; }
  .brand { width: 154px; }
  .header-cta { font-size: 10px; }
  .header-cta { display: none; }
  .hero { min-height: 700px; }
  .hero-content { padding: 22vh 22px 60px; }
  .hero h1 { font-size: 42px; }
  .hero-copy { font-size: 14px; }
  .desktop-break { display: none; }
  .hero-buttons { align-items: stretch; flex-direction: column; width: 100%; max-width: 300px; }
  .hero-buttons .button { width: 100%; }
  .hero-media { opacity: .56; }
  .hero-media::after { background: linear-gradient(90deg, rgba(9,11,46,.9) 0%, rgba(9,11,46,.42) 64%, transparent); }
  .hero-media img { object-position: 70% center; }
  .scroll-cue { display: none; }
  .capability-strip { gap: 20px; font-size: 9px; }
  .section, .expertise, .company { padding: 84px 20px; }
  .section-heading { margin-bottom: 48px; }
  .tech-grid, .expertise-cards, .product-grid { grid-template-columns: 1fr; }
  .tech-card:last-child { grid-column: auto; max-width: none; }
  .expertise-cards article { min-height: 430px; padding: 28px; }
  .product-card { min-height: 520px; }
  .product-content { left: 28px; right: 28px; bottom: 28px; }
  .company h2, .contact h2 { font-size: 38px; }
  .contact { padding: 90px 20px; }
  .address-row { grid-template-columns: 1fr; gap: 8px; }
  footer { min-height: 130px; padding: 30px 20px; grid-template-columns: 1fr; }
  footer > p { justify-self: start; }
  .sub-hero { min-height: 500px; }
  .sub-hero-content { padding: 155px 22px 70px; }
  .sub-hero h1 { font-size: 42px; }
  .sub-hero-content > p:last-child { font-size: 13px; }
  .anchor-nav { min-height: 60px; gap: 24px; padding: 0 20px; }
  .detail-section { padding: 78px 20px; }
  .detail-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 42px; }
  .detail-number { margin: 0; }
  .detail-heading h2 { font-size: 38px; }
  .definition-grid, .cert-grid, .ethics-grid, .qc-grid, .support-grid { grid-template-columns: 1fr; }
  .definition-grid article { min-height: 150px; }
  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .history-list article { grid-template-columns: 1fr; gap: 14px; }
  .company-quote { padding: 38px 26px; }
  .company-address-card { grid-template-columns: 1fr; gap: 18px; }
  .facility-note { grid-template-columns: 1fr; gap: 15px; }
  .workflow-block { gap: 30px; }
  .step-flow { grid-template-columns: repeat(2,1fr); }
  .inquiry-section { padding: 84px 20px; }
  .inquiry-panel { padding: 30px 20px; }
  .inquiry-form { grid-template-columns: 1fr; gap: 24px; }
  .inquiry-field-full { grid-column: auto; }
  .inquiry-choice-grid { grid-template-columns: 1fr 1fr; }
  .inquiry-consent > p { margin-left: 0; }
  .source-note { align-items: flex-start; flex-direction: column; padding: 24px 20px; }
  .product-archive { padding: 80px 20px 100px; }
  .product-gallery-grid, .product-gallery-home { grid-template-columns: 1fr; }
  .product-gallery-card-content > p:not(.micro-label) { min-height: 0; }
  .product-single { padding: 106px 20px 84px; }
  .product-single-hero, .product-single-details { grid-template-columns: 1fr; gap: 48px; }
  .product-single-intro h1 { font-size: 46px; }
  .product-image-gallery { margin-top: 64px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .product-single-details { margin-top: 78px; }
  .product-spec-block dl > div { grid-template-columns: 100px minmax(0,1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .news-card-content > p { min-height: 0; }
  .news-archive { padding: 80px 20px 100px; }
  .news-single { padding: 110px 20px 82px; }
  .news-back { margin-bottom: 32px; }
  .news-single-image { margin-bottom: 42px; }
  .news-single-header h1 { font-size: 38px; }
  .news-single-body { margin-top: 48px; font-size: 15px; }
  .news-attachment-list a { grid-template-columns: 44px minmax(0,1fr) 18px; }
  .news-attachment-list small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

