:root {
  --paper: #f6f5f1;
  --paper-deep: #ebeae4;
  --ink: #202c29;
  --muted: #68736e;
  --line: #d8ddd6;
  --green: #1f4d43;
  --green-dark: #173c35;
  --green-soft: #dbe8dd;
  --lime: #c9dc67;
  --coral: #ee8060;
  --white: #fffef9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --shadow: 0 16px 50px rgba(24, 51, 44, .09);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

body, button, a { -webkit-font-smoothing: antialiased; }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

::selection { background: var(--lime); color: var(--green-dark); }

.container { margin: 0 auto; max-width: 1220px; padding-left: 28px; padding-right: 28px; width: 100%; }

.section-pad { padding-bottom: 128px; padding-top: 128px; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--lime);
  color: var(--green-dark);
  font-weight: 700;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus { top: 16px; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header {
  background: rgba(246, 245, 241, .92);
  border-bottom: 1px solid rgba(216, 221, 214, .72);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 82px; }

.brand { align-items: center; display: inline-flex; gap: 10px; }

.brand-logo { border-radius: 3px; display: block; height: 35px; object-fit: cover; width: 35px; }

.brand-name { font-size: 17px; font-weight: 750; letter-spacing: -.04em; }

.brand-name span { color: var(--muted); font-weight: 500; }

.site-nav { align-items: center; display: flex; gap: 32px; }

.site-nav > a:not(.nav-cta) { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }

.site-nav > a:not(.nav-cta):hover { color: var(--green); }

.nav-cta {
  align-items: center;
  background: var(--green);
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 12px;
  min-height: 44px;
  padding: 0 17px;
  transition: background .2s ease, transform .2s ease;
}

.nav-cta:hover, .button-primary:hover { background: var(--green-dark); transform: translateY(-2px); }

.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 44px; padding: 10px; position: relative; width: 44px; }

.menu-toggle > span:not(.sr-only) { background: var(--green); display: block; height: 2px; margin: 5px 0; transition: transform .25s ease, width .25s ease; width: 22px; }

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }

body.menu-open { overflow: hidden; }

.hero { padding-bottom: 106px; padding-top: 102px; }

.hero-grid { align-items: center; display: grid; gap: clamp(48px, 7vw, 102px); grid-template-columns: minmax(0, 1.06fr) minmax(340px, .82fr); }

.eyebrow { align-items: center; color: var(--coral); display: flex; font-size: 11px; font-weight: 800; gap: 9px; letter-spacing: .14em; margin: 0 0 22px; text-transform: uppercase; }

.eyebrow-dot { background: var(--coral); border-radius: 50%; display: inline-block; height: 8px; width: 8px; }

h1, h2, h3, p { margin-top: 0; }

h1, h2 { font-weight: 550; letter-spacing: -.065em; line-height: 1.02; }

h1 { font-size: clamp(3.4rem, 6.7vw, 6.6rem); margin-bottom: 30px; max-width: 760px; }

h1 em, h2 em { color: var(--green); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.07em; }

.hero-lead { color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; margin-bottom: 34px; max-width: 565px; }

.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }

.button { align-items: center; display: inline-flex; font-size: 14px; font-weight: 750; gap: 18px; justify-content: center; min-height: 52px; padding: 0 22px; transition: background .2s ease, color .2s ease, transform .2s ease; }

.button-primary { background: var(--green); color: var(--white); }

.button-light { background: var(--lime); color: var(--green-dark); }

.button-light:hover { background: var(--white); transform: translateY(-2px); }

.text-link, .arrow-link, .big-arrow-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 750; gap: 13px; transition: color .2s ease, gap .2s ease; }

.text-link:hover, .arrow-link:hover, .big-arrow-link:hover { color: var(--coral); gap: 18px; }

.hero-note { align-items: center; color: var(--muted); display: flex; font-size: 13px; gap: 9px; margin: 30px 0 0; }

.hero-note span { color: var(--coral); font-size: 18px; }

.hero-visual { background: var(--green); box-shadow: var(--shadow); color: var(--white); display: flex; flex-direction: column; min-height: 544px; overflow: hidden; padding: 28px 30px 25px; position: relative; }

.hero-visual::before { border: 1px solid rgba(201, 220, 103, .28); border-radius: 50%; content: ""; height: 280px; position: absolute; right: -104px; top: -110px; width: 280px; }

.hero-visual::after { background: var(--coral); border-radius: 50%; content: ""; height: 12px; position: absolute; right: 31px; top: 31px; width: 12px; }

.visual-topline { border-bottom: 1px solid rgba(255,255,249,.2); color: rgba(255,255,249,.65); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .14em; padding-bottom: 17px; text-transform: uppercase; }

.visual-heading { font-size: clamp(2.6rem, 4.1vw, 4.3rem); letter-spacing: -.07em; line-height: .98; margin: 58px 0 45px; position: relative; }

.visual-heading strong { color: var(--lime); font-weight: 500; }

.map-line { background: rgba(201,220,103,.5); height: 245px; left: 47px; position: absolute; top: 254px; width: 1px; }

.map-step { align-items: center; border-bottom: 1px solid rgba(255,255,249,.2); display: grid; gap: 17px; grid-template-columns: 32px 1fr 24px; min-height: 74px; padding-left: 1px; position: relative; }

.map-step > span { align-items: center; border: 1px solid rgba(255,255,249,.35); border-radius: 50%; color: rgba(255,255,249,.75); display: flex; font-size: 10px; height: 32px; justify-content: center; position: relative; width: 32px; z-index: 1; }

.map-step > div { display: grid; gap: 4px; min-width: 0; }

.map-step small { color: rgba(255,255,249,.57); font-size: 11px; line-height: 1.25; }

.map-step strong { display: block; font-size: 17px; font-weight: 600; letter-spacing: -.03em; line-height: 1.25; }

.map-step b { color: rgba(255,255,249,.6); font-size: 18px; font-weight: 400; text-align: right; }

.map-step-active > span { background: var(--lime); border-color: var(--lime); color: var(--green-dark); }

.map-step-active strong { color: var(--lime); }

.visual-foot { align-items: center; border-top: 1px solid rgba(255,255,249,.2); color: rgba(255,255,249,.7); display: flex; font-size: 12px; gap: 12px; margin-top: 24px; padding-top: 20px; position: relative; }

.visual-foot strong { color: var(--white); font-weight: 600; }

.mini-avatar { border-radius: 4px; display: block; height: 35px; object-fit: cover; width: 35px; }

.value-strip { background: var(--green-soft); border-bottom: 1px solid rgba(31,77,67,.08); border-top: 1px solid rgba(31,77,67,.08); }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.value-item { align-items: center; border-right: 1px solid rgba(31,77,67,.15); display: flex; font-size: 13px; font-weight: 700; gap: 16px; min-height: 84px; padding: 0 22px; }

.value-item:first-child { padding-left: 0; }

.value-item:last-child { border-right: 0; }

.value-number, .service-index { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .1em; }

.split-intro { align-items: start; display: grid; gap: 70px; grid-template-columns: minmax(155px, .35fr) 1fr; }

.section-intro { margin-bottom: 62px; }

h2 { font-size: clamp(2.5rem, 4.6vw, 4.9rem); margin-bottom: 26px; }

.section-desc { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0; max-width: 510px; }

.problem-section { background: var(--paper); }

.problem-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-bottom: 38px; }

.problem-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 213px; padding: 23px 25px 26px; }

.problem-card:nth-child(4n) { border-right: 0; }

.problem-card:nth-child(-n+4) { border-top: 1px solid var(--line); }

.problem-card > span { color: var(--coral); display: block; font-size: 11px; font-weight: 800; margin-bottom: 38px; }

.problem-card h3 { font-size: 17px; letter-spacing: -.035em; line-height: 1.25; margin-bottom: 8px; }

.problem-card p { color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 0; }

.method-section, .integrity-section, .final-cta { background: var(--green); color: var(--white); }

.method-heading { max-width: 760px; }

.eyebrow-light { color: var(--lime); }

.eyebrow-light::before { background: var(--lime); }

.method-heading h2, .integrity-section h2, .final-cta h2 { color: var(--white); }

.method-heading h2 em, .integrity-section h2 em, .final-cta h2 em { color: var(--lime); }

.method-heading > p:last-child { color: rgba(255,255,249,.68); font-size: 17px; line-height: 1.6; max-width: 550px; }

.workflow { margin: 78px 0 38px; overflow-x: auto; padding-bottom: 10px; }

.workflow-list { display: grid; gap: 0; grid-template-columns: repeat(9, minmax(112px, 1fr)); list-style: none; margin: 0; min-width: 1020px; padding: 0; position: relative; }

.workflow-line { background: rgba(201,220,103,.46); height: 1px; position: relative; top: 16px; width: calc(100% - 55px); }

.workflow-list li { display: grid; gap: 9px; padding-right: 17px; position: relative; }

.workflow-list li::before { background: var(--green); border: 1px solid var(--lime); border-radius: 50%; content: ""; height: 11px; margin: 11px 0 -1px 4px; position: relative; width: 11px; z-index: 1; }

.workflow-list li:first-child::before, .workflow-list li:last-child::before { background: var(--lime); }

.workflow-list li > span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; }

.workflow-list strong { font-size: 15px; line-height: 1.2; }

.workflow-list small { color: rgba(255,255,249,.54); font-size: 11px; }

.method-bottom { align-items: baseline; border-top: 1px solid rgba(255,255,249,.2); display: flex; gap: 22px; padding-top: 24px; }

.method-bottom span { color: rgba(255,255,249,.55); font-size: 13px; }

.method-bottom strong { color: var(--lime); font-size: 15px; font-weight: 600; }

.navigator-section { background: var(--paper-deep); }

.navigator-grid { display: grid; gap: 14px; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }

.navigator-flow, .navigator-aside { background: var(--paper); padding: 31px; }

.navigator-kicker { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin: 0; text-transform: uppercase; }

.navigator-list { display: grid; gap: 0 24px; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 30px 0 0; padding: 0; }

.navigator-list li { border-top: 1px solid var(--line); display: grid; gap: 4px 12px; grid-template-columns: 27px 1fr; padding: 16px 0 14px; }

.navigator-list li > span { color: var(--coral); font-size: 10px; font-weight: 800; grid-row: span 2; letter-spacing: .08em; padding-top: 3px; }

.navigator-list strong { font-size: 14px; letter-spacing: -.025em; line-height: 1.25; }

.navigator-list small { color: var(--muted); font-size: 11px; line-height: 1.45; }

.navigator-aside { background: var(--green); color: var(--white); }

.navigator-aside .navigator-kicker { color: var(--lime); }

.navigator-aside h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.06em; line-height: 1.05; margin: 22px 0 25px; max-width: 300px; }

.navigator-aside details { border-color: rgba(255,255,249,.22); }

.navigator-aside summary { font-size: 14px; min-height: 57px; }

.navigator-aside summary::after { color: var(--lime); }

.navigator-aside details > p { color: rgba(255,255,249,.76); font-size: 14px; margin-bottom: 16px; }

.navigator-aside .aside-note { border-left: 2px solid var(--coral); color: rgba(255,255,249,.6); font-size: 12px; padding-left: 13px; }

.navigator-warning { align-items: flex-start; background: rgba(201,220,103,.12); display: flex; gap: 12px; margin-top: 25px; padding: 16px; }

.navigator-warning > span { align-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); display: inline-flex; flex: 0 0 21px; font-size: 12px; font-weight: 800; height: 21px; justify-content: center; }

.navigator-warning p { color: rgba(255,255,249,.7); font-size: 12px; line-height: 1.5; margin: 0; }

.observation-panel { align-items: start; background: var(--green-dark); color: var(--white); display: grid; gap: 50px; grid-template-columns: minmax(230px, .7fr) 1.3fr; margin-top: 14px; padding: 29px 31px 31px; }

.observation-panel .navigator-kicker { color: var(--lime); }

.observation-panel h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.06em; line-height: 1.05; margin: 20px 0 0; max-width: 300px; }

.observation-list { align-content: start; display: grid; gap: 0 30px; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }

.observation-list li { border-bottom: 1px solid rgba(255,255,249,.16); color: rgba(255,255,249,.74); font-size: 13px; padding: 11px 0; }

.services-section { background: var(--paper-deep); }

.services-intro { margin-bottom: 60px; }

.services-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }

.service-card { background: var(--paper); min-height: 292px; padding: 26px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }

.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }

.service-card.service-featured { background: var(--green); color: var(--white); }

.service-icon { color: var(--coral); display: block; font-family: var(--serif); font-size: 30px; font-style: italic; height: 37px; line-height: 1; }

.service-index { margin: 13px 0 31px; }

.service-card h3 { font-size: 19px; letter-spacing: -.045em; line-height: 1.15; margin-bottom: 11px; }

.service-card > p:not(.service-index) { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 0; }

.service-featured > p:not(.service-index) { color: rgba(255,255,249,.72); }

.service-card a { bottom: 24px; color: var(--lime); font-size: 12px; font-weight: 700; left: 26px; position: absolute; }

.service-card a span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }

.service-card a:hover span { transform: translateX(4px); }

.management-section { background: var(--paper); }

.management-grid { align-items: center; display: grid; gap: clamp(60px, 10vw, 145px); grid-template-columns: minmax(260px, .75fr) 1fr; }

.management-stamp { align-items: center; aspect-ratio: 1; background: var(--lime); color: var(--green-dark); display: flex; flex-direction: column; justify-content: center; max-width: 365px; position: relative; transform: rotate(-4deg); }

.management-stamp::after { border: 1px solid var(--green); content: ""; height: calc(100% - 24px); left: 12px; opacity: .35; position: absolute; top: 12px; width: calc(100% - 24px); }

.management-stamp span { font-size: 11px; font-weight: 800; letter-spacing: .2em; margin-bottom: 15px; text-transform: uppercase; }

.management-stamp strong { font-size: clamp(1.4rem, 2.5vw, 2.2rem); letter-spacing: -.06em; line-height: .95; text-align: center; }

.management-stamp-logo { border-radius: 8px; height: 58px; left: 13%; object-fit: cover; position: absolute; top: 10%; width: 58px; }

.management-copy { max-width: 610px; }

.management-copy h2 { margin-bottom: 29px; }

.management-copy > p { color: var(--muted); font-size: 16px; line-height: 1.7; }

.management-copy > p strong { color: var(--green); font-weight: 750; }

.management-links { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 24px; margin-top: 35px; padding-top: 19px; }

.management-links a { align-items: center; color: var(--green); display: inline-flex; font-size: 13px; font-weight: 750; gap: 9px; }

.management-links a:hover { color: var(--coral); }

.expertise-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-top: 14px; }

.expertise-card { background: var(--paper-deep); min-height: 420px; padding: 29px 31px 77px; position: relative; }

.expertise-card-marketing { background: var(--green); color: var(--white); }

.expertise-card-head { align-items: center; display: flex; justify-content: space-between; }

.expertise-number { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; }

.expertise-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.expertise-card-marketing .expertise-label { color: rgba(255,255,249,.55); }

.expertise-card h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.065em; line-height: 1.04; margin: 44px 0 14px; max-width: 400px; }

.expertise-card > p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 22px; max-width: 475px; }

.expertise-card-marketing > p { color: rgba(255,255,249,.7); }

.focus-list { display: grid; gap: 8px 18px; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }

.focus-list li { align-items: baseline; color: var(--green); display: flex; font-size: 12px; gap: 8px; line-height: 1.35; }

.focus-list li::before { color: var(--coral); content: "•"; font-size: 17px; }

.expertise-card-marketing .focus-list li { color: rgba(255,255,249,.78); }

.expertise-link { bottom: 27px; color: var(--green); font-size: 12px; font-weight: 800; left: 31px; position: absolute; }

.expertise-card-marketing .expertise-link { color: var(--lime); }

.expertise-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }

.expertise-link:hover span { transform: translateX(4px); }

.integrity-section { background: var(--green-dark); }

.integrity-grid { display: grid; gap: clamp(45px, 8vw, 120px); grid-template-columns: 1fr 1fr; }

.integrity-grid h2 { max-width: 540px; }

.integrity-copy { padding-top: 45px; }

.integrity-copy > p { color: rgba(255,255,249,.7); font-size: 17px; line-height: 1.7; max-width: 530px; }

.integrity-chain { align-items: center; border-bottom: 1px solid rgba(201,220,103,.35); border-top: 1px solid rgba(201,220,103,.35); color: var(--lime); display: flex; font-size: 14px; font-weight: 700; justify-content: space-between; margin-top: 44px; padding: 20px 0; }

.integrity-chain b { color: var(--coral); font-size: 18px; font-weight: 400; }

.degree-section { background: var(--paper-deep); }

.degree-head { align-items: end; display: grid; gap: 40px; grid-template-columns: 1fr 1fr; margin-bottom: 60px; }

.degree-head h2 { margin-bottom: 0; }

.degree-head > p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; max-width: 470px; }

.degree-head strong { color: var(--green); }

.degree-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }

.degree-card { background: var(--paper); min-height: 300px; padding: 30px; position: relative; }

.degree-card-main { background: var(--green); color: var(--white); }

.degree-card > span { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.degree-card h3 { font-size: 42px; letter-spacing: -.07em; margin: 44px 0 8px; }

.degree-card p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 225px; }

.degree-card-main p { color: rgba(255,255,249,.68); }

.degree-card a { bottom: 26px; color: var(--green); font-size: 12px; font-weight: 750; left: 30px; position: absolute; }

.degree-card-main a { color: var(--lime); }

.degree-card a span { margin-left: 7px; }

.big-arrow-link { color: var(--green); font-size: 15px; margin-top: 31px; }

.faq-section { background: var(--paper); }

.faq-grid { display: grid; gap: clamp(55px, 9vw, 150px); grid-template-columns: minmax(250px, .74fr) 1fr; }

.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 30px; max-width: 295px; }

.faq-list { border-top: 1px solid var(--line); }

details { border-bottom: 1px solid var(--line); }

summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 650; justify-content: space-between; list-style: none; min-height: 67px; padding: 10px 0; }

summary::-webkit-details-marker { display: none; }

summary::after { color: var(--coral); content: "+"; font-size: 24px; font-weight: 300; line-height: 1; }

details[open] summary::after { content: "−"; }

details > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: -1px 38px 22px 0; max-width: 650px; }

.final-cta { background: var(--coral); text-align: center; }

.final-cta-inner { align-items: center; display: flex; flex-direction: column; }

.final-cta .eyebrow { color: var(--green-dark); }

.final-cta .eyebrow::before { background: var(--green-dark); }

.final-cta h2 { margin-bottom: 24px; }

.final-cta-inner > p:not(.eyebrow) { color: rgba(32,44,41,.75); font-size: 17px; margin-bottom: 31px; }

.site-footer { background: var(--green-dark); color: var(--white); padding: 72px 0 30px; }

.footer-top { display: grid; gap: 50px; grid-template-columns: 2fr repeat(3, 1fr); padding-bottom: 65px; }

.footer-brand .brand-name { color: var(--white); }

.footer-brand .brand-name span { color: rgba(255,255,249,.45); }

.footer-intro { color: rgba(255,255,249,.56); font-size: 13px; line-height: 1.65; margin: 20px 0; max-width: 250px; }

.footer-column { display: flex; flex-direction: column; gap: 10px; }

.footer-column h2 { color: var(--lime); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; margin: 3px 0 13px; text-transform: uppercase; }

.footer-column a { color: rgba(255,255,249,.65); font-size: 13px; }

.footer-column a:hover, .footer-bottom a:hover { color: var(--lime); }

.footer-bottom { align-items: center; border-bottom: 1px solid rgba(255,255,249,.16); border-top: 1px solid rgba(255,255,249,.16); display: flex; font-size: 11px; justify-content: space-between; padding-bottom: 19px; padding-top: 19px; }

.footer-bottom p { color: rgba(255,255,249,.48); margin: 0; }

.footer-bottom div { display: flex; gap: 20px; }

.footer-bottom a { color: rgba(255,255,249,.63); }

.disclaimer p { color: rgba(255,255,249,.43); font-size: 11px; line-height: 1.6; margin: 24px 0 0; max-width: 680px; }

.disclaimer strong { color: rgba(255,255,249,.65); }

.legal-page { min-height: calc(100vh - 180px); }

.legal-wrap { max-width: 820px; }

.legal-wrap h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); margin-bottom: 15px; }

.legal-updated { color: var(--muted); font-size: 13px; margin-bottom: 70px; }

.legal-wrap section { border-top: 1px solid var(--line); padding: 30px 0 20px; }

.legal-wrap section h2 { font-family: var(--sans); font-size: 22px; font-weight: 700; letter-spacing: -.05em; margin-bottom: 12px; }

.legal-wrap section p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 700px; }

.legal-wrap > .arrow-link { margin-top: 20px; }

@media (max-width: 1050px) {
  .hero-grid { gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); }
  h1 { font-size: clamp(3.1rem, 6.3vw, 5.3rem); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .problem-card:nth-child(2n) { border-right: 0; }
  .problem-card:nth-child(n+3) { border-top: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .management-grid { gap: 60px; }
  .workflow { overflow: visible; padding-bottom: 0; }
  .workflow-line { display: none; }
  .workflow-list { gap: 0 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .workflow-list li { border-bottom: 1px solid rgba(255,255,249,.2); padding: 16px 0 18px; }
}

@media (max-width: 760px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .section-pad { padding-bottom: 82px; padding-top: 82px; }
  .site-header { position: sticky; top: 0; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; height: calc(100vh - 72px); height: calc(100dvh - 72px); left: 0; max-height: calc(100vh - 72px); overflow-y: auto; padding: 14px 20px 24px; position: fixed; right: 0; top: 72px; z-index: 19; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: clamp(2rem, 8vw, 3.25rem); font-weight: 600; letter-spacing: -.06em; min-height: 80px; padding: 18px 0; width: 100%; }
  .site-nav .nav-cta { justify-content: space-between; margin-top: auto; min-height: 58px; width: 100%; }
  .hero { padding-bottom: 76px; padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem, 15vw, 5.4rem); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 485px; padding: 24px 23px 25px; }
  .visual-heading { margin: 52px 0 34px; }
  .map-line { height: 245px; left: 39px; top: 230px; }
  .visual-foot { left: auto; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-item, .value-item:first-child { border-bottom: 1px solid rgba(31,77,67,.15); min-height: 70px; padding: 0 12px; }
  .value-item:nth-child(2) { border-right: 0; }
  .value-item:nth-child(3), .value-item:nth-child(4) { border-bottom: 0; }
  .split-intro, .degree-head, .integrity-grid, .faq-grid { gap: 24px; grid-template-columns: 1fr; }
  .section-intro { margin-bottom: 42px; }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { border-right: 0 !important; min-height: 0; padding: 20px 0 21px; }
  .problem-card:nth-child(n) { border-top: 0; }
  .problem-card:first-child { border-top: 1px solid var(--line) !important; }
  .problem-card > span { margin-bottom: 19px; }
  .method-heading > p:last-child { font-size: 16px; }
  .workflow { margin-top: 53px; }
  .workflow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .navigator-grid { grid-template-columns: 1fr; }
  .navigator-flow, .navigator-aside { padding: 24px 20px; }
  .observation-panel { gap: 30px; grid-template-columns: 1fr; padding: 24px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .management-grid { gap: 54px; grid-template-columns: 1fr; }
  .management-stamp { margin: 0 auto; max-width: 300px; width: 100%; }
  .management-copy > p { font-size: 15px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 0; padding-bottom: 78px; }
  .integrity-copy { padding-top: 0; }
  .integrity-copy > p { font-size: 16px; }
  .integrity-chain { flex-wrap: wrap; gap: 9px; justify-content: flex-start; }
  .integrity-chain b { padding: 0 3px; }
  .degree-grid { grid-template-columns: 1fr; }
  .degree-card { min-height: 250px; }
  .degree-card h3 { margin-top: 30px; }
  .faq-intro > p:not(.eyebrow) { max-width: 420px; }
  .footer-top { gap: 38px; grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .legal-updated { margin-bottom: 46px; }
}

@media (max-width: 390px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .visual-heading { font-size: 2.65rem; }
  .workflow-list { grid-template-columns: 1fr; }
  .value-item { font-size: 12px; gap: 9px; }
  .value-number { font-size: 9px; }
  .navigator-list, .focus-list, .observation-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
}

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