@charset "UTF-8";
:root {
  --navy: #002b55;
  --navy-dark: #001b36;
  --blue: #005bac;
  --blue-bright: #0b73d9;
  --ink: #111827;
  --muted: #667085;
  --line: #d8e4ef;
  --soft-line: #e8eef5;
  --bg: #f4f8fc;
  --bg-blue: #eef7ff;
  --white: #fff;
  --shadow: 0 16px 42px rgba(0, 43, 85, .08);
  --shadow-soft: 0 10px 26px rgba(0, 43, 85, .06);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  line-height: 1.75;
  background: #fff;
  letter-spacing: .02em;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.site-container, .container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 228, 239, .9);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 27, 54, .04);
}
.nav-wrap { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { flex: 0 0 auto; text-decoration: none; color: var(--navy); line-height: 1; }
.logo span { display: block; font-size: 26px; font-weight: 900; letter-spacing: .12em; }
.logo small { display: none; }
.nav-wrap nav { min-width: 0; }
.nav-links { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2.1vw, 28px); flex-wrap: nowrap; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 800; color: #172033; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  border: 1px solid var(--blue);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 91, 172, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { background: linear-gradient(135deg, var(--navy), var(--blue)); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(0, 43, 85, .2); }
.btn-small { min-height: 36px; padding: 0 17px; font-size: 13px; box-shadow: none; }
.btn-light { background: #fff; color: var(--navy) !important; border-color: #fff; box-shadow: 0 12px 24px rgba(0, 27, 54, .16); }
.btn-ghost, .btn-secondary, .btn-hero-ghost { background: #fff; color: var(--navy) !important; border-color: #b9d4ec; box-shadow: none; }
.btn-hero-ghost { background: rgba(255, 255, 255, .12); color: #fff !important; border-color: rgba(255, 255, 255, .62); }
.main-visual { padding: 0; background: #fff; }
.main-visual > .site-container { width: 100%; max-width: none; }
.main-visual-inner {
  min-height: clamp(470px, 62vw, 620px);
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(0, 27, 54, .88), rgba(0, 43, 85, .62) 46%, rgba(0, 43, 85, .18)), url("hero-solar-home.jpg");
  background-size: cover;
  background-position: center right;
  border: 0;
}
.mv-copy { width: min(720px, 92%); padding: 78px max(42px, calc((100vw - 1180px) / 2)); color: #fff; }
.mv-kicker { margin: 0 0 12px; font-size: 12px; font-weight: 900; letter-spacing: .16em; color: #d7ecff; }
.mv-copy h1 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.18; margin: 0 0 18px; letter-spacing: .03em; text-shadow: 0 3px 18px rgba(0, 27, 54, .28); }
.mv-copy .mv-nowrap { white-space: nowrap; }
.mv-copy p:not(.mv-kicker) { font-size: clamp(14px, 1.5vw, 16px); color: rgba(255, 255, 255, .92); margin: 0; max-width: 540px; }
.mv-copy .btn { margin-top: 26px; }
.news-section { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); padding: 0 0 38px; }
.news-layout { display: grid; grid-template-columns: 140px 1fr; gap: 24px; align-items: start; padding: 26px 34px; border: 1px solid var(--soft-line); border-top: 0; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow-soft); border-radius: 0 0 var(--radius) var(--radius); }
.news-layout h2 { font-size: 23px; margin: 0; color: var(--navy); letter-spacing: .08em; }
.news-list { display: grid; }
.news-list article { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 9px 0; border-bottom: 1px solid #edf1f5; font-size: 14px; }
.news-list article:last-child { border-bottom: 0; }
.news-list time { color: var(--muted); font-weight: 800; }
.news-list span { color: #344054; }
.business-card a, .text-link { font-size: 13px; text-decoration: none; color: var(--blue); font-weight: 900; }
.business-card a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.section { padding: clamp(54px, 7vw, 82px) 0; }
.section-white { background: #fff; }
.section-gray, .section-alt { background: linear-gradient(180deg, var(--bg) 0%, #f9fbfd 100%); }
.section-title, .section-heading { text-align: center; margin: 0 auto 30px; max-width: 760px; }
.section-title-row { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: end; margin-bottom: 28px; }
h2, .section-title-row h2, .section-title h2, .section-heading h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.35; color: var(--navy); margin: 0 0 10px; letter-spacing: .01em; }
.section-label, .eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 900; }
.eyebrow.light { color: #d7ecff; }
.section-title-row > p, .section-title p, .section-heading p, .section-lead { color: var(--muted); margin: 0; }
.business-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; border: 0; background: transparent; }
.business-card { min-height: 220px; padding: 28px 24px; border: 1px solid var(--soft-line); background: #fff; text-decoration: none; box-shadow: var(--shadow-soft); border-radius: var(--radius); display: block; }
.business-icon { width: 42px; height: 42px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; font-weight: 900; font-size: 13px; margin-bottom: 22px; border-radius: 12px; }
.business-card h3 { font-size: 20px; color: var(--navy); margin: 0 0 10px; }
.business-card p { font-size: 13px; color: var(--muted); margin: 0 0 16px; line-height: 1.7; }
.blue-cta { background: linear-gradient(135deg, var(--navy-dark), var(--navy) 56%, #074b8d); color: #fff; padding: 38px 0; }
.blue-cta-inner { display: flex; align-items: center; justify-content: center; gap: 28px; text-align: center; }
.blue-cta h2 { font-size: clamp(21px, 2.4vw, 28px); color: #fff; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article, .strength-card { background: #fff; border: 1px solid var(--soft-line); padding: 26px 22px; min-height: 178px; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.feature-grid span, .strength-card span { display: inline-grid; place-items: center; min-width: 42px; height: 30px; padding: 0 10px; border-radius: 999px; background: var(--bg-blue); font-size: 13px; font-weight: 900; color: var(--blue); margin-bottom: 15px; }
.feature-grid h3, .strength-card h3 { font-size: 17px; line-height: 1.45; color: var(--navy); margin: 0 0 9px; }
.feature-grid p, .strength-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.7; }
.flow-strip, .flow-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; border: 0; background: transparent; }
.flow-strip div, .flow-list article { position: relative; padding: 20px 16px; border: 1px solid var(--soft-line); background: #fff; border-radius: 14px; box-shadow: var(--shadow-soft); font-size: 14px; font-weight: 900; color: var(--navy); min-height: 88px; }
.flow-strip div:not(:last-child)::after, .flow-list article:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -13px; width: 14px; height: 1px; background: #b7cde2; }
.flow-strip span, .flow-list span { display: block; color: var(--blue); font-size: 12px; font-weight: 900; margin-bottom: 7px; letter-spacing: .08em; }
.flow-list h3 { font-size: 15px; color: var(--navy); margin: 0 0 6px; }
.flow-list p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.65; }
.site-footer { background: var(--navy-dark); color: #fff; padding: 32px 0; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.footer-inner strong, .footer-logo { font-size: 23px; letter-spacing: .08em; color: #fff; margin: 0 0 8px; font-weight: 900; }
.footer-inner p { margin: 4px 0; color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.8; }
.footer-inner nav, .footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.footer-inner a, .footer-links a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; }
.footer-inner small { display: block; margin-top: 10px; color: rgba(255, 255, 255, .62); }
.page-hero { padding: 0; background: #fff; }
.page-hero > .container, .page-hero > .site-container { width: 100%; max-width: none; }
.page-hero-grid { min-height: 370px; display: grid; grid-template-columns: 1fr; align-items: center; background-image: linear-gradient(90deg, rgba(0, 43, 85, .9), rgba(0, 43, 85, .56) 52%, rgba(0, 43, 85, .16)), url("hero-solar-home.jpg"); background-size: cover; background-position: center right; color: #fff; padding: 66px max(42px, calc((100vw - 1180px) / 2)); }
.contact-hero .page-hero-grid { background-image: linear-gradient(90deg, rgba(0, 43, 85, .9), rgba(0, 43, 85, .56) 52%, rgba(0, 43, 85, .16)), url("toiawase.jpg"); }
.service-hero .page-hero-grid { background-image: linear-gradient(90deg, rgba(0, 43, 85, .9), rgba(0, 43, 85, .56) 52%, rgba(0, 43, 85, .16)), url("service-hero.jpg"); background-position: center center; }
.page-hero h1 { font-size: clamp(32px, 4vw, 46px); line-height: 1.25; color: #fff; margin: 0 0 14px; text-shadow: 0 3px 18px rgba(0, 27, 54, .24); }
.page-hero p { color: rgba(255, 255, 255, .91); margin: 0; max-width: 720px; }
.trust-card { display: none; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.cta-row.center { justify-content: center; align-items: center; gap: 14px; }
.cta-row.center .btn { width: 240px; }
.category-panel, .card, .contact-grid > div:first-child, .contact-form, .cta-panel { background: #fff; border: 1px solid var(--soft-line); box-shadow: var(--shadow-soft); border-radius: var(--radius); }
.category-panel { padding: 28px; }
.category-head { display: grid; grid-template-columns: 200px 1fr 320px; gap: 22px; align-items: end; margin-bottom: 22px; }
.category-head h3 { font-size: 30px; color: var(--navy); margin: 0; }
.category-head p { margin: 0; color: var(--muted); font-size: 13px; }
.grid { display: grid; gap: 18px; }
.three-col { grid-template-columns: repeat(3, 1fr); }
.four-col { grid-template-columns: repeat(4, 1fr); }
.service-card { padding: 28px; min-height: 250px; border-top: 5px solid var(--blue); }
.service-card-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; border-radius: 12px; margin-bottom: 18px; }
.visual-chip { display: none; }
.service-card h3, .service-card h4 { font-size: 22px; color: var(--navy); margin: 0 0 12px; }
.service-card p { font-size: 14px; color: var(--muted); margin: 0 0 14px; line-height: 1.75; }
.mini-list, .plain-list { margin: 0; padding-left: 1.2em; color: var(--muted); font-size: 13px; line-height: 1.85; }
.text-link { display: inline-block; margin-top: 18px; }
.reform-band { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; padding: 30px; margin-top: 18px; background: #fff; border: 1px solid var(--soft-line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.reform-band h3 { font-size: 26px; color: var(--navy); margin: 0 0 8px; }
.pill-list { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 18px 0 0; }
.pill-list li { background: #edf5fb; padding: 7px 13px; border-radius: 999px; font-size: 12px; color: var(--navy); font-weight: 900; }
.split-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.checklist-card { padding: 28px; }
.checklist-card h3 { color: var(--navy); margin-top: 0; }
.checklist-card p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.reform-card-image { width: 100%; max-height: 220px; object-fit: cover; display: block; border-radius: 12px; margin-bottom: 18px; }
.muted-business { background: linear-gradient(180deg, #fff 0%, var(--bg-blue) 100%); }
.muted-business .business-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: auto; }
.final-cta-section { background: linear-gradient(180deg, var(--bg-blue) 0%, #fff 100%); }
.cta-panel { padding: clamp(30px, 5vw, 48px); text-align: center; }
.cta-panel h2 { margin-bottom: 10px; }
.cta-panel > p:not(.section-label) { color: var(--muted); margin: 0 auto; max-width: 680px; }
.company-wrap { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }
.section-heading.left { text-align: left; padding: 28px; background: linear-gradient(180deg, #fff, var(--bg-blue)); border: 1px solid var(--soft-line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.summary-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; background: #fff; border: 1px solid var(--soft-line); border-radius: var(--radius); box-shadow: var(--shadow); }
.summary-table th, .summary-table td { padding: 19px 22px; border-bottom: 1px solid var(--soft-line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.8; }
.summary-table tr:last-child th, .summary-table tr:last-child td { border-bottom: 0; }
.summary-table th { width: 180px; background: #f6f9fc; color: var(--navy); font-weight: 900; }
.summary-table a { color: var(--blue); font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; align-items: start; }
.contact-grid > div:first-child { grid-column: 2; grid-row: 1; padding: 28px; background: linear-gradient(180deg, #fff, #f9fcff); }
.contact-form { grid-column: 1; grid-row: 1; padding: 34px 38px; }
.contact-cards { display: grid; margin-top: 22px; border-top: 1px solid var(--soft-line); }
.contact-card { display: grid; gap: 2px; text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--soft-line); transition: color .2s ease; }
.contact-card:hover { color: var(--blue); }
.contact-card span { font-size: 12px; color: var(--blue); font-weight: 900; letter-spacing: .12em; }
.contact-card strong { display: block; font-size: 20px; color: var(--navy); line-height: 1.25; word-break: break-word; }
.contact-card em { font-style: normal; color: var(--muted); font-size: 13px; }
.form-head { margin-bottom: 26px; }
.form-head h2 { font-size: 26px; }
.form-head p { color: var(--muted); margin: 0; }
.contact-form label { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: start; font-size: 14px; font-weight: 900; color: var(--navy); margin-bottom: 18px; }
.form-label { display: inline-flex; align-items: center; gap: 6px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font: inherit; font-size: 14px; background: #fff; }
.contact-form textarea { min-height: 150px; }
.req { display: inline-flex; align-items: center; min-height: 18px; background: var(--bg-blue); color: var(--blue); font-size: 10px; line-height: 1; padding: 3px 7px; border: 1px solid #c9d9e8; border-radius: 999px; margin-left: 6px; vertical-align: middle; }
.note { font-size: 12px; color: var(--muted); margin: 14px 0 0; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--soft-line); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-soft); }
summary { font-weight: 900; color: var(--navy); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--bg-blue); color: var(--blue); font-weight: 900; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin: 12px 0 0; font-size: 14px; }
@media (max-width: 980px) {
  .business-grid, .feature-grid, .flow-strip, .flow-list { grid-template-columns: repeat(2, 1fr); }
  .flow-strip div:not(:last-child)::after, .flow-list article:not(:last-child)::after { display: none; }
  .section-title-row, .category-head, .company-wrap, .contact-grid, .split-showcase { grid-template-columns: 1fr; }
  .news-layout { grid-template-columns: 1fr; }
  .section-heading.left { text-align: center; }
  .contact-grid > div:first-child, .contact-form { grid-column: auto; grid-row: auto; }
  .three-col, .four-col { grid-template-columns: 1fr 1fr; }
  .reform-band, .muted-business .business-card { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner nav, .footer-links { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-container, .container { width: min(100% - 28px, 1180px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 58px; padding: 0; gap: 12px; }
  .logo span { font-size: 22px; letter-spacing: .1em; }
  .nav-wrap nav { flex: 1; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .nav-wrap nav::-webkit-scrollbar { display: none; }
  .nav-links { width: max-content; gap: 14px; padding-left: 2px; }
  .nav-links a { font-size: 12px; }
  .nav-links .btn { min-height: 32px; min-width: auto; padding: 0 13px; font-size: 12px; }
  .main-visual-inner { min-height: 480px; background-position: 62% center; background-image: linear-gradient(180deg, rgba(0, 27, 54, .72), rgba(0, 43, 85, .54)), url("hero-solar-home.jpg"); }
  .mv-copy { width: 100%; padding: 58px 20px; }
  .mv-copy h1 { font-size: clamp(27px, 8.4vw, 42px); }
  .mv-copy .mv-nowrap { white-space: nowrap; }
  .mv-copy .btn { min-height: 42px; padding: 0 20px; }
  .section { padding: 48px 0; }
  .section-title, .section-heading { margin-bottom: 24px; }
  .section-title-row { gap: 8px; margin-bottom: 22px; }
  h2, .section-title-row h2, .section-title h2, .section-heading h2 { font-size: 27px; }
  .business-grid, .feature-grid, .flow-strip, .flow-list, .three-col, .four-col { grid-template-columns: 1fr; gap: 12px; }
  .business-card { min-height: auto; padding: 22px 20px; }
  .business-icon { margin-bottom: 16px; }
  .feature-grid article, .strength-card, .service-card, .checklist-card, .contact-form, .contact-grid > div:first-child { padding: 22px 20px; }
  .service-card-image, .reform-card-image { margin-bottom: 16px; }
  .flow-strip div, .flow-list article { min-height: auto; padding: 18px 18px; }
  .blue-cta { padding: 32px 0; }
  .blue-cta-inner { flex-direction: column; gap: 18px; }
  .blue-cta-inner .btn { width: min(100%, 280px); }
  .page-hero-grid { min-height: 320px; padding: 52px 24px; background-position: 62% center; background-image: linear-gradient(180deg, rgba(0, 43, 85, .78), rgba(0, 43, 85, .54)), url("hero-solar-home.jpg"); }
  .contact-hero .page-hero-grid { background-image: linear-gradient(180deg, rgba(0, 43, 85, .78), rgba(0, 43, 85, .54)), url("toiawase.jpg"); }
  .service-hero .page-hero-grid { background-image: linear-gradient(180deg, rgba(0, 43, 85, .78), rgba(0, 43, 85, .54)), url("service-hero.jpg"); background-position: 55% center; }
  .page-hero h1 { font-size: 31px; }
  .cta-row, .cta-row.center { flex-direction: column; align-items: center; gap: 14px; }
  .cta-row .btn, .cta-row.center .btn { width: min(100%, 280px); min-height: 42px; }
  .pill-list { margin-top: 14px; }
  .company-wrap { gap: 20px; }
  .section-heading.left { padding: 22px 20px; text-align: left; }
  .summary-table, .summary-table tbody, .summary-table tr, .summary-table th, .summary-table td { display: block; width: 100%; }
  .summary-table th { padding: 13px 18px 6px; border-bottom: 0; background: #fff; color: var(--blue); }
  .summary-table td { padding: 0 18px 16px; }
  .contact-form label { grid-template-columns: 1fr; gap: 8px; }
  .contact-form input, .contact-form select, .contact-form textarea { padding: 11px 13px; }
  .contact-form textarea { min-height: 126px; }
  .contact-cards { gap: 12px; border-top: 0; }
  .contact-card { display: block; border: 1px solid var(--soft-line); border-radius: 14px; padding: 16px 18px; background: linear-gradient(180deg, #fff, #f9fcff); transition: transform .2s ease, border-color .2s ease; }
  .contact-card:hover { transform: translateY(-1px); border-color: #b9d4ec; }
  .contact-card strong { font-size: 19px; margin: 4px 0; }
  .req { display: inline; background: #edf2f7; color: var(--navy); font-size: 11px; padding: 2px 6px; border: 0; margin-left: 6px; vertical-align: baseline; }
  .footer-inner { gap: 18px; }
  .footer-inner p { font-size: 12px; }
  .footer-inner nav, .footer-links { gap: 12px 16px; }
  .btn { width: auto; }
}
@media (max-width: 390px) {
  .nav-links { gap: 10px; }
  .nav-links a { font-size: 11px; }
  .nav-links .btn { padding: 0 11px; }
  .logo span { font-size: 20px; }
}

/* Home page refinements */
.section-business-showcase { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); padding-top: clamp(48px, 6vw, 72px); }
.refined-heading { align-items: center; margin-bottom: 34px; }
.business-media-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.business-media-card { display: grid; grid-template-columns: 45% 1fr; min-height: 240px; overflow: hidden; border-radius: 22px; background: #fff; border: 1px solid rgba(216, 228, 239, .86); box-shadow: 0 18px 46px rgba(0, 43, 85, .09); }
.business-media-card figure { position: relative; margin: 0; min-height: 100%; background: var(--navy); overflow: hidden; }
.business-media-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 27, 54, .06), rgba(0, 43, 85, .28)); }
.business-media-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; display: block; transform: scale(1.02); }
.business-media-body { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; justify-content: center; }
.business-media-body span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.business-media-body h3 { color: var(--navy); font-size: clamp(21px, 2.2vw, 28px); line-height: 1.35; margin: 0 0 12px; }
.business-media-body p { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0 0 20px; }
.business-media-body a { color: var(--blue); font-size: 13px; font-weight: 900; text-decoration: none; }
.business-media-body a::after { content: " →"; }
.business-media-body a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-about-section { background: #fff; padding: clamp(62px, 7vw, 92px) 0; }
.home-about-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 48%); gap: clamp(34px, 6vw, 76px); align-items: center; }
.home-about-copy { max-width: 560px; }
.home-about-copy h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.32; margin-bottom: 18px; }
.home-about-copy p:not(.section-label) { color: var(--muted); font-size: 15px; line-height: 1.95; margin: 0 0 18px; }
.home-about-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--blue); font-size: 14px; font-weight: 900; text-decoration: none; }
.home-about-link::after { content: "→"; transition: transform .2s ease; }
.home-about-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-about-link:hover::after { transform: translateX(3px); }
.home-about-media { margin: 0; overflow: hidden; border-radius: 22px; background: var(--bg-blue); }
.home-about-media img { display: block; width: 100%; aspect-ratio: 16 / 11; height: auto; object-fit: contain; }
.contact-cta-section { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 90px) 0; background: linear-gradient(135deg, rgba(0, 27, 54, .94), rgba(0, 43, 85, .91)), url("consultation.png.png") center/cover; color: #fff; }
.contact-cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 15%, rgba(11, 115, 217, .38), transparent 36%); pointer-events: none; }
.contact-cta-wrap { position: relative; display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: clamp(28px, 5vw, 72px); align-items: center; }
.contact-cta-copy h2 { color: #fff; font-size: clamp(28px, 4vw, 46px); line-height: 1.35; margin: 0 0 16px; max-width: 680px; }
.contact-cta-copy p:not(.eyebrow) { margin: 0; max-width: 580px; color: rgba(255, 255, 255, .82); }
.contact-cta-card { padding: clamp(26px, 4vw, 38px); border-radius: 24px; background: rgba(255, 255, 255, .97); color: var(--navy); box-shadow: 0 22px 58px rgba(0, 13, 31, .28); text-align: center; }
.contact-cta-card p { margin: 0 0 8px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.contact-cta-card h3 { margin: 0 0 22px; font-size: 25px; line-height: 1.35; }
.contact-cta-actions { display: grid; gap: 16px; justify-items: stretch; }
.contact-cta-actions .btn { width: 100%; min-height: 48px; box-shadow: none; }
.contact-cta-actions .btn-secondary { border-color: #c9d9e8; background: #fff; }

@media (max-width: 980px) {
  .business-media-list { grid-template-columns: 1fr; }
  .business-media-card { grid-template-columns: 38% 1fr; }
  .home-about-layout { grid-template-columns: 1fr; }
  .home-about-copy { max-width: none; }
  .home-about-media { max-width: 720px; }
  .contact-cta-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .news-section { padding-bottom: 24px; }
  .news-layout { padding: 22px 18px; border-radius: 0 0 14px 14px; }
  .news-list article { grid-template-columns: 1fr; gap: 2px; padding: 11px 0; }
  .section-business-showcase { padding-top: 42px; }
  .refined-heading { margin-bottom: 24px; }
  .business-media-list { gap: 16px; }
  .business-media-card { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .business-media-card img { min-height: 176px; max-height: 210px; }
  .business-media-body { padding: 22px 20px 24px; }
  .business-media-body h3 { font-size: 22px; margin-bottom: 8px; }
  .business-media-body p { font-size: 13px; line-height: 1.75; margin-bottom: 14px; }
  .home-about-section { padding: 50px 0; }
  .home-about-layout { gap: 22px; }
  .home-about-copy h2 { font-size: 28px; margin-bottom: 12px; }
  .home-about-copy p:not(.section-label) { font-size: 13px; line-height: 1.8; margin-bottom: 14px; }
  .home-about-link { font-size: 13px; margin-top: 2px; }
  .home-about-media { border-radius: 18px; }
  .home-about-media img { aspect-ratio: 16 / 10; }
  .contact-cta-section { padding: 52px 0; background-position: 48% center; }
  .contact-cta-wrap { gap: 24px; text-align: center; }
  .contact-cta-copy h2 { font-size: 28px; }
  .contact-cta-copy p:not(.eyebrow) { font-size: 13px; line-height: 1.75; }
  .contact-cta-card { border-radius: 20px; padding: 24px 18px; }
  .contact-cta-card h3 { font-size: 22px; margin-bottom: 18px; }
  .contact-cta-actions { gap: 16px; }
  .contact-cta-actions .btn { min-height: 46px; width: min(100%, 300px); justify-self: center; }
}

/* Services page refinements */
.services-page .services-overview-section { padding: clamp(58px, 7vw, 92px) 0; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.services-page .services-overview-section .section-heading { margin-bottom: clamp(38px, 5vw, 60px); }
.service-section-list { display: grid; gap: clamp(46px, 6vw, 76px); }
.service-intro-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 48%); gap: clamp(28px, 5vw, 68px); align-items: center; padding: 0 0 clamp(46px, 6vw, 76px); border-bottom: 1px solid rgba(216, 228, 239, .9); }
.service-intro-section:last-child { padding-bottom: 0; border-bottom: 0; }
.service-intro-section.is-reversed { grid-template-columns: minmax(360px, 48%) minmax(0, 1fr); }
.service-intro-section.is-reversed .service-intro-media { order: -1; }
.service-intro-copy { max-width: 560px; }
.service-intro-section.is-reversed .service-intro-copy { justify-self: end; }
.service-intro-copy h3 { margin: 0 0 16px; color: var(--navy); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.32; letter-spacing: .02em; }
.service-intro-copy p:not(.section-label) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.service-intro-copy h4 { margin: 28px 0 12px; color: var(--navy); font-size: 16px; letter-spacing: .08em; }
.service-detail-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: #344054; font-size: 14px; line-height: 1.75; }
.service-detail-list li { position: relative; padding-left: 22px; }
.service-detail-list li::before { content: ""; position: absolute; left: 0; top: .78em; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px var(--bg-blue); }
.service-intro-media { margin: 0; overflow: hidden; border-radius: 4px; background: var(--bg-blue); }
.service-intro-media img { display: block; width: 100%; aspect-ratio: 16 / 11; height: auto; object-fit: cover; }
.services-page .services-inline-cta { margin-top: clamp(52px, 7vw, 86px); padding: clamp(28px, 5vw, 46px); }
.services-page .services-inline-cta .cta-row { margin-top: 22px; }

@media (max-width: 980px) {
  .service-intro-section,
  .service-intro-section.is-reversed { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .services-page .services-overview-section { padding: 48px 0; }
  .services-page .services-overview-section .section-heading { margin-bottom: 30px; }
  .service-section-list { gap: 36px; }
  .service-intro-section,
  .service-intro-section.is-reversed { grid-template-columns: 1fr; gap: 18px; padding-bottom: 36px; }
  .service-intro-section.is-reversed .service-intro-media { order: 0; }
  .service-intro-copy,
  .service-intro-section.is-reversed .service-intro-copy { max-width: none; justify-self: stretch; }
  .service-intro-copy h3 { font-size: 27px; margin-bottom: 10px; }
  .service-intro-copy p:not(.section-label),
  .service-detail-list { font-size: 13px; line-height: 1.8; }
  .service-intro-copy h4 { margin-top: 22px; }
  .service-intro-media img { aspect-ratio: 16 / 10; }
  .services-page .services-inline-cta { margin-top: 38px; padding: 24px 18px; }
}
