@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap');

:root {
    --green-950: #0d2d22;
    --green-900: #12372a;
    --green-800: #1d4c3b;
    --green-100: #e8f0eb;
    --orange: #f2773d;
    --orange-dark: #d85c28;
    --orange-soft: #fff0e8;
    --cream: #fbf8f1;
    --ink: #183028;
    --muted: #65716c;
    --line: #dfe5e1;
    --white: #fff;
    --shadow: 0 24px 70px rgba(15, 48, 37, .12);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { 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; top: -60px; left: 20px; z-index: 200; padding: 10px 16px; color: white; background: var(--green-950); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

/* Homepage recruitment fraud notice */
.recruitment-notice {
    width: min(900px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: hidden;
    color: #26352f;
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 28px 90px rgba(77, 32, 10, .3);
}
.recruitment-notice::backdrop { background: rgba(54, 25, 12, .72); backdrop-filter: blur(4px); }
.recruitment-notice-panel { max-height: calc(100dvh - 32px); overflow: hidden; }
.recruitment-notice-header {
    position: relative;
    overflow: hidden;
    padding: 20px 34px 22px;
    color: #fff;
    background: linear-gradient(135deg, #b54f1d 0%, #e26c32 100%);
    text-align: center;
}
.recruitment-notice-header::before,
.recruitment-notice-header::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
}
.recruitment-notice-header::before { top: -112px; left: -75px; }
.recruitment-notice-header::after { right: -75px; bottom: -132px; }
.recruitment-notice-icon { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 2px; }
.recruitment-notice-icon svg { width: 36px; height: 36px; fill: #fff5d8; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.recruitment-notice-icon svg path:first-child { fill: rgba(255, 255, 255, .13); }
.recruitment-notice-header p { position: relative; z-index: 1; margin: 0 0 5px; color: #ffe3d4; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.recruitment-notice-header h2 { position: relative; z-index: 1; max-width: 590px; margin: 0 auto; color: #fff; font-size: clamp(18px, 2.8vw, 22px); line-height: 1.45; }
.recruitment-notice-content { padding: 18px 24px 12px; }
.recruitment-notice-content > p { margin: 0 0 5px; color: #5e6965; font-size: 14px; line-height: 1.5; }
.recruitment-notice-content > p:first-child { color: #32413b; font-weight: 700; }
.recruitment-notice-content strong { color: #a94719; }
.recruitment-notice-boxes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 13px; }
.recruitment-warning-box,
.recruitment-official-box { border: 1px solid; border-radius: 12px; }
.recruitment-warning-box { border-color: #f16455; background: #fffafa; }
.recruitment-official-box { border-color: #3b9a61; background: #f5fcf7; }
.recruitment-warning-box h3,
.recruitment-official-box h3 { display: inline-flex; align-items: center; gap: 7px; margin: -1px 0 0 -1px; padding: 8px 12px; color: #fff; border-radius: 10px 0 8px 0; font-size: 11px; }
.recruitment-warning-box h3 { background: #e95649; }
.recruitment-official-box h3 { background: #238552; }
.recruitment-warning-box h3 span,
.recruitment-official-box h3 span { display: grid; place-items: center; width: 15px; height: 15px; background: rgba(255, 255, 255, .18); border-radius: 50%; }
.recruitment-warning-box ul,
.recruitment-official-box ul { display: grid; gap: 9px; margin: 0; padding: 12px 14px 13px; list-style: none; }
.recruitment-warning-box li,
.recruitment-official-box li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 11px; }
.recruitment-warning-box li > span,
.recruitment-official-box li > span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 800; }
.recruitment-warning-box li > span { color: #e95649; }
.recruitment-official-box li > span { color: #fff; background: #338e55; border-color: #338e55; font-size: 13px; }
.recruitment-warning-box li p,
.recruitment-official-box li p { margin: 0; color: #68716e; font-size: 13px; line-height: 1.6; }
.recruitment-notice-content .recruitment-notice-closing { margin: 10px 0 0; }
.recruitment-notice-closing strong { display: inline-block; margin-top: 5px; color: #3d4944; }
.recruitment-notice-footer { position: sticky; bottom: 0; display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 13px 18px; background: rgba(255, 255, 255, .96); border-top: 1px solid #e6ebe8; backdrop-filter: blur(8px); }
.recruitment-notice-footer a,
.recruitment-notice-footer button { min-height: 40px; padding: 9px 16px; border-radius: 8px; font-size: 12px; font-weight: 700; text-decoration: none; cursor: pointer; }
.recruitment-notice-footer a { color: #b54f1d; background: #fff; border: 1px solid #d25d27; }
.recruitment-notice-footer button { color: #fff; background: #d25d27; border: 1px solid #d25d27; }
.recruitment-notice-footer a:hover { background: #fff4ee; }
.recruitment-notice-footer button:hover { background: #b54f1d; border-color: #b54f1d; }
.recruitment-notice-footer a:focus-visible,
.recruitment-notice-footer button:focus-visible { outline: 3px solid rgba(242, 119, 61, .45); outline-offset: 2px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(18,55,42,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-950); font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 600; text-decoration: none; letter-spacing: -.4px; }
.brand strong { color: var(--orange); font-weight: 800; }
.header-brand { flex: 0 0 auto; }
.header-logo { display: block; width: 205px; height: auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--green-900); border-radius: 12px 12px 12px 4px; }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav { display: flex; align-items: center; gap: 7px; }
.primary-nav a { position: relative; padding: 10px 13px; color: #53645e; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.primary-nav a::after { content: ''; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; background: var(--orange); border-radius: 4px; transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover, .primary-nav a.active { color: var(--green-900); }
.primary-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 11px; background: var(--green-100); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-900); border-radius: 2px; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 650px; overflow: hidden; background: var(--cream); }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(18,55,42,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 55%); opacity: .32; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; min-height: 650px; padding-block: 76px; }
.hero-copy { max-width: 620px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; color: var(--green-950); font-family: 'Roboto', sans-serif; line-height: 1.14; letter-spacing: -.045em; }
h1 { margin: 20px 0 24px; font-size: clamp(48px, 5.2vw, 72px); font-weight: 800; }
h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border-radius: 12px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(242,119,61,.25); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 15px 34px rgba(242,119,61,.34); }
.button-outline { min-height: 46px; color: var(--green-900); border: 1px solid #cbd7d1; background: white; }
.button-outline:hover { color: white; background: var(--green-900); border-color: var(--green-900); box-shadow: 0 10px 25px rgba(18,55,42,.14); }
.text-link { color: var(--green-900); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 5px; color: var(--orange); }
.hero-notes { display: flex; gap: 25px; margin-top: 35px; color: #64736d; font-size: 12px; font-weight: 600; }
.hero-notes i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; color: var(--green-900); background: #dce9e1; border-radius: 50%; font-size: 10px; font-style: normal; }

.hero-visual { position: relative; min-height: 490px; }
.visual-card { background: white; box-shadow: var(--shadow); }
.main-card { position: absolute; inset: 12px 10px 10px 50px; overflow: hidden; border: 8px solid white; border-radius: 30px 30px 30px 9px; transform: rotate(2deg); }
.card-topline { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.mini-logo { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--green-900); border-radius: 9px 9px 9px 3px; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 800; }
.status { display: flex; align-items: center; gap: 7px; padding: 6px 10px; color: var(--green-900); background: var(--green-100); border-radius: 20px; font-size: 10px; font-weight: 700; }
.status i { width: 6px; height: 6px; background: #3aa36c; border-radius: 50%; box-shadow: 0 0 0 3px rgba(58,163,108,.14); }
.portrait-area { position: relative; height: 285px; overflow: hidden; background: #f5cf99; border-radius: 22px; }
.portrait-area::after { content: ''; position: absolute; left: -5%; right: -5%; bottom: -42px; height: 130px; background: var(--green-900); border-radius: 50% 50% 0 0; }
.shape { position: absolute; border-radius: 50%; }
.shape-one { width: 145px; height: 145px; top: -48px; right: -30px; border: 28px solid rgba(255,255,255,.28); }
.shape-two { width: 100px; height: 100px; left: 15px; bottom: 30px; background: rgba(242,119,61,.65); border-radius: 24px; transform: rotate(25deg); }
.person { position: absolute; z-index: 2; bottom: 28px; width: 112px; height: 175px; border-radius: 55px 55px 22px 22px; }
.person::before { content: ''; position: absolute; top: 1px; left: 31px; width: 54px; height: 62px; background: #9a5f40; border-radius: 50% 50% 43% 43%; box-shadow: inset 0 8px 0 #202822; }
.person span { position: absolute; left: 5px; right: 5px; bottom: 0; height: 120px; background: #ed7b42; border-radius: 50px 50px 16px 16px; }
.person-one { left: 40px; transform: rotate(-4deg); }
.person-two { left: 50%; z-index: 3; transform: translateX(-50%) scale(1.08); }
.person-two::before { background: #e0a478; box-shadow: inset 0 10px 0 #312b24; }
.person-two span { background: #f5eee4; }
.person-three { right: 35px; transform: rotate(4deg); }
.person-three::before { background: #6f402d; box-shadow: inset 0 8px 0 #1e2722; }
.person-three span { background: #547768; }
.card-caption { padding: 18px 14px 15px; text-align: center; }
.card-caption strong { display: block; color: var(--green-950); font-family: 'Roboto', sans-serif; font-size: 15px; }
.card-caption span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: white; border: 1px solid rgba(18,55,42,.08); border-radius: 14px; box-shadow: 0 16px 38px rgba(15,48,37,.14); }
.floating-card small, .floating-card strong { display: block; line-height: 1.4; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card strong { color: var(--green-950); font-size: 12px; }
.floating-role { top: 45px; left: 0; animation: float 4.5s ease-in-out infinite; }
.floating-icon { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 9px; }
.floating-people { right: -18px; bottom: 55px; animation: float 5s ease-in-out .4s infinite; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { width: 27px; height: 27px; margin-left: -8px; border: 2px solid white; background: #ddb088; border-radius: 50%; }
.avatar-stack i:nth-child(2) { background: #6a887a; }
.avatar-stack i:nth-child(3) { background: #ef8855; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 380px; height: 380px; right: -190px; top: -180px; background: rgba(242,119,61,.13); }
.hero-orb-two { width: 220px; height: 220px; left: 43%; bottom: -170px; border: 45px solid rgba(18,55,42,.07); }
@keyframes float { 50% { transform: translateY(-9px); } }

.wellbeing-section { padding: 100px 0 92px; background: #f3f4f3; }
.wellbeing-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 75px; }
.wellbeing-content h2 { margin: 0 0 20px; color: #20201f; font-size: clamp(31px, 3.2vw, 43px); }
.wellbeing-lead { max-width: 590px; margin: 0; color: #756b65; font-size: 15px; line-height: 1.75; }
.wellbeing-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 38px; margin-top: 46px; }
.wellbeing-item { display: grid; grid-template-columns: 27px 1fr; align-items: start; gap: 12px; }
.wellbeing-icon { width: 26px; height: 26px; display: grid; place-items: center; color: #b45c1e; }
.wellbeing-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wellbeing-item p { margin: 0; line-height: 1.4; }
.wellbeing-item strong, .wellbeing-item span { display: block; }
.wellbeing-item strong { color: #4b4642; font-family: 'Roboto', sans-serif; font-size: 12px; letter-spacing: -.02em; }
.wellbeing-item span { margin-top: 2px; color: #817771; font-size: 10px; }
.wellbeing-photos { min-height: 380px; display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; gap: 14px; }
.wellbeing-photo { height: 315px; background-image: url('../img/employee-wellbeing.webp'); background-repeat: no-repeat; background-size: auto 100%; border-radius: 10px; box-shadow: 0 12px 32px rgba(22,43,35,.09); }
.wellbeing-photo-employee { align-self: end; background-position: left center; }
.wellbeing-photo-office { align-self: start; background-position: right center; }

.benefits-section { padding: 92px 0 100px; background: #f7f7f6; }
.benefits-heading { margin-bottom: 62px; text-align: center; }
.benefits-heading h2 { margin: 0 0 12px; font-size: clamp(30px, 3.2vw, 42px); letter-spacing: -.04em; }
.benefits-heading p { max-width: 710px; margin: 0 auto; color: #756b65; font-size: 14px; line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-card { min-height: 290px; padding: 40px 30px 36px; background: white; border: 1px solid rgba(18,55,42,.035); border-radius: 9px; box-shadow: 0 4px 18px rgba(22,43,35,.035); transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(242,119,61,.2); box-shadow: 0 18px 40px rgba(22,43,35,.08); }
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 25px; color: #b45c1e; background: #ffd9c2; border-radius: 5px; }
.benefit-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0 0 10px; color: #20201f; font-size: 21px; letter-spacing: -.025em; }
.benefit-card p { margin: 0; color: #756b65; font-size: 14px; line-height: 1.62; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading h2, .process-intro h2, .join-copy h2, .faq-intro h2 { margin: 15px 0 0; font-size: clamp(36px, 4vw, 52px); }
.section-heading p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.section-heading-action { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.section-heading-action p { margin: 0; }
.job-list { display: grid; gap: 15px; }
.job-card { display: grid; grid-template-columns: 68px 1fr 180px 46px; align-items: center; gap: 25px; min-height: 143px; padding: 24px 27px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: border-color .25s, transform .25s, box-shadow .25s; }
.job-card:hover { transform: translateY(-3px); border-color: rgba(242,119,61,.45); box-shadow: 0 17px 45px rgba(16,52,40,.08); }
.job-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 800; }
.job-icon-product { color: #b95829; background: #ffe5d6; }
.job-icon-marketing { color: #355e94; background: #e2ecfa; }
.job-icon-people { color: #3e745c; background: #dceee5; }
.job-meta { display: flex; gap: 8px; margin-bottom: 8px; }
.job-meta span { padding: 4px 8px; color: var(--muted); background: #f2f5f3; border-radius: 6px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .45px; }
.job-main h3 { margin: 0 0 5px; font-size: 20px; }
.job-main p { margin: 0; color: var(--muted); font-size: 12px; }
.job-requirements { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.job-requirements span, .job-opening-requirements span { padding: 5px 8px; color: var(--green-800); background: var(--green-100); border-radius: 6px; font-size: 9px; font-weight: 700; }
.job-location { color: var(--muted); font-size: 12px; }
.job-location span { color: var(--orange); font-size: 16px; }
.job-arrow { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-900); border: 1px solid var(--line); border-radius: 50%; font-size: 18px; text-decoration: none; transition: color .2s, background .2s, border .2s; }
.job-card:hover .job-arrow { color: white; background: var(--orange); border-color: var(--orange); }
.jobs-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.process-section { position: relative; overflow: hidden; color: white; background: var(--green-950); }
.process-section::before { content: ''; position: absolute; width: 460px; height: 460px; left: -260px; bottom: -330px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; }
.process-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.eyebrow-light { color: #ff9a68; }
.process-intro h2 { color: white; }
.process-intro > p { max-width: 430px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.8; }
.process-promise { display: flex; gap: 14px; align-items: flex-start; margin-top: 52px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.13); }
.process-promise > span { color: #ff9a68; font-size: 27px; line-height: 1; }
.process-promise p { margin: 0; color: rgba(255,255,255,.53); font-size: 11px; }
.process-promise strong { display: block; margin-bottom: 4px; color: white; font-family: 'Roboto', sans-serif; font-size: 13px; }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ''; position: absolute; top: 38px; bottom: 38px; left: 20px; width: 1px; background: rgba(255,255,255,.18); }
.process-list li { position: relative; display: grid; grid-template-columns: 42px 1fr 45px; gap: 25px; align-items: center; min-height: 112px; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list li:last-child { border-bottom: 0; }
.step-number { position: relative; z-index: 2; width: 41px; height: 41px; display: grid; place-items: center; color: #ffc5a8; background: var(--green-950); border: 1px solid rgba(255,154,104,.6); border-radius: 50%; font-size: 10px; font-weight: 700; }
.process-list h3 { margin: 0 0 6px; color: white; font-size: 17px; letter-spacing: -.02em; }
.process-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }
.step-icon { color: rgba(255,255,255,.4); font-size: 24px; text-align: center; }

.selection-hero { padding: 58px 0 62px; background: radial-gradient(circle at 73% 35%, #fff0e7 0, rgba(255,240,231,.55) 17%, transparent 42%), linear-gradient(120deg, #f8f8f8, #fff); border-top: 1px solid #ededed; text-align: center; }
.selection-hero-content { max-width: 720px; }
.selection-kicker { display: block; margin-bottom: 12px; color: #aa530b; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.selection-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.selection-back:hover { color: var(--orange-dark); }
.selection-hero h1 { margin: 0 0 16px; color: #151c19; font-size: clamp(34px, 4vw, 47px); line-height: 1.15; letter-spacing: -.04em; }
.selection-hero-content > p { max-width: 650px; margin: 0 auto; color: #6e5547; font-size: 13px; line-height: 1.65; }
.selection-process { padding: 54px 0 100px; color: var(--ink); background: white; }
.selection-process::before { display: none; }
.selection-timeline { position: relative; width: min(100%, 980px); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 auto 72px; padding: 0; list-style: none; }
.selection-timeline::before { content: ''; position: absolute; z-index: 0; top: 17px; left: 10%; right: 10%; height: 2px; background: #e6e6e6; }
.selection-timeline li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 15px; text-align: center; }
.selection-timeline li > span { width: 35px; height: 35px; display: grid; place-items: center; color: #4f4e4c; background: #ededed; border: 1px solid #e3e3e3; border-radius: 10px; font-size: 12px; font-weight: 800; box-shadow: 0 3px 7px rgba(32,37,34,.06); }
.selection-timeline li > strong { color: #5f544d; font-size: 12px; font-weight: 600; }
.selection-timeline li.active > span { color: white; background: #f77a1f; border-color: #f77a1f; box-shadow: 0 5px 12px rgba(247,122,31,.25); }
.selection-timeline li.active > strong { color: #a84c00; font-weight: 800; }
.selection-cards { width: min(100%, 1050px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-inline: auto; }
.selection-card { min-height: 225px; padding: 21px 23px 20px; color: #4e4d4b; background: #f3f3f3; border: 1px solid #eeeeee; border-radius: 7px; }
.selection-card.featured { border-left: 3px solid #f77a1f; }
.selection-card-heading { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 11px; }
.selection-card-icon { flex: 0 0 20px; width: 20px; height: 22px; display: grid; place-items: center; color: #a84c00; }
.selection-card-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.selection-card h3 { margin: 0; color: #545353; font-size: 18px; line-height: 1.22; letter-spacing: -.025em; }
.selection-card.featured h3 { color: #a84c00; }
.selection-card > p { margin: 0 0 16px; color: #665a53; font-size: 12px; line-height: 1.55; }
.selection-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.selection-card li { position: relative; padding-left: 17px; color: #393837; font-size: 10px; line-height: 1.45; }
.selection-card li::before { content: '✓'; position: absolute; top: 1px; left: 0; width: 10px; height: 10px; display: grid; place-items: center; color: #bd5b0a; border: 1px solid #bd5b0a; border-radius: 50%; font-size: 6px; font-weight: 800; }
.selection-preparation { padding: 105px 0; background: #f5f6f5; }
.preparation-heading { max-width: 660px; margin: 0 auto 50px; text-align: center; }
.preparation-heading h2 { margin: 14px 0 16px; font-size: clamp(34px, 4vw, 48px); }
.preparation-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.preparation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.preparation-card { padding: 37px 34px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.preparation-card > span { display: inline-grid; place-items: center; width: 37px; height: 37px; margin-bottom: 25px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 10px; font-size: 10px; font-weight: 800; }
.preparation-card h3 { margin: 0 0 10px; font-size: 18px; }
.preparation-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.selection-cta-section { padding: 70px 0; background: var(--green-800); }
.selection-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.selection-cta h2 { margin: 10px 0 8px; color: white; font-size: clamp(31px, 3.5vw, 44px); }
.selection-cta p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.selection-cta .button { flex: 0 0 auto; }

.jobs-page-hero { padding: 76px 0 72px; background: #f8f8f8; border-top: 1px solid #ececec; }
.jobs-hero-content { text-align: center; }
.jobs-page-hero h1 { margin: 0 0 17px; color: #151d1a; font-size: clamp(34px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.jobs-page-hero h1 em { color: #ff741d; }
.jobs-page-hero p { max-width: 680px; margin: 0 auto; color: #685f5a; font-size: 13px; line-height: 1.7; }
.job-search { width: min(820px, 100%); min-height: 72px; display: grid; grid-template-columns: 1.2fr .95fr 195px; align-items: center; margin: 48px auto 0; padding: 7px; background: white; border: 1px solid #ead2c3; border-radius: 10px; box-shadow: 0 8px 18px rgba(51,41,34,.12); text-align: left; }
.job-search-field { min-width: 0; height: 48px; display: flex; align-items: center; gap: 14px; padding: 0 21px; border-right: 1px solid #ece8e5; }
.job-search-field svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: var(--green-900); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.job-search-field input { width: 100%; min-width: 0; height: 100%; padding: 0; color: #353b38; background: transparent; border: 0; outline: 0; font: 500 12px 'Roboto', sans-serif; }
.job-search-field input::placeholder { color: #8b8d8c; opacity: 1; }
.custom-select { position: relative; }
.custom-select-trigger { width: 100%; min-width: 0; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0; color: #353b38; background: transparent; border: 0; outline: 0; font: 500 12px 'Roboto', sans-serif; text-align: left; cursor: pointer; }
.custom-select-trigger:focus-visible { outline: 2px solid rgba(242,119,61,.45); outline-offset: 4px; border-radius: 4px; }
.job-search-field .custom-select-chevron { flex: 0 0 18px; width: 18px; height: 18px; transition: transform .2s; }
.custom-select.open .custom-select-chevron { transform: rotate(180deg); }
.custom-select-menu { position: absolute; z-index: 30; top: calc(100% + 13px); left: 8px; right: 8px; max-height: 320px; display: grid; gap: 3px; padding: 8px; overflow-y: auto; background: white; border: 1px solid #e8e4e0; border-radius: 13px; box-shadow: 0 18px 45px rgba(34,41,38,.16); opacity: 0; visibility: hidden; transform: translateY(-7px) scale(.98); transform-origin: top; transition: opacity .18s, visibility .18s, transform .18s; }
.custom-select.open .custom-select-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.custom-select-option { position: relative; width: 100%; min-height: 42px; padding: 9px 38px 9px 13px; color: #59625e; background: transparent; border: 0; border-radius: 8px; font: 500 11px 'Roboto', sans-serif; text-align: left; cursor: pointer; transition: color .16s, background .16s; }
.custom-select-option:hover, .custom-select-option:focus-visible { color: var(--green-950); background: #f3f6f4; outline: 0; }
.custom-select-option.selected { color: var(--orange-dark); background: var(--orange-soft); font-weight: 700; }
.custom-select-option.selected::after { content: '✓'; position: absolute; top: 50%; right: 14px; width: 19px; height: 19px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 9px; transform: translateY(-50%); }
.job-search-button { align-self: stretch; padding: 0 20px; color: white; background: #ff7a21; border: 0; border-radius: 9px; font: 700 11px 'Roboto', sans-serif; cursor: pointer; transition: background .2s, transform .2s; }
.job-search-button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.job-search-button:disabled { cursor: wait; opacity: .68; transform: none; }
.jobs-board { padding: 105px 0; background: white; }
.jobs-board-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.jobs-board-heading h2 { margin: 14px 0 0; font-size: clamp(34px, 4vw, 49px); }
.jobs-count { padding: 8px 13px; color: var(--green-800); background: var(--green-100); border-radius: 20px; font-size: 10px; font-weight: 700; }
.job-openings { display: grid; gap: 14px; }
.job-openings[aria-busy="true"] { opacity: .55; pointer-events: none; }
.job-opening { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: white; transition: border-color .2s, box-shadow .2s; }
.job-opening[open] { border-color: rgba(242,119,61,.4); box-shadow: 0 18px 45px rgba(18,55,42,.08); }
.job-opening summary { min-height: 128px; display: grid; grid-template-columns: 64px 1fr 42px; align-items: center; gap: 25px; padding: 25px 30px; cursor: pointer; list-style: none; }
.job-opening summary::-webkit-details-marker { display: none; }
.job-opening-title { display: grid; grid-template-columns: 1fr 200px; align-items: center; gap: 8px 30px; }
.job-opening-title small { grid-column: 1 / -1; color: var(--orange-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .65px; }
.job-opening-title strong { color: var(--green-950); font-family: 'Roboto', sans-serif; font-size: 20px; letter-spacing: -.035em; }
.job-opening-title em { color: var(--muted); font-size: 11px; font-style: normal; text-align: right; }
.job-opening-requirements { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 5px; }
.job-opening-toggle { position: relative; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; }
.job-opening-toggle::before, .job-opening-toggle::after { content: ''; position: absolute; top: 19px; left: 13px; width: 13px; height: 1px; background: var(--green-900); }
.job-opening-toggle::after { transform: rotate(90deg); transition: transform .2s; }
.job-opening[open] .job-opening-toggle { background: var(--orange-soft); border-color: var(--orange-soft); }
.job-opening[open] .job-opening-toggle::after { transform: rotate(0); }
.job-opening-details { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; padding: 8px 97px 36px 119px; border-top: 1px solid #edf0ee; }
.job-opening-details > div { padding-top: 27px; }
.job-opening-details h3 { margin: 0 0 9px; font-size: 14px; }
.job-opening-details p, .job-opening-details li { color: var(--muted); font-size: 11px; line-height: 1.7; }
.job-opening-details p { margin: 0; }
.job-opening-details ul { margin: 0; padding-left: 17px; }
.job-opening-details .job-salary { grid-column: 1 / -1; padding: 12px 15px; color: #245f45; background: #eaf6ef; border-radius: 8px; font-weight: 800; }
.job-opening-details .button { grid-column: 1 / -1; justify-self: start; min-height: 44px; }
.jobs-empty { padding: 60px 25px; color: var(--muted); border: 1px dashed #d6ded9; border-radius: 17px; text-align: center; }
.jobs-empty > span { display: block; margin-bottom: 10px; color: var(--orange); font-size: 35px; }
.jobs-empty h3 { margin: 0 0 8px; font-size: 19px; }
.jobs-empty p { margin: 0; font-size: 12px; }
.application-guide { padding: 0 0 105px; background: white; }
.application-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 55px 62px; color: white; background: var(--green-900); border-radius: 24px; }
.application-card h2 { margin: 11px 0 10px; color: white; font-size: clamp(30px, 3vw, 41px); }
.application-card p { max-width: 670px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.application-card .button { flex: 0 0 auto; }
.application-actions { flex: 0 0 auto; display: flex; align-items: center; flex-direction: column; gap: 10px; }
.application-process-link { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; text-decoration: none; }
.application-process-link:hover { color: white; text-decoration: underline; }

.join-section { background: #f3f6f4; }
.join-card { position: relative; min-height: 450px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; overflow: hidden; padding: 70px 85px; background: #f5c98d; border-radius: var(--radius); }
.join-card::before { content: ''; position: absolute; width: 400px; height: 400px; left: -230px; top: -230px; border: 65px solid rgba(255,255,255,.2); border-radius: 50%; }
.join-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(18,55,42,.13) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to right, transparent, black); opacity: .25; }
.join-copy, .join-quote { position: relative; z-index: 2; }
.join-copy h2 { max-width: 620px; }
.join-copy p { max-width: 590px; margin: 22px 0 30px; color: #5a5b50; font-size: 14px; }
.button-dark { color: white; background: var(--green-900); }
.button-dark:hover { background: var(--green-950); box-shadow: 0 12px 25px rgba(13,45,34,.2); }
.join-quote { padding: 38px; background: rgba(255,255,255,.88); border-radius: 22px 22px 22px 5px; box-shadow: 0 22px 48px rgba(64,58,33,.12); backdrop-filter: blur(8px); }
.quote-mark { display: block; height: 35px; color: var(--orange); font-family: 'Roboto', sans-serif; font-size: 60px; line-height: .8; }
.join-quote blockquote { margin: 10px 0 27px; color: var(--green-950); font-family: 'Roboto', sans-serif; font-size: 17px; font-weight: 600; line-height: 1.7; }
.quote-author { display: flex; align-items: center; gap: 11px; }
.quote-author i { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 700; }
.quote-author strong, .quote-author small { display: block; line-height: 1.4; }
.quote-author strong { color: var(--green-950); font-size: 11px; }
.quote-author small { color: var(--muted); font-size: 9px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { margin-bottom: 22px; }
.faq-intro p { color: var(--muted); font-size: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green-950); font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 14px; left: 9px; width: 10px; height: 1px; background: var(--green-900); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary { color: var(--orange-dark); }
.faq-list details[open] summary span { background: var(--orange-soft); border-color: var(--orange-soft); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 640px; margin: -3px 50px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.site-footer { color: white; background: var(--green-950); }
.footer-top { min-height: 140px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-light { color: white; }
.brand-light .brand-mark { color: var(--green-950); background: white; }
.footer-logo { display: block; width: 205px; height: auto; padding: 8px 12px; background: white; border-radius: 8px; }
.footer-top p { color: rgba(255,255,255,.55); font-size: 12px; text-align: center; }
.back-top { justify-self: end; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; text-decoration: none; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a { color: rgba(255,255,255,.55); text-decoration: none; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.reveal-pending { opacity: 0; transform: translateY(20px); }
.reveal.reveal-pending.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .primary-nav { position: fixed; inset: 78px 0 auto 0; display: grid; gap: 0; padding: 20px 24px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(15,48,37,.1); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
    .primary-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
    .primary-nav a { padding: 13px 4px; border-bottom: 1px solid #edf1ee; }
    .primary-nav a::after { display: none; }
    .nav-toggle { display: block; }
    .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
    .main-card { left: 25px; }
    .wellbeing-layout { gap: 40px; }
    .wellbeing-benefits { gap: 22px 20px; }
    .wellbeing-photos { min-height: 330px; }
    .wellbeing-photo { height: 280px; }
    .benefits-grid { gap: 14px; }
    .benefit-card { padding: 32px 24px; }
    .section-heading { grid-template-columns: 1fr 320px; }
    .job-card { grid-template-columns: 64px 1fr 46px; }
    .job-location { grid-column: 2; }
    .job-arrow { grid-column: 3; grid-row: 1 / span 2; }
    .process-layout { gap: 55px; }
    .join-card { gap: 40px; padding: 60px 55px; }
    .faq-layout { gap: 60px; }
    .selection-cards { grid-template-columns: repeat(2, 1fr); }
    .job-opening-details { padding-left: 97px; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 32px), 600px); }
    .recruitment-notice { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 14px; }
    .recruitment-notice-panel { max-height: calc(100dvh - 20px); }
    .recruitment-notice-header { padding: 14px 18px 16px; }
    .recruitment-notice-icon { width: 37px; height: 37px; }
    .recruitment-notice-icon svg { width: 36px; height: 36px; }
    .recruitment-notice-header p { font-size: 15px; }
    .recruitment-notice-content { padding: 13px 13px 8px; }
    .recruitment-notice-content > p { margin-bottom: 3px; font-size: 12px; line-height: 1.4; }
    .recruitment-notice-boxes { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
    .recruitment-warning-box h3,
    .recruitment-official-box h3 { padding-block: 6px; }
    .recruitment-warning-box ul,
    .recruitment-official-box ul { gap: 5px; padding: 8px 10px; }
    .recruitment-warning-box li,
    .recruitment-official-box li { align-items: start; grid-template-columns: 25px 1fr; gap: 9px; }
    .recruitment-warning-box li > span,
    .recruitment-official-box li > span { width: 24px; height: 24px; }
    .recruitment-warning-box li p,
    .recruitment-official-box li p { font-size: 11px; line-height: 1.35; }
    .recruitment-notice-content .recruitment-notice-closing { margin-top: 6px; font-size: 11px; line-height: 1.35; }
    .recruitment-notice-footer { padding: 8px 10px; }
    .recruitment-notice-footer a,
    .recruitment-notice-footer button { min-height: 36px; padding: 7px 11px; }
    .nav-wrap { height: 70px; }
    .primary-nav { top: 70px; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 55px; padding: 70px 0 85px; }
    h1 { font-size: clamp(42px, 13vw, 62px); }
    .hero-copy > p { font-size: 15px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-notes { flex-direction: column; gap: 10px; }
    .hero-visual { width: min(100%, 460px); min-height: 470px; margin-inline: auto; }
    .main-card { inset: 10px 18px 10px 27px; }
    .floating-role { left: -5px; }
    .floating-people { right: -5px; }
    .wellbeing-section { padding: 72px 0; }
    .wellbeing-layout { grid-template-columns: 1fr; gap: 48px; }
    .wellbeing-content h2 { font-size: 34px; }
    .wellbeing-lead { font-size: 14px; }
    .wellbeing-benefits { margin-top: 34px; }
    .wellbeing-photos { width: min(100%, 520px); min-height: 330px; margin-inline: auto; }
    .wellbeing-photo { height: 280px; }
    .benefits-section { padding: 72px 0 78px; }
    .benefits-heading { margin-bottom: 38px; }
    .benefits-heading p { font-size: 13px; }
    .desktop-break { display: none; }
    .benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
    .benefit-card { min-height: 230px; padding: 20px 12px; }
    .benefit-icon { width: 38px; height: 38px; margin-bottom: 17px; }
    .benefit-icon svg { width: 23px; height: 23px; }
    .benefit-card h3 { font-size: clamp(13px, 3.2vw, 18px); overflow-wrap: anywhere; }
    .benefit-card p { font-size: clamp(9px, 2.2vw, 12px); line-height: 1.5; }
    .section { padding: 82px 0; }
    .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 37px; }
    .section-heading-action { gap: 17px; }
    .section-heading h2, .process-intro h2, .join-copy h2, .faq-intro h2 { font-size: 38px; }
    .job-card { grid-template-columns: 54px 1fr 40px; gap: 16px; padding: 21px 18px; }
    .job-icon { width: 52px; height: 52px; }
    .job-main h3 { font-size: 17px; }
    .job-main p { font-size: 11px; }
    .job-meta { flex-wrap: wrap; }
    .job-location { font-size: 11px; }
    .job-arrow { width: 38px; height: 38px; }
    .process-layout { grid-template-columns: 1fr; gap: 45px; }
    .process-promise { margin-top: 30px; }
    .process-list li { grid-template-columns: 41px 1fr; gap: 18px; padding: 14px 0; }
    .step-icon { display: none; }
    .selection-hero { padding: 48px 0 52px; }
    .selection-hero h1 { font-size: 34px; }
    .selection-hero-content > p { font-size: 12px; }
    .selection-process { padding: 48px 0 75px; }
    .selection-timeline { grid-template-columns: 1fr; gap: 0; width: min(100%, 320px); margin: 0 auto 42px; }
    .selection-timeline::before { top: 17px; bottom: 17px; left: 17px; right: auto; width: 2px; height: auto; }
    .selection-timeline li { grid-template-columns: 35px 1fr; align-items: start; justify-items: start; gap: 13px; min-height: 58px; text-align: left; }
    .selection-timeline li > strong { padding-top: 8px; font-size: 12px; }
    .selection-cards { grid-template-columns: 1fr; gap: 14px; }
    .selection-card { min-height: 0; padding: 24px 23px; }
    .selection-preparation { padding: 78px 0; }
    .preparation-grid { grid-template-columns: 1fr; gap: 15px; }
    .selection-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
    .jobs-page { overflow: clip; }
    .jobs-page-hero { padding: 46px 0 54px; }
    .jobs-page-hero h1 { margin-bottom: 15px; font-size: clamp(32px, 9.5vw, 40px); overflow-wrap: anywhere; }
    .jobs-page-hero p { font-size: 12px; }
    .job-search { grid-template-columns: 1fr; gap: 0; margin-top: 28px; padding: 7px; border-radius: 15px; }
    .job-search-field { height: 52px; padding-inline: 17px; border-right: 0; border-bottom: 1px solid #ece8e5; }
    .job-department-field { margin-bottom: 8px; border-bottom: 0; }
    .custom-select-menu { left: 0; right: 0; }
    .job-search-button { min-height: 50px; }
    .jobs-board { padding: 64px 0; }
    .jobs-board-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 28px; }
    .jobs-board-heading h2 { font-size: clamp(29px, 8vw, 36px); }
    .job-openings { gap: 12px; }
    .job-opening summary { grid-template-columns: 48px minmax(0, 1fr) 34px; gap: 12px; min-height: 104px; padding: 18px 14px; }
    .job-opening .job-icon { width: 48px; height: 48px; border-radius: 13px; font-size: 11px; }
    .job-opening-title { grid-template-columns: 1fr; gap: 4px; }
    .job-opening-title small { font-size: 8px; line-height: 1.5; overflow-wrap: anywhere; }
    .job-opening-title strong { font-size: 16px; }
    .job-opening-title em { font-size: 9px; text-align: left; }
    .job-opening-requirements { margin-top: 7px; }
    .job-opening-requirements span { padding: 4px 6px; font-size: 8px; }
    .job-opening-toggle { width: 34px; height: 34px; }
    .job-opening-toggle::before, .job-opening-toggle::after { top: 16px; left: 10px; }
    .job-opening-details { grid-template-columns: 1fr; gap: 0; padding: 0 20px 25px; }
    .job-opening-details > div { padding-top: 22px; }
    .job-opening-details .button { width: 100%; margin-top: 20px; }
    .application-guide { padding-bottom: 78px; }
    .application-card { align-items: flex-start; flex-direction: column; gap: 28px; padding: 38px 24px; border-radius: 19px; }
    .application-card h2 { font-size: 30px; }
    .application-actions { width: 100%; }
    .application-actions .button { width: 100%; }
    .join-card { grid-template-columns: 1fr; gap: 45px; padding: 50px 28px; border-radius: 22px; }
    .join-quote { padding: 29px; }
    .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .faq-intro { position: static; }
    .footer-top { grid-template-columns: 1fr; gap: 18px; padding-block: 36px; text-align: center; }
    .footer-top .brand, .back-top { justify-self: center; }
    .footer-top p { margin: 0; }
}

@media (max-height: 650px) {
    .recruitment-notice-header { padding-block: 9px 11px; }
    .recruitment-notice-icon { display: none; }
    .recruitment-notice-header p { font-size: 13px; }
    .recruitment-notice-header h2 { font-size: 15px; line-height: 1.3; }
    .recruitment-notice-content { padding-block: 9px 6px; }
    .recruitment-notice-content > p:first-child,
    .recruitment-notice-content .recruitment-notice-closing { display: none; }
    .recruitment-notice-boxes { margin-top: 6px; }
    .recruitment-notice-footer { padding-block: 6px; }
}

@media (max-width: 420px) {
    .brand { font-size: 16px; }
    .header-logo { width: 155px; }
    .brand-mark { width: 35px; height: 35px; }
    .hero-visual { min-height: 410px; }
    .portrait-area { height: 245px; }
    .person { transform: scale(.85); transform-origin: bottom; }
    .person-one { left: 18px; }
    .person-three { right: 15px; }
    .person-two { transform: translateX(-50%) scale(.93); }
    .floating-people { bottom: 22px; }
    .wellbeing-benefits { grid-template-columns: 1fr; gap: 22px; }
    .wellbeing-photos { min-height: 245px; gap: 9px; }
    .wellbeing-photo { height: 220px; border-radius: 8px; }
    .job-card { grid-template-columns: 1fr 38px; }
    .job-card > .job-icon { display: none; }
    .job-location { grid-column: 1; }
    .job-arrow { grid-column: 2; }
    .jobs-page-hero h1 { font-size: clamp(30px, 9vw, 36px); }
    .job-opening summary { grid-template-columns: 44px minmax(0, 1fr) 32px; gap: 10px; padding: 16px 12px; }
    .job-opening .job-icon { width: 44px; height: 44px; }
    .job-opening-title strong { font-size: 15px; }
    .job-opening-toggle { width: 32px; height: 32px; }
    .job-opening-toggle::before, .job-opening-toggle::after { top: 15px; left: 9px; }
    .job-opening-details { padding-inline: 17px; }
    .footer-bottom { flex-direction: column; justify-content: center; gap: 8px; }
}

/* Homepage hero */
.hero {
    min-height: 0;
    background: #f8f9ff;
}
.hero::before { display: none; }
.hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: clamp(48px, 6vw, 88px);
    min-height: 610px;
    padding-block: 48px;
}
.hero-copy { max-width: 610px; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 13px;
    color: #914417;
    background: #ffdcca;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}
.hero-copy h1 {
    margin: 21px 0 18px;
    color: #0e2338;
    font-size: clamp(36px, 3.5vw, 51px);
    line-height: 1.2;
    letter-spacing: -.04em;
}
.hero-copy h1 em { color: #a94d0a; }
.hero-copy > p {
    max-width: 540px;
    color: #6d5c55;
    font-size: 14px;
    line-height: 1.7;
}
.hero-actions {
    gap: 14px;
    margin-top: 28px;
}
.hero-actions .button {
    min-height: 49px;
    padding-inline: 25px;
    border-radius: 9px;
    font-size: 12px;
}
.hero-status-button {
    color: #172a3c;
    background: transparent;
    border: 1px solid #8d6957;
}
.hero-status-button:hover {
    color: white;
    background: #172a3c;
    border-color: #172a3c;
}
.hero-visual {
    min-height: 0;
    height: 515px;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(29, 48, 73, .11);
}
.hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 55%;
}

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .86fr); gap: 35px; }
    .hero-copy h1 { font-size: clamp(34px, 4.5vw, 43px); }
    .hero-visual { height: 480px; }
}

@media (max-width: 760px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding: 58px 0 64px; }
    .hero-copy h1 { font-size: clamp(35px, 9.5vw, 48px); }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 11px; }
    .hero-actions .button { flex: 1 1 165px; }
    .hero-visual { width: 100%; height: min(110vw, 560px); min-height: 0; margin-inline: auto; }
    .hero-visual img { object-position: center 51%; }
}

@media (max-width: 420px) {
    .hero-grid { padding-top: 46px; }
    .hero-copy h1 { font-size: clamp(32px, 9.7vw, 40px); }
    .hero-copy h1 br { display: none; }
    .hero-actions .button { width: 100%; flex-basis: 100%; }
    .hero-visual { height: 120vw; min-height: 410px; }
}

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

/* Balanced typography across public career pages. */
body { font-size: 15px; }
h1 { font-size: clamp(40px, 5vw, 62px); }
.section-heading h2, .process-intro h2, .join-copy h2, .faq-intro h2 { font-size: clamp(32px, 3.6vw, 46px); }
.wellbeing-content h2, .benefits-heading h2, .preparation-heading h2, .jobs-board-heading h2 { font-size: clamp(30px, 3.2vw, 42px); }
.hero-copy > p { font-size: clamp(15px, 1.5vw, 17px); }
.primary-nav a, .button, .text-link { font-size: 14px; }
.card-caption span, .floating-card small, .job-meta span, .job-requirements span,
.job-opening-requirements span, .selection-kicker, .selection-card li,
.application-process-link, .quote-author small, .footer-bottom { font-size: 10px; }
.process-promise p, .process-list p, .job-opening-title em,
.job-opening-details p, .job-opening-details li, .application-card p,
.quote-author strong { font-size: 12px; }
.job-main p, .job-location, .jobs-note, .selection-back,
.selection-card > p, .preparation-card p { font-size: 13px; }

@media (max-width: 760px) {
    h1, .hero-copy h1 { font-size: clamp(34px, 9vw, 46px); }
    .section-heading h2, .process-intro h2, .join-copy h2, .faq-intro h2 { font-size: clamp(30px, 8vw, 38px); }
}
