:root {
    --orange: #d04411;
    --orange-dark: #a92f06;
    --orange-soft: #fff0e8;
    --apricot: #ffb068;
    --ink: #271c25;
    --ink-soft: #463940;
    --muted: #72656c;
    --cream: #fff9f4;
    --sand: #f6eee8;
    --line: #eadfd8;
    --white: #fff;
    --green: #087e67;
    --green-soft: #e7f6f1;
    --purple: #6754cf;
    --purple-soft: #efedff;
    --danger: #bd3152;
    --shadow-sm: 0 8px 28px rgba(58, 35, 28, .07);
    --shadow-md: 0 20px 60px rgba(58, 35, 28, .12);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 108px; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.has-dialog, html.has-mobile-menu, body.has-mobile-menu { overflow: hidden; }

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { color: inherit; font: inherit; }

button, select { cursor: pointer; }

button { border: 0; }

h1, h2, h3, p, dl, dd, ul, ol { margin-top: 0; }

h1, h2, h3 { line-height: 1.35; letter-spacing: -.035em; }

::selection { color: var(--white); background: var(--orange); }


.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 900px); }
.sr-only { position: absolute !important; 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: 9999; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.2;
}
.eyebrow--light { color: #ffc19e; }

.section { padding: 96px 0; }
.section--soft { background: var(--cream); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); }
.section-heading p { margin: 0; color: var(--muted); }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading--split > p { max-width: 500px; }
.section-heading--center { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center p { margin-top: 12px; }

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--orange); box-shadow: 0 10px 24px rgba(255, 101, 50, .24); }
.button--primary:hover { background: var(--orange-dark); box-shadow: 0 12px 28px rgba(255, 101, 50, .3); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #0f090e; }
.button--light { color: var(--ink); background: var(--white); }
.button--light:hover { background: #fff3eb; }
.button--ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button--ghost:hover { border-color: var(--ink); }
.button--outline { color: var(--orange-dark); background: var(--white); border-color: #ffc5ad; }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.button--full { width: 100%; }
.button.is-disabled { opacity: .55; pointer-events: none; box-shadow: none; }

.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; }
.text-link span { display: inline-grid; width: 32px; height: 32px; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }

.age-notice { color: #fff4ec; background: var(--ink); font-size: 12px; }
.age-notice__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.age-notice a { color: #ffc2a5; text-decoration: underline; text-underline-offset: 3px; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(234, 223, 216, .7);
    backdrop-filter: blur(16px);
}
.site-header__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 183px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav > a { position: relative; padding: 11px 15px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.site-nav > a:not(.nav-favorite):hover, .site-nav > a.is-active { color: var(--orange-dark); background: var(--orange-soft); }
.site-nav .nav-favorite { margin-left: 8px; color: var(--white); background: var(--ink); }
.site-nav .nav-favorite span { color: #ff9e79; font-size: 18px; }
.site-nav .nav-favorite b { display: inline-grid; min-width: 20px; height: 20px; place-items: center; margin-left: 3px; color: var(--ink); background: var(--white); border-radius: 999px; font-size: 11px; }
.menu-button { display: none; width: 44px; height: 44px; align-content: center; justify-items: center; gap: 5px; padding: 9px; background: transparent; }
.menu-button > span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); border-radius: 2px; }

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 0;
    background:
        linear-gradient(rgba(80, 54, 43, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 54, 43, .045) 1px, transparent 1px),
        var(--cream);
    background-size: 40px 40px;
}
.hero::after { position: absolute; right: -120px; bottom: 110px; width: 360px; height: 360px; border: 1px solid rgba(255, 101, 50, .18); border-radius: 50%; content: ""; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__glow--one { top: 90px; left: -180px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 174, 104, .28), transparent 70%); }
.hero__glow--two { top: -240px; right: -120px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(104, 84, 207, .15), transparent 68%); }
.hero__inner { position: relative; z-index: 1; display: grid; align-items: center; gap: 70px; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); }
.hero__copy { padding-bottom: 86px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.hero__eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.hero h1 { margin-bottom: 24px; font-size: clamp(44px, 5.3vw, 72px); font-weight: 900; letter-spacing: -.065em; }
.hero h1 em { position: relative; z-index: 0; color: var(--orange-dark); font-style: normal; }
.hero h1 em::after { position: absolute; z-index: -1; right: -3px; bottom: 3px; left: -3px; height: 13px; background: #ffdfca; content: ""; transform: rotate(-1deg); }
.hero__copy > p { max-width: 660px; margin-bottom: 27px; color: var(--ink-soft); font-size: 17px; line-height: 1.9; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero__trust span { display: flex; align-items: center; gap: 6px; }
.hero__trust b { display: inline-grid; width: 19px; height: 19px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 11px; }

.hero-visual {
    position: relative;
    min-height: 474px;
    padding: 24px;
    color: var(--white);
    background: linear-gradient(145deg, #2e222c, #171015 74%);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 32px 32px 0 0;
    box-shadow: 0 40px 90px rgba(58, 35, 28, .22);
    transform: rotate(1.3deg);
}
.hero-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 86% 9%, rgba(255, 123, 70, .33), transparent 34%), radial-gradient(circle at 5% 80%, rgba(103, 84, 207, .24), transparent 36%); border-radius: inherit; content: ""; }
.hero-visual__orbit { position: absolute; top: 72px; right: -74px; width: 210px; height: 210px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.hero-visual__orbit::before, .hero-visual__orbit::after { position: absolute; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ""; }
.hero-visual__orbit::before { inset: 28px; }
.hero-visual__orbit::after { inset: 58px; background: rgba(255, 101, 50, .12); }
.hero-visual__header { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.hero-visual__header > span { display: flex; gap: 5px; }
.hero-visual__header i { display: block; width: 7px; height: 7px; background: #ff8357; border-radius: 50%; }
.hero-visual__header i:nth-child(2) { background: #ffd36f; }
.hero-visual__header i:nth-child(3) { background: #65d5b4; }
.hero-visual__header b { font-size: 10px; letter-spacing: .15em; }
.hero-visual__header small { color: #bcaeb8; font-size: 10px; }
.hero-visual__score { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 30px 4px 24px; padding: 4px 10px 4px 6px; }
.hero-visual__score small { display: block; margin-bottom: 5px; color: #bcaeb8; font-size: 11px; }
.hero-visual__score strong { font-size: 54px; line-height: 1; }
.hero-visual__score strong span { color: #8d7f89; font-size: 18px; }
.hero-visual__score svg { width: 94px; height: 94px; transform: rotate(-90deg); }
.hero-visual__score circle { fill: none; stroke: rgba(255, 255, 255, .1); stroke-width: 8; }
.hero-visual__score circle.progress { stroke: var(--orange); stroke-linecap: round; stroke-dasharray: 250 264; }
.hero-visual__rows { position: relative; display: grid; gap: 9px; }
.hero-visual__rows > div { display: grid; align-items: center; padding: 14px 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .07); border-radius: 13px; grid-template-columns: 1fr auto 28px; }
.hero-visual__rows span { color: #d8cdd4; font-size: 12px; }
.hero-visual__rows b { margin-right: 15px; font-size: 12px; }
.hero-visual__rows i { position: relative; width: 28px; height: 16px; background: rgba(255, 255, 255, .12); border-radius: 99px; }
.hero-visual__rows i::after { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; background: var(--white); border-radius: 50%; content: ""; }
.hero-visual__rows i.is-on { background: var(--orange); }
.hero-visual__rows i.is-on::after { left: 15px; }
.hero-visual__stamp { position: absolute; right: 22px; bottom: 19px; padding: 7px 10px; color: #ffa07d; border: 1px solid rgba(255, 128, 84, .6); border-radius: 6px; font-size: 8px; font-weight: 900; letter-spacing: .13em; line-height: 1.2; text-align: center; transform: rotate(-8deg); }

.hero__search { position: relative; z-index: 3; padding: 27px 30px 30px; background: var(--white); border-radius: 24px 24px 0 0; box-shadow: 0 -10px 38px rgba(58, 35, 28, .08); }
.hero__search-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.hero__search-head .eyebrow { margin: 0; }
.hero__search-head h2 { margin: 4px 0 0; font-size: 24px; }
.hero__search-head p { margin: 0; color: var(--muted); font-size: 13px; }
.hero__search-head p strong { margin-right: 4px; color: var(--orange-dark); font-size: 26px; }

.search-panel { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; }
.search-panel--compact { grid-template-columns: minmax(170px, 1.15fr) repeat(3, minmax(130px, .85fr)) auto; }
.search-panel__field { min-width: 0; padding: 11px 15px 10px; background: #fbf8f5; border: 1px solid var(--line); border-radius: 13px; }
.search-panel__field label { display: block; margin-bottom: 2px; color: var(--muted); font-size: 11px; font-weight: 800; }
.search-panel__field label span { margin-right: 7px; color: var(--orange-dark); }
.search-panel__field select, .search-panel__field input { width: 100%; padding: 2px 25px 2px 0; background: transparent; border: 0; outline: 0; font-weight: 800; }
.search-panel__field:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px #6b1f00; }
.search-panel__field input::placeholder { color: #9a8e94; font-weight: 600; }
.search-panel__submit { min-width: 180px; border-radius: 13px; }

.category-section { padding-top: 88px; }
.field-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.field-card { position: relative; display: grid; overflow: hidden; align-items: center; gap: 22px; min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); grid-template-columns: 92px 1fr 42px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.field-card:hover { border-color: #ffc2a9; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.field-card::before { position: absolute; top: -65px; right: -65px; width: 190px; height: 190px; border: 1px solid rgba(255, 101, 50, .13); border-radius: 50%; content: ""; }
.field-card__icon { display: grid; width: 88px; height: 88px; place-items: center; color: var(--white); background: var(--orange); border-radius: 24px; box-shadow: 0 16px 30px rgba(255, 101, 50, .2); transform: rotate(-3deg); }
.field-card--av .field-card__icon { background: var(--purple); box-shadow: 0 16px 30px rgba(103, 84, 207, .2); }
.field-card__icon span { font-size: 24px; font-weight: 900; transform: rotate(3deg); }
.field-card__count { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.field-card--av .field-card__count { color: var(--purple); }
.field-card h3 { margin: 3px 0 7px; font-size: 27px; }
.field-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.field-card__arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; }

.job-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.job-list { display: grid; gap: 20px; }
.job-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 4px 0 rgba(71, 47, 38, .02); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.job-card:hover { border-color: #f6b99f; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.job-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.source-badge, .group-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; line-height: 1.3; }
.source-badge { color: var(--green); background: var(--green-soft); }
.source-badge i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(8, 126, 103, .12); }
.group-badge--fuzoku { color: #a53f18; background: var(--orange-soft); }
.group-badge--av { color: #5141b3; background: var(--purple-soft); }
.job-card__heading { display: grid; align-items: start; gap: 14px; grid-template-columns: 58px minmax(0, 1fr) 38px; }
.job-monogram { display: grid; width: 58px; height: 58px; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--apricot), var(--orange)); border-radius: 17px; font-size: 24px; font-weight: 900; box-shadow: 0 10px 20px rgba(255, 101, 50, .17); }
.job-monogram--av { background: linear-gradient(145deg, #8e7ae8, #5947bd); box-shadow: 0 10px 20px rgba(103, 84, 207, .17); }
.job-monogram--large { width: 88px; height: 88px; border-radius: 24px; font-size: 34px; }
.job-card__category { margin-bottom: 1px; color: var(--muted); font-size: 11px; font-weight: 700; }
.job-card h3 { margin-bottom: 2px; font-size: 21px; }
.job-card h3 a::after { position: absolute; inset: 58px 50px auto 0; content: ""; }
.job-card__location { margin: 0; color: var(--muted); font-size: 12px; }
.job-card__location span { color: var(--orange-dark); }
.favorite-button { position: relative; z-index: 2; display: inline-flex; min-width: 38px; height: 38px; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.favorite-button span { font-size: 20px; line-height: 1; }
.favorite-button:hover, .favorite-button[aria-pressed="true"] { color: var(--white); background: var(--orange); border-color: var(--orange); }
.favorite-button[aria-pressed="true"] span { font-size: 0; }
.favorite-button[aria-pressed="true"] span::before { content: "♥"; font-size: 18px; }
.job-card__salary { margin: 18px 0 14px; padding: 14px 16px; background: linear-gradient(90deg, #fff4ed, #fffaf7); border-left: 3px solid var(--orange); border-radius: 4px 11px 11px 4px; }
.job-card__salary span { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 700; }
.job-card__salary strong { color: var(--orange-dark); font-size: 20px; }
.job-card__facts { display: grid; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 11px; grid-template-columns: 1fr 1fr; }
.job-card__facts > div { min-width: 0; padding: 8px 11px; }
.job-card__facts > div + div { border-left: 1px solid var(--line); }
.job-card__facts dt { color: var(--muted); font-size: 10px; font-weight: 700; }
.job-card__facts dd { overflow: hidden; margin: 1px 0 0; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.job-card__summary { display: -webkit-box; overflow: hidden; margin-bottom: 13px; color: var(--ink-soft); font-size: 13px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tag-list span { padding: 4px 9px; color: #5b4b52; background: #f5f0ec; border-radius: 6px; font-size: 10px; font-weight: 700; }
.tag-list--large { gap: 8px; margin: 22px 0 0; }
.tag-list--large span { padding: 7px 11px; font-size: 12px; }
.job-card__notice { margin-top: auto; padding: 10px 11px; color: var(--muted); background: #faf8f6; border-radius: 9px; font-size: 10px; line-height: 1.55; }
.job-card__notice span { margin-right: 5px; color: #8c5b3d; font-weight: 900; }
.job-card__actions { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; }
.compare-button { padding: 9px 3px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; }
.compare-button:hover, .compare-button[aria-pressed="true"] { color: var(--orange-dark); }
.compare-button[aria-pressed="true"]::first-letter { color: var(--green); }

.transparency-section { color: var(--white); background: var(--ink); }
.transparency-grid { display: grid; align-items: center; gap: 90px; grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr); }
.transparency-copy h2 { margin-bottom: 24px; font-size: clamp(32px, 4vw, 50px); }
.transparency-copy p { max-width: 600px; margin-bottom: 30px; color: #cbbfc6; }
.standard-list { margin: 0; padding: 0; list-style: none; }
.standard-list li { display: grid; gap: 18px; padding: 23px 0; border-top: 1px solid rgba(255, 255, 255, .13); grid-template-columns: 46px 1fr; }
.standard-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.standard-list > li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--orange); border: 1px solid rgba(255, 134, 88, .35); border-radius: 50%; font-size: 11px; font-weight: 900; }
.standard-list h3 { margin-bottom: 3px; font-size: 18px; }
.standard-list p { margin: 0; color: #a99ca4; font-size: 13px; }

.guide-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.guide-grid > a { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.guide-grid > a:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.guide-grid > a > span { position: absolute; top: 20px; right: 22px; color: #d8ccc5; font-size: 13px; font-weight: 900; }
.guide-icon { display: grid; width: 56px; height: 56px; place-items: center; margin-bottom: 30px; color: var(--white); background: var(--orange); border-radius: 17px; font-size: 24px; font-weight: 900; }
.guide-grid > a:nth-child(2) .guide-icon { background: var(--green); }
.guide-grid > a:nth-child(3) .guide-icon { background: var(--purple); }
.guide-grid h3 { margin-bottom: 8px; font-size: 21px; }
.guide-grid p { color: var(--muted); font-size: 13px; }
.guide-grid b { margin-top: auto; color: var(--orange-dark); font-size: 11px; letter-spacing: .08em; }

.business-cta { padding: 56px 0; background: linear-gradient(115deg, #d14815, #ad2e07); }
.business-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.business-cta .eyebrow { color: #75230d; }
.business-cta h2 { margin-bottom: 7px; color: var(--white); font-size: 34px; }
.business-cta p { margin: 0; color: #fff3eb; }

.site-footer { padding: 72px 0 90px; color: #d8cdd3; background: #1c141a; }
.site-footer__grid { display: grid; gap: 38px; grid-template-columns: 1.5fr repeat(3, 1fr); }
.site-footer__brand img { width: 175px; margin-bottom: 18px; }
.site-footer__brand p { color: #a99ca4; font-size: 13px; }
.footer-age { display: inline-block; padding: 5px 9px; color: #ffb18f; background: rgba(255, 101, 50, .1); border: 1px solid rgba(255, 101, 50, .25); border-radius: 5px; font-size: 10px; font-weight: 900; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: 13px; letter-spacing: .04em; }
.site-footer__grid > div:not(:first-child) a { display: block; margin-bottom: 9px; color: #ab9ea6; font-size: 12px; }
.site-footer__grid > div:not(:first-child) a:hover { color: var(--white); }
.site-footer__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .1); }
.site-footer__bottom p { max-width: 750px; margin: 0; color: #8f828a; font-size: 10px; }
.site-footer__bottom small { color: #8f828a; white-space: nowrap; }
.mobile-nav, .mobile-apply { display: none; }

/* Shared inner pages */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 78px;
    background:
        linear-gradient(rgba(80, 54, 43, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 54, 43, .045) 1px, transparent 1px),
        var(--cream);
    background-size: 40px 40px;
}
.page-hero::after { position: absolute; top: -190px; right: -120px; width: 470px; height: 470px; background: radial-gradient(circle, rgba(255, 130, 74, .17), transparent 68%); border-radius: 50%; content: ""; }
.page-hero--small { padding: 66px 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 15px; font-size: clamp(38px, 5vw, 60px); }
.page-hero p { max-width: 730px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--orange-dark); text-decoration: underline; }
.breadcrumbs--light { color: rgba(255, 255, 255, .65); }
.breadcrumbs--light a:hover { color: var(--white); }

/* Jobs list */
.page-hero--jobs { padding-bottom: 88px; }
.jobs-search-strip { position: relative; z-index: 3; margin-top: -31px; }
.jobs-search-strip .search-panel { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.jobs-section { padding-top: 62px; }
.jobs-layout { display: grid; align-items: start; gap: 34px; grid-template-columns: 280px minmax(0, 1fr); }
.filter-sidebar { position: sticky; top: 100px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.filter-sidebar__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.filter-sidebar__head h2 { margin: 0; font-size: 17px; }
.filter-sidebar__head a { color: var(--orange-dark); font-size: 11px; font-weight: 800; }
.filter-group { margin-bottom: 17px; }
.filter-group > label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; }
.filter-group select, .keyword-input { width: 100%; min-height: 45px; background: #fbf8f5; border: 1px solid var(--line); border-radius: 10px; }
.filter-group select { padding: 8px 11px; }
.keyword-input { display: flex; align-items: center; padding: 0 12px; }
.keyword-input span { margin-right: 6px; color: var(--orange-dark); }
.keyword-input input { min-width: 0; flex: 1; background: transparent; border: 0; outline: 0; }
.keyword-input:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px #6b1f00; }
.filter-help { margin-top: 20px; padding: 13px; background: var(--cream); border-radius: 10px; }
.filter-help b { font-size: 11px; }
.filter-help p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 20px; }
.results-count { margin: 0; font-size: 15px; font-weight: 700; }
.results-count strong { margin-right: 3px; color: var(--orange-dark); font-size: 31px; line-height: 1; }
.results-count span { margin-right: 6px; color: var(--orange-dark); font-weight: 900; }
.results-note { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.sort-form { display: flex; align-items: center; gap: 8px; }
.sort-form label { color: var(--muted); font-size: 11px; font-weight: 700; }
.sort-form select { padding: 8px 28px 8px 11px; background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 800; }
.jobs-results .job-card { padding: 25px; }
.jobs-results .job-card__heading { grid-template-columns: 64px minmax(0, 1fr) 42px; }
.jobs-results .job-monogram { width: 64px; height: 64px; }
.jobs-results .job-card h3 { font-size: 24px; }
.favorite-filter-note { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; padding: 14px 17px; background: var(--orange-soft); border: 1px solid #ffd4c1; border-radius: 12px; }
.favorite-filter-note > span { color: var(--orange); font-size: 27px; }
.favorite-filter-note b { font-size: 13px; }
.favorite-filter-note p { margin: 0; color: var(--muted); font-size: 10px; }
.favorite-filter-note a { margin-left: auto; color: var(--orange-dark); font-size: 11px; font-weight: 800; }
.favorite-filter-note button { padding: 5px 8px; color: var(--orange-dark); background: transparent; border: 1px solid #efbca6; border-radius: 7px; font-size: 10px; font-weight: 800; }
.empty-state, .empty-favorites { padding: 80px 30px; background: var(--cream); border: 1px dashed #ddcec5; border-radius: var(--radius); text-align: center; }
.empty-state > div, .empty-favorites > div { color: var(--orange); font-size: 52px; line-height: 1; }
.empty-state h2, .empty-favorites h2 { margin: 16px 0 8px; font-size: 24px; }
.empty-state p, .empty-favorites p { color: var(--muted); }

/* Job detail */
.detail-top { padding: 44px 0 40px; background: var(--cream); border-bottom: 1px solid var(--line); }
.detail-source { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; padding: 11px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 11px; }
.detail-source > span { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 900; }
.detail-source i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(8, 126, 103, .11); }
.detail-source p { margin: 0; color: var(--muted); font-size: 11px; }
.detail-source b { color: #8a5b3f; }
.detail-heading { display: grid; align-items: center; gap: 22px; grid-template-columns: 88px 1fr auto; }
.detail-heading__tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 5px; }
.detail-heading__tags > span:not(.group-badge) { color: var(--muted); font-size: 11px; font-weight: 700; }
.detail-heading h1 { margin-bottom: 4px; font-size: clamp(34px, 4vw, 48px); }
.detail-heading__copy > p { margin: 0; color: var(--muted); font-size: 13px; }
.favorite-button--detail { height: 45px; padding: 0 17px; }
.detail-section { padding-top: 60px; }
.detail-layout { display: grid; align-items: start; gap: 38px; grid-template-columns: minmax(0, 1fr) 315px; }
.detail-main { min-width: 0; }
.preview-warning { margin-bottom: 18px; padding: 16px 18px; color: #6f2b12; background: #fff0e8; border: 1px solid #efbca6; border-radius: 13px; }
.preview-warning strong { display: block; margin-bottom: 3px; font-size: 13px; }
.preview-warning p { margin: 0; font-size: 11px; line-height: 1.7; }
.detail-highlight { padding: 25px 28px; background: linear-gradient(110deg, #fff1e9, #fffaf7); border: 1px solid #ffd6c4; border-radius: var(--radius); }
.detail-highlight > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.detail-highlight strong { display: block; margin: 4px 0; color: var(--orange-dark); font-size: clamp(23px, 3vw, 34px); line-height: 1.4; }
.detail-highlight p { margin: 0; color: var(--muted); font-size: 10px; }
.detail-summary, .detail-block { padding: 40px 0; border-bottom: 1px solid var(--line); }
.detail-summary h2, .detail-block h2 { margin-bottom: 16px; font-size: 28px; }
.detail-summary > p, .detail-block > p { color: var(--ink-soft); }
.fact-table { overflow: hidden; margin: 25px 0 0; border: 1px solid var(--line); border-radius: 13px; }
.fact-table > div { display: grid; min-height: 52px; align-items: center; border-top: 1px solid var(--line); grid-template-columns: 140px 1fr; }
.fact-table > div:first-child { border-top: 0; }
.fact-table dt { align-self: stretch; display: flex; align-items: center; padding: 11px 15px; background: #faf7f4; font-size: 11px; font-weight: 800; }
.fact-table dd { margin: 0; padding: 11px 16px; font-size: 13px; }
.text-danger { color: var(--danger); }
.detail-block__head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.detail-block__head > span { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 auto; color: var(--orange-dark); background: var(--orange-soft); border-radius: 50%; font-size: 11px; font-weight: 900; }
.detail-block__head small { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.detail-block__head h2 { margin: 1px 0 0; }
.check-card { margin-top: 24px; padding: 20px 22px; background: var(--cream); border-left: 3px solid var(--orange); border-radius: 0 13px 13px 0; }
.check-card b { font-size: 13px; }
.check-card ul { display: grid; gap: 5px; margin: 10px 0 0; padding-left: 20px; color: var(--muted); font-size: 12px; }
.detail-block--important { margin-top: 12px; padding: 32px; background: #f7f5ff; border: 1px solid #ded9ff; border-radius: var(--radius); }
.detail-block--important .detail-block__head > span { color: var(--purple); background: var(--purple-soft); }
.safety-checks { display: grid; gap: 10px; margin: 23px 0 25px; padding: 0; list-style: none; grid-template-columns: repeat(2, 1fr); }
.safety-checks li { display: flex; flex-direction: column; padding: 14px 15px; background: var(--white); border: 1px solid #e7e2ff; border-radius: 10px; }
.safety-checks b { font-size: 12px; }
.safety-checks span { color: var(--muted); font-size: 10px; }
.source-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px; background: var(--cream); border: 1px solid var(--line); border-radius: 13px; }
.source-box dl { flex: 1; margin: 0; }
.source-box dl > div { display: grid; gap: 10px; padding: 5px 0; grid-template-columns: 90px 1fr; }
.source-box dt { color: var(--muted); font-size: 10px; font-weight: 800; }
.source-box dd { margin: 0; font-size: 12px; font-weight: 700; }
.fine-print { margin-top: 16px !important; color: var(--muted) !important; font-size: 10px !important; line-height: 1.75; }
.detail-sidebar { position: sticky; top: 100px; }
.apply-card { padding: 24px; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.apply-card h2 { margin-bottom: 10px; color: var(--white); font-size: 22px; }
.apply-card > p { color: #c3b6be; font-size: 12px; }
.apply-card .button { margin-top: 9px; }
.apply-card .button--ghost { color: var(--white); border-color: rgba(255, 255, 255, .22); }
.apply-card > small { display: block; margin-top: 14px; color: #9e9098; font-size: 9px; text-align: center; }
.side-checklist { margin-top: 18px; padding: 20px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.side-checklist h2 { font-size: 15px; }
.side-checklist ol { margin: 0 0 14px; padding: 0; list-style: none; }
.side-checklist li { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.side-checklist li span { display: grid; width: 22px; height: 22px; place-items: center; color: var(--orange-dark); background: var(--white); border-radius: 50%; font-size: 9px; }
.side-checklist a { color: var(--orange-dark); font-size: 11px; font-weight: 800; }

/* Guide */
.page-hero--guide { padding: 90px 0; }
.page-hero--guide h1 { max-width: 760px; }
.guide-nav { position: sticky; z-index: 50; top: 76px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 6px 20px rgba(58, 35, 28, .04); }
.guide-nav .container { display: flex; overflow-x: auto; gap: 3px; padding-block: 10px; scrollbar-width: none; }
.guide-nav a { flex: 0 0 auto; padding: 8px 13px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.guide-nav a:hover { color: var(--orange-dark); background: var(--orange-soft); }
.article-layout { display: grid; align-items: start; gap: 65px; grid-template-columns: 190px minmax(0, 1fr); }
.article-index { position: sticky; top: 145px; display: flex; flex-direction: column; gap: 5px; }
.article-index > span { margin-bottom: 10px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.article-index a { padding: 7px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.article-index a:hover { color: var(--orange-dark); }
.article-body > section { position: relative; padding: 0 0 90px; }
.article-body > section + section { padding-top: 90px; border-top: 1px solid var(--line); }
.article-number { position: absolute; top: -37px; right: 0; color: #f1e8e2; font-size: 108px; font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.article-body h2 { position: relative; max-width: 720px; margin-bottom: 25px; font-size: clamp(30px, 4vw, 43px); }
.article-body section > p { position: relative; color: var(--ink-soft); font-size: 15px; }
.compare-cards { display: grid; gap: 13px; margin-top: 30px; grid-template-columns: repeat(3, 1fr); }
.compare-cards > div { padding: 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 13px; }
.compare-cards span { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.compare-cards h3 { margin: 6px 0 8px; font-size: 16px; }
.compare-cards p { margin: 0; color: var(--muted); font-size: 11px; }
.formula-box { margin-top: 18px; padding: 20px 24px; color: var(--white); background: var(--ink); border-radius: 13px; }
.formula-box span { display: block; margin-bottom: 4px; color: #b7aab2; font-size: 10px; }
.formula-box strong { font-size: 19px; }
.formula-box i { margin: 0 10px; color: var(--orange); font-style: normal; }
.big-checklist { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.big-checklist li { display: grid; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); grid-template-columns: 44px 1fr; }
.big-checklist > li > span { display: grid; width: 40px; height: 40px; place-items: center; color: var(--orange-dark); background: var(--orange-soft); border-radius: 50%; font-size: 10px; font-weight: 900; }
.big-checklist b { font-size: 15px; }
.big-checklist p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.callout { margin-top: 25px; padding: 20px 22px; border-radius: 13px; }
.callout--orange { background: var(--orange-soft); border: 1px solid #ffd3c1; }
.callout b { font-size: 14px; }
.callout p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.contract-grid { display: grid; gap: 13px; margin: 27px 0; grid-template-columns: repeat(2, 1fr); }
.law-points { display: grid; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }
.law-points li { display: grid; gap: 10px; padding: 13px 15px; background: #fff; border: 1px solid #e3dfff; border-radius: 10px; grid-template-columns: 95px 1fr; }
.law-points b { color: var(--purple); font-size: 11px; }
.law-points span { color: var(--muted); font-size: 11px; }
.contract-grid > div { padding: 22px; background: #f7f5ff; border: 1px solid #e3dfff; border-radius: 13px; }
.contract-grid span { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.contract-grid h3 { margin: 6px 0 8px; font-size: 17px; }
.contract-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.official-link { display: grid; align-items: center; gap: 3px 15px; padding: 18px 20px; color: var(--white); background: var(--purple); border-radius: 13px; grid-template-columns: 1fr auto; }
.official-link span { color: #d8d2ff; font-size: 9px; }
.official-link b { grid-column: 1; font-size: 14px; }
.official-link i { grid-row: 1 / 3; grid-column: 2; font-style: normal; font-size: 20px; }
.red-flags { display: grid; gap: 10px; margin: 28px 0; grid-template-columns: repeat(2, 1fr); }
.red-flags > div { display: grid; align-items: center; gap: 12px; padding: 15px; background: #fff5f7; border: 1px solid #f3d5dc; border-radius: 11px; grid-template-columns: 28px 1fr; }
.red-flags span { display: grid; width: 27px; height: 27px; place-items: center; color: var(--white); background: var(--danger); border-radius: 50%; font-weight: 900; }
.red-flags p { margin: 0; font-size: 12px; font-weight: 700; }
.consult-grid { display: grid; gap: 12px; margin-top: 28px; }
.consult-grid a { position: relative; display: block; padding: 19px 54px 19px 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; }
.consult-grid a::after { position: absolute; top: 50%; right: 20px; content: "→"; transform: translateY(-50%); }
.consult-grid small, .consult-grid b, .consult-grid span { display: block; }
.consult-grid small { color: var(--muted); font-size: 9px; }
.consult-grid b { margin: 2px 0; font-size: 14px; }
.consult-grid span { color: var(--orange-dark); font-size: 10px; font-weight: 800; }

/* Safety, business and documents */
.page-hero--safety { color: var(--white); background: linear-gradient(125deg, #1c3f38, #142621); }
.page-hero--safety::after { background: radial-gradient(circle, rgba(75, 213, 165, .16), transparent 68%); }
.page-hero--safety .eyebrow { color: #83dfc3; }
.page-hero--safety p, .page-hero--safety .breadcrumbs { color: #b8d0c9; }
.principle-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.principle-grid > div { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.principle-grid span { color: var(--green); font-size: 10px; font-weight: 900; }
.principle-grid h3 { margin: 18px 0 8px; font-size: 20px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.two-column-content { display: grid; align-items: center; gap: 75px; grid-template-columns: 1.15fr .85fr; }
.two-column-content h2 { font-size: 37px; }
.policy-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.policy-list li { position: relative; padding: 13px 15px 13px 44px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: 12px; font-weight: 700; }
.policy-list li::before { position: absolute; top: 50%; left: 15px; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; content: "×"; transform: translateY(-50%); }
.policy-list--deny li::before { color: var(--white); background: var(--danger); }
.safe-box { padding: 34px; color: var(--white); background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.safe-box__mark { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 25px; color: var(--ink); background: var(--apricot); border-radius: 50%; font-size: 24px; font-weight: 900; }
.safe-box h2 { font-size: 27px; }
.safe-box p { color: #c7bbc2; font-size: 13px; }
.report-block { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 44px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.report-block h2 { margin-bottom: 9px; font-size: 34px; }
.report-block p { max-width: 720px; margin: 0; color: var(--muted); }
.report-block .button { flex: 0 0 auto; }

.business-hero { overflow: hidden; padding: 75px 0 80px; color: var(--white); background: linear-gradient(125deg, #2b1c26, #130d12); }
.business-hero__inner { display: grid; align-items: center; gap: 80px; grid-template-columns: 1.18fr .82fr; }
.business-hero h1 { margin-bottom: 23px; font-size: clamp(42px, 5vw, 64px); }
.business-hero p { max-width: 690px; margin-bottom: 28px; color: #c9bdc4; }
.business-stat { padding: 32px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-lg); }
.business-stat > div { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.business-stat small { display: block; color: #ffb28f; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.business-stat strong { display: block; color: var(--white); font-size: 80px; line-height: 1.2; }
.business-stat strong em { margin-left: 5px; color: #ffb28f; font-size: 20px; font-style: normal; }
.business-stat p { margin: 0; color: #a99ca4; font-size: 11px; }
.business-stat ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.business-stat li { display: flex; gap: 9px; font-size: 12px; font-weight: 700; }
.business-stat li span { color: #7be3c3; }
.benefit-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.benefit-grid > div { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-grid span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.benefit-grid h3 { margin: 28px 0 9px; font-size: 21px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.listing-flow { display: grid; gap: 70px; grid-template-columns: 300px 1fr; }
.listing-flow h2 { font-size: 38px; }
.listing-flow ol { margin: 0; padding: 0; list-style: none; }
.listing-flow li { display: grid; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); grid-template-columns: 46px 1fr; }
.listing-flow li:last-child { border-bottom: 1px solid var(--line); }
.listing-flow li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font-size: 11px; font-weight: 900; }
.listing-flow h3 { margin-bottom: 3px; font-size: 17px; }
.listing-flow p { margin: 0; color: var(--muted); font-size: 12px; }
.entry-panel { display: grid; overflow: hidden; gap: 60px; padding: 50px; background: var(--ink); border-radius: var(--radius-lg); grid-template-columns: 1fr 340px; }
.entry-panel h2 { color: var(--white); font-size: 38px; }
.entry-panel p, .entry-panel li { color: #bcb0b7; }
.entry-panel ul { padding-left: 20px; font-size: 12px; }
.entry-panel__action { display: flex; flex-direction: column; justify-content: center; padding: 28px; background: var(--white); border-radius: 20px; text-align: center; }
.entry-panel__action > span { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.entry-panel__action strong { margin: 5px 0; font-size: 27px; }
.entry-panel__action small { margin-bottom: 18px; color: var(--muted); font-size: 10px; }
.entry-panel__action > a:last-child { margin-top: 13px; color: var(--muted); font-size: 10px; text-decoration: underline; }

.manifesto { display: grid; gap: 75px; grid-template-columns: .9fr 1.1fr; }
.manifesto h2 { font-size: 44px; }
.manifesto p { color: var(--ink-soft); font-size: 16px; }
.value-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.value-grid > div { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.value-grid span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.value-grid h3 { margin: 35px 0 8px; font-size: 22px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.simple-doc { max-width: 850px; }
.simple-doc > h2 { margin-top: 48px; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 24px; }
.simple-doc > h2:first-of-type { margin-top: 0; }
.simple-doc p, .simple-doc li { color: var(--ink-soft); font-size: 14px; }
.simple-doc li { margin-bottom: 5px; }
.simple-doc dl { overflow: hidden; margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; }
.simple-doc dl > div { display: grid; border-top: 1px solid var(--line); grid-template-columns: 160px 1fr; }
.simple-doc dl > div:first-child { border-top: 0; }
.simple-doc dt { padding: 13px 16px; background: var(--cream); font-size: 12px; font-weight: 800; }
.simple-doc dd { margin: 0; padding: 13px 16px; font-size: 13px; }
.simple-doc dd a { color: var(--orange-dark); text-decoration: underline; }
.doc-updated { color: var(--muted) !important; font-size: 11px !important; text-align: right; }
.doc-cta { margin-top: 50px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.doc-cta h2 { margin-bottom: 7px; font-size: 23px; }
.doc-cta p { font-size: 12px; }

.contact-layout { display: grid; align-items: start; gap: 65px; grid-template-columns: 1fr 380px; }
.contact-options { border-top: 1px solid var(--line); }
.contact-option { display: grid; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); grid-template-columns: 50px 1fr; }
.contact-option > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--orange-dark); background: var(--orange-soft); border-radius: 50%; font-size: 10px; font-weight: 900; }
.contact-option h2 { margin-bottom: 7px; font-size: 21px; }
.contact-option p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-card { position: sticky; top: 100px; padding: 30px; color: var(--white); background: var(--ink); border-radius: var(--radius-lg); }
.contact-card h2 { font-size: 26px; }
.contact-card > p { color: #c4b7bf; font-size: 13px; }
.contact-card > small { display: block; margin-top: 14px; color: #9f929a; font-size: 9px; }
.contact-warning { margin-top: 24px; padding: 15px; background: rgba(255, 255, 255, .07); border-radius: 10px; }
.contact-warning b { color: #ffb28f; font-size: 11px; }
.contact-warning p { margin: 3px 0 0; color: #b8abb3; font-size: 10px; }
.not-found { display: grid; min-height: 65vh; place-items: center; padding: 80px 0; background: var(--cream); text-align: center; }
.not-found > .container > span { color: #efdcd1; font-size: 130px; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 10px 0; font-size: 36px; }
.not-found p { color: var(--muted); }
.not-found .button { margin: 7px; }

/* Dialogs, compare and feedback */
dialog { max-width: calc(100% - 30px); padding: 0; border: 0; }
dialog::backdrop { background: rgba(22, 14, 20, .68); backdrop-filter: blur(4px); }
.age-gate { width: min(460px, calc(100% - 30px)); padding: 38px; border-radius: 26px; text-align: center; box-shadow: 0 40px 100px rgba(0, 0, 0, .3); }
.age-gate__mark { display: grid; width: 82px; height: 82px; place-items: center; margin: 0 auto 20px; color: var(--white); background: var(--orange); border-radius: 26px; font-size: 37px; font-weight: 900; transform: rotate(-3deg); }
.age-gate__mark span { font-size: 18px; }
.age-gate h2 { margin: 2px 0 12px; font-size: 32px; }
.age-gate p { color: var(--muted); font-size: 13px; }
.age-gate__exit { display: inline-block; margin: 15px 0 10px; color: var(--muted); font-size: 11px; text-decoration: underline; }
.age-gate > small { display: block; color: #a89ba2; font-size: 9px; }
.compare-bar { position: fixed; z-index: 130; right: 0; bottom: 0; left: 0; padding: 12px 0; color: var(--white); background: rgba(39, 28, 37, .96); box-shadow: 0 -8px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(12px); }
.compare-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.compare-bar p { margin: 0; font-size: 13px; }
.compare-bar p strong { margin-right: 3px; color: #ff9e77; font-size: 22px; }
.compare-bar__inner > div { display: flex; gap: 8px; }
.compare-bar .button--ghost { color: var(--white); border-color: rgba(255, 255, 255, .22); }
.compare-bar .button--dark { color: var(--ink); background: var(--white); }
.compare-dialog { width: min(900px, calc(100% - 30px)); max-height: min(720px, calc(100vh - 40px)); padding: 28px; border-radius: 24px; box-shadow: 0 40px 100px rgba(0, 0, 0, .3); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.dialog-head h2 { margin: 0; font-size: 30px; }
.dialog-close { width: 42px; height: 42px; background: var(--cream); border-radius: 50%; font-size: 24px; }
.compare-table-wrap { overflow: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.compare-table th, .compare-table td { min-width: 190px; padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th:first-child { min-width: 100px; color: var(--muted); background: var(--cream); }
.compare-table td strong { display: block; font-size: 15px; }
.compare-table td a { color: var(--orange-dark); font-weight: 800; }
.toast { position: fixed; z-index: 300; right: 22px; bottom: 22px; max-width: 340px; padding: 13px 18px; color: var(--white); background: var(--ink); border-radius: 10px; box-shadow: var(--shadow-md); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px #6b1f00; }

@media (max-width: 1050px) {
    .hero__inner { gap: 38px; grid-template-columns: 1fr 400px; }
    .hero h1 { font-size: 54px; }
    .hero-visual { min-height: 450px; }
    .transparency-grid { gap: 55px; }
    .jobs-layout { grid-template-columns: 245px minmax(0, 1fr); }
    .principle-grid { grid-template-columns: repeat(2, 1fr); }
    .business-hero__inner { gap: 45px; }
}

@media (max-width: 880px) {
    html { scroll-padding-top: 86px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .section { padding: 76px 0; }
    .site-header__inner { min-height: 66px; }
    .brand img { width: 165px; }
    .menu-button { display: grid; }
    .site-nav { position: absolute; top: 66px; right: 16px; left: 16px; display: none; align-items: stretch; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); }
    .site-nav.is-open { display: grid; }
    .site-nav > a { padding: 12px 14px; }
    .site-nav .nav-favorite { margin: 5px 0 0; text-align: center; }
    .hero { padding-top: 65px; }
    .hero__inner { grid-template-columns: 1fr; }
    .hero__copy { padding-bottom: 15px; }
    .hero__copy > p { max-width: 650px; }
    .hero-visual { width: min(100%, 600px); min-height: 420px; margin: 0 auto; }
    .hero__search { margin-top: 0; }
    .search-panel { grid-template-columns: repeat(2, 1fr); }
    .search-panel--compact .search-panel__field--keyword { grid-column: span 2; }
    .search-panel__submit { grid-column: span 2; }
    .field-grid { grid-template-columns: 1fr; }
    .job-grid { grid-template-columns: 1fr; }
    .transparency-grid { grid-template-columns: 1fr; }
    .standard-list { max-width: 640px; }
    .guide-grid { grid-template-columns: 1fr; }
    .guide-grid > a { min-height: 230px; }
    .site-footer__grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
    .site-footer__grid > div:last-child { grid-column: 2 / 4; }
    .jobs-layout { grid-template-columns: 1fr; }
    .filter-sidebar { position: static; }
    .detail-layout { grid-template-columns: 1fr; }
    .detail-sidebar { position: static; }
    .apply-card { display: none; }
    .side-checklist { max-width: 500px; }
    .mobile-apply { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: grid; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(58, 35, 28, .12); backdrop-filter: blur(12px); grid-template-columns: 68px 1fr; }
    .mobile-apply .favorite-button { display: flex; height: 52px; flex-direction: column; gap: 0; border-radius: 12px; }
    .mobile-apply .favorite-button span { font-size: 19px; }
    .mobile-apply .favorite-button small { font-size: 8px; }
    .mobile-apply .button { min-height: 52px; border-radius: 12px; }
    .page-job-detail .compare-bar { display: none !important; }
    .page-job-detail .site-footer { padding-bottom: 86px; }
    .article-layout { grid-template-columns: 1fr; }
    .article-index { display: none; }
    .two-column-content, .business-hero__inner, .manifesto, .contact-layout { grid-template-columns: 1fr; }
    .safe-box, .business-stat { max-width: 580px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .listing-flow { gap: 28px; grid-template-columns: 1fr; }
    .entry-panel { gap: 35px; grid-template-columns: 1fr; }
    .entry-panel__action { max-width: 440px; }
    .contact-card { position: static; max-width: 520px; }
}

@media (max-width: 620px) {
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); font-size: 15px; }
    .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 62px 0; }
    .section-heading { margin-bottom: 28px; }
    .section-heading--split { display: block; }
    .section-heading--split > p, .section-heading--split > a { margin-top: 15px; }
    .section-heading h2 { font-size: 31px; }
    .age-notice__inner { min-height: 36px; }
    .age-notice__inner span { font-size: 10px; }
    .age-notice__inner a { display: none; }
    .site-header__inner { min-height: 62px; }
    .site-nav { top: 62px; }
    .brand img { width: 152px; }
    .hero { padding-top: 48px; }
    .hero__inner { gap: 25px; }
    .hero__eyebrow { margin-bottom: 16px; font-size: 9px; }
    .hero h1 { margin-bottom: 18px; font-size: clamp(38px, 12vw, 50px); line-height: 1.25; }
    .hero h1 em::after { bottom: 1px; height: 10px; }
    .hero__copy > p { font-size: 14px; line-height: 1.8; }
    .hero__trust { gap: 7px 12px; font-size: 10px; }
    .hero-visual { min-height: 370px; padding: 18px; border-radius: 24px 24px 0 0; transform: none; }
    .hero-visual__score { margin: 22px 0 17px; }
    .hero-visual__score strong { font-size: 43px; }
    .hero-visual__score svg { width: 80px; height: 80px; }
    .hero-visual__rows > div { padding: 11px 12px; }
    .hero__search { width: 100%; padding: 22px 14px 18px; border-radius: 0; }
    .hero__search-head { align-items: center; margin-bottom: 15px; }
    .hero__search-head h2 { font-size: 19px; }
    .hero__search-head p { display: none; }
    .search-panel { display: grid; grid-template-columns: 1fr; }
    .search-panel--compact .search-panel__field--keyword { grid-column: auto; }
    .search-panel__submit { grid-column: auto; }
    .search-panel__field { padding: 9px 12px; }
    .category-section { padding-top: 60px; }
    .field-card { gap: 15px; min-height: 0; padding: 22px 18px; grid-template-columns: 62px 1fr 30px; }
    .field-card__icon { width: 60px; height: 60px; border-radius: 17px; }
    .field-card__icon span { font-size: 18px; }
    .field-card h3 { font-size: 21px; }
    .field-card p { font-size: 11px; }
    .field-card__arrow { width: 30px; height: 30px; }
    .job-card, .jobs-results .job-card { padding: 17px; border-radius: 16px; }
    .job-card__topline { margin-bottom: 14px; }
    .job-card__heading, .jobs-results .job-card__heading { gap: 10px; grid-template-columns: 49px minmax(0, 1fr) 36px; }
    .job-monogram, .jobs-results .job-monogram { width: 49px; height: 49px; border-radius: 14px; font-size: 20px; }
    .job-card h3, .jobs-results .job-card h3 { font-size: 18px; }
    .job-card__salary { margin: 14px 0 11px; }
    .job-card__salary strong { font-size: 18px; }
    .job-card__facts { grid-template-columns: 1fr; }
    .job-card__facts > div + div { border-top: 1px solid var(--line); border-left: 0; }
    .job-card__actions { align-items: stretch; flex-direction: column-reverse; }
    .job-card__actions .button { width: 100%; }
    .compare-button { align-self: center; }
    .transparency-grid { gap: 42px; }
    .transparency-copy h2 { font-size: 32px; }
    .business-cta { padding: 45px 0; }
    .business-cta__inner { align-items: flex-start; flex-direction: column; }
    .business-cta h2 { font-size: 28px; }
    .site-footer { padding: 58px 0 94px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / 3; }
    .site-footer__grid > div:last-child { grid-column: 1 / 3; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .mobile-nav { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; display: grid; padding: 6px 5px calc(6px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -5px 22px rgba(58, 35, 28, .09); backdrop-filter: blur(12px); grid-template-columns: repeat(4, 1fr); }
    .mobile-nav a { display: flex; align-items: center; flex-direction: column; gap: 0; color: var(--muted); font-size: 8px; font-weight: 800; }
    .mobile-nav a > span { height: 26px; color: var(--ink); font-size: 20px; line-height: 1; }
    .mobile-nav a b { position: absolute; margin: -3px 0 0 18px; display: grid; min-width: 16px; height: 16px; place-items: center; color: var(--white); background: var(--orange); border-radius: 99px; font-size: 8px; }
    .page-job-detail { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
    .page-job-detail .mobile-nav { display: none; }
    .page-job-detail .mobile-apply { display: grid; }
    .page-hero { padding: 55px 0; }
    .page-hero h1 { font-size: 37px; }
    .page-hero p { font-size: 13px; }
    .page-hero--jobs { padding-bottom: 65px; }
    .jobs-search-strip { margin-top: -23px; }
    .jobs-search-strip .search-panel { padding: 13px; }
    .jobs-section { padding-top: 40px; }
    .filter-sidebar { display: none; }
    .results-toolbar { align-items: flex-start; }
    .sort-form { align-items: flex-end; flex-direction: column; gap: 2px; }
    .results-count strong { font-size: 28px; }
    .detail-top { padding: 30px 0; }
    .detail-source { align-items: flex-start; flex-direction: column; gap: 2px; }
    .detail-heading { gap: 12px; grid-template-columns: 62px 1fr; }
    .detail-heading .job-monogram--large { width: 62px; height: 62px; border-radius: 18px; font-size: 26px; }
    .detail-heading h1 { font-size: 30px; }
    .detail-heading > .favorite-button { display: none; }
    .detail-section { padding-top: 36px; }
    .detail-highlight { padding: 20px; }
    .detail-highlight strong { font-size: 23px; }
    .detail-summary, .detail-block { padding: 32px 0; }
    .fact-table > div { grid-template-columns: 110px 1fr; }
    .detail-block--important { padding: 22px 18px; }
    .safety-checks { grid-template-columns: 1fr; }
    .source-box { align-items: stretch; flex-direction: column; }
    .source-box .button { width: 100%; }
    .side-checklist { display: none; }
    .page-job-detail .site-footer { padding-bottom: 90px; }
    .guide-nav { top: 62px; }
    .article-body > section { padding-bottom: 65px; }
    .article-body > section + section { padding-top: 65px; }
    .article-number { top: -25px; font-size: 78px; }
    .article-body h2 { font-size: 30px; }
    .compare-cards, .contract-grid, .red-flags { grid-template-columns: 1fr; }
    .formula-box strong { font-size: 14px; }
    .formula-box i { margin: 0 4px; }
    .principle-grid { grid-template-columns: 1fr; }
    .two-column-content { gap: 35px; }
    .report-block { align-items: flex-start; flex-direction: column; padding: 26px 22px; }
    .report-block h2 { font-size: 28px; }
    .business-hero { padding: 55px 0; }
    .business-hero h1 { font-size: 39px; }
    .business-stat { padding: 25px; }
    .business-stat strong { font-size: 65px; }
    .entry-panel { padding: 28px 20px; border-radius: 22px; }
    .entry-panel h2 { font-size: 29px; }
    .manifesto { gap: 25px; }
    .manifesto h2 { font-size: 34px; }
    .value-grid { grid-template-columns: 1fr; }
    .simple-doc dl > div { grid-template-columns: 115px 1fr; }
    .contact-layout { gap: 35px; }
    .contact-card { padding: 25px 20px; }
    .not-found > .container > span { font-size: 95px; }
    .age-gate { padding: 28px 20px; }
    .compare-bar { bottom: calc(66px + env(safe-area-inset-bottom)); }
    .page-job-detail .compare-bar { display: none !important; }
    .compare-bar .button { min-height: 40px; padding-inline: 13px; }
    .compare-dialog { padding: 20px 14px; }
    .toast { right: 14px; bottom: 82px; left: 14px; max-width: none; text-align: center; }
}

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