/* Kimaya Careers page only. Every selector is scoped to prevent theme bleed. */
body.kfg-careers-page {
  --kfg-careers-ink: #302315;
  --kfg-careers-muted: #786b59;
  --kfg-careers-gold: #d8aa43;
  --kfg-careers-gold-deep: #9a6815;
  --kfg-careers-cream: #fbf6ec;
  --kfg-careers-line: rgba(139, 95, 20, .22);
  background: #fff;
  color: var(--kfg-careers-ink);
  overflow-x: hidden;
}
body.kfg-careers-page .kfgCareersPage { background: #fff; }
body.kfg-careers-page .kfgCareersSection { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
body.kfg-careers-page .kfgCareersEyebrow { color: var(--kfg-careers-gold-deep); font-size: .66rem; font-weight: 800; letter-spacing: .18em; margin: 0; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersButton { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .68rem; font-weight: 800; gap: .75rem; justify-content: center; letter-spacing: .12em; min-height: 48px; padding: .95rem 1.25rem; text-decoration: none; text-transform: uppercase; transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease; }
body.kfg-careers-page .kfgCareersButton:hover, body.kfg-careers-page .kfgCareersButton:focus-visible { transform: translateY(-2px); }
body.kfg-careers-page .kfgCareersButtonGold { background: var(--kfg-careers-gold); box-shadow: 0 14px 30px rgba(118, 76, 9, .2); color: #332414; }
body.kfg-careers-page .kfgCareersButtonGold:hover, body.kfg-careers-page .kfgCareersButtonGold:focus-visible { background: #f0c961; box-shadow: 0 18px 35px rgba(118, 76, 9, .28); color: #332414; }
body.kfg-careers-page .kfgCareersButtonDark { background: var(--kfg-careers-ink); color: #fff; }
body.kfg-careers-page .kfgCareersButtonDark:hover, body.kfg-careers-page .kfgCareersButtonDark:focus-visible { background: var(--kfg-careers-gold-deep); color: #fff; }
body.kfg-careers-page .kfgCareersButtonSmall { min-height: 40px; padding: .7rem .85rem; }
body.kfg-careers-page .kfgCareersButtonMuted { background: #efe8db; border-color: #d8c8aa; color: #8a775d; cursor: not-allowed; }
body.kfg-careers-page .kfgCareersButtonMuted:hover, body.kfg-careers-page .kfgCareersButtonMuted:focus-visible { box-shadow: none; transform: none; }
body.kfg-careers-page .kfgCareersButtonBlock { width: 100%; }
body.kfg-careers-page .kfgCareersTextLink { align-items: center; color: var(--kfg-careers-gold-deep); display: inline-flex; font-size: .68rem; font-weight: 800; gap: .5rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersTextLink:hover, body.kfg-careers-page .kfgCareersTextLink:focus-visible { color: #5c3c08; }
body.kfg-careers-page .kfgCareersTextLinkLight { color: #fff; }
body.kfg-careers-page .kfgCareersTextLinkLight:hover, body.kfg-careers-page .kfgCareersTextLinkLight:focus-visible { color: #f4d991; }

body.kfg-careers-page .kfgCareersHero { background: #3b2a14; color: #fff; min-height: min(780px, 82svh); overflow: hidden; position: relative; }
body.kfg-careers-page .kfgCareersHero > img { height: 100%; inset: 0; object-fit: cover; object-position: center 43%; position: absolute; width: 100%; }
body.kfg-careers-page .kfgCareersHeroShade { background: linear-gradient(90deg, rgba(32, 20, 7, .86), rgba(45, 29, 8, .48) 50%, rgba(37, 23, 6, .12)), linear-gradient(0deg, rgba(27, 18, 5, .78), transparent 55%); inset: 0; position: absolute; }
body.kfg-careers-page .kfgCareersHeroContent { left: clamp(1.5rem, 9vw, 10rem); max-width: 1050px; position: absolute; top: 54%; transform: translateY(-20%); z-index: 1; }
body.kfg-careers-page .kfgCareersHeroContent .kfgCareersEyebrow { color: #f1d27f; }
body.kfg-careers-page .kfgCareersHero h1 { color: #fff; font-size: clamp(3.5rem, 7vw, 7.4rem); letter-spacing: -.045em; line-height: .88; margin: .9rem 0 1.55rem; max-width: 1000px; text-shadow: 0 10px 35px rgba(0,0,0,.28); }
body.kfg-careers-page .kfgCareersHero h1 em { color: #f2d58c; font-style: italic; font-weight: 400; }
body.kfg-careers-page .kfgCareersHeroContent > p:not(.kfgCareersEyebrow) { color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; margin: 0; max-width: 560px; }
body.kfg-careers-page .kfgCareersHeroActions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.35rem; margin-top: 2rem; }
body.kfg-careers-page .kfgCareersHeroStamp { align-items: center; border: 1px solid rgba(255,255,255,.48); bottom: 4.5rem; display: flex; flex-direction: column; height: 150px; justify-content: center; position: absolute; right: clamp(1.25rem, 7vw, 8rem); width: 150px; z-index: 1; }
body.kfg-careers-page .kfgCareersHeroStamp:before, body.kfg-careers-page .kfgCareersHeroStamp:after { background: #e8c768; content: ""; height: 1px; position: absolute; width: 32px; }
body.kfg-careers-page .kfgCareersHeroStamp:before { top: 25px; } body.kfg-careers-page .kfgCareersHeroStamp:after { bottom: 25px; }
body.kfg-careers-page .kfgCareersHeroStamp span { color: rgba(255,255,255,.74); font-size: .55rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersHeroStamp strong { color: #f3d58a; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; margin: .35rem 0; }

body.kfg-careers-page .kfgCareersIntro { display: grid; gap: clamp(2rem, 8vw, 9rem); grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); margin: 0 auto; max-width: 1480px; }
body.kfg-careers-page .kfgCareersIntro h2, body.kfg-careers-page .kfgCareersLife h2, body.kfg-careers-page .kfgCareersSectionHeading h2, body.kfg-careers-page .kfgCareersEoi h2 { color: var(--kfg-careers-ink); font-size: clamp(2.6rem, 5.2vw, 5.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: .7rem 0 0; }
body.kfg-careers-page .kfgCareersIntro > div:last-child { color: var(--kfg-careers-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.85; padding-top: 1.8rem; }
body.kfg-careers-page .kfgCareersIntro > div:last-child p { margin: 0 0 1.2rem; }

body.kfg-careers-page .kfgCareersLife { background: var(--kfg-careers-cream); display: grid; gap: clamp(2.5rem, 7vw, 8rem); grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); margin: 0 auto; max-width: 1600px; scroll-margin-top: 132px; }
body.kfg-careers-page .kfgCareersLifeImage { align-self: center; min-height: 550px; position: relative; }
body.kfg-careers-page .kfgCareersLifeImage img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
body.kfg-careers-page .kfgCareersImageRule { border: 1px solid rgba(255,255,255,.72); inset: 1.2rem; pointer-events: none; position: absolute; }
body.kfg-careers-page .kfgCareersLifeCopy { align-self: center; max-width: 700px; }
body.kfg-careers-page .kfgCareersLifeCopy h2 { margin-bottom: 1.35rem; }
body.kfg-careers-page .kfgCareersLifeCopy > p:not(.kfgCareersEyebrow) { color: var(--kfg-careers-muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.8; margin: 0; }
body.kfg-careers-page .kfgCareersValueGrid { border-top: 1px solid var(--kfg-careers-line); display: grid; gap: 0 1.2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.5rem; }
body.kfg-careers-page .kfgCareersValueGrid article { border-bottom: 1px solid var(--kfg-careers-line); padding: 1.2rem 0 1.35rem; }
body.kfg-careers-page .kfgCareersValueGrid span { color: var(--kfg-careers-gold-deep); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
body.kfg-careers-page .kfgCareersValueGrid h3 { color: var(--kfg-careers-ink); font-size: 1.6rem; font-weight: 400; margin: .45rem 0 .35rem; }
body.kfg-careers-page .kfgCareersValueGrid p { color: var(--kfg-careers-muted); font-size: .88rem; line-height: 1.6; margin: 0; }

body.kfg-careers-page .kfgCareersVacancies { background: #fff; margin: 0 auto; max-width: 1600px; scroll-margin-top: 100px; }
body.kfg-careers-page .kfgCareersSectionHeading { align-items: end; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); margin: 0 auto 3rem; max-width: 1200px; }
body.kfg-careers-page .kfgCareersSectionHeading h2 { margin-bottom: 0; }
body.kfg-careers-page .kfgCareersSectionHeading > p { color: var(--kfg-careers-muted); line-height: 1.75; margin: 0; max-width: 420px; }
body.kfg-careers-page .kfgCareersFilterPanel { align-items: end; background: #f5eee2; border: 1px solid rgba(149,101,16,.16); display: grid; gap: 1rem; grid-template-columns: minmax(180px, 1.25fr) minmax(220px, 1.65fr) repeat(4, minmax(120px, 1fr)) auto; margin: 0 auto; max-width: 1380px; padding: 1rem; position: sticky; top: 91px; z-index: 4; }
body.kfg-careers-page .kfgCareersFilterIntro { align-items: center; display: flex; gap: .75rem; }
body.kfg-careers-page .kfgCareersFilterIcon { align-items: center; border: 1px solid var(--kfg-careers-line); color: var(--kfg-careers-gold-deep); display: flex; font-size: 1.25rem; height: 38px; justify-content: center; width: 38px; }
body.kfg-careers-page .kfgCareersFilterIntro strong, body.kfg-careers-page .kfgCareersFilterIntro span:last-child { display: block; }
body.kfg-careers-page .kfgCareersFilterIntro strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 400; }
body.kfg-careers-page .kfgCareersFilterIntro span:last-child { color: var(--kfg-careers-muted); font-size: .68rem; margin-top: .2rem; }
body.kfg-careers-page .kfgCareersFilterPanel label { display: grid; gap: .35rem; }
body.kfg-careers-page .kfgCareersFilterPanel label > span { color: var(--kfg-careers-muted); font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersFilterPanel select, body.kfg-careers-page .kfgCareersSearch input { background: rgba(255,255,255,.8); border: 1px solid rgba(149,101,16,.28); border-radius: 0; color: var(--kfg-careers-ink); font: inherit; font-size: .82rem; min-height: 42px; min-width: 0; outline: 0; padding: .6rem .7rem; width: 100%; }
body.kfg-careers-page .kfgCareersFilterPanel select:focus, body.kfg-careers-page .kfgCareersSearch input:focus { border-color: var(--kfg-careers-gold-deep); box-shadow: 0 0 0 3px rgba(216,170,67,.22); }
body.kfg-careers-page .kfgCareersSearch { position: relative; }
body.kfg-careers-page .kfgCareersSearch input { padding-right: 2.2rem; }
body.kfg-careers-page .kfgCareersSearch > span:last-child { color: var(--kfg-careers-gold-deep); font-size: 1.15rem; pointer-events: none; position: absolute; right: .7rem; top: .48rem; }
body.kfg-careers-page .kfgCareersClear { align-self: end; background: transparent; border: 0; color: var(--kfg-careers-gold-deep); cursor: pointer; font-size: .61rem; font-weight: 800; letter-spacing: .1em; min-height: 42px; padding: .5rem; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersClear:hover, body.kfg-careers-page .kfgCareersClear:focus-visible { color: var(--kfg-careers-ink); text-decoration: underline; }
body.kfg-careers-page .kfgCareersResultsBar { align-items: center; display: flex; justify-content: space-between; margin: 1.6rem auto 1.1rem; max-width: 1380px; }
body.kfg-careers-page .kfgCareersResultsBar p { color: var(--kfg-careers-muted); font-size: .75rem; margin: 0; }
body.kfg-careers-page .kfgCareersResultsBar strong { color: var(--kfg-careers-ink); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; margin-right: .25rem; }
body.kfg-careers-page .kfgCareersResultsHint { font-size: .65rem !important; letter-spacing: .08em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersSyncNote { color: var(--kfg-careers-muted); font-size: .68rem; letter-spacing: .04em; margin: 0 auto 1.2rem; max-width: 1380px; }
body.kfg-careers-page .kfgCareersGrid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1380px; }
body.kfg-careers-page .kfgCareersGroupHeading { border-bottom: 1px solid var(--kfg-careers-line); border-top: 1px solid var(--kfg-careers-line); grid-column: 1 / -1; margin-top: 1.25rem; padding: 1.35rem 0 1.25rem; }
body.kfg-careers-page .kfgCareersGroupHeading[hidden] { display: none; }
body.kfg-careers-page .kfgCareersGroupHeading .kfgCareersEyebrow { margin-bottom: .45rem; }
body.kfg-careers-page .kfgCareersGroupHeading h3 { color: var(--kfg-careers-ink); font-family: Georgia, serif; font-size: clamp(1.7rem, 2.7vw, 2.6rem); font-weight: 400; line-height: 1.08; margin: 0; }
body.kfg-careers-page .kfgCareersGroupHeading > p:last-child { color: var(--kfg-careers-muted); font-size: .82rem; line-height: 1.6; margin: .55rem 0 0; }
body.kfg-careers-page .kfgCareersCard { background: #fff; border: 1px solid rgba(149,101,16,.22); display: flex; flex-direction: column; min-width: 0; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
body.kfg-careers-page .kfgCareersCard[data-career-modal-card] { cursor: pointer; }
body.kfg-careers-page .kfgCareersCardRemote { background: linear-gradient(180deg, #fffdf8, #fff); }
body.kfg-careers-page .kfgCareersCard:hover { border-color: rgba(149,101,16,.55); box-shadow: 0 20px 55px rgba(88,56,9,.1); transform: translateY(-4px); }
body.kfg-careers-page .kfgCareersCard[hidden] { display: none; }
body.kfg-careers-page .kfgCareersCardTop { align-items: center; border-bottom: 1px solid rgba(149,101,16,.16); display: flex; gap: .75rem; justify-content: space-between; min-height: 43px; padding: 0 1.25rem; }
body.kfg-careers-page .kfgCareersRoleLabel, body.kfg-careers-page .kfgCareersClosing { font-size: .55rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersRoleLabel { color: var(--kfg-careers-gold-deep); }
body.kfg-careers-page .kfgCareersClosing { color: var(--kfg-careers-muted); text-align: right; }
body.kfg-careers-page .kfgCareersCardBody { flex: 1; padding: 1.5rem 1.25rem 1.25rem; }
body.kfg-careers-page .kfgCareersBrand { color: var(--kfg-careers-gold-deep); font-size: .62rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 .65rem; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersCard h3 { font-size: clamp(1.65rem, 2.1vw, 2.25rem); font-weight: 400; line-height: 1.03; margin: 0; }
body.kfg-careers-page .kfgCareersCard h3 a { color: var(--kfg-careers-ink); text-decoration: none; }
body.kfg-careers-page .kfgCareersCard h3 a:hover, body.kfg-careers-page .kfgCareersCard h3 a:focus-visible { color: var(--kfg-careers-gold-deep); }
body.kfg-careers-page .kfgCareersMeta { border-bottom: 1px solid rgba(149,101,16,.16); display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin-top: 1.25rem; padding-bottom: 1rem; }
body.kfg-careers-page .kfgCareersMeta span { color: var(--kfg-careers-muted); font-size: .68rem; }
body.kfg-careers-page .kfgCareersMeta span:not(:last-child):after { color: var(--kfg-careers-gold); content: "•"; margin-left: 1rem; }
body.kfg-careers-page .kfgCareersSummary { color: var(--kfg-careers-muted); font-size: .88rem; line-height: 1.7; margin: 1.1rem 0 0; }
body.kfg-careers-page .kfgCareersCardActions { align-items: center; border-top: 1px solid rgba(149,101,16,.16); display: flex; gap: 1rem; justify-content: space-between; padding: 1rem 1.25rem; }
body.kfg-careers-page .kfgCareersCardActions .kfgCareersTextLink { font-size: .59rem; }
body.kfg-careers-page .kfgCareersEmpty { background: var(--kfg-careers-cream); border: 1px solid rgba(149,101,16,.22); margin: 1rem auto 0; max-width: 800px; padding: clamp(2.5rem, 7vw, 5rem); text-align: center; }
body.kfg-careers-page .kfgCareersEmptyMark { color: var(--kfg-careers-gold); display: block; font-size: 2.3rem; margin-bottom: 1rem; }
body.kfg-careers-page .kfgCareersEmpty h3 { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.1; margin: .7rem 0 1rem; }
body.kfg-careers-page .kfgCareersEmpty > p:not(.kfgCareersEyebrow) { color: var(--kfg-careers-muted); line-height: 1.7; margin: 0 auto; max-width: 540px; }
body.kfg-careers-page .kfgCareersEmpty > div { align-items: center; display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; margin-top: 1.5rem; }
body.kfg-careers-page .kfgCareersNoVacancies { margin-top: 1rem; }

body.kfg-careers-page .kfgCareersEoi { background: #332515; color: #fff; display: grid; gap: 2rem; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); margin: 0 auto; max-width: 1600px; overflow: hidden; position: relative; }
body.kfg-careers-page .kfgCareersEoi:before { border: 1px solid rgba(241,211,127,.3); content: ""; inset: 1.1rem; pointer-events: none; position: absolute; }
body.kfg-careers-page .kfgCareersEoiOrb { background: radial-gradient(circle, rgba(227,186,80,.48), rgba(227,186,80,0) 68%); height: 540px; left: -12%; position: absolute; top: -45%; width: 540px; }
body.kfg-careers-page .kfgCareersEoiCopy, body.kfg-careers-page .kfgCareersEoiAction { position: relative; z-index: 1; }
body.kfg-careers-page .kfgCareersEoiCopy { max-width: 760px; }
body.kfg-careers-page .kfgCareersEoi .kfgCareersEyebrow { color: #f1d27f; }
body.kfg-careers-page .kfgCareersEoi h2 { color: #fff; margin-bottom: 1.2rem; }
body.kfg-careers-page .kfgCareersEoiCopy > p:last-child { color: rgba(255,255,255,.77); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.8; margin: 0; max-width: 620px; }
body.kfg-careers-page .kfgCareersEoiAction { align-self: center; border-left: 1px solid rgba(255,255,255,.24); padding: 1.5rem 0 1.5rem clamp(1.5rem, 5vw, 4rem); }
body.kfg-careers-page .kfgCareersEoiAction > p { color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.6; margin: 0 0 1.25rem; max-width: 540px; }
body.kfg-careers-page .kfgCareersEoiForm { display: grid; gap: 1rem; max-width: 650px; }
body.kfg-careers-page .kfgCareersEoiForm label { color: #f8eedc; display: grid; font-size: .62rem; font-weight: 800; gap: .4rem; letter-spacing: .1em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersEoiForm input:not([type="checkbox"]), body.kfg-careers-page .kfgCareersEoiForm textarea, body.kfg-careers-page .kfgCareersEoiForm select { background: rgba(255,255,255,.97); border: 1px solid rgba(241,211,127,.48); border-radius: 0; color: var(--kfg-careers-ink); font: inherit; font-size: .86rem; font-weight: 400; letter-spacing: 0; min-height: 44px; outline: 0; padding: .7rem; text-transform: none; width: 100%; }
body.kfg-careers-page .kfgCareersEoiForm textarea { min-height: 128px; resize: vertical; }
body.kfg-careers-page .kfgCareersEoiForm input[type="file"] { padding: .55rem; }
body.kfg-careers-page .kfgCareersEoiForm input:focus, body.kfg-careers-page .kfgCareersEoiForm textarea:focus, body.kfg-careers-page .kfgCareersEoiForm select:focus { border-color: #f1d27f; box-shadow: 0 0 0 3px rgba(241,211,127,.22); }
body.kfg-careers-page .kfgCareersEoiForm label > span { color: rgba(255,255,255,.65); font-size: .65rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
body.kfg-careers-page .kfgCareersEoiForm .kfgCareersConsent { align-items: flex-start; display: flex; font-size: .7rem; gap: .65rem; letter-spacing: 0; line-height: 1.45; text-transform: none; }
body.kfg-careers-page .kfgCareersEoiForm .kfgCareersConsent input { accent-color: var(--kfg-careers-gold); margin: .15rem 0 0; }
body.kfg-careers-page .kfgCareersEoiForm .kfgCareersButton { justify-self: start; }
body.kfg-careers-page .kfgCareersEoiNotice { background: rgba(255,255,255,.1); border-left: 3px solid #f1d27f; display: grid; gap: .25rem; margin: 0 0 1rem; max-width: 650px; padding: .9rem 1rem; }
body.kfg-careers-page .kfgCareersEoiNotice strong { color: #fff; font-size: .78rem; }
body.kfg-careers-page .kfgCareersEoiNotice span { color: rgba(255,255,255,.72); font-size: .74rem; line-height: 1.5; }
body.kfg-careers-page .kfgCareersEoiNoticeSuccess { border-left-color: #9fc69c; }
body.kfg-careers-page .kfgCareersNote { background: #f5eee2; margin: 0 auto; max-width: 1600px; padding-bottom: 1.3rem !important; padding-top: 1.3rem !important; }
body.kfg-careers-page .kfgCareersNote p:last-child { color: var(--kfg-careers-muted); font-size: .74rem; line-height: 1.6; margin: .4rem 0 0; max-width: 920px; }

body.kfg-careers-page .kfgCareersSingle { margin: 0 auto; max-width: 1600px; padding: 2rem clamp(1.25rem, 7vw, 8rem) clamp(5rem, 9vw, 9rem); }
body.kfg-careers-page .kfgCareersSingleBack { margin-bottom: 3rem; }
body.kfg-careers-page .kfgCareersSingleGrid { display: grid; gap: clamp(3rem, 8vw, 9rem); grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); margin: 0 auto; max-width: 1240px; }
body.kfg-careers-page .kfgCareersSingleIntro { border-bottom: 1px solid var(--kfg-careers-line); padding-bottom: 2.1rem; }
body.kfg-careers-page .kfgCareersSingleIntro h2 { color: var(--kfg-careers-ink); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; margin: .7rem 0 1.2rem; }
body.kfg-careers-page .kfgCareersLead { color: var(--kfg-careers-muted); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.75; margin: 0; }
body.kfg-careers-page .kfgCareersProse { color: #514638; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.85; padding-top: 2rem; }
body.kfg-careers-page .kfgCareersProse h2, body.kfg-careers-page .kfgCareersProse h3 { color: var(--kfg-careers-ink); font-family: Georgia, serif; font-weight: 400; line-height: 1.1; }
body.kfg-careers-page .kfgCareersProse img { height: auto; max-width: 100%; }
body.kfg-careers-page .kfgCareersDetailSection { border-top: 1px solid var(--kfg-careers-line); margin-top: 3rem; padding-top: 1.4rem; }
body.kfg-careers-page .kfgCareersList { color: #514638; font-family: inherit; line-height: 1.75; margin: 1rem 0 0; padding-left: 1.3rem; }
body.kfg-careers-page .kfgCareersList li { margin: .5rem 0; padding-left: .25rem; }
body.kfg-careers-page .kfgCareersList li::marker { color: var(--kfg-careers-gold-deep); }
body.kfg-careers-page .kfgCareersPrivacy { border-left: 3px solid var(--kfg-careers-gold); color: var(--kfg-careers-muted); font-size: .78rem; line-height: 1.65; margin-top: 3rem; padding-left: 1rem; }
body.kfg-careers-page .kfgCareersSingleAside { position: relative; }
body.kfg-careers-page .kfgCareersFactCard { background: var(--kfg-careers-cream); border: 1px solid rgba(149,101,16,.24); padding: 1.6rem; position: sticky; top: 110px; }
body.kfg-careers-page .kfgCareersFactCard dl { margin: 1.2rem 0 1.5rem; }
body.kfg-careers-page .kfgCareersFactCard dl > div { border-top: 1px solid var(--kfg-careers-line); display: grid; gap: .8rem; grid-template-columns: .8fr 1.2fr; padding: .9rem 0; }
body.kfg-careers-page .kfgCareersFactCard dt { color: var(--kfg-careers-muted); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersFactCard dd { color: var(--kfg-careers-ink); font-size: .84rem; line-height: 1.4; margin: 0; }
body.kfg-careers-page .kfgCareersAsideNote { border-top: 1px solid var(--kfg-careers-line); margin-top: 1.5rem; padding-top: 1.5rem; }
body.kfg-careers-page .kfgCareersAsideNote p:not(.kfgCareersEyebrow) { color: var(--kfg-careers-muted); font-size: .82rem; line-height: 1.65; margin: .6rem 0 1rem; }
body.kfg-careers-page .kfgCareersClosedNotice { align-items: center; background: #f5eee2; border-left: 3px solid var(--kfg-careers-gold-deep); display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; justify-content: space-between; margin: 0 auto 2.5rem; max-width: 1240px; padding: 1rem 1.2rem; }
body.kfg-careers-page .kfgCareersClosedNotice strong { font-size: .82rem; font-weight: 600; }
body.kfg-careers-page .kfgCareersClosedNotice a { color: var(--kfg-careers-gold-deep); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

body.kfg-careers-page.kfg-careers-modal-open { overflow: hidden; }
body.kfg-careers-page .kfgCareersModal { background: transparent; border: 0; max-height: none; max-width: min(920px, calc(100vw - 2rem)); overflow: visible; padding: 1rem; width: 100%; }
body.kfg-careers-page .kfgCareersModal::backdrop { background: rgba(30, 20, 8, .72); backdrop-filter: blur(5px); }
body.kfg-careers-page .kfgCareersModalPanel { background: #fffdf8; box-shadow: 0 30px 90px rgba(20, 12, 3, .4); max-height: min(82vh, 850px); overflow: hidden; position: relative; }
body.kfg-careers-page .kfgCareersModalScroll { max-height: inherit; overflow-y: auto; overscroll-behavior: contain; padding: clamp(2rem, 5vw, 4.25rem); }
body.kfg-careers-page .kfgCareersModalClose { align-items: center; background: var(--kfg-careers-ink); border: 0; color: #fff; cursor: pointer; display: flex; font-size: 1.65rem; height: 42px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: .85rem; top: .85rem; width: 42px; z-index: 2; }
body.kfg-careers-page .kfgCareersModalClose:hover, body.kfg-careers-page .kfgCareersModalClose:focus-visible { background: var(--kfg-careers-gold-deep); outline: 0; }
body.kfg-careers-page .kfgCareersModalContent > h2 { color: var(--kfg-careers-ink); font-size: clamp(2.2rem, 5vw, 4.25rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: .7rem 3rem 2rem 0; }
body.kfg-careers-page .kfgCareersModalFacts { border-bottom: 1px solid var(--kfg-careers-line); border-top: 1px solid var(--kfg-careers-line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 2.1rem; }
body.kfg-careers-page .kfgCareersModalFacts > div { border-right: 1px solid var(--kfg-careers-line); display: grid; gap: .35rem; min-height: 74px; padding: .9rem 1rem; }
body.kfg-careers-page .kfgCareersModalFacts > div:first-child { padding-left: 0; }
body.kfg-careers-page .kfgCareersModalFacts > div:nth-child(3n) { border-right: 0; }
body.kfg-careers-page .kfgCareersModalFacts span { color: var(--kfg-careers-gold-deep); font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersModalFacts strong { color: var(--kfg-careers-ink); font-size: .84rem; font-weight: 600; line-height: 1.35; }
body.kfg-careers-page .kfgCareersModalProse { color: #514638; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; line-height: 1.8; }
body.kfg-careers-page .kfgCareersModalProse > :first-child { margin-top: 0; }
body.kfg-careers-page .kfgCareersModalProse h2, body.kfg-careers-page .kfgCareersModalProse h3, body.kfg-careers-page .kfgCareersModalProse h4 { color: var(--kfg-careers-ink); font-family: Georgia, serif; font-weight: 400; line-height: 1.12; }
body.kfg-careers-page .kfgCareersModalProse h2, body.kfg-careers-page .kfgCareersModalProse h3 { font-size: 1.55rem; margin: 2rem 0 .8rem; }
body.kfg-careers-page .kfgCareersModalProse a { color: var(--kfg-careers-gold-deep); }
body.kfg-careers-page .kfgCareersModalProse ul, body.kfg-careers-page .kfgCareersModalProse ol { margin: 1rem 0 1.4rem; padding-left: 1.35rem; }
body.kfg-careers-page .kfgCareersModalProse li { margin: .45rem 0; padding-left: .2rem; }
body.kfg-careers-page .kfgCareersModalProse li::marker { color: var(--kfg-careers-gold-deep); }
body.kfg-careers-page .kfgCareersModalActions { align-items: center; border-top: 1px solid var(--kfg-careers-line); display: flex; flex-wrap: wrap; gap: 1rem 1.35rem; margin-top: 2.5rem; padding-top: 1.4rem; }
body.kfg-careers-page .kfgCareersModalPending { color: var(--kfg-careers-muted); font-size: .73rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersApplicationNotice { align-items: flex-start; background: #f5eee2; border-left: 3px solid var(--kfg-careers-gold-deep); display: grid; gap: .25rem; margin: 1.2rem auto 0; max-width: 1380px; padding: 1rem 1.1rem; }
body.kfg-careers-page .kfgCareersApplicationNotice strong { color: var(--kfg-careers-ink); font-size: .82rem; }
body.kfg-careers-page .kfgCareersApplicationNotice span { color: var(--kfg-careers-muted); font-size: .77rem; line-height: 1.55; }
body.kfg-careers-page .kfgCareersApplicationNoticeSuccess { background: #edf4ed; border-left-color: #5a7b58; }
body.kfg-careers-page .kfgCareersApplicationForm { background: #f5eee2; border: 1px solid rgba(149,101,16,.22); margin-top: 2.5rem; padding: clamp(1.25rem, 3vw, 2rem); }
body.kfg-careers-page .kfgCareersApplicationForm h3 { color: var(--kfg-careers-ink); font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 400; line-height: 1.1; margin: .45rem 0 .65rem; }
body.kfg-careers-page .kfgCareersApplicationForm > p:not(.kfgCareersEyebrow) { color: var(--kfg-careers-muted); font-size: .84rem; line-height: 1.6; margin: 0 0 1.4rem; }
body.kfg-careers-page .kfgCareersApplicationForm form { display: grid; gap: 1rem; }
body.kfg-careers-page .kfgCareersFormGrid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.kfg-careers-page .kfgCareersApplicationForm label { color: var(--kfg-careers-ink); display: grid; font-size: .68rem; font-weight: 800; gap: .4rem; letter-spacing: .08em; text-transform: uppercase; }
body.kfg-careers-page .kfgCareersApplicationForm input:not([type="checkbox"]), body.kfg-careers-page .kfgCareersApplicationForm textarea { background: #fff; border: 1px solid rgba(149,101,16,.28); border-radius: 0; color: var(--kfg-careers-ink); font: inherit; font-size: .86rem; font-weight: 400; letter-spacing: 0; min-height: 44px; outline: 0; padding: .7rem; text-transform: none; width: 100%; }
body.kfg-careers-page .kfgCareersApplicationForm textarea { min-height: 128px; resize: vertical; }
body.kfg-careers-page .kfgCareersApplicationForm input[type="file"] { padding: .55rem; }
body.kfg-careers-page .kfgCareersApplicationForm input:focus, body.kfg-careers-page .kfgCareersApplicationForm textarea:focus { border-color: var(--kfg-careers-gold-deep); box-shadow: 0 0 0 3px rgba(216,170,67,.22); }
body.kfg-careers-page .kfgCareersApplicationForm label > span { color: var(--kfg-careers-muted); font-size: .65rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
body.kfg-careers-page .kfgCareersApplicationForm .kfgCareersConsent { align-items: flex-start; display: flex; font-size: .7rem; gap: .65rem; letter-spacing: 0; line-height: 1.45; text-transform: none; }
body.kfg-careers-page .kfgCareersConsent input { accent-color: var(--kfg-careers-gold-deep); margin: .15rem 0 0; }
body.kfg-careers-page .kfgCareersApplicationForm .kfgCareersButton { justify-self: start; }
body.kfg-careers-page .kfgCareersFormTrap { height: 0; margin: 0; overflow: hidden; position: absolute; width: 0; }

@media (max-width: 1180px) {
  body.kfg-careers-page .kfgCareersFilterPanel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.kfg-careers-page .kfgCareersFilterIntro { grid-column: span 1; }
  body.kfg-careers-page .kfgCareersSearch { grid-column: span 2; }
  body.kfg-careers-page .kfgCareersClear { justify-self: start; }
}
@media (max-width: 900px) {
  body.kfg-careers-page .kfgCareersIntro, body.kfg-careers-page .kfgCareersLife, body.kfg-careers-page .kfgCareersEoi, body.kfg-careers-page .kfgCareersSingleGrid { grid-template-columns: 1fr; }
  body.kfg-careers-page .kfgCareersLifeImage { min-height: 440px; }
  body.kfg-careers-page .kfgCareersLifeCopy { max-width: none; }
  body.kfg-careers-page .kfgCareersGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.kfg-careers-page .kfgCareersEoiAction { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); padding-left: 0; padding-top: 2rem; }
  body.kfg-careers-page .kfgCareersFactCard { position: static; }
}
@media (max-width: 620px) {
  body.kfg-careers-page .kfgCareersSection { padding-bottom: 4.5rem; padding-top: 4.5rem; }
  body.kfg-careers-page .kfgCareersHero { min-height: 690px; }
  body.kfg-careers-page .kfgCareersHeroContent { bottom: 3.7rem; left: 1.25rem; max-width: calc(100% - 2.5rem); top: auto; transform: none; }
  body.kfg-careers-page .kfgCareersHero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  body.kfg-careers-page .kfgCareersHeroStamp { display: none; }
  body.kfg-careers-page .kfgCareersHeroActions { align-items: flex-start; flex-direction: column; }
  body.kfg-careers-page .kfgCareersIntro > div:last-child { padding-top: 0; }
  body.kfg-careers-page .kfgCareersLifeImage { min-height: 360px; }
  body.kfg-careers-page .kfgCareersValueGrid, body.kfg-careers-page .kfgCareersGrid { grid-template-columns: 1fr; }
  body.kfg-careers-page .kfgCareersSectionHeading { display: block; }
  body.kfg-careers-page .kfgCareersSectionHeading > p { margin-top: 1.2rem; }
  body.kfg-careers-page .kfgCareersFilterPanel { display: block; padding: .8rem; position: static; }
  body.kfg-careers-page .kfgCareersFilterIntro, body.kfg-careers-page .kfgCareersSearch, body.kfg-careers-page .kfgCareersFilterPanel label { margin-bottom: .75rem; }
  body.kfg-careers-page .kfgCareersClear { min-height: 30px; padding-left: 0; }
  body.kfg-careers-page .kfgCareersResultsBar { align-items: flex-start; flex-direction: column; gap: .5rem; }
  body.kfg-careers-page .kfgCareersCardActions { align-items: flex-start; flex-direction: column; }
  body.kfg-careers-page .kfgCareersCardActions .kfgCareersButtonSmall { width: 100%; }
  body.kfg-careers-page .kfgCareersModal { max-width: calc(100vw - 1rem); padding: .5rem; }
  body.kfg-careers-page .kfgCareersModalPanel { max-height: 90vh; }
  body.kfg-careers-page .kfgCareersModalScroll { padding: 1.5rem 1.25rem 2rem; }
  body.kfg-careers-page .kfgCareersModalContent > h2 { font-size: 2.25rem; margin-right: 2.6rem; }
  body.kfg-careers-page .kfgCareersModalFacts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.kfg-careers-page .kfgCareersModalFacts > div { border-bottom: 1px solid var(--kfg-careers-line); border-right: 0; padding-left: 0; }
  body.kfg-careers-page .kfgCareersModalActions { align-items: flex-start; flex-direction: column; }
  body.kfg-careers-page .kfgCareersModalActions .kfgCareersButton { width: 100%; }
  body.kfg-careers-page .kfgCareersFormGrid { grid-template-columns: 1fr; }
  body.kfg-careers-page .kfgCareersApplicationForm .kfgCareersButton { width: 100%; }
  body.kfg-careers-page .kfgCareersEoiForm .kfgCareersButton { width: 100%; }
  body.kfg-careers-page .kfgCareersSingle { padding-top: 1.5rem; }
  body.kfg-careers-page .kfgCareersFactCard dl > div { grid-template-columns: 1fr; gap: .25rem; }
}
