:root {
  --navy: #092a55;
  --navy-2: #123b6e;
  --navy-3: #061b38;
  --burgundy: #7a1830;
  --burgundy-2: #9f2945;
  --gold: #b98933;
  --gold-light: #d9b76d;
  --cream: #f7f1e7;
  --paper: #fffdf9;
  --ink: #172235;
  --muted: #5d6775;
  --line: rgba(9, 42, 85, 0.13);
  --shadow: 0 20px 60px rgba(5, 25, 51, 0.11);
  --shadow-sm: 0 12px 30px rgba(5, 25, 51, 0.09);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000;
  background: var(--paper); color: var(--navy); padding: 10px 14px; border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 68px 0; }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); color: white; }
.bg-burgundy { background: var(--burgundy); color: white; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--burgundy); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.bg-navy .eyebrow, .bg-burgundy .eyebrow { color: var(--gold-light); }

h1, h2, h3, .display {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 18px;
}
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-burgundy h1, .bg-burgundy h2, .bg-burgundy h3 { color: white; }
.lead { font-size: clamp(1.08rem, 1.4vw, 1.28rem); color: var(--muted); max-width: 720px; }
.bg-navy .lead, .bg-burgundy .lead { color: rgba(255,255,255,.82); }
.kicker { font-size: 1.12rem; font-weight: 700; color: var(--burgundy); }
.prose { max-width: 760px; }
.prose p { margin: 0 0 20px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.center .lead, .center .prose { margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 800; transition: .25s ease;
}
.btn-primary { background: var(--burgundy); color: white; box-shadow: 0 10px 28px rgba(122, 24, 48, .23); }
.btn-primary:hover { background: var(--burgundy-2); transform: translateY(-2px); }
.btn-secondary { border-color: rgba(9,42,85,.2); color: var(--navy); background: rgba(255,255,255,.65); }
.btn-secondary:hover { border-color: var(--gold); background: white; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-3); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-link { font-weight: 800; color: var(--burgundy); display: inline-flex; gap: 8px; align-items: center; }
.btn-link::after { content: "→"; transition: transform .2s ease; }
.btn-link:hover::after { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 249, .94); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(9,42,85,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display:flex; align-items:center; min-width:210px; }
.brand .brand-logo { width:230px; height:auto; max-height:52px; object-fit:contain; object-position:left center; }
.footer-logo { filter:brightness(0) invert(1); opacity:.96; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: .95rem; font-weight: 750; color: var(--navy); }
.nav-links a { position: relative; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.5rem; }

.hero {
  min-height: 760px; display: grid; align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 76% 10%, rgba(185,137,51,.18), transparent 22%),
    linear-gradient(135deg, var(--paper) 0%, #fbf6ed 58%, #f4eadc 100%);
  padding: 88px 0 110px;
}
.hero::before {
  content: ""; position: absolute; width: 760px; height: 320px; border-radius: 50%;
  background: var(--navy); right: -260px; top: -120px; transform: rotate(-8deg); opacity: .98;
}
.hero::after {
  content: ""; position: absolute; width: 620px; height: 250px; border-radius: 50%;
  background: var(--burgundy); right: -230px; bottom: -110px; transform: rotate(11deg);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 62px; align-items: center; position: relative; z-index: 2; }
.hero h1 span { color: var(--burgundy); }
.hero-copy .lead { max-width: 650px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof span { color: var(--navy); font-weight: 750; font-size: .93rem; display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; color: var(--burgundy); font-weight: 900; }

.hero-visual { min-height: 520px; position: relative; }
.editorial-card {
  position: absolute; background: white; border: 1px solid rgba(9,42,85,.1); border-radius: 28px;
  box-shadow: var(--shadow); overflow: hidden;
}
.editorial-card.main { inset: 50px 12px 26px 42px; padding: 34px; }
.editorial-card.main::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 8px; background: linear-gradient(var(--burgundy), var(--gold), var(--navy)); }
.editorial-card.small { right: -14px; top: 6px; width: 210px; padding: 18px; transform: rotate(3deg); }
.editorial-card.quote { left: 0; bottom: 0; width: 250px; padding: 20px 22px; background: var(--navy); color: white; transform: rotate(-2deg); }
.editorial-card.quote p { margin: 0; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.35; }
.card-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; color: var(--burgundy); }
.visual-title { font-family: Georgia, serif; font-size: 2.25rem; color: var(--navy); line-height: 1.04; margin: 12px 0 22px; }
.issue-list { display: grid; gap: 12px; }
.issue-row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 14px; border-radius: 13px; background: var(--cream); font-size: .9rem; font-weight: 700; }
.issue-row b { color: var(--burgundy); }
.score-ring { width: 90px; height: 90px; border-radius: 50%; display: grid; place-items: center; margin: 12px auto; background: conic-gradient(var(--gold) 0 70%, #eee7dc 70% 100%); position: relative; }
.score-ring::after { content: ""; position: absolute; width: 68px; height: 68px; background: white; border-radius: 50%; }
.score-ring strong { position: relative; z-index: 2; color: var(--navy); font-size: 1.35rem; }

.logo-strip { border-block: 1px solid var(--line); background: white; }
.logo-strip-inner { display: flex; justify-content: center; gap: 42px; flex-wrap: wrap; padding: 24px 0; color: var(--navy); font-weight: 800; font-size: .88rem; }
.logo-strip-inner span { display: flex; align-items: center; gap: 9px; }
.logo-strip-inner span::before { content: "•"; color: var(--gold); font-size: 1.2rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

.card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  box-shadow: 0 2px 0 rgba(9,42,85,.02); transition: .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: rgba(185,137,51,.4); }
.card-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--cream); color: var(--burgundy); margin-bottom: 20px; font-size: 1.25rem; font-weight: 900; }
.card p { color: var(--muted); margin: 0 0 18px; }

.pillars { margin-top: 42px; }
.pillar { position: relative; overflow: hidden; min-height: 270px; }
.pillar::before { content: attr(data-number); position: absolute; right: 18px; top: 0; font-family: Georgia, serif; font-size: 7rem; line-height: 1; color: rgba(9,42,85,.05); }
.pillar h3 { max-width: 230px; }

.problem-list { display: grid; gap: 15px; }
.problem-item { display: flex; gap: 13px; align-items: flex-start; padding: 16px 17px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 14px; }
.problem-item i { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 50%; background: var(--burgundy); color: white; font-style: normal; font-size: .8rem; }
.problem-item strong { color: var(--navy); }

.statement-panel {
  position: relative; border-radius: 38px; padding: 60px; overflow: hidden;
  background: var(--navy); color: white; box-shadow: var(--shadow);
}
.statement-panel::before { content: ""; position: absolute; width: 480px; height: 210px; border-radius: 50%; background: var(--burgundy); top: -130px; right: -90px; transform: rotate(-9deg); }
.statement-panel::after { content: ""; position: absolute; width: 350px; height: 160px; border: 3px solid var(--gold); border-radius: 50%; bottom: -115px; left: -80px; transform: rotate(10deg); opacity: .7; }
.statement-panel > * { position: relative; z-index: 1; }
.statement-panel blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.12; max-width: 930px; }
.statement-panel cite { display: block; margin-top: 24px; color: var(--gold-light); font-style: normal; font-weight: 750; }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.process-step { counter-increment: step; padding: 24px; border-top: 3px solid var(--gold); background: white; border-radius: 0 0 18px 18px; box-shadow: var(--shadow-sm); }
.process-step::before { content: "0" counter(step); display: block; color: var(--burgundy); font-weight: 900; letter-spacing: .12em; margin-bottom: 22px; }
.process-step p { color: var(--muted); margin-bottom: 0; }

.assessment { background: var(--cream); border-radius: 36px; padding: 44px; border: 1px solid rgba(185,137,51,.25); }
.assessment-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: start; }
.question-list { display: grid; gap: 12px; }
.question { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 14px 15px; background: white; border-radius: 14px; border: 1px solid var(--line); }
.question input { width: 20px; height: 20px; accent-color: var(--burgundy); margin-top: 2px; }
.assessment-result { position: sticky; top: 115px; background: var(--navy); color: white; border-radius: 24px; padding: 28px; min-height: 310px; }
.assessment-result h3 { color: white; }
.assessment-result .score { font-family: Georgia, serif; color: var(--gold-light); font-size: 4.5rem; line-height: 1; margin: 14px 0 10px; }
.assessment-result p { color: rgba(255,255,255,.82); }
.assessment-result .btn { margin-top: 10px; }

.cta-band { padding: 78px 0; background: linear-gradient(130deg, var(--burgundy), #641225); color: white; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 520px; height: 230px; border: 3px solid rgba(217,183,109,.6); border-radius: 50%; right: -100px; top: -130px; transform: rotate(-8deg); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; position: relative; z-index: 2; }
.cta-band h2 { color: white; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 720px; margin: 0; }

.page-hero { padding: 100px 0 88px; background: var(--cream); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 570px; height: 230px; border-radius: 50%; background: var(--navy); right: -190px; top: -120px; transform: rotate(-8deg); }
.page-hero::before { content: ""; position: absolute; width: 420px; height: 170px; border: 3px solid var(--gold); border-radius: 50%; right: -80px; bottom: -115px; transform: rotate(8deg); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .lead { max-width: 760px; }
.breadcrumb { color: var(--burgundy); font-size: .86rem; font-weight: 800; margin-bottom: 30px; }

.service-row { display: grid; grid-template-columns: .68fr 1.32fr; gap: 38px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.service-row .service-number { font-family: Georgia, serif; font-size: 3rem; color: var(--gold); }
.service-row ul { columns: 2; padding-left: 20px; color: var(--muted); }
.service-row li { margin-bottom: 8px; break-inside: avoid; }

.fit-card { padding: 30px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.fit-card.good { border-top: 5px solid var(--gold); }
.fit-card.not-yet { border-top: 5px solid var(--burgundy); }
.fit-card ul { padding-left: 20px; color: var(--muted); }

.industry-hero { background: var(--navy); color: white; }
.industry-hero h1 { color: white; max-width: 900px; }
.industry-hero .lead { color: rgba(255,255,255,.8); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.stat { padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.stat strong { display: block; font-family: Georgia, serif; font-size: 2rem; color: var(--gold-light); }
.stat span { color: rgba(255,255,255,.75); font-size: .9rem; }

.quote-card { padding: 34px; border-radius: 26px; background: var(--cream); border-left: 6px solid var(--gold); }
.quote-card blockquote { margin: 0 0 18px; font-family: Georgia, serif; font-size: 1.45rem; color: var(--navy); line-height: 1.35; }
.quote-card cite { font-style: normal; color: var(--burgundy); font-weight: 800; }

.profile-card { overflow: hidden; padding: 0; }
.profile-top { min-height: 220px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); display: grid; place-items: center; position: relative; }
.profile-top::after { content: ""; position: absolute; width: 180px; height: 70px; border: 2px solid var(--gold); border-radius: 50%; right: -35px; bottom: -30px; transform: rotate(-8deg); }
.profile-initials { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--burgundy); font-family: Georgia, serif; font-size: 2.7rem; border: 5px solid rgba(217,183,109,.85); }
.profile-body { padding: 28px; }
.profile-body p { color: var(--muted); }

.resource-card { display: flex; flex-direction: column; min-height: 360px; position: relative; overflow: hidden; }
.resource-card::after { content: ""; position: absolute; width: 180px; height: 70px; border-radius: 50%; background: var(--cream); right: -70px; top: -20px; transform: rotate(-10deg); }
.resource-card .resource-type { color: var(--burgundy); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; }
.resource-card .btn-link { margin-top: auto; }
.newsletter-signup { background: var(--navy); color: white; border-radius: 30px; padding: 44px; }
.newsletter-signup h2 { color: white; }
.newsletter-signup form { display: flex; gap: 10px; margin-top: 26px; }
.newsletter-signup input { flex: 1; min-height: 52px; border-radius: 999px; padding: 0 20px; border: 0; outline: 0; }

.faq-list { display: grid; gap: 12px; margin-top: 34px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: white; overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; border: 0; background: white; color: var(--navy); padding: 20px 22px; text-align: left; font-weight: 800; }
.faq-question span:last-child { color: var(--burgundy); font-size: 1.4rem; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: start; }
.contact-card { background: var(--navy); color: white; padding: 32px; border-radius: 26px; }
.contact-card h3 { color: white; }
.contact-detail { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail strong { display: block; color: var(--gold-light); }
.contact-detail span { color: rgba(255,255,255,.78); }
.form-card { background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: 28px; padding: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .86rem; font-weight: 800; color: var(--navy); }
input, textarea, select { width: 100%; border: 1px solid rgba(9,42,85,.18); background: var(--paper); border-radius: 12px; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185,137,51,.14); }
textarea { min-height: 140px; resize: vertical; }
.form-note { margin-top: 14px; font-size: .82rem; color: var(--muted); }
.form-message { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: var(--cream); color: var(--navy); font-weight: 700; }
.form-message.show { display: block; }

.site-footer { background: var(--navy-3); color: white; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 34px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand p { color: rgba(255,255,255,.65); max-width: 340px; }
.footer-title { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 82px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 18px; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .split, .assessment-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; max-width: 620px; width: 100%; margin-inline: auto; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .assessment-result { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 680px) {
  .section { padding: 72px 0; }
  .section-sm { padding: 52px 0; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand { min-width: auto; }
  .brand-copy strong { font-size: 1.14rem; }
  .brand-copy span { display: none; }
  .hero { padding-top: 60px; }
  .hero::before { width: 360px; height: 160px; right: -230px; top: -65px; }
  .hero::after { width: 390px; height: 170px; right: -260px; bottom: -85px; }
  .hero-grid { gap: 28px; }
  .hero-visual { min-height: 430px; }
  .editorial-card.main { inset: 36px 0 32px 14px; padding: 25px 23px 25px 28px; }
  .editorial-card.small { width: 150px; right: -4px; }
  .editorial-card.quote { width: 210px; }
  .visual-title { font-size: 1.75rem; }
  .issue-row { font-size: .8rem; }
  .grid-2, .grid-3, .grid-4, .stat-row { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .statement-panel { padding: 38px 26px; border-radius: 28px; }
  .assessment { padding: 24px 18px; }
  .page-hero { padding: 72px 0 64px; }
  .service-row ul { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-card { padding: 24px 18px; }
  .newsletter-signup { padding: 30px 22px; }
  .newsletter-signup form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

.netlify-hidden{position:absolute!important;left:-9999px!important}.success-panel{max-width:760px;margin:0 auto;text-align:center;padding:54px;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:var(--shadow-sm)}

/* Requested refinements */
.pillar-label{color:var(--burgundy);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:850;margin-bottom:8px}
.profile-top{min-height:190px}
.profile-photo{width:150px;height:150px;object-fit:cover;object-position:center top;border-radius:50%;border:5px solid rgba(217,183,109,.9);box-shadow:0 10px 28px rgba(0,0,0,.2);position:relative;z-index:2;background:var(--paper)}
.resource-status{margin-top:auto;color:var(--muted);font-size:.88rem;font-weight:800}
.newsletter-issues{align-items:stretch}
.issue-card{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center}
.issue-card img{width:100%;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.footer-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.footer-social a{color:var(--gold-light);font-weight:800;font-size:.86rem}
@media(max-width:680px){.profile-photo{width:130px;height:130px}.profile-top{min-height:170px}.issue-card{grid-template-columns:1fr}.issue-card img{max-width:220px;margin:0 auto}}

/* Final review refinements */
.eyebrow-on-dark { color: var(--gold-light) !important; }
.newsletter-signup .eyebrow { color: var(--gold-light); }
@media (min-width: 900px) {
  .lead-balanced { max-width: 900px; }
}


.submission-confirmation {
  position: relative;
  z-index: 1000;
  background: #f4ead8;
  border-bottom: 1px solid rgba(5, 42, 82, .15);
  color: #062a52;
}
.submission-confirmation .container {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.submission-confirmation strong { color: #8f1738; }
.submission-confirmation button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #062a52;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 640px) {
  .submission-confirmation .container { align-items: flex-start; flex-wrap: wrap; }
  .submission-confirmation button { position: absolute; right: 1rem; top: .65rem; }
}
