:root {
  --ink: #10171c;
  --ink-2: #172329;
  --ink-3: #223139;
  --paper: #f7f3eb;
  --cream: #ebe3d6;
  --sand: #d7c9b8;
  --clay: #a94727;
  --clay-dark: #7d2e19;
  --brass: #b88a51;
  --steel: #718087;
  --white: #fffdf8;
  --line: rgba(16, 23, 28, .18);
  --line-strong: rgba(16, 23, 28, .34);
  --line-light: rgba(255, 253, 248, .22);
  --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(1480px, calc(100vw - 96px));
  --header-height: 92px;
  --shadow: 0 28px 85px rgba(7, 13, 16, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 99999; padding: 12px 18px; background: var(--clay); color: var(--white); font-weight: 800; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
h3 { line-height: 1.1; }
.eyebrow { margin-bottom: 12px; font-size: 11px; line-height: 1.2; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-clay, .section-electric { background: var(--clay); color: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 25px; border: 1px solid transparent; border-radius: 0; font-weight: 850; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--primary { background: var(--clay); color: var(--white); }
.button--primary:hover { background: var(--clay-dark); }
.button--ink { background: var(--ink); color: var(--paper); }
.button--light { background: var(--paper); color: var(--ink); }
.button--light:hover { background: var(--white); }
.button--secondary { border-color: var(--line-light); color: var(--paper); }
.button--header { min-height: 46px; padding-inline: 19px; background: var(--clay); color: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--paper); font-weight: 800; font-size: 13px; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link--dark { color: var(--ink); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--paper); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.2); transition: background .25s ease; }
.site-header.is-scrolled, body:not(.is-front-page) .site-header, .site-header.has-open-menu { background: rgba(247,243,235,.97); color: var(--ink); box-shadow: 0 12px 38px rgba(0,0,0,.08); backdrop-filter: blur(16px); }
.site-header.is-scrolled::after, body:not(.is-front-page) .site-header::after, .site-header.has-open-menu::after { background: var(--line); }
.site-header__inner { width: min(1600px, calc(100vw - 60px)); height: var(--header-height); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: center; gap: 26px; }
.site-header__brand { min-width: 0; }
.brand-mark { display: inline-flex; align-items: center; gap: 13px; color: inherit; }
.brand-mark__seal { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 18px; letter-spacing: -.04em; }
.brand-mark__words { display: grid; gap: 1px; line-height: 1; }
.brand-mark__words strong { font-size: 18px; letter-spacing: .045em; text-transform: uppercase; }
.brand-mark__words small { font-size: 10px; font-weight: 850; letter-spacing: .25em; text-transform: uppercase; color: var(--brass); }
.custom-logo { width: min(310px, 24vw); max-height: 58px; object-fit: contain; object-position: left center; }
body.is-front-page .site-header:not(.is-scrolled):not(.has-open-menu) .custom-logo { filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 1.9vw, 34px); }
.nav-item { position: static; }
.nav-link { display: inline-flex; align-items: center; gap: 7px; min-height: 46px; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.nav-link--button { background: none; border: 0; padding: 0; cursor: pointer; }
.nav-link--button span { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.nav-link--button[aria-expanded="true"] span { transform: rotate(45deg); }
.site-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.site-phone { font-size: 13px; font-weight: 850; white-space: nowrap; }
.mobile-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: none; cursor: pointer; }
.mobile-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.mobile-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mega-menu { position: absolute; left: 50%; top: var(--header-height); width: min(1460px, calc(100vw - 60px)); max-height: calc(100vh - var(--header-height) - 24px); transform: translateX(-50%); display: grid; grid-template-columns: 390px 1fr; overflow: auto; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); border-top: 1px solid var(--line); }
.mega-menu[hidden] { display: none; }
.mega-menu__visual { min-height: 500px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; background: var(--ink-2); color: var(--paper); }
.mega-menu__visual::before { content: 'MGE'; position: absolute; right: -22px; top: 28px; font-family: var(--serif); font-size: 180px; line-height: .8; color: rgba(255,255,255,.045); }
.mega-menu__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(16,23,28,.96) 88%); }
.mega-menu__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: grayscale(1) contrast(1.15); }
.mega-menu__visual > *:not(img) { position: relative; z-index: 1; }
.mega-menu__visual h2 { margin-bottom: 24px; font-size: 42px; }
.mega-menu__visual a { color: var(--paper); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.mega-menu__links { padding: 36px 42px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0 28px; }
.mega-menu__links a { min-height: 70px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.mega-menu__links span { display: block; font-weight: 850; line-height: 1.2; }
.mega-menu__links small { display: block; margin-top: 7px; color: #647177; font-size: 12px; line-height: 1.35; }
.mega-menu__areas { padding: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.mega-menu__areas > div { display: grid; align-content: start; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.mega-menu__areas a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 780; }
.mega-label { grid-column: 1 / -1; margin-bottom: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; color: var(--clay); }
.mobile-nav { position: fixed; inset: var(--header-height) 0 0; overflow: auto; background: var(--paper); color: var(--ink); }
.mobile-nav[hidden] { display: none; }
.mobile-nav__inner { width: min(720px, calc(100vw - 40px)); margin: 0 auto; padding: 24px 0 50px; }
.mobile-nav__inner > a, .mobile-accordion__trigger { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: none; font-size: 19px; font-weight: 800; text-align: left; }
.mobile-accordion__panel { padding: 10px 0 18px 18px; border-bottom: 1px solid var(--line); }
.mobile-accordion__panel[hidden] { display: none; }
.mobile-accordion__panel a { display: block; padding: 9px 0; font-size: 15px; }
.mobile-nav__actions { display: grid; gap: 12px; padding-top: 28px; }
.mobile-nav__actions .button--secondary { border-color: var(--line); color: var(--ink); }

/* Homepage hero */
.home-hero { min-height: 760px; height: 100svh; max-height: 940px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: var(--paper); }
.home-hero::before { content: 'MGE'; position: absolute; right: -1vw; top: 9vh; font-family: var(--serif); font-size: min(31vw, 520px); line-height: .75; letter-spacing: -.08em; color: rgba(255,255,255,.035); }
.home-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 30%, rgba(169,71,39,.22), transparent 34%), linear-gradient(90deg, rgba(16,23,28,.99) 0%, rgba(16,23,28,.9) 48%, rgba(16,23,28,.66) 100%); }
.home-hero__texture { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%); }
.home-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); gap: 6vw; align-items: end; padding: 138px 0 46px; }
.home-hero__content { max-width: 930px; }
.home-hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(62px, 6.4vw, 106px); line-height: .92; }
.home-hero__lead { max-width: 650px; margin-bottom: 28px; color: rgba(255,253,248,.74); font-size: clamp(17px, 1.1vw, 20px); line-height: 1.52; }
.home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.home-hero__market-card { position: relative; padding: 28px 0 2px 30px; border-left: 1px solid rgba(255,255,255,.28); }
.home-hero__market-card::before { content: ''; position: absolute; left: -1px; top: 0; width: 1px; height: 84px; background: var(--clay); }
.home-hero__market-card h2 { margin-bottom: 22px; font-size: clamp(32px, 2.8vw, 46px); line-height: 1.02; }
.home-hero__market-list { border-top: 1px solid var(--line-light); }
.home-hero__market-list a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; border-bottom: 1px solid var(--line-light); font-weight: 750; font-size: 14px; }
.home-hero__market-list a:hover { color: #e7aa90; }
.home-hero__proof { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 0; padding-bottom: 22px; }
.home-hero__proof span { padding: 0 22px; border-left: 1px solid var(--line-light); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,253,248,.62); }
.home-hero__proof span:first-child { padding-left: 0; border-left: 0; }

/* Manifesto */
.manifesto { padding: 94px 0 102px; }
.manifesto__grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr); gap: 7vw; align-items: end; }
.manifesto h2 { max-width: 900px; margin: 0; font-size: clamp(46px, 4.8vw, 74px); line-height: 1.02; }
.manifesto__copy { padding-top: 25px; border-top: 2px solid var(--ink); }
.manifesto__copy p { margin-bottom: 24px; font-size: 17px; }

/* Service stories */
.service-stories { padding: 98px 0 108px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(46px, 4.7vw, 72px); line-height: 1.02; }
.service-stories__grid { border-top: 1px solid var(--line-strong); }
.service-story { display: grid; grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr); gap: 5.5vw; align-items: center; min-height: 0; padding: 38px 0; border-bottom: 1px solid var(--line-strong); }
.service-story:nth-child(even) { grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr); }
.service-story:nth-child(even) .service-story__image { order: 2; }
.service-story__image { min-height: 340px; position: relative; overflow: hidden; background: var(--ink-2); }
.service-story__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(16,23,28,.92) 100%); }
.service-story__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: grayscale(1) sepia(.12) contrast(1.15); opacity: .4; transform: scale(1.025); transition: transform .45s ease, opacity .45s ease; }
.service-story__image:hover img { transform: scale(1.06); opacity: .52; }
.service-story__image span { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 25px; color: var(--paper); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.service-story__content { max-width: 680px; }
.service-story__content h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(38px, 3.8vw, 58px); line-height: 1.02; font-weight: 500; letter-spacing: -.03em; }
.service-story__content p { max-width: 580px; margin-bottom: 24px; color: #58666c; font-size: 17px; }

/* Coverage */
.coverage-section { padding: 92px 0 88px; position: relative; overflow: hidden; }
.coverage-section::before { content: 'LOCAL'; position: absolute; right: -3vw; top: 18px; font-family: var(--serif); font-size: min(25vw, 390px); line-height: .8; color: rgba(255,255,255,.05); }
.coverage-section__intro { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .55fr); gap: 10vw; align-items: end; margin-bottom: 44px; }
.coverage-section__intro h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 4.8vw, 72px); line-height: 1.02; }
.coverage-section__intro > p { margin-bottom: 4px; color: rgba(255,255,255,.76); font-size: 17px; }
.coverage-list { position: relative; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.38); }
.coverage-list a { display: grid; grid-template-columns: 1fr auto 26px; align-items: center; gap: 20px; min-height: 70px; border-bottom: 1px solid rgba(255,255,255,.38); }
.coverage-list a:nth-child(odd) { padding-right: 38px; border-right: 1px solid rgba(255,255,255,.38); }
.coverage-list a:nth-child(even) { padding-left: 38px; }
.coverage-list strong { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.035em; }
.coverage-list em { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.coverage-list b { font-size: 20px; font-weight: 400; }
.coverage-section__footer { position: relative; margin-top: 34px; }

/* Service index */
.service-index { padding: 98px 0; }
.service-index__grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 7vw; align-items: start; }
.service-index__sticky { position: sticky; top: 150px; }
.service-index__sticky h2 { margin-bottom: 24px; font-size: clamp(44px, 4.5vw, 68px); line-height: 1.02; }
.service-index__sticky > p:last-child { max-width: 520px; font-size: 17px; color: #58666c; }
.service-index__links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; border-top: 2px solid var(--ink); }
.service-index__links a { display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 20px; min-height: 64px; border-bottom: 1px solid var(--line-strong); }
.service-index__links strong { font-size: 16px; }
.service-index__links b { font-size: 18px; font-weight: 400; }
.service-index__links a:hover { color: var(--clay); }

/* Process */
.process-section { padding: 94px 0 84px; }
.process-section__heading h2 { max-width: 850px; margin-bottom: 44px; font-size: clamp(46px, 4.8vw, 74px); line-height: 1.02; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.process-steps > div { min-height: 255px; padding: 30px 36px 0 0; border-right: 1px solid var(--line-light); }
.process-steps > div:not(:first-child) { padding-left: 36px; }
.process-steps > div:last-child { border-right: 0; }
.process-steps span { display: block; margin-bottom: 34px; color: #df8d6c; font-family: var(--serif); font-size: 23px; }
.process-steps h3 { max-width: 360px; margin-bottom: 14px; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.process-steps p { max-width: 400px; color: rgba(255,253,248,.65); }

/* Final CTA */
.final-cta { min-height: 470px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--clay); color: var(--white); }
.final-cta::before { content: 'POWER'; position: absolute; right: -3vw; bottom: -3vw; font-family: var(--serif); font-size: min(22vw, 360px); line-height: .8; color: rgba(255,255,255,.055); }
.final-cta__art { display: none; }
.final-cta__content { position: relative; z-index: 2; }
.final-cta h2 { max-width: 980px; margin-bottom: 22px; font-size: clamp(46px, 5vw, 78px); line-height: 1.02; }
.final-cta p:not(.eyebrow) { max-width: 700px; margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: 17px; }

/* Interior page hero */
.page-hero { min-height: 560px; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding-top: var(--header-height); background: var(--ink); color: var(--paper); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,23,28,.98) 0%, rgba(16,23,28,.88) 53%, rgba(16,23,28,.6) 100%); z-index: 1; }
.page-hero::after { content: 'MGE'; position: absolute; right: -2vw; top: 18%; font-family: var(--serif); font-size: min(28vw, 430px); line-height: .8; color: rgba(255,255,255,.04); z-index: 1; }
.page-hero__art { position: absolute; inset: 0 0 0 48%; opacity: .28; }
.page-hero__art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.16) contrast(1.12); }
.page-hero__grid { position: relative; z-index: 2; padding: 64px 0 58px; }
.page-hero__content { max-width: 1020px; }
.page-hero h1 { margin: 18px 0 22px; font-size: clamp(58px, 6.4vw, 96px); line-height: .98; }
.page-hero__lead { max-width: 720px; color: rgba(255,253,248,.7); font-size: clamp(17px, 1.15vw, 20px); }
.page-hero__actions { display: flex; gap: 24px; align-items: center; margin-top: 28px; }
.page-hero--article, .page-hero--archive { min-height: 500px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.breadcrumbs a { color: #e2a187; }

/* Interior body */
.page-body { padding: 82px 0 105px; }
.page-body__grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 6vw; align-items: start; }
.entry-content { max-width: 820px; font-size: 17px; }
.entry-content > p:first-child { font-family: var(--serif); font-size: clamp(25px, 2.4vw, 34px); line-height: 1.24; letter-spacing: -.025em; }
.entry-content h2 { margin: 60px 0 20px; font-size: clamp(38px, 3.7vw, 54px); line-height: 1.04; }
.entry-content h3 { margin: 36px 0 12px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { margin: 18px 0 26px; padding-left: 24px; }
.entry-content li { margin-bottom: 9px; }
.entry-content a { color: var(--clay-dark); text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.entry-content .mge-form-placeholder { margin-top: 40px; padding: 32px; border: 0; background: var(--clay); color: var(--white); }
.entry-content .mge-form-placeholder h2 { margin-top: 0; font-size: 36px; }
.page-sidebar { position: sticky; top: 128px; }
.request-card { padding: 32px; background: var(--ink); color: var(--paper); border-top: 5px solid var(--clay); }
.request-card h2 { margin-bottom: 20px; font-size: 34px; line-height: 1.05; }
.request-card ul { padding-left: 18px; margin-bottom: 30px; color: rgba(255,255,255,.68); }
.sidebar-meta { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.sidebar-meta span { margin-top: 12px; color: #69777d; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.sidebar-meta strong { font-family: var(--serif); font-size: 24px; }
.local-next { padding: 80px 0; }
.local-next__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.local-next h2 { font-size: clamp(42px, 4.3vw, 62px); line-height: 1.03; }
.local-next__links { border-top: 1px solid rgba(255,255,255,.45); }
.local-next__links a { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 850; }

/* Generated content components */
.local-context-callout { margin: 42px 0; padding: 30px 34px; border-left: 5px solid var(--clay); background: var(--paper); }
.local-context-callout h2 { margin-top: 0; font-size: clamp(32px, 3vw, 44px); }
.local-context-callout p:last-child { margin-bottom: 0; }
.service-link-directory { display: grid; gap: 28px; margin: 30px 0 54px; }
.service-link-directory section { padding: 26px 0; border-top: 1px solid var(--line-strong); }
.service-link-directory section:last-child { border-bottom: 1px solid var(--line-strong); }
.service-link-directory h2, .service-link-directory h3 { margin: 0 0 16px; }
.service-link-directory ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.service-link-directory li { margin: 0; padding: 15px 0; border-top: 1px solid var(--line); }
.service-link-directory li a { display: inline-block; font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.service-link-directory li span { display: block; margin-top: 6px; color: #5c696f; font-size: 14px; }

/* Resource hub and articles */
.resource-hero { padding: calc(var(--header-height) + 82px) 0 0; background: var(--ink); color: var(--paper); }
.resource-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 9vw; align-items: end; padding-bottom: 58px; }
.resource-hero h1 { max-width: 900px; margin: 14px 0 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .98; }
.resource-hero__intro { padding-bottom: 8px; }
.resource-hero__intro p { max-width: 540px; color: rgba(255,255,255,.7); font-size: 18px; }
.resource-categories { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 24px; scrollbar-width: thin; }
.resource-categories a { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.72); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.resource-categories a:hover, .resource-categories a.is-active { background: var(--clay); border-color: var(--clay); color: var(--white); }
.resource-archive { padding: 80px 0 100px; }
.featured-resource { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; margin-bottom: 64px; border: 1px solid var(--line-strong); background: var(--paper); }
.featured-resource__media { min-height: 520px; overflow: hidden; background: var(--ink-2); }
.featured-resource__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.04); transition: transform .5s ease; }
.featured-resource:hover .featured-resource__media img { transform: scale(1.025); }
.featured-resource__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.featured-resource__content h2 { margin: 16px 0 22px; font-size: clamp(40px, 4vw, 62px); line-height: 1.02; }
.featured-resource__content > p:not(.post-meta) { max-width: 600px; color: #56646a; font-size: 17px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 0; color: var(--clay-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.post-meta span + span::before { content: '•'; margin-right: 18px; color: var(--steel); }
.post-meta--light { color: #e8a78e; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.resource-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line-strong); background: var(--paper); }
.resource-card__media { aspect-ratio: 1.45 / 1; overflow: hidden; background: var(--ink-2); }
.resource-card__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.45) contrast(1.08); transition: transform .4s ease, filter .4s ease; }
.resource-card:hover .resource-card__media img { transform: scale(1.035); filter: grayscale(.15) contrast(1.02); }
.resource-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.resource-card h2 { margin: 14px 0 16px; font-size: clamp(27px, 2.4vw, 38px); line-height: 1.06; }
.resource-card__body > p:not(.post-meta) { color: #59666c; }
.resource-card__link { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.resource-pagination { margin-top: 52px; }
.resource-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.resource-pagination a, .resource-pagination span { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); font-weight: 800; }
.resource-pagination .current { background: var(--ink); color: var(--paper); }
.resource-empty { max-width: 760px; padding: 70px 0; }
.resource-empty h2 { font-size: clamp(42px, 5vw, 70px); }

.article-hero { padding: calc(var(--header-height) + 72px) 0 72px; background: var(--ink); color: var(--paper); }
.article-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 7vw; align-items: center; }
.article-hero h1 { max-width: 980px; margin: 20px 0 24px; font-size: clamp(52px, 6vw, 88px); line-height: .99; }
.article-hero__lead { max-width: 760px; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.5vw, 22px); }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.article-hero__media { aspect-ratio: 1 / .88; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: var(--ink-2); }
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.08); }
.article-layout { padding: 82px 0 100px; }
.article-layout__grid { display: grid; grid-template-columns: minmax(0, 830px) 340px; justify-content: space-between; gap: 7vw; align-items: start; }
.article-safety-note { margin-bottom: 44px; padding: 22px 26px; border-left: 5px solid var(--clay); background: var(--paper); }
.article-safety-note strong { display: block; margin-bottom: 6px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.article-safety-note p { margin: 0; color: #5b686d; }
.article-content { max-width: 830px; }
.article-author { display: grid; grid-template-columns: 86px 1fr; gap: 28px; margin-top: 70px; padding-top: 36px; border-top: 1px solid var(--line-strong); }
.article-author__mark { width: 86px; height: 86px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: var(--serif); font-size: 24px; }
.article-author h2 { margin: 0 0 12px; font-size: 31px; }
.article-author p:last-child { margin-bottom: 0; color: #5d696f; }
.article-services { margin-top: 70px; }
.article-services > h2 { max-width: 680px; font-size: clamp(38px, 4vw, 56px); }
.article-services__links { border-top: 1px solid var(--line-strong); }
.article-services__links a { position: relative; display: grid; grid-template-columns: .8fr 1fr auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line-strong); }
.article-services__links strong { font-family: var(--serif); font-size: 26px; }
.article-services__links span { color: #5e6b70; font-size: 14px; }
.article-services__links b { font-size: 20px; }
.article-sidebar { position: sticky; top: 128px; }
.article-sidebar .request-card p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.article-sidebar__topics { display: grid; margin-top: 28px; border-top: 1px solid var(--line-strong); }
.article-sidebar__topics span { padding: 20px 0 10px; color: var(--clay-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.article-sidebar__topics a { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 780; }
.related-resources { padding: 82px 0 100px; }
.resource-grid--related .resource-card__body { min-height: 270px; }

.error-page { min-height: 100vh; display: flex; align-items: center; padding-top: var(--header-height); }
.error-page h1 { font-size: clamp(74px, 10vw, 150px); }
.error-page p:not(.eyebrow) { max-width: 650px; font-size: 21px; color: rgba(255,255,255,.72); }

.wsm-chat-launcher, #wsm-chat-launcher, .wsm-chat-widget { z-index: 1200 !important; }

/* Footer */
.site-footer { background: #0a1014; color: var(--paper); }
.site-footer__cta { min-height: 330px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: center; border-bottom: 1px solid var(--line-light); }
.site-footer__cta h2 { margin: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.03; }
.site-footer__cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.footer-phone { font-family: var(--serif); font-size: 30px; }
.site-footer__main { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 6vw; padding: 68px 0; }
.site-footer__brand .brand-mark { color: var(--paper); }
.site-footer__brand .custom-logo { filter: brightness(0) invert(1); width: 310px; }
.site-footer__brand > p { max-width: 420px; margin-top: 28px; color: rgba(255,255,255,.62); }
.footer-license { max-width: 480px; color: rgba(255,255,255,.6); font-size: 13px; }
.site-footer__column { display: flex; flex-direction: column; gap: 10px; }
.site-footer__column h3 { margin-bottom: 18px; color: #d58a6b; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.site-footer__column a { color: rgba(255,255,255,.7); font-size: 14px; }
.site-footer__column a:hover { color: var(--paper); }
.site-footer__bottom { padding: 29px 0 42px; display: grid; grid-template-columns: auto 1fr auto; gap: 38px; align-items: start; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.43); font-size: 11px; }
.site-footer__disclaimer { max-width: 900px; margin-inline: auto; text-align: center; }

/* Animation */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
  :root { --shell: min(1480px, calc(100vw - 58px)); }
  .site-header__inner { grid-template-columns: minmax(220px,1fr) auto minmax(190px,1fr); gap: 18px; }
  .brand-mark__words strong { font-size: 16px; }
  .desktop-nav { gap: 18px; }
  .site-phone { display: none; }
  .mega-menu { grid-template-columns: 330px 1fr; }
  .mega-menu__links { grid-template-columns: repeat(2, 1fr); }
  .home-hero__grid { gap: 5vw; }
  .service-story { gap: 5vw; }
}

@media (max-width: 1060px) {
  :root { --header-height: 78px; --shell: min(100% - 42px, 980px); }
  .resource-hero__grid, .article-hero__grid, .article-layout__grid { grid-template-columns: 1fr; }
  .resource-hero__grid { gap: 32px; }
  .featured-resource { grid-template-columns: 1fr; }
  .featured-resource__media { min-height: 400px; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-hero__media { max-width: 760px; aspect-ratio: 1.5 / 1; }
  .article-sidebar { position: static; max-width: 720px; }

  .site-header__inner { width: min(100% - 34px, 1040px); height: var(--header-height); grid-template-columns: 1fr auto; }
  .desktop-nav, .site-header__actions { display: none; }
  .mobile-toggle { display: block; }
  .brand-mark__seal { width: 48px; height: 48px; }
  .home-hero { height: auto; min-height: 760px; max-height: none; }
  .home-hero__grid { grid-template-columns: 1fr; padding-bottom: 46px; }
  .home-hero__market-card { max-width: 760px; }
  .manifesto__grid, .coverage-section__intro, .service-index__grid, .local-next__grid, .site-footer__cta { grid-template-columns: 1fr; }
  .manifesto__grid { gap: 38px; }
  .service-index__sticky { position: static; }
  .service-story, .service-story:nth-child(even) { grid-template-columns: 1fr 1fr; }
  .service-story:nth-child(even) .service-story__image { order: 0; }
  .coverage-list { grid-template-columns: 1fr; }
  .coverage-list a:nth-child(odd), .coverage-list a:nth-child(even) { padding-inline: 0; border-right: 0; }
  .page-body__grid { grid-template-columns: 1fr; }
  .page-sidebar { position: static; }
  .request-card { max-width: 720px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps > div, .process-steps > div:not(:first-child) { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-steps span { margin-bottom: 20px; }
  .site-footer__main { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__column:last-child { grid-column: 2 / 4; }
  .site-footer__bottom { grid-template-columns: 1fr; text-align: left; }
  .site-footer__disclaimer { margin: 0; text-align: left; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 720px); }
  .resource-hero { padding-top: calc(var(--header-height) + 48px); }
  .resource-hero__grid { padding-bottom: 38px; }
  .resource-hero h1 { font-size: clamp(43px, 12vw, 60px); }
  .resource-archive, .article-layout, .related-resources { padding: 58px 0 72px; }
  .featured-resource { min-height: 0; margin-bottom: 38px; }
  .featured-resource__media { min-height: 280px; }
  .featured-resource__content { padding: 28px; }
  .featured-resource__content h2 { font-size: 38px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card h2 { font-size: 32px; }
  .article-hero { padding: calc(var(--header-height) + 42px) 0 48px; }
  .article-hero h1 { font-size: clamp(42px, 11vw, 58px); }
  .article-hero__media { aspect-ratio: 1.3 / 1; }
  .article-byline { flex-direction: column; gap: 5px; }
  .article-author { grid-template-columns: 1fr; }
  .article-services__links a { grid-template-columns: 1fr auto; gap: 10px 20px; }
  .article-services__links span { grid-column: 1 / -1; }
  .service-link-directory li a { font-size: 22px; }
  .local-context-callout { padding: 24px; }

  body { font-size: 16px; }
  .brand-mark__seal { width: 44px; height: 44px; font-size: 15px; }
  .brand-mark__words strong { font-size: 14px; }
  .brand-mark__words small { font-size: 8px; }
  .home-hero { min-height: 680px; }
  .home-hero::before { top: 16vh; font-size: 58vw; }
  .home-hero__grid { padding: 112px 0 28px; }
  .home-hero h1 { font-size: clamp(46px, 13vw, 64px); line-height: .96; }
  .home-hero__lead { font-size: 17px; }
  .home-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .home-hero__market-card { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .home-hero__market-card::before { left: 0; top: -1px; width: 88px; height: 1px; }
  .home-hero__market-card h2 { font-size: 30px; line-height: 1.05; }
  .home-hero__market-list { display: grid; grid-template-columns: 1fr 1fr; }
  .home-hero__market-list a:nth-child(odd) { padding-right: 14px; }
  .home-hero__market-list a:nth-child(even) { padding-left: 14px; border-left: 1px solid var(--line-light); }
  .home-hero__proof { padding-bottom: 22px; row-gap: 10px; }
  .home-hero__proof span { padding: 0 12px; font-size: 8px; }
  .manifesto, .service-index, .process-section, .coverage-section, .service-stories { padding: 64px 0; }
  .manifesto h2, .coverage-section__intro h2, .service-index__sticky h2, .process-section__heading h2 { font-size: clamp(36px, 10.5vw, 48px); line-height: 1.04; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { margin-bottom: 18px; font-size: 42px; line-height: 1.04; }
  .service-story, .service-story:nth-child(even) { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 36px; }
  .service-story__image { min-height: 280px; }
  .service-story__content h3 { font-size: 34px; line-height: 1.05; }
  .coverage-list strong { font-size: 28px; }
  .coverage-list em { display: none; }
  .service-index__grid { gap: 36px; }
  .service-index__links { grid-template-columns: 1fr; }
  .final-cta { min-height: 470px; }
  .final-cta h2 { font-size: 44px; line-height: 1.04; }
  .page-hero { min-height: 500px; padding-bottom: 0; }
  .page-hero__art { inset: 0; opacity: .18; }
  .page-hero__grid { padding: 54px 0 44px; }
  .page-hero h1 { font-size: clamp(44px, 12vw, 60px); line-height: 1; }
  .page-hero__actions { flex-direction: column; align-items: flex-start; }
  .page-body { padding: 62px 0 78px; }
  .entry-content { font-size: 16px; }
  .entry-content > p:first-child { font-size: 24px; }
  .entry-content h2 { margin-top: 46px; font-size: 34px; }
  .entry-content h3 { font-size: 24px; }
  .request-card { padding: 26px; }
  .request-card h2 { font-size: 30px; }
  .posts-grid { grid-template-columns: 1fr; }
  .site-footer__cta { padding: 58px 0; min-height: 0; }
  .site-footer__cta h2 { font-size: 40px; }
  .site-footer__main { grid-template-columns: 1fr 1fr; gap: 40px 28px; padding: 54px 0; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__column:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .home-hero__market-list { grid-template-columns: 1fr; }
  .home-hero__market-list a:nth-child(even) { padding-left: 0; border-left: 0; }
  .home-hero__market-list a:nth-child(odd) { padding-right: 0; }
  .site-footer__main { grid-template-columns: 1fr; }
  .site-footer__column:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
