/* ============================================================
   AGR Robotics Global — components.css
   Yuncut JP カラーシステム完全準拠
   ============================================================ */
@import url('media-layout.css');

/* --- Evidence grid ---------------------------------------- */
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.evidence-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: 0 2px 12px var(--shadow); }
.evidence-col:last-child { background: var(--bg2); }
.evidence-col-head { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.evidence-col-head.risk { color: #E05252; }
.evidence-col-head.logic { color: #27ae60; }

/* --- Case page hero --------------------------------------- */
.case-page-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 80px; border-bottom: 1px solid var(--line); }
.case-page-hero-bg { display: none; }
.case-page-hero-inner { width: min(var(--max-width), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.case-page-hero .section-label { color: var(--accent-ink); }
.case-page-hero h1 { color: var(--text); }
.case-page-hero .section-sub { color: var(--muted); }

/* --- Case results bar ------------------------------------- */
.case-results-bar { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; margin-top: 32px; background: #fff; box-shadow: 0 2px 10px var(--shadow); }
.case-result-cell { padding: 18px 16px; border-right: 1px solid var(--line); }
.case-result-cell:last-child { border-right: none; }
.case-result-val { font-family: 'JetBrains Mono', monospace; font-size: 20px; color: var(--accent-ink); display: block; margin-bottom: 5px; font-weight: 500; }
.case-result-label { font-size: 11px; color: var(--muted); line-height: 1.4; }

/* --- Sibling nav ------------------------------------------ */
.sibling-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.sib-card { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); text-decoration: none; color: inherit; transition: .25s; box-shadow: 0 2px 10px var(--shadow); gap: 10px; }
.sib-card:hover { border-color: var(--accent-ink); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,168,75,0.12); }
.sib-dir { font-size: 11px; color: var(--soft); margin-bottom: 4px; }
.sib-title { font-size: 17px; font-weight: 700; color: var(--text); }
.sib-arrow { font-size: 20px; color: var(--accent-ink); flex-shrink: 0; }

/* --- Cases hero ------------------------------------------- */
.cases-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 72px; border-bottom: 1px solid var(--line); }
.cases-hero-bg { display: none; }
.cases-hero-inner { width: min(var(--max-width), calc(100% - 40px)); margin: auto; }
.cases-hero h1 { color: var(--text); }
.cases-hero h1 em { color: var(--accent-ink); font-style: normal; }
.cases-hero .section-sub { color: var(--muted); }

/* Cases grid */
.cases-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.case-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: .25s; box-shadow: 0 2px 12px var(--shadow); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(200,168,75,0.12); border-color: rgba(200,168,75,0.3); }
.case-card-image { aspect-ratio: 16/7; background: linear-gradient(135deg, #E8EFF8, #D4E3F5); overflow: hidden; position: relative; }
.case-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.case-card:hover .case-card-image img { transform: scale(1.03); }
.case-card-image-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--soft); text-align: center; padding: 16px; line-height: 1.5; }
.case-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.case-card-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 8px; }
.case-card-title { font-size: 19px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.3; }
.case-card-summary { font-size: 13px; color: var(--text-secondary); line-height: 1.75; flex: 1; }
.case-card-metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-top: 14px; background: var(--bg2); }
.case-metric { padding: 10px 8px; border-right: 1px solid var(--line); }
.case-metric:last-child { border-right: none; }
.case-metric-val { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: var(--accent-ink); display: block; margin-bottom: 2px; }
.case-metric-label { font-size: 10px; color: var(--text-muted); line-height: 1.4; }
.case-card-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-size: 13px; color: var(--accent-ink); font-weight: 600; }

/* Case read grid */
.case-read-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 40px; }
.case-read-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; box-shadow: 0 2px 10px var(--shadow); }
.case-read-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 10px; }
.case-read-q { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.case-read-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.75; }

/* --- Validation ------------------------------------------- */
.val-page-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 80px; border-bottom: 1px solid var(--line); }
.val-page-hero-bg { display: none; }
.val-page-hero-inner { width: min(var(--max-width), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.val-page-hero h1 { color: var(--text); }
.val-page-hero h1 em { color: var(--accent-ink); font-style: normal; }
.val-page-hero .section-sub { color: var(--muted); }
.val-hero-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.val-hero-metric { background: #fff; border: 1px solid var(--line); padding: 18px; border-radius: var(--radius-sm); box-shadow: 0 2px 8px var(--shadow); }
.val-hero-metric-val { font-family: 'JetBrains Mono', monospace; font-size: 18px; color: var(--accent-ink); display: block; margin-bottom: 5px; font-weight: 500; }
.val-hero-metric-label { font-size: 12px; color: var(--muted); line-height: 1.5; }

.val-framework { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.val-framework-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 2px 12px var(--shadow); transition: .25s; }
.val-framework-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(200,168,75,0.1); }
.val-framework-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 10px; }
.val-framework-title { font-size: 19px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.val-framework-desc { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.val-framework-items { display: flex; flex-direction: column; gap: 6px; }
.val-framework-item { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); padding-left: 10px; border-left: 2px solid var(--accent); line-height: 1.5; }

.val-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 12px var(--shadow); }
.val-left { padding: 40px; background: #fff; border-right: 1px solid var(--line); }
.val-right { padding: 40px; background: var(--bg2); }
.val-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.val-metric { padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.val-metric-value { font-family: 'JetBrains Mono', monospace; font-size: 18px; color: var(--accent-ink); font-weight: 500; margin-bottom: 4px; }
.val-metric-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-family: 'JetBrains Mono', monospace; }

.fanuc-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 40px; box-shadow: 0 2px 12px var(--shadow); }
.fanuc-left { padding: 36px; background: #fff; border-right: 1px solid var(--line); }
.fanuc-right { padding: 36px; background: var(--bg2); }
.fanuc-cert-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(200,168,75,0.08); border: 1px solid rgba(200,168,75,0.25); border-radius: 99px; margin-bottom: 18px; }
.fanuc-cert-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.fanuc-cert-text { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-ink); }

.buyer-checkpoint { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 40px; box-shadow: 0 2px 12px var(--shadow); }
.checkpoint-item { padding: 22px 26px; border-bottom: 1px solid var(--line); background: #fff; }
.checkpoint-item:last-child { border-bottom: none; }
.checkpoint-item:nth-child(even) { background: var(--bg2); }
.checkpoint-q { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.checkpoint-a { font-size: 14px; color: var(--muted); line-height: 1.8; }

/* --- FAQ -------------------------------------------------- */
.faq-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 88px 0 40px; border-bottom: 1px solid var(--line); }
.faq-hero-bg { display: none; }
.faq-hero .container { padding-top: 0; padding-bottom: 0; }
.faq-hero .hero-headline.jp-title-lines {
  font-size: clamp(48px, 6vw, 80px);
  max-width: 700px;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}
.faq-hero .hero-headline.jp-title-lines > span { display: block; max-width: 100%; }
.faq-hero .hero-headline.jp-title-lines em { font-style: normal; color: var(--accent-ink); }
.faq-hero .hero-headline { margin-bottom: 14px; }
.faq-hero .section-sub { margin-bottom: 0; }
.faq-section-head { margin-bottom: 18px; }
.faq-section-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink); display: block; margin-bottom: 6px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; background: none; border: none; cursor: pointer; font-size: 15px; color: var(--text-primary); text-align: left; font-weight: 700; line-height: 1.5; font-family: 'Noto Sans JP', sans-serif; }
.faq-question:hover { color: var(--accent-ink); }
.faq-icon { font-size: 20px; color: var(--accent-ink); flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding-bottom: 22px; }
.faq-answer p { font-size: 14px; color: var(--text-secondary); line-height: 1.82; margin-bottom: 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--text-primary); font-weight: 600; }
.faq-item.open .faq-answer { display: block; }

/* --- About ------------------------------------------------ */
.about-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 80px; border-bottom: 1px solid var(--line); }
.about-hero-bg { display: none; }
.about-hero-inner { width: min(var(--max-width), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-hero h1 { color: var(--text); margin-bottom: 24px; }
.about-hero h1 em { color: var(--accent-ink); font-style: normal; }
.about-hero .section-sub { color: var(--muted); }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-stat { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 2px 8px var(--shadow); }
.about-stat-val { font-family: 'JetBrains Mono', monospace; font-size: 22px; color: var(--accent-ink); display: block; margin-bottom: 5px; font-weight: 500; }
.about-stat-label { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.group-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.group-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 2px 12px var(--shadow); transition: .25s; }
.group-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(200,168,75,0.1); border-color: rgba(200,168,75,0.25); }
.group-card-region { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 8px; }
.group-card-name { font-size: 17px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.group-card-role { font-size: 13px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 12px; }
.group-card-url a { font-size: 12px; color: var(--accent-ink); font-family: 'JetBrains Mono', monospace; }
.coord-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 40px; box-shadow: 0 2px 12px var(--shadow); }
.coord-card { padding: 28px; border-right: 1px solid var(--line); background: #fff; }
.coord-card:nth-child(even) { background: var(--bg2); }
.coord-card:last-child { border-right: none; }
.coord-region { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 8px; }
.coord-name { font-size: 17px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.coord-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 12px; }
.coord-contact { font-size: 12px; color: var(--text-muted); line-height: 1.8; font-family: 'JetBrains Mono', monospace; }
.coord-contact a { color: var(--accent-ink); }

/* --- Contact ---------------------------------------------- */
.contact-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 64px; border-bottom: 1px solid var(--line); }
.contact-hero-bg { display: none; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 48px; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: 0 2px 16px var(--shadow); }
.contact-sidebar { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px; box-shadow: 0 2px 8px var(--shadow); }
.contact-info-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted, #5F6F7C); margin-bottom: 8px; }
.contact-info-value { font-size: 15px; color: var(--text-primary, #22313F); line-height: 1.6; }
.contact-info-value a { color: var(--text-primary, #22313F); }
.contact-info-value a:hover { color: var(--brand, #A3211B); }

/* Phone links — never default to brand red on light surfaces */
a[href^="tel:"],
.contact-tel-link {
  color: #22313F;
  text-decoration: none;
  font-weight: 600;
  transition: color 180ms ease-out;
}
a[href^="tel:"]:hover,
a[href^="tel:"]:focus-visible,
.contact-tel-link:hover,
.contact-tel-link:focus-visible {
  color: var(--brand, #A3211B);
}
a[href^="tel:"]:focus-visible,
.contact-tel-link:focus-visible {
  outline: 2px solid var(--brand, #A3211B);
  outline-offset: 2px;
}
.contact-tel-link--lg {
  font-size: 18px;
  font-weight: 700;
}
.contact-mail-link {
  color: #22313F;
  font-weight: 500;
  text-decoration: none;
}
.contact-mail-link:hover,
.contact-mail-link:focus-visible {
  color: var(--brand, #A3211B);
}
/* Dark chrome phones (footer / dark strips) */
.site-footer a[href^="tel:"],
.corp-footer a[href^="tel:"],
.footer-ozu-contact a[href^="tel:"],
.footer-contact-list a[href^="tel:"],
.cta-section-dark a[href^="tel:"] {
  color: #F3F5F7;
}
.site-footer a[href^="tel:"]:hover,
.site-footer a[href^="tel:"]:focus-visible,
.corp-footer a[href^="tel:"]:hover,
.corp-footer a[href^="tel:"]:focus-visible,
.footer-ozu-contact a[href^="tel:"]:hover,
.footer-ozu-contact a[href^="tel:"]:focus-visible,
.footer-contact-list a[href^="tel:"]:hover,
.footer-contact-list a[href^="tel:"]:focus-visible,
.cta-section-dark a[href^="tel:"]:hover,
.cta-section-dark a[href^="tel:"]:focus-visible {
  color: var(--brand, #A3211B);
}
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 12px; color: var(--text-secondary); margin-bottom: 6px; font-weight: 600; }
.form-control { width: 100%; padding: 12px 14px; background: var(--bg2); border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--text-primary); font-family: 'Noto Sans JP', sans-serif; font-size: 15px; outline: none; transition: border-color .2s, background .2s; }
.form-control:focus { border-color: var(--accent-ink); background: #fff; }
.form-control::placeholder { color: var(--text-muted); }
textarea.form-control { min-height: 130px; resize: vertical; line-height: 1.7; }
select.form-control { cursor: pointer; }
.form-submit { width: 100%; padding: 14px; background: var(--accent); color: #fff; border: none; border-radius: 999px; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: background .22s, transform .22s; margin-top: 8px; }
.form-submit:hover { background: var(--accent2); transform: translateY(-2px); }

/* --- Content ---------------------------------------------- */
.content-hero { background: linear-gradient(135deg, #F0F5FC, #E8EFF8); padding: 130px 0 72px; border-bottom: 1px solid var(--line); }
.content-hero-bg { display: none; }
.content-hero-inner { width: min(var(--max-width), calc(100% - 40px)); margin: auto; }
.content-hero h1 { color: var(--text); margin-bottom: 20px; }
.content-hero h1 em { color: var(--accent-ink); font-style: normal; }
.content-hero .section-sub { color: var(--muted); }

/* Article cards */
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.article-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 2px 12px var(--shadow); text-decoration: none; color: inherit; transition: .25s; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(200,168,75,0.1); border-color: rgba(200,168,75,0.25); }
.article-date { font-size: 11px; color: var(--soft); margin-bottom: 8px; font-family: 'JetBrains Mono', monospace; }
.article-category { display: inline-block; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 10px; background: rgba(200,168,75,0.08); padding: 2px 8px; border-radius: 99px; font-family: 'JetBrains Mono', monospace; }
.article-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.4; }
.article-excerpt { font-size: 13px; color: var(--muted); line-height: 1.75; flex: 1; }
.article-link { display: inline-block; margin-top: 12px; font-size: 13px; color: var(--accent-ink); font-weight: 600; }

.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.news-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: .25s; box-shadow: 0 2px 12px var(--shadow); }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(200,168,75,0.1); border-color: rgba(200,168,75,0.25); }
.news-card-image { aspect-ratio: 16/9; background: linear-gradient(135deg, #E8EFF8, #D4E3F5); overflow: hidden; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.news-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }

/* Article page */
.article-page { max-width: 800px; margin: 40px auto; padding: 0 20px 80px; }
.article-page-header { margin-bottom: 28px; }
.article-page-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.article-page-image { aspect-ratio: 16/9; background: var(--bg3); border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; border: 1px solid var(--line); }
.article-page-image img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 15px; color: var(--text-secondary); line-height: 1.88; }
.article-body h2 { font-size: 22px; margin: 28px 0 12px; color: var(--text-primary); font-weight: 800; }
.article-body p { margin-bottom: 16px; }
.article-body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 2px; }
.article-image-block { margin: 24px 0; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--line); }
.article-image-block img { width: 100%; }

/* Industry cards */
.home-industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 40px; }
.industry-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 2px 12px var(--shadow); transition: .25s; text-decoration: none; color: inherit; display: block; }
.industry-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(200,168,75,0.12); border-color: rgba(200,168,75,0.3); }
.industry-icon { width: 38px; height: 38px; margin-bottom: 18px; background: rgba(200,168,75,0.08); border: 1px solid rgba(200,168,75,0.2); display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.industry-icon svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 1.5; }
.industry-name { font-size: 18px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
.industry-challenge { font-size: 13px; color: var(--text-secondary); line-height: 1.75; }
.industry-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 16px; font-size: 13px; color: var(--accent-ink); font-weight: 600; transition: gap .15s, color .15s; }
.industry-card:hover .industry-link { gap: 10px; }

/* Validation inner */
.val-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.val-left { padding: 40px; background: #fff; border-right: 1px solid var(--line); }
.val-right { padding: 40px; background: var(--bg2); }

/* --- Media placeholders (visual reserve until Owner assets) ----- */
.media-placeholder {
  background: linear-gradient(145deg, #f4f7fb 0%, #e8eef6 100%);
  border: 2px dashed rgba(26, 58, 92, 0.22);
  border-radius: var(--radius-md);
  padding: 0;
  color: transparent;
  line-height: 0;
  min-height: 120px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.media-placeholder__label,
.media-placeholder__note,
.media-placeholder__meta,
.media-placeholder strong {
  display: none !important;
}
.media-placeholder--dark {
  background: linear-gradient(145deg, #2B3D4F 0%, #22313F 100%);
  border-color: rgba(90, 112, 131, 0.45);
}
.home-hero-fs .media-placeholder--hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  max-width: none;
  border-radius: 0;
  border: none;
  z-index: 0;
}
.home-hero-fs .media-placeholder--hero .agr-hero-video,
.home-hero-fs .media-placeholder--hero .agr-hero-video-static,
.home-hero-fs .media-placeholder--hero .media-placeholder__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.media-placeholder--compact {
  min-height: 88px;
}
.media-placeholder--video {
  border-style: solid;
  border-color: rgba(26, 58, 92, 0.18);
  background: linear-gradient(145deg, #eef3f9 0%, #e2eaf4 100%);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-placeholder--video::before {
  content: "▶";
  font-size: 28px;
  color: var(--accent-ink);
  opacity: 0.45;
  line-height: 1;
}
.media-placeholder--youtube-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-style: solid;
  border-color: rgba(36, 50, 68, 0.14);
  background: linear-gradient(145deg, #e8edf4 0%, #dce4ee 55%, #d0dae6 100%);
  border-radius: var(--radius);
  box-shadow: 0 2px 12px var(--shadow);
}
.media-placeholder--youtube-thumb::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(36, 50, 68, 0.1);
  border: 2px solid rgba(139, 105, 20, 0.35);
}
.media-placeholder--youtube-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--accent-ink);
  opacity: 0.55;
  pointer-events: none;
}
.media-placeholder--diagram {
  background: linear-gradient(145deg, #faf8f2 0%, #f0ebe0 100%);
  border-color: rgba(200, 168, 75, 0.28);
  min-height: 100px;
}
.case-card-image .media-placeholder {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
}
.case-card-image { position: relative; }
.hero-image .media-placeholder { min-height: 280px; }
.media-figure .media-placeholder { margin: 0; }
.pillar-thumb .media-placeholder { min-height: 100px; }
.home-hero-fs { position: relative; }
.home-hero-fs .home-hero-fs__media { z-index: 0; }
.home-hero-fs .hero-fs-overlay,
.home-hero-fs .home-hero-fs__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.home-hero-fs .hero-fs-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.home-hero-fs .hero-fs-content,
.home-hero-fs .hero-fs-stats,
.home-hero-fs .home-ozu-strip {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .media-placeholder--compact { min-height: 72px; }
  .media-placeholder--video { min-height: 140px; }
}

.geo-capability-boundary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.geo-capability-boundary__card .card-desc {
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .geo-capability-boundary__grid {
    grid-template-columns: 1fr;
  }
}
