:root {
  --navy: #071b2d;
  --navy-2: #0c2941;
  --ink: #13212c;
  --gold: #caa56a;
  --gold-light: #e0c18b;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --muted: #65717b;
  --line: #dedbd3;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
  --display: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--gold); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: #c7d0d7; font-size: 11px; letter-spacing: .045em; }
.topbar__inner { height: 37px; display: flex; align-items: center; justify-content: space-between; }
.topbar__inner p { margin: 0; text-transform: uppercase; letter-spacing: .15em; color: #aab6bf; }
.topbar__contact { display: flex; gap: 14px; align-items: center; }
.topbar__contact span { width: 1px; height: 11px; background: #596a78; }
.topbar__links { display: flex; align-items: center; gap: 22px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.topbar a:hover { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.96); border-bottom: 1px solid rgba(12,41,65,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__logo { display: block; width: 172px; height: 60px; object-fit: contain; background: white; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: var(--gold-light); font: 700 25px var(--serif); position: relative; }
.brand__mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(224,193,139,.55); }
.brand__name { font: 500 18px var(--display); letter-spacing: -.04em; line-height: 1; color: var(--navy); }
.brand__name strong { font-weight: 700; color: #a47c3e; }
.brand__name small { display: block; margin-top: 6px; font: 500 8px var(--sans); letter-spacing: .18em; text-transform: uppercase; color: #7a8288; }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { position: relative; font-size: 12px; font-weight: 600; color: #34434e; }
.nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -9px; background: var(--gold); transition: right .2s; }
.nav a:hover::after, .nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 21px; margin-left: 24px; padding-left: 21px; border-left: 1px solid var(--line); }
.text-link { font-size: 12px; font-weight: 600; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 600; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 40px; padding-inline: 18px; }
.button--gold { background: var(--gold); color: #102231; }
.button--gold:hover { background: var(--gold-light); }
.button--navy { background: var(--navy); color: var(--white); }
.button--navy:hover { background: var(--navy-2); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.55); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.menu-toggle { display: none; width: 40px; height: 40px; margin-left: auto; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px; transition: transform .2s, opacity .2s; }

.hero { height: 710px; min-height: 650px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: url("../images/mangalam-hero.png") center / cover no-repeat; transform: scale(1.005); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,30,.96) 0%, rgba(4,18,30,.88) 31%, rgba(4,18,30,.38) 58%, rgba(4,18,30,.13) 100%); }
.hero__content { position: relative; z-index: 2; padding-bottom: 80px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: #8c6d3e; font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.hero h1, .section-heading h2, .process h2, .employer h2, .contact-cta h2 { margin: 0; font: 500 clamp(48px,5.4vw,76px)/1.05 var(--display); letter-spacing: -.055em; }
h1 em, h2 em { font-family: var(--serif); font-weight: 600; color: var(--gold-light); }
.hero__lead { max-width: 590px; margin: 26px 0 31px; color: #d8dee2; font-size: 16px; line-height: 1.8; }
.hero__actions { display: flex; gap: 12px; }
.hero__foot { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(2,17,29,.64); backdrop-filter: blur(8px); }
.hero__foot-inner { min-height: 98px; display: flex; align-items: center; gap: 48px; }
.hero__foot-inner > p { max-width: 140px; margin-right: auto; color: #bbc5cc; font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .12em; }
.hero-stat { display: flex; flex-direction: column; padding-left: 23px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-stat strong { font: 500 20px var(--display); }
.hero-stat span { color: #aeb9c0; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; margin-top: 3px; }
.hero__foot-inner > a { color: var(--gold-light); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hero__foot-inner > a span { margin-left: 12px; }

.event-banner { background: #102a3f; color: white; border-top: 1px solid rgba(255,255,255,.12); }
.event-banner__inner { min-height: 245px; display: grid; grid-template-columns: 100px 1fr 250px; align-items: center; gap: 36px; padding: 30px 0; }
.event-date { align-self: stretch; display: flex; align-items: center; gap: 11px; border-right: 1px solid rgba(255,255,255,.15); }
.event-date strong { color: var(--gold-light); font: 500 43px var(--display); }
.event-date span { color: #b6c0c7; font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.event-copy .eyebrow { margin-bottom: 8px; }
.event-copy h2 { margin: 0 0 7px; font: 500 22px var(--display); }
.event-copy > p:not(.eyebrow) { margin: 7px 0 0; color: #aebbc4; font-size: 9px; line-height: 1.65; }
.event-copy > p strong { color: #e2e7ea; font-weight: 600; }
.event-copy .event-intro { color: #d8dfe3; font-size: 10px; }
.event-side { align-self: stretch; padding-left: 30px; display: flex; flex-direction: column; justify-content: center; gap: 22px; border-left: 1px solid rgba(255,255,255,.15); }
.event-side .button { align-self: flex-start; }
.event-meta { display: flex; flex-direction: column; gap: 7px; }
.event-meta span { color: var(--gold-light); font-size: 11px; font-weight: 600; }
.event-meta small { color: #aebbc4; font-size: 8px; line-height: 1.7; }

.search-panel { position: relative; z-index: 5; margin-top: -1px; background: var(--cream); border-bottom: 1px solid var(--line); }
.search-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 42px; }
.search-panel__heading .eyebrow { margin-bottom: 12px; }
.search-panel__heading h2 { margin: 0; font: 500 29px/1.2 var(--display); letter-spacing: -.04em; color: var(--navy); }
.search-panel__heading h2 em { font-family: var(--serif); color: #9b7540; }
.search-panel__heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.search-box { display: grid; grid-template-columns: 1.35fr 1fr 180px; align-items: end; gap: 18px; padding: 31px 0 18px; }
.search-box label > span { display: block; margin-bottom: 9px; color: #53606b; font-size: 10px; font-weight: 600; }
.input-wrap { height: 52px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid #d2cec5; background: var(--paper); }
.input-wrap:focus-within { outline: 1px solid var(--gold); border-color: var(--gold); }
.input-wrap svg, .job-card__meta svg { width: 17px; height: 17px; fill: none; stroke: #8c7550; stroke-width: 1.5; }
.input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.input-wrap input::placeholder { color: #9da2a4; }
.search-box .button { height: 52px; border: 0; }
.popular-searches { display: flex; align-items: center; gap: 9px; padding-bottom: 27px; }
.popular-searches span { margin-right: 4px; color: #8a8e8f; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.popular-searches button { padding: 6px 11px; border: 1px solid #d8d3ca; border-radius: 20px; color: #5f696f; background: transparent; font-size: 9px; }
.popular-searches button:hover { border-color: var(--gold); color: #7c5b2b; }

.section { padding: 105px 0; }
.section-heading--split { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; }
.section-heading h2, .process h2, .employer h2, .contact-cta h2 { font-size: clamp(39px,4vw,54px); line-height: 1.12; color: var(--navy); }
.section-heading h2 em, .employer h2 em { color: #9b7540; }
.section-heading--split > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-card { min-height: 390px; padding: 26px 27px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); transition: background .25s, color .25s, transform .25s; }
.expertise-card:last-child { border-right: 1px solid var(--line); }
.expertise-card:hover, .expertise-card--featured { background: var(--navy); color: white; transform: translateY(-8px); }
.card-number { align-self: flex-end; font: 500 10px var(--display); color: #9f978c; }
.card-icon { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid #d2cbbf; color: #a17d45; }
.card-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.card-icon img { width: 38px; height: 38px; object-fit: contain; }
.expertise-card h3 { margin: 25px 0 9px; font: 500 20px/1.35 var(--display); letter-spacing: -.025em; }
.expertise-card p { margin: 0; color: #8a9194; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.department-copy { padding-right: 35px; }
.department-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.department-stats span { display: flex; flex-direction: column; color: #8a9194; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.department-stats strong { margin-bottom: 5px; color: var(--navy); font: 500 20px var(--display); letter-spacing: -.03em; }
.expertise-card:hover .department-stats strong, .expertise-card--featured .department-stats strong { color: var(--gold-light); }
.expertise-card:hover p, .expertise-card--featured p { color: #b6c0c7; }
.circle-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #cbc7bf; border-radius: 50%; font-size: 15px; transition: background .2s, color .2s; }
.expertise-card .circle-arrow { position: absolute; right: 25px; bottom: 24px; }
.expertise-card:hover .circle-arrow, .expertise-card--featured .circle-arrow { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.resource-strip { background: var(--navy); color: white; }
.resource-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.resource-strip__grid > a { min-height: 120px; padding: 27px 30px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 20px; border-left: 1px solid rgba(255,255,255,.13); transition: background .2s; }
.resource-strip__grid > a:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.resource-strip__grid > a:hover { background: rgba(255,255,255,.06); }
.resource-strip__grid > a > span { color: var(--gold-light); font: 500 10px var(--display); }
.resource-strip__grid small { display: block; margin-bottom: 6px; color: #8fa0ac; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.resource-strip__grid strong { font: 500 15px var(--display); }
.resource-strip__grid b { color: var(--gold-light); font-weight: 400; }

.campaign-section { background: var(--paper); }
.campaign-actions { display: flex; align-items: center; gap: 25px; }
.campaign-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin-top: 48px; }
.campaign-grid a { min-width: 0; position: relative; overflow: hidden; border: 1px solid var(--line); background: white; }
.campaign-grid img { display: block; width: 100%; height: 245px; object-fit: cover; transition: transform .35s; }
.campaign-grid a:hover img { transform: scale(1.035); }

.jobs { background: #eeeae2; }
.section-heading--inline { display: flex; justify-content: space-between; align-items: end; }
.arrow-link { padding-bottom: 7px; border-bottom: 1px solid #b9ad9d; color: #614e35; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.arrow-link span { margin-left: 18px; }
.job-list { margin-top: 48px; border-top: 1px solid #cfc9be; }
.job-card { display: grid; grid-template-columns: 112px 1.25fr 1fr 42px; align-items: center; gap: 28px; min-height: 144px; padding: 18px 20px 18px 0; border-bottom: 1px solid #cfc9be; transition: background .2s, padding .2s; }
.job-card:hover { background: var(--paper); padding-left: 20px; }
.job-card__date { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 9px 0; border-right: 1px solid #cfc9be; }
.job-card__date span { color: #8a8176; font-size: 9px; text-transform: uppercase; }
.job-card__date small { font: 500 20px var(--serif); color: #9c7b4b; }
.job-tag { color: #906b35; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.job-card h3 { margin: 9px 0 7px; font: 500 18px var(--display); color: var(--navy); letter-spacing: -.02em; }
.job-card__main p { margin: 0; color: #737d82; font-size: 10px; }
.job-reference { display: flex; flex-wrap: wrap; gap: 5px 18px; margin-top: 10px; color: #7b8589; font-size: 8px; text-transform: uppercase; letter-spacing: .04em; }
.job-reference strong { color: #52606a; font-weight: 600; }
.job-card__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 10px; }
.job-card__meta span { display: flex; align-items: center; gap: 8px; color: #5b676e; font-size: 9px; }
.job-card__meta svg { width: 14px; height: 14px; flex-shrink: 0; }
.job-card:hover > .circle-arrow { background: var(--navy); color: white; border-color: var(--navy); }
.empty-state { padding: 50px; text-align: center; color: var(--muted); }

.media-feature { padding: 58px 0; background: var(--navy); color: white; }
.media-feature__inner { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 50px; }
.media-feature img { display: block; width: 160px; max-height: 125px; object-fit: contain; }
.media-feature .eyebrow { margin-bottom: 10px; }
.media-feature h2 { max-width: 660px; margin: 0; font: 500 26px/1.3 var(--display); letter-spacing: -.03em; }
.media-feature p:last-child { margin: 10px 0 0; color: #aebbc4; font-size: 10px; line-height: 1.7; }

.video-cv { background: var(--paper); }
.video-cv__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.video-cv__visual { min-height: 500px; position: relative; padding: 30px 55px 0 0; }
.video-frame { height: 440px; position: relative; overflow: hidden; background: linear-gradient(145deg,#d3c7b4,#7a858a); }
.video-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,27,45,.55),transparent 60%); }
.video-frame__label { position: absolute; z-index: 2; left: 22px; top: 22px; padding: 8px 12px; background: var(--paper); color: var(--navy); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.video-frame__person { position: absolute; left: 28%; bottom: -65px; width: 220px; height: 390px; border-radius: 110px 110px 0 0; background: linear-gradient(145deg,#142c40,#071b2d); transform: rotate(-3deg); }
.video-frame__person::before { content: ""; position: absolute; width: 86px; height: 105px; left: 67px; top: -65px; border-radius: 50% 50% 45% 45%; background: #b98261; }
.video-frame__person::after { content: ""; position: absolute; width: 108px; height: 80px; left: 56px; top: -78px; border-radius: 70% 60% 30% 20%; background: #25201e; }
.video-frame--official > img { width: 100%; height: 100%; object-fit: cover; }
.play-button, .mini-play { display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); }
.play-button { position: absolute; z-index: 3; left: 50%; top: 50%; width: 66px; height: 66px; border: 0; transform: translate(-50%,-50%); font-size: 15px; }
.video-cv__badge { position: absolute; z-index: 4; right: 0; bottom: 0; width: 175px; height: 125px; padding: 25px; display: flex; flex-direction: column; background: var(--navy); color: white; }
.video-cv__badge strong { color: var(--gold-light); font: 500 31px var(--display); }
.video-cv__badge span { margin-top: 7px; color: #b5c0c6; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }
.video-cv__copy h2 { margin: 0; font: 500 clamp(39px,4vw,54px)/1.12 var(--display); letter-spacing: -.055em; color: var(--navy); }
.video-cv__copy h2 em { font-family: var(--serif); color: #9b7540; }
.video-cv__copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.benefit-row { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.benefit-row:nth-of-type(3) { border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.benefit-row span { color: #9b7540; font: 500 9px var(--display); }
.benefit-row p { margin: 0; font-size: 11px; }

.process { background: var(--navy); color: white; position: relative; overflow: hidden; }
.process::after { content: "M"; position: absolute; right: -20px; bottom: -180px; color: rgba(255,255,255,.025); font: 700 540px var(--serif); pointer-events: none; }
.process__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.process h2 { color: white; }
.process__intro > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 30px; color: #b6c1c8; font-size: 13px; line-height: 1.9; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { min-height: 143px; display: grid; grid-template-columns: 54px 46px 1fr; align-items: center; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li > img { width: 50px; height: 50px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(202,165,106,.7); border-radius: 50%; color: var(--gold-light); font: 500 10px var(--display); }
.steps h3 { margin: 1px 0 10px; font: 500 18px var(--display); }
.steps p { margin: 0; max-width: 460px; color: #aeb9c0; font-size: 11px; line-height: 1.8; }

.expert-videos { background: var(--cream); }
.expert-video-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid #cec7bb; border-bottom: 1px solid #cec7bb; }
.expert-video-card { min-height: 300px; position: relative; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid #cec7bb; transition: background .2s, color .2s, transform .2s; }
.expert-video-card:last-child { border-right: 1px solid #cec7bb; }
.expert-video-card:hover { background: var(--navy); color: white; transform: translateY(-6px); }
.video-index { align-self: flex-end; color: #9c927f; font: 500 9px var(--display); }
.mini-play { width: 48px; height: 48px; font-size: 10px; }
.expert-video-card small { color: #9b7540; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.expert-video-card h3 { margin: 10px 0 0; font: 500 17px/1.45 var(--display); }

.brand-section { padding: 86px 0; background: #102a3f; color: white; }
.brand-section__row { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 80px; }
.brand-section h2 { margin: 0; font: 500 43px/1.12 var(--display); letter-spacing: -.05em; }
.brand-section h2 em { font-family: var(--serif); color: var(--gold-light); }
.brand-section__heading p { margin: 20px 0 0; max-width: 400px; color: #aebbc4; font-size: 11px; line-height: 1.8; }
.brand-wall { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.brand-wall span { min-height: 105px; display: grid; place-items: center; padding: 15px; border-left: 1px solid rgba(255,255,255,.18); color: #dbe1e5; font: 600 17px var(--display); letter-spacing: -.03em; background: white; }
.brand-wall img { display: block; max-width: 100%; max-height: 68px; object-fit: contain; }
.brand-wall span:last-child { border-right: 1px solid rgba(255,255,255,.18); font-weight: 400; }

.employer { background: var(--paper); }
.employer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.employer__visual { height: 490px; position: relative; display: grid; place-items: center; background: var(--cream); overflow: hidden; }
.employer__visual::before, .employer__visual::after { content: ""; position: absolute; border: 1px solid #ddd3c2; transform: rotate(45deg); }
.employer__visual::before { width: 340px; height: 340px; }
.employer__visual::after { width: 220px; height: 220px; }
.employer__monogram { position: relative; z-index: 1; color: var(--navy); font: 600 135px var(--serif); letter-spacing: -.22em; }
.employer__monogram span { color: var(--gold); font-size: .65em; }
.partner-illustration { position: relative; z-index: 1; width: min(82%,390px); max-height: 360px; object-fit: contain; }
.floating-note { position: absolute; z-index: 2; right: 0; bottom: 0; width: 180px; height: 120px; padding: 25px; background: var(--navy); color: white; display: flex; flex-direction: column; }
.floating-note strong { font: 500 30px var(--display); color: var(--gold-light); }
.floating-note span { margin-top: 8px; color: #bac4ca; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.employer__copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.employer__copy ul { list-style: none; padding: 0; margin: 0 0 31px; border-top: 1px solid var(--line); }
.employer__copy li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.employer__copy li span { margin-right: 12px; color: #997342; }
.partner-stats { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-stats div { padding: 18px 0; display: flex; flex-direction: column; }
.partner-stats div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.partner-stats strong { color: #9b7540; font: 500 25px var(--display); }
.partner-stats span { margin-top: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }

.insights { background: var(--cream); }
.insights-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 45px; margin-top: 50px; }
.insight-card--main { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--paper); }
.insight-card__image { min-height: 330px; position: relative; background: linear-gradient(145deg, #cabda7, #7d8585); overflow: hidden; }
.insight-card__image::before { content: ""; position: absolute; width: 190px; height: 250px; left: 25%; bottom: -60px; border-radius: 100px 100px 0 0; background: linear-gradient(150deg, var(--navy), #32495b); box-shadow: 50px -55px 0 -35px #d6b18a; transform: rotate(-8deg); }
.insight-card__image > span { position: absolute; left: 20px; top: 20px; z-index: 1; padding: 7px 10px; background: var(--paper); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.insight-card__body { padding: 43px 37px; display: flex; flex-direction: column; justify-content: center; }
.insight-card__body p, .insight-list article > span { color: #9b7848; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.insight-card__body h3 { margin: 15px 0 30px; font: 500 25px/1.4 var(--display); color: var(--navy); letter-spacing: -.03em; }
.insight-card__body a, .insight-list a { color: #6a5537; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.insight-card__body a span { margin-left: 15px; }
.insight-list { display: flex; flex-direction: column; }
.insight-list article { flex: 1; padding: 30px 25px; border-top: 1px solid #cbc4b8; }
.insight-list article:last-child { border-bottom: 1px solid #cbc4b8; }
.insight-list h3 { margin: 13px 0 23px; font: 500 18px/1.45 var(--display); color: var(--navy); }
.updates-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 48px; border-top: 1px solid #cbc4b8; border-bottom: 1px solid #cbc4b8; }
.updates-grid a { min-height: 230px; padding: 28px 25px; display: flex; flex-direction: column; border-left: 1px solid #cbc4b8; transition: background .2s, color .2s, transform .2s; }
.updates-grid a:last-child { border-right: 1px solid #cbc4b8; }
.updates-grid a:hover { background: var(--navy); color: white; transform: translateY(-5px); }
.updates-grid span { color: #9b7848; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.updates-grid strong { margin-top: auto; font: 500 18px/1.45 var(--display); }
.updates-grid b { margin-top: 22px; color: #8b6a3c; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

.contact-cta { padding: 85px 0; background: #102a3f; color: white; }
.contact-cta__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.contact-cta h2 { color: white; }
.contact-cta__inner > div:last-child > p { max-width: 480px; margin: 0 0 26px; color: #bdc7cd; font-size: 13px; line-height: 1.9; }

.footer { background: #061523; color: #b8c2c8; }
.footer__top { display: grid; grid-template-columns: 1.2fr .65fr .65fr .7fr 1fr; gap: 42px; padding: 70px 0 55px; }
.brand--light .brand__mark { background: var(--gold); color: var(--navy); }
.brand--light .brand__mark::after { border-color: rgba(7,27,45,.4); }
.brand--light .brand__name { color: white; }
.brand--light .brand__logo { width: 185px; height: 72px; padding: 5px; }
.footer__brand p { max-width: 270px; margin: 24px 0 0; font-size: 10px; line-height: 1.8; }
.footer h3 { margin: 0 0 22px; color: var(--gold-light); font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .11em; }
.footer__top > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__top a:not(.brand) { margin-bottom: 13px; font-size: 10px; }
.footer__top a:hover { color: var(--gold-light); }
.footer__top p { font-size: 10px; line-height: 1.7; }
.newsletter { width: 100%; display: flex; margin-top: 10px; border-bottom: 1px solid #52616d; }
.newsletter input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; color: white; font-size: 10px; }
.newsletter button { border: 0; background: transparent; color: var(--gold-light); }
.footer__bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.footer__bottom div { display: flex; gap: 24px; }

/* Shared site footer */
.site-footer { position: relative; overflow: hidden; background: #061523; color: #b8c2c8; }
.site-footer::before { content: "M"; position: absolute; right: -35px; top: -140px; color: rgba(255,255,255,.018); font: 700 390px var(--serif); pointer-events: none; }
.site-footer__main { position: relative; z-index: 1; padding: 72px 0 58px; display: grid; grid-template-columns: 1.35fr .75fr .8fr 1fr; gap: clamp(38px,5vw,76px); }
.site-footer__about { padding-right: 24px; }
.site-footer__logo { width: 188px; height: 70px; padding: 5px; display: grid; place-items: center; background: white; }
.site-footer__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-footer__about p { max-width: 290px; margin: 25px 0 17px; color: #b6c0c7; font-size: 11px; line-height: 1.85; }
.site-footer__about > span { color: var(--gold-light); font: 500 10px var(--serif); letter-spacing: .025em; }
.site-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__column h2 { margin: 4px 0 25px; color: var(--gold-light); font: 700 9px var(--sans); text-transform: uppercase; letter-spacing: .14em; }
.site-footer__column > a:not(.site-footer__cta) { margin-bottom: 14px; color: #b8c2c8; font-size: 10px; transition: color .2s, transform .2s; }
.site-footer__column > a:not(.site-footer__cta):hover { color: white; transform: translateX(3px); }
.site-footer__contact p { width: 100%; margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.site-footer__contact p span { color: #778995; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.site-footer__contact p a { color: #d4dbe0; font-size: 10px; overflow-wrap: anywhere; }
.site-footer__contact p a:hover { color: var(--gold-light); }
.site-footer__cta { width: 100%; margin-top: 10px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: var(--gold-light); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.site-footer__cta b { font-size: 13px; font-weight: 400; }
.site-footer__bottom { position: relative; z-index: 1; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom p { margin: 0; color: #788994; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.site-footer__bottom div { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer__bottom a { color: #94a2ab; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.site-footer__bottom a:hover { color: var(--gold-light); }

@media (max-width: 1050px) {
  .nav { gap: 14px; }
  .nav a { font-size: 10px; }
  .nav-actions .text-link { display: none; }
  .hero__foot-inner { gap: 24px; }
  .process__grid { gap: 70px; }
  .employer__grid { gap: 60px; }
  .video-cv__grid { gap: 60px; }
  .brand-section__row { gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 680px); }
  .topbar__contact a:first-child, .topbar__contact span { display: none; }
  .topbar__inner { justify-content: space-between; }
  .topbar__links a:first-child { display: none; }
  .event-banner__inner { grid-template-columns: 85px 1fr; padding: 28px 0; }
  .event-side { grid-column: 2; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav { position: fixed; z-index: 2; inset: 72px 0 0; padding: 60px 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; background: var(--paper); transform: translateX(100%); transition: transform .25s; }
  .menu-open .nav { transform: translateX(0); }
  .nav a { font-size: 20px; }
  .nav-actions { margin-left: 8px; padding-left: 12px; }
  .hero { height: 700px; }
  .hero__media { background-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,18,30,.95), rgba(4,18,30,.6)); }
  .hero__content { padding-bottom: 90px; }
  .hero__lead { max-width: 530px; }
  .hero-stat:nth-of-type(3), .hero__foot-inner > p, .hero__foot-inner > a { display: none; }
  .hero__foot-inner { justify-content: space-around; }
  .search-box { grid-template-columns: 1fr 1fr; }
  .search-box .button { grid-column: 1/-1; }
  .search-panel__heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section { padding: 80px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 25px; }
  .expertise-grid { grid-template-columns: repeat(2,1fr); }
  .resource-strip__grid { grid-template-columns: 1fr; }
  .resource-strip__grid > a { min-height: 95px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
  .campaign-actions { align-items: flex-start; flex-direction: column; }
  .campaign-grid { grid-template-columns: repeat(2,1fr); }
  .campaign-grid a:first-child { grid-column: 1/-1; }
  .media-feature__inner { grid-template-columns: 130px 1fr; gap: 30px; }
  .media-feature img { width: 125px; }
  .media-feature__inner > .button { grid-column: 2; justify-self: start; }
  .job-card { grid-template-columns: 70px 1fr 42px; }
  .job-card__meta { display: none; }
  .video-cv__grid, .process__grid, .employer__grid, .contact-cta__inner { grid-template-columns: 1fr; gap: 55px; }
  .video-cv__visual { max-width: 590px; }
  .expert-video-grid { grid-template-columns: repeat(2,1fr); }
  .brand-section__row { grid-template-columns: 1fr; }
  .updates-grid { grid-template-columns: repeat(2,1fr); }
  .employer__visual { height: 400px; }
  .insights-grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer__top > div:last-child { grid-column: 1/-1; }
  .site-footer__main { grid-template-columns: 1.2fr 1fr 1fr; gap: 50px 35px; }
  .site-footer__about { grid-column: 1/-1; padding-right: 0; }
  .site-footer__about p { max-width: 460px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .topbar__inner { justify-content: center; }
  .topbar__links { display: none; }
  .brand__name { font-size: 16px; }
  .brand__logo { width: 130px; height: 50px; }
  .nav-actions { border: 0; padding: 0; }
  .nav-actions .button { min-height: 38px; padding: 0 12px; font-size: 10px; }
  .hero { height: 690px; min-height: 0; align-items: flex-start; padding-top: 90px; }
  .hero__media { background-position: 66% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,18,30,.97), rgba(4,18,30,.62)), linear-gradient(0deg, rgba(4,18,30,.55), transparent); }
  .hero h1 { font-size: 44px; }
  .hero__lead { font-size: 13px; line-height: 1.7; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .hero-stat { padding-left: 12px; }
  .hero-stat strong { font-size: 17px; }
  .event-banner__inner { grid-template-columns: 1fr; gap: 20px; }
  .event-date { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .event-side { grid-column: 1; }
  .search-box { grid-template-columns: 1fr; }
  .search-box .button { grid-column: auto; }
  .popular-searches { flex-wrap: wrap; }
  .section { padding: 68px 0; }
  .section-heading h2, .process h2, .employer h2, .contact-cta h2 { font-size: 37px; }
  .section-heading--inline { align-items: flex-start; gap: 30px; flex-direction: column; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 290px; border-right: 1px solid var(--line); }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-grid a:first-child { grid-column: auto; }
  .campaign-grid img { height: auto; max-height: 330px; object-fit: contain; }
  .job-card { grid-template-columns: 1fr 40px; padding: 25px 8px; }
  .job-card:hover { padding-left: 8px; }
  .job-card__date { display: none; }
  .media-feature__inner { grid-template-columns: 1fr; }
  .media-feature__inner > .button { grid-column: 1; }
  .video-cv__visual { min-height: 390px; padding: 15px 30px 0 0; }
  .video-frame { height: 350px; }
  .video-frame__person { left: 18%; }
  .video-cv__copy h2 { font-size: 37px; }
  .process__grid { gap: 45px; }
  .steps li { grid-template-columns: 44px 38px 1fr; gap: 10px; }
  .steps li > img { width: 40px; height: 40px; }
  .expert-video-grid { grid-template-columns: 1fr; }
  .expert-video-card { min-height: 230px; border-right: 1px solid #cec7bb; }
  .brand-wall { grid-template-columns: repeat(2,1fr); }
  .brand-wall span:nth-child(2) { border-right: 1px solid rgba(255,255,255,.18); }
  .brand-section h2 { font-size: 37px; }
  .updates-grid { grid-template-columns: 1fr; }
  .updates-grid a { min-height: 190px; border-right: 1px solid #cbc4b8; }
  .employer__visual { height: 330px; }
  .employer__monogram { font-size: 100px; }
  .insight-card--main { grid-template-columns: 1fr; }
  .insight-card__image { min-height: 260px; }
  .insight-card__body { padding: 30px 25px; }
  .contact-cta__inner { gap: 35px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer__brand, .footer__top > div:last-child { grid-column: 1/-1; }
  .footer__bottom { align-items: flex-start; gap: 20px; padding: 24px 0; flex-direction: column; }
  .site-footer__main { padding: 58px 0 45px; grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .site-footer__about, .site-footer__contact { grid-column: 1/-1; }
  .site-footer__bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; }
  .site-footer__bottom div { gap: 14px 20px; }
}

/* Refined recruitment-product layout */
.topbar { display: none; }
.site-header { border-bottom: 1px solid #ece5dc; box-shadow: none; }
.nav-wrap { min-height: 76px; }
.nav-actions { border-left: 0; }
.nav-actions .button { min-height: 42px; }

.hero {
  height: 510px;
  min-height: 510px;
  color: var(--ink);
  background: linear-gradient(115deg,#fff 0%,#fff 62%,#fbf5e9 100%);
  overflow: hidden;
}
.hero::before { width: 420px; height: 420px; right: -80px; top: -130px; border: 80px solid rgba(201,149,46,.08); }
.hero::after { width: 260px; height: 260px; right: 210px; bottom: -190px; border: 55px solid rgba(123,23,21,.04); }
.hero__shade { display: none; }
.hero__content { padding: 0 0 42px; }
.hero .eyebrow { color: #8a5f16; }
.hero h1 { max-width: 780px; color: #2d2221; font-size: clamp(46px,5vw,66px); }
.hero h1 em { color: #7b1715; }
.hero__lead { max-width: 680px; color: #67717f; font-size: 17px; }
.hero .button--ghost { color: #7b1715; border-color: #cdbcb9; background: #fff; }
.hero .button--ghost:hover { color: #5c0d0b; border-color: #7b1715; }
.hero__foot { background: transparent; border-top: 1px solid #ece5dc; backdrop-filter: none; }
.hero__foot-inner { color: var(--ink); }
.hero__foot-inner > p, .hero-stat span { color: #77808c; }
.hero-stat { border-color: #ddd4ca; }
.hero-stat strong { color: #7b1715; }
.hero__foot-inner > a { color: #7b1715; }

.event-banner { display: none; }
.search-panel { margin-top: -1px; padding: 0; border-top: 0; background: #f8f5f0; box-shadow: none; }
.search-panel .container { transform: translateY(-24px); padding: 25px 28px 21px; border: 1px solid #e7dfd5; border-radius: 14px; background: #fff; box-shadow: 0 16px 45px rgba(62,38,27,.1); }
.search-panel__heading { padding-top: 0; align-items: center; }
.search-panel__heading .eyebrow { display: none; }
.search-panel__heading h2 { font-size: 25px; }
.search-panel__heading > p { max-width: 460px; }
.search-box { padding: 21px 0 13px; }
.input-wrap { border-color: #ddd7cf; box-shadow: inset 0 1px 2px rgba(30,20,10,.02); }
.input-wrap:focus-within { outline: 3px solid rgba(201,149,46,.15); border-color: #c9952e; }

.expertise { background: #f8f5f0; }
.expertise-card { box-shadow: none; }
.expertise-card--featured { background: #fff; color: var(--ink); transform: none; }
.expertise-card--featured .department-stats strong { color: var(--navy); }
.expertise-card--featured p { color: #8a9194; }
.expertise-card--featured .circle-arrow { background: #fbf1dc; border-color: #ead7b2; color: #7b1715; }
.expertise-card:hover { background: #7b1715; color: #fff; }

.campaign-section { display: none; }
.job-card, .live-job-card { box-shadow: none; }
.job-card:hover, .live-job-card:hover { border-color: #d2b98b; }

@media (max-width: 820px) {
  .hero { height: 540px; min-height: 540px; }
  .hero__content { padding-bottom: 65px; }
  .search-panel .container { transform: translateY(-18px); }
}

@media (max-width: 560px) {
  .hero { height: 570px; min-height: 570px; padding-top: 65px; }
  .hero::before, .hero::after { opacity: .55; }
  .hero h1 { font-size: 39px; }
  .hero__content { padding-bottom: 0; }
  .search-panel .container { width: calc(100% - 22px); padding: 22px 18px; }
  .search-panel__heading > p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* 2026 product UI refresh: a clearer, friendlier job-platform experience */
:root {
  --navy: #7b1715;
  --navy-2: #5c0d0b;
  --ink: #342423;
  --gold: #c9952e;
  --gold-light: #edc66f;
  --cream: #fbf7ef;
  --paper: #ffffff;
  --muted: #607089;
  --line: #dfe7f1;
  --serif: "DM Sans", Arial, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "DM Sans", Arial, sans-serif;
}

body { background: #fff; line-height: 1.5; }
.container { width: min(1200px, calc(100% - 48px)); }
.topbar { background: #5c0d0b; font-size: 12px; }
.topbar__inner { height: 36px; }
.topbar__links { font-size: 11px; }
.site-header { background: rgba(255,255,255,.97); box-shadow: 0 4px 18px rgba(22,48,79,.06); }
.nav-wrap { min-height: 72px; }
.brand__logo { width: 154px; height: 54px; }
.nav { gap: 24px; }
.nav a { font-size: 13px; }
.nav a.active { color: #8a1815; }
.nav a::after { height: 2px; bottom: -25px; background: #c9952e; }
.nav-actions { margin-left: 20px; }

.button { min-height: 48px; padding: 0 24px; border-radius: 8px; font-size: 13px; box-shadow: 0 5px 15px rgba(18,59,109,.08); }
.button--gold { background: #c9952e; color: #351f08; }
.button--gold:hover { background: #ddb04d; }
.button--navy { background: #7b1715; }
.circle-arrow { border-radius: 10px; }

.hero { height: 620px; min-height: 600px; background: linear-gradient(125deg,#5c0d0b 0%,#7b1715 56%,#9b3028 100%); }
.hero__media { display: none; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -90px; top: -150px; border: 1px solid rgba(237,198,111,.2); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: 110px; bottom: -150px; border: 80px solid rgba(255,255,255,.035); border-radius: 50%; }
.hero__shade { background: linear-gradient(90deg,rgba(58,5,4,.32),rgba(92,13,11,.08)); }
.hero__content { padding-bottom: 62px; }
.eyebrow { margin-bottom: 16px; color: #9a6815; font-size: 11px; }
.hero h1 { max-width: 720px; font-size: clamp(48px,5vw,68px); line-height: 1.08; }
h1 em, h2 em { color: #58bfff; font-style: normal; }
.hero__lead { max-width: 640px; margin: 22px 0 28px; font-size: 17px; line-height: 1.65; }
.hero__foot-inner { min-height: 82px; }

.event-banner { background: #66110f; }
.event-banner__inner { min-height: 220px; }
.event-copy > p:not(.eyebrow) { font-size: 11px; }
.event-copy .event-intro { font-size: 12px; }

.search-panel { padding: 8px 0 12px; background: #fff; box-shadow: 0 12px 35px rgba(20,54,90,.09); }
.search-panel__heading { padding-top: 32px; }
.search-panel__heading > p { font-size: 13px; }
.search-box { gap: 12px; padding-top: 24px; }
.search-box label > span { font-size: 12px; }
.input-wrap { height: 56px; border-radius: 8px; background: #fff; }
.input-wrap input { font-size: 14px; }
.search-box .button { height: 56px; }
.popular-searches span, .popular-searches button { font-size: 11px; }

.section { padding: 88px 0; }
.section-heading h2, .process h2, .employer h2, .contact-cta h2 { font-size: clamp(36px,4vw,50px); }
.section-heading--split > p { font-size: 14px; }
.expertise-grid { gap: 18px; margin-top: 42px; border: 0; }
.expertise-card { min-height: 300px; padding: 26px; border: 1px solid var(--line) !important; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(28,58,90,.06); }
.expertise-card:hover, .expertise-card--featured { background: #7b1715; transform: translateY(-5px); }
.expertise-card h3 { font-size: 21px; }
.department-stats span { font-size: 10px; }

.jobs { background: #fbf7ef; }
.job-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 38px; border: 0; }
.job-card { min-height: 225px; padding: 24px !important; grid-template-columns: 1fr 42px; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 7px 24px rgba(28,58,90,.06); }
.job-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(28,58,90,.11); }
.job-card__date { display: none; }
.job-card__meta { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.job-card__meta span { font-size: 12px; }
.job-tag { display: inline-flex; padding: 5px 9px; border-radius: 20px; background: #fbf1dc; color: #7b1715; font-size: 10px; }
.job-card h3 { margin: 12px 0 8px; font-size: 20px; }
.job-card__main p { font-size: 12px; }
.job-reference { font-size: 10px; }

.campaign-grid { gap: 18px; }
.campaign-grid a, .video-frame, .employer__visual, .insight-card--main { border-radius: 14px; }
.resource-strip, .process, .brand-section { background: #6b1210; }
.site-footer { background: #42100f; }

@media (max-width: 1050px) {
  .nav { gap: 13px; }
  .nav a { font-size: 11px; }
}

@media (max-width: 820px) {
  .nav { top: 0; inset: 72px 0 0; }
  .nav a { font-size: 19px; }
  .job-list { grid-template-columns: 1fr; }
  .expertise-grid { gap: 14px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .hero { height: 620px; min-height: 620px; }
  .hero h1 { font-size: 42px; }
  .hero__lead { font-size: 15px; }
  .hero__foot { display: none; }
  .search-panel__heading { padding-top: 26px; }
  .job-card { min-height: 0; }
  .job-card__meta { display: flex; }
  .section { padding: 64px 0; }
}

/* Final homepage hierarchy overrides */
.topbar { display: none; }
.site-header { box-shadow: none; }
.hero { height: 510px; min-height: 510px; color: var(--ink); background: linear-gradient(115deg,#fff 0%,#fff 62%,#fbf5e9 100%); }
.hero__media, .hero__shade, .event-banner { display: none; }
.hero__content { padding: 0 0 42px; }
.hero h1 { color: #2d2221; }
.hero h1 em { color: #7b1715; }
.hero__lead { color: #67717f; }
.hero .button--ghost { color: #7b1715; border-color: #cdbcb9; background: #fff; }
.hero__foot { background: transparent; border-color: #ece5dc; backdrop-filter: none; }
.hero__foot-inner > p, .hero-stat span { color: #77808c; }
.hero-stat { border-color: #ddd4ca; }
.hero-stat strong, .hero__foot-inner > a { color: #7b1715; }
.search-panel { background: #f8f5f0; box-shadow: none; }
.search-panel .container { transform: translateY(-24px); padding: 25px 28px 21px; border: 1px solid #e7dfd5; border-radius: 14px; background: #fff; box-shadow: 0 16px 45px rgba(62,38,27,.1); }
.search-panel__heading { padding-top: 0; align-items: center; }
.search-panel__heading .eyebrow { display: none; }
.search-box { padding-top: 21px; }
.campaign-section { display: none; }

@media (max-width: 560px) {
  .hero { height: 570px; min-height: 570px; }
  .hero h1 { font-size: 39px; }
  .search-panel .container { width: calc(100% - 22px); transform: translateY(-18px); padding: 22px 18px; }
}
