:root {
  --bg: #f7fafc;
  --surface: #ffffff;
  --surface-blue: #edf5fb;
  --ink: #112d45;
  --muted: #506779;
  --blue: #0d5f91;
  --blue-strong: #08466d;
  --blue-soft: #d6e8f4;
  --line: #cbdde8;
  --warning: #7a4b00;
  --warning-bg: #fff7e8;
  --radius: 12px;
  --shadow: 0 22px 60px rgba(17, 45, 69, .12);
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", serif;
  --wide: 1180px;
  --copy: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--blue-strong); outline-offset: 3px; box-shadow: 0 0 0 6px #ffbf47; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 8px 14px; color: #fff; background: var(--blue-strong); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(203, 221, 232, .9); background: rgba(247, 250, 252, .96); backdrop-filter: blur(12px); }
.site-nav { width: min(calc(100% - 40px), var(--wide)); min-height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 180px; height: 54px; display: inline-flex; overflow: hidden; border-radius: 6px; background: #fff; text-decoration: none; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 18px; border: 1px solid var(--blue); border-radius: 999px; color: var(--blue); }

.container { width: min(calc(100% - 40px), var(--wide)); margin-inline: auto; }
.copy-width { width: min(calc(100% - 40px), var(--copy)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-compact { padding: 64px 0; }
.section-blue { background: var(--surface-blue); }
.section-white { background: var(--surface); }
.section-rule { border-block: 1px solid var(--line); }
.section-heading { max-width: 820px; margin-bottom: 40px; }
.section-heading h2, .legal-page h1, .legal-page h2, .page-hero h1, .hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.35;
}
.section-heading h2 { font-size: clamp(30px, 4vw, 44px); }
.section-heading p { max-width: 700px; margin: 16px 0 0; color: var(--muted); }
.kicker { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; }

.hero { min-height: min(780px, calc(100dvh - 72px)); display: grid; align-items: center; padding: 56px 0 72px; background: linear-gradient(135deg, #f7fafc 0%, #e5f1f8 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: clamp(36px, 6vw, 84px); align-items: center; }
.hero h1 { max-width: 760px; font-size: clamp(42px, 5vw, 68px); }
.hero-copy { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); }
.hero-note { margin: 18px 0 0; color: var(--blue-strong); font-size: 14px; font-weight: 700; }
.hero-actions, .button-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-art { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--blue-soft); }
.hero-art.landscape { aspect-ratio: 5 / 4; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; pointer-events: none; }

.art-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #f7fbff;
  background: #0b2d46;
}
.art-hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.art-hero--pegasus .art-hero-image { object-position: 67% center; }
.art-hero--sky .art-hero-image { object-position: 60% center; }
.art-hero--feather .art-hero-image { object-position: 66% center; }
.art-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 25, 43, .94) 0%, rgba(5, 28, 48, .84) 31%, rgba(7, 38, 64, .58) 56%, rgba(9, 48, 78, .16) 82%),
    linear-gradient(180deg, rgba(4, 21, 37, .24) 0%, transparent 48%, rgba(4, 21, 37, .62) 100%);
}
.art-hero-inner { width: min(calc(100% - 40px), var(--wide)); margin-inline: auto; padding: clamp(54px, 8svh, 92px) 0 clamp(46px, 7svh, 78px); }
.art-hero-content { width: min(850px, 74%); }
.art-hero .kicker { color: #c8e9fb; }
.phrase-nowrap { white-space: nowrap; }
.art-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.25;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(2, 17, 29, .42);
}
.art-hero-copy { max-width: 720px; margin: 24px 0 0; color: rgba(247, 251, 255, .92); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.9; }
.art-hero-note { display: block; margin-top: 12px; color: #e7f5fc; font-size: 13px; font-weight: 800; line-height: 1.7; }
.art-hero .hero-actions { margin-top: 28px; }
.art-hero .button { color: var(--blue-strong); border-color: #f7fbff; background: #f7fbff; }
.art-hero .button:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.art-hero .button.secondary { color: #fff; border-color: rgba(255,255,255,.8); background: rgba(5, 31, 53, .3); backdrop-filter: blur(8px); }
.art-hero .button.secondary:hover { border-color: #fff; background: rgba(5, 31, 53, .76); }

.content-hero {
  position: relative;
  min-height: clamp(440px, 58svh, 620px);
  isolation: isolate;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #f7fbff;
  background: #0b2d46;
}
.content-hero-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.content-hero--pegasus .content-hero-art { object-position: 65% center; }
.content-hero--sky .content-hero-art { object-position: center; }
.content-hero--feather .content-hero-art { object-position: 65% center; }
.content-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4, 23, 40, .94), rgba(5, 32, 55, .68) 56%, rgba(5, 32, 55, .16)), linear-gradient(180deg, rgba(4, 23, 40, .12), rgba(4, 23, 40, .76)); }
.content-hero-inner { padding: 64px 0 58px; }
.breadcrumbs-light { color: rgba(247,251,255,.76); }
.breadcrumbs-light a { color: #fff; }
.content-type { margin: 0 0 10px; color: #c8e9fb; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.content-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: -.03em; line-height: 1.3; text-wrap: balance; }
.content-lead { max-width: 760px; margin: 20px 0 0; color: rgba(247,251,255,.9); font-size: clamp(16px, 1.6vw, 19px); }

.content-shell { width: min(calc(100% - 40px), var(--wide)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(52px, 8vw, 100px); align-items: start; padding: 88px 0 112px; }
.editorial-body { min-width: 0; max-width: 790px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 48px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.article-meta a { color: var(--blue); font-weight: 800; text-underline-offset: 3px; }
.article-section { padding: 0 0 56px; }
.article-section + .article-section { padding-top: 56px; border-top: 1px solid var(--line); }
.article-section h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(29px, 3.5vw, 42px); line-height: 1.4; letter-spacing: -.02em; }
.article-section > p { margin: 0; color: var(--muted); }
.article-section > p + p { margin-top: 18px; }
.article-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.article-steps article { min-height: 164px; padding: 24px; border-radius: var(--radius); background: var(--surface-blue); }
.article-steps article:nth-child(3n) { background: #e4f0f8; }
.article-steps h3 { margin: 0 0 8px; font-size: 18px; }
.article-steps p { margin: 0; color: var(--muted); }
.article-checklist { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; list-style: none; }
.article-checklist li { position: relative; min-height: 50px; padding: 12px 14px 12px 42px; border-radius: 8px; background: var(--surface-blue); }
.article-checklist li::before { position: absolute; top: 16px; left: 15px; width: 14px; height: 14px; content: ""; border: 2px solid var(--blue); border-radius: 3px; background: #fff; }
.worksheet { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.article-section + .worksheet { margin-top: 56px; border-top: 1px solid var(--line); }
.worksheet-note { margin: -8px 0 24px !important; color: var(--muted); font-size: 14px; }
.worksheet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.worksheet-field { min-height: 92px; display: grid; grid-template-columns: 22px 1fr; gap: 6px 10px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); }
.worksheet-box { width: 17px; height: 17px; margin-top: 3px; border: 2px solid var(--blue); border-radius: 3px; background: #fff; }
.worksheet-line { grid-column: 1 / -1; height: 22px; border-bottom: 1px solid #9fb7c6; }
.content-boundary { margin-top: 12px; padding: 24px 28px; border-left: 4px solid var(--blue); background: var(--surface-blue); }
.content-boundary h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 23px; }
.content-boundary p { margin: 0; color: var(--muted); }
.content-related { position: sticky; top: 104px; padding-top: 6px; }
.content-related h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 22px; }
.content-related a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 800; line-height: 1.5; text-decoration: none; }
.content-related a:hover { color: var(--blue-strong); }
.content-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.content-directory article { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-directory article:nth-child(3n + 2) { background: var(--surface-blue); }
.content-directory h2 { margin: 0 0 12px; font-size: 25px; }
.content-directory h2 a { color: var(--ink); text-decoration: none; }
.content-directory p { color: var(--muted); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--blue); border-radius: 999px; color: #fff; background: var(--blue); font-weight: 800; line-height: 1.35; text-align: center; text-decoration: none; white-space: nowrap; transition: background-color .2s ease, transform .2s ease; }
.button:hover { background: var(--blue-strong); }
.button:active { transform: translateY(1px) scale(.99); }
.button.secondary { color: var(--blue); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--blue); }
.button.is-disabled { cursor: not-allowed; color: #6e7f8a; border-color: #c7d2d9; background: #e8eef2; box-shadow: none; }
.art-hero .button.is-disabled, .art-hero .button.is-disabled:hover { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.42); background: rgba(7,31,50,.48); transform: none; }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }

.scan-public-hero .art-hero-content { width: min(820px, 74%); }
.scan-public-hero h1 { max-width: 760px; }
.hero-offer { display: flex; flex-wrap: wrap; gap: 4px 22px; margin-top: 18px; color: #fff; }
.hero-offer strong { font-size: 18px; }
.hero-offer span { align-self: center; color: rgba(247,251,255,.88); font-size: 14px; font-weight: 700; }
.hero-boundary-note { max-width: 720px; margin: 14px 0 0; color: rgba(247,251,255,.74); font-size: 12px; font-weight: 700; line-height: 1.65; }
.mobile-break { display: none; }
.prose-block { color: var(--muted); }
.prose-block p { margin: 0; }
.prose-block p + p { margin-top: 18px; }
.boundary-neutral { border-color: var(--line); color: var(--ink); background: var(--surface-blue); }
.boundary-neutral h2, .boundary-neutral h3 { color: var(--blue-strong); }
.boundary-neutral p + p { margin-top: 16px; }
.scope-block ul { margin: 0; padding-left: 1.25em; }
.scope-block li + li { margin-top: 8px; }

.sample-report-preview { position: relative; min-height: 520px; padding: clamp(26px, 4vw, 48px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: linear-gradient(145deg, #fff 0%, #f4f9fc 100%); box-shadow: var(--shadow); }
.sample-report-preview::before { position: absolute; top: 0; right: 0; width: 38%; height: 7px; content: ""; background: var(--blue); }
.sample-report-preview__head { display: grid; gap: 4px; margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.sample-report-preview__head span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.sample-report-preview__head strong { font-family: var(--serif); font-size: clamp(25px, 3vw, 34px); }
.sample-report-preview ol { display: grid; gap: 0; margin: 0; padding: 0; counter-reset: report-preview; list-style: none; }
.sample-report-preview li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); counter-increment: report-preview; }
.sample-report-preview li::before { content: counter(report-preview, decimal-leading-zero); color: var(--blue); font-size: 12px; font-weight: 900; }

.process-seven { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.process-note { margin: 26px 0 0; padding-left: 18px; border-left: 3px solid var(--blue); color: var(--muted); font-weight: 700; }

.pricing-panel { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(34px, 6vw, 78px); padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.pricing-panel__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 46px); line-height: 1.35; }
.pricing-panel__intro > p:not(.kicker):not(.price) { color: var(--muted); }
.pricing-panel .price { margin: 22px 0 12px; color: var(--blue-strong); font-size: clamp(30px, 4vw, 46px); font-weight: 900; line-height: 1.25; }
.pricing-panel__details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pricing-panel__details h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 22px; }
.pricing-panel__details ul { margin: 0; padding-left: 1.2em; }
.pricing-panel__details li + li { margin-top: 7px; }
.delivery-status { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(150px, .36fr) minmax(0, 1fr); gap: 8px 22px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-blue); }
.delivery-status span { color: var(--muted); font-size: 13px; font-weight: 800; }
.delivery-status strong { overflow-wrap: anywhere; }
.delivery-status p { grid-column: 1 / -1; margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.pricing-panel > .button, .pricing-panel > .purchase-hold-note, .pricing-panel > .purchase-boundary, .pricing-panel > .purchase-legal-links { grid-column: 1 / -1; }
.pricing-panel > .button { justify-self: start; }
.purchase-hold-note { margin: 0; color: var(--warning); font-size: 14px; font-weight: 800; }
.purchase-boundary { margin: 0; padding: 16px 18px; border-left: 4px solid var(--warning); background: var(--warning-bg); font-size: 14px; font-weight: 700; }
.purchase-legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.purchase-legal-links a { color: var(--blue); font-size: 13px; font-weight: 800; text-underline-offset: 3px; }
.sample-section-number { margin: 0 0 4px !important; color: var(--blue) !important; font-size: 12px; font-weight: 900; letter-spacing: .12em; }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.problem-item { padding: 24px; border-left: 4px solid var(--blue); background: var(--surface); }
.problem-item h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 21px; }
.problem-item p { margin: 0; color: var(--muted); }

.scope-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.scope-block { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.scope-block.future { background: transparent; }
.scope-block h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 26px; }
.scope-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.scope-list li { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 700; }
.scope-block p { margin: 20px 0 0; color: var(--muted); }

.service-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-row .service-name { color: var(--blue); font-weight: 900; letter-spacing: .03em; }
.service-row h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; }
.service-row p { max-width: 660px; margin: 0; color: var(--muted); }
.service-row a { align-self: center; }

.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 46px; }
.quality-item { padding-top: 18px; border-top: 2px solid var(--blue-soft); }
.quality-item h3 { margin: 0 0 8px; font-size: 18px; }
.quality-item p { margin: 0; color: var(--muted); }

.profile-grid, .media-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.media-split.reverse { grid-template-columns: 1.2fr .8fr; }
.media-split.reverse .media-figure { order: 2; }
.media-figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--blue-soft); }
.media-figure.portrait { aspect-ratio: 4 / 5; }
.media-figure img { width: 100%; height: 100%; object-fit: cover; }
.profile-copy h2, .media-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); line-height: 1.35; }
.profile-copy p, .media-copy p { color: var(--muted); }

.company-table, .legal-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td, .legal-table th, .legal-table td { padding: 16px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.company-table th, .legal-table th { width: 210px; padding-right: 28px; color: var(--muted); font-size: 14px; }

.service-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-card { padding: clamp(26px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.compare-card h2, .compare-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(26px, 3vw, 34px); }
.compare-card .service-name { display: block; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 900; }
.compare-card p { color: var(--muted); }
.compare-card dl { margin: 26px 0 0; }
.compare-card dt { margin-top: 18px; font-weight: 800; }
.compare-card dd { margin: 4px 0 0; color: var(--muted); }

.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.deliverable { min-height: 144px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.deliverable strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 20px; }
.deliverable p { margin: 0; color: var(--muted); }
.deliverable.report { border-color: var(--blue); background: var(--surface-blue); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: process; }
.process-step { padding: 24px; border-top: 3px solid var(--blue); background: var(--surface); counter-increment: process; }
.process-step::before { content: counter(process, decimal-leading-zero); display: block; margin-bottom: 18px; color: var(--blue); font-weight: 900; }
.process-step h3 { margin: 0 0 8px; font-size: 18px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.spec-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.spec-group { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.spec-group h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 22px; }
.spec-group ul { margin: 0; padding-left: 1.2em; }
.spec-group li + li { margin-top: 8px; }
.spec-group p { color: var(--muted); }

.boundary { padding: 28px; border: 1px solid #e8c98f; border-radius: var(--radius); background: var(--warning-bg); }
.boundary h2, .boundary h3 { margin: 0 0 12px; color: var(--warning); font-family: var(--serif); }
.boundary p { margin: 0; }
.boundary ul { margin-bottom: 0; }
.checklist { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before { position: absolute; top: .35em; left: 0; width: 20px; height: 20px; content: ""; border: 2px solid var(--blue); border-radius: 4px; background: #fff; }

.sample-frame { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.sample-frame img { width: 100%; border-radius: 8px; }
.sample-frame figcaption { padding: 12px 4px 2px; color: var(--muted); font-size: 13px; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 18px; right: 4px; content: "+"; color: var(--blue); font-size: 25px; }
.faq details[open] summary::after { content: "−"; }
.faq .answer { max-width: 760px; padding: 0 44px 22px 0; color: var(--muted); }

.cta-band { padding: 72px 0; color: #fff; background: var(--blue-strong); }
.cta-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); }
.cta-band p { max-width: 680px; color: rgba(255,255,255,.84); }
.cta-band .button { color: var(--blue-strong); border-color: #fff; background: #fff; }
.cta-band .button.secondary { color: #fff; background: transparent; }

.page-hero { padding: 72px 0 64px; border-bottom: 1px solid var(--line); background: var(--surface-blue); }
.page-hero h1 { font-size: clamp(38px, 5vw, 58px); }
.page-hero p { max-width: 720px; margin: 20px 0 0; color: var(--muted); }
.breadcrumbs { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-underline-offset: 3px; }
.breadcrumbs.breadcrumbs-light { color: rgba(247,251,255,.82); }
.legal-page { padding: 64px 0 110px; }
.legal-page h1 { font-size: clamp(34px, 4vw, 46px); }
.legal-page h2 { margin-top: 46px; font-size: 25px; }
.legal-page p, .legal-page li { color: var(--muted); }
.notice { margin: 28px 0; padding: 20px 22px; border: 1px solid #e8c98f; border-radius: var(--radius); color: var(--warning); background: var(--warning-bg); font-weight: 700; }
.status-hold { display: inline-block; padding: 5px 10px; border-radius: 6px; color: var(--warning); background: var(--warning-bg); font-size: 13px; font-weight: 900; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.contact-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 22px; }
.contact-card p { color: var(--muted); }
.contact-card .button { width: 100%; white-space: normal; }
.contact-card ul { margin: 16px 0 22px; padding-left: 1.2em; color: var(--muted); }
.contact-card li + li { margin-top: 7px; }

.service-pathways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-pathways > article { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-pathways h3 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(24px, 3vw, 31px); line-height: 1.4; }
.service-pathways p:not(.service-name) { color: var(--muted); }
.pathway-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; }
.proof-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-link { display: grid; gap: 8px; min-height: 154px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; text-decoration: none; }
.proof-link:hover { border-color: var(--blue); transform: translateY(-2px); }
.proof-link strong { align-self: end; color: var(--blue-strong); }
.proof-link span { color: var(--muted); font-size: 14px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.service-comparison-desktop { max-width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.service-comparison { width: 100%; border-collapse: collapse; }
.service-comparison th, .service-comparison td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.service-comparison th { color: var(--blue-strong); background: var(--surface-blue); }
.service-comparison tbody tr:last-child th, .service-comparison tbody tr:last-child td { border-bottom: 0; }
.service-comparison-mobile { display: none; }
.service-comparison-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.service-comparison-card h3 { margin: 0; padding: 20px; color: var(--blue-strong); background: var(--surface-blue); font-family: var(--serif); font-size: 22px; }
.service-comparison-card dl { margin: 0; }
.service-comparison-card dl > div { display: grid; gap: 5px; padding: 16px 20px; border-top: 1px solid var(--line); }
.service-comparison-card dt { color: var(--blue-strong); font-size: 13px; font-weight: 800; }
.service-comparison-card dd { margin: 0; color: var(--ink); overflow-wrap: anywhere; }

.sample-library { background: #edf5fb; }
.sample-index { position: sticky; top: 72px; z-index: 20; display: flex; flex-wrap: wrap; gap: 8px; padding-block: 14px; background: rgba(237, 245, 251, .96); backdrop-filter: blur(10px); }
.sample-index a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 44px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--blue); background: #fff; font-size: 13px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; }
.sample-index a[aria-current="location"] { border-color: var(--blue); color: #fff; background: var(--blue); }
.sample-stack { display: grid; gap: 42px; }
.sample-document { scroll-margin-top: 146px; padding: clamp(24px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 44px rgba(17, 45, 69, .08); }
.sample-document > header { margin-bottom: 30px; padding-bottom: 22px; border-bottom: 2px solid var(--blue-soft); }
.sample-document > header h2 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 38px); }
.sample-document > header p { margin: 6px 0 0; color: var(--muted); }
.sample-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sample-grid > div { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); }
.sample-grid p { margin-bottom: 0; color: var(--muted); }
.sample-table { width: 100%; border-collapse: collapse; }
.sample-table th, .sample-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.sample-table th { color: var(--blue-strong); background: var(--surface-blue); }
.script-flow { margin: 0; padding-left: 1.4em; }
.script-flow li + li { margin-top: 20px; }
.script-flow p { margin: 4px 0 0; color: var(--muted); }
.record-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; }
.record-fields > div { padding: 20px; border-left: 4px solid var(--blue); background: var(--bg); }
.record-fields dt { font-weight: 800; }
.record-fields dd { margin: 6px 0 0; color: var(--muted); }
.report-summary h3 { margin: 28px 0 6px; color: var(--blue-strong); }
.report-summary h3:first-child { margin-top: 0; }
.report-summary p { margin: 0; color: var(--muted); }
.sample-disclaimer { margin: 32px 0 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--surface-blue); font-size: 13px; font-weight: 700; }
.mobile-purchase-bar { display: none; }

.site-footer { padding: 52px 0 36px; color: #dbe8f0; background: #0b2d46; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; }
.footer-brand { margin: 0; color: #fff; font-weight: 900; letter-spacing: .08em; }
.footer-meta { margin: 10px 0 0; color: #b8ccda; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.footer-links a { color: #fff; text-underline-offset: 3px; }
.footer-disclaimer { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #b8ccda; }

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

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 38px; }
  .hero-grid, .profile-grid, .media-split, .media-split.reverse { grid-template-columns: 1fr; }
  .hero-art { aspect-ratio: 16 / 10; }
  .media-split.reverse .media-figure { order: 0; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .service-row a { justify-self: start; margin-top: 8px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-seven { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-panel { grid-template-columns: 1fr; }
  .spec-groups, .contact-options { grid-template-columns: 1fr; }
  .proof-links { grid-template-columns: 1fr; }
  .sample-grid, .record-fields { grid-template-columns: 1fr; }
  .art-hero-content { width: min(760px, 78%); }
  .content-shell { grid-template-columns: 1fr; gap: 58px; }
  .content-related { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 22px; padding-top: 32px; border-top: 1px solid var(--line); }
  .content-related h2 { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  body { font-size: 16px; }
  .site-nav { width: min(calc(100% - 28px), var(--wide)); min-height: 64px; }
  .brand { width: 142px; height: 44px; }
  .nav-cta { min-height: 40px; padding: 7px 13px; font-size: 12px; }
  .container, .copy-width { width: min(calc(100% - 32px), var(--wide)); }
  .section { padding: 68px 0; }
  .section-compact { padding: 48px 0; }
  .hero { padding: 24px 0 58px; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(36px, 10.4vw, 48px); }
  .hero-copy { margin-top: 18px; font-size: 16px; }
  .hero-actions, .button-row { display: grid; }
  .button { width: 100%; white-space: normal; }
  .problem-grid, .scope-grid, .service-compare, .deliverable-grid, .quality-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-pathways { grid-template-columns: 1fr; }
  .scope-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-seven { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 30px; }
  .company-table, .company-table tbody, .company-table tr, .company-table th, .company-table td,
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .company-table th, .legal-table th { padding-bottom: 4px; border-bottom: 0; }
  .company-table td, .legal-table td { padding-top: 0; }
  .footer-links { justify-content: flex-start; }
  .art-hero { min-height: calc(92svh - 64px); align-items: end; }
  .art-hero--pegasus .art-hero-image { object-position: 67% center; }
  .art-hero--sky .art-hero-image { object-position: 62% center; }
  .art-hero--feather .art-hero-image { object-position: 66% center; }
  .art-hero-shade { background: linear-gradient(180deg, rgba(4,23,40,.18) 0%, rgba(4,25,43,.48) 30%, rgba(4,25,43,.94) 72%, rgba(4,23,40,.98) 100%), linear-gradient(90deg, rgba(4,23,40,.62), rgba(4,23,40,.08)); }
  .art-hero-inner { width: min(calc(100% - 32px), var(--wide)); padding: 48px 0 34px; }
  .art-hero-content { width: 100%; }
  .art-hero h1 { max-width: 14ch; font-size: clamp(34px, 9.2vw, 44px); line-height: 1.28; }
  .art-hero-copy { margin-top: 16px; font-size: 15px; line-height: 1.72; }
  .art-hero-note { margin-top: 8px; font-size: 12px; }
  .art-hero .hero-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .art-hero--sky .hero-actions, .art-hero--feather .hero-actions { grid-template-columns: 1fr; }
  .scan-public-hero .hero-actions { grid-template-columns: 1fr 1fr; }
  .art-hero .button { min-height: 48px; width: 100%; padding: 10px 12px; font-size: 13px; white-space: nowrap; }
  .scan-public-hero { min-height: calc(94svh - 64px); }
  .scan-public-hero .art-hero-content { width: 100%; }
  .scan-public-hero .art-hero-inner { padding: 34px 0 24px; }
  .scan-public-hero h1 { max-width: 100%; font-size: clamp(31px, 8.7vw, 39px); line-height: 1.22; text-wrap: wrap; }
  .scan-public-hero .mobile-break { display: inline; }
  .scan-public-hero .art-hero-copy { margin-top: 12px; font-size: 14px; line-height: 1.62; }
  .scan-public-hero .hero-actions { margin-top: 14px; }
  .hero-offer { margin-top: 12px; gap: 2px 12px; }
  .hero-offer strong { font-size: 15px; }
  .hero-offer span, .hero-boundary-note { font-size: 11px; }
  .sample-report-preview { min-height: 0; }
  .pricing-panel { padding: 26px 20px; }
  .pricing-panel__details { grid-template-columns: 1fr; }
  .delivery-status { grid-template-columns: 1fr; }
  .delivery-status p { grid-column: auto; }
  .pricing-panel > .button { width: 100%; }
  body[data-page-id="scan"] { padding-bottom: 76px; }
  .mobile-purchase-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 120; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(203,221,232,.95); background: rgba(247,250,252,.96); backdrop-filter: blur(12px); }
  .mobile-purchase-bar .button { width: 100%; min-height: 48px; }
  .content-hero { min-height: 500px; }
  .content-hero-shade { background: linear-gradient(180deg, rgba(4,23,40,.22), rgba(4,23,40,.9)); }
  .content-hero-inner { padding: 52px 0 42px; }
  .content-hero h1 { font-size: clamp(34px, 9vw, 46px); }
  .content-lead { font-size: 16px; }
  .content-shell { width: min(calc(100% - 32px), var(--wide)); padding: 64px 0 82px; }
  .article-meta { display: grid; gap: 5px; margin-bottom: 38px; }
  .article-section { padding-bottom: 44px; }
  .article-section + .article-section { padding-top: 44px; }
  .article-steps, .article-checklist, .worksheet-grid, .content-directory, .content-related { grid-template-columns: 1fr; }
  .article-steps article { min-height: 0; }
  .worksheet { padding: 24px 18px; }
  .content-directory article { min-height: 0; padding: 24px; }
  .content-related h2 { grid-column: auto; }
}

@media (max-width: 600px) {
  .service-comparison-desktop { display: none; }
  .service-comparison-mobile { display: grid; gap: 18px; }
  .sample-index { top: 64px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; padding-inline: 16px; }
  .sample-index a { min-width: 0; width: 100%; padding-inline: 7px; }
  .sample-document { scroll-margin-top: 182px; }
  .sample-table, .sample-table tbody, .sample-table tr, .sample-table th, .sample-table td { display: block; width: 100%; }
  .sample-table { min-width: 0; border-collapse: separate; }
  .sample-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .sample-table tbody { display: grid; gap: 14px; }
  .sample-table tr { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
  .sample-table tbody th { padding: 13px 14px; border: 0; color: var(--blue-strong); background: var(--surface-blue); font-size: 15px; }
  .sample-table td { display: grid; grid-template-columns: minmax(76px, .42fr) minmax(0, 1fr); gap: 12px; padding: 12px 14px; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
  .sample-table td::before { content: attr(data-label); color: var(--blue-strong); font-size: 13px; font-weight: 800; }
  .sample-table td:last-child { border-bottom: 0; }
}

@media (max-width: 360px) {
  .art-hero { min-height: calc(96svh - 64px); }
  .art-hero h1 { font-size: 32px; }
  .art-hero-copy { font-size: 14px; }
  .art-hero .button { font-size: 12px; }
  .content-hero h1 { font-size: 32px; }
}

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

@media print {
  .site-header { position: static; }
  .nav-links, .cta-band { display: none; }
  body { background: #fff; }
  .content-hero { min-height: 0; color: var(--ink); background: #fff; }
  .content-hero-art, .content-hero-shade, .content-related, .site-footer { display: none; }
  .content-hero-inner { padding: 32px 0; }
  .content-lead, .breadcrumbs-light, .content-type { color: var(--muted); }
  .breadcrumbs.breadcrumbs-light { color: var(--muted); }
  .content-shell { display: block; width: 100%; padding: 0; }
  .worksheet { break-inside: avoid; }
  .service-comparison-desktop { display: block !important; }
  .service-comparison-mobile { display: none !important; }
  .sample-index { position: static; }
  .sample-table { display: table; width: 100%; border-collapse: collapse; }
  .sample-table thead { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }
  .sample-table tbody { display: table-row-group; }
  .sample-table tr { display: table-row; border: 0; }
  .sample-table th, .sample-table td { display: table-cell; width: auto; }
  .sample-table td::before { content: none; }
}
