/* The Missing Layer — civic-print counterculture. Recycled paper, charcoal, moss, brick red, and open social forms. */
:root {
  --paper: #e9e3d4;
  --paper-light: #f6f1e6;
  --paper-deep: #d8cfbc;
  --ink: #252521;
  --ink-soft: #57564e;
  --moss: #315b44;
  --moss-deep: #254633;
  --brick: #b8493f;
  --brick-dark: #963a33;
  --blue-trace: #89a8d3;
  --rule: rgba(37, 37, 33, 0.32);
  --font-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(100% - 40px, 1240px); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(37,37,33,0.07) 0.6px, transparent 0.6px), linear-gradient(126deg, rgba(137,168,211,0.17), transparent 42%);
  background-size: 7px 7px, 100% 100%;
}

.hero::before,
.hero::after { position: absolute; z-index: -1; pointer-events: none; content: ""; }
.hero::before { top: 58px; right: -95px; width: 255px; height: 370px; border: 1px solid rgba(49,91,68,0.42); border-left: 0; border-radius: 0 180px 180px 0; }
.hero::after { right: 27px; bottom: 18%; width: 160px; height: 1px; background: var(--blue-trace); transform: rotate(-32deg); transform-origin: right; }
.hero__grain { position: absolute; inset: 0; z-index: -1; opacity: 0.28; mix-blend-mode: multiply; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E"); }

.hero__header { display: flex; align-items: center; justify-content: space-between; padding-top: max(20px, env(safe-area-inset-top)); }
.brand-lockup { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: 0.11em; }
.brand-lockup img { width: 31px; height: 31px; object-fit: contain; }
.hero__edition { display: none; margin: 0; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: 0.15em; }

.hero__layout { display: grid; gap: 36px; padding: 46px 0 24px; }
.hero__content { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--brick); font-size: 10px; font-weight: 900; letter-spacing: 0.1em; }
.eyebrow::before { display: block; width: 22px; height: 4px; background: var(--brick); content: ""; }

h1 { max-width: 11.2em; margin: 0; color: var(--ink); font-size: clamp(37px, 10.1vw, 76px); font-weight: 900; letter-spacing: -0.09em; line-height: 1.18; text-wrap: balance; }
.desktop-break { display: none; }
.hero__copy { max-width: 33em; margin-top: 26px; color: var(--ink-soft); font-size: 15px; font-weight: 520; letter-spacing: 0.01em; line-height: 1.98; }
.hero__copy p { margin: 0; }
.hero__copy p + p { margin-top: 12px; }

.hero__statement { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; margin-top: 29px; }
.hero__statement-line { display: block; width: 22px; height: 4px; margin-top: 0.75em; background: var(--brick); }
.hero__statement p { margin: 0; color: var(--moss-deep); font-size: clamp(19px, 5.5vw, 29px); font-weight: 900; letter-spacing: -0.065em; line-height: 1.5; }
.hero__founding-copy { max-width: 34em; margin: 19px 0 0; color: var(--ink-soft); font-size: 14px; font-weight: 520; line-height: 1.9; }

.field-note { width: min(100%, 348px); margin-top: 24px; padding: 12px 13px 13px; border: 1px solid var(--moss); background: rgba(246,241,230,0.35); box-shadow: inset 4px 0 0 var(--brick); }
.field-note__label { display: block; margin-bottom: 9px; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: 0.16em; }
.field-note dl { display: grid; grid-template-columns: 1.2fr 0.75fr 0.5fr; gap: 10px; margin: 0; }
.field-note div { min-width: 0; }
.field-note dt { margin: 0 0 3px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.field-note dd { margin: 0; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: -0.02em; white-space: nowrap; }

.hero__action { margin-top: 22px; }
.cta-button, .sticky-cta__button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border: 1px solid var(--brick-dark); background: var(--brick); color: #fffaf0; font-family: var(--font-sans); font-size: 14px; font-weight: 900; letter-spacing: 0.015em; box-shadow: 3px 3px 0 var(--ink); transition: transform 160ms var(--ease-out), background 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.cta-button { max-width: 100%; padding: 0 17px; }
.cta-button__meta { padding-left: 9px; border-left: 1px solid rgba(255,250,240,0.55); font-size: 10px; letter-spacing: 0.08em; }
.cta-button svg { width: 18px; height: 18px; }
.cta-button:hover, .sticky-cta__button:hover { background: var(--brick-dark); box-shadow: 4px 4px 0 var(--ink); }
.cta-button:active, .sticky-cta__button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.hero__note { max-width: 31em; margin: 12px 0 0; color: var(--ink-soft); font-size: 11px; font-weight: 520; line-height: 1.75; }

.hero__visual { position: relative; width: min(100% + 40px, 560px); margin: 0 0 0 -20px; }
.hero__visual-frame { position: relative; overflow: hidden; aspect-ratio: 1.08; border: 1px solid var(--moss); background-color: var(--paper-deep); background-image: radial-gradient(circle at 12% 20%, var(--brick) 0 3px, transparent 3.5px), radial-gradient(circle at 79% 73%, var(--brick) 0 3px, transparent 3.5px), linear-gradient(122deg, transparent 0 30%, rgba(137,168,211,.75) 30.2% 30.8%, transparent 31% 100%), linear-gradient(45deg, transparent 0 65%, rgba(49,91,68,.45) 65.2% 65.7%, transparent 66% 100%); box-shadow: 9px 9px 0 var(--moss); }
.hero__visual picture, .hero__visual img { display: block; width: 100%; height: 100%; }
.hero__visual img { position: relative; z-index: 0; object-fit: cover; mix-blend-mode: multiply; opacity: 0.16; }
.hero__visual-frame::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(246,241,230,0.45), rgba(49,91,68,0.08)); content: ""; }
.relationship-mark, .relationship-path { position: absolute; z-index: 2; display: block; pointer-events: none; }
.relationship-mark { width: 32%; height: 54%; border: 1px solid var(--moss); }
.relationship-mark--one { top: 16%; left: 9%; border-right: 0; border-radius: 26px 0 0 26px; }
.relationship-mark--two { right: 9%; bottom: 15%; border-left: 0; border-radius: 0 26px 26px 0; }
.relationship-path { top: 50%; left: 31%; width: 38%; height: 2px; background: var(--brick); }
.relationship-path::before, .relationship-path::after { position: absolute; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--brick); content: ""; transform: translateY(-50%); }
.relationship-path::before { left: -2px; }
.relationship-path::after { right: -2px; }
.hero__visual figcaption { display: flex; gap: 10px; margin-top: 12px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.55; }
.visual-index { color: var(--brick); font-weight: 900; letter-spacing: 0.12em; }

.hero__footer { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border-top: 1px solid var(--rule); }
.hero__footer-item { display: flex; flex-direction: column; gap: 4px; padding: 13px 7px 18px 0; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.hero__footer-item span { color: var(--brick); font-size: 9px; font-weight: 900; letter-spacing: 0.12em; }

.sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; padding: 10px 20px max(10px, env(safe-area-inset-bottom)); background: rgba(246,241,230,0.94); border-top: 1px solid var(--moss); backdrop-filter: blur(12px); opacity: 0; pointer-events: none; transform: translateY(115%); transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out); }
.sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-cta__button { width: 100%; min-height: 50px; padding: 0 16px; font-size: 14px; }
.sticky-cta__button strong { padding-left: 9px; border-left: 1px solid rgba(255,250,240,0.55); font-size: 10px; letter-spacing: 0.08em; }

@media (min-width: 768px) {
  .page-shell { width: min(100% - 88px, 1240px); }
  .hero__header { padding-top: 26px; }
  .brand-lockup { font-size: 11px; }
  .brand-lockup img { width: 37px; height: 37px; }
  .hero__edition { display: block; }
  .hero__layout { grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr); align-items: center; gap: 6vw; min-height: calc(100svh - 154px); padding: 52px 0 26px; }
  .desktop-break { display: block; }
  .hero__copy { font-size: 16px; }
  .hero__visual { width: min(100%, 540px); margin: 0; justify-self: end; }
  .hero__visual-frame { aspect-ratio: 1.17; box-shadow: 17px 17px 0 var(--moss); }
  .hero__visual img { opacity: 0.31; }
  .cta-button { min-width: 300px; }
  .hero__footer { margin-top: 0; }
  .hero__footer-item { flex-direction: row; gap: 9px; padding: 16px 0 22px; font-size: 11px; }
  .sticky-cta { padding-right: max(44px, calc((100vw - 1240px) / 2)); padding-left: max(44px, calc((100vw - 1240px) / 2)); }
  .sticky-cta__button { width: min(100%, 500px); margin: 0 auto; }
}

@media (max-width: 767px) { .hero__visual img { visibility: hidden; } }

@media (prefers-reduced-motion: no-preference) {
  .hero__content > * { animation: reveal 500ms var(--ease-out) both; }
  .hero__content .eyebrow { animation-delay: 40ms; }
  .hero__content h1 { animation-delay: 80ms; }
  .hero__content .hero__copy { animation-delay: 120ms; }
  .hero__content .hero__statement { animation-delay: 160ms; }
  .hero__content .hero__founding-copy { animation-delay: 200ms; }
  .hero__content .field-note { animation-delay: 240ms; }
  .hero__content .hero__action { animation-delay: 280ms; }
  .hero__visual { animation: reveal 620ms 140ms var(--ease-out) both; }
}
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } }

/* Full landing page — civic-print chapter system. */
h1 span { display: block; white-space: nowrap; }
.section { position: relative; padding: 88px 0; overflow: clip; }
.section-shell { width: min(100% - 40px, 1120px); margin: 0 auto; }
.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; color: var(--moss); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; }
.section-kicker span:first-child { color: var(--brick); }
.section-label { margin: 0 0 12px; color: var(--brick); font-size: 11px; font-weight: 900; letter-spacing: 0.09em; }
.section h2 { max-width: 10.2em; margin: 0; color: var(--ink); font-size: clamp(32px, 8.8vw, 61px); font-weight: 900; letter-spacing: -0.08em; line-height: 1.22; }
.section h3 { margin: 0; color: var(--ink); font-size: 19px; font-weight: 900; letter-spacing: -0.05em; }
.section-lead, .premise-note p, .ai-copy p, .creed-copy p, .practice-intro > p, .boundaries-copy p, .founder-copy, .invitation-copy p, .application-heading > p { color: var(--ink-soft); font-size: 15px; font-weight: 520; line-height: 1.95; }

.section--premise { background: var(--paper-light); border-top: 1px solid var(--rule); }
.premise-grid { display: grid; gap: 25px; }
.premise-grid .section-kicker { grid-column: 1 / -1; }
.premise-map { position: relative; min-height: 270px; margin-top: 9px; border: 1px solid var(--moss); background: linear-gradient(135deg, rgba(137,168,211,.14), transparent 52%), var(--paper); }
.premise-node { position: absolute; z-index: 1; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper-light); color: var(--ink); font-size: 13px; font-weight: 900; }
.premise-node--work { top: 26px; left: 23px; }
.premise-node--family { right: 28px; bottom: 26px; border-color: var(--moss); color: var(--moss); }
.premise-node--friends { top: 40%; left: calc(50% - 44px); width: 88px; height: 88px; border-color: var(--blue-trace); }
.premise-node--missing { top: 21px; right: 29px; width: 48px; height: 48px; border: 2px dashed var(--brick); color: var(--brick); font-size: 20px; }
.premise-map__line { position: absolute; display: block; height: 1px; background: var(--moss); transform-origin: left; }
.premise-map__line--one { top: 33%; left: 25%; width: 35%; transform: rotate(24deg); }
.premise-map__line--two { top: 58%; left: 49%; width: 35%; transform: rotate(31deg); }
.premise-map__line--three { top: 30%; right: 19%; width: 25%; background: var(--brick); transform: rotate(123deg); }
.premise-note { padding-top: 6px; }
.premise-note p { margin: 0; }
.premise-note .text-rule { margin-top: 26px; padding-left: 14px; border-left: 4px solid var(--brick); color: var(--moss); font-size: 19px; font-weight: 900; letter-spacing: -0.04em; }

.section--ai { background: var(--moss); color: var(--paper-light); }
.section--ai .section-kicker { color: rgba(246,241,230,.72); }
.section--ai .section-label { color: #d9c9ab; }
.section--ai h2 { color: var(--paper-light); }
.section--ai h2 em { color: #d9c9ab; font-style: normal; }
.ai-layout { display: grid; gap: 26px; }
.ai-layout .section-kicker { grid-column: 1 / -1; }
.ai-copy p { margin: 0; color: rgba(246,241,230,.78); }
.ai-copy p + p { margin-top: 15px; }
.time-study { margin-top: 9px; padding: 22px 0 0; border-top: 1px solid rgba(246,241,230,.32); }
.time-study__row { display: flex; align-items: baseline; justify-content: space-between; color: var(--paper-light); font-size: 13px; font-weight: 800; }
.time-study__row strong { color: #d9c9ab; font-size: 12px; letter-spacing: .05em; }
.time-study__line { position: relative; height: 9px; margin: 8px 0 22px; background: rgba(246,241,230,.16); }
.time-study__line i { position: absolute; top: 0; bottom: 0; left: 0; display: block; background: #d9c9ab; }
.time-study__line--short i { width: 36%; }
.time-study__line--long i { width: 82%; background: var(--brick); }
.time-study p { margin: 7px 0 0; color: #d9c9ab; font-size: 17px; font-weight: 900; letter-spacing: -0.04em; line-height: 1.55; }

.section--creed { padding: 104px 0; background: var(--paper-deep); }
.creed-layout { display: grid; gap: 28px; }
.creed-layout .section-kicker { grid-column: 1 / -1; }
.creed-layout blockquote { margin: 0; color: var(--moss); font-size: clamp(38px, 10vw, 76px); font-weight: 900; letter-spacing: -0.09em; line-height: 1.25; }
.creed-layout blockquote span { color: var(--brick); }
.creed-copy p { margin: 0; }
.creed-copy p + p { margin-top: 15px; }
.creed-actions { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.creed-actions li { padding: 11px 0 11px 13px; border-left: 3px solid var(--brick); color: var(--moss-deep); font-size: 13px; font-weight: 800; line-height: 1.65; }

.section--practice { background: var(--paper-light); }
.practice-intro { display: grid; gap: 22px; }
.practice-intro > p { max-width: 33em; margin: 0; }
.practice-cards { display: grid; gap: 14px; margin-top: 37px; }
.practice-card { min-height: 200px; padding: 22px 21px; border: 1px solid var(--ink); background: var(--paper); }
.practice-card:nth-child(2) { border-color: var(--moss); background: #e1e6d7; }
.practice-card:nth-child(3) { border-color: var(--brick); background: #f1dfd5; }
.practice-card > span { display: block; margin-bottom: 38px; color: var(--brick); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.practice-card p { margin: 12px 0 0; color: var(--ink-soft); font-size: 13px; font-weight: 520; line-height: 1.82; }
.practice-image { display: grid; gap: 11px; margin-top: 34px; }
.practice-image img { width: 100%; height: auto; border: 1px solid var(--moss); filter: saturate(.63) contrast(.98); }
.practice-image p { margin: 0; color: var(--moss); font-size: 11px; font-weight: 800; letter-spacing: .06em; }

.section--process { background: var(--paper); border-top: 1px solid var(--rule); }
.process-layout { display: grid; gap: 27px; }
.process-layout .section-kicker { grid-column: 1 / -1; }
.process-list { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.process-list li { display: grid; grid-template-columns: 45px 1fr; gap: 8px; padding: 21px 0; border-bottom: 1px solid var(--rule); }
.process-list > li > span { color: var(--brick); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { font-size: 18px; }
.process-list p { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; font-weight: 520; line-height: 1.78; }
.process-note { margin: 0; color: var(--moss); font-size: 12px; font-weight: 800; line-height: 1.75; }

.section--boundaries { background: var(--ink); color: var(--paper-light); }
.section--boundaries .section-kicker { color: rgba(246,241,230,.68); }
.section--boundaries .section-label { color: #d9c9ab; }
.section--boundaries h2 { color: var(--paper-light); }
.boundaries-layout { display: grid; gap: 26px; }
.boundaries-layout .section-kicker { grid-column: 1 / -1; }
.boundaries-copy p { margin: 0; color: rgba(246,241,230,.76); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding-bottom: 4px; border-bottom: 2px solid var(--brick); color: var(--paper-light); font-size: 13px; font-weight: 900; }
.text-link span { color: #d9c9ab; font-size: 19px; }
.boundary-list { display: grid; gap: 0; margin: 9px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(246,241,230,.28); }
.boundary-list li { display: grid; grid-template-columns: 39px 1fr; gap: 6px; padding: 16px 0; border-bottom: 1px solid rgba(246,241,230,.28); color: var(--paper-light); font-size: 14px; line-height: 1.55; }
.boundary-list span { color: var(--brick); font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.section--founder { background: #dce5d8; }
.founder-layout { display: grid; gap: 27px; }
.founder-layout .section-kicker { grid-column: 1 / -1; }
.founder-pull { padding: 17px 18px; border-left: 4px solid var(--brick); background: rgba(246,241,230,.55); }
.founder-pull span { color: var(--brick); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.founder-pull p { margin: 8px 0 0; color: var(--moss-deep); font-size: 17px; font-weight: 900; letter-spacing: -0.04em; line-height: 1.6; }
.founder-copy { margin: 16px 0 0; }

.section--network { background: #dce5d8; }
.network-layout { display: grid; gap: 27px; }
.network-layout .section-kicker { grid-column: 1 / -1; }
.network-diagram { position: relative; min-height: 200px; overflow: hidden; border: 1px solid var(--moss); background: rgba(246,241,230,.58); }
.network-table { position: absolute; display: grid; width: 65px; height: 65px; place-items: center; border: 2px solid var(--moss); border-radius: 50%; background: var(--paper-light); color: var(--moss); font-size: 19px; font-weight: 900; }
.network-table--one { top: 28px; left: 16%; }
.network-table--two { right: 14%; bottom: 26px; border-color: var(--brick); color: var(--brick); }
.network-table--three { top: 28px; right: 26%; border-color: var(--blue-trace); color: var(--ink-soft); }
.network-diagram i { position: absolute; display: block; height: 1px; background: var(--moss); transform-origin: left; }
.network-diagram i:nth-of-type(1) { top: 40%; left: 31%; width: 35%; transform: rotate(6deg); }
.network-diagram i:nth-of-type(2) { top: 54%; left: 42%; width: 29%; background: var(--brick); transform: rotate(54deg); }
.network-copy { margin: 15px 0 0; color: var(--ink-soft); font-size: 15px; font-weight: 520; line-height: 1.95; }

.section--invitation { background: var(--paper-light); }
.invitation-layout { display: grid; gap: 25px; }
.invitation-layout .section-kicker { grid-column: 1 / -1; }
.invitation-copy p { margin: 0; }
.invitation-copy p + p { margin-top: 14px; }
.invitation-copy .cta-button { margin-top: 25px; }

.section--application { background: var(--paper-light); border-top: 1px solid var(--rule); color: var(--ink); }
.section--application .section-kicker { color: var(--moss); }
.section--application .section-kicker span:first-child { color: var(--brick); }
.section--application .section-label { color: var(--brick); }
.section--application h2 { color: var(--ink); }
.application-layout { display: grid; gap: 25px; }
.application-layout .section-kicker { grid-column: 1 / -1; }
.application-heading > p { margin: 18px 0 0; color: var(--ink-soft); }
.application-form { display: grid; gap: 18px; margin-top: 7px; }
.form-row { display: grid; gap: 7px; }
.form-row label, .check-row { color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.6; }
.form-row label b, .check-row b { color: var(--brick); font-size: 10px; letter-spacing: .05em; }
.form-row label i { color: var(--ink-soft); font-size: 11px; font-style: normal; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--moss); border-radius: 0; outline: none; background: rgba(255,255,255,.48); color: var(--ink); font: inherit; font-size: 16px; line-height: 1.55; padding: 12px; transition: box-shadow 160ms var(--ease-out), border-color 160ms var(--ease-out); }
.form-row textarea { resize: vertical; min-height: 96px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--brick); box-shadow: 4px 4px 0 var(--moss); }
.form-row--two { grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.check-row { display: flex; align-items: flex-start; gap: 10px; }
.check-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.cta-button--submit { width: 100%; margin-top: 8px; border-color: var(--brick-dark); background: var(--brick); color: #fffaf0; }
.cta-button--submit .cta-button__meta { border-color: rgba(255,250,240,.55); }
.cta-button--submit:hover { background: var(--brick-dark); }
.form-note, .form-status { margin: 0; color: var(--ink-soft); font-size: 11px; font-weight: 520; line-height: 1.75; }
.form-status { min-height: 1.75em; color: var(--moss); font-weight: 800; }

@media (min-width: 768px) {
  .section { padding: 138px 0; }
  .section-shell { width: min(100% - 88px, 1120px); }
  .section-kicker { margin-bottom: 38px; }
  .section-lead, .premise-note p, .ai-copy p, .creed-copy p, .practice-intro > p, .boundaries-copy p, .founder-copy, .invitation-copy p, .application-heading > p { font-size: 16px; }
  .premise-grid { grid-template-columns: 1.05fr .95fr; column-gap: 10vw; }
  .premise-grid .section-kicker, .premise-grid > div:nth-child(2) { grid-column: 1 / -1; }
  .premise-map { grid-column: 1; min-height: 340px; }
  .premise-note { grid-column: 2; align-self: center; }
  .ai-layout { grid-template-columns: 1fr 1fr; column-gap: 10vw; }
  .ai-heading { grid-column: 1 / -1; }
  .time-study { margin-top: 0; }
  .section--creed { padding: 164px 0; }
  .creed-layout { grid-template-columns: 1.15fr .85fr; column-gap: 8vw; }
  .creed-layout .section-kicker, .creed-layout blockquote { grid-column: 1 / -1; }
  .creed-copy { grid-column: 2; }
  .practice-intro { grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
  .practice-cards { grid-template-columns: repeat(3, 1fr); }
  .practice-card { min-height: 242px; }
  .practice-image { grid-template-columns: minmax(0, 3fr) 1fr; align-items: end; }
  .practice-image p { padding-bottom: 4px; }
  .process-layout { grid-template-columns: .8fr 1.2fr; column-gap: 9vw; }
  .process-layout .section-kicker, .process-layout > div:nth-child(2) { grid-column: 1 / -1; }
  .process-list { grid-column: 1 / 2; }
  .process-note { grid-column: 2; align-self: end; padding-bottom: 20px; }
  .boundaries-layout { grid-template-columns: 1fr 1fr; column-gap: 8vw; }
  .boundaries-layout .section-kicker { grid-column: 1 / -1; }
  .boundary-list { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; column-gap: 36px; }
  .founder-layout { grid-template-columns: .8fr 1.2fr; column-gap: 9vw; }
  .founder-layout .section-kicker { grid-column: 1 / -1; }
  .founder-pull { align-self: start; }
  .network-layout { grid-template-columns: .8fr 1.2fr; column-gap: 9vw; }
  .network-diagram { min-height: 328px; align-self: start; }
  .invitation-layout { grid-template-columns: 1fr 1fr; column-gap: 9vw; }
  .invitation-layout .section-kicker, .invitation-layout > div:nth-child(2) { grid-column: 1 / -1; }
  .application-layout { grid-template-columns: .75fr 1.25fr; column-gap: 9vw; }
  .application-layout .section-kicker { grid-column: 1 / -1; }
  .application-form { margin-top: 0; }
}
