/* Newsletter — "The Admissions Edge" — expanded editorial treatment
   Soft grey page, navy hero card, gold italic emphasis, serial-numbered masthead,
   contents block, pull-quote, prose, dossier sidebar, signature.
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Montserrat:wght@300;400;500;600;700&family=Caveat:wght@500;600;700&display=swap');
@import url('../../colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #EDECE8; font-family: var(--font-sans); color: var(--fg-1); -webkit-font-smoothing: antialiased; }

.nl-shell { max-width: 720px; margin: 0 auto; padding: 20px 20px 80px; }

/* ——— Top utility bar ——— */
.nl-top { display: flex; justify-content: space-between; align-items: center; padding: 14px 8px 20px; font-size: 13px; color: #5B5B54; }
.nl-top a { color: #1B2A4A; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ——— Hero card (navy) ——— */
.nl-hero { background: #0F1A2E; color: #fff; padding: 36px 44px 38px; border-radius: 2px; position: relative; overflow: hidden; }
.nl-hero__masthead { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid rgba(202,170,95,0.45); }
.nl-hero__over { font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--lbc-gold); }
.nl-hero__issue { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 13px; color: rgba(202,170,95,0.8); letter-spacing: 0.04em; }
.nl-hero__title { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 58px; line-height: 1.05; color: #fff; margin: 26px 0 14px; letter-spacing: -0.008em; }
.nl-hero__title i { font-style: italic; color: var(--lbc-gold); font-weight: 500; }
.nl-hero__dek { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; line-height: 1.45; color: #C9D1E0; font-weight: 400; margin: 0 0 22px; max-width: 540px; }
.nl-hero__byline { font-family: var(--font-sans); font-size: 13px; color: #8A95AD; display: flex; align-items: center; gap: 10px; }
.nl-hero__byline a { color: var(--lbc-gold); text-decoration: none; font-weight: 600; }
.nl-hero__byline .dot { color: #4B5A73; }
.nl-hero__date { margin-left: auto; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 13px; color: #8A95AD; }

/* ——— Contents block ——— */
.nl-contents { background: #fff; padding: 26px 44px 28px; margin-top: 14px; border-radius: 2px; display: grid; grid-template-columns: auto 1fr; gap: 28px 32px; align-items: start; }
.nl-contents__label { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--lbc-gold-dark); padding-top: 4px; writing-mode: horizontal-tb; white-space: nowrap; }
.nl-contents__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.nl-contents__item { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: baseline; font-family: 'Playfair Display', Georgia, serif; font-size: 17px; color: #1B2A4A; line-height: 1.4; }
.nl-contents__num { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; color: var(--lbc-gold-dark); padding-top: 3px; }
.nl-contents__item b { font-weight: 700; }
.nl-contents__item i { font-style: italic; color: #4A5A78; }

/* ——— Body card ——— */
.nl-body { background: #fff; padding: 40px 44px 36px; margin-top: 14px; border-radius: 2px; }

.nl-pullquote { border-left: 2.5px solid var(--lbc-gold); padding: 4px 0 4px 26px; font-family: 'Playfair Display', Georgia, serif; font-size: 20px; line-height: 1.55; color: #1B2A4A; text-wrap: pretty; font-weight: 400; }
.nl-pullquote a { color: #1B2A4A; text-decoration: underline; text-underline-offset: 3px; }

.nl-dropcap { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 64px; line-height: 0.85; color: var(--lbc-gold); float: left; margin: 8px 12px -4px 0; font-style: italic; }

.nl-prose { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; line-height: 1.6; color: #1B2A4A; margin-top: 28px; }
.nl-prose p { margin: 0 0 18px; text-wrap: pretty; }
.nl-prose p:after { content: ""; display: table; clear: both; }
.nl-prose em, .nl-prose i { font-style: italic; color: #394A6A; }
.nl-prose a { color: #1B2A4A; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--lbc-gold); text-decoration-thickness: 1.5px; }

/* ——— Section headings inside prose ——— */
.nl-sectionhead { margin: 28px 0 14px; padding-top: 20px; border-top: 1px solid #EFEAE0; display: flex; align-items: baseline; gap: 14px; }
.nl-sectionhead__num { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.24em; color: var(--lbc-gold-dark); }
.nl-sectionhead__title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 26px; color: #1B2A4A; letter-spacing: -0.005em; margin: 0; }
.nl-sectionhead__title i { font-style: italic; color: var(--lbc-gold); font-weight: 700; }

/* ——— Dossier / sidebar-inline card ——— */
.nl-dossier { background: #FEFAF2; border: 1px solid #F0E5C8; border-left: 3px solid var(--lbc-gold); padding: 22px 26px 24px; margin: 24px 0; border-radius: 2px; }
.nl-dossier__kicker { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--lbc-gold-dark); }
.nl-dossier__title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 22px; color: #1B2A4A; margin: 8px 0 10px; letter-spacing: -0.005em; }
.nl-dossier__title i { font-style: italic; color: var(--lbc-gold); }
.nl-dossier__list { list-style: none; padding: 0; margin: 0; }
.nl-dossier__list li { font-family: 'Playfair Display', Georgia, serif; font-size: 17px; line-height: 1.5; color: #1B2A4A; padding: 10px 0; border-top: 1px solid #F0E5C8; display: flex; justify-content: space-between; gap: 20px; }
.nl-dossier__list li:first-child { border-top: none; padding-top: 4px; }
.nl-dossier__list li span:last-child { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; color: var(--lbc-gold-dark); white-space: nowrap; padding-top: 4px; }

/* ——— Signature ——— */
.nl-sig { margin-top: 28px; padding-top: 24px; border-top: 1px solid #EFEAE0; }
.nl-sig__off { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; color: #1B2A4A; font-style: italic; }
.nl-sig__name { font-family: 'Caveat', 'Playfair Display', cursive; font-size: 36px; color: #1B2A4A; margin: 6px 0 2px; line-height: 1; }
.nl-sig__role { font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.2em; color: var(--lbc-gold-dark); text-transform: uppercase; }

/* ——— Image card ——— */
.nl-image { margin-top: 14px; background: #fff; padding: 14px 14px 10px; border-radius: 2px; }
.nl-image__box { width: 100%; aspect-ratio: 16/10; background: linear-gradient(135deg, #D9D4C8, #B8B0A0); display: flex; align-items: center; justify-content: center; font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; color: #6B7890; position: relative; overflow: hidden; }
.nl-image__box:before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(0,0,0,0.03) 18px 19px); pointer-events: none; }
.nl-image__caption { display: flex; justify-content: space-between; padding: 10px 6px 4px; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 13px; color: #6B7890; }
.nl-image__caption b { font-style: normal; font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; color: var(--lbc-gold-dark); text-transform: uppercase; }

/* ——— CTA band ——— */
.nl-cta { margin-top: 14px; background: #0F1A2E; color: #fff; padding: 32px 44px; border-radius: 2px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nl-cta__copy { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; line-height: 1.3; color: #fff; margin: 0; max-width: 400px; }
.nl-cta__copy i { font-style: italic; color: var(--lbc-gold); }
.nl-cta__btn { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; background: var(--lbc-gold); color: #1B2A4A; padding: 16px 22px; border-radius: 2px; text-decoration: none; white-space: nowrap; }

/* ——— Footer ——— */
.nl-footer { text-align: center; padding: 40px 20px 0; font-size: 12px; color: #6B7890; line-height: 1.7; }
.nl-footer a { color: #1B2A4A; font-weight: 600; }
.nl-footer__rule { height: 1px; background: #D8D3C4; max-width: 60px; margin: 0 auto 20px; }
.nl-footer img { height: 40px; width: auto; margin-bottom: 14px; opacity: 0.65; }
