/*
Theme Name: サイヨー工務店
Theme URI: https://3145610.com/
Author: サイヨー工務店
Description: 建設会社専門の採用支援・採用ブランディング会社「サイヨー工務店」の公式テーマ
Version: 2.4.4
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: saiyo-koumuten
*/

:root {
  --navy: #0d1b34;
  --navy-2: #132746;
  --black: #07090c;
  --ink: #111720;
  --white: #ffffff;
  --paper: #f3f2ee;
  --concrete: #e2e2df;
  --gray: #9ca3ad;
  --line: rgba(13, 27, 52, 0.2);
  --max: 1480px;
  --gutter: clamp(22px, 4vw, 70px);
  --jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--jp); font-feature-settings: "palt"; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body, button, input, textarea { font-family: var(--jp); }
button, input, textarea { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, p { text-wrap: pretty; }
::selection { color: var(--white); background: var(--navy); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; color: var(--navy); background: var(--white); transform: translateY(-150%); transition: transform 0.2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 200; inset: 0 0 auto; height: 84px; color: var(--white); background: rgba(7, 9, 12, 0.78); border-bottom: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(12px); }
.header-inner { max-width: 1680px; height: 100%; margin: 0 auto; padding: 0 clamp(18px, 2.4vw, 42px); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.site-logo { width: clamp(205px, 17vw, 270px); flex: none; }
.site-logo img { width: 100%; height: auto; }
.global-nav { height: 100%; display: flex; align-items: center; gap: clamp(15px, 1.7vw, 29px); font-size: 11px; font-weight: 800; letter-spacing: 0.025em; white-space: nowrap; }
.global-nav > a { height: 100%; display: flex; align-items: center; position: relative; }
.global-nav > a::before { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--white); transition: right 0.22s ease; }
.global-nav > a:hover::before, .global-nav > a:focus-visible::before { right: 0; }
.global-nav .nav-contact { height: auto; padding: 14px 18px; color: var(--navy); background: var(--white); }
.global-nav .nav-contact::before { display: none; }
.global-nav .nav-contact span { margin-left: 10px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 9px 6px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 30px; height: 2px; margin: 6px auto; background: var(--white); transition: transform 0.25s ease, opacity 0.2s ease; }

.hero { min-height: 860px; position: relative; color: var(--white); background-color: var(--black); background-image: url("assets/images/hero-workers-team.webp"); background-repeat: no-repeat; background-position: right bottom; background-size: auto calc(100% - 82px); overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.26) 56%, rgba(0,0,0,0.04) 76%), linear-gradient(0deg, rgba(0,0,0,0.52), transparent 32%); }
.hero-inner { width: min(100%, var(--max)); min-height: 860px; margin: 0 auto; padding: 142px var(--gutter) 110px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-kicker { margin: 0 0 25px; padding: 8px 12px; border-left: 4px solid var(--white); background: rgba(0,0,0,0.32); font-size: 13px; font-weight: 900; letter-spacing: 0.07em; }
.hero h1 { margin: 0; font-size: clamp(62px, 6.7vw, 106px); line-height: 1.05; letter-spacing: -0.075em; font-weight: 950; text-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.hero h1 span { display: block; }
.hero h1 .mobile-title-break { display: inline; }
.hero-lead { margin: 31px 0 0; padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.48); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; font-weight: 800; }
.hero-detail { max-width: 760px; margin: 21px 0 0; color: rgba(255,255,255,0.78); font-size: 12px; line-height: 1.9; }
.hero-actions { margin-top: 29px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 900; cursor: pointer; transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: transparent; border-color: var(--white); }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover, .button-dark:focus-visible { color: var(--navy); background: transparent; border-color: var(--navy); }
.text-link { min-height: 38px; display: inline-flex; align-items: center; gap: 30px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.text-link.light { color: var(--white); }
.hero-price { margin: 18px 0 0; display: flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,0.64); font-size: 10px; }
.hero-price strong { color: var(--white); font-size: 13px; }
.hero-price small { font-size: 8px; }
.hero-stamp { position: absolute; z-index: 2; right: 36px; bottom: 31px; display: flex; flex-direction: column; align-items: flex-end; font-family: var(--condensed); font-size: 13px; line-height: 1.15; font-weight: 900; letter-spacing: 0.15em; }
.hero-scroll { position: absolute; z-index: 2; left: 22px; bottom: 30px; display: flex; align-items: center; gap: 14px; transform: rotate(-90deg); transform-origin: left bottom; font-family: var(--condensed); font-size: 8px; letter-spacing: 0.22em; }
.hero-scroll i { width: 56px; height: 1px; display: block; background: rgba(255,255,255,0.5); }

.section { padding: clamp(100px, 10vw, 168px) var(--gutter); }
.section > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.section-index { display: flex; align-items: center; gap: 15px; color: var(--navy); font-family: var(--condensed); font-weight: 900; letter-spacing: 0.14em; }
.section-index span { font-size: 17px; }
.section-index small { font-size: 9px; }
.section-index::after { content: ""; width: 52px; height: 1px; background: currentColor; opacity: 0.45; }
.section-index.light { color: var(--white); }
.overline { margin: 0 0 18px; color: var(--navy); font-family: var(--condensed); font-size: 10px; font-weight: 900; letter-spacing: 0.18em; }
.overline.light { color: var(--white); }

.who-section { background: var(--paper); }
.who-section > .section-index { margin-bottom: clamp(45px, 6vw, 90px); }
.who-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.68fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.who-grid h2 { margin: 0; color: var(--navy); font-size: clamp(47px, 5.6vw, 86px); line-height: 1.23; letter-spacing: -0.065em; font-weight: 950; }
.who-copy { padding-top: 34px; }
.who-copy p { margin: 0 0 23px; color: #4c5665; font-size: 14px; line-height: 2; }
.who-copy .lead-copy { color: var(--navy); font-size: clamp(20px, 2vw, 30px); line-height: 1.6; font-weight: 900; }
.who-copy .lead-copy span { display: block; }
.who-copy .text-link { margin-top: 14px; }
.keyword-rail { margin-top: clamp(70px, 8vw, 120px); display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.keyword-rail span { min-height: 96px; padding: 20px 12px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-size: 15px; font-weight: 900; letter-spacing: 0.015em; text-align: center; }

.vision-section { min-height: 900px; padding: clamp(105px, 11vw, 175px) var(--gutter); position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.vision-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 0 53%, rgba(255,255,255,0.055) 53% 61%, transparent 61%); }
.vision-backdrop { position: absolute; left: -0.04em; bottom: -0.22em; color: rgba(255,255,255,0.03); font-family: var(--condensed); font-size: min(33vw, 560px); line-height: 0.9; font-weight: 900; letter-spacing: -0.08em; }
.vision-inner { width: min(100%, var(--max)); margin: auto; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.55fr); gap: 60px; }
.vision-inner .section-index { grid-column: 1 / -1; margin-bottom: 35px; }
.vision-inner h2 { margin: 0; font-size: clamp(52px, 6.2vw, 94px); line-height: 1.2; letter-spacing: -0.07em; font-weight: 950; }
.vision-inner h2 span { display: block; }
.vision-copy { padding-top: 17px; }
.vision-copy p { margin: 0 0 30px; color: rgba(255,255,255,0.67); font-size: 15px; line-height: 1.95; }
.vision-copy strong { padding-top: 28px; display: block; border-top: 1px solid rgba(255,255,255,0.32); font-size: 18px; line-height: 1.8; }

.method-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.split-heading h2 { margin: 0; color: var(--navy); font-family: var(--condensed); font-size: clamp(46px, 5.4vw, 84px); line-height: 0.95; letter-spacing: -0.035em; }
.split-heading h2 span { display: block; }
.method-list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 2px solid var(--navy); border-left: 1px solid var(--line); }
.method-list li { min-height: 360px; padding: 25px 22px 28px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-list li::before { content: ""; position: absolute; top: 0; right: 0; border-top: 14px solid var(--navy); border-left: 14px solid transparent; }
.method-no { color: #7d8794; font-family: var(--condensed); font-size: 10px; font-weight: 900; letter-spacing: 0.15em; }
.method-list h3 { min-height: 76px; margin: 100px 0 15px; color: var(--navy); font-size: 20px; line-height: 1.5; letter-spacing: -0.03em; }
.method-list p { margin: 0; color: #606a77; font-size: 12px; line-height: 1.85; }
.services-section { padding: clamp(105px, 11vw, 175px) var(--gutter); color: var(--white); background: var(--navy); }
.services-section > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.services-head { display: grid; grid-template-columns: 0.35fr 1.6fr 0.45fr; gap: 50px; align-items: end; margin-bottom: 74px; }
.services-head h2 { margin: 0; font-size: clamp(43px, 4.5vw, 68px); line-height: 1.2; letter-spacing: -0.07em; font-weight: 950; }
.services-head h2 span { display: block; }
.services-head h2 span:last-child { white-space: nowrap; }
.services-head > p { margin: 0; color: rgba(255,255,255,0.64); font-size: 13px; line-height: 1.9; }
.service-stack { border-top: 1px solid rgba(255,255,255,0.32); }
.service-row { min-height: 142px; display: grid; grid-template-columns: 60px minmax(200px, 0.55fr) minmax(320px, 1fr) 50px; gap: 25px; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.25); transition: background 0.22s, color 0.22s, padding 0.22s; }
.service-row:hover { padding: 0 20px; color: var(--navy); background: var(--white); }
.service-row > span { color: rgba(255,255,255,0.45); font-family: var(--condensed); font-size: 10px; font-weight: 900; }
.service-row:hover > span { color: var(--navy); opacity: 0.55; }
.service-row h3 { margin: 0; font-size: clamp(21px, 2vw, 29px); }
.service-row p { margin: 0; color: rgba(255,255,255,0.64); font-size: 12px; line-height: 1.9; }
.service-row:hover p { color: #536071; }
.service-row a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.4); }
.service-row:hover a { border-color: var(--navy); }

.why-section { padding: clamp(105px, 11vw, 180px) var(--gutter); background: var(--concrete); }
.why-section > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.why-grid { display: grid; grid-template-columns: 1fr 0.74fr; gap: clamp(70px, 10vw, 150px); }
.why-title h2 { margin: 60px 0 0; color: var(--navy); font-size: clamp(55px, 6.5vw, 100px); line-height: 1.15; letter-spacing: -0.075em; font-weight: 950; }
.why-copy > p { margin: 0 0 38px; color: var(--navy); font-size: clamp(20px, 2vw, 30px); line-height: 1.7; font-weight: 900; }
.why-copy ul { list-style: none; margin: 0 0 48px; border-top: 2px solid var(--navy); }
.why-copy li { min-height: 61px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); color: #3d4653; font-size: 13px; font-weight: 800; }
.why-copy li span { color: #8a919a; font-family: var(--condensed); font-size: 9px; }
.why-copy > .why-answer { margin-bottom: 18px; font-size: clamp(19px, 1.8vw, 27px); }
.why-copy > .why-detail { margin-bottom: 0; color: #505b69; font-size: 13px; line-height: 1.95; font-weight: 700; }
.price-section { padding: clamp(105px, 11vw, 175px) var(--gutter); color: var(--white); background: var(--black); }
.price-section > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.price-heading { display: grid; grid-template-columns: 0.35fr 1.6fr 0.45fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.price-heading h2 { margin: 0; font-size: clamp(43px, 4.5vw, 68px); line-height: 1.22; letter-spacing: -0.065em; }
.price-heading h2 span { display: block; }
.price-heading h2 span { white-space: nowrap; }
.price-heading > p { margin: 0; color: rgba(255,255,255,0.58); font-size: 13px; line-height: 1.9; }
.level-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.25); border-left: 1px solid rgba(255,255,255,0.25); }
.level-card { min-height: 350px; padding: 25px; border-right: 1px solid rgba(255,255,255,0.25); border-bottom: 1px solid rgba(255,255,255,0.25); }
.level-card.is-accent { color: var(--navy); background: var(--white); }
.level-card > small { color: rgba(255,255,255,0.45); font-family: var(--condensed); font-size: 9px; font-weight: 900; letter-spacing: 0.15em; }
.level-card.is-accent > small { color: #727b87; }
.level-card h3 { min-height: 68px; margin: 45px 0 26px; font-size: 19px; line-height: 1.55; }
.level-price { min-height: 85px; margin: 0 0 18px; padding-bottom: 20px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; border-bottom: 1px solid rgba(255,255,255,0.2); }
.level-card.is-accent .level-price { border-color: var(--line); }
.level-price strong { font-family: var(--condensed); font-size: clamp(31px, 3vw, 48px); line-height: 1; letter-spacing: -0.04em; }
.level-price span { font-size: 9px; font-weight: 800; }
.level-card > p:last-child { margin: 0; color: rgba(255,255,255,0.52); font-size: 11px; line-height: 1.7; }
.level-card.is-accent > p:last-child { color: #5d6672; }
.basic-plan { margin-top: 80px; display: grid; grid-template-columns: 1.25fr 0.6fr 0.6fr; border-top: 1px solid rgba(255,255,255,0.3); border-left: 1px solid rgba(255,255,255,0.3); }
.basic-plan > div { min-height: 280px; padding: 30px; border-right: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); }
.basic-plan h3 { margin: 28px 0 18px; font-size: clamp(27px, 3vw, 44px); line-height: 1.4; }
.basic-plan p { margin: 0; color: rgba(255,255,255,0.6); font-size: 12px; line-height: 2; }
.basic-plan small { display: block; margin-bottom: 35px; color: rgba(255,255,255,0.5); font-family: var(--condensed); font-size: 9px; font-weight: 900; letter-spacing: 0.15em; }
.service-price-wrap { margin-top: 90px; display: grid; grid-template-columns: 0.65fr 1fr; gap: 80px; }
.service-price-heading h3 { margin: 20px 0 0; font-size: clamp(31px, 3.5vw, 53px); line-height: 1.35; }
.service-price-heading > p:last-child { margin: 20px 0 0; color: rgba(255,255,255,0.58); font-size: 11px; line-height: 1.8; }
.option-connector { display: inline-flex; margin-top: 12px; padding: 8px 12px; color: var(--navy); background: var(--white); font-size: 10px; font-weight: 900; letter-spacing: 0.04em; }
.service-price-list { border-top: 2px solid var(--white); }
.service-price-list > div { min-height: 65px; display: grid; grid-template-columns: 43px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.22); }
.service-price-list span { color: rgba(255,255,255,0.4); font-family: var(--condensed); font-size: 8px; }
.service-price-list strong { font-size: 13px; }
.service-price-list b { font-size: 12px; }
.package-row { margin-top: 78px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.26); border-left: 1px solid rgba(255,255,255,0.26); }
.package-row > div { min-height: 245px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.26); border-bottom: 1px solid rgba(255,255,255,0.26); }
.package-row small { display: flex; align-items: baseline; gap: 9px; color: rgba(255,255,255,0.42); font-family: var(--condensed); font-size: 8px; letter-spacing: 0.15em; }
.package-row small b { color: var(--white); font-size: 15px; }
.package-row strong { margin: 35px 0 12px; font-size: 17px; line-height: 1.5; }
.package-row p { margin: 0; color: rgba(255,255,255,0.52); font-size: 11px; line-height: 1.7; }
.package-row span { margin-top: auto; padding-top: 24px; color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 800; }
.price-footer { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.price-footer p { margin: 0; color: rgba(255,255,255,0.43); font-size: 9px; }

.foryou-section { background: var(--paper); }
.foryou-head { display: grid; grid-template-columns: 0.6fr 1fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.foryou-head h2 { margin: 0; color: var(--navy); font-size: clamp(47px, 5.2vw, 79px); line-height: 1.25; letter-spacing: -0.065em; }
.foryou-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--navy); }
.foryou-list li { min-height: 72px; display: flex; align-items: center; gap: 21px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.foryou-list li:nth-child(odd) { padding-right: 35px; border-right: 1px solid var(--line); }
.foryou-list li:nth-child(even) { padding-left: 35px; }
.foryou-list span { color: #8a929c; font-family: var(--condensed); font-size: 9px; }
.foryou-answer { margin-top: 70px; padding: 50px; display: grid; grid-template-columns: 1fr 0.45fr; gap: 60px; align-items: center; color: var(--white); background: var(--navy); }
.foryou-answer strong { font-size: clamp(27px, 3.5vw, 52px); line-height: 1.45; letter-spacing: -0.05em; }
.foryou-answer p { margin: 0; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.32); color: rgba(255,255,255,0.72); font-size: 15px; line-height: 1.9; font-weight: 800; }

.contact-section { padding: clamp(105px, 11vw, 175px) var(--gutter); display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(480px, 0.95fr); gap: clamp(60px, 9vw, 140px); color: var(--white); background: linear-gradient(120deg, #07090c 0 53%, #0d1b34 53% 100%); }
.contact-section > * { width: 100%; max-width: 700px; }
.contact-intro { justify-self: end; }
.contact-intro h2 { margin: 60px 0 36px; font-size: clamp(48px, 4vw, 56px); line-height: 1.2; letter-spacing: -0.07em; }
.mobile-contact-break { display: inline; }
.contact-intro > p { margin: 0; color: rgba(255,255,255,0.63); font-size: 13px; line-height: 1.9; }
.contact-intro > strong { margin-top: 38px; padding-top: 30px; display: block; border-top: 1px solid rgba(255,255,255,0.25); font-size: 17px; line-height: 1.75; }
.contact-panel { justify-self: start; }
.contact-form, .form-complete { min-height: 780px; padding: clamp(28px, 4vw, 55px); color: var(--navy); background: var(--white); }
.form-heading { margin-bottom: 38px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.form-heading span { font-size: clamp(24px, 2.5vw, 36px); font-weight: 900; }
.form-heading small { color: #77818e; font-size: 9px; }
.contact-form label { margin-bottom: 25px; display: block; }
.contact-form label > span { margin-bottom: 8px; display: block; font-size: 11px; font-weight: 900; }
.contact-form em { margin-left: 7px; color: #747e8b; font-size: 8px; font-style: normal; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 3px; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid #aab1ba; border-radius: 0; outline: 0; font-size: 15px; }
.contact-form textarea { padding: 13px; border: 1px solid #aab1ba; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--navy); box-shadow: 0 2px 0 rgba(13,27,52,0.1); }
.contact-form .privacy-check { margin: 28px 0; display: flex; align-items: center; gap: 11px; cursor: pointer; }
.privacy-check input { width: 20px; height: 20px; margin: 0; accent-color: var(--navy); }
.contact-form .privacy-check span { margin: 0; font-size: 10px; }
.form-submit { width: 100%; }
.form-complete { display: flex; flex-direction: column; justify-content: center; text-align: center; }
.form-complete > small { color: #7b8490; font-family: var(--condensed); font-size: 10px; font-weight: 900; letter-spacing: 0.2em; }
.form-complete h3 { margin: 38px 0 26px; font-size: clamp(30px, 3.5vw, 50px); line-height: 1.4; }
.form-complete > p { margin: 0; color: #4f5966; font-size: 14px; line-height: 1.9; }
.form-complete .preview-note { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); color: #7b8490; font-size: 10px; }
.text-button { margin: 35px auto 0; padding: 8px 0; border: 0; border-bottom: 1px solid var(--navy); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }

.site-footer { padding: 75px var(--gutter) 30px; color: var(--white); background: #05070a; }
.site-footer > * { width: min(100%, var(--max)); margin-left: auto; margin-right: auto; }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 0.6fr 1fr 0.7fr; gap: 50px; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.2); }
.footer-logo { width: min(100%, 270px); }
.footer-logo img { width: 100%; height: auto; }
.footer-main p { margin: 0; color: rgba(255,255,255,0.5); font-size: 11px; }
.footer-main strong { justify-self: end; font-family: var(--condensed); font-size: 13px; line-height: 1.25; letter-spacing: 0.12em; text-align: right; }
.footer-nav { padding: 45px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px 30px; border-bottom: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.65); font-size: 10px; }
.footer-nav a { color: var(--white); font-weight: 800; }
.footer-nav span { opacity: 0.68; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-bottom span { font-size: 13px; font-weight: 900; }
.footer-bottom small { color: rgba(255,255,255,0.4); font-family: var(--condensed); font-size: 8px; letter-spacing: 0.16em; }

@media (max-width: 1220px) {
  .global-nav { gap: 14px; font-size: 10px; }
  .site-logo { width: 195px; }
  .hero { background-position: center bottom; background-size: contain; }
  .method-list { grid-template-columns: repeat(3, 1fr); }
  .method-list li { min-height: 325px; }
  .method-list h3 { margin-top: 75px; }
  .keyword-rail { grid-template-columns: repeat(3, 1fr); }
  .level-grid, .package-row { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1650px) {
  .hero { background-size: auto calc(100% - 82px); }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .site-logo { width: 205px; position: relative; z-index: 203; }
  .menu-button { display: block; position: relative; z-index: 203; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 202; inset: 0; width: 100vw; height: 100dvh; padding: 110px var(--gutter) 45px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: var(--white); background: var(--navy); transform: translateX(100%); visibility: hidden; transition: transform 0.32s cubic-bezier(.16,1,.3,1), visibility 0.32s; }
  .global-nav.is-open { transform: translateX(0); visibility: visible; }
  .global-nav > a, .global-nav .nav-contact { width: 100%; height: auto; padding: 17px 0; color: var(--white); background: transparent; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 17px; }
  .global-nav > a::before { display: none; }
  .global-nav .nav-contact { margin-top: 20px; justify-content: space-between; }
  .hero { min-height: 860px; background-position: center bottom; background-size: contain; }
  .hero-inner { min-height: 860px; padding-top: 122px; }
  .hero-stamp { display: none; }
  .who-grid, .vision-inner, .why-grid, .service-price-wrap { grid-template-columns: 1fr; }
  .who-grid { gap: 45px; }
  .who-copy { max-width: 680px; padding-top: 0; }
  .vision-inner h2 { max-width: 800px; }
  .vision-copy { max-width: 620px; }
  .split-heading, .services-head, .price-heading, .foryou-head { grid-template-columns: 1fr; gap: 35px; align-items: start; }
  .service-row { grid-template-columns: 45px minmax(190px, 0.55fr) 1fr 42px; }
  .basic-plan { grid-template-columns: 1fr 1fr; }
  .basic-plan > div:first-child { grid-column: 1 / -1; }
  .service-price-wrap { gap: 45px; }
  .contact-section { grid-template-columns: 1fr; background: var(--black); }
  .contact-section > * { max-width: var(--max); justify-self: stretch; }
  .contact-intro { max-width: 700px; }
  .contact-panel { max-width: 800px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main strong { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; }
  .site-header { height: 66px; }
  .header-inner { padding: 0 15px; }
  .site-logo { width: 178px; }
  .menu-button { width: 42px; }
  .hero { min-height: 810px; background-position: 61% bottom; background-size: auto calc(100% - 66px); }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.33) 72%, rgba(0,0,0,0.76) 100%), linear-gradient(90deg, rgba(0,0,0,0.55), transparent 82%); }
  .hero-inner { min-height: 810px; padding: 115px 20px 70px; justify-content: flex-start; }
  .hero-kicker { margin-bottom: 20px; padding: 7px 9px; font-size: 10px; }
  .hero h1 { font-size: clamp(45px, 14.2vw, 61px); line-height: 1.11; letter-spacing: -0.08em; }
  .hero h1 .mobile-title-break { display: block; }
  .hero-lead { margin-top: 27px; font-size: 15px; line-height: 1.7; }
  .hero-detail { max-width: 350px; margin-top: 18px; font-size: 10px; line-height: 1.75; }
  .desktop-only { display: none; }
  .hero-actions { margin-top: 25px; flex-direction: column; align-items: stretch; gap: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-price { margin-top: 15px; }
  .hero-scroll { display: none; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-index span { font-size: 15px; }
  .section-index::after { width: 36px; }
  .who-section > .section-index { margin-bottom: 45px; }
  .who-grid h2 { font-size: 43px; line-height: 1.25; }
  .who-copy .lead-copy { font-size: 20px; }
  .who-copy p { font-size: 13px; }
  .keyword-rail { margin-top: 58px; grid-template-columns: repeat(2, 1fr); }
  .keyword-rail span { min-height: 78px; font-size: 13px; }
  .vision-section { min-height: 860px; padding-top: 92px; padding-bottom: 92px; }
  .vision-inner { gap: 50px; }
  .vision-inner .section-index { margin-bottom: 0; }
  .vision-inner h2 { font-size: 48px; line-height: 1.25; }
  .vision-copy p { font-size: 14px; }
  .vision-copy strong { font-size: 15px; }
  .vision-backdrop { font-size: 56vw; bottom: -0.08em; }
  .split-heading { margin-bottom: 45px; }
  .split-heading h2 { font-size: 46px; line-height: 1.02; }
  .method-list { grid-template-columns: 1fr; }
  .method-list li { min-height: 245px; }
  .method-list h3 { min-height: auto; margin: 70px 0 12px; }
  .services-section, .why-section, .price-section { padding-top: 92px; }
  .services-head { margin-bottom: 45px; }
  .services-head h2, .price-heading h2 { font-size: clamp(23px, 7.2vw, 27px); }
  .service-row { min-height: 210px; padding: 22px 0; grid-template-columns: 34px 1fr 35px; gap: 13px; align-items: start; }
  .service-row:hover { padding: 22px 12px; }
  .service-row h3 { font-size: 21px; }
  .service-row p { grid-column: 2 / 4; font-size: 11px; }
  .service-row a { width: 35px; height: 35px; }
  .why-grid { gap: 60px; }
  .why-title h2 { margin-top: 45px; font-size: 55px; }
  .why-copy > p { font-size: 21px; }
  .why-copy li { font-size: 12px; }
  .price-heading { margin-bottom: 45px; }
  .level-grid, .package-row { grid-template-columns: 1fr; }
  .level-card { min-height: 290px; }
  .level-card h3 { min-height: auto; margin-top: 40px; }
  .basic-plan { margin-top: 60px; grid-template-columns: 1fr; }
  .basic-plan > div:first-child { grid-column: auto; }
  .basic-plan > div { min-height: auto; }
  .service-price-wrap { margin-top: 65px; }
  .service-price-list > div { min-height: 75px; grid-template-columns: 30px 1fr; gap: 8px 12px; padding: 10px 0; }
  .service-price-list b { grid-column: 2; color: rgba(255,255,255,0.65); }
  .package-row { margin-top: 55px; }
  .package-row > div { min-height: 215px; }
  .package-row strong { margin-top: 28px; }
  .price-footer { align-items: stretch; flex-direction: column; }
  .foryou-head { margin-bottom: 45px; }
  .foryou-head h2 { font-size: 42px; }
  .foryou-list { grid-template-columns: 1fr; }
  .foryou-list li:nth-child(odd), .foryou-list li:nth-child(even) { padding: 0; border-right: 0; }
  .foryou-answer { margin-top: 50px; padding: 30px 22px; grid-template-columns: 1fr; gap: 28px; }
  .foryou-answer strong { font-size: 29px; }
  .foryou-answer p { padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,0.32); font-size: 14px; }
  .contact-section { padding-top: 92px; padding-bottom: 92px; gap: 58px; }
  .contact-intro h2 { margin-top: 45px; font-size: 42px; }
  .mobile-contact-break { display: block; }
  .contact-form, .form-complete { min-height: 700px; padding: 28px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-heading span { font-size: 26px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .footer-logo { width: 215px; }
  .footer-main strong { grid-column: auto; grid-row: auto; justify-self: start; text-align: left; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.global-nav .nav-contact::after { content: "↗"; margin-left: 10px; }
.global-nav .nav-contact span[aria-hidden="true"] { display: none; }
.contact-error { margin: 0 0 24px; padding: 14px 16px; color: #7a1720; background: #fff0f1; border-left: 4px solid #a91d2a; font-size: 13px; line-height: 1.7; }
.privacy-check a { text-decoration: underline; text-underline-offset: 3px; }
.page-shell { min-height: 70vh; padding: clamp(135px, 14vw, 210px) var(--gutter) clamp(90px, 10vw, 150px); background: var(--paper); }
.page-shell > * { width: min(100%, 980px); margin-right: auto; margin-left: auto; }
.page-shell h1 { margin: 0 0 45px; color: var(--navy); font-size: clamp(42px, 6vw, 82px); line-height: 1.2; letter-spacing: -0.06em; }
.entry-content { color: #3f4a58; font-size: 16px; line-height: 2; }
.entry-content > * + * { margin-top: 1.5em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.posts-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-card { padding: 28px; background: var(--white); }
.post-card time { color: #77818e; font-size: 11px; }
.post-card h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(22px, 3vw, 34px); }
.post-card p { margin: 18px 0 0; color: #566170; line-height: 1.8; }
.pagination { margin-top: 45px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* 2026-08-17 PRICING SYSTEM */
.pricing-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.28);
  border-left: 1px solid rgba(255,255,255,.28);
}

.pricing-overview-card {
  min-height: 315px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background: rgba(13,27,52,.32);
  border-right: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.pricing-overview-card:hover,
.pricing-overview-card:focus-visible {
  color: var(--white);
  background: rgba(13,27,52,.78);
  transform: translateY(-3px);
}

.pricing-overview-card small,
.pricing-kicker {
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.pricing-overview-card small { width: auto; padding: 9px 12px 8px; align-self: flex-start; color: var(--white); background: rgba(255,255,255,.08); border-left: 3px solid var(--white); font-size: 14px; line-height: 1; letter-spacing: .11em; }
.pricing-overview-card h3 { margin: 34px 0 20px; font-size: 23px; line-height: 1.45; }
.pricing-overview-price { margin: 0 0 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.2); }
.pricing-overview-price span { margin-right: 7px; font-size: 10px; font-weight: 800; }
.pricing-overview-price strong { font-family: var(--condensed); font-size: clamp(32px,3.2vw,50px); line-height: 1; letter-spacing: -.04em; }
.pricing-overview-card > span { color: rgba(255,255,255,.66); font-size: 12px; font-weight: 800; line-height: 1.7; }
.pricing-overview-card b { margin-top: auto; align-self: flex-end; font-size: 21px; }
.price-heading > p span { display: block; }
.price-detail-link { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.price-detail-link p { margin: 0; color: rgba(255,255,255,.46); font-size: 10px; }

.page-id-19 { overflow-x: clip; }
.page-id-19 .page-shell { padding-bottom: 0; overflow-x: clip; }
.page-id-19 .page-shell > * { width: min(100%, 1180px); }
.page-id-19 .entry-content { color: #303b49; font-size: 14px; line-height: 1.85; }
.page-id-19 .entry-content > * + * { margin-top: 0; }
.pricing-detail a { text-decoration: none; }
.pricing-detail ul { margin: 0; padding: 0; list-style: none; }
.pricing-detail li { position: relative; padding-left: 18px; }
.pricing-detail li::before { content: ""; position: absolute; top: .82em; left: 0; width: 6px; height: 2px; background: currentColor; }
.pricing-detail section,
.pricing-choice,
.pricing-contact { scroll-margin-top: 105px; }

.pricing-detail-intro { padding: 35px 0 110px; }
.pricing-kicker { margin: 0 0 24px; color: #73808f; }
.pricing-detail-intro > .pricing-kicker { color: var(--navy); font-size: 13px; letter-spacing: .13em; }
.pricing-detail-intro h2,
.pricing-choice h2 { margin: 0; color: var(--navy); font-size: clamp(40px,5.5vw,74px); line-height: 1.18; letter-spacing: -.065em; }
.pricing-detail-intro h2 span,
.pricing-choice h2 span { display: block; }
.pricing-intro-copy { margin: 32px 0 0; color: #526070; font-size: 16px; font-weight: 700; line-height: 1.9; }
.pricing-route { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--navy); border-left: 1px solid var(--line); }
.pricing-route a { min-height: 275px; padding: 25px; display: flex; flex-direction: column; color: var(--navy); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-route small { width: auto; padding: 8px 11px 7px; align-self: flex-start; color: var(--white); background: var(--navy); border-left: 3px solid #8f9aaa; font-family: var(--condensed); font-size: 14px; font-weight: 900; line-height: 1; letter-spacing: .11em; }
.pricing-route strong { margin: 30px 0 14px; font-size: 19px; }
.pricing-route span:not(.pricing-route-price) { margin-top: 10px; color: #667382; font-size: 12px; font-weight: 700; }
.pricing-route .pricing-route-price { color: var(--navy); font-family: var(--condensed); font-size: clamp(25px,2.5vw,37px); font-weight: 900; letter-spacing: -.03em; }
.pricing-route b { margin-top: auto; align-self: flex-end; font-size: 18px; }
.pricing-tax { margin: 15px 0 0; color: #818a96; font-size: 10px; text-align: right; }

.pricing-block { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: clamp(90px,9vw,145px) max(var(--gutter), calc((100vw - 1180px)/2)); }
.pricing-basic { color: var(--white); background: var(--navy); }
.pricing-options { color: var(--navy); background: #e9e9e7; }
.pricing-block-head { display: grid; grid-template-columns: 1.25fr auto; gap: 60px; align-items: end; }
.pricing-block-head h2 { margin: 0; color: inherit; font-size: clamp(40px,5.5vw,72px); line-height: 1.2; letter-spacing: -.065em; }
.pricing-block-head > div > p:last-child { margin: 22px 0 0; color: inherit; opacity: .7; font-size: 14px; font-weight: 700; line-height: 1.9; }
.pricing-block .pricing-kicker { width: auto; padding: 9px 12px 8px; display: inline-flex; color: var(--navy); background: var(--white); border-left: 3px solid #8f9aaa; font-size: 14px; line-height: 1; letter-spacing: .11em; }
.detail-price { margin: 0; display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.detail-price strong { font-family: var(--condensed); font-size: clamp(54px,7vw,96px); line-height: .9; letter-spacing: -.05em; }
.detail-price span { font-size: 12px; font-weight: 900; }
.pricing-role { margin-top: 60px; padding: 24px 28px; display: flex; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,255,255,.26); }
.pricing-role strong { font-size: 17px; }
.pricing-role span { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.pricing-info-grid { margin-top: 38px; display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.pricing-info-card { padding: 30px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.pricing-info-card h3 { margin: 0 0 28px; color: inherit; font-size: 18px; }
.pricing-info-card li { margin-top: 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; line-height: 1.75; }

.pricing-options .pricing-kicker { color: var(--white); background: var(--navy); border-left-color: var(--white); }
.option-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.option-card { padding: 32px; color: #2d3948; background: var(--white); border-top: 4px solid var(--navy); }
.option-card header { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 7px 20px; }
.option-card header small { grid-column: 1 / -1; color: #788492; font-family: var(--condensed); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.option-card h3 { margin: 0; color: var(--navy); font-size: 23px; line-height: 1.45; }
.option-card header > strong { color: var(--navy); font-size: 15px; white-space: nowrap; }
.option-card > p { min-height: 58px; margin: 25px 0 0; color: #5c6877; font-size: 12px; font-weight: 700; line-height: 1.8; }
.option-details { margin-top: 24px; padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid var(--line); }
.option-details h4 { margin: 0 0 12px; color: var(--navy); font-size: 11px; letter-spacing: .04em; }
.option-details h4:not(:first-child) { margin-top: 24px; }
.option-details li,
.option-details p { margin: 7px 0 0; color: #677382; font-size: 11px; font-weight: 700; line-height: 1.75; }
.option-details p strong { color: var(--navy); }

.pricing-choice { padding: clamp(90px,9vw,140px) 0; text-align: center; }
.pricing-choice .pricing-kicker { margin-bottom: 20px; }
.pricing-choice p:last-child { max-width: 720px; margin: 32px auto 0; color: #5d6978; font-weight: 700; }

.pricing-full { color: var(--white); background: #080b10; }
.pricing-full .pricing-kicker { color: var(--navy); }
.full-copy { margin-top: 35px !important; color: var(--white) !important; opacity: 1 !important; font-size: clamp(30px,4vw,52px) !important; line-height: 1.35 !important; }
.full-lead { max-width: 880px; margin: 58px 0 0; color: rgba(255,255,255,.72); font-size: 15px; font-weight: 700; line-height: 2; }
.full-grid { grid-template-columns: 1fr; }
.full-note { margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: 11px; }

.pricing-contact { margin: 0 calc(50% - 50vw); padding: clamp(85px,9vw,130px) max(var(--gutter), calc((100vw - 1180px)/2)); display: flex; justify-content: space-between; align-items: end; gap: 50px; color: var(--navy); background: var(--white); }
.pricing-contact h2 { margin: 0; color: var(--navy); font-size: clamp(35px,4.5vw,62px); line-height: 1.3; letter-spacing: -.055em; }
.pricing-contact h2 span { display: block; }
.pricing-contact p:not(.pricing-kicker) { margin: 20px 0 0; color: #697584; font-weight: 700; }

/* Hero copy: one line on desktop and two deliberate lines on mobile */
.hero-lead-compact span { display: inline; }
.hero-lead-compact span + span::before { content: " "; }

@media (max-width: 680px) {
  .hero-lead-compact span { display: block; }
  .hero-lead-compact span + span::before { content: none; }
}
.pricing-contact .button { min-width: 255px; text-decoration: none; }

@media (max-width: 980px) {
  .pricing-overview { grid-template-columns: 1fr; }
  .pricing-overview-card { min-height: 240px; }
  .pricing-overview-card h3 { margin-top: 32px; }
  .pricing-route { grid-template-columns: 1fr; }
  .pricing-route a { min-height: 220px; }
  .pricing-block-head { grid-template-columns: 1fr; }
  .pricing-info-grid { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr; }
  .pricing-contact { align-items: stretch; flex-direction: column; }
}

@media (max-width: 680px) {
  .price-section .price-heading h2 { font-size: clamp(29px,8.7vw,36px); line-height: 1.35; letter-spacing: -.055em; }
  .price-section .price-heading h2 span { white-space: normal; word-break: normal; overflow-wrap: anywhere; }
  .price-heading > p span { display: inline; }
  .price-heading > p span + span::before { content: "　"; }
  .pricing-overview-card { min-height: 225px; padding: 24px 21px; }
  .pricing-overview-card h3 { font-size: 20px; }
  .pricing-overview-price strong { font-size: 38px; }
  .price-detail-link { align-items: stretch; flex-direction: column; }
  .page-id-19 .page-shell { padding-top: 115px; }
  .page-id-19 .page-shell h1 { margin-bottom: 25px; font-size: 50px; }
  .pricing-detail-intro { padding: 25px 0 80px; }
  .pricing-detail-intro h2,
  .pricing-choice h2 { font-size: clamp(30px,8vw,40px); line-height: 1.28; }
  .pricing-intro-copy { font-size: 14px; }
  .pricing-route { margin-top: 44px; }
  .pricing-route a { min-height: 205px; padding: 22px; }
  .pricing-route strong { margin-top: 28px; }
  .pricing-route .pricing-route-price { font-size: 32px; }
  .pricing-block { padding-top: 82px; padding-bottom: 82px; }
  .pricing-block-head { gap: 42px; }
  .pricing-block-head h2 { font-size: 39px; }
  .detail-price { white-space: normal; flex-wrap: wrap; }
  .detail-price strong { font-size: 57px; }
  .pricing-role { margin-top: 42px; padding: 21px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .pricing-role strong { font-size: 15px; }
  .pricing-info-card { padding: 25px 22px; }
  .option-grid { margin-top: 45px; }
  .option-card { padding: 26px 21px; }
  .option-card header { grid-template-columns: 1fr; }
  .option-card h3 { font-size: 21px; }
  .option-card header > strong { white-space: normal; }
  .option-card > p { min-height: 0; }
  .option-details { grid-template-columns: 1fr; gap: 24px; }
  .pricing-choice { text-align: left; }
  .pricing-choice p:last-child { margin-left: 0; }
  .full-copy { font-size: 34px !important; }
  .full-lead { font-size: 13px; }
  .pricing-contact h2 { font-size: clamp(28px,8vw,36px); }
  .pricing-contact .button { width: 100%; min-width: 0; }
}

/* Top page: section 04 flow guide and controlled mobile headings */
.method-flow-guide {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}
.method-flow-guide small {
  color: #7d8794;
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.method-flow-guide p {
  margin: 15px 0 0;
  color: var(--navy);
  font-size: clamp(22px, 2.6vw, 35px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -.035em;
}
.method-flow-guide .button { min-width: 250px; }
.foryou-head h2 span { display: block; }

@media (max-width: 680px) {
  .method-flow-guide {
    padding: 30px 0;
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }
  .method-flow-guide p { font-size: 22px; }
  .method-flow-guide .button { width: 100%; min-width: 0; }
  .services-head h2 span { white-space: nowrap; }
  .price-section #price-title {
    font-size: clamp(21px, 6.2vw, 28px);
    line-height: 1.42;
    letter-spacing: -.045em;
  }
  .price-section #price-title span {
    white-space: nowrap;
    overflow-wrap: normal;
  }
  .foryou-head h2 {
    font-size: clamp(22px, 6.4vw, 29px);
    line-height: 1.42;
    letter-spacing: -.045em;
  }
  .foryou-head h2 span { white-space: nowrap; }
}

/* 2026-08-17 MOBILE COPY TUNING */
.mobile-company-break { display: none; }
@media (max-width: 680px) {
  .mobile-company-break { display: inline; }
}

/* Posts list featured images */
.post-card.has-post-thumbnail {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.post-card-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--paper);
}
.post-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-body { min-width: 0; }

@media (max-width: 680px) {
  .post-card.has-post-thumbnail {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* =========================================================
   HP AX 2.0 / PHASE 1
   All top-page rules are scoped to .ax2-home where practical.
   ========================================================= */

.home .site-header {
  color: var(--navy);
  background: rgba(246, 248, 247, 0.88);
  border-bottom-color: rgba(13, 27, 52, 0.15);
  backdrop-filter: blur(16px);
}
.home .global-nav > a::before { background: var(--navy); }
.home .global-nav .nav-contact { color: var(--white); background: var(--navy); }
.home .menu-button span { background: var(--navy); }
.site-footer .footer-logo img,
body:not(.home) .site-logo img { filter: brightness(0) invert(1); }

.ax2-home {
  --ax2-paper: #f2f0e9;
  --ax2-white: #fbfcfa;
  --ax2-steel: #9ca6ae;
  background: var(--ax2-paper);
  overflow: clip;
}
.ax2-home em { font-style: normal; }
.ax2-home h1,
.ax2-home h2,
.ax2-home h3 { text-wrap: balance; }
.ax2-home .button { min-height: 62px; font-size: 15px; }
.ax2-text-link {
  min-height: 44px;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 900;
}
.ax2-kicker,
.ax2-section-no {
  margin: 0;
  color: var(--navy);
  font-family: var(--condensed);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
}
.ax2-section-no {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ax2-section-no span { font-size: 27px; letter-spacing: 0; }
.ax2-section-no::after {
  content: "";
  width: 56px;
  height: 1px;
  background: currentColor;
  opacity: .5;
}
.ax2-section-no.light { color: var(--white); }

.ax2-hero {
  min-height: max(790px, 100svh);
  position: relative;
  color: var(--navy);
  background: #d9ecf7;
  overflow: hidden;
}
.ax2-hero-media,
.ax2-hero-wash { position: absolute; inset: 0; }
.ax2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.ax2-hero-wash {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(248,250,247,.98) 0%, rgba(248,250,247,.92) 29%, rgba(248,250,247,.58) 44%, rgba(248,250,247,.05) 65%),
    linear-gradient(0deg, rgba(13,27,52,.15), transparent 24%);
  pointer-events: none;
}
.ax2-hero-inner {
  width: min(100%, var(--max));
  min-height: max(790px, 100svh);
  margin: 0 auto;
  padding: 155px var(--gutter) 105px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ax2-hero .ax2-kicker {
  margin-bottom: 29px;
  padding: 10px 13px 9px;
  border-left: 4px solid var(--navy);
  background: rgba(255,255,255,.52);
}
.ax2-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(52px, 4.75vw, 76px);
  line-height: 1.08;
  letter-spacing: -.075em;
  font-weight: 950;
}
.ax2-hero h1 span { display: block; }
.ax2-hero-vision {
  margin: 30px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--navy);
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.55;
  font-weight: 900;
}
.ax2-hero-description {
  margin: 18px 0 0;
  color: #34465c;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 750;
}
.ax2-hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.ax2-hero-inspection { border-color: rgba(13,27,52,.2); box-shadow: 0 10px 28px rgba(13,27,52,.12); }
.ax2-hero-note {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 25px;
  color: rgba(255,255,255,.88);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.ax2-section {
  position: relative;
  padding: clamp(105px, 10vw, 168px) var(--gutter);
}
.ax2-section > * {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}
.ax2-section-head {
  margin-bottom: clamp(52px, 7vw, 92px);
  display: grid;
  grid-template-columns: .34fr 1.15fr .6fr;
  gap: 45px;
  align-items: end;
}
.ax2-section-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1.18;
  letter-spacing: -.065em;
  font-weight: 950;
}
.ax2-section-head > p:last-child {
  margin: 0;
  color: #536171;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}

.ax2-idea { background: var(--ax2-paper); }
.ax2-idea-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--navy);
  border-left: 1px solid var(--line);
}
.ax2-idea-card {
  min-height: 305px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.18);
}
.ax2-idea-card:last-child { grid-column: 1 / -1; min-height: 270px; }
.ax2-idea-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 18px solid var(--navy);
  border-left: 18px solid transparent;
}
.ax2-idea-card small {
  color: #7a8693;
  font-family: var(--condensed);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
}
.ax2-idea-card h3 {
  margin: auto 0 19px;
  color: var(--navy);
  font-size: clamp(25px, 2.6vw, 40px);
  line-height: 1.35;
  letter-spacing: -.045em;
}
.ax2-idea-card p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #4e5d6d;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 800;
}

.ax2-problem {
  color: var(--white);
  background: #07090c;
}
.ax2-problem::before {
  content: "PROBLEM";
  position: absolute;
  right: -.03em;
  top: .1em;
  color: rgba(255,255,255,.025);
  font-family: var(--condensed);
  font-size: min(23vw, 340px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
}
.ax2-problem-title { position: relative; z-index: 1; }
.ax2-problem-title h2 {
  max-width: 1230px;
  margin: 55px 0 0;
  font-size: clamp(44px, 5.5vw, 86px);
  line-height: 1.25;
  letter-spacing: -.07em;
}
.ax2-problem-title h2 em { color: #8fb9d3; }
.ax2-problem-grid {
  margin-top: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(70px, 9vw, 140px);
  align-items: end;
}
.ax2-problem-lines { border-top: 1px solid rgba(255,255,255,.35); }
.ax2-problem-lines p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}
.ax2-problem-answer {
  min-height: 480px;
  padding: clamp(30px, 4vw, 58px);
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,.28);
  background: var(--navy);
  overflow: hidden;
}
.ax2-problem-answer img {
  width: min(56%, 320px);
  position: absolute;
  top: 8%;
  right: -2%;
  opacity: .12;
  filter: brightness(0) invert(1);
}
.ax2-problem-answer strong {
  position: relative;
  font-size: clamp(31px, 3.8vw, 57px);
  line-height: 1.35;
  letter-spacing: -.06em;
}

.ax2-abe { background: var(--ax2-white); overflow: hidden; }
.ax2-abe-sign {
  width: auto;
  position: absolute;
  right: -.08em;
  bottom: -.19em;
  color: rgba(13,27,52,.035);
  font-family: var(--condensed);
  font-size: min(42vw, 660px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
}
.ax2-abe-heading { position: relative; z-index: 1; }
.ax2-abe-heading h2 {
  margin: 53px 0 0;
  color: var(--navy);
  font-size: clamp(44px, 5.5vw, 84px);
  line-height: 1.22;
  letter-spacing: -.07em;
}
.ax2-abe-heading h2 em { color: #758696; }
.ax2-operator .ax2-abe-sign { bottom: -.06em; font-size: min(20vw, 310px); }
.ax2-operator-source {
  margin: 30px 0 0;
  color: #4f5e6c;
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.5;
  font-weight: 900;
}
.ax2-operator-grid {
  margin-top: clamp(65px, 7vw, 105px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .67fr) minmax(0, 1.15fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: start;
}
.ax2-operator-photo { width: 100%; max-width: 420px; margin: 0; border-top: 3px solid var(--navy); background: #e7e7e4; }
.ax2-operator-photo img { display: block; width: 100%; height: auto; aspect-ratio: 872 / 722; }
.ax2-operator-photo figcaption { padding: 21px 23px; display: flex; align-items: flex-start; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-top: 0; }
.ax2-operator-photo figcaption strong { color: var(--navy); font-size: 24px; }
.ax2-operator-photo figcaption span { color: #5f6b78; font-size: 16px; font-weight: 800; }
.ax2-abe-grid {
  margin-top: clamp(70px, 8vw, 115px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(70px, 10vw, 155px);
}
.ax2-abe-message p {
  margin: 0 0 24px;
  color: #4f5e6c;
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
}
.ax2-operator-roles { margin-top: 38px; border-top: 2px solid var(--navy); }
.ax2-operator-roles p { margin: 0; padding: 20px 0; display: grid; grid-template-columns: minmax(150px,.55fr) 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.ax2-operator-roles b { color: var(--navy); font-size: 15px; }
.ax2-operator-roles span { color: #4f5e6c; font-size: 15px; font-weight: 800; }
.ax2-operator > .ax2-abe-facts { margin-top: clamp(60px, 7vw, 95px); position: relative; z-index: 1; }
.ax2-abe-message strong {
  margin: 45px 0 25px;
  display: block;
  color: var(--navy);
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1.5;
  letter-spacing: -.045em;
}
.ax2-abe-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--navy);
  border-left: 1px solid var(--line);
}
.ax2-abe-facts div {
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ax2-abe-facts strong {
  color: var(--navy);
  font-size: clamp(21px, 2.1vw, 32px);
  line-height: 1.3;
}
.ax2-abe-facts span { color: #65717f; font-size: 14px; font-weight: 800; line-height: 1.6; }
.ax2-abe-conclusion {
  margin-top: clamp(75px, 8vw, 120px);
  padding-top: 45px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  border-top: 3px solid var(--navy);
}
.ax2-abe-conclusion h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4.6vw, 69px);
  line-height: 1.35;
  letter-spacing: -.06em;
}

.ax2-lab { background: #e2e3df; }
.ax2-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--navy);
  border-left: 1px solid var(--line);
}
.ax2-lab-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ax2-white);
}
.ax2-lab-thumb {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255,255,255,.75);
  background: var(--navy);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}
.ax2-lab-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.ax2-lab-card:hover .ax2-lab-thumb img { transform: scale(1.025); }
.ax2-lab-body { padding: clamp(25px, 3.5vw, 45px); }
.ax2-lab-body time { color: #788390; font-family: var(--condensed); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.ax2-lab-body h3 {
  margin: 17px 0 0;
  color: var(--navy);
  font-size: clamp(23px, 2.4vw, 36px);
  line-height: 1.5;
  letter-spacing: -.04em;
}
.ax2-lab-body p { margin: 24px 0 0; color: #586674; font-size: 12px; line-height: 1.9; }
.ax2-section-cta { margin-top: 45px; font-size: 15px; }

.ax2-your-company { color: var(--white); background: var(--navy); }
.ax2-your-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 0 58%, rgba(255,255,255,.055) 58% 66%, transparent 66%);
}
.ax2-your-company > * { position: relative; z-index: 1; }
.ax2-your-company-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1.15fr .72fr;
  gap: clamp(75px, 10vw, 155px);
}
.ax2-your-company h2 {
  margin: 0;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 1.2;
  letter-spacing: -.075em;
}
.ax2-your-company h2 em { color: #a8d0e8; }
.ax2-your-company-grid > div { padding-top: 20px; }
.ax2-your-company-grid p { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 2; font-weight: 700; }
.ax2-your-company-grid p strong { color: var(--white); }
.ax2-your-company-cta {
  margin-top: clamp(75px, 9vw, 130px);
  padding-top: 44px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  border-top: 2px solid rgba(255,255,255,.58);
}
.ax2-your-company-cta strong { font-size: clamp(37px, 4.5vw, 70px); line-height: 1.35; letter-spacing: -.06em; }
.ax2-your-company-cta .button { min-width: 245px; }

.ax2-ai {
  background-color: var(--ax2-white);
  background-image:
    linear-gradient(rgba(13,27,52,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,27,52,.055) 1px, transparent 1px);
  background-size: 36px 36px;
}
.ax2-ai-heading { display: grid; grid-template-columns: .34fr 1.65fr; gap: 45px; align-items: start; }
.ax2-ai-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(47px, 5.7vw, 88px);
  line-height: 1.22;
  letter-spacing: -.07em;
}
.ax2-ai-copy {
  margin-top: 60px;
  padding: 35px 0 0 calc(34% + 45px);
  border-top: 2px solid var(--navy);
}
.ax2-ai-copy p { max-width: 760px; margin: 0 0 18px; color: #566575; font-size: 17px; line-height: 1.95; font-weight: 700; }
.ax2-ai-questions { margin-top: 60px; border-top: 1px solid var(--line); }
.ax2-ai-questions p {
  margin: 0;
  padding: 27px 30px;
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 7px solid var(--navy);
  color: var(--navy);
  background: rgba(255,255,255,.78);
  font-size: clamp(21px, 2.5vw, 37px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -.03em;
}
.ax2-ai-questions p > .ax2-ai-number { min-width: 46px; margin-right: 22px; display: inline-flex; color: #7a8795; font-family: var(--condensed); font-size: 14px; letter-spacing: .1em; }
.ax2-ai-note {
  margin-top: 55px;
  color: var(--navy);
  font-size: clamp(25px, 3vw, 45px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: -.045em;
}

.ax2-case { color: var(--white); background: #090c11; }
.ax2-case .ax2-section-head h2 { color: var(--white); }
.ax2-case .ax2-section-head > p:last-child { color: rgba(255,255,255,.62); }
.ax2-case-heading-copy h2 { color: var(--white); }
.ax2-case-heading-copy h3 { margin: 25px 0 0; color: #8fb9d3; font-size: clamp(21px, 2.1vw, 31px); line-height: 1.45; letter-spacing: -.035em; }
.ax2-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.34); border-left: 1px solid rgba(255,255,255,.24); }
.ax2-case-card { padding: clamp(28px, 4vw, 54px); border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.ax2-case-card > small { padding: 9px 12px; display: inline-flex; color: var(--navy); background: var(--white); border-left: 4px solid #8fb9d3; font-size: 13px; font-weight: 900; }
.ax2-case-card h3 { min-height: 110px; margin: 35px 0 30px; font-size: clamp(29px, 3.1vw, 47px); line-height: 1.4; letter-spacing: -.05em; }
.ax2-case-card dl { margin: 0; border-top: 1px solid rgba(255,255,255,.25); }
.ax2-case-card dl > div { padding: 17px 0; display: grid; grid-template-columns: 125px 1fr; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.17); }
.ax2-case-card dt { color: #a9bdcd; font-size: 13px; font-weight: 900; }
.ax2-case-card dd { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; font-weight: 700; }

.ax2-service { background: var(--ax2-paper); }
.ax2-service-stack { border-top: 2px solid var(--navy); }
.ax2-service-row {
  min-height: 146px;
  display: grid;
  grid-template-columns: 55px minmax(220px, .55fr) minmax(360px, 1fr) 50px;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding .22s, color .22s, background .22s;
}
.ax2-service-row:hover { padding: 0 20px; color: var(--white); background: var(--navy); }
.ax2-service-row > span { color: #6e7c8a; font-family: var(--condensed); font-size: 14px; font-weight: 900; }
.ax2-service-row h3 { margin: 0; color: var(--navy); font-size: clamp(22px, 2.2vw, 31px); }
.ax2-service-row p { margin: 0; color: #526171; font-size: 15px; line-height: 1.9; font-weight: 700; }
.ax2-service-row a { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--navy); font-weight: 900; }
.ax2-service-row:hover > span,
.ax2-service-row:hover h3,
.ax2-service-row:hover p { color: var(--white); }
.ax2-service-row:hover a { border-color: var(--white); }

.ax2-price { color: var(--white); background: #07090c; }
.ax2-price .ax2-section-head h2 { color: var(--white); }
.ax2-price .ax2-section-head > p:last-child { color: rgba(255,255,255,.62); }
.ax2-pricing-overview { width: min(100%, var(--max)); }
.ax2-price-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ax2-price-footer > span { color: rgba(255,255,255,.58); font-size: 12px; }
.ax2-price .pricing-overview-card > span { font-size: 15px; }

.ax2-contact {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(470px, .95fr);
  gap: clamp(65px, 9vw, 145px);
  color: var(--white);
  background: linear-gradient(120deg, #07101d 0 51%, #0d1b34 51% 100%);
}
.ax2-contact > * { width: 100%; max-width: 700px; }
.ax2-contact-intro { justify-self: end; }
.ax2-contact-intro h2 {
  margin: 60px 0 40px;
  font-size: clamp(47px, 5vw, 78px);
  line-height: 1.3;
  letter-spacing: -.065em;
}
.ax2-contact-intro h2 span { display: block; }
.ax2-contact-intro > p { margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.95; font-weight: 700; }
.ax2-contact-panel { justify-self: start; }
.ax2-contact .contact-form,
.ax2-contact .form-complete { min-height: 760px; }

/* Recruiting inspection landing page */
.inspection-page {
  --inspection-paper: #f2f0e9;
  --inspection-white: #fbfcfa;
  color: var(--navy);
  background: var(--inspection-paper);
  overflow: clip;
}
.inspection-page .button { min-height: 64px; font-size: 15px; }
.inspection-kicker,
.inspection-no { margin: 0; font-family: var(--condensed); font-size: 13px; line-height: 1; font-weight: 900; letter-spacing: .18em; }
.inspection-no { display: flex; align-items: center; gap: 14px; }
.inspection-no span { font-size: 27px; letter-spacing: 0; }
.inspection-no::after { content: ""; width: 56px; height: 1px; background: currentColor; opacity: .5; }
.inspection-no.light { color: var(--white); }
.inspection-hero {
  min-height: max(760px,100svh);
  padding: 150px var(--gutter) 100px;
  position: relative;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(130deg, transparent 0 57%, rgba(255,255,255,.055) 57% 65%, transparent 65%),
    var(--navy);
  overflow: hidden;
}
.inspection-hero::before { content: "INSPECTION"; position: absolute; right: -.04em; bottom: -.13em; color: rgba(255,255,255,.025); font-family: var(--condensed); font-size: min(25vw,390px); line-height: .9; font-weight: 900; letter-spacing: -.06em; }
.inspection-hero-inner { width: min(100%,var(--max)); margin: auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(65px,9vw,145px); align-items: center; }
.inspection-hero h1 { margin: 40px 0 0; font-size: clamp(58px,7vw,108px); line-height: 1.12; letter-spacing: -.075em; }
.inspection-hero h2 { margin: 45px 0 0; padding-top: 30px; border-top: 2px solid rgba(255,255,255,.35); font-size: clamp(23px,2.4vw,36px); line-height: 1.55; }
.inspection-hero-copy { padding: 40px; border: 1px solid rgba(255,255,255,.25); background: rgba(5,13,25,.35); }
.inspection-hero-copy p { margin: 0 0 23px; color: rgba(255,255,255,.73); font-size: 16px; line-height: 2; font-weight: 700; }
.inspection-hero-copy > strong { margin: 32px 0 22px; padding-top: 28px; display: block; border-top: 1px solid rgba(255,255,255,.28); color: var(--white); font-size: clamp(23px,2.4vw,34px); line-height: 1.55; }
.inspection-hero-copy .button { margin-top: 15px; width: 100%; }
.inspection-hero-index { position: absolute; right: 24px; bottom: 23px; color: rgba(255,255,255,.55); font-family: var(--condensed); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.inspection-section { padding: clamp(100px,10vw,165px) var(--gutter); position: relative; }
.inspection-section > * { width: min(100%,var(--max)); margin-right: auto; margin-left: auto; }
.inspection-section-head { margin-bottom: clamp(55px,7vw,92px); display: grid; grid-template-columns: .34fr 1.15fr .6fr; gap: 45px; align-items: end; }
.inspection-section-head h2 { margin: 0; color: var(--navy); font-size: clamp(46px,5.1vw,79px); line-height: 1.2; letter-spacing: -.065em; }
.inspection-section-head > p:last-child { margin: 0; color: #536171; font-size: 17px; line-height: 1.9; font-weight: 700; }
.inspection-section-head.light h2 { color: var(--white); }
.inspection-section-head.light > p:last-child { color: rgba(255,255,255,.68); }
.inspection-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 2px solid var(--navy); border-left: 1px solid var(--line); }
.inspection-card { min-height: 160px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; gap: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.27); }
.inspection-card small { color: #778491; font-family: var(--condensed); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.inspection-card strong { font-size: clamp(18px,1.6vw,24px); line-height: 1.5; }
.inspection-assets { color: var(--white); background: #07090c; }
.inspection-assets::before { content: "ASSET"; position: absolute; right: -.02em; bottom: -.2em; color: rgba(255,255,255,.03); font-family: var(--condensed); font-size: min(34vw,540px); line-height: 1; font-weight: 900; }
.inspection-assets-grid { position: relative; display: grid; grid-template-columns: .82fr 1fr; gap: clamp(60px,9vw,135px); align-items: start; }
.inspection-assets-word { padding: 45px; border: 1px solid rgba(255,255,255,.25); background: var(--navy); }
.inspection-assets-word span { display: block; color: rgba(255,255,255,.6); font-size: 15px; font-weight: 800; }
.inspection-assets-word strong { margin: 25px 0; display: block; font-size: clamp(58px,7vw,102px); line-height: 1; letter-spacing: -.07em; }
.inspection-assets-word p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; font-weight: 700; }
.inspection-assets-grid ul { list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.inspection-assets-grid li { min-height: 69px; padding: 15px 0; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-size: 16px; font-weight: 800; }
.inspection-assessment { list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 2px solid var(--navy); border-left: 1px solid var(--line); }
.inspection-assessment li { min-height: 105px; padding: 25px; display: flex; align-items: center; gap: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--inspection-white); }
.inspection-assessment li:last-child { grid-column: 1 / -1; }
.inspection-assessment span { color: #7b8793; font-family: var(--condensed); font-size: 13px; font-weight: 900; }
.inspection-assessment strong { font-size: clamp(18px,1.75vw,26px); }
.inspection-fit { color: var(--white); background: var(--navy); }
.inspection-fit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.inspection-fit-grid > div { padding: clamp(35px,5vw,70px); border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.inspection-fit h2 { margin: 48px 0 55px; font-size: clamp(38px,4.2vw,64px); line-height: 1.3; letter-spacing: -.06em; }
.inspection-fit ul { list-style: none; border-top: 1px solid rgba(255,255,255,.33); }
.inspection-fit li { min-height: 64px; padding: 14px 0; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 16px; font-weight: 800; }
.inspection-not-fit { color: var(--navy); background: var(--white); }
.inspection-not-fit h2 { color: var(--navy); }
.inspection-not-fit ul { border-top-color: var(--line); }
.inspection-not-fit li { border-bottom-color: var(--line); }
.inspection-not-fit > strong { margin-top: 48px; padding-top: 30px; display: block; border-top: 3px solid var(--navy); font-size: clamp(24px,2.5vw,37px); line-height: 1.55; }
.inspection-faq { background: #e2e3df; }
.inspection-faq-list { border-top: 2px solid var(--navy); }
.inspection-faq-list details { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.3); }
.inspection-faq-list summary { min-height: 93px; padding: 24px 30px; display: flex; align-items: center; gap: 25px; color: var(--navy); font-size: clamp(18px,1.8vw,27px); font-weight: 900; cursor: pointer; list-style: none; }
.inspection-faq-list summary::-webkit-details-marker { display: none; }
.inspection-faq-list summary::after { content: "+"; margin-left: auto; font-family: var(--condensed); font-size: 28px; }
.inspection-faq-list details[open] summary::after { content: "−"; }
.inspection-faq-list summary span,
.inspection-faq-list p span { color: #84919e; font-family: var(--condensed); font-size: 13px; font-weight: 900; }
.inspection-faq-list details > p { margin: 0; padding: 0 30px 30px 76px; display: flex; gap: 25px; color: #526171; font-size: 16px; line-height: 1.9; font-weight: 700; }
.inspection-final { padding: clamp(100px,10vw,165px) var(--gutter); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.62fr); gap: clamp(60px,9vw,140px); align-items: center; color: var(--white); background: #07101d; }
.inspection-final > * { width: 100%; max-width: 800px; }
.inspection-final h2 { margin: 45px 0 0; font-size: clamp(48px,5.6vw,86px); line-height: 1.23; letter-spacing: -.07em; }
.inspection-final p { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.9; font-weight: 700; }
.inspection-final strong { margin: 27px 0 22px; display: block; font-size: clamp(33px,4vw,60px); line-height: 1.25; }
.inspection-final .button { margin-top: 17px; width: 100%; }

/* The price page title previously consumed a large empty row above its intro. */
.page-id-19 .page-shell { padding-top: 120px; }
.page-id-19 .page-shell h1 { margin-bottom: 8px; }
.page-id-19 .pricing-detail-intro { padding-top: 12px; }

.has-js .ax2-home [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.has-js .inspection-page [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.has-js .inspection-page [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.has-js .ax2-home [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .ax2-section-head { grid-template-columns: .34fr 1.25fr; }
  .ax2-section-head > p:last-child { grid-column: 2; }
  .ax2-hero h1 { max-width: 690px; font-size: clamp(50px, 5.5vw, 64px); }
  .ax2-problem-grid,
  .ax2-abe-grid,
  .ax2-your-company-grid { gap: 65px; }
	.ax2-operator-grid { gap: 55px; }
  .ax2-service-row { grid-template-columns: 48px minmax(190px, .55fr) 1fr 44px; }
}

@media (max-width: 980px) {
  .home .global-nav {
    color: var(--white);
    background: var(--navy);
  }
  .home .global-nav > a,
  .home .global-nav .nav-contact { color: var(--white); background: transparent; }
  .home .menu-button.is-open span { background: var(--white); }
  .ax2-section-head,
  .ax2-ai-heading { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .ax2-section-head > p:last-child { grid-column: auto; }
  .ax2-problem-grid,
  .ax2-abe-grid,
  .ax2-your-company-grid,
  .ax2-contact { grid-template-columns: 1fr; }
	.ax2-operator-grid,
	.inspection-hero-inner,
	.inspection-assets-grid,
	.inspection-final { grid-template-columns: 1fr; }
	.inspection-section-head { grid-template-columns: 1fr; gap: 34px; align-items: start; }
	.inspection-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.inspection-final { gap: 50px; }
  .ax2-abe-conclusion,
  .ax2-your-company-cta { align-items: stretch; flex-direction: column; }
  .ax2-ai-copy { padding-left: 0; }
  .ax2-contact { background: #07101d; }
  .ax2-contact > * { max-width: 800px; justify-self: stretch; }
  .ax2-contact-intro { max-width: 720px; }
}

@media (max-width: 900px) {
  .ax2-hero {
    min-height: auto;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    background: var(--ax2-paper);
  }
  .ax2-hero-media {
    width: 100%;
    position: relative;
    inset: auto;
    order: 2;
    aspect-ratio: 1.82;
  }
  .ax2-hero-media img { object-position: right center; }
  .ax2-hero-wash { display: none; }
  .ax2-hero-inner {
    min-height: auto;
    padding: 78px var(--gutter) 58px;
    order: 1;
    justify-content: flex-start;
  }
  .ax2-hero h1 { max-width: 760px; font-size: clamp(52px, 8.5vw, 75px); }
  .ax2-hero-note { bottom: 18px; }
}

@media (max-width: 760px) {
  .ax2-section { padding-top: 92px; padding-bottom: 92px; }
	.inspection-section { padding-top: 92px; padding-bottom: 92px; }
  .ax2-section-head { margin-bottom: 48px; }
  .ax2-section-head h2,
  .ax2-abe-heading h2,
  .ax2-problem-title h2,
  .ax2-ai-heading h2 { font-size: clamp(38px, 10vw, 55px); }
  .ax2-idea-grid,
  .ax2-lab-grid,
  .ax2-case-grid { grid-template-columns: 1fr; }
	.inspection-fit-grid,
	.inspection-assessment { grid-template-columns: 1fr; }
	.inspection-assessment li:last-child { grid-column: auto; }
  .ax2-idea-card:last-child { grid-column: auto; }
  .ax2-case-card h3 { min-height: 0; }
  .ax2-service-row {
    min-height: 210px;
    padding: 24px 0;
    grid-template-columns: 36px 1fr 38px;
    gap: 14px;
    align-items: start;
  }
  .ax2-service-row:hover { padding: 24px 12px; }
  .ax2-service-row p { grid-column: 2 / 4; }
  .ax2-service-row a { width: 38px; height: 38px; }
  .ax2-price-footer { align-items: stretch; flex-direction: column; }
  .ax2-price-footer .button { width: 100%; }
}

@media (max-width: 680px) {
  .home .site-logo { width: 190px; }
  .ax2-home .button { width: 100%; min-height: 58px; }
  .ax2-hero { padding-top: 66px; }
  .ax2-hero-inner { padding: 58px 20px 45px; }
  .ax2-hero .ax2-kicker { margin-bottom: 22px; font-size: 9px; }
  .ax2-hero h1 { font-size: clamp(42px, 12.2vw, 55px); line-height: 1.13; }
  .ax2-hero-vision { margin-top: 25px; font-size: 17px; }
  .ax2-hero-description { font-size: 12px; }
  .ax2-hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 16px; }
  .ax2-hero-actions .ax2-text-link { align-self: flex-start; }
  .ax2-hero-media { aspect-ratio: 1.45; }
  .ax2-section-no span { font-size: 23px; }
  .ax2-section-head h2 { line-height: 1.28; }
  .ax2-idea-card { min-height: 250px; padding: 24px 21px; }
  .ax2-idea-card h3 { font-size: 28px; }
  .ax2-problem-title h2 { margin-top: 44px; }
  .ax2-problem-grid { margin-top: 55px; gap: 55px; }
  .ax2-problem-answer { min-height: 365px; }
  .ax2-problem-answer strong { font-size: 34px; }
  .ax2-abe-heading h2 { margin-top: 44px; }
  .ax2-abe-grid { margin-top: 55px; gap: 50px; }
  .ax2-abe-facts { grid-template-columns: 1fr; }
	.ax2-operator-grid { grid-template-columns: 1fr; gap: 42px; }
	.ax2-operator-photo { max-width: 420px; }
	.ax2-operator-photo figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
	.ax2-operator-roles p { grid-template-columns: 1fr; gap: 7px; }
  .ax2-abe-facts div { min-height: 145px; }
  .ax2-abe-conclusion { margin-top: 60px; padding-top: 32px; }
  .ax2-abe-conclusion h3 { font-size: 34px; }
  .ax2-lab-body h3 { font-size: 25px; }
  .ax2-your-company-grid { margin-top: 45px; gap: 40px; }
  .ax2-your-company h2 { font-size: 47px; }
  .ax2-your-company-cta { margin-top: 60px; padding-top: 32px; }
  .ax2-your-company-cta strong { font-size: 36px; }
  .ax2-ai-copy { margin-top: 45px; }
  .ax2-ai-questions { margin-top: 45px; }
  .ax2-ai-questions p { padding: 22px 18px; border-left-width: 5px; font-size: 22px; }
  .ax2-ai-note { font-size: 27px; }
  .ax2-case-card { padding: 28px 21px; }
  .ax2-case-card dl > div { grid-template-columns: 1fr; gap: 7px; }
  .ax2-contact-intro h2 { margin-top: 45px; font-size: 45px; }
  .ax2-contact .contact-form,
  .ax2-contact .form-complete { min-height: 700px; }
	.inspection-hero { min-height: auto; padding: 125px 20px 80px; }
	.inspection-hero h1 { margin-top: 35px; font-size: 54px; }
	.inspection-hero h2 { margin-top: 35px; font-size: 24px; }
	.inspection-hero-copy { padding: 28px 22px; }
	.inspection-hero-copy p { font-size: 15px; }
	.inspection-card-grid { grid-template-columns: 1fr; }
	.inspection-card { min-height: 130px; }
	.inspection-section-head { margin-bottom: 48px; }
	.inspection-section-head h2 { font-size: 42px; }
	.inspection-assets-word { padding: 30px 23px; }
	.inspection-fit-grid > div { padding: 38px 23px; }
	.inspection-fit h2 { margin-top: 38px; font-size: 40px; }
	.inspection-faq-list summary { padding: 22px 18px; gap: 15px; }
	.inspection-faq-list details > p { padding: 0 18px 25px 52px; gap: 15px; }
	.inspection-final { padding: 92px 20px; }
	.inspection-final h2 { font-size: 44px; }
	.page-id-19 .page-shell { padding-top: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  .has-js .ax2-home [data-reveal],
  .has-js .inspection-page [data-reveal] { opacity: 1; transform: none; }
}

/* AX 2.0: solution examples, concise about, and inspection pricing. */
.ax2-anchor { position: absolute; top: 0; left: 0; width: 0; height: 0; }
.ax2-solution { background: var(--ax2-paper); }
.ax2-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--navy); border-left: 1px solid var(--line); }
.ax2-solution-card { min-width: 0; padding: clamp(24px, 2.4vw, 38px); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ax2-white); }
.ax2-solution-number { margin: 0 0 22px; font-family: var(--condensed); font-size: 16px; font-weight: 900; letter-spacing: .1em; color: #5f6b78; }
.ax2-solution-card h3 { margin: 0; min-height: 2.9em; font-size: clamp(22px, 1.8vw, 28px); line-height: 1.45; }
.ax2-solution-usual { margin: 24px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 800; }
.ax2-solution-usual span, .ax2-solution-answer > span { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 800; color: #64717f; }
.ax2-solution-answer { padding: 30px 0 26px; }
.ax2-solution-answer::before { content: "↓"; display: block; margin-bottom: 18px; font-size: 24px; color: #64717f; }
.ax2-solution-answer h4 { margin: 0; min-height: 2.9em; color: var(--navy); font-size: clamp(26px, 2.25vw, 35px); line-height: 1.45; letter-spacing: -.045em; }
.ax2-solution-flow { list-style: none; margin: 0 0 28px; }
.ax2-solution-flow li { position: relative; padding: 12px; background: #e8edf0; font-size: 17px; line-height: 1.5; font-weight: 800; text-align: center; }
.ax2-solution-flow li + li { margin-top: 25px; }
.ax2-solution-flow li + li::before { content: "↓"; position: absolute; top: -24px; left: 0; width: 100%; color: #637281; }
.ax2-solution-flow li:last-child { background: var(--navy); color: var(--white); }
.ax2-solution-assets { margin-bottom: 28px; }
.ax2-solution-assets ul { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.ax2-solution-assets li { padding: 9px 12px; border: 1px solid var(--line); font-size: 16px; line-height: 1.5; font-weight: 800; }
.ax2-solution-assets p { margin: 25px 0 18px; text-align: center; font-size: 17px; font-weight: 800; }
.ax2-solution-assets p span { display: block; margin-top: 12px; font-size: 24px; }
.ax2-solution-outlets li { background: var(--navy); color: var(--white); }
.ax2-solution-point { margin: auto 0 0; padding-top: 26px; border-top: 2px solid var(--navy); font-size: 17px; line-height: 1.8; font-weight: 700; }
.ax2-solution-point strong { color: var(--navy); font-size: 19px; font-weight: 900; }
.ax2-about .ax2-abe-heading h2 { font-size: clamp(38px, 4.6vw, 70px); }
.ax2-about-company { max-width: 1040px; margin: 34px 0 0; color: #4f5e6c; font-size: 18px; line-height: 1.9; font-weight: 700; }
.ax2-about .ax2-operator-grid { margin-top: 48px; align-items: center; }
.ax2-about .ax2-abe-message p { font-size: 18px; line-height: 1.9; }
.ax2-about .ax2-abe-message .button { margin-top: 10px; }
.ax2-ai { padding-top: clamp(72px, 7vw, 110px); padding-bottom: clamp(72px, 7vw, 110px); }
.ax2-ai-heading h2 { font-size: clamp(36px, 4.2vw, 64px); }
.ax2-ai-copy { margin-top: 35px; padding-top: 25px; }
.ax2-ai-questions { margin-top: 32px; }
.ax2-ai-questions p { padding-top: 20px; padding-bottom: 20px; font-size: clamp(20px, 2vw, 29px); }
.ax2-ai-note { margin-top: 32px; font-size: clamp(24px, 2.3vw, 35px); }
.inspection-price-note { margin: 26px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.inspection-hero-copy .inspection-price-note p { margin: 0 0 12px; color: var(--white); font-size: 17px; line-height: 1.8; }
.inspection-price-note a, .inspection-final-price a { display: inline-block; padding: 8px 0; text-decoration: underline; text-underline-offset: 5px; font-size: 17px; font-weight: 800; color: var(--white); }
.inspection-final .inspection-final-price { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.3); color: var(--white); }
@media (max-width: 1000px) {
  .ax2-solution-grid { grid-template-columns: 1fr; }
  .ax2-solution-card { padding: clamp(24px, 5vw, 42px); }
  .ax2-solution-card h3, .ax2-solution-answer h4 { min-height: 0; }
  .ax2-solution-answer h4 { font-size: clamp(28px, 4vw, 36px); }
}
@media (max-width: 680px) {
  .ax2-about-company { font-size: 17px; }
  .ax2-about .ax2-abe-message p { font-size: 17px; }
  .inspection-hero-copy .inspection-price-note p { font-size: 16px; }
}

/* Mobile readability and company-specific recruiting ideas. */
.ax2-copy-chunk { display: inline-block; max-width: 100%; vertical-align: baseline; }
.ax2-home h1, .ax2-home h2, .ax2-home h3, .ax2-home h4,
.inspection-page h1, .inspection-page h2 { text-wrap: initial; word-break: normal; line-break: strict; }
.ax2-home p, .inspection-page p { word-break: normal; line-break: strict; }
.ax2-section-no { font-size: 16px; line-height: 1.4; letter-spacing: .09em; gap: 12px; }
.ax2-section-no span { flex-shrink: 0; }
.ax2-section-no::after { flex-shrink: 1; }
.ax2-hero-lead, .ax2-hero-details { display: contents; }
.ax2-hero h1 .ax2-hero-phrase { display: inline; }
.ax2-solution .ax2-section-head { margin-bottom: 32px; }
.ax2-solution-intro { margin-top: 0; margin-bottom: 34px; color: #526171; font-size: 16px; line-height: 1.8; }
.ax2-solution-card h3 { min-height: 4.05em; color: var(--navy); font-size: clamp(26px, 2.35vw, 36px); line-height: 1.35; letter-spacing: -.04em; }
.ax2-solution-number { min-height: 3em; line-height: 1.5; letter-spacing: .035em; }
.ax2-project-asset { margin: 24px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.7; font-weight: 800; }
.ax2-project-asset > span { display: block; margin-bottom: 8px; color: #637181; font-size: 15px; }
.ax2-project-copy { margin: 25px 0; min-height: 10em; color: #4f5e6c; font-size: 17px; line-height: 1.9; font-weight: 700; }
.ax2-project-steps { margin: 0 0 28px; list-style: none; border-top: 1px solid var(--line); }
.ax2-project-steps li { display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ax2-project-steps li > span { color: #637181; font-size: 15px; font-weight: 900; }
.ax2-project-steps p { margin: 0; font-size: 16px; font-weight: 800; line-height: 1.8; }
.ax2-service-items { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 24px 0; color: #526171; font-size: 16px; line-height: 1.7; font-weight: 700; }
.ax2-service-items li { max-width: 100%; }
.ax2-service-row:hover .ax2-service-items { color: var(--white); }
.ax2-ai-questions p { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 16px; }
.ax2-ai-questions p > .ax2-ai-number { min-width: 0; margin: 6px 0 0; font-size: 16px; }
.ax2-ai-question-copy { min-width: 0; }
.ax2-ai-copy { padding-left: 0; }
.ax2-ai-copy p { max-width: 900px; }
@media (max-width: 900px) {
  .ax2-hero { padding-top: 72px; background: #69beec; }
  .ax2-hero-inner { display: contents; }
  .ax2-hero-lead { position: relative; z-index: 2; display: block; order: 1; padding: 34px var(--gutter) 16px; }
  .ax2-hero .ax2-kicker { display: none; }
  .ax2-hero h1 { font-size: clamp(42px, 7.5vw, 64px); }
  .ax2-hero-vision { margin-top: 18px; font-size: clamp(17px, 2.5vw, 22px); }
  .ax2-hero-media { order: 2; margin-top: -2px; aspect-ratio: 1.6; }
  .ax2-hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; height: 12%; background: linear-gradient(#69beec, rgba(105,190,236,0)); pointer-events: none; }
  .ax2-hero-media img { object-position: right center; }
  .ax2-hero-details { display: block; order: 3; padding: 24px var(--gutter) 34px; background: var(--ax2-paper); }
  .ax2-hero-description { margin: 0; font-size: 15px; }
  .ax2-hero-actions { margin-top: 20px; }
  .ax2-hero-note { display: none; }
}
@media (max-width: 760px) {
  .ax2-home h2, .ax2-about .ax2-abe-heading h2,
  .ax2-your-company h2, .ax2-ai-heading h2,
  .ax2-contact-intro h2, .inspection-page h2 { font-size: clamp(28px, 8.7vw, 38px); line-height: 1.35; letter-spacing: -.04em; }
  .ax2-your-company-cta > strong, .ax2-problem-answer > strong { font-size: clamp(28px, 8.7vw, 38px); line-height: 1.4; letter-spacing: -.04em; }
  .ax2-idea-card h3 { font-size: clamp(25px, 7.4vw, 32px); line-height: 1.4; letter-spacing: -.035em; }
  .ax2-idea-card p, .ax2-problem-lines p, .ax2-section-head > p:last-child,
  .ax2-your-company-grid p, .ax2-contact-intro > p { font-size: 17px; line-height: 1.85; }
  .ax2-section-no { gap: 10px; font-size: 15px; letter-spacing: .055em; }
  .ax2-section-no span { font-size: 24px; }
  .ax2-section-no::after { width: 28px; }
  .ax2-solution-card { padding: 26px 22px; }
  .ax2-solution-card h3 { min-height: 0; font-size: clamp(25px, 7.2vw, 32px); }
  .ax2-solution-number, .ax2-project-copy { min-height: 0; }
  .ax2-solution-point { font-size: 16px; }
  .ax2-solution-point strong { font-size: 18px; }
  .ax2-service-row { grid-template-columns: 28px minmax(0,1fr) 36px; gap: 10px 12px; min-height: 0; padding: 26px 0; }
  .ax2-service-row > span { font-size: 22px; }
  .ax2-service-row h3 { font-size: 24px; line-height: 1.45; }
  .ax2-service-items { grid-column: 2 / -1; padding: 8px 0 0; gap: 8px 14px; font-size: 16px; }
  .ax2-service-row > a { grid-column: 3; grid-row: 1; }
  .ax2-service-row:hover { padding: 26px 0; }
  .ax2-lab-body h3 { font-size: 23px; line-height: 1.55; }
  .ax2-ai-questions p { grid-template-columns: 25px minmax(0,1fr); padding: 20px 16px; gap: 9px; font-size: 20px; line-height: 1.65; }
  .ax2-home .button, .inspection-page .button { gap: 14px; padding: 16px 18px; font-size: 15px; line-height: 1.6; }
  .ax2-home .button > span[aria-hidden], .inspection-page .button > span[aria-hidden] { flex-shrink: 0; }
  .inspection-hero { padding-top: 110px; }
  .inspection-hero h1 { font-size: clamp(40px, 12vw, 58px); line-height: 1.25; letter-spacing: -.04em; }
  .inspection-hero h2 { font-size: 24px; }
  .inspection-hero-copy strong { font-size: 26px; line-height: 1.4; }
  .inspection-section-head h2, .inspection-fit h2, .inspection-final h2 { font-size: clamp(28px, 8.7vw, 38px); }
  .inspection-not-fit > strong { font-size: 23px; line-height: 1.5; }
  .inspection-faq-list summary { gap: 12px; padding: 20px 16px; font-size: 18px; line-height: 1.65; }
  .inspection-faq-list details > p { padding: 0 16px 24px; font-size: 16px; gap: 12px; }
}
@media (max-width: 680px) {
  .ax2-hero { padding-top: 66px; }
  .ax2-hero-lead { padding: 24px 20px 14px; }
  .ax2-hero h1 { font-size: clamp(36px, 10.5vw, 48px); line-height: 1.08; letter-spacing: -.055em; }
  .ax2-hero h1 .ax2-hero-phrase { display: block; }
  .ax2-hero-vision { margin-top: 16px; padding-left: 11px; font-size: 16px; }
  .ax2-hero-media { aspect-ratio: 1.45; }
  .ax2-hero-details { padding: 22px 20px 30px; }
  .ax2-hero-actions { gap: 12px; }
}

/* Keep short Japanese statements together; let prose follow the available width. */
.ax2-copy-line { display: block; }
.inspection-topics { display: flex; flex-wrap: wrap; gap: 4px 16px; }
@media (max-width: 760px) {
  .ax2-problem-answer { padding: 28px 18px; min-height: 300px; }
  .ax2-problem-answer > strong { font-size: clamp(24px, 7.7vw, 34px); line-height: 1.5; }
  .ax2-project-copy br { display: none; }
  .ax2-home p, .inspection-page p { text-wrap: pretty; overflow-wrap: break-word; }
  .ax2-copy-chunk { white-space: normal; }
  .inspection-assets-word p .ax2-copy-chunk { display: inline-block; color: inherit; font: inherit; }
  .inspection-assessment li { gap: 14px; padding: 22px 18px; }
  .inspection-assessment strong { line-height: 1.65; }
  .inspection-fit-grid > div { padding-left: 18px; padding-right: 18px; }
  .inspection-price-note b { display: inline-block; }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .ax2-contact-intro h2 { font-size: 36px; }
}

/* Recruiting automation is one construction method within the existing service. */
.ax2-service-method { width: min(100%, var(--max)); margin: 48px auto 0; padding: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 48px; border-top: 2px solid var(--navy); border-bottom: 1px solid var(--line); }
.ax2-service-method h3 { margin: 0; color: var(--navy); font-size: clamp(23px, 2.1vw, 30px); line-height: 1.65; letter-spacing: -.03em; }
.ax2-service-method p { margin: 0 0 14px; color: #526171; font-size: 17px; line-height: 1.9; }
.ax2-service-method strong { color: var(--navy); }
.ax2-service-method p:last-child { margin-bottom: 0; }
.pricing-work-copy { font-size: 18px; line-height: 1.9; }
.pricing-work-copy strong { display: block; margin-top: 18px; color: var(--navy); font-size: 21px; }
.option-automation { grid-column: 1 / -1; scroll-margin-top: 110px; }
.option-automation header small { font-size: 14px; }
.option-automation h3 { font-size: 28px; }
.option-automation header > strong { font-size: 22px; white-space: nowrap; }
.option-automation .option-contract { grid-column: 1 / -1; margin: 6px 0 0; color: var(--navy); font-size: 17px; font-weight: 700; }
.option-automation > p { min-height: 0; font-size: 16px; }
.option-automation .option-details h4 { font-size: 17px; }
.option-automation .option-details li, .option-automation .option-details p { font-size: 15px; line-height: 1.9; }
.option-automation .ax2-copy-chunk, .pricing-work-copy .ax2-copy-chunk { white-space: nowrap; }
.full-automation-note { margin-top: 24px; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.9; }
.full-automation-note a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
@media (max-width: 900px) {
  .ax2-service-method { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 760px) {
  .ax2-service-method { padding: 24px 0; margin-top: 32px; }
  .ax2-service-method h3 { font-size: 23px; }
  .ax2-service-method p { font-size: 16px; }
  .option-automation header { grid-template-columns: minmax(0,1fr); }
  .option-automation h3 { font-size: 25px; }
  .option-automation header > strong { font-size: 21px; }
  .option-automation .option-details { grid-template-columns: minmax(0,1fr); }
  .pricing-work-copy strong { font-size: 19px; }
}

/* PHASE 1: scoped additions; append after comparing with current live style.css. */
.saiyo-detail { color: #3f4a58; }
.saiyo-detail p { margin: 1.2em 0; line-height: 2; text-wrap: pretty; overflow-wrap: anywhere; }
.saiyo-detail .saiyo-detail-lead { font-size: clamp(17px, 1.8vw, 21px); color: var(--navy); }
.saiyo-detail-section { margin-top: clamp(42px, 6vw, 72px); padding-top: clamp(26px, 4vw, 42px); border-top: 1px solid var(--line); }
.saiyo-detail h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(24px, 3.3vw, 38px); line-height: 1.5; letter-spacing: -.025em; text-wrap: balance; }
.saiyo-detail h3 { margin: 0 0 12px; color: var(--navy); font-size: clamp(21px, 2.5vw, 29px); line-height: 1.5; text-wrap: balance; }
.saiyo-detail-methods > section { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.saiyo-detail .saiyo-detail-number { margin: 0 0 8px; color: var(--navy); font-family: var(--condensed); font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.saiyo-detail .saiyo-detail-examples, .saiyo-detail .saiyo-detail-note { font-size: 14px; }
.saiyo-detail ul { padding-left: 1.4em; }
.saiyo-detail li + li { margin-top: 14px; }
.saiyo-detail-cta { margin-top: clamp(42px, 6vw, 72px); padding-top: 32px; border-top: 2px solid var(--navy); }
.saiyo-detail .button { max-width: 100%; height: auto; min-height: 0; text-decoration: none; white-space: normal; line-height: 1.6; }
.saiyo-breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px 12px; padding: 0; margin: 0 0 24px; font-size: 12px; line-height: 1.7; list-style: none; }
.saiyo-breadcrumbs li { margin: 0; min-width: 0; overflow-wrap: anywhere; }
.saiyo-lab-intro { max-width: 70ch; margin: 0 0 30px; line-height: 1.9; }
.saiyo-service-detail-link { width: min(100%, var(--max)); margin: 32px auto 0; }
.saiyo-service-detail-link a { text-underline-offset: 4px; }
@media (max-width: 760px) {
  .page-id-18 .page-shell h1, .page-id-20 .page-shell h1 { font-size: clamp(32px, 9vw, 46px); line-height: 1.4; text-wrap: balance; }
  .saiyo-detail p { font-size: 16px; }
  .saiyo-detail .saiyo-detail-examples, .saiyo-detail .saiyo-detail-note { font-size: 14px; }
}



/* PHASE 2: recruitment guide and three practical articles. */
:is(.page-id-118, .postid-119, .postid-120, .postid-121) .page-shell h1 {
  margin-inline: auto;
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 1.4;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
:is(.page-id-118, .postid-119, .postid-120, .postid-121) .saiyo-detail ol {
  padding-left: 1.5em;
}
:is(.page-id-118, .postid-119, .postid-120, .postid-121) .saiyo-detail li {
  padding-left: .2em;
  line-height: 2;
  overflow-wrap: anywhere;
}
:is(.page-id-118, .postid-119, .postid-120, .postid-121) .saiyo-detail section > h3 {
  margin-top: 32px;
}
:is(.page-id-118, .postid-119, .postid-120, .postid-121) .saiyo-detail blockquote {
  margin: 28px 0;
  padding: 10px clamp(16px, 3vw, 30px);
  border-left: 3px solid var(--navy);
  background: rgba(255,255,255,.65);
}
.saiyo-guide-nav {
  margin: 32px 0;
  padding: 20px clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.65);
}
.saiyo-guide-nav p:first-child { margin-top: 0; }
.saiyo-guide-nav ul { margin-bottom: 0; }
