:root {
  --ink: #19181b;
  --green: #165e83;
  --green-dark: #19181b;
  --mint: #d6e4ed;
  --paper: #ffffff;
  --mist: #f8f8f8;
  --lime: #d6e4ed;
  --line: rgba(25, 24, 27, .16);
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: "Noto Sans JP", system-ui, sans-serif; font-weight: 400; line-height: 1.8; letter-spacing: 0; line-break: strict; word-break: auto-phrase; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
img[src$="hero-network.webp"] { filter: hue-rotate(78deg) saturate(.72); }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.container { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--mist { background: var(--mist); }
.section--black { background: var(--ink); }
.section--lime { background: var(--lime); }
.mobile-only { display: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.35; letter-spacing: 0; line-break: strict; text-wrap: balance; }
.phrase { display: inline-block; margin-right: .18em; white-space: nowrap; }
.phrase:last-child { margin-right: 0; }
h1 { margin-bottom: 20px; font-size: clamp(48px, 5vw, 76px); }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 54px); }
h3 { margin-bottom: 12px; font-size: 21px; }
.kicker { margin-bottom: 12px; color: var(--green); font-family: "Andale Mono", "Courier New", monospace; font-size: 11px; font-weight: 500; letter-spacing: .08em; }
.kicker--light { color: var(--lime); }
.section-heading { max-width: 760px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 500; line-height: 1.5; text-align: center; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--green { color: var(--white); background: var(--green); }
.button--green:hover { background: var(--ink); }
.button--outline { border-color: var(--ink); background: rgba(255,255,255,.78); }
.button--outline:hover { color: var(--white); background: var(--ink); }
.button--black { color: var(--white); background: var(--ink); }
.button--white { color: var(--green); background: var(--white); }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-size: 13px; font-weight: 500; text-decoration: none; }
.text-link--light { color: var(--white); }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; height: 78px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 48px), 1400px); height: 100%; display: flex; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand img { width: 83px; height: 60px; object-fit: contain; }
.global-nav { display: flex; align-items: center; gap: 27px; }
.global-nav a { font-size: 12px; font-weight: 500; text-decoration: none; }
.global-nav a:hover { color: var(--green); }
.global-nav .nav-cta { min-height: 44px; display: inline-flex; gap: 15px; align-items: center; padding: 9px 18px; border-radius: 4px; color: var(--white); background: var(--green); }
.menu-button { width: 44px; height: 44px; display: none; place-items: center; padding: 10px; border: 0; background: transparent; }
.menu-button span { width: 22px; height: 1px; display: block; margin: 4px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 820px; display: grid; align-content: center; overflow: hidden; padding: 130px 0 42px; background: var(--paper); }
.hero-art { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: 71%; overflow: hidden; }
.hero-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--paper) 0%, rgba(255,255,255,.96) 9%, rgba(214,228,237,.42) 34%, transparent 65%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { width: min(620px, 54%); }
.hero h1 em { color: var(--green); font-style: normal; }
.service-name { margin-bottom: 14px; color: var(--green); font-size: 15px; font-weight: 500; }
.hero-description { margin-bottom: 26px; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button:first-child { min-width: 270px; }
.assurance { display: flex; gap: 9px; align-items: center; margin: 18px 0 0; font-size: 11px; font-weight: 500; }
.assurance span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 10px; }
.proof-chips { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 48px; background: var(--line); border: 1px solid var(--line); }
.proof-chips > div { min-height: 96px; display: grid; grid-template-columns: 34px 1fr; align-content: center; padding: 17px 20px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); }
.proof-chips strong, .proof-chips small { grid-column: 2; }
.proof-chips strong { color: var(--green); font-size: 14px; }
.proof-chips small { font-size: 10px; }
.chip-icon { grid-row: 1 / 3; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 9px; }
.hero-lines i { position: absolute; z-index: 1; width: 110px; height: 1px; background: var(--green); transform: rotate(-47deg); }
.hero-lines i:nth-child(1) { top: 130px; right: 18%; }
.hero-lines i:nth-child(2) { right: 4%; bottom: 190px; }
.hero-lines i:nth-child(3) { top: 44%; left: -40px; }

.news-strip { min-height: 64px; display: grid; grid-template-columns: 92px 100px 1fr auto; gap: 18px; align-items: center; padding: 12px max(28px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.news-strip span, .news-strip strong { font-family: "Andale Mono", "Courier New", monospace; font-size: 10px; }
.news-strip span { color: var(--green); font-weight: 500; }
.news-strip time { font-size: 10px; }
.news-strip p { margin: 0; font-size: 12px; }

.issues { position: relative; overflow: hidden; overflow: clip; }
.issues-inner { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
.issue-story { max-width: 550px; margin-top: 30px; }
.issue-story p { margin: 0; font-size: 14px; line-height: 2.05; }
.issue-story p + p { margin-top: 20px; }
.issue-story .issue-thesis { margin-top: 28px; padding: 20px 22px; border-left: 3px solid var(--green); background: rgba(255,255,255,.72); }
.issue-thesis strong { display: block; margin-bottom: 6px; color: var(--green); font-size: 15px; }
.issue-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.issue-list li { position: relative; padding: 22px 0 22px 34px; border-bottom: 1px solid var(--line); font-weight: 500; }
.issue-list li::before { position: absolute; top: 23px; left: 3px; color: var(--green); content: "✓"; }
.chain-watermark { position: absolute; z-index: -1; right: -190px; bottom: -130px; width: 420px; height: 300px; opacity: .08; transform: rotate(-38deg); }
.chain-watermark span { position: absolute; width: 210px; height: 110px; border: 26px solid var(--green); border-radius: 70px; }
.chain-watermark span:last-child { right: 0; bottom: 0; }

.about { padding-bottom: 0; background: var(--mist); }
.about-grid { display: grid; grid-template-columns: 1fr 1.14fr; min-height: 520px; }
.about-diagram { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: var(--paper); }
.about-diagram strong { z-index: 2; text-align: center; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit--one { width: 300px; height: 300px; }
.orbit--two { width: 430px; height: 430px; border-color: rgba(22, 94, 131,.24); }
.node { position: absolute; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border: 8px solid var(--paper); border-radius: 50%; color: var(--white); background: var(--green); font-size: 12px; font-weight: 500; box-shadow: 0 0 0 1px var(--line); }
.node--strategy { top: 15%; left: 47%; }
.node--execute { bottom: 18%; left: 19%; }
.node--learn { right: 17%; bottom: 18%; }
.about-copy { padding: 80px clamp(34px, 7vw, 110px); color: var(--white); background: var(--green); }
.about-copy p:not(.kicker) { max-width: 650px; }
.value-layers { max-width: 650px; margin: 34px 0; border-top: 1px solid rgba(255,255,255,.32); }
.value-layers > div { display: grid; grid-template-columns: 44px 1fr; gap: 4px 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.32); }
.value-layers span { grid-row: 1 / 3; color: var(--lime); font-family: "Andale Mono", monospace; font-size: 10px; }
.value-layers strong { font-size: 14px; }
.value-layers p { margin: 0; font-size: 11px; }
.reason-band { position: relative; z-index: 4; width: min(calc(100% - 80px), 1240px); min-height: 134px; display: grid; grid-template-columns: .75fr 1.45fr auto; gap: 34px; align-items: center; margin: -28px auto 0; padding: 28px 38px; border: 1px solid var(--line); background: var(--lime); }
.reason-band h3, .reason-band p { margin-bottom: 0; }
.reason-band > p { font-size: 12px; }
.reason-band > a { min-width: 120px; display: inline-flex; justify-content: space-between; padding: 12px 18px; border-radius: 4px; font-size: 11px; font-weight: 500; text-decoration: none; background: var(--white); }

.outcomes-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.outcomes-heading h2, .outcomes-heading p { margin-bottom: 0; }
.outcomes-heading > p { max-width: 600px; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid span { margin-bottom: 62px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.outcome-grid p { margin: auto 0 0; font-size: 12px; }

.strengths { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.strength { position: relative; min-height: 500px; overflow: hidden; color: var(--white); }
.strength::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(25, 24, 27,.9) 0%, rgba(25, 24, 27,.12) 75%); }
.strength img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .6s ease; }
.strength:hover img { transform: scale(1.035); }
.strength > div { position: absolute; z-index: 2; right: 32px; bottom: 34px; left: 32px; }
.strength span { color: var(--lime); font-family: "Andale Mono", monospace; }
.strength p { margin-bottom: 0; font-size: 12px; }

.service-sheet { padding: 0; overflow: hidden; border-radius: 6px; background: var(--white); }
.service-intro { display: grid; grid-template-columns: 1fr 1.05fr; }
.service-intro > div { padding: 58px; }
.service-intro > img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.service-intro p:not(.kicker) { margin-bottom: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 18px; background: var(--mist); }
.service-grid article { min-height: 250px; padding: 28px; border-top: 7px solid var(--green); background: var(--white); }
.service-grid article > span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 11px; }
.service-grid ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-grid li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 12px; }
.service-grid .service-cta { display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--green); border-color: var(--lime); }
.service-cta p { font-size: 20px; font-weight: 500; }
.service-cta a { display: flex; justify-content: space-between; color: var(--white); font-size: 12px; font-weight: 500; text-decoration: none; }

.case-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 54px; }
.case-heading > p { max-width: 620px; margin: 28px 0 0; }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-grid article { min-height: 430px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-type { min-height: 48px; display: block; color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.case-grid strong { display: block; margin-bottom: 24px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 54px; line-height: 1; }
.case-grid small { font-size: 20px; }
.case-grid p { margin-bottom: 0; font-size: 12px; }
.case-change { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--green); font-size: 10px; font-weight: 500; }
.case-note { margin: 18px 0 0; font-size: 10px; }
.case-note--service { margin: 0; padding: 4px 28px 24px; background: var(--mist); }
.case-grid--service { grid-template-columns: repeat(4, 1fr); background: var(--white); }

.fit { border-top: 1px solid var(--line); }
.fit-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.fit-heading { position: sticky; top: 110px; height: fit-content; }
.fit-heading > p:not(.kicker) { max-width: 420px; }
.fit-options { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-options article { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-options article > span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.fit-options h3 { margin-top: 50px; }
.fit-options ul { margin: 20px 0 0; padding-left: 1.2em; }
.fit-options li { margin-bottom: 10px; font-size: 12px; }
.fit-note { grid-column: 1 / -1; margin: 0; padding: 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }

.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 260px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list span { display: block; margin-bottom: 58px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 12px; }
.process-list p { margin-bottom: 0; font-size: 12px; }

.deliverables { background: var(--paper); }
.deliverables-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.deliverables-heading h2, .deliverables-heading p { margin-bottom: 0; }
.deliverables-heading > p { max-width: 520px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable-grid article { min-height: 250px; display: grid; grid-template-columns: 52px 1fr; align-content: start; gap: 10px 16px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable-grid span { grid-row: 1 / 3; color: var(--green); font-family: "Andale Mono", monospace; font-size: 11px; }
.deliverable-grid h3 { margin-bottom: 8px; }
.deliverable-grid p { margin-bottom: 0; font-size: 12px; }

.company { display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.company-copy { padding: clamp(58px, 7vw, 110px); background: var(--green); }
.company-copy p:not(.kicker) { max-width: 600px; }
.company-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.company-links a { padding: 12px 20px; border-radius: 4px; color: var(--ink); background: var(--white); font-size: 11px; font-weight: 500; text-decoration: none; }
.company-person { min-height: 560px; display: grid; grid-template-rows: 1fr auto; align-items: center; overflow: hidden; padding: 58px 48px 0; color: var(--ink); background: var(--mist); }
.company-person img { width: min(100%, 300px); height: auto; margin: 0 auto; object-fit: contain; }
.company-person > div { padding: 30px 0 40px; border-top: 1px solid var(--line); }
.company-person span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.company-person p { max-width: 540px; margin-bottom: 0; font-size: 12px; }

.insights-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-grid article { min-height: 350px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-grid article > span { width: fit-content; padding: 4px 8px; color: var(--green); background: var(--mint); font-size: 10px; font-weight: 500; }
.insight-grid time { margin: 24px 0 10px; font-family: "Andale Mono", monospace; font-size: 9px; }
.insight-grid p { font-size: 12px; }
.insight-grid a { margin-top: auto; color: var(--green); font-family: "Andale Mono", monospace; font-size: 11px; font-weight: 500; text-decoration: none; }

.webinar-inner { display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 50px; align-items: center; }
.webinar-inner h2, .webinar-inner p { margin-bottom: 0; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; cursor: pointer; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 4px; color: var(--green); content: "+"; font-size: 24px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding: 0 50px 24px 0; margin: 0; }

.contact { display: grid; grid-template-columns: 190px 1.3fr .7fr; min-height: 500px; color: var(--white); background: var(--green); }
.contact-side { display: flex; flex-direction: column; justify-content: space-between; padding: 48px 30px; background: var(--ink); writing-mode: vertical-rl; }
.contact-side span { font-family: "Andale Mono", monospace; font-size: 14px; }
.contact-side small { font-size: 8px; }
.contact-main { min-width: 0; padding: 80px clamp(40px, 6vw, 100px); }
.contact-main p:not(.kicker) { max-width: 680px; }
.contact-brand { min-width: 0; display: grid; align-content: center; padding: 60px; background: var(--green-dark); }
.contact-brand img { width: 130px; margin-bottom: 28px; padding: 12px; background: var(--white); }
.contact-brand p { margin-bottom: 0; font-size: 11px; }

.site-footer { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; border-top: 1px solid var(--line); font-family: "Andale Mono", monospace; font-size: 10px; }
.site-footer a { text-decoration: none; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.mobile-cta { display: none; }

/* Lower pages */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 94px; color: rgba(25, 24, 27, .62); font-size: 10px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb i { font-style: normal; opacity: .5; }
.sub-hero { padding: 52px 0 64px; overflow: hidden; border-bottom: 1px solid var(--line); }
.sub-hero__grid { min-height: 560px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: stretch; }
.sub-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 40px 0; }
.sub-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(42px, 4.6vw, 68px); }
.sub-hero p:not(.kicker) { max-width: 650px; }
.sub-hero__visual { position: relative; min-height: 500px; overflow: hidden; }
.sub-hero img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.sub-hero__visual > span { position: absolute; right: 20px; bottom: 18px; padding: 5px 10px; color: var(--white); background: var(--green); font-family: "Andale Mono", monospace; font-size: 8px; }
.sub-hero__guide { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sub-hero__guide > div { min-height: 112px; padding: 16px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sub-hero__guide span { display: block; margin-bottom: 16px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.sub-hero__guide strong { font-size: 11px; line-height: 1.65; }
.sub-hero--simple .sub-hero__grid { min-height: 440px; }
.sub-hero--simple .sub-hero__visual { min-height: 400px; }
.sub-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 80px max(28px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--green); }
.sub-cta h2 { font-size: clamp(30px, 4vw, 50px); }
.sub-cta p:not(.kicker) { margin-bottom: 0; }
.site-footer--deep { min-height: 280px; display: grid; grid-template-columns: 1fr auto; gap: 38px 80px; align-items: start; padding: 56px max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.site-footer--deep > div { display: flex; gap: 24px; align-items: center; }
.site-footer--deep img { width: 82px; height: 82px; object-fit: contain; }
.site-footer--deep p { margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: 10px; }
.site-footer--deep nav { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 34px; }
.site-footer--deep small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); }

.archive-layout { width: min(calc(100% - 56px), var(--max)); display: grid; grid-template-columns: 250px 1fr; gap: 70px; margin-inline: auto; }
.archive-layout > aside { position: sticky; top: 100px; height: fit-content; border-top: 1px solid var(--line); }
.archive-layout > aside .kicker { padding-top: 20px; }
.archive-layout > aside a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 500; text-decoration: none; }
.archive-list { border-top: 1px solid var(--line); }
.archive-list article { display: grid; grid-template-columns: 130px 1fr auto; gap: 10px 28px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.archive-list article > span { width: fit-content; height: fit-content; grid-row: 1 / 4; padding: 5px 9px; color: var(--green); background: var(--mint); font-size: 9px; font-weight: 500; }
.archive-list time { font-family: "Andale Mono", monospace; font-size: 9px; }
.archive-list h2 { grid-column: 2 / -1; margin: 2px 0 4px; font-size: 24px; }
.archive-list h2 a { text-decoration: none; }
.archive-list p { grid-column: 2; margin-bottom: 0; font-size: 12px; }
.archive-list .text-link { grid-column: 3; grid-row: 3; align-self: end; }
.archive-layout--border { padding-top: 90px; border-top: 1px solid var(--line); }
.archive-title { margin-bottom: 32px; }
.archive-title h2 { margin-bottom: 0; font-size: 38px; }
.category-count { color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.empty-state { padding: 70px 0; }
.empty-state h2 { font-size: 32px; }

.content-principles { color: var(--white); background: var(--green); }
.content-principles > .container { min-height: 240px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.content-principles h2, .content-principles p { margin-bottom: 0; }
.content-principles h2 { font-size: 34px; }
.content-principles .kicker { color: var(--lime); }
.topic-map { background: var(--mist); }
.topic-map__grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 50px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-map__grid > a { min-height: 340px; display: flex; flex-direction: column; padding: 26px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; background: var(--paper); transition: color .2s ease, background .2s ease; }
.topic-map__grid > a:hover { color: var(--white); background: var(--green); }
.topic-map__grid span { margin-bottom: 50px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.topic-map__grid > a:hover span { color: var(--lime); }
.topic-map__grid h3 { font-size: 17px; }
.topic-map__grid p { font-size: 10px; }
.topic-map__grid strong { margin-top: auto; font-size: 10px; }

.category-scope > .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.category-scope__intro h2 { font-size: 38px; }
.category-scope__intro > p:not(.kicker) { max-width: 470px; }
.category-scope__topics { border-top: 1px solid var(--line); }
.category-scope__topics > .kicker { padding-top: 16px; }
.category-scope__topics > div { display: grid; grid-template-columns: 70px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.category-scope__topics span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.planned-content { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.planned-content article { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.planned-content span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.planned-content h3 { margin-top: 25px; }
.planned-content p { margin-bottom: 0; font-size: 11px; }

.article-page { width: min(calc(100% - 56px), 920px); margin: 0 auto; padding: 140px 0 120px; }
.article-page > header { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.article-fv-image { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0 0 42px; overflow: hidden; background: var(--mist); }
.article-fv-image img { width: 100%; height: 100%; object-fit: cover; }
.article-fv-image figcaption { position: absolute; right: 16px; bottom: 14px; padding: 6px 10px; color: var(--white); background: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.article-category { display: inline-flex; padding: 5px 10px; color: var(--green); background: var(--mint); font-size: 10px; font-weight: 500; text-decoration: none; }
.article-page h1 { margin-top: 22px; font-size: clamp(36px, 5vw, 60px); }
.article-page > header > p { max-width: 760px; font-size: 17px; }
.article-meta { display: flex; gap: 25px; margin-top: 28px; font-size: 10px; }
.article-takeaways { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-takeaways > .kicker { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-takeaways > div { min-height: 105px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-takeaways span { display: block; margin-bottom: 14px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.article-takeaways strong { font-size: 11px; }
.article-body { width: min(100%, 720px); margin: 64px auto 0; }
.article-body h2 { margin-top: 64px; font-size: 30px; }
.article-body p, .article-body li { font-size: 16px; line-height: 2; }
.article-body ol, .article-body ul { padding-left: 1.5em; }
.article-body li { margin-bottom: 10px; }
.article-table { margin: 30px 0; border-top: 1px solid var(--line); }
.article-table > div { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.article-table strong { color: var(--green); }
.article-note { margin: 54px 0; padding: 30px; border-left: 5px solid var(--lime); background: var(--mist); }
.article-note p { margin: 10px 0 0; }
.article-cta { margin-top: 70px; padding: 42px; color: var(--white); background: var(--green); }
.article-cta h2 { margin-top: 0; }

.case-archive .featured-case { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 60px; color: var(--white); background: var(--green); }
.case-method { padding: 90px 0; background: var(--mist); }
.case-method > .container { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.case-method h2 { font-size: 36px; }
.case-method__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-method__grid article { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.case-method__grid span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.case-method__grid h3 { margin-top: 24px; }
.case-method__grid p { margin-bottom: 0; font-size: 11px; }
.featured-case > strong { color: var(--lime); font-family: "Andale Mono", monospace; font-size: 100px; line-height: 1; }
.featured-case > strong small { display: block; margin-top: 8px; font-size: 24px; text-align: right; }
.case-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.case-mini-grid article { min-height: 300px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-mini-grid strong { display: block; margin-bottom: 45px; color: var(--green); font-family: "Andale Mono", monospace; font-size: 54px; }
.case-mini-grid small { font-size: 18px; }
.case-detail { padding-top: 66px; }
.case-detail > header { min-height: 620px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 18px 72px; align-content: center; align-items: center; padding: 100px max(28px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--green); }
.case-detail > header > :not(.case-detail__visual) { grid-column: 1; }
.case-detail__visual { grid-column: 2; grid-row: 1 / 6; width: 100%; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; }
.case-detail__visual img { width: 100%; height: 100%; object-fit: cover; }
.case-detail > header h1 { max-width: 900px; font-size: clamp(46px, 4.2vw, 60px); line-height: 1.32; }
.case-detail > header p:not(.kicker) { max-width: 680px; }
.case-detail > header > strong { margin-top: 30px; color: var(--lime); font-family: "Andale Mono", monospace; font-size: 86px; line-height: 1; }
.case-detail > header small { font-size: 14px; }
.case-story { width: min(calc(100% - 56px), 900px); margin: 0 auto; padding: 100px 0; }
.case-story section { display: grid; grid-template-columns: 150px 1fr; gap: 10px 40px; padding: 55px 0; border-bottom: 1px solid var(--line); }
.case-story span { grid-row: 1 / 3; color: var(--green); font-family: "Andale Mono", monospace; font-size: 10px; }
.case-story h2 { font-size: 31px; }
.case-story p { font-size: 15px; }
.case-story .case-result { padding: 55px; color: var(--white); background: var(--green); border: 0; }
.case-result span { color: var(--lime); }
.case-result small { grid-column: 2; }

.seminar-list article { display: grid; grid-template-columns: 280px 1fr; border: 1px solid var(--line); }
.seminar-value { padding: 90px 0; background: var(--mist); }
.seminar-value > .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.seminar-value h2 { font-size: 39px; }
.seminar-value__list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seminar-value__list article { min-height: 250px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.seminar-value__list span { color: var(--green); font-family: "Andale Mono", monospace; font-size: 9px; }
.seminar-value__list h3 { margin-top: 52px; }
.seminar-value__list p { margin-bottom: 0; font-size: 11px; }
.seminar-list article > div:last-child { padding: 55px; }
.seminar-date { display: grid; place-content: center; padding: 40px; color: var(--white); text-align: center; background: var(--green); }
.seminar-date span { color: var(--lime); font-family: "Andale Mono", monospace; font-size: 11px; }
.seminar-date strong { margin-top: 18px; font-size: 24px; }
.seminar-list dl { margin: 30px 0; border-top: 1px solid var(--line); }
.seminar-list dl > div { display: grid; grid-template-columns: 90px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.seminar-list dt { color: var(--green); font-weight: 500; }
.seminar-list dd { margin: 0; }
.event-hero { padding: 150px 0 100px; color: var(--white); background: var(--green); }
.event-hero > .container { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 72px; align-items: center; }
.event-hero__visual { grid-column: 2; grid-row: 1; width: 100%; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; }
.event-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.event-hero__copy { grid-column: 1; grid-row: 1; }
.event-hero h1 { max-width: 900px; }
.event-hero p:not(.kicker) { max-width: 700px; font-size: 17px; }
.event-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.event-facts span { padding: 7px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; font-size: 11px; }
.event-content > .container { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; }
.event-content ol { margin-top: 35px; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: agenda; }
.event-content ol li { padding: 18px 0; border-bottom: 1px solid var(--line); counter-increment: agenda; }
.event-content ol li::before { margin-right: 18px; color: var(--green); content: "0" counter(agenda); font-family: "Andale Mono", monospace; }
.event-content aside { height: fit-content; padding: 35px; background: var(--mist); }
.event-content aside li { margin-bottom: 12px; }

.contact-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 66px; }
.contact-page__intro { position: sticky; top: 66px; height: calc(100vh - 66px); display: grid; align-content: center; padding: clamp(45px, 5vw, 80px); color: var(--white); background: var(--green); }
.contact-page__intro h1 { font-size: clamp(42px, 4vw, 56px); }
.contact-page__intro ul { margin: 25px 0 0; padding: 0; list-style: none; }
.contact-page__intro li::before { margin-right: 10px; color: var(--lime); content: "✓"; }
.contact-page__visual { width: min(100%, 560px); aspect-ratio: 16 / 7; margin: 28px 0 0; overflow: hidden; }
.contact-page__visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-page__form { padding: clamp(50px, 7vw, 100px); }
.form-heading { display: flex; gap: 20px; margin-bottom: 42px; }
.form-heading > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: "Andale Mono", monospace; }
.form-heading h2 { margin-bottom: 0; font-size: 36px; }
.consultation-form { display: grid; gap: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.consultation-form label, .consultation-form legend { font-size: 12px; font-weight: 500; }
.consultation-form em { margin-left: 5px; color: var(--green); font-size: 9px; font-style: normal; }
.consultation-form input:not([type="checkbox"]), .consultation-form textarea { width: 100%; margin-top: 8px; padding: 14px 12px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); font: inherit; font-size: 15px; }
.consultation-form input:focus, .consultation-form textarea:focus { border-color: var(--green); outline: 2px solid rgba(22, 94, 131,.18); }
.consultation-form fieldset { padding: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.check-grid label { display: flex; gap: 9px; align-items: center; padding: 12px; border: 1px solid var(--line); font-weight: 500; }
.check-grid input, .privacy-check input { width: 18px; height: 18px; accent-color: var(--green); }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; }
.form-note { padding: 14px; margin: 0; background: var(--mist); font-size: 10px; }
.consultation-form .button { width: 100%; border: 0; cursor: pointer; }
.form-status { min-height: 28px; margin: 0; font-size: 12px; }
.form-status[data-state="error"] { color: var(--green); }
.form-status[data-state="success"] { color: var(--green); }
.was-validated :invalid { border-color: var(--green) !important; }
.hubspot-slot { margin-top: 38px; padding: 22px; border: 1px dashed var(--line); background: var(--mist); }
.hubspot-slot p { margin-bottom: 0; font-size: 10px; }
.hubspot-slot code { font-size: 10px; }

.policy-page .container { width: min(calc(100% - 56px), 820px); }
.policy-page section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.policy-page h2 { font-size: 28px; }
.policy-page p { font-size: 15px; }
.policy-updated { margin-top: 40px; font-size: 11px !important; }
.html-sitemap .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.html-sitemap h2 { font-size: 22px; }
.html-sitemap a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; text-decoration: none; }
.not-found { min-height: 80vh; display: grid; place-items: center; padding: 100px 24px; text-align: center; }
.not-found > div { max-width: 700px; }
.not-found__visual { width: min(100%, 620px); aspect-ratio: 16 / 8; margin-bottom: 38px; object-fit: cover; }
.not-found > div > div { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 35px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .global-nav { gap: 17px; }
  .global-nav a { font-size: 10px; }
  .hero-copy { width: 60%; }
  .about-grid, .company { grid-template-columns: 1fr; }
  .about-diagram { min-height: 440px; }
  .strength { min-height: 440px; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .webinar-inner { grid-template-columns: 1fr 1fr; }
  .webinar-inner .button { grid-column: 1 / -1; justify-self: start; }
  .contact { grid-template-columns: 120px 1fr; }
  .contact-brand { grid-column: 1 / -1; display: flex; align-items: center; gap: 30px; padding: 34px 120px; }
  .contact-brand img { margin-bottom: 0; }
  .fit-layout { grid-template-columns: 1fr; gap: 45px; }
  .fit-heading { position: static; }
}

@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 74px 0; }
  h1 { font-size: 43px; line-height: 1.38; }
  h2 { font-size: 31px; line-height: 1.5; }
  h3 { font-size: 19px; }
  .mobile-only { display: initial; }
  .site-header { height: 66px; background: rgba(255,255,255,.96); }
  .header-inner { width: calc(100% - 24px); }
  .brand img { width: 80px; height: 58px; }
  .menu-button { position: relative; z-index: 2; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 49; top: 66px; right: 0; bottom: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; visibility: hidden; background: var(--paper); opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .global-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .global-nav a { padding: 17px 8px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .global-nav .nav-cta { min-height: 54px; justify-content: space-between; margin-top: 16px; padding: 12px 20px; border: 0; }
  .hero { min-height: 900px; display: block; padding: 100px 0 24px; }
  .hero-inner { min-height: 465px; }
  .hero-copy { width: 100%; }
  .hero .kicker { font-size: 9px; }
  .service-name { max-width: 100%; font-size: 15px; line-height: 1.65; overflow-wrap: anywhere; }
  .hero-description { max-width: 350px; font-size: 12px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: min(100%, 355px); }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .assurance { font-size: 9px; }
  .hero-art { top: auto; bottom: 0; width: 100%; height: 320px; }
  .hero-art::after { background: linear-gradient(180deg, var(--paper) 0%, rgba(255,255,255,.84) 15%, rgba(214,228,237,.12) 48%, transparent 64%); }
  .hero-art img { object-position: 67% center; }
  .proof-chips { grid-template-columns: 1fr; width: calc(100% - 32px); gap: 7px; margin-top: 24px; border: 0; background: transparent; }
  .proof-chips > div { min-height: 64px; display: grid; grid-template-columns: 30px 1fr; align-content: center; padding: 9px 14px; border: 1px solid var(--line); }
  .proof-chips strong, .proof-chips small { grid-column: 2; }
  .proof-chips strong { font-size: 11px; }
  .proof-chips small { font-size: 8px; line-height: 1.45; }
  .chip-icon { grid-row: 1 / 3; width: 22px; height: 22px; margin: 1px 0 0; }
  .hero-lines { display: none; }
  .news-strip { grid-template-columns: 60px 1fr auto; gap: 10px; padding: 15px 16px; }
  .news-strip time { display: none; }
  .news-strip p { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .issues-inner { grid-template-columns: 1fr; gap: 38px; }
  .issues-inner > *, .about-grid > * { min-width: 0; }
  .issue-story { margin-top: 22px; }
  .issue-story p { font-size: 12px; line-height: 2; }
  .issue-story p + p { margin-top: 16px; }
  .issue-story .issue-thesis { margin-top: 22px; padding: 17px 18px; }
  .issue-thesis .phrase { display: block; white-space: normal; }
  .issue-thesis strong { font-size: 13px; }
  .issue-list li { padding: 18px 0 18px 28px; font-size: 13px; }
  .issue-list li::before { top: 18px; }
  .chain-watermark { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-diagram { min-height: 340px; }
  .orbit--one { width: 220px; height: 220px; }
  .orbit--two { width: 310px; height: 310px; }
  .node { width: 58px; height: 58px; border-width: 6px; font-size: 10px; }
  .about-copy { padding: 54px 24px 76px; }
  .reason-band { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 14px; margin-top: -34px; padding: 28px 24px; }
  .reason-band > a { width: 132px; }
  .outcomes-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .outcomes-heading > p { font-size: 12px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 220px; padding: 25px 22px; }
  .outcome-grid span { margin-bottom: 38px; }
  .strengths { grid-template-columns: 1fr; }
  .strength { min-height: 410px; }
  .strength > div { right: 24px; bottom: 28px; left: 24px; }
  .service-sheet { width: calc(100% - 24px); border-radius: 6px; }
  .service-intro { grid-template-columns: 1fr; }
  .service-intro > div { padding: 36px 24px; }
  .service-intro > img { min-height: 250px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; padding: 12px; }
  .service-grid article { min-height: auto; padding: 25px 22px; }
  .service-grid .service-cta { min-height: 220px; }
  .case-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 34px; }
  .case-heading > p { margin-top: 0; font-size: 13px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: 340px; padding: 28px 24px; }
  .case-grid strong { font-size: 42px; }
  .case-grid h3 { font-size: 16px; }
  .case-grid p { font-size: 10px; }
  .fit-layout { grid-template-columns: 1fr; gap: 32px; }
  .fit-heading { position: static; }
  .fit-options { grid-template-columns: 1fr; }
  .fit-options article { min-height: 280px; padding: 26px 22px; }
  .fit-options h3 { margin-top: 36px; }
  .fit-note { grid-column: auto; padding: 20px; }
  .process-list { grid-template-columns: 1fr; margin-top: 38px; border-top: 0; }
  .process-list li { min-height: auto; display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 24px 20px; }
  .process-list span { margin-bottom: 0; }
  .deliverables-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .deliverables-heading > p { font-size: 12px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: auto; padding: 26px 22px; }
  .company-copy { padding: 60px 24px; }
  .company-person { min-height: 0; padding: 44px 24px 0; }
  .company-person > div { padding: 26px 0 34px; }
  .insights-heading { align-items: flex-start; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-grid article { min-height: 300px; }
  .webinar-inner { grid-template-columns: 1fr; gap: 24px; }
  .webinar-inner .button { grid-column: auto; width: 100%; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-list summary { padding: 22px 42px 22px 0; font-size: 14px; }
  .faq-list details p { padding-right: 20px; font-size: 12px; }
  .contact { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
  .contact-side { display: none; }
  .contact-main { padding: 64px 24px; }
  .contact-main .button { width: 100%; }
  .contact-brand { grid-column: auto; padding: 34px 24px 110px; }
  .contact-brand img { width: 100px; }
  .site-footer { padding-bottom: 98px; }
  .site-footer nav { gap: 10px 16px; font-size: 8px; }
  .mobile-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -10px 28px rgba(25, 24, 27,.12); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .2s ease, transform .2s ease; }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-cta p { margin: 0; font-size: 9px; font-weight: 500; line-height: 1.5; }
  .mobile-cta a { min-height: 46px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 15px; border-radius: 4px; color: var(--white); background: var(--green); font-size: 11px; font-weight: 500; text-decoration: none; }
  .breadcrumb { padding-top: 82px; font-size: 8px; }
  .sub-hero { padding: 42px 0 60px; }
  .sub-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 26px; }
  .sub-hero__copy { padding: 22px 0 0; }
  .sub-hero h1 { font-size: 39px; }
  .sub-hero p:not(.kicker) { font-size: 13px; }
  .sub-hero__visual { min-height: 250px; }
  .sub-hero img { max-height: none; }
  .sub-hero__guide { grid-template-columns: 1fr; }
  .sub-hero__guide > div { min-height: 68px; display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-content: center; padding: 10px 12px; }
  .sub-hero__guide span { margin-bottom: 0; }
  .sub-hero--simple .sub-hero__grid { min-height: 0; }
  .sub-hero--simple .sub-hero__visual { min-height: 230px; }
  .sub-cta { grid-template-columns: 1fr; gap: 28px; padding: 60px 24px 90px; }
  .sub-cta .button { width: 100%; }
  .site-footer--deep { grid-template-columns: 1fr; gap: 28px; padding: 45px 24px 110px; }
  .site-footer--deep > div { align-items: flex-start; }
  .site-footer--deep nav { grid-template-columns: 1fr 1fr; }
  .site-footer--deep small { grid-column: auto; }
  .archive-layout { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 35px; }
  .archive-layout > aside { position: static; }
  .archive-list article { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
  .archive-list article > span, .archive-list h2, .archive-list p, .archive-list .text-link { grid-column: 1; grid-row: auto; }
  .archive-list h2 { font-size: 20px; }
  .archive-list .text-link { margin-top: 10px; }
  .archive-layout--border { padding-top: 60px; }
  .archive-title h2 { font-size: 30px; }
  .content-principles > .container { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-top: 48px; padding-bottom: 48px; }
  .content-principles h2 { font-size: 28px; }
  .content-principles p { font-size: 12px; }
  .topic-map__grid { grid-template-columns: 1fr; margin-top: 32px; }
  .topic-map__grid > a { min-height: 210px; }
  .topic-map__grid span { margin-bottom: 28px; }
  .category-scope > .container { grid-template-columns: 1fr; gap: 40px; }
  .category-scope__intro h2 { font-size: 31px; }
  .planned-content { grid-template-columns: 1fr; }
  .article-page { width: calc(100% - 32px); padding: 105px 0 80px; }
  .article-fv-image { margin-bottom: 30px; }
  .article-page h1 { font-size: 34px; }
  .article-page > header > p { font-size: 14px; }
  .article-meta { flex-direction: column; gap: 4px; }
  .article-takeaways { grid-template-columns: 1fr; }
  .article-takeaways > div { min-height: 72px; display: grid; grid-template-columns: 34px 1fr; align-content: center; }
  .article-takeaways span { margin-bottom: 0; }
  .article-body { margin-top: 40px; }
  .article-body h2 { margin-top: 48px; font-size: 25px; }
  .article-body p, .article-body li { font-size: 15px; }
  .article-table > div { grid-template-columns: 1fr; gap: 4px; }
  .article-cta { padding: 28px 22px; }
  .case-archive .featured-case { grid-template-columns: 1fr; gap: 35px; padding: 35px 24px; }
  .case-method { padding: 60px 0; }
  .case-method > .container { grid-template-columns: 1fr; gap: 30px; }
  .case-method h2 { font-size: 29px; }
  .case-method__grid { grid-template-columns: 1fr; }
  .featured-case > strong { width: fit-content; display: inline-flex; gap: 8px; align-items: baseline; font-size: 72px; }
  .featured-case > strong small { margin-top: 0; text-align: left; }
  .case-mini-grid { grid-template-columns: 1fr; }
  .case-mini-grid article { min-height: 230px; }
  .case-detail { padding-top: 66px; }
  .case-detail > header { min-height: 0; grid-template-columns: 1fr; gap: 16px; padding: 42px 24px 62px; }
  .case-detail > header > :not(.case-detail__visual), .case-detail__visual { grid-column: 1; }
  .case-detail__visual { grid-row: auto; margin-bottom: 20px; }
  .case-detail > header h1 { font-size: 36px; line-height: 1.42; }
  .case-detail > header > strong { font-size: 64px; }
  .case-story { width: calc(100% - 32px); padding: 55px 0; }
  .case-story section { grid-template-columns: 1fr; gap: 12px; padding: 40px 0; }
  .case-story span, .case-result small { grid-row: auto; grid-column: auto; }
  .case-story .case-result { padding: 30px 24px; }
  .seminar-list article { grid-template-columns: 1fr; }
  .seminar-value { padding: 60px 0; }
  .seminar-value > .container { grid-template-columns: 1fr; gap: 34px; }
  .seminar-value h2 { font-size: 31px; }
  .seminar-value__list { grid-template-columns: 1fr; }
  .seminar-value__list article { min-height: 190px; }
  .seminar-value__list h3 { margin-top: 30px; }
  .seminar-list article > div:last-child { padding: 32px 22px; }
  .seminar-date { min-height: 210px; }
  .event-hero { padding: 120px 0 70px; }
  .event-hero > .container { grid-template-columns: 1fr; gap: 34px; }
  .event-hero__visual, .event-hero__copy { grid-column: 1; grid-row: auto; }
  .event-hero h1 { font-size: 41px; }
  .event-content > .container { grid-template-columns: 1fr; gap: 35px; }
  .contact-page { width: 100%; max-width: 100vw; grid-template-columns: minmax(0, 1fr); overflow: hidden; padding-top: 66px; }
  .contact-page__intro, .contact-page__form, .consultation-form, .form-grid, .check-grid, .consultation-form fieldset { min-width: 0; }
  .contact-page__intro { position: static; width: 100%; max-width: 100vw; height: auto; min-height: 0; padding: 48px 24px 60px; }
  .contact-page__visual { aspect-ratio: 16 / 9; margin-top: 30px; }
  .contact-page__intro h1 { font-size: 34px; }
  .contact-page__form { padding: 55px 20px 100px; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .form-heading h2 { font-size: 30px; }
  .policy-page .container { width: calc(100% - 32px); }
  .html-sitemap .container { grid-template-columns: 1fr; gap: 30px; }
  .not-found h1 { font-size: 39px; }
}

@media (max-width: 390px) {
  h1 { font-size: 39px; }
  .hero-description br { display: none; }
  .proof-chips > div { padding: 11px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: 260px; }
}

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