/*
Theme Name: Cipro 2026
Theme URI: https://www.cipro.co.jp/
Description: 株式会社シプロ コーポレートサイト 2026年リニューアルテーマ。白基調+濃紺、明朝体見出しの知的なデザイン。
Author: 株式会社シプロ
Version: 1.0.0
Requires PHP: 7.4
Text Domain: cipro2026
*/

:root {
  /* ベースカラー: ロゴの青 #1d4f9e の彩度を50%上げ、明度を少し上げた #004fcc (HSL 217,100%,40%) */
  --navy: #004fcc;
  --navy-deep: #003385;
  --navy-soft: #005ff5;
  --accent: #d3372c;
  --ink: #1f2933;
  --muted: #5b6b7a;
  --line: #dce3e9;
  --bg: #ffffff;
  --bg-alt: #f5f7f9;
  --serif: 'Shippori Mincho', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'MS PMincho', serif;
  --sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: opacity .25s, color .25s, background .25s; }
a:hover { opacity: .75; }
ul { list-style: none; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.site-logo { display: flex; align-items: center; gap: 11px; }
.site-logo .logo-mark { height: 40px; width: auto; display: block; }
.site-logo .logo-name { height: 26px; width: auto; display: block; }
.global-nav > ul { display: flex; align-items: center; gap: 4px; }
.global-nav > ul > li { position: relative; }
.global-nav > ul > li > a {
  display: block; padding: 10px 14px; font-size: 14.5px; font-weight: 500; color: var(--ink);
}
.global-nav > ul > li > a:hover { color: var(--navy); opacity: 1; }
.global-nav .sub {
  position: absolute; top: 100%; left: 0; min-width: 280px;
  background: var(--navy-deep); padding: 8px 0;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: all .25s;
}
.global-nav li:hover .sub { opacity: 1; visibility: visible; transform: translateY(0); }
.global-nav .sub a { display: block; padding: 10px 20px; color: #fff; font-size: 13.5px; }
.global-nav .sub a:hover { background: var(--navy); opacity: 1; }
.nav-cta {
  margin-left: 12px; background: var(--navy); color: #fff !important;
  padding: 11px 22px !important; font-size: 14px;
}
.nav-cta:hover { background: var(--navy-soft); opacity: 1 !important; }
.nav-toggle { display: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 620px; display: flex; align-items: center;
  background: var(--navy-deep) url('../../uploads/image1.jpg') center/cover no-repeat;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(0,51,133,.82) 20%, rgba(0,51,133,.35) 70%, rgba(0,51,133,.15));
}
.hero-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 90px 24px; width: 100%; }
.hero-catch {
  font-family: var(--serif); color: #fff; font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 600; line-height: 1.55; letter-spacing: .1em;
}
.hero-lead { color: rgba(255,255,255,.88); margin-top: 26px; font-size: clamp(14px, 1.5vw, 16.5px); line-height: 2.1; max-width: 620px; }
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-width: 220px; padding: 15px 32px; font-size: 14.5px; font-weight: 500;
  letter-spacing: .08em; border: 1px solid transparent; cursor: pointer;
}
.btn::after { content: '→'; font-family: serif; transition: transform .25s; }
.btn:hover::after { transform: translateX(4px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-soft); opacity: 1; }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); opacity: 1; }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; opacity: 1; }

/* ---------- sections ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-label {
  display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .28em;
  color: var(--accent); text-transform: uppercase; margin-bottom: 14px;
}
.section-title {
  font-family: var(--serif); font-size: clamp(26px, 3.2vw, 36px); font-weight: 600;
  color: var(--navy-deep); letter-spacing: .08em; line-height: 1.5; margin-bottom: 28px;
}
.section-lead { max-width: 720px; color: var(--muted); margin-bottom: 48px; }

/* ---------- news ---------- */
.news-list li { border-bottom: 1px solid var(--line); }
.news-list li:first-child { border-top: 1px solid var(--line); }
.news-list a { display: flex; gap: 28px; align-items: baseline; padding: 20px 8px; }
.news-list time { font-size: 13px; color: var(--muted); letter-spacing: .06em; white-space: nowrap; }
.news-list .news-title { font-size: 15px; }

/* ---------- business cards ---------- */
.biz-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.biz-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.biz-card figure { overflow: hidden; aspect-ratio: 16 / 9; }
.biz-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.biz-card:hover figure img { transform: scale(1.05); }
.biz-body { padding: 28px 30px 32px; flex: 1; display: flex; flex-direction: column; }
.biz-num { font-family: var(--serif); font-size: 13px; color: var(--accent); letter-spacing: .2em; margin-bottom: 8px; }
.biz-body h3 { font-family: var(--serif); font-size: 20px; color: var(--navy-deep); font-weight: 600; letter-spacing: .06em; margin-bottom: 12px; line-height: 1.6; }
.biz-body p { font-size: 14px; color: var(--muted); flex: 1; }
.biz-more { margin-top: 18px; font-size: 13.5px; font-weight: 500; letter-spacing: .1em; color: var(--navy); }
.biz-more::after { content: ' →'; }

/* ---------- strengths ---------- */
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.strength { background: #fff; border-top: 3px solid var(--navy); padding: 36px 30px; box-shadow: 0 2px 14px rgba(22,50,79,.06); }
.strength .s-num { font-family: var(--serif); font-size: 30px; color: #a9bccd; font-weight: 600; line-height: 1; margin-bottom: 16px; }
.strength h3 { font-family: var(--serif); font-size: 19px; color: var(--navy-deep); letter-spacing: .06em; margin-bottom: 14px; line-height: 1.6; }
.strength p { font-size: 14px; color: var(--muted); }

/* ---------- company banner ---------- */
.company-banner { position: relative; background: var(--navy-deep) url('../../uploads/company_img001.jpg') center/cover no-repeat; }
.company-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,51,133,.72); }
.company-banner .wrap { position: relative; padding-top: 90px; padding-bottom: 90px; text-align: center; }
.company-banner .section-title { color: #fff; }
.company-banner p { color: rgba(255,255,255,.85); max-width: 640px; margin: 0 auto 36px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 72px 0; }
.cta-box { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.cta-box h2 { font-family: var(--serif); font-size: 26px; color: var(--navy-deep); letter-spacing: .08em; margin-bottom: 12px; }
.cta-box .cta-note { color: var(--muted); font-size: 14px; }
.cta-contact { text-align: center; }
.cta-tel { font-family: var(--serif); font-size: 34px; color: var(--navy-deep); letter-spacing: .04em; display: block; }
.cta-tel small { display: block; font-family: var(--sans); font-size: 12.5px; color: var(--muted); letter-spacing: .08em; margin-top: 2px; }
.cta-contact .btn { margin-top: 20px; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.82); font-size: 13.5px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding: 64px 0 48px; }
.footer-logo { font-family: var(--serif); color: #fff; font-size: 19px; letter-spacing: .1em; margin-bottom: 18px; }
.footer-add strong { color: #fff; font-weight: 500; display: block; margin-top: 14px; }
.footer-nav h3 { font-size: 12px; letter-spacing: .2em; color: rgba(255,255,255,.5); margin-bottom: 14px; font-weight: 500; }
.footer-nav li { margin-bottom: 8px; }
.footer-nav a { color: rgba(255,255,255,.82); font-size: 13.5px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12px; color: rgba(255,255,255,.55); }
.footer-bottom a { color: rgba(255,255,255,.55); margin-right: 18px; }

/* ---------- inner pages ---------- */
.page-hero {
  background: var(--navy-deep); position: relative; overflow: hidden;
  padding: 88px 0 64px; color: #fff;
}
.page-hero::after {
  content: ''; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px;
  border: 1px solid rgba(255,255,255,.14); transform: rotate(45deg);
}
.page-hero .page-label { font-size: 12px; letter-spacing: .3em; color: rgba(255,255,255,.6); text-transform: uppercase; display: block; margin-bottom: 10px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; letter-spacing: .1em; line-height: 1.5; }
.breadcrumb { padding: 14px 0; font-size: 12.5px; color: var(--muted); border-bottom: 1px solid var(--line); }
.breadcrumb a { color: var(--muted); }
.breadcrumb span::before { content: '›'; margin: 0 10px; color: var(--line); }

.content-section { padding: 72px 0; }
.content-section h2 { font-family: var(--serif); font-size: 26px; color: var(--navy-deep); letter-spacing: .08em; margin: 0 0 24px; padding-left: 18px; border-left: 4px solid var(--navy); line-height: 1.5; }
.content-section h3 { font-family: var(--serif); font-size: 20px; color: var(--navy-deep); margin: 36px 0 14px; }
.content-section p { margin-bottom: 1.2em; }
.content-section .lead { font-size: 17px; line-height: 2.2; }

.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 48px 0; }
.media-split img { border: 1px solid var(--line); }
.media-split h3 { margin-top: 0; }

.feature-list { margin: 24px 0; }
.feature-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px dashed var(--line); font-size: 15px; }
.feature-list li::before {
  content: ''; position: absolute; left: 4px; top: 22px; width: 14px; height: 8px;
  border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}

.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.photo-grid figure { border: 1px solid var(--line); background: #fff; }
.photo-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.photo-grid figcaption { padding: 14px 16px; font-size: 13.5px; color: var(--muted); }

/* company table / history */
.spec-table { width: 100%; border-collapse: collapse; margin: 24px 0 48px; }
.spec-table th, .spec-table td { border: 1px solid var(--line); padding: 16px 20px; text-align: left; vertical-align: top; font-size: 15px; }
.spec-table th { background: var(--bg-alt); font-family: var(--serif); font-weight: 600; color: var(--navy-deep); width: 200px; letter-spacing: .06em; }

.history { position: relative; margin: 32px 0 48px; padding-left: 24px; border-left: 2px solid var(--line); }
.history li { position: relative; padding: 0 0 30px 28px; }
.history li::before { content: ''; position: absolute; left: -31px; top: 8px; width: 12px; height: 12px; background: #fff; border: 3px solid var(--navy); border-radius: 50%; }
.history time { font-family: var(--serif); font-size: 17px; color: var(--navy); font-weight: 600; letter-spacing: .06em; display: block; }
.history p { margin: 4px 0 0; color: var(--ink); }

.map-frame { width: 100%; height: 380px; border: 1px solid var(--line); margin: 16px 0 8px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; margin-top: 40px; }
.contact-info { background: var(--bg-alt); padding: 36px 32px; align-self: start; }
.contact-info h3 { font-family: var(--serif); color: var(--navy-deep); font-size: 18px; margin-bottom: 16px; }
.contact-info .cta-tel { font-size: 30px; }
.contact-form-area .wpcf7 input[type="text"],
.contact-form-area .wpcf7 input[type="email"],
.contact-form-area .wpcf7 input[type="tel"],
.contact-form-area .wpcf7 textarea,
.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"],
.contact-form-area textarea {
  width: 100%; padding: 13px 16px; border: 1px solid #b8c5d1; background: #fff;
  font-family: var(--sans); font-size: 15px; margin: 6px 0 20px;
}
.contact-form-area label { font-weight: 500; font-size: 14.5px; }
.required-tag { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; padding: 1px 8px; margin-left: 8px; vertical-align: 2px; }
.contact-form-area input[type="submit"], .contact-form-area button[type="submit"] {
  background: var(--navy); color: #fff; border: none; padding: 16px 60px; font-size: 15px;
  letter-spacing: .1em; cursor: pointer; font-family: var(--sans);
}
.contact-form-area input[type="submit"]:hover { background: var(--navy-soft); }

/* certifications */
.cert-subhead {
  font-family: var(--serif); font-size: 18px; color: var(--navy-deep); font-weight: 600;
  letter-spacing: .08em; margin: 40px 0 4px; padding-left: 14px; border-left: 3px solid var(--accent);
}
.cert-grid { display: flex; flex-wrap: wrap; gap: 40px; margin: 24px 0 8px; }
.cert-item { text-align: center; margin: 0; background: #fff; border: 1px solid var(--line); padding: 26px 24px 22px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.cert-item img { height: 136px; width: auto; display: block; }
.cert-item figcaption { margin-top: 16px; font-size: 13px; color: var(--muted); letter-spacing: .02em; line-height: 1.6; max-width: 170px; }

/* contact form: spam protection */
.hp-field { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-errors { background: #fdf1f0; border: 1px solid #e6b3ae; padding: 20px 24px; margin-bottom: 28px; font-size: 14px; }
.form-errors p { margin: 0 0 8px; color: var(--accent); }
.form-errors ul { margin: 0; padding-left: 1.4em; list-style: disc; color: #8a3d36; }
.quiz-box { background: var(--bg-alt); border: 1px solid var(--line); padding: 20px 24px; margin-top: 8px; }
.quiz-box p { margin: 0 0 6px; }
.quiz-q { display: flex; align-items: center; gap: 12px; }
.quiz-q span { font-family: var(--serif); font-size: 22px; color: var(--navy-deep); font-weight: 600; white-space: nowrap; }
.quiz-q input { max-width: 140px; margin: 0 !important; }

/* stats band */
.stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); margin-top: 64px;
}
.stat { background: #fff; text-align: center; padding: 36px 12px; }
.stat-value { display: block; font-family: var(--serif); font-size: 44px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.stat-value small { font-size: 17px; font-weight: 600; margin-left: 2px; }
.stat-label { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); letter-spacing: .1em; }

/* works cards */
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 16px; }
.works-card { background: #fff; border: 1px solid var(--line); }
.works-card > a { display: flex; flex-direction: column; height: 100%; color: inherit; }
.works-card > a:hover { opacity: 1; }
.works-card figure { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; }
.works-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.works-card:hover figure img { transform: scale(1.05); }
.works-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.works-body h2, .works-body h3 { font-family: var(--serif); font-size: 17.5px; color: var(--navy-deep); font-weight: 600; line-height: 1.6; margin: 0 0 10px; }
.works-body p { font-size: 13.5px; color: var(--muted); flex: 1; margin: 0; }
.works-body .biz-more { margin-top: 14px; font-size: 13px; }
.works-hero { margin: 0 0 40px; }
.works-hero img { border: 1px solid var(--line); }

/* FAQ */
.faq-list { margin-top: 16px; }
.faq-item { border: 1px solid var(--line); background: #fff; margin-bottom: 14px; }
.faq-item summary {
  cursor: pointer; padding: 20px 52px 20px 56px; position: relative;
  font-family: var(--serif); font-size: 16.5px; font-weight: 600; color: var(--navy-deep);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: 'Q'; position: absolute; left: 20px; top: 18px;
  font-family: var(--serif); font-size: 19px; color: var(--navy); font-weight: 700;
}
.faq-item summary::after {
  content: '+'; position: absolute; right: 20px; top: 16px;
  font-size: 24px; color: var(--navy); font-weight: 400; transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 24px 22px 56px; color: var(--ink); font-size: 15px; position: relative; }
.faq-item p::before {
  content: 'A'; position: absolute; left: 20px; top: -3px;
  font-family: var(--serif); font-size: 19px; color: var(--accent); font-weight: 700;
}

/* FAQ teaser band */
.faq-teaser { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; }
.faq-teaser .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.faq-teaser h2 { font-family: var(--serif); font-size: 24px; color: var(--navy-deep); letter-spacing: .06em; margin-bottom: 8px; }
.faq-teaser p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* recruit */
.voice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 32px; }
.voice-card { border: 1px solid var(--line); background: #fff; }
.voice-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.voice-body { padding: 26px 28px 30px; }
.voice-body h3 { font-family: var(--serif); font-size: 18px; color: var(--navy-deep); margin: 0 0 12px; line-height: 1.6; }
.voice-body p { font-size: 14px; margin: 0; }
.voice-meta { margin-top: 14px !important; color: var(--muted); font-size: 12.5px !important; }
.recruit-cta { text-align: center; background: var(--bg-alt); border: 1px solid var(--line); padding: 40px 24px; margin-top: 56px; }
.recruit-cta p { margin-bottom: 20px; }
.recruit-cta .btn { min-width: 280px; }
.cta-buttons { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-top: 20px; }

/* contact select */
.contact-form-area select {
  width: 100%; padding: 13px 16px; border: 1px solid #b8c5d1; background: #fff;
  font-family: var(--sans); font-size: 15px; margin: 6px 0 20px;
}

/* news archive / single */
.post-list article { border-bottom: 1px solid var(--line); padding: 28px 8px; }
.post-list time { font-size: 13px; color: var(--muted); }
.post-list h2 { font-family: var(--serif); font-size: 20px; margin: 6px 0 10px; }
.post-list h2 a { color: var(--navy-deep); }
.single-meta { color: var(--muted); font-size: 13.5px; margin-bottom: 28px; }
.single-content h2 { font-family: var(--serif); font-size: 24px; color: var(--navy-deep); margin: 40px 0 16px; }

/* sitemap page */
.sitemap-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 48px; margin-top: 32px; }
.sitemap-cols a { display: block; padding: 14px 6px; border-bottom: 1px solid var(--line); font-size: 15px; }
.sitemap-cols a::before { content: '─ '; color: var(--accent); }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .biz-grid, .cta-box, .contact-grid, .media-split { grid-template-columns: 1fr; }
  .strength-grid, .voice-grid { grid-template-columns: 1fr; }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { gap: 24px; }
  .cert-item { padding: 18px 16px 16px; }
  .cert-item img { height: 104px; width: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .hero { min-height: 520px; }

  .nav-toggle {
    display: block; background: none; border: none; cursor: pointer; z-index: 120;
    width: 44px; height: 44px; position: relative;
  }
  .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
    content: ''; display: block; position: absolute; left: 10px; width: 24px; height: 2px;
    background: var(--navy-deep); transition: all .3s;
  }
  .nav-toggle span { top: 21px; }
  .nav-toggle span::before { top: -8px; left: 0; }
  .nav-toggle span::after { top: 8px; left: 0; }
  body.nav-open .nav-toggle span { background: transparent; }
  body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); background: #fff; }
  body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); background: #fff; }

  .global-nav {
    position: fixed; inset: 0; background: var(--navy-deep); padding: 90px 32px 40px;
    opacity: 0; visibility: hidden; transition: opacity .3s; overflow-y: auto; z-index: 110;
  }
  body.nav-open .global-nav { opacity: 1; visibility: visible; }
  .global-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .global-nav > ul > li > a { color: #fff; font-size: 17px; padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .global-nav .sub { position: static; opacity: 1; visibility: visible; transform: none; background: none; padding: 0 0 8px; }
  .global-nav .sub a { padding: 10px 4px 10px 20px; font-size: 14px; color: rgba(255,255,255,.75); }
  .nav-cta { margin: 24px 0 0; text-align: center; }
}
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .works-grid { grid-template-columns: 1fr; }
  .stat-value { font-size: 34px; }
  .hero-catch { font-size: 26px; letter-spacing: .06em; }
  .hero-catch br { display: none; }
  .photo-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .news-list a { flex-direction: column; gap: 4px; }
  .spec-table th { width: 120px; padding: 12px 14px; }
  .spec-table td { padding: 12px 14px; }
  .sitemap-cols { grid-template-columns: 1fr; }
}
