:root {
  --yellow: #f5b800;
  --yellow-light: #ffd45a;
  --ink: #20262b;
  --ink-soft: #303940;
  --muted: #5d6871;
  --line: #dfe3e5;
  --surface: #f4f5f3;
  --white: #fff;
  --radius: 4px;
  --shadow: 0 14px 40px rgba(24, 31, 37, .09);
  --content: 1500px;
  --header-content: 1750px;
  --footer-content: 1350px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { line-height: 1.16; }
:focus-visible { outline: 3px solid #1268a8; outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.utility-bar .container, .site-header .container { --content: var(--header-content); }
.site-footer .container { --content: var(--footer-content); }
.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; z-index: 1000; top: 10px; left: 10px; padding: 10px 15px; color: #fff; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.kicker, .eyebrow { display: block; margin-bottom: 9px; color: #8a6700; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kicker-light { color: var(--yellow-light); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border: 2px solid transparent; border-radius: var(--radius); font-weight: 800; line-height: 1.2; text-align: center; }
.button-dark { color: #fff; background: var(--ink-soft); }
.button-light { color: var(--ink); background: var(--yellow); }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button:hover { transform: translateY(-1px); }
.text-link { color: #4d3a00; font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }

.utility-bar { color: #c7cdd1; background: #171c20; font-size: .78rem; }
.utility-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner nav { display: flex; gap: 24px; }
.utility-inner a:hover { color: var(--yellow-light); }
.site-header { position: relative; z-index: 20; background: #fff; }
.header-inner { display: flex; min-height: 100px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 305px; line-height: 1; }
.brand-logo { width: 54px; height: 54px; flex: none; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 1.05rem; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.brand small { margin-top: 7px; color: #6e7880; font-size: .68rem; font-weight: 800; letter-spacing: .34em; text-transform: uppercase; }
.header-search { display: flex; width: 100%; max-width: 520px; min-height: 48px; border: 1px solid #cfd5d9; margin-left: auto; background: #fff; }
.header-search:focus-within { border-color: #9e7600; box-shadow: 0 0 0 3px rgba(245, 184, 0, .22); }
.header-search input { min-width: 0; flex: 1; padding: 0 16px; border: 0; outline: 0; }
.header-search button { padding: 0 18px; border: 0; color: #171c20; background: var(--yellow); font-weight: 800; }
.menu-toggle { display: none; min-width: 78px; min-height: 44px; border: 0; color: #fff; background: var(--ink-soft); font-weight: 800; }
.main-nav { color: #fff; border-bottom: 4px solid var(--yellow); background: var(--ink-soft); }
.nav-links { display: flex; min-height: 58px; align-items: stretch; }
.nav-links a { display: flex; align-items: center; padding: 0 25px; border-right: 1px solid rgba(255, 255, 255, .08); font-size: .78rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #171c20; background: var(--yellow); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(116deg, #242b31 0 64%, #303940 64%); }
.hero::before { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 1px, transparent 1px 18px); content: ""; }
.hero-grid { position: relative; display: grid; min-height: 540px; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); align-items: center; gap: 70px; padding-block: 40px; }
.hero h1 { max-width: 760px; margin: 16px 0 20px; font-size: clamp(2.45rem, 5vw, 4.25rem); font-weight: 900; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 720px; margin: 0; color: #d0d6da; font-size: 1.18rem; }
.hero-search { display: flex; max-width: 690px; min-height: 60px; margin-top: 30px; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.hero-search input { min-width: 0; flex: 1; padding: 0 20px; border: 0; outline: 0; }
.hero-search button { padding: 0 24px; border: 0; color: #171c20; background: var(--yellow); font-weight: 900; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 16px; color: #aab3ba; font-size: .83rem; }
.quick-links a { color: #fff; border-bottom: 1px dotted #fff; }
.hero-panel { display: grid; grid-template-columns: 1fr; gap: 14px; padding-left: 34px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-photo { height: 220px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-tool { display: grid; height: 150px; place-items: center; border: 1px solid rgba(255,255,255,.1); color: var(--yellow); font-size: 5.5rem; background: rgba(255,255,255,.025); }
.hero-panel div { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 12px; }
.hero-panel strong { color: var(--yellow); font-size: 2rem; line-height: 1; }
.hero-panel div span { color: #c3cbd0; font-size: .86rem; line-height: 1.35; }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 104px; align-items: center; gap: 14px; padding: 20px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 1px solid var(--line); }
.trust-grid > div > span { color: #8a6700; font-size: 1.65rem; font-weight: 900; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .9rem; }

.section { padding-block: 76px; }
.section-muted { background: var(--surface); }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; }
.section-header h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.section-header p { max-width: 690px; margin: 8px 0 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-bottom: 4px solid var(--yellow); background: #fff; box-shadow: 0 8px 25px rgba(25,32,38,.05); }
.category-card:hover { border-color: #caa01b; transform: translateY(-3px); box-shadow: var(--shadow); }
.category-card > span { font-size: 2rem; }
.category-card h3 { margin: 34px 0 8px; font-size: 1.25rem; }
.category-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.store-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.store-card, .directory-card, .brand-card { padding: 24px; border: 1px solid var(--line); background: #fff; }
.store-card { display: flex; min-height: 225px; flex-direction: column; }
.store-card-top { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; }
.store-logo-wrap { display: grid; width: 118px; height: 52px; place-items: center; }
.store-logo-wrap img { max-width: 112px; max-height: 46px; }
.store-monogram { display: grid; width: 48px; height: 48px; place-items: center; color: #20262b; background: var(--yellow); font-size: 1.25rem; font-weight: 900; }
.card-label { color: #785a00; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.store-card h3 { margin: 10px 0 7px; font-size: 1.18rem; }
.store-card p { margin: 0 0 18px; color: var(--muted); font-size: .88rem; }
.store-card a, .directory-card > a, .brand-card > a, .guide-card a { margin-top: auto; color: #594300; font-weight: 800; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-grid-featured { grid-template-columns: repeat(3, 1fr); }
.guide-card { display: grid; min-height: 220px; grid-template-columns: 78px 1fr; gap: 20px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.guide-icon { display: grid; width: 70px; height: 70px; place-items: center; background: var(--yellow); font-size: 2rem; }
.guide-card > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.guide-card h3 { margin: 10px 0; font-size: 1.18rem; }
.guide-card p { margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.cta-band { padding-block: 56px; color: #fff; background: var(--ink-soft); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-inner h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.cta-inner p { max-width: 760px; margin: 8px 0 0; color: #d0d6da; }

.page-hero, .article-hero { position: relative; overflow: hidden; padding-block: 66px; color: #fff; background: var(--ink-soft); }
.page-hero::after, .article-hero::after { position: absolute; right: -90px; bottom: -170px; width: 430px; height: 430px; border: 70px solid rgba(245,184,0,.09); border-radius: 50%; content: ""; }
.page-hero-small { padding-block: 48px; }
.page-hero h1 { position: relative; z-index: 1; max-width: 850px; margin: 10px 0 12px; font-size: clamp(2.1rem, 4.5vw, 3.5rem); letter-spacing: -.045em; }
.page-hero p { position: relative; z-index: 1; max-width: 760px; margin: 0; color: #cbd2d6; font-size: 1.08rem; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 70px; }
.page-hero-grid figure { height: 290px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: 18px 18px 0 rgba(245,184,0,.12); }
.page-hero-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-with-media { padding-block: 54px; }
.breadcrumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; color: #bbc4c9; font-size: .78rem; }
.breadcrumbs a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.filter-panel { display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: end; gap: 16px; padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.filter-panel div { display: flex; flex-direction: column; gap: 7px; }
.filter-panel label { font-size: .78rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.filter-panel input, .filter-panel select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #bcc5ca; border-radius: 0; color: var(--ink); background: #fff; }
.results-header { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 20px; }
.results-header h2 { margin: 0; font-size: 1.2rem; }
.results-header p { margin: 0; color: var(--muted); font-size: .88rem; }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.directory-card { display: flex; min-height: 310px; flex-direction: column; }
.directory-card header, .brand-card header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.directory-card header { justify-content: flex-start; }
.directory-initial, .directory-logo { display: grid; width: 72px; height: 58px; place-items: center; flex: none; }
.directory-initial { color: #2d2d2d; background: var(--yellow); font-size: 1.45rem; font-weight: 900; }
.directory-logo { padding: 5px; border: 1px solid var(--line); background: #fff; }
.directory-logo img { max-width: 62px; max-height: 46px; }
.directory-card h3, .brand-card h3 { margin: 5px 0 0; font-size: 1.17rem; }
.directory-card > p, .brand-card > p { color: var(--muted); font-size: .9rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 2px 0 20px; list-style: none; }
.tag-list li { padding: 4px 8px; color: #4f5960; background: #eef0ef; font-size: .7rem; font-weight: 700; }
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.brand-card { display: flex; min-height: 280px; flex-direction: column; }
.level { max-width: 145px; padding: 5px 8px; color: #554100; background: #fff1b8; font-size: .68rem; font-weight: 800; text-align: right; }
.empty-state { padding: 60px 20px; border: 1px dashed #aeb7bc; text-align: center; }
.empty-state h2 { margin: 0; }
.seo-copy { padding-block: 60px; }
.prose { max-width: none; }
.prose h2 { margin: 42px 0 14px; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #46515a; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.faq-grid details { padding: 24px; border-top: 4px solid var(--yellow); background: #fff; }
.faq-grid summary { cursor: pointer; font-weight: 850; line-height: 1.35; }
.faq-grid p { margin: 14px 0 0; color: var(--muted); font-size: .9rem; }

.guide-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: start; margin-bottom: 60px; }
.guide-intro h2 { margin: 0 0 12px; font-size: 2rem; }
.guide-intro > div p { color: var(--muted); }
.guide-intro aside { padding: 24px; border-left: 4px solid var(--yellow); background: var(--surface); }
.guide-intro aside p { margin-bottom: 0; color: var(--muted); }
.guide-intro-media { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: stretch; }
.guide-intro-media figure { min-height: 340px; margin: 0; overflow: hidden; }
.guide-intro-media figure img { width: 100%; height: 100%; object-fit: cover; }
.guide-intro-media > div { display: flex; flex-direction: column; justify-content: center; }
.guide-intro-media aside { margin-top: 22px; }
.guide-group { padding-top: 22px; scroll-margin-top: 20px; }
.guide-group + .guide-group { margin-top: 64px; }
.guide-group > header { margin-bottom: 22px; }
.guide-group h2 { margin: 0; font-size: 1.8rem; }
.article-hero { padding-block: 72px; }
.article-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 70px; }
.article-hero h1 { max-width: 900px; margin: 13px 0 18px; font-size: clamp(2.2rem, 5vw, 3.9rem); letter-spacing: -.05em; }
.article-hero p { max-width: 820px; color: #d0d6da; font-size: 1.14rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #aeb7bd; font-size: .78rem; }
.article-symbol { display: grid; width: 230px; height: 230px; place-items: center; border: 1px solid rgba(255,255,255,.13); color: var(--ink); background: var(--yellow); font-size: 6rem; transform: rotate(-3deg); }
.article-visual { position: relative; height: 300px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.article-visual img { width: 100%; height: 100%; object-fit: cover; }
.article-visual span { position: absolute; right: 12px; bottom: 12px; display: grid; width: 66px; height: 66px; place-items: center; color: var(--ink); background: var(--yellow); font-size: 2rem; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 60px; padding-block: 72px; }
.toc { position: sticky; top: 24px; align-self: start; padding: 23px; border: 1px solid var(--line); background: var(--surface); }
.toc > strong { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.toc ol { padding-left: 20px; margin: 14px 0 0; }
.toc li { margin: 10px 0; color: var(--muted); font-size: .83rem; }
.toc a:hover { color: var(--ink); text-decoration: underline; }
.article-body section { scroll-margin-top: 26px; }
.article-body section + section { margin-top: 58px; }
.article-body h2 { margin: 4px 0 18px; }
.section-number { color: #9a7300; font-size: .74rem; font-weight: 900; letter-spacing: .15em; }
.comparison { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.comparison div { padding: 17px; border-top: 4px solid var(--yellow); background: var(--surface); }
.comparison strong, .comparison span { display: block; }
.comparison span { margin-top: 6px; color: var(--muted); font-size: .78rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; margin: 12px 0; }
.check-list li::before { position: absolute; top: .1em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; color: #282b2d; background: var(--yellow); content: "✓"; font-size: .7rem; font-weight: 900; }
.callout { margin-top: 26px; padding: 22px; border-left: 4px solid var(--yellow); background: #fff6d4; }
.callout p { margin: 5px 0 0; }
.formula { margin: 24px 0; padding: 22px; border: 1px solid #d5b754; color: #322b18; background: #fff6d4; font-size: 1.08rem; font-weight: 900; text-align: center; }
.editorial-note { padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.editorial-note h2 { margin-top: 0; }
.editorial-note p { margin-bottom: 0; }
.related-guides { padding-block: 65px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { display: grid; grid-template-columns: 42px 1fr; gap: 8px 12px; padding: 22px; border: 1px solid var(--line); background: #fff; }
.related-grid a > span { grid-row: 1 / 3; font-size: 1.8rem; }
.related-grid strong { line-height: 1.25; }
.related-grid small { color: var(--muted); }

.employment-hero { padding-block: 58px; }
.employment-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.employment-button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.employment-button-ghost:hover { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.employment-hero-card { position: relative; z-index: 1; padding: 34px; color: var(--ink); background: var(--yellow); box-shadow: 18px 18px 0 rgba(255,255,255,.08); }
.employment-hero-card::before { display: block; width: 58px; height: 6px; margin-bottom: 25px; background: var(--ink); content: ""; }
.employment-hero-card .card-label { color: #5e4700; }
.employment-hero-card strong { display: block; margin: 8px 0 12px; font-size: 1.65rem; line-height: 1.15; }
.employment-hero-card p { margin: 0 0 22px; color: #3f3b2e; font-size: .94rem; }
.employment-hero-card a { font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.employment-jump-nav { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 8px 22px rgba(24,31,37,.05); }
.employment-jump-nav .container { display: flex; min-height: 58px; align-items: stretch; }
.employment-jump-nav a { display: flex; align-items: center; padding: 0 22px; border-right: 1px solid var(--line); color: #4d575e; font-size: .78rem; font-weight: 850; letter-spacing: .025em; }
.employment-jump-nav a:first-child { border-left: 1px solid var(--line); }
.employment-jump-nav a:hover { color: var(--ink); background: #fff5cc; }
#metiers, #formations, #offres-emploi, #candidature, #questions, #methode-recherche { scroll-margin-top: 76px; }
.employment-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: stretch; gap: 24px; }
.answer-box { padding: 38px; border-left: 6px solid var(--yellow); background: var(--ink-soft); }
.answer-box .kicker { color: var(--yellow-light); }
.answer-box h2 { margin: 0 0 16px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.03em; }
.answer-box p { margin: 0; color: #d2d8dc; }
.answer-box p strong { color: #fff; }
.employment-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.employment-facts article { padding: 24px; border: 1px solid var(--line); background: #fff; }
.employment-facts article > span { color: #9a7300; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.employment-facts h3 { margin: 12px 0 7px; font-size: 1.03rem; }
.employment-facts p { margin: 0; color: var(--muted); font-size: .84rem; }
.job-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.job-card { display: flex; min-height: 315px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--yellow); background: #fff; box-shadow: 0 8px 25px rgba(25,32,38,.035); }
.job-card h3 { margin: 10px 0 11px; font-size: 1.3rem; }
.job-card > p { margin: 0 0 22px; color: var(--muted); }
.job-card dl { display: grid; gap: 12px; padding-top: 18px; margin: auto 0 0; border-top: 1px solid var(--line); }
.job-card dl div { display: grid; grid-template-columns: 125px 1fr; gap: 16px; }
.job-card dt { font-size: .73rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.job-card dd { margin: 0; color: #526069; font-size: .83rem; }
.sector-note { display: flex; align-items: flex-start; gap: 18px; padding: 24px 28px; margin-top: 24px; border-left: 5px solid var(--yellow); background: #fff6d4; }
.sector-note strong { flex: none; }
.sector-note p { margin: 0; color: #4b5359; font-size: .9rem; }
.training-levels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.training-levels article { padding: 26px; border: 1px solid var(--line); background: #fff; }
.training-levels article > span { display: inline-block; padding: 4px 9px; color: #5f4900; background: #fff0b5; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.training-levels h3 { margin: 20px 0 10px; font-size: 1.15rem; }
.training-levels p { margin: 0; color: var(--muted); font-size: .88rem; }
.training-chooser { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: start; gap: 55px; margin-top: 65px; }
.training-chooser h2 { margin: 0 0 25px; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.step-list, .search-checklist { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.step-list li, .search-checklist li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; }
.step-list li > span, .search-checklist li > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--yellow); font-size: .78rem; font-weight: 950; }
.step-list strong, .search-checklist strong { display: block; line-height: 1.3; }
.step-list p, .search-checklist p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.source-panel { padding: 30px; color: #fff; background: var(--ink-soft); }
.source-panel .card-label { color: var(--yellow-light); }
.source-panel h3 { margin: 10px 0 20px; font-size: 1.35rem; }
.source-panel a { display: flex; flex-direction: column; gap: 3px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.source-panel a:hover strong { color: var(--yellow-light); }
.source-panel small { color: #aeb8be; font-size: .76rem; }
.employment-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.employment-resource { display: grid; min-height: 260px; grid-template-columns: 46px 1fr; gap: 16px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.employment-resource-featured { min-height: 0; grid-column: 1 / -1; grid-template-columns: 74px 1fr; align-items: center; padding: 34px; color: #fff; border: 0; background: var(--ink-soft); }
.resource-number { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--yellow); font-size: .74rem; font-weight: 950; }
.employment-resource-featured .resource-number { width: 66px; height: 66px; font-size: .9rem; }
.employment-resource .card-label { display: block; margin-bottom: 8px; }
.employment-resource-featured .card-label { color: var(--yellow-light); }
.employment-resource h3 { margin: 0 0 10px; font-size: 1.2rem; }
.employment-resource p { margin: 0 0 18px; color: var(--muted); font-size: .88rem; }
.employment-resource-featured p { max-width: 820px; color: #cbd3d7; }
.employment-resource a:not(.button) { color: #594300; font-weight: 850; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 4px; }
.search-method { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: start; gap: 70px; }
.search-method h2 { margin: 0 0 14px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.search-method > div > p { color: var(--muted); }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.keyword-cloud span { padding: 7px 11px; border: 1px solid #d6bd64; color: #4f420f; background: #fff8dc; font-size: .76rem; font-weight: 750; }
.search-checklist { padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.employment-crosslink { padding-block: 56px; color: #fff; background: var(--ink-soft); }
.employment-crosslink-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; }
.employment-crosslink h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.25rem); }
.employment-crosslink p { max-width: 800px; margin: 10px 0 0; color: #cbd3d7; }
.editorial-sources { padding-block: 52px; }
.editorial-sources .editorial-note { border-left: 5px solid var(--yellow); }
.editorial-sources .editorial-note h2 { margin: 0 0 12px; font-size: 1.35rem; }
.editorial-sources .editorial-note p + p { margin-top: 12px; }
.editorial-sources a { font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.about-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); align-items: start; gap: 70px; }
.mission-card { padding: 34px; color: #fff; background: var(--ink-soft); }
.mission-card > span { color: var(--yellow); font-size: 3rem; }
.mission-card h2 { margin: 12px 0; }
.mission-card ul { padding-left: 20px; color: #d7dcdf; }
.mission-card li { margin: 8px 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 60px; }
.contact-grid h2 { margin: 0; font-size: 2rem; }
.contact-grid .button { margin-top: 15px; }
.contact-card { padding: 28px; border-left: 4px solid var(--yellow); background: #fff; }
.contact-card p { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 60px; }
.legal-nav { position: sticky; top: 24px; display: flex; align-self: start; flex-direction: column; padding: 20px; border: 1px solid var(--line); }
.legal-nav a { padding: 8px 0; color: var(--muted); font-size: .84rem; }
.legal-nav a:hover { color: var(--ink); text-decoration: underline; }
.error-page { display: grid; min-height: 65vh; place-items: center; padding-block: 80px; text-align: center; }
.error-page .container { max-width: 740px; }
.error-code { display: block; color: var(--yellow); font-size: clamp(5rem, 18vw, 10rem); font-weight: 950; letter-spacing: -.08em; line-height: .9; }
.error-page h1 { margin: 12px 0; font-size: clamp(2rem, 4vw, 3rem); }
.error-page p { color: var(--muted); }
.error-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }

.site-footer { padding-top: 0; color: #bfc7cc; background: #171c20; }
.footer-intro { display: flex; min-height: 190px; align-items: center; justify-content: space-between; gap: 50px; padding-block: 42px; border-bottom: 1px solid #32393e; }
.footer-intro h2 { max-width: 720px; margin: 8px 0 0; color: #fff; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.footer-intro-actions { display: flex; align-items: center; gap: 24px; flex: none; }
.footer-secondary-link { color: #fff; font-weight: 800; }
.footer-secondary-link:hover { color: var(--yellow-light); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr)); gap: 36px; padding-top: 58px; }
.brand-footer { min-width: 0; color: #fff; }
.footer-about p { max-width: 350px; color: #939da4; font-size: .88rem; }
.footer-values { display: flex; flex-wrap: wrap; gap: 7px; max-width: 360px; }
.footer-values span { padding: 5px 8px; border: 1px solid #394147; color: #b8c0c5; font-size: .67rem; font-weight: 750; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h2 { margin: 0 0 8px; color: #fff; font-size: .88rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-grid nav a { color: #aeb8be; font-size: .83rem; }
.footer-grid nav a:hover { color: var(--yellow-light); }
.ai-disclaimer { margin-top: 46px; padding-block: 22px; border-top: 1px solid #32393e; border-bottom: 1px solid #32393e; background: rgba(255,255,255,.015); }
.ai-disclaimer span, .legal-disclaimer span { display: flex; flex-direction: column; gap: 5px; }
.ai-disclaimer strong { color: #fff; font-size: .84rem; }
.ai-disclaimer small { color: #939da4; font-size: .76rem; }
.legal-disclaimer { padding: 28px; border-left: 4px solid var(--yellow); background: #fff7dc; }
.legal-disclaimer small { color: var(--muted); font-size: .86rem; }
.footer-bottom { display: grid; min-height: 88px; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; color: #7f8a91; font-size: .75rem; }
.footer-legal-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.footer-legal-links a:hover { color: var(--yellow-light); }

@media (max-width: 1020px) {
  .brand { min-width: 270px; }
  .nav-links a { padding-inline: 17px; }
  .hero-grid { grid-template-columns: 1fr 250px; gap: 36px; }
  .hero-panel { padding-left: 22px; }
  .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 35px; }
  .trust-grid, .category-grid, .store-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .guide-grid-featured { grid-template-columns: 1fr 1fr; }
  .directory-grid { grid-template-columns: 1fr 1fr; }
  .article-hero-grid { grid-template-columns: 1fr 190px; gap: 40px; }
  .article-symbol { width: 180px; height: 180px; }
  .faq-grid { grid-template-columns: 1fr 1fr; }
  .employment-overview, .training-chooser, .search-method { grid-template-columns: 1fr; }
  .training-chooser, .search-method { gap: 38px; }
  .training-levels, .employment-directory { grid-template-columns: 1fr 1fr; }
  .employment-resource-featured { grid-column: 1 / -1; }
  .employment-crosslink-inner { align-items: flex-start; grid-template-columns: 1fr; gap: 24px; }
  .footer-intro { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(var(--content), calc(100% - 28px)); }
  .utility-inner { justify-content: flex-end; }
  .utility-inner > span { display: none; }
  .header-inner { min-height: 86px; gap: 12px; }
  .brand { min-width: 0; flex: 1; }
  .brand strong { font-size: .85rem; }
  .brand small { font-size: .58rem; }
  .brand-logo { width: 46px; height: 46px; }
  .header-search { display: none; }
  .js .menu-toggle { display: block; }
  .main-nav { border-bottom-width: 3px; }
  .nav-links { width: 100%; flex-direction: column; padding-block: 6px; }
  .js .nav-links { display: none; }
  .js .nav-links.is-open { display: flex; }
  .nav-links a { min-height: 48px; padding-inline: 14px; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hero { background: var(--ink-soft); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 58px; }
  .hero-panel { display: none; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-search { min-height: 0; flex-direction: column; gap: 7px; background: transparent; box-shadow: none; }
  .hero-search input, .hero-search button { min-height: 50px; }
  .trust-grid, .category-grid, .store-grid, .guide-grid, .guide-grid-featured, .directory-grid, .brand-grid, .related-grid, .faq-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 90px; border-right: 1px solid var(--line); }
  .section { padding-block: 55px; }
  .section-header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .category-card { min-height: 190px; }
  .guide-card { grid-template-columns: 62px 1fr; padding: 20px; }
  .guide-icon { width: 58px; height: 58px; font-size: 1.55rem; }
  .cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .filter-panel { grid-template-columns: 1fr; }
  .results-header { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .guide-intro, .article-hero-grid, .article-layout, .about-grid, .contact-grid, .legal-layout, .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid figure { height: 230px; box-shadow: 10px 10px 0 rgba(245,184,0,.12); }
  .guide-intro { gap: 22px; }
  .article-symbol, .article-visual { display: none; }
  .article-layout { gap: 35px; padding-block: 52px; }
  .toc, .legal-nav { position: static; }
  .comparison { grid-template-columns: 1fr; }
  .employment-hero-actions { align-items: stretch; flex-direction: column; }
  .employment-jump-nav { overflow-x: auto; }
  .employment-jump-nav .container { width: max-content; min-width: 100%; }
  .employment-jump-nav a { min-height: 54px; padding-inline: 16px; white-space: nowrap; }
  .employment-facts, .job-card-grid, .training-levels, .employment-directory { grid-template-columns: 1fr; }
  .employment-resource-featured { grid-column: auto; grid-template-columns: 46px 1fr; padding: 26px; }
  .employment-resource-featured .resource-number { width: 42px; height: 42px; font-size: .74rem; }
  .sector-note { flex-direction: column; }
  .job-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .search-method { gap: 30px; }
  .employment-crosslink-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-intro-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .footer-bottom { min-height: 130px; grid-template-columns: 1fr; align-content: center; gap: 8px; }
  .footer-legal-links { justify-content: flex-start; }
  .ai-disclaimer { margin-top: 36px; }
  .error-actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 430px) {
  .brand > span:last-child { max-width: 185px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .guide-card { grid-template-columns: 1fr; }
  .answer-box, .employment-hero-card, .source-panel, .search-checklist { padding: 24px; }
  .employment-overview { gap: 14px; }
  .employment-resource, .employment-resource-featured { grid-template-columns: 1fr; }
}

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