:root {
  --navy: #0f2a44;
  --navy-deep: #0b1f33;
  --navy-hover: #163a5c;
  --emerald: #1f6f5f;
  --emerald-deep: #175449;
  --gold: #c9a24b;
  --gold-soft: #e6cf8c;
  --ink: #1d2b36;
  --muted: #46555f;
  --muted-2: #6b7a86;
  --mist: #f3f6f5;
  --line: #e3e8ea;
  --line-dark: #cfd8d5;
  --white: #ffffff;
  --font: 'Plus Jakarta Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-arabic: 'Amiri', 'Times New Roman', serif;
  --radius: 6px;
  --wrap: 1440px;
  --gutter: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--emerald); text-decoration: none; }
a:hover { color: var(--navy); }
h1, h2, h3, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: var(--navy); color: var(--white); padding: 12px 18px; border-radius: var(--radius); font-weight: 700; }
.skip-link:focus { top: 16px; color: var(--white); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.stack { display: flex; flex-direction: column; }
.row { display: flex; align-items: center; flex-wrap: wrap; }
.lattice { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M102.43 60.00 L90.00 72.43 L90.00 90.00 L72.43 90.00 L60.00 102.43 L47.57 90.00 L30.00 90.00 L30.00 72.43 L17.57 60.00 L30.00 47.57 L30.00 30.00 L47.57 30.00 L60.00 17.57 L72.43 30.00 L90.00 30.00 L90.00 47.57 Z M42.43 0.00 L30.00 12.43 L30.00 30.00 L12.43 30.00 L0.00 42.43 L-12.43 30.00 L-30.00 30.00 L-30.00 12.43 L-42.43 0.00 L-30.00 -12.43 L-30.00 -30.00 L-12.43 -30.00 L-0.00 -42.43 L12.43 -30.00 L30.00 -30.00 L30.00 -12.43 Z M162.43 0.00 L150.00 12.43 L150.00 30.00 L132.43 30.00 L120.00 42.43 L107.57 30.00 L90.00 30.00 L90.00 12.43 L77.57 0.00 L90.00 -12.43 L90.00 -30.00 L107.57 -30.00 L120.00 -42.43 L132.43 -30.00 L150.00 -30.00 L150.00 -12.43 Z M42.43 120.00 L30.00 132.43 L30.00 150.00 L12.43 150.00 L0.00 162.43 L-12.43 150.00 L-30.00 150.00 L-30.00 132.43 L-42.43 120.00 L-30.00 107.57 L-30.00 90.00 L-12.43 90.00 L-0.00 77.57 L12.43 90.00 L30.00 90.00 L30.00 107.57 Z M162.43 120.00 L150.00 132.43 L150.00 150.00 L132.43 150.00 L120.00 162.43 L107.57 150.00 L90.00 150.00 L90.00 132.43 L77.57 120.00 L90.00 107.57 L90.00 90.00 L107.57 90.00 L120.00 77.57 L132.43 90.00 L150.00 90.00 L150.00 107.57 Z' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 156px 156px; }

/* Header */
.site-header { position: relative; background: var(--white); border-bottom: 1px solid var(--line); z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; }
.brand { display: flex; flex-direction: column; gap: 2px; color: var(--navy); }
.brand:hover { color: var(--navy); }
.brand-name { font-weight: 800; font-size: 20px; letter-spacing: -0.01em; line-height: 1.1; }
.brand-sub { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav ul { display: flex; gap: 36px; font-size: 15px; font-weight: 600; }
.site-nav ul a { color: var(--navy); padding-bottom: 4px; border-bottom: 2px solid transparent; }
.site-nav ul a:hover { color: var(--emerald); }
.site-nav ul a[aria-current="page"] { border-bottom-color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 0; padding: 0; cursor: pointer; color: var(--navy); border-radius: var(--radius); }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border-radius: var(--radius); font-size: 16px; font-weight: 700; white-space: nowrap; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-hover); color: var(--white); }
.btn-emerald { background: var(--emerald); color: var(--white); }
.btn-emerald:hover { background: var(--emerald-deep); color: var(--white); }
.btn-white { background: var(--white); color: var(--navy); }
.btn-white:hover { background: var(--mist); color: var(--navy); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-light { border-color: rgba(255, 255, 255, 0.7); color: var(--white); background: transparent; }
.btn-outline-light:hover { border-color: var(--white); color: var(--white); }
.btn-sm { min-height: 46px; padding: 0 22px; font-size: 15px; }
.link-gold { font-size: 15px; font-weight: 600; color: var(--navy); border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; }
.link-gold.on-dark { color: var(--white); }
.link-gold.on-dark:hover { color: var(--gold-soft); }

/* Type */
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--emerald); }
.eyebrow.gold { color: var(--gold); }
.eyebrow.soft { color: var(--gold-soft); }
.diamond { display: inline-block; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.h-display { font-weight: 800; font-size: 66px; line-height: 1.04; letter-spacing: -0.03em; color: var(--white); }
.h-page { font-weight: 800; font-size: 56px; line-height: 1.04; letter-spacing: -0.03em; color: var(--navy); }
.h-section { font-weight: 800; font-size: 44px; line-height: 1.08; letter-spacing: -0.02em; color: var(--navy); }
.h-sub { font-weight: 800; font-size: 32px; line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); }
.h-item { font-weight: 700; font-size: 22px; line-height: 1.2; color: var(--navy); }
.lead { font-size: 20px; line-height: 1.6; color: var(--ink); }
.body { font-size: 17px; line-height: 1.65; color: var(--muted); }
.small { font-size: 15px; line-height: 1.65; color: var(--muted); }
.arabic { font-family: var(--font-arabic); font-size: 34px; line-height: 1.2; color: var(--gold); direction: rtl; text-align: left; }
.gold-rule { width: 64px; height: 3px; background: var(--gold); }
.rule { display: flex; align-items: center; gap: 12px; }
.rule::after { content: ""; flex: 1 1 0; height: 1px; background: var(--line); }
.rule-label { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); }

/* Arch photo frames */
.arch { clip-path: url(#arch); background: #dfe7e4; object-fit: cover; }
img.arch { width: 100%; height: 100%; }
.arch-frame { flex-shrink: 0; }

/* Hero */
.hero { position: relative; background: var(--emerald); color: var(--white); overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; opacity: 0.16; pointer-events: none; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--emerald) 0%, var(--emerald) 42%, rgba(31, 111, 95, 0.55) 100%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: center; padding-top: 96px; padding-bottom: 88px; }
.hero-copy { display: flex; flex-direction: column; gap: 30px; }
.hero-copy .body { color: #d6ebe4; font-size: 19px; max-width: 560px; }
.hero-figure { display: flex; justify-content: flex-end; }
.hero-figure .arch-frame { width: 380px; height: 520px; }

/* Sections */
.section { padding-top: 104px; padding-bottom: 96px; }
.section-tight { padding-top: 88px; padding-bottom: 88px; }
.mist { background: var(--mist); }
.page-head { padding-top: 80px; padding-bottom: 64px; display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: end; border-bottom: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; }
.two-even { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }

.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 96px; padding-bottom: 104px; }
.pillar { display: flex; flex-direction: column; gap: 20px; padding: 8px 40px 0; border-left: 1px solid var(--line-dark); }
.pillar-intro { border-left: none; padding-left: 0; gap: 16px; }
.pillar:last-child { padding-right: 0; }
.pillar svg { width: 44px; height: 44px; }
.num { font-weight: 800; font-size: 40px; line-height: 1; color: var(--gold); letter-spacing: -0.02em; }

.program-list { display: flex; flex-direction: column; margin-top: 48px; border-bottom: 1px solid var(--line); }
.program-row { display: grid; grid-template-columns: 240px minmax(0, 1fr) 200px; gap: 56px; align-items: center; padding: 40px 0; border-top: 1px solid var(--line); }
.program-row .arch-frame { width: 240px; height: 300px; }
.program-row .body { font-size: 16px; max-width: 640px; }
.program-row .btn { min-height: 50px; }

.dark { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.dark-pattern { position: absolute; right: 0; top: 0; width: 46%; height: 100%; opacity: 0.18; pointer-events: none; }
.dark-fade { position: absolute; right: 0; top: 0; width: 46%; height: 100%; background: linear-gradient(90deg, var(--navy) 0%, rgba(15, 42, 68, 0) 70%); pointer-events: none; }
.dark .wrap { position: relative; }
.dark .body { color: #c9d3dc; }
.vision { font-weight: 600; font-size: 26px; line-height: 1.4; letter-spacing: -0.01em; }

.join { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 64px; align-items: center; padding-top: 112px; padding-bottom: 112px; }
.join-copy { display: flex; flex-direction: column; gap: 24px; max-width: 680px; }
.rosette { width: 380px; height: 380px; }

.band { background: var(--emerald); color: var(--white); }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-top: 40px; padding-bottom: 40px; }
.band-text { display: flex; align-items: baseline; gap: 28px; }
.band-title { font-weight: 800; font-size: 26px; line-height: 1; letter-spacing: -0.01em; }
.band-text p { max-width: 640px; font-size: 15px; line-height: 1.5; color: #d6ebe4; }
.band .btn { min-height: 52px; }

/* Footer */
.site-footer { background: var(--navy-deep); color: #9fb0bf; }
.footer-grid { display: grid; grid-template-columns: 5fr 4fr 3fr; gap: 40px; padding-top: 64px; }
.site-footer a { color: var(--white); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-brand .brand-name { color: var(--white); font-size: 18px; }
.footer-brand .brand-sub { color: #9fb0bf; }
.footer-about { font-size: 14px; line-height: 1.65; max-width: 420px; }
.footer-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.qlinks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; font-size: 14px; }
.footer-contact { font-size: 14px; line-height: 1.5; }
.footer-contact address { font-style: normal; color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 20px; padding-bottom: 36px; margin-top: 44px; font-size: 12px; line-height: 1.5; }

/* Lists and program pages */
.learn { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 48px; }
.list-item { display: grid; grid-template-columns: 8px minmax(0, 1fr); gap: 16px; align-items: start; }
.list-item .diamond { margin-top: 9px; }
.list-item strong { color: var(--navy); }
.sched { display: flex; flex-direction: column; gap: 14px; background: var(--mist); border-radius: 8px; padding: 28px; }
.prog-section { display: grid; grid-template-columns: 4fr 8fr; gap: 64px; padding-top: 88px; padding-bottom: 88px; border-top: 1px solid var(--line); }
.prog-section:first-of-type { border-top: none; }
.prog-side { display: flex; flex-direction: column; gap: 24px; }
.prog-side .arch-frame { width: 100%; max-width: 360px; height: 440px; }
.prog-body { display: flex; flex-direction: column; gap: 36px; }
.prog-cta { display: flex; flex-direction: column; gap: 20px; padding-top: 8px; }
.prog-cta .body { font-weight: 600; color: var(--navy); }
.story-arch { width: 100%; max-width: 360px; height: 440px; }

.values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value { display: flex; flex-direction: column; gap: 10px; padding: 28px 32px 28px 0; border-top: 1px solid var(--line); }
.value + .value { padding-left: 32px; border-left: 1px solid var(--line); }
.value:nth-child(3n+1) { padding-left: 0; border-left: none; }

.num-row { display: grid; grid-template-columns: 96px minmax(0, 1fr) 220px; gap: 40px; align-items: start; padding: 40px 0; border-top: 1px solid var(--line); }
.num-row .h-item { font-size: 26px; }
.num-row .body { font-size: 16px; max-width: 640px; }
.num-row .btn { min-height: 50px; }
.give-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; padding-top: 104px; padding-bottom: 104px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 8px 14px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 999px; font-size: 14px; font-weight: 600; }
.give-rows { display: flex; flex-direction: column; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.give-row { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 15px; line-height: 1.6; }
.give-row dt { font-weight: 700; color: var(--white); }
.give-row dd { margin: 0; color: #c9d3dc; }
.legal { font-size: 13px; line-height: 1.6; color: #9fb0bf; padding-top: 20px; }
.give-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 64px; padding-top: 48px; }
.give-method { display: flex; flex-direction: column; gap: 16px; }
.give-method .h-item { color: var(--white); }
.give-method .give-rows { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.give-method .give-row { grid-template-columns: 180px minmax(0, 1fr); padding: 12px 0; }
.give-method p { color: #c9d3dc; font-size: 15px; line-height: 1.6; }
.give-method address { font-style: normal; color: #c9d3dc; font-size: 15px; line-height: 1.6; }
.ways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 64px; }
.way { display: flex; flex-direction: column; gap: 10px; padding-top: 24px; border-top: 1px solid var(--line); }
.uses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 48px; }
.uses li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 600; color: var(--navy); }
.closing { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; align-items: center; }
.faq { display: flex; flex-direction: column; }
.faq-item { display: flex; flex-direction: column; gap: 10px; padding: 24px 0; border-top: 1px solid var(--line-dark); }
.faq-item:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-item .body { font-size: 16px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 96px; padding-top: 80px; padding-bottom: 104px; }
.contact-item { display: flex; flex-direction: column; gap: 6px; }
.contact-label { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.contact-item address { font-style: normal; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea { width: 100%; font-family: inherit; font-size: 16px; color: var(--ink); background: var(--white); border: 1.5px solid var(--line-dark); border-radius: var(--radius); padding: 0 16px; min-height: 52px; }
.field textarea { min-height: 160px; padding: 14px 16px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--emerald); outline: 3px solid rgba(31, 111, 95, 0.2); outline-offset: 0; }
.form-note { font-size: 13px; color: var(--muted-2); }
.form-status { padding: 14px 18px; border-radius: var(--radius); font-size: 15px; font-weight: 600; background: #fbeaea; color: #7a1f1f; border: 1px solid #efc4c4; }
.honeypot { position: absolute; left: -9999px; }

/* Responsive */
@media (max-width: 1023px) {
  :root { --gutter: 40px; }
  .h-display { font-size: 52px; }
  .h-page { font-size: 46px; }
  .h-section { font-size: 36px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-top: 64px; padding-bottom: 64px; }
  .hero-figure { justify-content: flex-start; }
  .hero-figure .arch-frame { width: 300px; height: 400px; }
  .pillars { grid-template-columns: minmax(0, 1fr); }
  .pillar { border-left: none; border-top: 1px solid var(--line-dark); padding: 28px 0 8px; }
  .pillar-intro { border-top: none; padding-top: 0; padding-bottom: 32px; }
  .two-col, .two-even, .page-head, .give-grid, .prog-section, .contact-grid, .closing { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .program-row { grid-template-columns: 200px minmax(0, 1fr); }
  .program-row .btn { grid-column: 2; justify-self: start; }
  .program-row .arch-frame { width: 200px; height: 250px; }
  .join { grid-template-columns: minmax(0, 1fr); padding-top: 80px; padding-bottom: 80px; }
  .rosette { width: 260px; height: 260px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value:nth-child(3n+1) { padding-left: 32px; border-left: 1px solid var(--line); }
  .value:nth-child(2n+1) { padding-left: 0; border-left: none; }
  .num-row { grid-template-columns: 72px minmax(0, 1fr); }
  .num-row .btn { grid-column: 2; justify-self: start; }
  .story-arch { max-width: 300px; height: 380px; }
}
@media (max-width: 767px) {
  :root { --gutter: 24px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 24px; flex-direction: column; align-items: stretch; gap: 8px; box-shadow: 0 16px 32px rgba(15, 42, 68, 0.12); }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav ul a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .site-nav ul a[aria-current="page"] { border-bottom-color: var(--gold); }
  .site-nav .btn { margin-top: 12px; }
  .h-display { font-size: 40px; }
  .h-page { font-size: 36px; }
  .h-section { font-size: 30px; }
  .h-sub { font-size: 26px; }
  .lead { font-size: 18px; }
  .body { font-size: 16px; }
  .hero-grid { padding-top: 48px; padding-bottom: 48px; gap: 40px; }
  .hero-fade { background: linear-gradient(180deg, var(--emerald) 0%, var(--emerald) 50%, rgba(31, 111, 95, 0.6) 100%); }
  .hero-figure .arch-frame { width: 100%; max-width: 320px; height: 380px; }
  .section { padding-top: 72px; padding-bottom: 64px; }
  .section-tight { padding-top: 64px; padding-bottom: 64px; }
  .page-head { padding-top: 48px; padding-bottom: 40px; }
  .pillars { padding-top: 64px; padding-bottom: 72px; }
  .program-row { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 32px 0; }
  .program-row .btn { grid-column: 1; }
  .program-row .arch-frame { width: 100%; max-width: 240px; height: 300px; }
  .band-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .band-text { flex-direction: column; gap: 10px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 48px; }
  .footer-bottom { flex-direction: column-reverse; gap: 14px; }
  .rosette { width: 200px; height: 200px; }
  .values { grid-template-columns: minmax(0, 1fr); }
  .value, .value + .value, .value:nth-child(3n+1), .value:nth-child(2n+1) { padding-left: 0; padding-right: 0; border-left: none; }
  .learn, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .num-row { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 28px 0; }
  .num-row .btn { grid-column: 1; }
  .give-grid { padding-top: 72px; padding-bottom: 72px; }
  .give-row, .give-method .give-row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .give-methods, .ways, .uses { grid-template-columns: minmax(0, 1fr); }
  .give-methods { gap: 40px; padding-top: 40px; }
  .contact-grid { padding-top: 56px; padding-bottom: 72px; gap: 48px; }
  .prog-side .arch-frame, .story-arch { max-width: 280px; height: 340px; }
  .dark-pattern, .dark-fade { width: 100%; }
  .dark-fade { background: linear-gradient(180deg, var(--navy) 0%, rgba(15, 42, 68, 0.2) 100%); }
  .join { padding-top: 64px; padding-bottom: 64px; }
}
@media print {
  .site-header, .site-footer, .band, .hero-pattern, .dark-pattern, .btn { display: none !important; }
  .dark, .hero { background: none !important; color: var(--ink) !important; }
  body { font-size: 12pt; }
}
