: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; }
}


/* Industry navigation and landing pages */
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { border: 0; background: transparent; color: var(--navy); font-weight: 800; padding: 10px 0; display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown-toggle span { color: var(--burgundy); font-size: 1rem; transition: transform .2s ease; }
.nav-dropdown-menu { position: absolute; left: 50%; top: calc(100% + 16px); transform: translateX(-50%) translateY(-6px); width: 330px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; z-index: 100; }
.nav-dropdown-menu::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 20px; }
.nav-dropdown-menu a { display: block; padding: 11px 13px; border-radius: 11px; color: var(--navy); font-size: .88rem; line-height: 1.35; }
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--burgundy); }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown:hover .nav-dropdown-toggle span, .nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.nav-dropdown.active .nav-dropdown-toggle { color: var(--burgundy); }

.industry-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 42px; }
.industry-index-card { position: relative; overflow: hidden; min-height: 270px; padding: 28px; border-radius: 24px; background: white; border: 1px solid var(--line); transition: .25s ease; }
.industry-index-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: rgba(185,137,51,.45); }
.industry-index-card .mini-visual { height: 92px; margin: -8px -8px 24px; border-radius: 17px; position: relative; overflow: hidden; background: var(--cream); }
.industry-index-card h3 { font-size: 1.55rem; }
.industry-index-card p { color: var(--muted); font-size: .94rem; }
.industry-index-card .btn-link { position: absolute; bottom: 24px; left: 28px; }

.industry-detail-hero { padding: 78px 0 72px; background: var(--cream); overflow: hidden; position: relative; }
.industry-detail-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 58px; align-items: center; }
.industry-detail-hero h1 { font-size: clamp(3rem,5.3vw,5.2rem); }
.industry-art { min-height: 390px; border-radius: 34px; position: relative; overflow: hidden; box-shadow: var(--shadow); background: var(--navy); border: 1px solid rgba(255,255,255,.25); }
.industry-art::after { content: ""; position: absolute; inset: auto -80px -95px auto; width: 330px; height: 190px; border: 3px solid var(--gold); border-radius: 50%; transform: rotate(-10deg); opacity: .8; }
.industry-art .art-label { position: absolute; left: 26px; bottom: 23px; z-index: 5; color: white; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.industry-art .art-label strong { display: block; font-family: Georgia,serif; font-size: 1.6rem; letter-spacing: 0; text-transform: none; margin-top: 4px; }
.industry-art.finance { background: linear-gradient(145deg,#092a55,#143f72); }
.industry-art.finance .chart-line { position:absolute; left:48px; right:48px; bottom:92px; height:160px; border-left:2px solid rgba(255,255,255,.25); border-bottom:2px solid rgba(255,255,255,.25); }
.industry-art.finance .chart-line::before { content:""; position:absolute; left:20px; right:20px; top:24px; bottom:18px; background: linear-gradient(155deg,transparent 0 20%,#d9b76d 21% 23%,transparent 24% 38%,#d9b76d 39% 41%,transparent 42% 58%,#d9b76d 59% 61%,transparent 62% 74%,#d9b76d 75% 77%,transparent 78%); transform:skewY(-10deg); }
.industry-art.finance .ledger { position:absolute; right:44px; top:42px; width:150px; height:190px; border-radius:16px; background:rgba(255,255,255,.94); transform:rotate(5deg); box-shadow:0 15px 40px rgba(0,0,0,.25); }
.industry-art.finance .ledger::before { content:""; position:absolute; inset:26px 20px; background:repeating-linear-gradient(to bottom,#cfd8e3 0 2px,transparent 2px 22px); }
.industry-art.legal { background: linear-gradient(145deg,#4f1021,#861b34); }
.industry-art.legal .columns { position:absolute; inset:66px 54px 95px; display:flex; align-items:flex-end; gap:25px; border-bottom:15px solid #d9b76d; }
.industry-art.legal .columns span { flex:1; height:180px; border-radius:10px 10px 0 0; background:linear-gradient(90deg,#f7f1e7,#d6cfc4,#fff); position:relative; }
.industry-art.legal .columns span::before { content:""; position:absolute; left:-8px; right:-8px; top:-18px; height:20px; background:#f7f1e7; border-radius:5px; }
.industry-art.legal .columns::before { content:""; position:absolute; left:-20px; right:-20px; top:-26px; height:18px; background:#d9b76d; clip-path:polygon(50% 0,100% 100%,0 100%); }
.industry-art.engineering { background: linear-gradient(145deg,#0b365a,#2f668f); }
.industry-art.engineering::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px); background-size:28px 28px; }
.industry-art.engineering .blueprint { position:absolute; left:52px; top:50px; width:260px; height:210px; border:3px solid #d9b76d; transform:rotate(-3deg); }
.industry-art.engineering .blueprint::before { content:""; position:absolute; left:42px; top:42px; width:145px; height:105px; border:3px solid white; border-radius:4px; box-shadow:30px 30px 0 -3px transparent; }
.industry-art.engineering .blueprint::after { content:""; position:absolute; left:20px; right:20px; bottom:24px; height:2px; background:white; box-shadow:0 -34px rgba(255,255,255,.75),0 -68px rgba(255,255,255,.55); }
.industry-art.technology { background: linear-gradient(145deg,#18244f,#566bb2); }
.industry-art.technology .network { position:absolute; inset:45px 42px 85px; background:radial-gradient(circle at 20% 28%,#d9b76d 0 7px,transparent 8px),radial-gradient(circle at 50% 15%,white 0 7px,transparent 8px),radial-gradient(circle at 79% 35%,#d9b76d 0 7px,transparent 8px),radial-gradient(circle at 35% 70%,white 0 7px,transparent 8px),radial-gradient(circle at 70% 78%,white 0 7px,transparent 8px); }
.industry-art.technology .network::before { content:""; position:absolute; inset:15px 35px 25px; border:2px solid rgba(255,255,255,.7); transform:skew(-18deg) rotate(5deg); border-radius:40%; box-shadow:60px 20px 0 -1px transparent; }
.industry-art.technology .network::after { content:"AI"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:88px; height:88px; display:grid; place-items:center; border:2px solid #d9b76d; border-radius:22px; color:white; font-family:Georgia,serif; font-size:2rem; background:rgba(9,42,85,.55); }
.industry-art.healthcare { background: linear-gradient(145deg,#174b50,#4c807e); }
.industry-art.healthcare .cross { position:absolute; left:50%; top:47%; transform:translate(-50%,-50%); width:86px; height:220px; background:white; border-radius:18px; box-shadow:0 22px 45px rgba(0,0,0,.2); }
.industry-art.healthcare .cross::after { content:""; position:absolute; width:220px; height:86px; left:50%; top:50%; transform:translate(-50%,-50%); background:white; border-radius:18px; }
.industry-art.healthcare .pulse { position:absolute; left:35px; right:35px; top:48%; height:4px; z-index:3; background:linear-gradient(90deg,transparent 0 14%,#d9b76d 15% 31%,transparent 32% 38%,#d9b76d 39% 43%,transparent 44% 50%,#d9b76d 51% 70%,transparent 71%); transform:skewY(-12deg); }
.industry-art.consulting { background: linear-gradient(145deg,#4a2f25,#9a684d); }
.industry-art.consulting .people { position:absolute; inset:55px 45px 95px; display:flex; justify-content:center; align-items:center; gap:28px; }
.industry-art.consulting .people span { width:76px; height:110px; background:#f7f1e7; border-radius:38px 38px 15px 15px; position:relative; box-shadow:0 18px 35px rgba(0,0,0,.15); }
.industry-art.consulting .people span::before { content:""; position:absolute; width:46px; height:46px; border-radius:50%; top:-28px; left:15px; background:#d9b76d; }
.industry-art.consulting .people span:nth-child(2) { transform:scale(1.18); background:white; }
.industry-art.consulting .people::after { content:""; position:absolute; left:55px; right:55px; top:40%; height:2px; background:rgba(255,255,255,.6); z-index:-1; }

.industry-challenge-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:34px; }
.industry-challenge { padding:24px; border:1px solid var(--line); border-radius:20px; background:white; }
.industry-challenge h3 { font-size:1.35rem; margin-bottom:10px; }
.industry-challenge p { color:var(--muted); margin:0; }
.industry-service-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:36px; }
.industry-service { padding:26px; border-radius:21px; background:white; border-top:4px solid var(--industry-accent,var(--gold)); box-shadow:var(--shadow-sm); }
.industry-service h3 { font-size:1.4rem; }
.industry-service p { color:var(--muted); margin-bottom:0; }
.industry-trigger { padding:34px; border-radius:24px; background:var(--navy); color:white; }
.industry-trigger h2 { color:white; font-size:2.2rem; }
.industry-trigger p { color:rgba(255,255,255,.82); font-size:1.08rem; }

@media (max-width: 900px) {
  .nav-dropdown { display:block; width:100%; }
  .nav-dropdown-toggle { width:100%; justify-content:space-between; padding:13px 4px; }
  .nav-dropdown-menu { position:static; width:100%; transform:none !important; box-shadow:none; border:0; border-left:3px solid var(--gold); border-radius:0; padding:0 0 0 10px; margin:0 0 8px; display:none; opacity:1; visibility:visible; pointer-events:auto; background:transparent; }
  .nav-dropdown.open .nav-dropdown-menu { display:block; }
  .nav-dropdown-menu a { padding:10px 8px; }
  .industry-index-grid { grid-template-columns:1fr 1fr; }
  .industry-detail-grid { grid-template-columns:1fr; }
  .industry-art { min-height:330px; }
}
@media (max-width: 620px) {
  .industry-index-grid, .industry-challenge-grid, .industry-service-list { grid-template-columns:1fr; }
  .industry-index-card { min-height:250px; }
  .industry-art { min-height:290px; }
  .industry-detail-hero { padding-top:48px; }
}

/* GoHighLevel booking calendar */
.booking-section { padding-top: 4rem; }
.booking-intro { max-width: 780px; margin: 0 auto 2rem; }
.booking-calendar { max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid rgba(5, 38, 77, .12); border-radius: 24px; padding: 1rem; box-shadow: 0 18px 45px rgba(5, 38, 77, .08); overflow: hidden; }
.booking-calendar iframe { display: block; width: 100%; min-height: 760px; }
@media (max-width: 700px) {
  .booking-section { padding-top: 2.5rem; }
  .booking-calendar { padding: .35rem; border-radius: 16px; }
  .booking-calendar iframe { min-height: 820px; }
}

/* Workwise mobile navigation refinement - 2026-08-30 */
@media (max-width: 980px) {
  .nav-links {
    inset: 82px 16px auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 14px 16px 18px;
    gap: 0;
    border-radius: 20px;
  }

  .nav-links > a,
  .nav-dropdown-toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 6px;
    font-size: 1.08rem;
    line-height: 1.25;
    text-align: left;
    border-bottom: 1px solid rgba(9,42,85,.12);
  }

  .nav-links > a:not(.btn)::after { display: none; }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown-toggle {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    cursor: pointer;
  }

  .nav-dropdown-toggle span {
    flex: 0 0 auto;
    margin-left: 12px;
  }

  .nav-dropdown-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 8px 14px !important;
    border: 0 !important;
    border-left: 3px solid var(--gold) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: rgba(9,42,85,.025) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: none !important;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    display: block !important;
  }

  .nav-dropdown-menu a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 10px !important;
    margin: 0 !important;
    border-radius: 8px;
    font-size: .94rem !important;
    font-weight: 700;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .nav-dropdown-menu a + a {
    border-top: 1px solid rgba(9,42,85,.08);
  }

  .nav-links > .btn {
    width: 100%;
    justify-content: center;
    margin-top: 14px;
    padding: 15px 18px;
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .nav-links {
    inset: 76px 12px auto;
    padding: 12px 14px 16px;
  }

  .nav-links > a,
  .nav-dropdown-toggle {
    min-height: 48px;
    font-size: 1rem;
  }

  .nav-dropdown-menu a {
    font-size: .9rem !important;
    padding: 9px 8px !important;
  }
}
