
:root{
 --forest:#173f37; --forest-2:#0e2e28; --sage:#dfe7d7; --cream:#f5efe4; --paper:#fffaf1;
 --ochre:#dda643; --rust:#b9663f; --ink:#18312c; --muted:#607069; --line:#d9d1c3; --white:#fff;
 --shadow:0 24px 70px rgba(23,63,55,.14); --soft-shadow:0 12px 35px rgba(23,63,55,.08);
 --serif: Georgia, 'Times New Roman', serif; --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
 --max:1200px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 44px));margin:auto}.skip{position:absolute;left:20px;top:-100px;background:var(--ochre);padding:10px 16px;z-index:999;border-radius:99px;font-weight:800}.skip:focus{top:18px}
.announcement{background:var(--forest-2);color:#f7ead1;font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:800}.announcement .container{min-height:34px;display:flex;align-items:center;justify-content:center;gap:18px}.announcement span{opacity:.55}.site-header{position:sticky;top:0;z-index:100;background:rgba(245,239,228,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,63,55,.12)}.header-inner{height:88px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:24px}.brand{display:flex;align-items:center}.brand img{display:block;width:178px;height:auto}.brand-footer img{width:188px}.brand-copy{display:none}.nav{justify-self:center}.nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.nav a{font-size:14px;font-weight:750;color:#435c55;position:relative;padding:30px 0}.nav a:after{content:'';position:absolute;left:0;right:0;bottom:21px;height:2px;background:var(--ochre);transform:scaleX(0);transition:.2s}.nav a:hover:after,.nav a[aria-current=page]:after{transform:scaleX(1)}.nav a:hover,.nav a[aria-current=page]{color:var(--forest)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;font-weight:850;transition:.2s}.header-cta{min-height:48px;padding:0 20px;background:var(--forest);color:white;font-size:14px}.header-cta:hover,.btn-dark:hover{background:var(--forest-2);transform:translateY(-2px)}.menu{display:none;background:transparent;border:0;padding:8px}.menu span{display:block;width:25px;height:2px;background:var(--forest);margin:5px}
.hero{position:relative;padding:78px 0 90px;overflow:hidden}.hero:before{content:'';position:absolute;width:420px;height:420px;border:1px solid rgba(221,166,67,.38);border-radius:50%;right:-190px;top:-160px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}.overline{display:inline-flex;align-items:center;gap:10px;color:var(--rust);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.overline:before{content:'';width:30px;height:2px;background:var(--ochre)}.hero h1,.display{font-family:var(--serif);color:var(--forest);letter-spacing:-.045em;line-height:.99}.hero h1{font-size:clamp(52px,6.3vw,86px);margin:20px 0 24px;max-width:760px}.hero p{font-size:18px;color:#536861;max-width:690px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.btn{min-height:54px;padding:0 24px}.btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.btn-dark{background:var(--forest);color:#fff}.btn-light{background:var(--paper);border:1px solid var(--line);color:var(--forest)}.btn-light:hover{border-color:var(--forest);transform:translateY(-2px)}.btn-gold{background:var(--ochre);color:var(--forest-2)}.btn-gold:hover{background:#edbb59;transform:translateY(-2px)}
.hero-art{position:relative;min-height:560px}.sun-disc{position:absolute;right:0;top:0;width:78%;aspect-ratio:1;border-radius:50%;background:var(--ochre)}.hero-photo{position:absolute;right:0;top:62px;width:89%;height:450px;object-fit:cover;border-radius:46% 46% 26px 26px;box-shadow:var(--shadow)}.field-card{position:absolute;left:0;bottom:4px;background:var(--paper);border:1px solid var(--line);padding:19px 22px;border-radius:16px;box-shadow:var(--soft-shadow);max-width:290px}.field-card strong{font-family:var(--serif);font-size:20px;color:var(--forest);display:block;line-height:1.12}.field-card span{font-size:13px;color:var(--muted)}.field-card .pin{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--sage);margin-bottom:13px}.field-card svg{width:17px;stroke:var(--forest);fill:none;stroke-width:1.8}
.ribbon{background:var(--forest);color:#f7eddc}.ribbon-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);min-height:112px;align-items:center}.ribbon-intro{font-family:var(--serif);font-size:23px;line-height:1.15;padding-right:30px}.ribbon-item{border-left:1px solid rgba(255,255,255,.18);padding-left:28px}.ribbon-item strong{display:block;color:var(--ochre);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.ribbon-item span{font-size:13px;color:rgba(255,255,255,.72)}
.section{padding:104px 0}.section.paper{background:var(--paper)}.section.sage{background:var(--sage)}.section.forest{background:var(--forest);color:white}.section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end;margin-bottom:48px}.section-head h2,.center-head h2{font-family:var(--serif);font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.04em;color:var(--forest);margin:12px 0 0}.section-head p{color:var(--muted);font-size:17px;margin:0;max-width:650px;justify-self:end}.center-head{text-align:center;max-width:780px;margin:0 auto 52px}.center-head p{color:var(--muted);font-size:17px}.forest .section-head h2,.forest .center-head h2{color:white}.forest .section-head p,.forest .center-head p{color:rgba(255,255,255,.68)}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.choice{position:relative;min-height:370px;border-radius:28px;overflow:hidden;padding:36px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--soft-shadow)}.choice.employer{background:var(--forest);color:white}.choice.seeker{background:var(--ochre);color:var(--forest-2)}.choice:before{content:'';position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid currentColor;opacity:.16;top:-70px;right:-50px}.choice .index{position:absolute;top:30px;left:34px;font-size:12px;letter-spacing:.12em;font-weight:900}.choice h3{font-family:var(--serif);font-size:42px;line-height:1.02;margin:0 0 14px;max-width:500px}.choice p{max-width:520px;opacity:.8}.text-link{display:inline-flex;align-items:center;gap:9px;font-weight:900;margin-top:16px}.text-link svg{width:18px;stroke:currentColor;fill:none;stroke-width:1.8}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:28px;min-height:260px;transition:.2s}.benefit:hover{transform:translateY(-4px);box-shadow:var(--soft-shadow)}.icon-box{width:50px;height:50px;border-radius:15px;background:#f2dfb6;display:grid;place-items:center;color:var(--rust);margin-bottom:30px}.icon-box svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}.benefit h3{font-family:var(--serif);font-size:25px;line-height:1.08;color:var(--forest);margin:0 0 12px}.benefit p{color:var(--muted);margin:0}
.process-track{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid rgba(255,255,255,.2);border-radius:24px;overflow:hidden}.process-step{padding:30px 24px;min-height:240px;border-right:1px solid rgba(255,255,255,.16)}.process-step:last-child{border:0}.process-num{font-family:var(--serif);font-size:40px;color:var(--ochre)}.process-step h3{font-family:var(--serif);font-size:21px;margin:30px 0 9px}.process-step p{font-size:14px;color:rgba(255,255,255,.66)}
.roles{display:flex;flex-wrap:wrap;gap:10px}.role{padding:12px 17px;border:1px solid var(--line);background:var(--paper);border-radius:999px;font-size:13px;font-weight:800;color:var(--forest)}.cta-card{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border-radius:30px;background:var(--ochre);padding:42px 46px;position:relative;overflow:hidden}.cta-card:after{content:'';position:absolute;width:240px;height:240px;border:1px solid rgba(23,63,55,.26);border-radius:50%;right:-80px;top:-110px}.cta-card h2{font-family:var(--serif);font-size:42px;line-height:1.02;color:var(--forest-2);margin:0 0 10px}.cta-card p{margin:0;color:#4c4b36}.cta-card .btn{position:relative;z-index:2}
.page-hero{padding:76px 0 82px}.page-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:66px}.page-hero h1{font-family:var(--serif);font-size:clamp(50px,6vw,78px);letter-spacing:-.045em;line-height:1;color:var(--forest);margin:18px 0 22px}.page-hero p{font-size:18px;color:var(--muted)}.page-photo-wrap{position:relative;padding:30px 0 0 36px}.page-photo-wrap:before{content:'';position:absolute;inset:0 52px 54px 0;background:var(--ochre);border-radius:160px 160px 22px 22px}.page-photo{position:relative;width:100%;height:430px;object-fit:cover;border-radius:160px 160px 22px 22px;box-shadow:var(--shadow)}.page-stamp{position:absolute;right:-10px;bottom:-22px;width:124px;height:124px;border-radius:50%;background:var(--forest);color:white;display:grid;place-items:center;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;transform:rotate(-7deg);border:7px solid var(--cream)}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service{display:grid;grid-template-columns:auto 1fr;gap:20px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:27px}.service h3{font-family:var(--serif);font-size:24px;line-height:1.1;margin:2px 0 8px;color:var(--forest)}.service p{margin:0;color:var(--muted)}.service .icon-box{margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.split-panel{padding:40px;border-radius:24px;border:1px solid var(--line);background:var(--paper)}.split-panel.dark{background:var(--forest);color:white;border-color:var(--forest)}.split-panel h3{font-family:var(--serif);font-size:31px;line-height:1.05;margin:0 0 25px;color:var(--forest)}.split-panel.dark h3{color:white}.check{list-style:none;padding:0;margin:0}.check li{position:relative;padding-left:31px;color:var(--muted)}.dark .check li{color:rgba(255,255,255,.73)}.check li+li{margin-top:14px}.check li:before{content:'✓';position:absolute;left:0;top:1px;width:21px;height:21px;border-radius:50%;background:#f0d9aa;color:var(--forest);display:grid;place-items:center;font-size:12px;font-weight:900}.dark .check li:before{background:var(--ochre)}
.story-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;align-items:start}.story-aside{position:sticky;top:130px}.story-aside .big-quote{font-family:var(--serif);font-size:38px;line-height:1.09;color:var(--forest);margin:20px 0}.story-body p{font-size:18px;color:var(--muted);margin-top:0;margin-bottom:24px}.principles{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.principle{border-top:2px solid var(--ochre);padding:20px 4px 0}.principle h3{font-family:var(--serif);font-size:23px;color:var(--forest);margin:0 0 8px}.principle p{font-size:15px;margin:0}
.steps-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px;min-height:280px}.step-card .num{font-family:var(--serif);font-size:54px;color:var(--ochre)}.step-card h3{font-family:var(--serif);font-size:27px;color:var(--forest);margin:32px 0 10px}.step-card p{color:var(--muted)}
.form-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:start}.contact-stack{display:grid;gap:18px}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:25px}.contact-card h3{font-family:var(--serif);font-size:24px;color:var(--forest);margin:0 0 9px}.contact-card p{margin:0;color:var(--muted)}.contact-card a{font-weight:850;color:var(--forest)}.form-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:38px;box-shadow:var(--soft-shadow)}.form-card h2{font-family:var(--serif);font-size:42px;color:var(--forest);line-height:1;margin:0 0 10px}.form-card>p{color:var(--muted);margin:0 0 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}label{font-size:13px;font-weight:850;color:var(--forest)}input,select,textarea{width:100%;border:1px solid var(--line);background:#fbf7ef;border-radius:12px;min-height:49px;padding:11px 13px;color:var(--ink)}textarea{min-height:135px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(221,166,67,.28);border-color:var(--ochre);background:white}.form-note{font-size:12px!important;margin:14px 0 0!important}.form-status{display:none;margin-top:16px;padding:13px 15px;border-radius:10px;background:#e7efdf;color:#315a48;font-weight:750}.form-status.show{display:block}.notice{border-left:4px solid var(--ochre);padding:18px 20px;background:#f8eacb;border-radius:0 12px 12px 0;color:#5e533b}.notice strong{display:block;color:var(--forest);margin-bottom:5px}
.site-footer{background:var(--forest-2);color:white;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .9fr;gap:50px;padding-bottom:46px}.footer-brand .brand{margin-bottom:18px}.footer-brand p{max-width:360px;color:rgba(255,255,255,.62)}.footer-col h3{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ochre);margin:0 0 17px}.footer-col a,.footer-col p{display:block;color:rgba(255,255,255,.66);font-size:14px;margin:9px 0}.footer-col a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;color:rgba(255,255,255,.44);font-size:12px}
.reveal{opacity:0;transform:translateY(18px);transition:.55s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.header-inner{grid-template-columns:1fr auto auto}.nav{display:none;position:absolute;top:88px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:var(--soft-shadow)}.nav.open{display:block}.nav ul{display:grid;gap:0;padding:14px 22px 24px}.nav a{display:block;padding:13px}.nav a:after{display:none}.menu{display:block}.header-cta{display:none}.hero-grid,.page-hero-grid,.section-head,.story-grid,.form-layout{grid-template-columns:1fr}.hero-art{min-height:520px}.section-head{gap:22px}.section-head p{justify-self:start}.process-track{grid-template-columns:repeat(2,1fr)}.process-step{border-bottom:1px solid rgba(255,255,255,.16)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.story-aside{position:static}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}.ribbon-grid{grid-template-columns:1fr 1fr;padding:22px 0}.ribbon-intro{grid-column:1/-1}.ribbon-item{border-left:0}.page-photo-wrap{max-width:650px}}
@media(max-width:680px){.container{width:min(var(--max),calc(100% - 28px))}.announcement{display:none}.header-inner{height:74px}.nav{top:74px}.brand img{width:142px;height:auto}.brand-footer img{width:158px}.hero,.page-hero{padding:54px 0 70px}.hero h1,.page-hero h1{font-size:47px}.hero-art{min-height:430px}.hero-photo{height:350px;top:46px;width:94%}.sun-disc{width:88%}.field-card{max-width:240px;padding:15px}.ribbon-grid{grid-template-columns:1fr}.ribbon-intro{font-size:20px}.ribbon-item{padding:8px 0}.section{padding:76px 0}.choice-grid,.benefit-grid,.service-grid,.split,.steps-three,.principles,.form-grid{grid-template-columns:1fr}.choice{min-height:330px}.process-track{grid-template-columns:1fr}.process-step{min-height:auto}.cta-card{grid-template-columns:1fr;padding:34px 26px}.cta-card .btn{width:100%}.page-photo-wrap{padding-left:20px}.page-photo{height:340px}.page-stamp{width:104px;height:104px}.form-card{padding:28px 20px}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media print{.site-header{position:static}.reveal{opacity:1!important;transform:none!important}}

/* Markup revision - June 2026 */
.overline{font-size:14px;letter-spacing:.105em}
.hero h1,.page-hero h1{font-size:clamp(48px,5.1vw,72px)}
.hero-art{min-height:505px}
.sun-disc{width:70%;right:3%}
.hero-photo{width:82%;height:392px;top:56px}
.hero .field-card{max-width:345px;padding:23px 26px;bottom:2px}
.hero .field-card strong{font-size:23px}
.hero .field-card span{display:block;font-size:15px;margin-top:5px;font-weight:700;color:#52665f}
.hero .field-card .pin{width:36px;height:36px;margin-bottom:14px}
.ribbon-grid{align-items:stretch}
.ribbon-intro,.ribbon-item{display:flex;flex-direction:column;justify-content:center}
.ribbon-item{padding-top:21px;padding-bottom:21px}
.choice .index{font-size:15px;letter-spacing:.08em}
.page-photo-wrap{max-width:590px;width:100%;justify-self:end;padding:26px 0 0 32px}
.page-photo-wrap:before{inset:0 46px 46px 0}
.page-photo{height:382px}
.page-stamp{width:112px;height:112px;font-size:10px}
.service-grid.staggered{padding-bottom:34px}
.service-grid.staggered .service:nth-child(even){transform:translateY(28px)}
.roles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.role{display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:10px 12px;line-height:1.25}
.candidate-contact-bar{margin-top:26px;background:var(--ochre);border-radius:22px;padding:26px 28px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:var(--soft-shadow)}
.candidate-contact-bar strong{display:block;font-family:var(--serif);font-size:25px;line-height:1.1;color:var(--forest-2);margin-bottom:5px}
.candidate-contact-bar span{display:block;color:#4d4c37}
.candidate-contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.form-actions{margin-top:24px;padding-top:22px;border-top:1px solid var(--line);display:grid;gap:15px}
.form-actions .btn{justify-self:start}
.consent-check{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;font-size:13px;line-height:1.45;color:var(--muted);font-weight:700}
.consent-check input{width:18px;height:18px;min-height:0;margin:2px 0 0;padding:0;accent-color:var(--forest)}
.privacy-note{font-size:12px!important;line-height:1.55;color:var(--muted)!important;margin:0!important}
.privacy-note strong{color:var(--forest)}
.privacy-note a{color:var(--forest);font-weight:800;text-decoration:underline}
.field-help{font-size:12px;color:var(--muted);margin-top:-2px}
input[type=file]{padding:9px 11px;background:#fbf7ef}
.origin-story{background:var(--sage);border-radius:20px;padding:26px 28px;margin:0 0 30px;border-left:4px solid var(--ochre)}
.origin-story h3{font-family:var(--serif);font-size:28px;line-height:1.1;margin:0 0 14px;color:var(--forest)}
.origin-story p{font-size:16px!important;margin:0 0 13px!important;color:#4f635c!important}
.origin-story p:last-child{margin-bottom:0!important}

@media(max-width:980px){
 .roles{grid-template-columns:repeat(3,minmax(0,1fr))}
 .service-grid.staggered .service:nth-child(even){transform:none}
 .service-grid.staggered{padding-bottom:0}
 .candidate-contact-bar{grid-template-columns:1fr}
 .candidate-contact-actions{justify-content:flex-start}
}
@media(max-width:680px){
 .hero h1,.page-hero h1{font-size:43px}
 .overline{font-size:13px}
 .hero-art{min-height:405px}
 .hero-photo{height:310px;top:44px;width:88%}
 .sun-disc{width:76%}
 .hero .field-card{max-width:275px;padding:17px 19px}
 .hero .field-card strong{font-size:19px}
 .hero .field-card span{font-size:13px}
 .page-photo-wrap{max-width:100%;padding-left:18px}
 .page-photo{height:310px}
 .page-stamp{width:94px;height:94px;font-size:9px;right:-2px}
 .roles{grid-template-columns:repeat(2,minmax(0,1fr))}
 .role{font-size:12px;min-height:50px}
 .candidate-contact-bar{padding:24px 20px}
 .candidate-contact-actions .btn{width:100%}
 .form-actions .btn{width:100%}
}


/* Markup revision 2 - focused corrections */
.header-inner{grid-template-columns:230px 1fr 230px}
.header-cta{display:none!important}

/* Home hero: align the copy and visual from the same top edge and remove excess visual drift. */
.hero-grid{align-items:start}
.home-hero-copy{padding-top:4px}
.hero-art{margin-top:0;min-height:455px}
.sun-disc{top:4px}
.hero-photo{top:42px;height:360px}
.hero .field-card{bottom:0}

/* Services: a clearly stepped, alternating sequence in the exact content order. */
.service-grid.service-staircase{display:flex;flex-direction:column;gap:18px;padding:0 0 10px}
.service-grid.service-staircase .service{width:78%;transform:none!important}
.service-grid.service-staircase .service:nth-child(odd){align-self:flex-start}
.service-grid.service-staircase .service:nth-child(even){align-self:flex-end}

/* Roles: each role occupies its own aligned row within three balanced columns. */
.roles.role-rows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(6,auto);grid-auto-flow:column;gap:11px 18px;align-items:stretch}
.roles.role-rows .role{width:100%;justify-content:flex-start;text-align:left;border-radius:14px;min-height:48px;padding:11px 16px}

/* Candidate contact and consent. */
.candidate-contact-actions{max-width:560px}
.candidate-contact-actions .btn{white-space:nowrap}
.form-actions{gap:12px}
.privacy-note{padding-top:2px}

/* Employer inquiry disclaimer is visibly separate from the message field. */
.form-card>button[type=submit]{margin-top:24px}
.form-disclaimer{margin-top:18px;padding:16px 18px;border:1px solid var(--line);border-left:4px solid var(--ochre);border-radius:12px;background:#f8eacb;color:#5e533b}
.form-disclaimer strong{display:block;color:var(--forest);margin-bottom:5px}
.form-disclaimer p{margin:0;font-size:12px;line-height:1.55;color:#5e533b}

@media(max-width:980px){
 .header-inner{grid-template-columns:1fr auto}
 .service-grid.service-staircase .service{width:88%}
 .roles.role-rows{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(9,auto)}
}
@media(max-width:680px){
 .hero-grid{align-items:center}
 .home-hero-copy{padding-top:0}
 .hero-art{min-height:390px}
 .hero-photo{top:40px;height:300px}
 .service-grid.service-staircase .service{width:100%;align-self:stretch}
 .roles.role-rows{grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row;gap:10px}
 .roles.role-rows .role{justify-content:flex-start;text-align:left}
 .candidate-contact-actions .btn{white-space:normal}
}


/* Markup revision 3 - targeted refinements */
/* Keep the proof-strip headings yellow and aligned on a single horizontal baseline. */
.ribbon-grid.ribbon-aligned{align-items:stretch}
.ribbon-grid.ribbon-aligned .ribbon-item{display:grid;grid-template-rows:22px auto;align-content:center;padding-top:20px;padding-bottom:20px}
.ribbon-grid.ribbon-aligned .ribbon-item strong{display:flex;align-items:center;min-height:22px;line-height:1;white-space:nowrap;color:var(--ochre)}
.ribbon-grid.ribbon-aligned .ribbon-item span{align-self:start}

/* Use one compact, flowing pill list for roles on Home and For Job Seekers. */
.roles.role-cloud{display:flex!important;flex-wrap:wrap;gap:11px 12px;align-items:center}
.roles.role-cloud .role{display:inline-flex;width:auto!important;min-height:0;padding:10px 17px;border-radius:999px;justify-content:center;text-align:center;white-space:nowrap}

/* Candidate contact actions use one consistent dark treatment. */
.candidate-contact-actions .btn.btn-dark{background:var(--forest);color:#fff;border-color:var(--forest)}
.candidate-contact-actions .btn.btn-dark:hover{background:var(--forest-2);color:#fff}

/* Move the job-seeker pathway to the For Job Seekers page. */
.candidate-intake-promo{padding-top:34px;padding-bottom:34px}
.candidate-intake-choice{min-height:290px;max-width:100%;box-shadow:var(--soft-shadow)}
.candidate-intake-choice h3{max-width:780px}

/* Consent is explicit: collection/contact is required, employer sharing is a separate opt-in. */
.consent-options{display:grid;gap:12px}
.consent-share{background:#f8eacb;border:1px solid #e7c77c;border-radius:12px;padding:13px 14px;color:#4f513e}
.consent-share span{font-weight:750}

/* Contact page: employer path only, with larger direct-contact details. */
.choice-grid.employer-only-choice{grid-template-columns:minmax(0,1fr);max-width:760px;margin:0 auto}
.choice-grid.employer-only-choice .choice{min-height:320px}
.contact-details-large .contact-card h3{font-size:25px}
.contact-details-large .contact-card p,
.contact-details-large .contact-card a{font-size:18px;line-height:1.55;font-weight:750}

@media(max-width:980px){
 .ribbon-grid.ribbon-aligned .ribbon-item strong{white-space:normal}
 .candidate-intake-choice{min-height:270px}
}
@media(max-width:680px){
 .roles.role-cloud{gap:9px}
 .roles.role-cloud .role{white-space:normal;text-align:left;justify-content:flex-start;width:100%!important;border-radius:14px}
 .candidate-intake-choice{min-height:320px}
 .contact-details-large .contact-card p,
 .contact-details-large .contact-card a{font-size:17px}
}

/* Gmail-safe static review build: no JavaScript required. */
.reveal{opacity:1!important;transform:none!important}
@media(max-width:980px){
  .menu{display:none!important}
  .header-inner{height:auto!important;min-height:74px;grid-template-columns:1fr!important;padding:12px 0 8px}
  .brand{justify-content:center}
  .nav{display:block!important;position:static!important;width:100%;box-shadow:none!important;border:0!important}
  .nav ul{display:flex!important;overflow-x:auto;gap:18px!important;padding:8px 2px 6px!important;justify-content:flex-start;scrollbar-width:thin}
  .nav a{display:block;padding:8px 0!important;white-space:nowrap}
}
