:root {
  --navy: #07366d;
  --navy-dark: #062c5b;
  --blue: #096bc0;
  --cyan: #2aa8e3;
  --pale: #f3f8fd;
  --pale-blue: #eaf4fd;
  --line: #cdddea;
  --text: #18344f;
  --muted: #5e7489;
  --white: #fff;
  --yellow: #fff3b5;
  --shadow: 0 10px 28px rgba(12, 63, 106, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .015em;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(1290px, calc(100% - 80px)); margin-inline: auto; }
.compact-section { padding-block: 24px 28px; }
.section-tint { background: #f5f9fd; }

.site-header {
  position: relative;
  top: 0;
  z-index: 50;
  height: 74px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e7eef5;
  box-shadow: 0 3px 14px rgba(6, 46, 91, .04);
}
.header-inner { width: min(1300px, calc(100% - 72px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.brand { flex-shrink: 0; }
.brand img { width: 220px; height: auto; aspect-ratio: 1250 / 320; object-fit: contain; object-position: left center; }
.global-nav { display: flex; align-items: center; gap: 40px; color: #142e49; font-size: 13px; font-weight: 600; white-space: nowrap; }
.global-nav a:not(.nav-cta), .nav-company { transition: color .2s ease; }
.global-nav a:not(.nav-cta):hover, .nav-company:hover { color: var(--blue); }
.global-nav a[aria-current="page"] { color: var(--blue); }
.nav-company { padding: 0; border: 0; background: transparent; }
.nav-cta { min-width: 192px; min-height: 48px; padding: 10px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: var(--white); background: var(--navy); border-radius: 7px; box-shadow: 0 6px 13px rgba(7, 54, 109, .2); }
.nav-cta img { width: 9px; filter: brightness(0) invert(1); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.menu-button img { width: 22px; margin: auto; filter: invert(17%) sepia(34%) saturate(2823%) hue-rotate(183deg) brightness(91%); }

.hero { height: 550px; overflow: hidden; background: #f8fbfe; }
.hero-inner { height: 100%; display: grid; grid-template-columns: minmax(600px, 49%) 1fr; }
.hero-copy { z-index: 2; padding: 54px 42px 46px max(72px, calc((100vw - 1290px) / 2)); background: #f8fbfe; }
.hero h1 { margin: 0 0 12px; color: var(--navy); font-size: clamp(43px, 3.05vw, 50px); font-weight: 800; line-height: 1.32; letter-spacing: .08em; }
.hero-lead { margin: 0 0 14px; color: var(--blue); font-size: 19px; font-weight: 700; letter-spacing: .07em; }
.hero-description, .hero-note { margin: 0; color: #172e45; font-size: 12px; font-weight: 500; line-height: 1.9; }
.hero-note { margin-top: 13px; }
.hero-tags { margin: 21px 0 19px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.hero-tags li { min-height: 35px; padding: 5px 12px; display: flex; align-items: center; gap: 7px; color: #365a7d; background: var(--white); border: 1px solid #cdddea; border-radius: 18px; font-size: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(18, 66, 105, .04); }
.hero-tags img { width: 18px; height: 18px; filter: invert(26%) sepia(84%) saturate(1326%) hue-rotate(184deg) brightness(88%); }
.hero-actions { margin-top: 24px; display: flex; gap: 18px; }
.button { min-height: 50px; padding: 11px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button img { width: 19px; height: 19px; }
.button-primary { min-width: 276px; color: var(--white); background: var(--navy); box-shadow: 0 9px 22px rgba(7, 54, 109, .24); }
.button-primary:hover { background: #0a4c90; }
.button-primary img { filter: brightness(0) invert(1); }
.button-outline { min-width: 244px; color: var(--navy); background: var(--white); border-color: #6687a5; }
.button-outline img { width: 9px; filter: invert(20%) sepia(40%) saturate(1697%) hue-rotate(180deg) brightness(91%); }
.hero-photo { position: relative; background: #eff7fb url("assets/images/hero-office.png") center / cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 54px; background: rgba(248, 251, 254, .58); }

.promise { min-height: 260px; margin-top: 20px; padding: 23px 46px; display: grid; grid-template-columns: 1.1fr 1.9fr; align-items: stretch; gap: 44px; background: var(--pale); border-radius: 15px; }
.promise-copy { padding: 12px 0 0; }
.promise-copy h2 { margin: 0 0 14px; color: var(--navy); font-size: 26px; font-weight: 800; line-height: 1.5; letter-spacing: .05em; }
.promise-copy p { margin: 0; color: #243e56; font-size: 12px; line-height: 1.9; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.promise-card { padding: 18px 12px 15px; text-align: center; background: var(--white); border: 1px solid #dce8f2; border-radius: 12px; box-shadow: 0 4px 14px rgba(13, 70, 113, .04); }
.section-icon { width: 42px; height: 42px; margin: 0 auto 5px; object-fit: contain; filter: invert(25%) sepia(91%) saturate(1535%) hue-rotate(188deg) brightness(87%); }
.promise-card h3 { margin: 6px 0 8px; color: var(--navy); font-size: 17px; }
.promise-card p { margin: 0; color: #233b53; font-size: 12px; line-height: 1.8; }

.tasks { padding-block: 31px 29px; }
.section-heading { margin-bottom: 23px; text-align: center; }
.section-heading h2, .works-heading h2, .faq-panel h2, .chat-panel h2, .company-summary h2 { margin: 0; color: var(--navy); font-size: 25px; font-weight: 800; line-height: 1.45; letter-spacing: .08em; }
.heading-mark { width: 18px; height: 10px; margin: 2px auto 0; display: block; border-bottom: 2px solid #71bce9; border-radius: 0 0 12px 12px; }
.task-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.task-card { min-height: 290px; padding: 20px 15px 14px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--white); border: 1px solid #b9d1e5; border-radius: 12px; box-shadow: 0 6px 16px rgba(13, 67, 107, .04); }
.task-icon { width: 72px; height: 72px; margin-bottom: 7px; padding: 9px; object-fit: contain; filter: invert(37%) sepia(71%) saturate(1436%) hue-rotate(182deg) brightness(94%); }
.task-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 17px; }
.task-card p { margin: 0; color: #243b51; font-size: 12px; line-height: 1.8; }
.task-card small { width: 100%; margin-top: auto; padding: 7px 6px; color: #4f6d89; background: var(--pale-blue); border-radius: 6px; font-size: 10px; font-weight: 600; }

.services { border-top: 1px solid #eef4f8; border-bottom: 1px solid #e8f1f8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 310px; padding: 26px 32px 20px; color: var(--navy); background: var(--white); border: 1px solid #a9bfd3; border-radius: 11px; }
.service-card.is-featured, .price-card.is-featured { border: 2px solid #1897dc; box-shadow: 0 8px 20px rgba(13, 99, 160, .08); }
.recommend { position: absolute; top: -17px; right: -2px; padding: 5px 17px; color: var(--white); background: #1386d2; border-radius: 3px 3px 0 0; font-size: 13px; font-weight: 800; }
.service-topline { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.service-topline img { width: 50px; height: 50px; object-fit: contain; filter: invert(29%) sepia(42%) saturate(1829%) hue-rotate(184deg) brightness(92%); }
.service-topline h3 { margin: 0; font-size: 20px; }
.price-label { margin: 16px 0 12px; text-align: center; font-weight: 700; }
.price-label strong, .price-card > p strong { margin-right: 3px; font-size: 43px; line-height: 1; }
.price-label.monthly { font-size: 15px; }
.badge { width: fit-content; margin: 0 auto 8px; padding: 5px 15px; border: 1px solid #6f8fab; border-radius: 6px; font-size: 14px; font-weight: 700; }
.service-caption { margin: 0; text-align: center; color: #4b6680; font-size: 11px; }
.service-proof { margin: 22px 0 0; padding-top: 16px; text-align: center; border-top: 2px dashed #5b91bf; font-size: 13px; }
.service-proof b, .service-proof span { display: block; }
.service-proof span { margin-top: 8px; color: #4e6d89; font-size: 11px; }
.check-list { margin: 8px auto 0; padding: 0; width: fit-content; list-style: none; color: #1c4773; font-size: 14px; line-height: 2; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .56em; width: 15px; height: 15px; background: url("assets/icons/circle-check.svg") center / contain no-repeat; filter: invert(34%) sepia(80%) saturate(1541%) hue-rotate(181deg) brightness(97%); }
.service-notice, .price-note { margin: 10px 0 0; padding: 8px 12px; text-align: center; color: #25455f; background: var(--yellow); border-radius: 6px; font-size: 11px; font-weight: 700; line-height: 1.5; }

.works { padding-bottom: 22px; }
.works-heading { margin-bottom: 17px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.works-heading h2, .works-heading p { font-size: 21px; }
.works-heading p { margin: 0; color: #294b70; font-weight: 700; }
.works-heading span { width: 1px; height: 24px; background: #83a0ba; }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.work-card { overflow: hidden; background: var(--white); border: 1px solid #b9cfe1; border-radius: 10px; box-shadow: 0 5px 14px rgba(15, 69, 109, .05); transition: transform .2s ease, box-shadow .2s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work-preview { width: 100%; height: 138px; object-fit: cover; object-position: top; border-bottom: 1px solid #d6e3ee; }
.work-body { padding: 10px 16px 12px; }
.work-body h3 { margin: 0 0 7px; color: #32526f; font-size: 15px; font-weight: 600; }
.work-body p { margin: 4px 0; display: flex; align-items: center; gap: 8px; color: #4a637b; font-size: 11px; }
.work-body b { padding: 2px 6px; color: var(--white); background: #78a0c6; border-radius: 2px; font-size: 10px; }
.text-link { width: fit-content; margin: 14px auto 0; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; font-weight: 700; }
.text-link img { width: 16px; filter: invert(36%) sepia(62%) saturate(1500%) hue-rotate(179deg) brightness(92%); }

.price { border-top: 1px solid #e4eef6; border-bottom: 1px solid #e4eef6; }
.price .section-shell { padding-block: 20px; }
.price .section-heading { margin-bottom: 10px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { position: relative; min-height: 235px; padding: 28px 26px 20px; text-align: center; background: var(--white); border: 1px solid #afc5d8; border-radius: 10px; }
.price-card h3 { margin: 0 0 16px; color: var(--navy); font-size: 18px; }
.price-card > p { margin: 0 0 15px; color: var(--navy); font-weight: 700; }
.price-card > span { padding: 6px 15px; border: 1px solid #7895af; border-radius: 6px; font-size: 13px; font-weight: 700; }
.price-card > small { margin-top: 16px; display: block; color: #587088; }
.price-ribbon { position: absolute; top: -2px; right: -2px; left: -2px; height: 25px; color: var(--white); background: var(--navy); border-radius: 8px 8px 0 0; font-size: 12px; font-weight: 800; line-height: 25px; }
.price-card.is-featured h3 { margin-top: 8px; }
.price-card .monthly { font-size: 13px; }
.price-card .check-list { margin-top: 2px; text-align: left; font-size: 12px; }
.price-card .price-note { width: 80%; margin-inline: auto; }
.price-disclaimer { margin: 7px 0 0; text-align: center; color: #526b83; font-size: 11px; }

.contact { width: min(1040px, calc(100% - 80px)); padding-block: 32px; }
.contact-panel { min-height: 196px; padding: 32px 42px; display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 28px; background: var(--pale-blue); border: 1px solid #bed8eb; border-radius: 10px; box-shadow: 0 8px 22px rgba(13, 70, 111, .06); }
.contact-icon { width: 74px; height: 74px; padding: 13px; object-fit: contain; background: var(--white); border-radius: 50%; filter: invert(31%) sepia(55%) saturate(1314%) hue-rotate(180deg) brightness(94%); }
.contact-copy { text-align: left; }
.section-overline { margin: 0 0 3px; color: #2c5f90; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.contact-copy h2 { margin: 0 0 8px; color: var(--navy); font-size: 28px; line-height: 1.35; }
.contact-intro { margin: 0; color: #4b667e; font-size: 12px; line-height: 1.75; }
.hearing-button { min-width: 310px; min-height: 48px; border: 0; }
.hearing-button img:last-child { width: 9px; }

.support { padding-block: 19px 20px; border-top: 1px solid #e0ebf4; border-bottom: 1px solid #dbe7f1; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.support-grid.faq-only { width: min(900px, calc(100% - 80px)); grid-template-columns: 1fr; }
.faq-panel, .chat-panel { min-width: 0; }
.faq-panel h2, .chat-panel h2 { margin-bottom: 11px; font-size: 21px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--white); border: 1px solid #d3e1ed; border-radius: 7px; }
.faq-list summary { position: relative; min-height: 50px; padding: 13px 48px 13px 22px; color: #45637f; cursor: pointer; list-style: none; font-size: 12px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; top: 17px; right: 20px; width: 15px; height: 15px; background: url("assets/icons/plus.svg") center / contain no-repeat; filter: invert(34%) sepia(47%) saturate(1050%) hue-rotate(176deg) brightness(96%); }
.faq-list details[open] summary::after { background-image: url("assets/icons/minus.svg"); }
.faq-list details p { margin: 0 14px 14px; padding: 13px; color: #4d657c; background: var(--pale); border-radius: 5px; font-size: 12px; }
.faq-more { margin: 10px 0 0 auto; }
.chat-panel { padding: 20px 26px 18px; background: var(--white); border: 1px solid #c7d9e8; border-radius: 11px; box-shadow: 0 8px 20px rgba(11, 66, 107, .08); }
.chat-panel h2 { margin-bottom: 0; }
.chat-subtitle { margin: 1px 0 12px; color: #5a7692; font-size: 11px; font-weight: 600; }
.chat-message, .chat-reply { display: flex; align-items: flex-start; gap: 13px; }
.chat-message img { width: 52px; height: 52px; padding: 4px; object-fit: contain; filter: invert(34%) sepia(76%) saturate(1286%) hue-rotate(181deg) brightness(96%); }
.chat-message p, .chat-reply p { margin: 0; padding: 13px 17px; color: #304d69; background: var(--pale-blue); border-radius: 10px; font-size: 11px; line-height: 1.7; }
.chat-replies { max-height: 90px; overflow: auto; }
.chat-reply { justify-content: flex-end; margin-top: 8px; }
.chat-form { position: relative; margin-top: 16px; }
.chat-form input { width: 100%; height: 52px; padding: 0 60px 0 18px; border: 1px solid #bdd3e5; border-radius: 9px; outline: none; font-size: 11px; }
.chat-form input:focus { border-color: #3898d0; box-shadow: 0 0 0 3px rgba(56, 152, 208, .13); }
.chat-form button { position: absolute; top: 5px; right: 6px; width: 42px; height: 42px; padding: 11px; border: 0; border-radius: 50%; background: var(--blue); }
.chat-form button img { filter: brightness(0) invert(1); }

.company-summary { padding-block: 16px 13px; }
.company-summary h2 { margin-bottom: 7px; font-size: 18px; }
.company-table { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; border-top: 1px solid #bfcfdd; }
.company-table dl { margin: 0; }
.company-table dl div { min-height: 34px; display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid #dce6ee; }
.company-table dt, .company-table dd { margin: 0; padding: 7px 16px; font-size: 11px; }
.company-table dt { color: #385a79; background: #eff5fa; font-weight: 700; }
.company-table dd { color: #273e54; }
.company-contact-note { margin: 12px 0 0; padding: 8px 12px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #335a7d; background: var(--pale-blue); border-radius: 6px; font-size: 11px; }
.company-contact-note img { width: 27px; height: 27px; filter: invert(33%) sepia(66%) saturate(1228%) hue-rotate(180deg) brightness(94%); }

.site-footer { color: #e8f3fc; background: var(--navy); }
.footer-grid { min-height: 245px; padding-block: 27px 22px; display: grid; grid-template-columns: 1.35fr .75fr .9fr 1.35fr; gap: 42px; }
.footer-grid > div:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, .38); }
.footer-brand > img { width: 210px; height: auto; aspect-ratio: 1250 / 320; object-fit: contain; object-position: left center; }
.footer-brand p, .footer-contact p { margin: 12px 0 17px; font-size: 11px; line-height: 1.9; }
.footer-button { min-width: 190px; min-height: 47px; padding: 10px 18px; color: var(--navy); background: var(--white); border-radius: 6px; font-size: 11px; }
.footer-button img { width: 16px; height: 16px; filter: invert(20%) sepia(46%) saturate(1592%) hue-rotate(180deg) brightness(91%); }
.footer-links h2, .footer-contact h2 { margin: 2px 0 9px; color: var(--white); font-size: 13px; }
.footer-links a, .footer-links button { padding: 2px 0; display: block; color: #e0edf7; background: transparent; border: 0; font-size: 11px; }
.footer-phone { color: #cfe1ef; font-size: 10px !important; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .22); }
.footer-bottom .section-shell { min-height: 45px; display: flex; align-items: center; gap: 36px; font-size: 10px; }
.footer-bottom span { margin-left: auto; }
.page-top { position: fixed; right: 28px; bottom: 22px; z-index: 20; width: 48px; height: 48px; padding: 15px; border: 1px solid #cad9e6; border-radius: 50%; background: rgba(255, 255, 255, .95); box-shadow: 0 5px 16px rgba(7, 54, 109, .13); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.page-top.is-visible { opacity: 1; pointer-events: auto; }
.page-top img { transform: rotate(-90deg); filter: invert(20%) sepia(39%) saturate(1765%) hue-rotate(180deg) brightness(91%); }

dialog { width: min(860px, calc(100% - 32px)); max-height: min(92vh, 970px); padding: 0; overflow: hidden; color: var(--text); background: var(--white); border: 0; border-radius: 15px; box-shadow: 0 24px 80px rgba(0, 31, 66, .38); }
dialog::backdrop { background: rgba(3, 32, 65, .68); }
.dialog-inner { position: relative; max-height: min(92vh, 970px); padding: 44px 50px 50px; overflow: auto; }
.dialog-close { position: sticky; top: 0; z-index: 2; width: 38px; height: 38px; margin: -26px -30px -12px auto; padding: 11px; display: block; border: 1px solid #cfdee9; border-radius: 50%; background: var(--white); }
.dialog-close img { filter: invert(31%) sepia(15%) saturate(996%) hue-rotate(169deg) brightness(96%); }
.dialog-overline { margin: 0 0 2px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.dialog-inner > h2 { margin: 0 0 28px; color: var(--navy); font-size: 29px; }
.company-dialog-inner section { margin-top: 26px; }
.company-dialog-inner section h3 { margin: 0 0 10px; padding-left: 14px; color: var(--navy); border-left: 4px solid var(--cyan); font-size: 18px; }
.company-dialog-inner section p { margin: 0; color: #40576c; font-size: 14px; }
.company-dialog-inner .philosophy { color: var(--navy); font-size: 21px; font-weight: 700; line-height: 1.8; }
.company-dialog-inner table { width: 100%; border-collapse: collapse; }
.company-dialog-inner th, .company-dialog-inner td { padding: 12px 16px; border: 1px solid #d4e1eb; text-align: left; font-size: 13px; }
.company-dialog-inner th { width: 160px; color: #345777; background: var(--pale); }
.form-intro { margin: -18px 0 25px; color: #62788b; font-size: 13px; }
#hearing-form fieldset { margin: 0 0 24px; padding: 20px; border: 1px solid #cdddea; border-radius: 10px; }
#hearing-form legend { padding: 0 9px; color: var(--navy); font-size: 17px; font-weight: 700; }
#hearing-form legend b { width: 28px; height: 28px; margin-right: 8px; display: inline-grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
#hearing-form label { display: block; color: #304a62; font-size: 13px; font-weight: 600; }
#hearing-form input:not([type="checkbox"]), #hearing-form select, #hearing-form textarea { width: 100%; margin-top: 5px; padding: 10px 12px; display: block; background: var(--white); border: 1px solid #b9cfe0; border-radius: 6px; outline: none; font-size: 13px; }
#hearing-form input:not([type="checkbox"]):focus, #hearing-form select:focus, #hearing-form textarea:focus { border-color: #2d91cf; box-shadow: 0 0 0 3px rgba(45, 145, 207, .13); }
#hearing-form textarea { resize: vertical; }
.required { margin-left: 5px; padding: 2px 6px; color: var(--white); background: #dc5d5d; border-radius: 3px; font-size: 9px; font-weight: 700; vertical-align: 1px; }
.question-group { margin-bottom: 15px; }
.question-group > p { margin: 0 0 8px; color: #304a62; font-size: 13px; font-weight: 700; }
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.option-grid label { min-height: 38px; padding: 7px 8px; display: flex !important; align-items: center; gap: 7px; background: var(--pale); border: 1px solid #d9e5ee; border-radius: 5px; font-size: 11px !important; font-weight: 500 !important; }
.option-grid input, .privacy-check input { accent-color: var(--blue); }
.field-help { margin: 6px 0 0 !important; color: #6c8295 !important; font-size: 10px !important; font-weight: 400 !important; }
.field-help.is-error { color: #c94f4f !important; font-weight: 700 !important; }
.privacy-check { width: fit-content; margin: 0 auto 16px; }
.form-submit { margin: 0 auto; border: 0; }
.form-status { margin: 14px 0 0; text-align: center; color: #15734f; font-size: 14px; font-weight: 700; }

@media (max-width: 1180px) {
  .global-nav { gap: 24px; }
  .nav-cta { min-width: 164px; }
  .hero-inner { grid-template-columns: 56% 44%; }
  .hero-copy { padding-left: 44px; }
  .hero h1 { font-size: 45px; }
  .section-shell { width: min(calc(100% - 48px), 1080px); }
  .contact-panel { grid-template-columns: 72px 1fr; }
  .hearing-button { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 920px) {
  .site-header, .header-inner { height: 70px; }
  .header-inner { width: calc(100% - 36px); }
  .brand img { width: 174px; height: auto; }
  .menu-button { display: block; }
  .global-nav { position: absolute; top: 70px; right: 0; left: 0; padding: 24px; display: none; flex-direction: column; gap: 19px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 28px rgba(8, 52, 88, .12); }
  .global-nav.is-open { display: flex; }
  .hero { height: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 52px 40px 46px; }
  .hero-photo { min-height: 440px; background-position: center; }
  .promise { grid-template-columns: 1fr; }
  .promise-copy { text-align: center; }
  .task-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .price-grid, .works-grid { grid-template-columns: 1fr; }
  .work-preview { height: 230px; }
  .contact { width: min(calc(100% - 48px), 1080px); }
  .support-grid { grid-template-columns: 1fr; }
  .company-table { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:not(:last-child) { border-right: 0; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .section-shell { width: calc(100% - 28px); }
  .hero-copy { padding: 42px 20px 36px; }
  .hero h1 { font-size: 33px; letter-spacing: .04em; }
  .hero-lead { font-size: 17px; line-height: 1.6; }
  .desktop-only { display: none; }
  .hero-actions { flex-direction: column; }
  .button-primary, .button-outline, .hearing-button { width: 100%; min-width: 0; }
  .hero-photo { min-height: 300px; }
  .promise { width: calc(100% - 28px); padding: 28px 18px; }
  .promise-copy h2, .section-heading h2 { font-size: 23px; }
  .promise-grid, .task-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 290px; }
  .service-card { padding-inline: 24px; }
  .works-heading { flex-wrap: wrap; gap: 8px; }
  .works-heading span { display: none; }
  .works-heading p { width: 100%; text-align: center; }
  .contact { width: calc(100% - 28px); padding-block: 22px; }
  .contact-panel { min-height: 0; padding: 26px 20px; grid-template-columns: 1fr; justify-items: center; gap: 15px; text-align: center; }
  .contact-icon { width: 62px; height: 62px; }
  .contact-copy { text-align: center; }
  .contact-copy h2 { font-size: 24px; }
  .contact-intro br { display: none; }
  .support { padding-block: 18px; }
  .chat-panel { padding: 18px; }
  .company-table dl div { grid-template-columns: 115px 1fr; }
  .company-table dt, .company-table dd { padding-inline: 10px; }
  .company-contact-note { align-items: flex-start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom .section-shell { padding-block: 13px; flex-wrap: wrap; gap: 9px 20px; }
  .footer-bottom span { width: 100%; margin-left: 0; }
  .page-top { right: 14px; bottom: 14px; }
  .dialog-inner { padding: 34px 20px 36px; }
  .dialog-close { margin: -19px -7px -7px auto; }
  .form-grid, .option-grid { grid-template-columns: 1fr; }
}

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

/* Issue #5–#10: company profile */
.company-summary {
  padding-block: 54px;
}
.company-summary h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 28px;
  text-align: center;
}
.company-profile-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.company-profile-item {
  min-height: 108px;
  padding: 20px 22px;
  background: linear-gradient(145deg, #fff 0%, #f3f8fc 100%);
  border: 1px solid #d5e4ef;
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(7, 54, 109, .06);
}
.company-profile-item-wide { grid-column: span 3; }
.company-profile-item dt {
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.company-profile-item dd {
  margin: 0;
  color: #273e54;
  font-size: 14px;
  font-weight: 600;
}
.qualification-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.qualification-list li {
  padding: 6px 11px;
  color: #315a7d;
  background: #e5f2fb;
  border-radius: 999px;
  font-size: 12px;
}
.company-contact-note { margin-top: 18px; }

.company-greeting p + p { margin-top: 12px; }
.representative-signature {
  color: var(--navy) !important;
  font-weight: 700;
  text-align: right;
}
.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.mission-vision-grid article,
.value-grid article {
  padding: 20px;
  background: var(--pale);
  border: 1px solid #d8e6f0;
  border-radius: 10px;
}
.company-dialog-inner h4 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 15px;
}
.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.value-grid article > b {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: .12em;
}
.dialog-company-profile {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  background: #d4e1eb;
  border: 1px solid #d4e1eb;
  border-radius: 10px;
}
.dialog-company-profile div {
  padding: 12px 16px;
  background: var(--white);
}
.dialog-company-profile dt {
  margin-bottom: 4px;
  color: #48708f;
  font-size: 11px;
  font-weight: 700;
}
.dialog-company-profile dd {
  margin: 0;
  color: #273e54;
  font-size: 13px;
}
.dialog-company-profile div:last-child { grid-column: 1 / -1; }

@media (max-width: 920px) {
  .company-profile-grid { grid-template-columns: 1fr 1fr; }
  .company-profile-item-wide { grid-column: span 2; }
}

@media (max-width: 600px) {
  .company-summary { padding-block: 38px; }
  .company-summary h2 { font-size: 24px; }
  .company-profile-grid,
  .mission-vision-grid,
  .value-grid,
  .dialog-company-profile { grid-template-columns: 1fr; }
  .company-profile-item-wide,
  .dialog-company-profile div:last-child { grid-column: auto; }
  .company-profile-item { min-height: 0; }
}

/* Issue #12–#13: three business entrances and service detail pages */
.section-lead {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.services .service-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
}
.services .service-topline {
  min-height: 76px;
  justify-content: flex-start;
}
.services .service-topline h3 {
  font-size: 18px;
  line-height: 1.55;
}
.service-number {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.service-summary {
  margin: 15px 0 18px;
  color: #405c74;
  font-size: 13px;
  line-height: 1.9;
}
.service-meta {
  margin: auto 0 18px;
  padding: 12px 14px;
  background: var(--pale);
  border-radius: 7px;
  text-align: center;
}
.service-meta b,
.service-meta span { display: block; }
.service-meta b { color: var(--navy); font-size: 15px; }
.service-meta span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.service-link {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}
.service-link img { width: 17px; filter: brightness(0) invert(1); }

.detail-page { background: #fff; }
.detail-page .site-header { background: #fff; }
.detail-breadcrumb {
  padding-block: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b8092;
  font-size: 11px;
}
.detail-breadcrumb a { color: var(--blue); }
.detail-hero {
  min-height: 470px;
  margin-bottom: 58px;
  padding: 70px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  align-items: center;
  gap: 76px;
  background: var(--pale);
  border: 1px solid #dce9f3;
  border-radius: 18px;
}
.detail-improvement .detail-hero { background: #eef7fc; }
.detail-consulting .detail-hero { background: #fbf7f0; border-color: #eadfcd; }
.detail-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
.detail-consulting .detail-kicker { color: #9a6a2e; }
.detail-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1.45;
  letter-spacing: .035em;
}
.detail-improvement .detail-hero h1 {
  font-size: clamp(36px, 3.4vw, 48px);
  letter-spacing: 0;
}
.detail-lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: #3f5a71;
  font-size: 16px;
  line-height: 2;
}
.detail-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.detail-actions .button { min-width: 230px; }
.detail-hero-panel {
  padding: 32px 30px;
  background: #fff;
  border: 1px solid #bed3e3;
  border-top: 5px solid var(--cyan);
  border-radius: 12px;
  box-shadow: var(--shadow);
  text-align: center;
}
.detail-consulting .detail-hero-panel { border-color: #decdae; border-top-color: #b8874b; }
.detail-hero-panel > img {
  width: 68px;
  height: 68px;
  margin: 0 auto 10px;
  object-fit: contain;
  filter: invert(34%) sepia(74%) saturate(1277%) hue-rotate(181deg) brightness(96%);
}
.detail-consulting .detail-hero-panel > img { filter: invert(50%) sepia(41%) saturate(784%) hue-rotate(356deg) brightness(89%); }
.detail-hero-panel > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.detail-hero-panel > strong { margin: 3px 0 20px; display: block; color: var(--navy); font-size: 27px; }
.detail-hero-panel dl { margin: 0; border-top: 1px solid #dce6ee; }
.detail-hero-panel dl div { padding: 10px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e4edf4; font-size: 12px; }
.detail-hero-panel dt { color: #6e8294; }
.detail-hero-panel dd { margin: 0; color: var(--navy); font-weight: 700; }
.consultant-panel blockquote { margin: 0 0 18px; color: #5f513e; font-size: 13px; line-height: 1.8; }
.detail-local-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .97);
  border-block: 1px solid #dfe9f1;
  box-shadow: 0 5px 14px rgba(7, 54, 109, .04);
}
.detail-local-nav .section-shell { min-height: 58px; display: flex; align-items: center; justify-content: center; }
.detail-local-nav a { padding: 5px 30px; color: #46637d; border-right: 1px solid #d9e4ec; font-size: 12px; font-weight: 700; }
.detail-local-nav a:first-child { border-left: 1px solid #d9e4ec; }
.detail-local-nav a:hover { color: var(--blue); }
.detail-section { padding-block: 88px; }
.detail-soft { max-width: none; background: #f5f9fd; }
.consulting-warm { background: #fbf7f0; }
.narrow-section { width: min(920px, calc(100% - 80px)); }
.detail-heading { margin-bottom: 38px; text-align: center; }
.detail-heading > p { margin: 0 0 4px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.detail-consulting .detail-heading > p { color: #9a6a2e; }
.detail-heading h2 { margin: 0; color: var(--navy); font-size: 30px; line-height: 1.5; }
.detail-heading > span { width: 34px; height: 2px; margin: 13px auto 0; display: block; background: var(--cyan); }
.detail-consulting .detail-heading > span { background: #b8874b; }
.detail-heading small { margin-top: 15px; display: block; color: var(--muted); font-size: 13px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.offer-grid article {
  min-height: 225px;
  padding: 28px 25px;
  background: #fff;
  border: 1px solid #d3e1ec;
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(10, 63, 105, .05);
}
.offer-grid img { width: 46px; height: 46px; object-fit: contain; filter: invert(35%) sepia(75%) saturate(1261%) hue-rotate(180deg) brightness(95%); }
.offer-grid h3 { margin: 15px 0 8px; color: var(--navy); font-size: 17px; }
.offer-grid p { margin: 0; color: #536b80; font-size: 12px; line-height: 1.9; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.split-feature h2 { margin: 0 0 17px; color: var(--navy); font-size: 30px; }
.split-feature > div > p:last-child { color: var(--muted); }
.large-check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.large-check-list li { position: relative; padding: 14px 17px 14px 48px; color: #294b68; background: #fff; border: 1px solid #d7e4ee; border-radius: 8px; font-size: 13px; font-weight: 600; }
.large-check-list li::before { content: ""; position: absolute; left: 18px; top: 17px; width: 18px; height: 18px; background: url("assets/icons/circle-check.svg") center / contain no-repeat; filter: invert(35%) sepia(69%) saturate(1394%) hue-rotate(181deg) brightness(96%); }
.detail-works .work-preview { height: 195px; }
.detail-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.detail-price-card { min-height: 230px; padding: 30px; background: #fff; border: 1px solid #cdddea; border-radius: 11px; text-align: center; }
.detail-price-card.is-primary { border: 2px solid var(--cyan); box-shadow: var(--shadow); }
.detail-price-card > p { margin: 0 0 17px; color: #526c83; font-size: 13px; font-weight: 700; }
.detail-price-card h3 { margin: 0 0 18px; color: var(--navy); font-size: 23px; }
.detail-price-card h3 strong { font-size: 48px; }
.detail-price-card ul { margin: 0; padding: 0; list-style: none; color: #587087; font-size: 12px; line-height: 2; }
.detail-price-card small { color: #63798d; font-size: 12px; line-height: 1.8; }
.detail-faq { display: grid; gap: 12px; }
.detail-faq details { background: #fff; border: 1px solid #d1e0eb; border-radius: 8px; }
.detail-faq summary { position: relative; padding: 19px 58px 19px 23px; color: #355773; cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; }
.detail-faq summary::-webkit-details-marker { display: none; }
.detail-faq summary::after { content: "+"; position: absolute; top: 14px; right: 22px; color: var(--blue); font-size: 23px; font-weight: 400; }
.detail-faq details[open] summary::after { content: "−"; }
.detail-faq details p { margin: 0 17px 17px; padding: 16px; color: #536a7e; background: var(--pale); border-radius: 6px; font-size: 12px; }
.detail-cta { padding-block: 72px; color: #fff; background: var(--navy); text-align: center; }
.detail-cta p { margin: 0 0 8px; color: #d9eafa; font-size: 13px; }
.detail-cta h2 { margin: 0 0 27px; color: #fff; font-size: 31px; }
.detail-cta .button { min-width: 330px; color: var(--navy); background: #fff; }
.detail-cta .button img { width: 10px; filter: invert(19%) sepia(44%) saturate(1765%) hue-rotate(180deg) brightness(90%); }
.consulting-cta { background: #5f4931; }

.company-hero {
  padding-block: 68px 74px;
  border-bottom: 1px solid #dce6ee;
}
.company-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.35;
  letter-spacing: .06em;
}
.company-hero > p:last-of-type {
  margin: 14px 0 0;
  color: #647a8d;
  font-size: 15px;
}
.company-page-section { padding-block: 86px; }
.company-local-nav {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.company-local-nav a {
  padding-block: 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.company-greeting-section,
#profile,
#credentials { scroll-margin-top: 100px; }
.company-greeting-heading { margin-bottom: 32px; text-align: center; }
.company-greeting-portrait {
  width: min(100%, 320px);
  margin: 0 auto 48px;
}
.company-greeting-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.company-greeting-body { max-width: 760px; margin-inline: auto; }
.company-greeting-body h3 {
  margin: 0 0 32px;
  color: var(--navy);
  font-size: clamp(23px, 2.8vw, 29px);
  line-height: 1.7;
  letter-spacing: .035em;
}
.company-greeting-body p {
  margin: 0 0 24px;
  color: #344f64;
  font-size: 16px;
  line-height: 2.15;
}
.company-greeting-body .company-greeting-emphasis {
  color: var(--navy);
  font-weight: 700;
}
.company-greeting-body .company-greeting-signature {
  margin: 40px 0 0;
  color: var(--navy);
  font-weight: 700;
  text-align: right;
}
.company-page-muted { background: #f5f8fb; }
.company-page-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 92px;
  align-items: start;
}
.company-section-heading p {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.company-section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.5;
}
.company-facts { margin: 0; border-top: 1px solid #9fb6c8; }
.company-facts div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid #d9e3ea;
}
.company-facts dt,
.company-facts dd { margin: 0; padding: 19px 20px; }
.company-facts dt { color: #4e6b83; font-size: 13px; font-weight: 700; }
.company-facts dd { color: #223d54; font-size: 14px; }
.company-facts a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.company-credentials-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.company-credentials {
  margin: 0;
  padding: 0;
  border-top: 1px solid #9fb6c8;
  list-style: none;
}
.company-credentials li {
  padding: 20px;
  color: #223d54;
  border-bottom: 1px solid #d9e3ea;
  font-size: 14px;
  font-weight: 600;
}

.before-after-grid { display: grid; gap: 16px; }
.before-after-grid article { padding: 23px 28px; display: grid; grid-template-columns: 170px 1fr 50px 1fr; align-items: center; gap: 18px; background: #fff; border: 1px solid #d5e3ed; border-radius: 10px; }
.before-label { margin: 0; color: var(--navy); font-size: 15px; font-weight: 800; }
.before-after-grid article div { padding: 14px 17px; background: #f6f8fa; border-radius: 7px; }
.before-after-grid article div.after { background: #eaf5fc; }
.before-after-grid article span { color: #758899; font-size: 10px; font-weight: 800; }
.before-after-grid article p { margin: 3px 0 0; color: #445e74; font-size: 12px; }
.before-after-grid article > b { color: var(--cyan); text-align: center; font-size: 23px; }
.report-board { padding: 36px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; background: #fff; border: 1px solid #cadde9; border-radius: 13px; box-shadow: var(--shadow); }
.status-badge { width: fit-content; padding: 5px 11px; display: inline-block; border-radius: 999px; font-size: 10px; font-weight: 800; }
.status-badge.is-preparing { color: #786330; background: #fff2bf; }
.report-intro h3 { margin: 13px 0 10px; color: var(--navy); font-size: 21px; }
.report-intro p { margin: 0; color: var(--muted); font-size: 13px; }
.report-candidates { padding: 22px 25px; background: var(--pale); border-radius: 9px; }
.report-candidates h4 { margin: 0 0 12px; color: var(--navy); font-size: 14px; }
.report-candidates ul { margin: 0; padding-left: 1.3em; columns: 2; color: #4a667d; font-size: 12px; line-height: 2; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; list-style: none; }
.process-list li { position: relative; min-height: 185px; padding: 20px 12px; background: #fff; border: 1px solid #d3e2ed; border-radius: 9px; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 45px; right: -15px; z-index: 2; width: 20px; height: 20px; background: url("assets/icons/chevron-right.svg") center / 8px no-repeat #fff; border: 1px solid #d3e2ed; border-radius: 50%; }
.process-list b { width: 44px; height: 44px; margin: 0 auto 13px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; }
.process-list h3 { margin: 0 0 8px; color: var(--navy); font-size: 13px; }
.process-list p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.single-price-card { padding: 36px 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; border: 2px solid var(--cyan); border-radius: 12px; box-shadow: var(--shadow); }
.single-price-card > div { text-align: center; }
.single-price-card > div p { margin: 0 0 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.single-price-card h3 { margin: 0; color: var(--navy); font-size: 20px; }
.single-price-card h3 strong { font-size: 52px; }

.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.concern-grid article { min-height: 145px; padding: 24px; background: #fff; border: 1px solid #e0d4c3; border-radius: 10px; }
.concern-grid b { color: #b8874b; font-size: 13px; letter-spacing: .1em; }
.concern-grid p { margin: 12px 0 0; color: #3d4e5c; font-size: 14px; font-weight: 700; line-height: 1.8; }
.experience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.experience-main { padding: 40px; background: #fff; border: 1px solid #e2d7c5; border-radius: 13px; }
.experience-years { margin: 0 0 20px; color: #9a6a2e; }
.experience-years strong { margin-right: 12px; font-size: 70px; line-height: 1; }
.experience-years span { font-size: 15px; font-weight: 800; }
.experience-main h3 { margin: 0 0 12px; color: var(--navy); font-size: 21px; }
.experience-main > p:last-child { margin: 0; color: #5e6c76; font-size: 13px; }
.experience-list { display: grid; gap: 14px; }
.experience-list article { padding: 20px 23px; background: #fff; border-left: 4px solid #b8874b; box-shadow: 0 5px 15px rgba(83, 57, 26, .06); }
.experience-list h3 { margin: 0 0 5px; color: #4c3d2e; font-size: 15px; }
.experience-list p { margin: 0; color: #6b6258; font-size: 12px; }
.stance-card { padding: 52px 60px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; color: #fff; background: #143f66; border-radius: 15px; }
.stance-card .detail-kicker { color: #d4b887; }
.stance-card h2 { margin: 0; font-size: 31px; line-height: 1.55; }
.stance-copy > p { margin: 0 0 22px; color: #e2edf5; font-size: 13px; line-height: 2; }
.stance-card .large-check-list li { color: #e9f2f8; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.17); }
.story-preview { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.story-preview h2 { margin: 0 0 15px; color: var(--navy); font-size: 29px; }
.story-preview > div > p:last-child { color: var(--muted); }
.story-preview aside { padding: 28px; background: #fff; border: 1px solid #e2d7c5; border-radius: 10px; }
.story-preview aside p { margin: 15px 0 0; color: #6a6157; font-size: 12px; }

@media (max-width: 1100px) {
  .detail-hero { padding: 52px 45px; grid-template-columns: 1.25fr .75fr; gap: 42px; }
  .detail-local-nav a { padding-inline: 20px; }
  .process-list { grid-template-columns: repeat(4, 1fr); }
  .process-list li:not(:last-child)::after { display: none; }
}

@media (max-width: 920px) {
  .detail-hero { grid-template-columns: 1fr; }
  .detail-hero-panel { max-width: 480px; width: 100%; }
  .detail-local-nav { overflow-x: auto; }
  .detail-local-nav .section-shell { width: max-content; min-width: 100%; justify-content: flex-start; }
  .offer-grid, .detail-price-grid, .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature, .report-board, .experience-layout, .story-preview { grid-template-columns: 1fr; gap: 35px; }
  .before-after-grid article { grid-template-columns: 140px 1fr 35px 1fr; }
  .stance-card { grid-template-columns: 1fr; gap: 30px; }
  .company-page-grid { grid-template-columns: 210px minmax(0, 1fr); gap: 48px; }
  #credentials .company-page-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .services .service-card { min-height: 0; }
  .detail-breadcrumb { width: calc(100% - 28px); }
  .detail-hero { width: calc(100% - 28px); min-height: 0; margin-bottom: 34px; padding: 38px 21px; gap: 30px; border-radius: 12px; }
  .detail-hero h1 { font-size: 31px; }
  .detail-lead { font-size: 14px; }
  .detail-actions { flex-direction: column; }
  .detail-actions .button { width: 100%; min-width: 0; }
  .detail-local-nav a { padding-inline: 17px; }
  .detail-section { padding-block: 58px; }
  .narrow-section { width: calc(100% - 28px); }
  .detail-heading { margin-bottom: 28px; }
  .detail-heading h2, .split-feature h2, .story-preview h2 { font-size: 24px; }
  .offer-grid, .detail-price-grid, .concern-grid, .single-price-card { grid-template-columns: 1fr; }
  .offer-grid article { min-height: 0; }
  .before-after-grid article { grid-template-columns: 1fr; }
  .before-after-grid article > b { transform: rotate(90deg); }
  .report-board, .single-price-card, .experience-main, .stance-card { padding: 27px 21px; }
  .report-candidates ul { columns: 1; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li { min-height: 160px; }
  .experience-years strong { font-size: 58px; }
  .detail-cta { padding-block: 55px; }
  .detail-cta h2 { font-size: 25px; }
  .detail-cta .button { width: 100%; min-width: 0; }
  .support-grid.faq-only { width: calc(100% - 28px); }
  .company-hero { width: calc(100% - 28px); padding-block: 42px 48px; }
  .company-hero h1 { font-size: 35px; }
  .company-page-section { padding-block: 54px; }
  .company-local-nav { gap: 10px 22px; }
  .company-greeting-portrait { width: min(100%, 260px); margin-bottom: 32px; }
  .company-greeting-body h3 { margin-bottom: 26px; font-size: 23px; }
  .company-greeting-body p { font-size: 15px; line-height: 2; }
  .company-page-grid { grid-template-columns: 1fr; gap: 28px; }
  .company-credentials-columns { grid-template-columns: 1fr; gap: 0; }
  .company-credentials + .company-credentials { border-top: 0; }
  .company-section-heading h2 { font-size: 24px; }
  .company-facts div { grid-template-columns: 105px minmax(0, 1fr); }
  .company-facts dt,
  .company-facts dd { padding: 16px 12px; }
}
