:root {
  --navy-950: #07131f;
  --navy-900: #0a1c2c;
  --navy-800: #102a40;
  --ink: #17212a;
  --slate: #55616b;
  --line: #d9d6ce;
  --paper: #f7f5ef;
  --white: #fff;
  --gold: #c9a35a;
  --gold-light: #e2c887;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.skip-link { position:fixed; left:12px; top:-100px; z-index:999; padding:12px 16px; color:white; background:var(--navy-950); }
.skip-link:focus { top:12px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { background: rgba(247, 245, 239, .97); border-bottom: 1px solid rgba(23, 33, 42, .13); position: relative; z-index: 20; }
.utility-bar { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner div { display: flex; gap: 22px; }
.utility-inner a:hover { color: var(--gold-light); }
.header-main { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark { width: 47px; height: 47px; border: 1px solid var(--gold); display: grid; place-items: center; position: relative; flex: 0 0 auto; }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(201,163,90,.42); }
.brand-mark i { color: var(--navy-900); font: 700 1.45rem/1 Georgia, serif; font-style: normal; z-index: 1; }
.brand-type { display: flex; flex-direction: column; }
.brand-type strong { font: 700 1.28rem/1 Georgia, serif; letter-spacing: .15em; color: var(--navy-950); }
.brand-type small { margin-top: 6px; color: var(--slate); font-size: .58rem; letter-spacing: .105em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: .76rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav > a:not(.nav-support) { padding-block: 12px; border-bottom: 1px solid transparent; }
.desktop-nav > a:hover { color: #8a6728; border-color: var(--gold); }
.nav-support { padding: 14px 19px; color: white; background: var(--navy-900); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 20px; height: 2px; background: var(--navy-900); }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(300px, calc(100vw - 40px)); padding: 14px; background: var(--paper); box-shadow: 0 18px 40px rgba(7,19,31,.16); border: 1px solid var(--line); }
.mobile-menu nav a { display: block; padding: 13px 10px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.hero { min-height: 690px; background: linear-gradient(90deg, rgba(7,19,31,.99) 0%, rgba(7,19,31,.94) 39%, rgba(7,19,31,.51) 67%, rgba(7,19,31,.22) 100%), url("../images/naoim-hero.png") center/cover no-repeat; color: white; position: relative; overflow: hidden; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,31,.5), transparent 38%), repeating-linear-gradient(117deg, transparent 0 54px, rgba(255,255,255,.02) 55px 56px); }
.hero-grain { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr .65fr; align-items: end; gap: 90px; padding-block: 110px 100px; }
.eyebrow { margin: 0 0 21px; color: #896827; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light, .eyebrow-gold { color: var(--gold-light); }
.hero h1 { max-width: 830px; margin: 0; font: 400 clamp(3.6rem, 6vw, 6.7rem)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.052em; text-wrap: balance; }
.hero-lede { max-width: 750px; margin: 34px 0 0; color: rgba(255,255,255,.78); font: 400 clamp(1.05rem,1.5vw,1.25rem)/1.72 Arial, sans-serif; }
.button-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold-light); }
.button-gold:hover { background: #edd89e; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.42); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-navy { color: white; background: var(--navy-900); margin-top: 34px; }
.hero-note { border-top: 1px solid var(--gold); padding: 25px 0 0; align-self: end; }
.hero-note-label { display: block; color: var(--gold-light); font-size: .66rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.hero-note p { margin: 17px 0; color: rgba(255,255,255,.78); font: 400 1.1rem/1.55 Georgia, serif; }
.hero-note a { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.hero-note a span { color: var(--gold-light); margin-left: 6px; }
.hero-rule { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; background: var(--gold); }
.hero-rule span { display: block; width: 32%; height: 100%; background: white; opacity: .32; }
.status-strip { background: white; border-bottom: 1px solid var(--line); }
.status-strip-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.status-strip strong { color: var(--navy-900); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.status-strip p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.5; }
.status-strip a { color: #78591f; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding-block: 120px; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.section h2 { margin: 0; color: var(--navy-950); font: 400 clamp(2.6rem, 4.5vw, 4.75rem)/1.02 Georgia, serif; letter-spacing: -.04em; text-wrap: balance; }
.split-heading > p, .section-lede { margin: 0; color: var(--slate); font-size: 1.04rem; line-height: 1.75; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { min-height: 320px; padding: 36px; background: rgba(255,255,255,.45); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.focus-card > span { color: #987331; font: italic 1rem/1 Georgia, serif; }
.focus-card h3 { margin: 56px 0 17px; color: var(--navy-900); font: 400 1.55rem/1.2 Georgia, serif; }
.focus-card p { margin: 0; color: var(--slate); line-height: 1.7; }
.focus-card i { position: absolute; left: 36px; right: 36px; bottom: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: .3s ease; }
.focus-card:hover i { transform: scaleX(1); }
.section-ink { color: white; background: var(--navy-950); }
.statement-grid { display: grid; grid-template-columns: 150px 1fr; gap: 55px; }
.statement-mark { color: var(--gold); font: 400 12rem/.65 Georgia, serif; opacity: .75; }
.section-ink h2 { max-width: 930px; color: white; font-size: clamp(2.7rem, 4.6vw, 5rem); }
.section-ink p:not(.eyebrow) { max-width: 720px; margin: 35px 0 25px; color: rgba(255,255,255,.69); line-height: 1.8; }
.text-link-light { display: inline-block; color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.audience-grid .section-lede { margin: 27px 0 0; max-width: 540px; }
.audience-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.audience-list li { min-height: 70px; display: flex; align-items: center; gap: 21px; border-bottom: 1px solid var(--line); color: var(--navy-900); font: 400 1.28rem/1.3 Georgia, serif; }
.audience-list span { color: var(--gold); font-family: Arial, sans-serif; }
.callout-section { padding-top: 0; }
.callout-card { background: var(--navy-800); color: white; padding: 65px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.callout-card h2 { color: white; font-size: clamp(2.4rem, 4vw, 4.25rem); }
.callout-card > div:last-child > p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.site-footer { background: #050d15; color: rgba(255,255,255,.65); padding: 82px 0 32px; }
.site-footer .brand-mark i, .site-footer .brand-type strong { color: white; }
.site-footer .brand-type small { color: rgba(255,255,255,.5); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; }
.footer-intro p { max-width: 390px; margin: 25px 0 0; line-height: 1.7; }
.footer-grid h2 { margin: 4px 0 22px; color: var(--gold-light); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) a { display: block; padding: 7px 0; font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-disclosure { margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 40px; font-size: .68rem; line-height: 1.6; }
.footer-disclosure p { max-width: 720px; margin: 0; }
.footer-disclosure span { white-space: nowrap; }
.footer-admin { margin-top:20px; font-size:.64rem; letter-spacing:.08em; text-transform:uppercase; }
.footer-admin a:hover { color:white; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-note { max-width: 500px; }
  .split-heading, .audience-grid, .callout-card { grid-template-columns: 1fr; gap: 45px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 245px; }
  .focus-card h3 { margin-top: 38px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-main { min-height: 77px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-type strong { font-size: 1rem; }
  .brand-type small { max-width: 190px; white-space: normal; line-height: 1.25; }
  .hero { min-height: 650px; }
  .hero-grid { padding-block: 80px 75px; }
  .hero h1 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .hero-lede { font-size: 1rem; }
  .status-strip-inner { padding-block: 22px; grid-template-columns: 1fr; gap: 8px; }
  .section { padding-block: 82px; }
  .section h2 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .statement-grid { grid-template-columns: 1fr; gap: 12px; }
  .statement-mark { height: 70px; font-size: 8rem; }
  .callout-section { padding-top: 0; }
  .callout-card { width: 100%; padding: 55px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-disclosure { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

.interior-hero { color: white; background: var(--navy-950); position: relative; overflow: hidden; }
.interior-hero::after { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(201,163,90,.18); border-radius: 50%; right: -170px; top: -350px; box-shadow: 0 0 0 80px rgba(201,163,90,.025), 0 0 0 160px rgba(201,163,90,.018); }
.interior-hero-inner { position: relative; z-index: 1; padding-block: 105px 90px; }
.interior-hero h1 { max-width: 930px; margin: 0; font: 400 clamp(3.6rem,6.5vw,6.4rem)/.98 Georgia,serif; letter-spacing: -.05em; text-wrap: balance; }
.interior-hero-inner > p:last-child { max-width: 790px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 1.14rem; line-height: 1.72; }
.page-section { padding-block: 105px; }
.editorial-image { margin-top: 58px; margin-bottom: -35px; height: clamp(320px,48vw,590px); overflow: hidden; background: var(--navy-800); }
.editorial-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-section-white { background: white; }
.prose-layout { display: grid; grid-template-columns: 270px 1fr; gap: 110px; align-items: start; }
.prose-layout > aside { position: sticky; top: 35px; padding-top: 20px; border-top: 2px solid var(--gold); }
.prose-layout > aside p { margin: 0 0 18px; color: var(--navy-900); font: 400 1.15rem/1.45 Georgia,serif; }
.prose-layout > aside strong { display: block; margin: 0 0 22px; color: var(--slate); font-size: .8rem; line-height: 1.6; }
.prose-layout > aside a, .text-link { color: #77581c; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.prose-content { max-width: 790px; }
.prose-content > section { padding: 0 0 62px; margin: 0 0 62px; border-bottom: 1px solid var(--line); }
.prose-content > section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.prose-content h2, .narrow-heading h2, .two-col h2, .content-panel h2 { margin: 0 0 24px; color: var(--navy-950); font: 400 clamp(2.25rem,4vw,3.75rem)/1.05 Georgia,serif; letter-spacing: -.035em; }
.prose-content p, .prose-content li, .content-panel p { color: var(--slate); font-size: 1.02rem; line-height: 1.82; }
.prose-content ul { padding: 0; list-style: none; }
.prose-content li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid var(--line); }
.prose-content li::before { content: "+"; position: absolute; left: 0; color: #9d782f; }
.narrow-heading { max-width: 760px; }
.member-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.member-grid article { min-height: 270px; padding: 30px; background: rgba(255,255,255,.45); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-grid h3 { min-height: 52px; margin: 0 0 28px; color: var(--navy-900); font: 400 1.35rem/1.3 Georgia,serif; }
.member-grid strong { display: block; color: #866524; font: 400 2.7rem/1 Georgia,serif; }
.member-grid strong small { font: 400 .72rem/1 Arial,sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.member-grid p { color: var(--slate); line-height: 1.6; }
.two-col, .content-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 0 0 28px; margin: 0 0 28px; border-bottom: 1px solid var(--line); }
.process-list li > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); font-family: Georgia,serif; }
.process-list strong { color: var(--navy-900); font: 400 1.28rem/1.2 Georgia,serif; }
.process-list p { margin: 8px 0 0; color: var(--slate); line-height: 1.6; }
.content-panel { padding: 68px; background: #ece9e1; }
.content-panel > div:last-child > p:first-child { margin-top: 0; }
.policy-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-grid a { min-height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; background: rgba(255,255,255,.45); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy-900); font: 400 1.16rem/1.3 Georgia,serif; }
.policy-grid a:hover { background: white; }
.policy-grid i { color: var(--gold); font-style: normal; }
.contact-form-section { margin-top: 62px; padding-top: 62px; border-top: 1px solid var(--line); }
.contact-form-section h2 { margin-bottom: 34px; }
.contact-form { display: grid; gap: 25px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.contact-form label { display: grid; gap: 10px; color: var(--navy-900); font-size: .78rem; font-weight: 800; letter-spacing: .045em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c9c5bb; border-radius: 0; padding: 14px 15px; color: var(--ink); background: white; font: 400 1rem/1.45 Arial,Helvetica,sans-serif; }
.contact-form select { min-height: 51px; }
.contact-form textarea { min-height: 190px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(201,163,90,.3); border-color: #8a6728; }
.contact-form .button-navy { margin-top: 0; border: 0; cursor: pointer; }
.contact-form-actions { display: flex; align-items: center; gap: 25px; }
.contact-form-actions p { max-width: 510px; margin: 0; color: var(--slate); font-size: .78rem; line-height: 1.6; }
.contact-form-actions a { color: #77581c; text-decoration: underline; text-underline-offset: 3px; }
.contact-alert { margin: 0 0 30px; padding: 22px 24px; border-left: 4px solid var(--gold); background: #ece9e1; }
.contact-alert strong { display: block; color: var(--navy-900); font: 400 1.35rem/1.25 Georgia,serif; }
.contact-alert p { margin: 9px 0 0; }
.contact-alert ul { margin: 12px 0 0; padding-left: 22px; }
.contact-alert li { padding: 3px 0; border: 0; }
.contact-alert li::before { content: none; }
.contact-alert-error { border-left-color: #9b3d32; background: #f4e9e6; }
.contact-alert-success { border-left-color: #477153; background: #e7efe8; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 900px) {
  .prose-layout, .two-col, .content-panel { grid-template-columns: 1fr; gap: 55px; }
  .prose-layout > aside { position: static; }
  .member-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .interior-hero-inner { padding-block: 76px 66px; }
  .interior-hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .page-section { padding-block: 76px; }
  .member-grid, .policy-grid { grid-template-columns: 1fr; }
  .content-panel { padding: 42px 25px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .contact-form .button-navy { width: 100%; }
}


/* Newsroom articles */
.newsroom-intro { max-width: 860px; margin-bottom: 2rem; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.news-card { overflow: hidden; background: var(--white); border-top: 4px solid var(--gold); box-shadow: 0 14px 34px rgba(7, 19, 31, .10); }
.news-card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy-900); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-card-image:hover img { transform: scale(1.025); }
.news-card-copy { padding: 1.5rem; }
.news-card h2 { margin: .35rem 0 .7rem; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.18; }
.news-card h2 a { color: var(--navy-950); text-decoration: none; }
.news-card h2 a:hover { color: var(--gold); }
.news-card p { line-height: 1.65; }
.article-meta { margin: 0; color: var(--slate); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-meta-light { color: var(--gold-light); margin-top: 1rem; }
.article-featured { margin-top: 2rem; }
.article-featured img { width: 100%; max-height: 640px; object-fit: cover; }
.article-wrap { max-width: 860px; }
.article-back { display: inline-block; margin-bottom: 1.75rem; }
.article-body { font-size: 1.08rem; line-height: 1.8; }
.news-empty { padding: 2rem; background: var(--white); border-left: 4px solid var(--gold); }
@media (max-width: 760px) { .news-grid { grid-template-columns: 1fr; } .news-card-copy { padding: 1.25rem; } }
