@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #111216;
  --muted: #6e717a;
  --line: #e5e7eb;
  --paper: #f7f8fa;
  --white: #fff;
  --blue: #2d63ff;
  --blue-dark: #1741c7;
  --blue-pale: #edf2ff;
  --green: #237a55;
  --amber: #a55e00;
  --red: #a33232;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(17, 18, 22, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', system-ui, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a[role='button'] { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(45, 99, 255, .32); outline-offset: 3px; }

.site-shell { min-height: 100vh; overflow: hidden; }
.topbar { position: fixed; inset: 0 0 auto; z-index: 20; height: 72px; border-bottom: 1px solid rgba(229, 231, 235, .72); background: rgba(247, 248, 250, .75); backdrop-filter: blur(16px); }
.nav { max-width: 1240px; height: 100%; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .08em; font-size: 13px; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; color: #444750; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.hamburger { width: 19px; height: 12px; display: grid; gap: 4px; }
.hamburger span { height: 1px; background: var(--ink); }

.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-quiet { color: var(--ink); background: transparent; border-color: var(--line); }
.btn-quiet:hover { border-color: var(--ink); }
.btn-ink { color: #fff; background: var(--ink); }
.btn-ink:hover { background: #292b31; }
.btn-danger { color: var(--red); border-color: #e9caca; background: #fff5f5; }
.btn-sm { min-height: 38px; padding: 0 14px; font-size: 12px; }

.container { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
.page-pad { padding-top: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-dark); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--blue); }
.display { max-width: 720px; margin: 23px 0 18px; font-size: clamp(48px, 7.6vw, 100px); line-height: .95; letter-spacing: -.075em; font-weight: 600; }
.lead { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.mono { font-family: 'DM Mono', monospace; }
.muted { color: var(--muted); }

.hero { position: relative; min-height: 720px; padding: 150px 0 95px; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; width: 55vw; height: 55vw; max-width: 760px; max-height: 760px; top: 25px; right: -17vw; border-radius: 50%; background: radial-gradient(circle at 38% 36%, rgba(45, 99, 255, .18), rgba(45, 99, 255, .04) 43%, transparent 68%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.hero-copy { position: relative; z-index: 1; }
.hero-note { margin-top: 56px; display: flex; align-items: flex-start; gap: 22px; max-width: 480px; }
.hero-note .mono { padding-top: 3px; color: var(--blue-dark); font-size: 11px; }
.hero-note p { margin: 0; color: #575a62; font-size: 14px; }
.hero-art { min-height: 430px; position: relative; display: grid; place-items: center; }
.hero-art::before, .hero-art::after { display: none !important; content: none !important; }
.hero-logo { position: relative; z-index: 1; width: min(330px, 78vw); display: grid; place-items: center; transform: rotate(-7deg); }
.hero-logo img { width: 100%; height: auto; display: block; image-rendering: auto; }

.section { padding: 115px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 56px; }
.section-title { max-width: 630px; margin: 18px 0 0; font-size: clamp(32px, 4.2vw, 58px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
.section-copy { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.benefit { min-height: 230px; padding: 29px 26px 30px 0; border-right: 1px solid var(--line); }
.benefit + .benefit { padding-left: 26px; }
.benefit:last-child { border-right: 0; }
.benefit-no { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 11px; }
.benefit h3 { margin: 45px 0 10px; font-size: 23px; letter-spacing: -.04em; }
.benefit p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; }

.apply-band { position: relative; padding: 90px 0 110px; color: #fff; background: var(--ink); overflow: hidden; }
.apply-band::before { content: ''; position: absolute; width: 570px; height: 570px; right: -160px; top: -220px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.04), 0 0 0 76px rgba(255,255,255,.03); }
.apply-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.apply-band .eyebrow { color: #b5c7ff; }
.apply-band .eyebrow::before { background: #6f91ff; }
.apply-band h2 { max-width: 570px; margin: 20px 0 0; font-size: clamp(40px, 5.8vw, 76px); line-height: .95; letter-spacing: -.075em; }
.apply-band p { max-width: 420px; margin: 0 0 26px; color: #b2b5bf; font-size: 15px; }
.apply-band .btn-primary { color: var(--ink); background: #fff; }
.apply-band .btn-primary:hover { background: #dfe7ff; }

.auth-wrap { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 120px 20px 80px; }
.auth-card { width: min(100%, 480px); padding: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.auth-card h1 { margin: 18px 0 8px; font-size: 36px; letter-spacing: -.06em; }
.auth-card > p { margin: 0 0 30px; color: var(--muted); font-size: 14px; }
.field { display: grid; gap: 8px; margin-bottom: 17px; }
.field label { font-size: 12px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d6d8de; border-radius: 11px; background: #fff; color: var(--ink); padding: 12px 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 4px rgba(45, 99, 255, .12); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-note { color: var(--muted); font-size: 12px; }
.form-error { min-height: 20px; margin: 0 0 14px; color: var(--red); font-size: 13px; }
.auth-footer { margin-top: 24px; color: var(--muted); font-size: 13px; text-align: center; }
.auth-footer a { color: var(--blue-dark); font-weight: 600; }

.dashboard { padding: 125px 0 90px; }
.dash-top { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 48px; }
.dash-top h1 { margin: 18px 0 8px; font-size: clamp(38px, 5vw, 68px); line-height: .95; letter-spacing: -.075em; }
.dash-top p { margin: 0; color: var(--muted); }
.dash-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.panel { border: 1px solid var(--line); background: #fff; padding: 28px; }
.panel h2 { margin: 0 0 6px; font-size: 20px; letter-spacing: -.04em; }
.panel p { margin: 0; color: var(--muted); font-size: 14px; }
.profile-list { margin: 30px 0 0; display: grid; gap: 16px; }
.profile-row { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: 13px; }
.profile-row span:first-child { color: var(--muted); }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-family: 'DM Mono', monospace; font-size: 11px; text-transform: capitalize; }
.status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status.pending { color: var(--amber); background: #fff5e6; }
.status.approved { color: var(--green); background: #eaf8f0; }
.status.rejected { color: var(--red); background: #fff0f0; }
.empty-state { margin-top: 28px; padding: 30px; border: 1px dashed #c9ccd4; background: var(--paper); }
.empty-state strong { display: block; margin-bottom: 6px; }
.empty-state p { margin-bottom: 20px; }
.application-copy { margin: 0 0 30px; }
.application-details { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 25px; }
.detail { padding: 15px; background: var(--paper); }
.detail small { display: block; margin-bottom: 5px; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; }
.detail div { font-size: 14px; word-break: break-word; }

.admin-table-wrap { overflow-x: auto; margin-top: 25px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th, .admin-table td { padding: 15px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 400; text-transform: uppercase; }
.admin-actions { display: flex; gap: 7px; flex-wrap: wrap; }
.admin-empty { padding: 35px 0; color: var(--muted); }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; max-width: min(360px, calc(100vw - 44px)); padding: 13px 16px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 13px; transform: translateY(20px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

.footer { padding: 33px 0 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer a:hover { color: var(--blue); }

@media (max-width: 820px) {
  .container { width: min(100% - 38px, 600px); }
  .nav { padding: 0 19px; }
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: block; }
  .nav.menu-open .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 20px 18px; border-bottom: 1px solid var(--line); background: rgba(247,248,250,.97); }
  .nav.menu-open .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav.menu-open .nav-actions { position: absolute; top: 72px; right: 20px; display: flex; transform: translateY(158px); }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero-grid, .apply-grid, .dash-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-art { min-height: 360px; }
  .section { padding: 82px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-copy { margin-top: 20px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit, .benefit + .benefit { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .benefit h3 { margin-top: 26px; }
  .apply-band { padding: 75px 0 80px; }
  .dash-top { display: block; }
  .dash-top .btn { margin-top: 20px; }
}

@media (max-width: 520px) {
  .display { font-size: 53px; }
  .lead { font-size: 16px; }
  .auth-card { padding: 28px 22px; }
  .form-grid, .application-details { grid-template-columns: 1fr; }
  .footer-inner { display: block; }
  .footer-inner > * + * { margin-top: 10px; }
}

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

/* Editorial direction: inspired by the restraint and rhythm of Precept Contact,
   while keeping the Hachiware partner-program content and actions. */
body { background: #fff; color: #111; font-family: 'Geist', 'Inter', 'Space Grotesk', system-ui, sans-serif; }
.editorial-site { background: #fff; }
.topbar { position: fixed; top: 16px; left: 16px; right: auto; width: min(380px, calc(100vw - 32px)); height: auto; border: 0; background: transparent; backdrop-filter: none; }
.nav { width: 100%; height: auto; margin: 0; padding: 0; display: block; border: 1px solid rgba(255,255,255,.68); border-radius: 3px; background: rgba(245,245,243,.66); color: #111311; box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 8px 30px rgba(25,29,38,.06); backdrop-filter: blur(24px) saturate(1.7); -webkit-backdrop-filter: blur(24px) saturate(1.7); transition: background .35s ease, box-shadow .35s ease; }
.nav-head { min-height: 66px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; padding: 13px 16px; }
.brand { gap: 9px; font-size: 12px; letter-spacing: .1em; }
.brand-mark { width: 26px; height: 26px; font-size: 9px; }
.nav-context { color: #696b70; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .08em; }
.nav-toggle { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; border: 0; color: #111311; background: transparent; padding: 7px 0 7px 7px; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; }
.menu-word { transition: color .2s ease; }
.hamburger { width: 17px; height: 11px; display: grid; gap: 4px; }
.hamburger span { height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav.menu-open .hamburger span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav.menu-open .hamburger span:nth-child(2) { opacity: 0; }
.nav.menu-open .hamburger span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.nav-links, .nav-actions { display: none; }
.nav.menu-open .nav-links { display: grid; gap: 0; padding: 0 16px 4px; border-top: 1px solid rgba(17,19,17,.12); }
.nav.menu-open .nav-links a { padding: 13px 0; border-bottom: 1px solid rgba(17,19,17,.1); font-size: 13px; }
.nav.menu-open .nav-links a:hover { color: var(--blue-dark); }
.nav.menu-open .nav-actions { display: flex; gap: 8px; padding: 13px 16px 16px; }
.nav.menu-open .nav-actions .btn { flex: 1; }
.nav.menu-open .nav-toggle .menu-word { color: var(--blue-dark); }
.page-pad { padding-top: 0; }
.editorial-main { padding: 8px; }
.contact-shell { max-width: 1800px; min-height: calc(100vh - 16px); margin: 0 auto; padding: 140px 32px 110px; border-radius: 8px; background: #f5f5f3; }
.contact-hero-row, .contact-intro-row, .contact-rule-row, .contact-address-row { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(130px, .42fr) minmax(0, 1.58fr); gap: 35px; }
.contact-hero-row { padding-bottom: 78px; }
.contact-label { color: #5e6064; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.contact-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-meta div { display: grid; gap: 9px; align-content: start; }
.contact-meta span { color: #696b70; font-size: 13px; }
.contact-meta a, .address-copy a { width: fit-content; border-bottom: 1px solid #111; padding-bottom: 2px; font-size: 15px; transition: color .2s ease, border-color .2s ease; }
.contact-meta a:hover, .address-copy a:hover { color: var(--blue-dark); border-color: var(--blue-dark); }
.contact-intro-row { padding: 80px 0 112px; border-top: 1px solid #dcdedb; }
.intro-copy { max-width: 700px; }
.contact-kicker { margin: 0 0 28px; color: #5e6064; font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: .03em; }
.intro-copy h1 { max-width: 690px; margin: 0 0 28px; font-size: clamp(48px, 7vw, 96px); line-height: .92; letter-spacing: -.085em; font-weight: 500; }
.contact-subcopy { max-width: 520px; margin: 0; color: #595b60; font-size: 17px; line-height: 1.5; }
.contact-rule-row { padding: 48px 0 84px; border-top: 1px solid #dcdedb; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-grid article { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; }
.program-grid article > span { color: var(--blue-dark); font-family: 'DM Mono', monospace; font-size: 11px; }
.program-grid h2 { margin: 33px 0 11px; font-size: 20px; line-height: 1.05; letter-spacing: -.05em; font-weight: 500; }
.program-grid p { max-width: 210px; margin: 0; color: #696b70; font-size: 13px; line-height: 1.45; }
.application-row { padding-bottom: 92px; }
.application-copy { max-width: 500px; }
.application-copy > p:first-child { margin: 0 0 31px; color: #3f4146; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.editorial-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 4px; color: #fff; background: #171717; font-size: 14px; transition: background .2s ease, transform .2s ease; }
.editorial-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }
.application-note { margin: 24px 0 0; color: #696b70; font-size: 13px; }
.application-note a { color: #111; border-bottom: 1px solid #111; }
.contact-address-row { padding-top: 44px; border-top: 1px solid #dcdedb; }
.address-copy { display: grid; gap: 10px; }
.address-copy p { max-width: 410px; margin: 0 0 8px; color: #696b70; font-size: 14px; }
.editorial-footer { padding: 42px 32px 32px; background: #111; color: #fff; }
.footer-top, .footer-bottom { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-top { padding-bottom: 54px; font-size: 13px; letter-spacing: .12em; }
.footer-top .mono { color: #9ea0a5; font-size: 10px; letter-spacing: .08em; }
.footer-links { max-width: 1120px; margin: 0 auto; padding-bottom: 80px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px; }
.footer-links > div { display: grid; align-content: start; gap: 11px; }
.footer-heading { margin-bottom: 13px; color: #7c7e83; font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #f5f5f3; font-size: 17px; transition: color .2s ease; }
.footer-links a:hover { color: #aebeff; }
.footer-bottom { padding-top: 19px; border-top: 1px solid #393a3d; color: #8c8f95; font-size: 11px; }
.footer-bottom a { color: #d8d9dc; }
.auth-wrap { min-height: 100vh; display: block; padding: 8px; background: #fff; }
.auth-card { width: min(100%, 1800px); min-height: calc(100vh - 16px); margin: 0 auto; padding: 150px 32px 110px; border: 0; border-radius: 8px; background: #f5f5f3; box-shadow: none; }
.auth-card > * { width: min(100%, 520px); margin-left: calc(25% + 8px); }
.auth-card .eyebrow { display: inline-flex; width: auto; margin-left: calc(25% + 8px); }
.auth-card h1 { margin-top: 22px; font-size: clamp(48px, 6vw, 80px); font-weight: 500; line-height: .94; }
.auth-card > p { color: #696b70; font-size: 16px; }
.auth-card form { margin-top: 36px; }
.auth-card .field input, .auth-card .field select, .auth-card .field textarea { border: 0; border-bottom: 1px solid #bfc1bd; border-radius: 0; background: transparent; padding: 12px 0; }
.auth-card .field input:focus, .auth-card .field select:focus, .auth-card .field textarea:focus { box-shadow: none; border-color: var(--blue); }
.auth-card .btn-ink { border-radius: 4px; }
.dashboard { padding: 8px; background: #fff; }
.dashboard .container { max-width: 1800px; min-height: calc(100vh - 16px); padding: 150px 32px 110px; border-radius: 8px; background: #f5f5f3; }
.dashboard .dash-top, .dashboard .dash-grid { max-width: 1120px; margin-left: auto; margin-right: auto; }
.dashboard .dash-top h1 { font-weight: 500; }
.dashboard .panel { border: 0; border-top: 1px solid #dcdedb; border-radius: 0; background: transparent; box-shadow: none; padding-left: 0; padding-right: 0; }
.dashboard .dash-grid { gap: 44px; }
.dashboard .profile-row { border-color: #dcdedb; }
.dashboard .empty-state, .dashboard .detail { background: rgba(255,255,255,.42); border-color: #cfd1cd; }
.admin-table th, .admin-table td { border-color: #dcdedb; }

.apply-card { min-height: calc(100vh - 16px); }
.apply-layout { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 76px; align-items: start; }
.apply-aside { position: sticky; top: 150px; }
.apply-aside h1 { max-width: 360px; margin: 24px 0 20px; font-size: clamp(52px, 6vw, 84px); line-height: .92; letter-spacing: -.085em; font-weight: 500; }
.apply-aside p { max-width: 330px; margin: 0 0 22px; color: #595b60; font-size: 16px; line-height: 1.5; }
.apply-aside .form-note { color: #777a7d; font-size: 12px; }
.apply-card form { margin: 0; }
.apply-card .field { margin-bottom: 25px; }
.apply-card .field label { color: #5e6064; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.apply-card .field input, .apply-card .field select, .apply-card .field textarea { border: 0; border-bottom: 1px solid #bfc1bd; border-radius: 0; background: transparent; padding: 11px 0 12px; }
.apply-card .field input[readonly] { color: #777a7d; }
.apply-card .field input::placeholder, .apply-card .field textarea::placeholder { color: #9b9d9e; }
.apply-card .field input:focus, .apply-card .field select:focus, .apply-card .field textarea:focus { box-shadow: none; border-color: var(--blue); }
.apply-card textarea { min-height: 112px; }
.field-optional { color: #8b8d90; font-family: 'Space Grotesk', system-ui, sans-serif; letter-spacing: 0; text-transform: none; }
.apply-card .form-note { margin: 0 0 18px; color: #777a7d; font-size: 12px; }
.apply-card .btn { border-radius: 4px; }

@media (max-width: 820px) {
  .topbar { top: 10px; left: 10px; width: min(380px, calc(100vw - 20px)); }
  .nav-context { display: none; }
  .contact-shell { padding: 110px 22px 75px; }
  .contact-hero-row, .contact-intro-row, .contact-rule-row, .contact-address-row { display: block; }
  .contact-label { margin-bottom: 27px; }
  .contact-meta { grid-template-columns: 1fr; gap: 22px; }
  .contact-intro-row { padding: 58px 0 80px; }
  .intro-copy h1 { font-size: clamp(48px, 15vw, 76px); }
  .contact-subcopy { font-size: 16px; }
  .contact-rule-row { padding: 35px 0 60px; }
  .program-grid { grid-template-columns: 1fr; gap: 35px; }
  .program-grid article { min-height: 0; }
  .program-grid h2 { margin-top: 21px; }
  .application-copy > p:first-child { font-size: 20px; }
  .editorial-footer { padding-left: 22px; padding-right: 22px; }
  .footer-links { gap: 45px; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: block; margin-top: 8px; }
  .auth-card { padding: 110px 22px 75px; }
  .auth-card > *, .auth-card .eyebrow { margin-left: 0; width: 100%; }
  .dashboard .container { padding: 110px 22px 75px; }
  .apply-layout { display: block; }
  .apply-aside { position: static; margin-bottom: 54px; }
  .apply-aside h1 { font-size: clamp(52px, 15vw, 76px); }
}
