.public-page { --paper: #f7f7f5; --ink: #202020; --muted: #5b5b5b; --red: #202020; --blue: #202020; background: var(--paper); }
.public-page::before { content: none; }
.public-page .nav { background: var(--paper); }
.public-page .brand-lockup > img { width: 38px; height: 32px; }
.public-page .text-link { text-decoration: underline; text-underline-offset: 5px; }
.public-page .button { justify-content: center; transition: none; }
.public-page .button:hover { outline: 2px solid currentColor; outline-offset: 3px; }
.public-page .section-label { margin-bottom: 32px; padding-top: 16px; }
.page-hero { padding-block: 64px; }
.page-hero h1 { max-width: 1100px; font-size: clamp(44px,6.5vw,96px); line-height: .98; font-weight: 800; letter-spacing: -.055em; }
.page-hero p { max-width: 700px; margin-top: 24px; font-size: clamp(17px,1.5vw,21px); line-height: 1.6; color: var(--muted); }
.page-hero .text-link, .page-hero .button { margin-top: 32px; }
.page-hero--split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.page-hero--split h1 { font-size: clamp(44px,5.8vw,82px); }
.page-hero--split p { max-width: 570px; }
.page-section { padding-block: 64px; }
.page-section h2 { font-size: clamp(34px,4vw,58px); }
.page-section p { line-height: 1.65; }
.page-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 40px; }
.page-intro > p { font-size: 17px; color: var(--muted); max-width: 540px; }
.editorial-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-list > li { display: grid; grid-template-columns: 48px .8fr 1.2fr; gap: 32px; padding-block: 32px; border-bottom: 1px solid var(--line); }
.editorial-list h3 { font-size: 27px; line-height: 1.1; letter-spacing: -.035em; font-weight: 600; }
.editorial-list p { color: var(--muted); font-size: 16px; max-width: 680px; }
.editorial-list p + p { margin-top: 12px; }
.editorial-list .eyebrow { padding-top: 4px; }
.scope-note { max-width: 900px; margin-top: 24px; font-size: 12px; color: var(--muted); line-height: 1.7; }
.engagements { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.engagements article { padding-top: 24px; border-top: 1px solid var(--ink); }
.engagements h3 { font-size: 30px; letter-spacing: -.035em; margin-bottom: 16px; }
.engagements p { font-size: 16px; color: var(--muted); max-width: 530px; }
.engagements .text-link { margin-top: 24px; }
.page-band { background: #eaeae7; }
.page-cta { display: flex; justify-content: space-between; align-items: center; gap: 48px; padding-block: 48px; border-top: 1px solid var(--line); }
.page-cta h2 { font-size: clamp(32px,4vw,52px); }
.page-cta p { margin-top: 16px; max-width: 650px; color: var(--muted); line-height: 1.6; }
.page-cta .button { flex-shrink: 0; }
.boost-demo { margin: 0; border: 1px solid var(--line); background: #fff; }
.boost-photo { position: relative; height: 240px; overflow: hidden; }
.boost-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 59% 39%; transition: transform .7s; }
.boost-demo[data-demo-stage="2"] .boost-photo img { transform: scale(1.06); }
.boost-photo span { position: absolute; bottom: 16px; left: 16px; padding: 8px 12px; background: #fff; font-family: var(--mono); font-size: 10px; }
.boost-rules { margin: 0; padding: 0 24px; list-style: none; }
.boost-rules li { display: flex; justify-content: space-between; gap: 16px; padding-block: 14px; border-bottom: 1px solid var(--line); font-size: 12px; }
.boost-rules li span { color: var(--muted); }
.boost-demo figcaption { padding: 16px 24px; font-size: 10px; color: var(--muted); line-height: 1.5; }
.demo-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; }
.demo-controls button { background: var(--ink); color: #fff; border: 0; padding: 12px 16px; font-size: 12px; }
.demo-status { font-family: var(--mono); font-size: 10px; }
.demo-progress { height: 3px; background: #e8e8e8; }
.demo-progress span { display: block; width: 33.333%; height: 100%; background: #202020; transform: translateX(var(--demo-progress,0%)); transition: transform .45s; }
.about-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: start; }
.about-intro h1 { font-size: clamp(44px,5.3vw,78px); text-wrap: balance; }
.about-intro p { margin-top: 0; }
.about-intro p + p { margin-top: 24px; }
.responsibility-table { width: 100%; border-collapse: collapse; margin-top: 32px; font-size: 16px; }
.responsibility-table th, .responsibility-table td { padding: 20px 24px 20px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; width: 50%; line-height: 1.6; }
.responsibility-table th { font-weight: 600; border-top: 1px solid var(--ink); }
.responsibility-table td { color: var(--muted); }
.public-form { max-width: 600px; }
.public-form label { display: block; font-size: 12px; margin-bottom: 20px; }
.public-form input, .public-form select, .public-form textarea { display: block; width: 100%; margin-top: 8px; padding: 12px; border: 1px solid #888; border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
.public-form textarea { resize: vertical; min-height: 100px; }
.public-form .button { width: 100%; }
.form-status { font-size: 14px; line-height: 1.6; margin-top: 16px; }
.public-form .form-note { font-size: 11px; }
.public-form [hidden] { display: none; }
.public-page .footer { border-top: 1px solid var(--line); }
.public-page .footer .trademark-note { font-size: 11px; line-height: 1.6; margin: 24px 0; color: var(--muted); }
.document-hero h1 { font-size: clamp(42px,5vw,72px); }
.document-hero p { font-size: 17px; }
.document-date { display: block; margin-top: 24px; font-size: 11px; color: var(--muted); }
.document-review { max-width: 950px; margin-top: 32px; padding: 20px; border: 1px solid #888; font-size: 14px; line-height: 1.6; background: #fff; }
.document-body .publication-detail { padding: 16px; border: 1px dashed #888; }
.document-body .cookie-settings-link { display: inline; margin: 0; font: inherit; text-decoration: underline; }
.document-layout { display: grid; grid-template-columns: 240px minmax(0,760px); gap: 80px; align-items: start; padding-bottom: 80px; }
.document-contents { position: sticky; top: calc(var(--nav-height) + 24px); border-top: 1px solid var(--line); padding-top: 16px; }
.document-contents strong { display: block; font-size: 12px; margin-bottom: 12px; }
.document-contents a { display: block; padding-block: 8px; font-size: 13px; color: var(--muted); }
.document-contents a:hover { color: var(--ink); text-decoration: underline; }
.document-body { min-width: 0; }
.document-body section { padding-top: 24px; margin-bottom: 40px; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--nav-height) + 24px); }
.document-body h2 { font-size: 29px; line-height: 1.15; letter-spacing: -.03em; margin-bottom: 20px; }
.document-body h3 { font-size: 19px; margin-block: 24px 12px; letter-spacing: -.02em; }
.document-body p, .document-body li { font-size: 15px; line-height: 1.8; color: #424242; }
.document-body p + p { margin-top: 16px; }
.document-body ul { padding-left: 20px; }
.document-body li { margin-block: 8px; }
.document-body a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.document-body button { margin-top: 16px; }
.document-body table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.6; }
.document-body th, .document-body td { padding: 16px 12px 16px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.document-body td { color: #424242; }
.table-scroll { overflow-x: auto; }
.document-links { list-style: none; margin: 0 0 64px; padding: 0; max-width: 1050px; }
.document-links li { border-top: 1px solid var(--line); }
.document-links a { display: grid; grid-template-columns: .7fr 1fr; gap: 48px; padding-block: 28px; }
.document-links h2 { font-size: 32px; }
.document-links p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.document-links a:hover h2 { text-decoration: underline; text-underline-offset: 6px; }
.legal-contact { margin-bottom: 64px; max-width: 760px; font-size: 15px; line-height: 1.7; }
.tools-content { --blue: #333; --green: #333; --white: #222; --gray-400: #555; --gray-500: #555; --border: #ccc; }
.tool-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; border-top: 1px solid var(--line); padding-block: 48px; }
.format-preview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-bottom: 16px; align-items: start; }
.format-preview > div { width: 100%; min-width: 0; }
.public-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.tools-content > .scope-note { margin-bottom: 32px; }
.tool-number { font: 11px var(--mono); margin-bottom: 20px; text-transform: uppercase; }
.tool-name { font-size: clamp(30px,3vw,42px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 24px; }
.tool-desc { font-size: 16px; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.features-list { padding-left: 18px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.mockup-card { padding: 24px; border: 1px solid #ccc; background: #fff; font-size: 12px; }
.mockup-header { display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #ddd; padding-bottom: 16px; margin-bottom: 24px; }
.mockup-dot { width: 5px; height: 5px; background: #aaa !important; border-radius: 50%; }
.mockup-title { font: 11px var(--mono); margin-left: 10px; }
.mockup-mini-card { padding: 16px; background: #f0f0ed; }
.mockup-mini-label, .mockup-copy-label { font: 10px var(--mono); color: #555; margin-bottom: 8px; }
.mockup-mini-val { font: 600 28px var(--display); }
.mockup-row, .mockup-status-row, .mockup-upload-row { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding-block: 12px; border-bottom: 1px solid #e5e5e5; }
.mockup-label { width: 42%; color: #555; }
.mockup-val, .mockup-accent { text-align: right; }
.mockup-bar-wrap { flex: 1; height: 4px; background: #eee; }
.mockup-bar { height: 100%; background: #555; }
.mockup-badge { padding: 5px 7px; background: #eee; font: 10px var(--mono); }
.mockup-copy-block { padding-block: 16px; border-bottom: 1px solid #ddd; line-height: 1.6; }
@media (max-width: 1000px) {
  .page-hero--split { gap: 40px; }
  .page-hero--split h1 { font-size: 6.2vw; }
  .editorial-list > li { grid-template-columns: 32px .8fr 1.2fr; gap: 24px; }
  .document-layout { grid-template-columns: 190px minmax(0,1fr); gap: 40px; }
  .about-intro { gap: 40px; }
}
@media (max-width: 700px) {
  .tool-row { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .mockup-card { padding: 16px; }
  .mockup-label { width: 44%; }
  .page-hero { padding-block: 40px; }
  .page-hero--split, .about-intro, .page-intro, .engagements { grid-template-columns: 1fr; gap: 32px; }
  .page-hero--split h1 { font-size: 12vw; }
  .about-intro h1 { font-size: 12vw; text-wrap: initial; }
  .page-hero p { font-size: 17px; }
  .page-section { padding-block: 48px; }
  .page-intro { margin-bottom: 32px; }
  .editorial-list > li { grid-template-columns: 32px 1fr; padding-block: 24px; gap: 16px; }
  .editorial-list > li > div { grid-column: 2; }
  .editorial-list h3 { font-size: 25px; }
  .editorial-list p { font-size: 15px; }
  .page-cta { flex-direction: column; align-items: flex-start; gap: 24px; }
  .responsibility-table { font-size: 14px; }
  .responsibility-table th, .responsibility-table td { padding: 16px 16px 16px 0; }
  .document-layout { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
  .document-contents { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
  .document-contents strong { grid-column: 1/-1; }
  .document-links a { grid-template-columns: 1fr; gap: 12px; }
  .document-body table { min-width: 520px; }
  .document-body h2 { font-size: 27px; }
  .public-page .brand-lockup > img { width: 26px; height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .boost-demo * { transition: none; }
}
