:root {
  --navy: #102a43;
  --navy-soft: #183f5c;
  --coral: #cc412b;
  --coral-dark: #ad3020;
  --sky: #4e9fc8;
  --ivory: #faf8f2;
  --sand: #ece4d6;
  --ink: #213547;
  --muted: #5e7281;
  --white: #fff;
  --line: #dce4e8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 22px 60px rgba(16, 42, 67, .12);
  --content-max: 1280px;
  --header-max: 1440px;
  --footer-max: 1280px;
  --gutter: 32px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fbfcfd; font: 16px/1.65 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(var(--content-max), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.header-container { width: min(var(--header-max), calc(100% - (var(--gutter) * 2))); }
.footer-container { width: min(var(--footer-max), calc(100% - (var(--gutter) * 2))); }
.narrow { max-width: 1060px; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .75rem 1rem; border-radius: .5rem; background: var(--white); box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #ffc1b4; }
.lead { color: var(--navy); font-size: 1.18rem; }

.site-header { position: sticky; z-index: 30; top: 0; height: 92px; border-bottom: 1px solid rgba(16, 42, 67, .08); background: rgba(251, 252, 253, .92); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; line-height: 1; }
.brand img { width: 52px; height: 52px; border-radius: 14px; object-fit: cover; }
.brand span { display: flex; flex-direction: column; align-items: center; text-align: center; }
.brand strong { color: var(--navy); font: 700 1.06rem var(--serif); }
.brand small { margin-top: .35rem; color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .27em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .15rem; font-size: .88rem; font-weight: 700; }
.main-nav a { padding: .65rem .8rem; border-radius: 99px; color: #506475; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); background: #eaf1f4; }
.main-nav .nav-cta { margin-left: .35rem; padding-inline: 1rem; color: var(--white); background: var(--navy); }
.main-nav .nav-cta:hover { color: var(--white); background: var(--navy-soft); }
.menu-toggle { display: none; min-width: 52px; min-height: 44px; border: 0; border-radius: 9px; color: var(--white); background: var(--navy); cursor: pointer; }

.hero { position: relative; min-height: 700px; overflow: hidden; color: var(--navy); background: radial-gradient(circle at 12% 18%, #deeff7 0, transparent 30%), linear-gradient(135deg, #fbf9f3, #eff4f6); }
.hero::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(90deg, #f8f8f4 0%, rgba(248, 248, 244, .97) 45%, rgba(248, 248, 244, .15) 72%, transparent); }
.hero-media { position: absolute; inset: 28px 24px 28px 48%; overflow: hidden; margin: 0; border-radius: 30px; background: var(--navy); box-shadow: 0 30px 80px rgba(16, 42, 67, .18); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; right: 22px; bottom: 22px; padding: .7rem .9rem; border: 1px solid rgba(255, 255, 255, .35); border-radius: 99px; color: var(--white); background: rgba(12, 38, 60, .78); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.hero-grid { position: relative; z-index: 2; min-height: 700px; display: grid; align-items: center; }
.hero-copy { max-width: 760px; padding: 60px 0; }
.hero h1, .page-hero h1 { max-width: 820px; margin: .2rem 0 1.4rem; color: inherit; font: 700 clamp(3.4rem, 6vw, 5.8rem)/.99 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero h1 { font-size: clamp(2.6rem, 4.2vw, 4rem); line-height: 1.03; letter-spacing: -.04em; }
.hero-copy > p { max-width: 610px; color: #506777; font-size: 1.12rem; }
.search-panel { position: relative; width: min(1040px, calc(100vw - 64px)); margin-top: 2.2rem; padding: 7px; display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: end; gap: 1px; border: 1px solid rgba(16, 42, 67, .1); border-radius: 15px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow); }
.search-panel-compact { width: min(720px, calc(100vw - 64px)); grid-template-columns: 1fr auto; }
.search-panel label { padding: .6rem 1rem; color: var(--navy); }
.search-panel label + label { border-left: 1px solid var(--line); }
.search-panel label span, .directory-search span { display: block; margin-bottom: .2rem; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-panel select { width: 100%; padding: .25rem 1.8rem .25rem 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.hero-proof { margin-top: 1.7rem; display: flex; gap: 1.7rem; color: #5c7180; font-size: .84rem; }
.hero-proof span::before { margin-right: .45rem; color: var(--coral); content: '✓'; font-weight: 800; }

.button { min-height: 50px; padding: .75rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 0; border-radius: 8px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(16, 42, 67, .13); }
.button-coral { color: var(--white); background: var(--coral); }
.button-coral:hover { background: var(--coral-dark); }
.button-ivory { color: var(--navy); background: var(--ivory); }
.button-outline { border: 1px solid var(--navy); color: var(--navy); background: transparent; }
.button.full { width: 100%; }
.text-link { display: inline-block; padding-bottom: .12rem; border-bottom: 2px solid var(--coral); color: var(--navy); font-weight: 800; }

.intro-strip { padding: 35px 0; border-bottom: 1px solid var(--sand); background: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr) 2fr; align-items: center; }
.stat { padding: 0 1.45rem; border-right: 1px solid var(--sand); }
.stat:first-child { padding-left: 0; }
.stat strong { display: block; color: var(--navy); font-size: 2rem; line-height: 1; letter-spacing: -.06em; }
.stat span { color: var(--muted); font-size: .8rem; }
.stats-copy { padding-left: 2.4rem; }
.stats-copy .eyebrow { margin: 0; }
.stats-copy p { margin: .25rem 0 0; font-weight: 650; }
.section { padding: 104px 0; }
.section-heading { margin-bottom: 3rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading p { max-width: 490px; margin: 0; color: var(--muted); }
.section-heading h2, .feature-copy h2, .editorial-grid h2, .region-detail-grid h2, .directory-tools h2 { margin: .15rem 0; color: var(--navy); font: 700 clamp(2.35rem, 4.5vw, 4rem)/1.08 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.centered { text-align: center; }

.intent-section { background: #f3f7f8; }
.intent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.intent-grid > a { position: relative; min-height: 310px; padding: 1.65rem; display: flex; align-items: flex-start; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 30px rgba(16, 42, 67, .045); transition: transform .2s, border-color .2s, box-shadow .2s; }
.intent-grid > a:hover { transform: translateY(-5px); border-color: #bfd0d9; box-shadow: var(--shadow); }
.intent-icon { width: 48px; height: 48px; margin-bottom: 1.5rem; border-radius: 14px; color: var(--coral); background: #fae5df; font: 700 1.45rem/48px var(--serif); text-align: center; }
.intent-grid small { color: var(--sky); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.intent-grid h3 { margin: .65rem 0 .7rem; color: var(--navy); font: 700 1.45rem/1.14 var(--serif); }
.intent-grid p { margin: 0 0 1.4rem; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.intent-grid strong { margin-top: auto; color: var(--navy); font-size: .78rem; }
.intent-grid strong span { color: var(--coral); }

.regions-section { background: var(--white); }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 188px; gap: 17px; }
.region-card { position: relative; isolation: isolate; overflow: hidden; padding: 1.7rem; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(16, 42, 67, .08); border-radius: 20px; background: linear-gradient(145deg, #f8f5ec, #e9f0f3); transition: transform .2s, box-shadow .2s; }
.region-card-photo { color: var(--white); background: var(--navy); }
.region-card-photo > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.region-card-photo::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(0deg, rgba(8, 29, 46, .9), rgba(8, 29, 46, .08) 78%); }
.region-card-photo:hover > img { transform: scale(1.045); }
.region-card::before { position: absolute; z-index: -1; top: -70px; right: -55px; width: 185px; height: 185px; border: 1px solid rgba(78, 159, 200, .25); border-radius: 50%; content: ''; box-shadow: 0 0 0 25px rgba(78, 159, 200, .04); }
.region-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.region-card > span { color: var(--navy); font: 700 1.3rem var(--serif); }
.region-card small { margin-top: .35rem; color: var(--coral); font-weight: 800; }
.region-card-photo > span { color: var(--white); text-shadow: 0 1px 12px rgba(0, 0, 0, .35); }
.region-card-photo small { color: #ffc1b4; }
.region-featured { grid-row: span 2; background: linear-gradient(0deg, rgba(9, 35, 56, .92), rgba(9, 35, 56, .02)), url('/assets/img/voyager-1.wwc.webp?v=38156') center / cover; }
.region-featured > span { color: var(--white); font-size: 1.85rem; }
.region-featured small { color: #ffc1b4; }
.region-all { background: var(--navy); }
.region-all > span { color: var(--white); }
.feature-section { background: #f0f5f6; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: center; }
.feature-image { position: relative; }
.feature-image::before { position: absolute; bottom: -22px; left: -22px; width: 70%; height: 80%; border-radius: 24px; background: var(--sky); content: ''; }
.feature-image img { position: relative; width: 100%; height: 520px; border-radius: 24px; object-fit: cover; }
.directory-illustration { margin: 0; }
.directory-illustration::before { background: #f2c9bd; }
.directory-illustration img { border: 1px solid rgba(16, 42, 67, .08); object-position: center; }
.feature-copy > p { color: var(--muted); font-size: 1.05rem; }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .8rem 0 .8rem 2.2rem; border-bottom: 1px solid var(--sand); }
.check-list li::before { position: absolute; top: .85rem; left: 0; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: #23775c; background: #ddf1e9; content: '✓'; font-size: .78rem; font-weight: 800; line-height: 1.35rem; text-align: center; }
.check-list strong, .check-list span { display: block; }
.check-list span { color: var(--muted); font-size: .87rem; }
.decision-section { padding-top: 0; background: #f0f5f6; }
.decision-section + .steps-section { padding-top: 104px; }
.decision-section .eyebrow { color: #ffd0c7; }
.decision-card { position: relative; overflow: hidden; padding: 3.2rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8%; border-radius: 24px; color: var(--white); background: radial-gradient(circle at 85% 15%, #286887 0, transparent 34%), linear-gradient(125deg, #0d2940, #164765); }
.decision-card::after { position: absolute; top: -165px; right: -70px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.025); content: ''; }
.decision-card > * { position: relative; z-index: 1; }
.decision-card h2 { max-width: 760px; margin: .2rem 0 1rem; color: var(--white); font: 700 clamp(2.1rem, 4vw, 3.4rem)/1.07 var(--serif); letter-spacing: -.035em; }
.decision-card p { max-width: 740px; margin-bottom: 1.7rem; color: #c3d3dc; }
.decision-card dl { margin: 0; }
.decision-card dl > div { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.decision-card dt { color: #ffc1b4; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.decision-card dd { margin: .25rem 0 0; color: var(--white); font-size: .88rem; line-height: 1.45; }
.decision-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.decision-link { padding: .55rem 0; border-bottom: 2px solid #ffc1b4; color: var(--white); font-size: .85rem; font-weight: 800; }
.steps-section { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.steps-grid article, .values-grid article { min-height: 245px; padding: 2.4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.steps-grid article, .values-grid article { overflow: hidden; padding: 0 1.45rem 1.6rem; }
.steps-grid article figure, .values-grid article figure { height: 160px; margin: 0 -1.45rem 1.2rem; overflow: hidden; }
.steps-grid article figure img, .values-grid article figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.steps-grid article > span, .values-grid article > span { color: var(--coral); font: 700 1.8rem var(--serif); }
.steps-grid h3, .values-grid h3 { color: var(--navy); font: 700 1.3rem var(--serif); }
.steps-grid p, .values-grid p { color: var(--muted); }
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; align-items: start; }
.faq-layout h2 { margin: .2rem 0 1rem; color: var(--navy); font: 700 clamp(2.3rem, 4.5vw, 3.8rem)/1.06 var(--serif); letter-spacing: -.04em; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; color: var(--navy); font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1rem; right: .1rem; width: 34px; height: 34px; border-radius: 50%; color: var(--navy); background: #eaf2f5; content: '+'; font-size: 1.2rem; line-height: 34px; text-align: center; }
.faq-list details[open] summary::after { color: var(--white); background: var(--navy); content: '−'; }
.faq-list details p { margin: 0; padding: 0 3rem 1.4rem 0; color: var(--muted); }
.cta-band { position: relative; width: min(var(--content-max), calc(100% - (var(--gutter) * 2))); overflow: hidden; margin: 0 auto 20px; padding: 62px 0; border-radius: 26px; color: var(--white); background: linear-gradient(115deg, #b93624, var(--coral) 55%, #c84a34); }
.cta-band .eyebrow.light { color: var(--white); }
.cta-band::after { position: absolute; top: -190px; right: 7%; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 255, 255, .05); content: ''; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { margin: 0; font: 700 clamp(2rem, 4vw, 3rem) var(--serif); }

.page-hero { padding: 72px 0 88px; border-radius: 0 0 28px 28px; color: var(--white); background: radial-gradient(circle at 85% 10%, #286887 0, transparent 32%), linear-gradient(125deg, #0d2940, #164765); }
.page-hero h1 { max-width: 930px; margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.page-hero p { max-width: 700px; color: rgba(255, 255, 255, .78); font-size: 1.08rem; }
.page-hero.compact { padding: 50px 0; }
.page-hero.compact h1 { margin: 0; }
.page-photo-banner { position: relative; z-index: 2; height: clamp(280px, 31vw, 470px); overflow: hidden; margin-top: -42px; margin-bottom: 0; border: 6px solid var(--white); border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); }
.page-photo-banner img { width: 100%; height: 100%; object-fit: cover; }
.page-photo-banner.photo-focus-right img { object-position: center 58%; }
.page-photo-banner.photo-focus-center img { object-position: center; }
.page-photo-banner figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; max-width: min(430px, calc(100% - 2.5rem)); padding: .75rem 1rem; border: 1px solid rgba(255, 255, 255, .28); border-radius: 99px; color: var(--white); background: rgba(11, 33, 53, .82); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 700; line-height: 1.35; }
.breadcrumb { margin-bottom: 2rem; }
.breadcrumb ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; color: rgba(255, 255, 255, .68); font-size: .78rem; list-style: none; }
.breadcrumb li:not(:last-child)::after { margin-left: .5rem; content: '/'; opacity: .65; }
.breadcrumb a { color: var(--white); }
.directory-section { background: #f2f6f7; }
.directory-tools { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.directory-tools h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.directory-search { width: min(430px, 100%); padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.directory-search input, .directory-search select { width: 100%; padding: .3rem 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-status { margin: 2rem 0 1rem; color: var(--muted); font-size: .82rem; }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.directory-card { padding: 1rem; display: grid; grid-template-columns: 92px auto 1fr auto; align-items: center; gap: 1.1rem; border: 1px solid rgba(16, 42, 67, .08); border-radius: 15px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.directory-card-photo { width: 92px; height: 72px; border-radius: 10px; object-fit: cover; }
.directory-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(16, 42, 67, .08); }
.directory-letter { width: 48px; height: 48px; border-radius: 13px; color: var(--coral); background: #fae5df; font: 700 1.2rem/48px var(--serif); text-align: center; }
.directory-card h3 { margin: 0; color: var(--navy); font: 700 1.18rem var(--serif); }
.directory-card p { margin: .2rem 0 0; color: var(--muted); font-size: .75rem; }
.card-link { color: var(--coral); font-size: .8rem; font-weight: 800; }
.empty-message { padding: 2rem; border-radius: 12px; text-align: center; background: var(--white); }
.trust-section { background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8%; }
.editorial-grid p { color: var(--muted); }
.editorial-grid .lead { color: var(--navy); }
.region-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.region-index-grid article { position: relative; overflow: hidden; min-height: 430px; padding: 2rem; display: flex; flex-direction: column; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.region-index-card { isolation: isolate; border-color: rgba(255,255,255,.22) !important; color: var(--white); background: var(--navy) !important; }
.region-index-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(7,27,43,.16), rgba(7,27,43,.94) 88%); content: ''; }
.region-index-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.region-index-grid .region-index-card > span { color: rgba(255,255,255,.18); }
.region-index-grid .region-index-card h3, .region-index-grid .region-index-card h3 a { color: var(--white); }
.region-index-grid .region-index-card p { color: rgba(255,255,255,.82); }
.region-index-grid .region-index-card small { color: #bfe5f6; }
.region-index-grid .region-index-card .text-link { position: relative; z-index: 1; color: var(--white); }
.region-index-grid .region-index-card .text-link span { color: #ffc1b4; }
.region-index-grid article > span { position: absolute; top: -2rem; right: 1rem; color: #eef3f5; font: 700 8rem var(--serif); }
.region-index-grid h2, .region-index-grid h3 { position: relative; margin: 1rem 0; color: var(--navy); font: 700 1.6rem var(--serif); }
.region-index-grid p { position: relative; color: var(--muted); }
.region-index-grid small { position: relative; margin-bottom: 1.6rem; color: var(--sky); font-weight: 700; }
.region-index-grid .text-link { margin-top: auto; }
.region-detail-grid { display: grid; grid-template-columns: 1fr 370px; gap: 7%; align-items: start; }
.region-detail-grid > div > p { color: var(--muted); }
.region-detail-grid > div > .lead { color: var(--navy); }
.city-grid { margin: 2rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.city-grid > div { padding: 1.1rem; display: grid; grid-template-columns: auto 1fr; column-gap: .7rem; border: 1px solid var(--line); border-radius: 12px; }
.city-grid > div > span { grid-row: span 2; color: var(--coral); }
.city-grid strong { color: var(--navy); }
.city-grid small { color: var(--muted); }
.selection-card, .contact-card { position: sticky; top: 112px; padding: 2rem; border-radius: 18px; color: var(--white); background: linear-gradient(145deg, var(--navy), #18496a); }
.selection-card h2, .contact-card h2 { color: var(--white); font-size: 2rem; }
.selection-card .check-list li, .light-list li { border-color: rgba(255, 255, 255, .16); }
.selection-card .check-list span, .light-list span { color: #b9cad4; }
.local-seo-section, .guide-cta { background: var(--ivory); }

.guide-paths { padding-bottom: 0; }
.guide-paths .section-heading { margin-bottom: 2rem; }
.guide-paths .section-heading p { max-width: 650px; margin: .8rem 0 0; color: var(--muted); }
.guide-path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.guide-path-grid a { min-height: 190px; padding: 1.5rem; display: flex; align-items: flex-start; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .2s, border-color .2s, box-shadow .2s; }
.guide-path-grid a:hover { transform: translateY(-3px); border-color: #c2d3da; box-shadow: 0 16px 36px rgba(16, 42, 67, .08); }
.guide-path-grid a > span { color: var(--coral); font: 700 1.2rem var(--serif); }
.guide-path-grid strong { margin-top: 1.1rem; color: var(--navy); font: 700 1.35rem/1.15 var(--serif); }
.guide-path-grid small { margin-top: .55rem; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.article-grid { display: grid; gap: 16px; }
.article-grid article { padding: 1rem; display: grid; grid-template-columns: 220px 70px 1fr; gap: 1.5rem; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--white); scroll-margin-top: 110px; }
.article-card-media { align-self: stretch; min-height: 170px; margin: 0; overflow: hidden; border-radius: 12px; }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; }
.article-number { color: var(--coral); font: 700 2rem var(--serif); }
.article-grid h2 { margin: 0 0 .7rem; color: var(--navy); font: 700 clamp(1.7rem, 3vw, 2.4rem) var(--serif); }
.article-grid p { max-width: 760px; color: var(--muted); }
.guide-card-meta { margin-bottom: .45rem; display: flex; flex-wrap: wrap; gap: .4rem .85rem; color: #56707f; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-card-meta span + span::before { margin-right: .85rem; color: var(--coral); content: '•'; }
.advice-method { background: #f2f6f7; }
.advice-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.advice-method-grid article { min-height: 235px; padding: 2rem; border: 1px solid #d5e0e5; border-radius: 18px; background: var(--white); }
.advice-method-grid article > span { color: var(--coral); font: 700 1.2rem var(--serif); }
.advice-method-grid h3 { margin: 1.25rem 0 .65rem; color: var(--navy); font: 700 1.55rem/1.15 var(--serif); }
.advice-method-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.advice-method-link { margin: 1.7rem 0 0; }
.article-inline-photo { margin: 0 0 2.6rem; overflow: hidden; border-radius: 16px; background: var(--ivory); }
.article-inline-photo img { display: block; width: 100%; max-height: 410px; object-fit: cover; }
.article-inline-photo figcaption { padding: .8rem 1rem; color: var(--muted); font-size: .9rem; }
.article-hero .container { margin-inline: auto; }
.article-layout { padding-top: 80px; padding-bottom: 100px; display: grid; grid-template-columns: 270px 1fr; gap: 8%; align-items: start; }
.employment-visuals { padding-top: 0; }
.employment-visual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.employment-visual-grid figure { margin: 0; overflow: hidden; border-radius: 18px; background: var(--ivory); }
.employment-visual-grid img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.employment-visual-grid figcaption { padding: 1rem 1.2rem 1.1rem; color: var(--muted); font-weight: 700; }
.article-summary { position: sticky; top: 115px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.article-summary ol { margin: 0; padding-left: 1.3rem; color: var(--muted); }
.article-summary li { padding: .4rem 0; }
.article-summary a:hover { color: var(--coral); }
.article-content section { padding: 0 0 3rem; scroll-margin-top: 120px; }
.article-content section > span { color: var(--coral); font: 700 1.4rem var(--serif); }
.article-content h2 { margin: .3rem 0 .8rem; color: var(--navy); font: 700 clamp(1.8rem, 3vw, 2.5rem) var(--serif); }
.article-content p { max-width: 900px; color: var(--muted); font-size: 1.04rem; }
.article-content p + p { margin-top: 1rem; }
.article-note { padding: 2rem; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; background: var(--ivory); }
.article-note h2 { margin-top: 0; }
.article-sources { margin-top: 3rem; padding-top: 2rem !important; border-top: 1px solid var(--line); }
.article-sources ul { margin: 1rem 0 0; padding-left: 1.25rem; }
.article-sources li { padding: .35rem 0; color: var(--muted); }
.article-sources a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .2em; }
.comparison-block, .article-faq, .related-guides { margin-top: 3rem; }
.comparison-block > span, .article-faq > span, .related-guides > span { color: var(--coral); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.comparison-scroll { margin-top: 1.2rem; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.comparison-scroll table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .82rem; line-height: 1.45; }
.comparison-scroll th, .comparison-scroll td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-scroll thead th { color: var(--white); background: var(--navy); font-size: .72rem; }
.comparison-scroll tbody th { width: 120px; color: var(--navy); background: #edf4f6; }
.comparison-scroll tbody tr:last-child > * { border-bottom: 0; }
.article-faq .faq-list { margin-top: 1.1rem; }
.related-guides { padding: 2rem; border-radius: 16px; background: #edf4f6; }
.related-guides h2 { margin-top: .35rem; }
.related-guides > div { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.related-guides a { padding: .85rem 0; border-top: 1px solid #cfdee5; color: var(--navy); font-size: .85rem; font-weight: 800; }
.related-guides a span { color: var(--coral); }
.budget-planner { margin-top: 3rem; padding: 2rem; border: 1px solid #cddfe7; border-radius: 20px; background: linear-gradient(145deg, #edf5f8, #fff); box-shadow: 0 16px 45px rgba(16, 42, 67, .07); scroll-margin-top: 120px; }
.budget-planner h2 { margin: .35rem 0 0; }
.budget-planner .budget-planner-heading > div > span { color: var(--coral); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.budget-planner-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: end; }
.budget-planner-heading > p { margin: 0; color: var(--muted); font-size: .85rem; }
.budget-form { margin-top: 1.7rem; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.budget-form label { padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.budget-form label > span:first-child { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.budget-form input { width: 100%; padding: .25rem 0; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 1.05rem; font-weight: 750; }
.money-input { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .5rem; }
.money-input b { color: var(--coral); }
.budget-form .budget-reset { grid-column: 1 / -1; min-height: 46px; padding: .65rem 1rem; justify-self: start; border: 1px solid var(--navy); border-radius: 10px; color: var(--navy); background: transparent; font-weight: 800; cursor: pointer; }
.budget-form .budget-reset:hover { color: var(--white); background: var(--navy); }
.budget-results { margin-top: 1.4rem; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 14px; background: var(--navy); }
.budget-results > div { padding: 1rem; border-right: 1px solid rgba(255,255,255,.14); }
.budget-results > div:last-child { border-right: 0; }
.budget-results span, .budget-results strong { display: block; }
.budget-results span { color: #b9cad4; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.budget-results strong { margin-top: .2rem; color: var(--white); font: 700 1.35rem var(--serif); }
.budget-results .budget-total { background: var(--coral); }
.budget-results .budget-total span { color: #ffe1da; }
.budget-planner .budget-disclaimer { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.quote-checklist { margin-top: 3rem; padding: 2rem; border: 1px solid #cddfe7; border-radius: 20px; background: linear-gradient(145deg, #f5f9fa, var(--white)); box-shadow: 0 16px 45px rgba(16, 42, 67, .07); scroll-margin-top: 120px; }
.quote-checklist-heading { display: grid; grid-template-columns: 1fr 180px; gap: 2rem; align-items: end; }
.quote-checklist-heading > div:first-child > span { color: var(--coral); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.quote-checklist-heading h2 { margin: .35rem 0 .45rem; }
.quote-checklist-heading p { margin: 0; font-size: .9rem; }
.checklist-progress { padding: 1rem; border-radius: 14px; color: var(--white); background: var(--navy); }
.checklist-progress strong, .checklist-progress span { display: block; }
.checklist-progress strong { font: 700 1.7rem var(--serif); }
.checklist-progress span { color: #c7d5dd; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checklist-progress progress { width: 100%; height: 7px; margin-top: .75rem; display: block; overflow: hidden; border: 0; border-radius: 99px; color: var(--coral); background: rgba(255,255,255,.17); }
.checklist-progress progress::-webkit-progress-bar { border-radius: 99px; background: rgba(255,255,255,.17); }
.checklist-progress progress::-webkit-progress-value { border-radius: 99px; background: var(--coral); }
.checklist-progress progress::-moz-progress-bar { border-radius: 99px; background: var(--coral); }
.checklist-items { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checklist-items label { padding: 1rem; display: grid; grid-template-columns: 24px 1fr; gap: .8rem; align-items: start; border: 1px solid var(--line); border-radius: 13px; background: var(--white); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.checklist-items label:hover { border-color: #9db8c5; transform: translateY(-1px); }
.checklist-items label:has(input:checked) { border-color: #88b7aa; background: #f0f8f5; }
.checklist-items input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--coral); }
.checklist-items b, .checklist-items small { display: block; }
.checklist-items b { color: var(--navy); font-size: .84rem; }
.checklist-items small { margin-top: .25rem; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.checklist-items input:checked + span b { text-decoration: line-through; text-decoration-color: #88b7aa; }
.checklist-footer { margin-top: 1.25rem; display: flex; gap: 1rem; align-items: center; justify-content: space-between; }
.checklist-footer > p { margin: 0; font-size: .8rem; font-weight: 700; }
.checklist-footer > div { display: flex; gap: .6rem; flex-shrink: 0; }
.checklist-button { min-height: 42px; padding: .6rem .85rem; border: 1px solid var(--navy); border-radius: 9px; color: var(--navy); background: transparent; font-size: .76rem; font-weight: 800; cursor: pointer; }
.checklist-button:hover { color: var(--white); background: var(--navy); }
.checklist-button-primary { color: var(--white); background: var(--coral); border-color: var(--coral); }
.checklist-button-primary:hover { background: #b93624; border-color: #b93624; }
.quote-checklist .checklist-disclaimer { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.about-hero { text-align: center; }
.about-hero .breadcrumb ol { justify-content: center; }
.about-hero h1, .about-hero p { margin-inline: auto; }
.values-section { background: var(--ivory); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.values-grid article { border-top: 3px solid var(--coral); }
.referencer-section { color: var(--white); background: var(--navy); }
.referencer-grid { display: grid; grid-template-columns: 1fr 430px; gap: 9%; align-items: center; }
.referencer-grid h2 { color: var(--white); }
.referencer-grid > div > p { color: #b8c8d2; }
.contact-card { position: static; }
.contact-card p, .contact-card small { color: #bacbd5; }
.contact-card small { display: block; margin-top: 1rem; }
.legal-content { max-width: var(--content-max); padding-top: 70px; padding-bottom: 110px; }
.legal-intro { margin-bottom: 3.5rem; padding: 1.7rem 2rem; border-left: 4px solid var(--coral); background: var(--ivory); }
.legal-intro p { margin: 0; }
.legal-intro p + p { margin-top: .5rem; color: var(--muted); font-size: .9rem; }
.legal-content section { position: relative; padding: 0 0 2.8rem 5rem; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 2.4rem 0 1rem; color: var(--navy); font: 700 clamp(1.7rem, 2.4vw, 2.2rem) var(--serif); }
.legal-content p { width: 100%; max-width: none; text-wrap: pretty; }
.legal-number { position: absolute; top: 2.45rem; left: 0; color: var(--coral); font: 700 1.35rem var(--serif); }
.legal-email { display: inline-flex; padding: .8rem 1rem; border-radius: 8px; color: var(--white); background: var(--navy); font-weight: 800; }
.legal-email:hover { background: var(--navy-soft); }
.legal-note { color: var(--muted); font-size: .9rem; }

.employment-hero { padding-bottom: 78px; background: radial-gradient(circle at 82% 18%, rgba(78, 159, 200, .35) 0, transparent 27%), radial-gradient(circle at 12% 92%, rgba(233, 88, 61, .18) 0, transparent 24%), linear-gradient(125deg, #0d2940, #153f5b); }
.employment-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 7%; align-items: center; }
.employment-hero h1 { max-width: 900px; }
.employment-hero p { max-width: 770px; }
.employment-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.employment-hero-card { padding: 2rem; border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px; color: var(--white); background: rgba(255, 255, 255, .09); box-shadow: 0 24px 60px rgba(3, 22, 36, .2); backdrop-filter: blur(16px); }
.employment-card-label { display: block; margin-bottom: 1rem; color: #ffc1b4; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.employment-hero-card > strong { display: block; font: 700 1.55rem/1.25 var(--serif); }
.employment-hero-card ul { margin: 1.4rem 0; padding: 0; list-style: none; }
.employment-hero-card li { position: relative; padding: .55rem 0 .55rem 1.55rem; border-bottom: 1px solid rgba(255, 255, 255, .13); color: #d7e3e9; font-size: .88rem; }
.employment-hero-card li::before { position: absolute; left: 0; color: #ffc1b4; content: '✓'; font-weight: 800; }
.employment-hero-card small { display: block; color: #afc3cf; font-size: .72rem; }
.employment-nav { position: sticky; z-index: 20; top: 92px; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .96); box-shadow: 0 8px 24px rgba(16, 42, 67, .05); backdrop-filter: blur(12px); scrollbar-width: thin; }
.employment-nav .container { min-height: 58px; display: flex; align-items: center; gap: 1.7rem; white-space: nowrap; }
.employment-nav a { padding: .35rem 0; color: var(--muted); font-size: .78rem; font-weight: 800; }
.employment-nav a:hover { color: var(--coral); }
.employment-intro { background: var(--white); }
.editorial-photo-strip { position: relative; height: clamp(280px, 34vw, 460px); overflow: hidden; margin: 0 0 clamp(2.5rem, 5vw, 4.5rem); border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); }
.editorial-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.editorial-photo-employment img { object-position: center 32%; }
.editorial-photo-booking img { object-position: center 30%; }
.editorial-photo-strip figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; max-width: min(520px, calc(100% - 2.5rem)); padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; color: var(--white); background: rgba(11,33,53,.84); box-shadow: 0 8px 25px rgba(0,0,0,.16); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 700; line-height: 1.4; }
.employment-source-note { margin-top: 1.8rem; padding: 1.25rem 1.4rem; border-left: 4px solid var(--sky); border-radius: 0 12px 12px 0; color: var(--muted); background: #edf5f8; }
.employment-source-note strong { color: var(--navy); }
.employment-source-note a, .jobs-reference a, .regulated-note a { border-bottom: 1px solid currentColor; color: var(--navy); font-weight: 800; }
.jobs-section { background: #f2f6f7; scroll-margin-top: 155px; }
.job-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.job-card { position: relative; overflow: hidden; min-height: 390px; padding: 2.2rem; border: 1px solid rgba(16, 42, 67, .09); border-radius: 20px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.job-card--visual { padding: 0 2.2rem 2.2rem; }
.job-card__image { position: relative; z-index: 1; display: block; width: calc(100% + 4.4rem); height: 205px; margin: 0 -2.2rem 1.7rem; object-fit: cover; }
.job-card::after { position: absolute; top: -65px; right: -65px; width: 155px; height: 155px; border: 1px solid rgba(78, 159, 200, .18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(78, 159, 200, .035); content: ''; }
.job-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.job-number { margin-right: .7rem; color: var(--coral); font: 700 1.25rem var(--serif); }
.job-family { color: var(--sky); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3 { max-width: 450px; margin: 1.25rem 0 .8rem; color: var(--navy); font: 700 clamp(1.65rem, 3vw, 2.15rem)/1.12 var(--serif); }
.job-card > p { max-width: 600px; color: var(--muted); }
.job-card dl { margin: 1.6rem 0 0; }
.job-card dl > div { padding: .8rem 0; display: grid; grid-template-columns: 125px 1fr; gap: 1rem; border-top: 1px solid var(--line); }
.job-card dt { color: var(--navy); font-size: .71rem; font-weight: 800; text-transform: uppercase; }
.job-card dd { margin: 0; color: var(--muted); font-size: .82rem; }
.jobs-reference { margin: 2rem 0 0; color: var(--muted); text-align: center; }
.employment-cta { padding: 65px 0; color: var(--white); background: radial-gradient(circle at 15% 30%, #245b79 0, transparent 25%), var(--navy); }
.employment-cta-inner, .employment-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 4rem; }
.employment-cta h2, .employment-final-cta h2 { max-width: 760px; margin: 0; color: var(--white); font: 700 clamp(2rem, 4vw, 3.2rem)/1.08 var(--serif); letter-spacing: -.035em; }
.employment-cta p, .employment-final-cta p { max-width: 720px; margin-bottom: 0; color: #bfd0da; }
.employment-cta .button, .employment-final-cta .button { flex: 0 0 auto; }
.training-section { background: var(--ivory); scroll-margin-top: 155px; }
.section-intro { max-width: 760px; margin: 1rem auto 0; color: var(--muted); }
.training-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.training-card { min-height: 300px; padding: 2.2rem; display: flex; align-items: start; flex-direction: column; border: 1px solid var(--sand); border-radius: 18px; background: var(--white); }
.training-card--visual { padding: 0 2.2rem 2.2rem; overflow: hidden; }
.training-card__image { display: block; width: calc(100% + 4.4rem); height: 190px; margin: 0 -2.2rem 1.7rem; object-fit: cover; }
.training-card > span { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.training-card h3 { margin: 1rem 0 .7rem; color: var(--navy); font: 700 1.65rem/1.18 var(--serif); }
.training-card p { color: var(--muted); }
.training-card .text-link { margin-top: auto; }
.training-card-primary { color: var(--white); border-color: var(--navy); background: linear-gradient(145deg, var(--navy), #18496a); }
.training-card-primary > span { color: #ffc1b4; }
.training-card-primary h3 { color: var(--white); }
.training-card-primary p { color: #c4d3dc; }
.training-card-primary .text-link { color: var(--white); }
.training-check { margin-top: 18px; padding: 2.4rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7%; align-items: start; border: 1px solid var(--sand); border-radius: 18px; background: var(--white); }
.training-check h3 { margin: .2rem 0; color: var(--navy); font: 700 2rem/1.12 var(--serif); }
.training-check p { margin-top: 0; color: var(--muted); }
.regulated-note { margin-top: 18px; padding: 1.7rem 2rem; display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; border-radius: 16px; color: var(--navy); background: #e6f1f5; }
.regulated-note > span { width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--sky); font: 800 1rem/38px var(--sans); text-align: center; }
.regulated-note h3 { margin: 0 0 .35rem; font: 700 1.35rem var(--serif); }
.regulated-note p { margin: 0 0 .6rem; color: var(--muted); }
.skills-section { color: var(--white); background: linear-gradient(135deg, #0b2135, #133c57); scroll-margin-top: 155px; }
.skills-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: start; }
.skills-layout > div:first-child { position: sticky; top: 185px; }
.skills-layout h2 { margin: .2rem 0 1rem; color: var(--white); font: 700 clamp(2.5rem, 4vw, 3.8rem)/1.06 var(--serif); letter-spacing: -.04em; }
.skills-layout > div:first-child p { margin-bottom: 2rem; color: #b9cad4; }
.skills-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.skills-list article { min-height: 190px; padding: 1.5rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 16px; background: rgba(255, 255, 255, .055); }
.skills-list article > span { color: #ffc1b4; font: 700 1.15rem var(--serif); }
.skills-list h3 { margin: 1rem 0 .45rem; color: var(--white); font: 700 1.25rem var(--serif); }
.skills-list p { margin: 0; color: #aec1cc; font-size: .88rem; }
.employment-directory-section { background: #f2f6f7; scroll-margin-top: 155px; }
.employment-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.employment-resource { min-height: 285px; padding: 2rem; display: flex; align-items: start; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.employment-resource-featured { color: var(--white); border-color: var(--coral); background: linear-gradient(145deg, #b93624, var(--coral)); }
.resource-type { color: var(--sky); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.employment-resource-featured .resource-type { color: var(--white); }
.employment-resource h3 { margin: 1rem 0 .55rem; color: var(--navy); font: 700 1.55rem var(--serif); }
.employment-resource-featured h3 { color: var(--white); }
.employment-resource p { color: var(--muted); font-size: .9rem; }
.employment-resource-featured p { color: var(--white); }
.employment-resource a { margin-top: auto; padding-bottom: .12rem; border-bottom: 2px solid var(--coral); color: var(--navy); font-size: .82rem; font-weight: 800; }
.employment-resource-featured a { border-color: var(--white); color: var(--white); }
.external-links-note { margin: 1.5rem auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.application-section { background: var(--white); scroll-margin-top: 155px; }
.application-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; align-items: start; }
.application-copy { position: sticky; top: 185px; }
.application-copy h2 { margin: .2rem 0 1rem; color: var(--navy); font: 700 clamp(2.4rem, 4vw, 3.7rem)/1.08 var(--serif); letter-spacing: -.04em; }
.application-copy p { color: var(--muted); }
.application-steps { margin: 0; padding: 0; list-style: none; }
.application-steps li { padding: 1.6rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1.3rem; border-top: 1px solid var(--line); }
.application-steps li:last-child { border-bottom: 1px solid var(--line); }
.application-steps li > span { width: 50px; height: 50px; border-radius: 14px; color: var(--coral); background: #fae5df; font: 700 1rem/50px var(--serif); text-align: center; }
.application-steps h3 { margin: 0 0 .35rem; color: var(--navy); font: 700 1.35rem var(--serif); }
.application-steps p { margin: 0; color: var(--muted); }
.employer-section { background: var(--ivory); }
.employer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.employer-grid article { min-height: 165px; padding: 1.6rem; border: 1px solid var(--sand); border-radius: 16px; background: var(--white); }
.employer-grid span { color: var(--navy); font: 700 1.25rem var(--serif); }
.employer-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.employer-link { margin: 2rem 0 0; color: var(--muted); text-align: center; }
.employment-final-cta { position: relative; overflow: hidden; padding: 74px 0; color: var(--white); background: linear-gradient(115deg, #b93624, var(--coral) 55%, #c84a34); }
.employment-final-cta::after { position: absolute; top: -170px; right: 8%; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 255, 255, .055); content: ''; }
.employment-final-inner { position: relative; z-index: 1; }
.employment-final-cta .eyebrow.light, .employment-final-cta p { color: var(--white); }
.home-jobs-section { background: var(--ivory); }
.home-jobs-card { padding: 3rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7%; align-items: center; border: 1px solid var(--sand); border-radius: 24px; background: linear-gradient(135deg, var(--white), #edf4f6); }
.home-jobs-card h2 { margin: .2rem 0 1rem; color: var(--navy); font: 700 clamp(2.3rem, 4vw, 3.6rem)/1.08 var(--serif); letter-spacing: -.035em; }
.home-jobs-card p { color: var(--muted); }
.home-jobs-points { display: grid; gap: .7rem; }
.home-jobs-points span { padding: 1rem 1.2rem; border-radius: 12px; color: var(--navy); background: var(--white); box-shadow: 0 8px 25px rgba(16, 42, 67, .06); font-size: .88rem; font-weight: 800; }
.home-jobs-points span::before { margin-right: .65rem; color: var(--coral); content: '✓'; }

.site-footer { padding: 60px 0 20px; color: rgba(255, 255, 255, .7); background: #0b2135; }
.footer-grid { padding-bottom: 3rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 5rem; }
.brand-footer strong { color: var(--white); }
.footer-grid > div:first-child p { max-width: 380px; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--white); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: .5rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { padding-top: 1.2rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .13); font-size: .78rem; }
.not-found { min-height: 100vh; padding: 2rem; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 80% 15%, #dceef5, transparent 30%), var(--ivory); }
.not-found > div { max-width: 720px; }
.not-found .brand { margin-bottom: 3rem; justify-content: center; }
.error-code { color: var(--coral); font-size: .8rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.not-found h1 { margin: 1rem 0; color: var(--navy); font: 700 clamp(3rem, 7vw, 6rem)/1 var(--serif); letter-spacing: -.05em; }
.not-found p { color: var(--muted); font-size: 1.08rem; }
.not-found-actions { margin-top: 2rem; display: flex; justify-content: center; gap: .8rem; }

@media (max-width: 1120px) {
  .site-header { height: 78px; }
  .main-nav { position: absolute; top: 68px; right: 20px; left: 20px; padding: 1rem; display: none; align-items: stretch; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { margin: .4rem 0 0; text-align: center; }
  .menu-toggle { display: block; }
  .employment-nav { top: 78px; }
}

@media (max-width: 960px) {
  :root { --gutter: 20px; }
  .site-header { height: 78px; }
  .main-nav { position: absolute; top: 68px; right: 20px; left: 20px; padding: 1rem; display: none; align-items: stretch; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { margin: .4rem 0 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-media { left: 42%; opacity: .5; }
  .hero::after { background: linear-gradient(90deg, #f8f8f4 0%, rgba(248, 248, 244, .9) 65%, rgba(248, 248, 244, .35)); }
  .search-panel { width: 100%; grid-template-columns: 1fr 1fr; }
  .search-panel .button { grid-column: 1 / -1; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-copy { grid-column: 1 / -1; padding: 1.4rem 0 0; }
  .region-grid, .directory-grid { grid-template-columns: 1fr 1fr; }
  .region-index-grid { grid-template-columns: 1fr 1fr; }
  .intent-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid, .editorial-grid, .referencer-grid, .region-detail-grid { grid-template-columns: 1fr; }
  .feature-grid { gap: 70px; }
  .selection-card { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .article-summary { position: static; }
  .budget-planner-heading { grid-template-columns: 1fr; gap: .7rem; }
  .quote-checklist-heading { grid-template-columns: 1fr; }
  .checklist-progress { max-width: 240px; }
  .employment-hero-grid, .skills-layout, .application-layout, .home-jobs-card, .decision-card { grid-template-columns: 1fr; }
  .employment-hero-card { max-width: 720px; }
  .employment-directory-grid, .employer-grid { grid-template-columns: 1fr 1fr; }
  .skills-layout > div:first-child, .application-copy { position: static; }
  .employment-cta-inner, .employment-final-inner { align-items: start; flex-direction: column; }
  .footer-grid { gap: 2rem; }
}

@media (max-width: 660px) {
  :root { --gutter: 14px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .94rem; }
  .hero, .hero-grid { min-height: 770px; }
  .hero-media { inset: auto 14px 18px; height: 240px; opacity: 1; border-radius: 20px; }
  .hero::after { background: linear-gradient(180deg, #f8f8f4 0%, #f8f8f4 66%, transparent 82%); }
  .hero-copy { align-self: start; padding-top: 45px; }
  .hero h1 { font-size: 2.45rem; }
  .hero-copy > p { font-size: 1rem; }
  .search-panel { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .search-panel label + label { border-top: 1px solid var(--line); border-left: 0; }
  .search-panel .button { grid-column: auto; }
  .hero-proof { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .stat { padding: 0; border: 0; }
  .section { padding: 74px 0; }
  .page-photo-banner { height: 270px; margin-top: -24px; border-width: 4px; border-radius: 18px; }
  .page-photo-banner figcaption { right: .8rem; bottom: .8rem; left: .8rem; max-width: none; border-radius: 12px; font-size: .72rem; }
  .editorial-photo-strip { height: 300px; margin-bottom: 2.25rem; border-radius: 18px; }
  .editorial-photo-strip figcaption { right: .8rem; bottom: .8rem; left: .8rem; max-width: none; font-size: .7rem; }
  .split-heading, .directory-tools, .cta-inner { align-items: start; flex-direction: column; }
  .split-heading p { margin-top: 1rem; }
  .region-grid, .directory-grid, .region-index-grid, .city-grid { grid-template-columns: 1fr; }
  .intent-grid { grid-template-columns: 1fr; }
  .guide-path-grid, .advice-method-grid { grid-template-columns: 1fr; }
  .guide-path-grid a, .advice-method-grid article { min-height: 0; }
  .intent-grid > a { min-height: 0; }
  .region-grid { grid-auto-rows: 150px; }
  .region-featured { grid-row: span 2; }
  .feature-image img { height: 390px; }
  .steps-grid, .values-grid, .faq-layout { grid-template-columns: 1fr; }
  .faq-layout { gap: 2rem; }
  .directory-card { grid-template-columns: 76px auto 1fr; }
  .directory-card-photo { width: 76px; height: 66px; }
  .directory-card .card-link { grid-column: 3; }
  .article-grid article { grid-template-columns: 1fr; padding: 1rem; }
  .article-card-media { min-height: 205px; }
  .article-number { font-size: 1.4rem; }
  .decision-card { padding: 1.6rem; }
  .related-guides > div { grid-template-columns: 1fr; }
  .budget-planner { padding: 1.3rem; }
  .budget-planner-heading, .budget-form { grid-template-columns: 1fr; }
  .budget-planner-heading { gap: .7rem; }
  .budget-results { grid-template-columns: 1fr 1fr; }
  .budget-results > div:nth-child(2) { border-right: 0; }
  .budget-results > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .quote-checklist { padding: 1.3rem; }
  .checklist-items { grid-template-columns: 1fr; }
  .checklist-footer { align-items: stretch; flex-direction: column; }
  .checklist-footer > div { display: grid; grid-template-columns: 1fr; }
  .employment-hero { padding-top: 52px; padding-bottom: 62px; }
  .employment-hero h1 { font-size: clamp(2.45rem, 11.2vw, 2.75rem); }
  .employment-actions { align-items: stretch; flex-direction: column; }
  .employment-visual-grid { grid-template-columns: 1fr; }
  .employment-actions .button { width: 100%; }
  .employment-hero-card { padding: 1.4rem; }
  .employment-nav { top: 78px; }
  .employment-nav .container { gap: 1.25rem; }
  .job-cards, .training-grid, .skills-list, .employment-directory-grid, .employer-grid { grid-template-columns: 1fr; }
  .job-card { min-height: 0; padding: 1.6rem; }
  .job-card--visual { padding: 0 1.6rem 1.6rem; }
  .job-card__image { width: calc(100% + 3.2rem); margin-inline: -1.6rem; }
  .job-card dl > div { grid-template-columns: 1fr; gap: .25rem; }
  .training-check { padding: 1.6rem; grid-template-columns: 1fr; gap: 1rem; }
  .regulated-note { padding: 1.4rem; grid-template-columns: 1fr; }
  .skills-list article { min-height: 0; }
  .employment-resource { min-height: 0; }
  .application-steps li { grid-template-columns: 48px 1fr; gap: .85rem; }
  .application-steps li > span { width: 42px; height: 42px; line-height: 42px; }
  .home-jobs-card { padding: 1.6rem; }
  .legal-content { padding-top: 50px; padding-bottom: 75px; }
  .legal-intro { margin-bottom: 2.5rem; padding: 1.25rem; }
  .legal-content section { padding-left: 0; }
  .legal-number { position: static; display: inline-block; margin-top: 2rem; }
  .legal-content h2 { margin-top: .35rem; }
  .legal-email { max-width: 100%; overflow-wrap: anywhere; }
  .cta-band { width: auto; margin: 0 10px 10px; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom, .not-found-actions { align-items: stretch; flex-direction: column; }
  .not-found-actions .button { width: 100%; }
}

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

@media print {
  .site-header, .article-summary, .page-photo-banner, .article-content > p:first-child, .article-note, .article-inline-photo, .article-content > section:not(.quote-checklist), .related-guides, .cta-band, .site-footer, .checklist-footer, .checklist-disclaimer { display: none !important; }
  .page-hero { min-height: 0; padding: 1rem 0; color: var(--navy); background: none; }
  .page-hero .breadcrumb, .page-hero .eyebrow, .page-hero p { display: none; }
  .page-hero h1 { max-width: none; color: var(--navy); font-size: 2rem; }
  .article-layout, .quote-checklist-heading, .checklist-items { display: block; }
  .article-content, .quote-checklist { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; }
  .checklist-progress { margin: .5rem 0 1rem; padding: 0; color: var(--navy); background: none; }
  .checklist-progress span, .checklist-progress progress { display: none; }
  .checklist-items label { margin-bottom: .35rem; break-inside: avoid; }
}

.ota-hero { position: relative; overflow: hidden; padding-bottom: 96px; background: radial-gradient(circle at 84% 20%, rgba(78, 159, 200, .5), transparent 26%), radial-gradient(circle at 72% 100%, rgba(233, 88, 61, .2), transparent 29%), linear-gradient(125deg, #091f31, #15445f); }
.ota-hero::after { position: absolute; top: 50px; right: 7%; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); content: ''; pointer-events: none; }
.ota-hero h1 { max-width: 980px; }
.ota-hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.ota-button-ghost { border: 1px solid rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.06); }
.ota-button-ghost:hover { background: rgba(255,255,255,.13); }
.ota-proof { border-bottom: 1px solid var(--line); background: var(--white); }
.ota-proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(3, .65fr) 1.8fr; align-items: center; }
.ota-proof-grid > div { padding: 0 1.5rem; border-right: 1px solid var(--line); }
.ota-proof-grid > div:first-child { padding-left: 0; }
.ota-proof-grid strong, .ota-proof-grid span { display: block; }
.ota-proof-grid strong { color: var(--navy); font: 700 2.2rem/1 var(--serif); }
.ota-proof-grid span { margin-top: .35rem; color: var(--muted); font-size: .74rem; font-weight: 700; }
.ota-proof-grid p { padding-left: 2.2rem; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.ota-explainer { background: var(--ivory); }
.ota-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ota-role-grid article { min-height: 265px; padding: 2.1rem; border: 1px solid var(--sand); border-radius: 20px; background: var(--white); }
.ota-role-grid article > span { color: var(--coral); font: 700 1.1rem var(--serif); }
.ota-role-grid h3 { margin: 1.2rem 0 .7rem; color: var(--navy); font: 700 1.55rem/1.15 var(--serif); }
.ota-role-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.ota-directory { background: #f2f6f7; scroll-margin-top: 90px; }
.ota-directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.ota-directory-heading h2, .ota-profile-main h2 { margin: .15rem 0; color: var(--navy); font: 700 clamp(2.3rem, 4vw, 3.7rem)/1.08 var(--serif); letter-spacing: -.035em; }
.ota-search { width: min(390px, 100%); }
.ota-search span { display: block; margin-bottom: .4rem; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ota-search input { width: 100%; min-height: 52px; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--white); }
.ota-search input:focus { border-color: var(--sky); outline: 3px solid rgba(78,159,200,.14); }
.ota-filters { margin: 2.2rem 0 1rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.ota-filter { min-height: 40px; padding: .55rem .9rem; border: 1px solid #ccd9df; border-radius: 999px; color: #4e6372; background: transparent; font-size: .77rem; font-weight: 750; cursor: pointer; }
.ota-filter:hover { border-color: var(--navy); color: var(--navy); }
.ota-filter.active { border-color: var(--navy); color: var(--white); background: var(--navy); }
.ota-status { margin: 0 0 1.2rem; }
.ota-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.ota-card { min-height: 360px; padding: 1.65rem; display: flex; align-items: flex-start; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); content-visibility: auto; contain-intrinsic-size: auto 360px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.ota-card:hover { transform: translateY(-4px); border-color: #c5d6de; box-shadow: 0 18px 45px rgba(16,42,67,.09); }
.ota-card-top { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ota-monogram { width: 48px; height: 48px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 13px; color: var(--white); background: linear-gradient(145deg, var(--navy), #24729a); font-size: .74rem; font-weight: 850; letter-spacing: -.02em; }
.ota-brandmark { position: relative; width: 48px; height: 48px; display: inline-block; flex: 0 0 auto; }
.ota-brandmark > img { width: 100%; height: 100%; display: block; padding: 6px; border: 1px solid rgba(16,42,67,.1); border-radius: 13px; background: var(--white); object-fit: contain; }
.ota-brandmark .ota-monogram-fallback { position: absolute; inset: 0; display: none; }
.ota-brandmark.is-fallback > img { display: none; }
.ota-brandmark.is-fallback .ota-monogram-fallback { display: inline-grid; }
.ota-type { padding: .4rem .65rem; border-radius: 99px; color: #32647d; background: #e5f1f5; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.ota-card h3 { margin: 1.3rem 0 .55rem; color: var(--navy); font: 700 1.65rem/1.1 var(--serif); }
.ota-card h3 a::after { position: absolute; inset: 0; content: ''; }
.ota-card { position: relative; }
.ota-card > p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.ota-tags { position: relative; z-index: 1; margin: 1.25rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; }
.ota-tags li { padding: .3rem .55rem; border: 1px solid var(--line); border-radius: 6px; color: #607482; font-size: .64rem; font-weight: 700; }
.ota-card-link { position: relative; z-index: 1; margin-top: auto; color: var(--navy); font-size: .78rem; font-weight: 850; }
.ota-card-link span { color: var(--coral); }
.ota-empty { padding: 3rem; border: 1px dashed #c7d4da; border-radius: 18px; text-align: center; }
.ota-method { background: var(--white); }
.ota-official-links { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.ota-official-links a { padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: .76rem; font-weight: 800; }
.ota-official-links a:hover { border-color: var(--sky); background: #f3f8fa; }
.ota-entry-band { margin-top: 34px; padding: 2rem 2.2rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; border: 1px solid #cddce3; border-radius: 20px; background: linear-gradient(120deg, #edf5f7, var(--white)); box-shadow: 0 18px 45px rgba(16,42,67,.07); }
.ota-entry-band > div { display: flex; align-items: center; gap: 1.5rem; }
.ota-entry-icon { width: 64px; height: 64px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 18px; color: var(--white); background: var(--navy); font-size: 1.5rem; }
.ota-entry-band .eyebrow { margin-bottom: .35rem; }
.ota-entry-band h2 { margin: 0; color: var(--navy); font: 700 clamp(1.55rem, 2.5vw, 2.2rem)/1.12 var(--serif); }
.ota-entry-band p { max-width: 720px; margin: .5rem 0 0; color: var(--muted); font-size: .9rem; }
.ota-entry-band .button { flex: 0 0 auto; }
.ota-profile-hero { padding-bottom: 86px; }
.ota-profile-title { display: flex; align-items: center; gap: 2rem; }
.ota-monogram-large { width: 104px; height: 104px; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; background: rgba(255,255,255,.11); box-shadow: inset 0 1px rgba(255,255,255,.18); font-size: 1.25rem; }
.ota-brandmark-large { width: 104px; height: 104px; }
.ota-brandmark-large > img { padding: 13px; border-color: rgba(255,255,255,.28); border-radius: 27px; background: var(--white); box-shadow: inset 0 1px rgba(255,255,255,.18); }
.ota-profile-title .eyebrow { margin-bottom: .3rem; }
.ota-profile-title h1 { margin: 0 0 .8rem; }
.ota-profile-title p { margin: 0; }
.ota-profile-layout { padding-top: 80px; padding-bottom: 105px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 9%; align-items: start; }
.ota-profile-main section { padding: 0 0 3.3rem; margin-bottom: 3.3rem; border-bottom: 1px solid var(--line); }
.ota-profile-main section:last-child { margin-bottom: 0; }
.ota-profile-main p { color: var(--muted); font-size: 1.02rem; }
.ota-product-list { margin: 1.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; }
.ota-product-list li { padding: .7rem 1rem; border: 1px solid #cddce3; border-radius: 9px; color: var(--navy); background: #f5f9fa; font-size: .82rem; font-weight: 800; }
.ota-check-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.ota-check-list li { position: relative; padding: 1rem 0 1rem 2.4rem; border-top: 1px solid var(--line); color: var(--muted); }
.ota-check-list li:last-child { border-bottom: 1px solid var(--line); }
.ota-check-list li::before { position: absolute; top: 1rem; left: .15rem; width: 1.45rem; height: 1.45rem; border-radius: 50%; content: '✓'; font-size: .75rem; font-weight: 900; line-height: 1.45rem; text-align: center; }
.ota-check-list.positive li::before { color: #17674d; background: #ddf1e9; }
.ota-check-list.caution li::before { color: #9a4c18; background: #fbe8d5; content: '!'; }
.ota-profile-main .ota-vigilance { padding: 2.2rem; border: 1px solid #eed5c5; border-radius: 18px; background: #fff9f5; }
.ota-profile-aside { position: sticky; top: 120px; }
.ota-profile-card { padding: 2rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.ota-profile-card h2 { margin: 1.1rem 0; color: var(--navy); font: 700 1.8rem var(--serif); }
.ota-profile-card dl { margin: 0 0 1.5rem; }
.ota-profile-card dl > div { padding: .85rem 0; border-top: 1px solid var(--line); }
.ota-profile-card dt { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ota-profile-card dd { margin: .25rem 0 0; color: var(--navy); font-size: .83rem; font-weight: 650; line-height: 1.45; }
.ota-profile-card small { margin-top: 1rem; display: block; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.ota-back-link { margin-top: 1.5rem; display: inline-block; color: var(--navy); font-size: .82rem; font-weight: 800; }

@media (max-width: 960px) {
  .ota-proof-grid { padding: 1.6rem 0; grid-template-columns: repeat(3, 1fr); }
  .ota-proof-grid p { grid-column: 1 / -1; padding: 1.3rem 0 0; margin: 1.3rem 0 0; border-top: 1px solid var(--line); }
  .ota-grid { grid-template-columns: 1fr 1fr; }
  .ota-profile-layout { grid-template-columns: 1fr; gap: 4rem; }
  .ota-profile-aside { position: static; }
  .ota-entry-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 660px) {
  .ota-hero { padding-bottom: 70px; }
  .ota-hero::after { display: none; }
  .ota-hero-actions { align-items: stretch; flex-direction: column; }
  .ota-proof-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .ota-proof-grid > div { padding: 0; border: 0; }
  .ota-proof-grid p { grid-column: 1 / -1; }
  .ota-role-grid, .ota-grid { grid-template-columns: 1fr; }
  .ota-role-grid article, .ota-card { min-height: 0; }
  .ota-directory-heading { align-items: stretch; flex-direction: column; gap: 1.5rem; }
  .ota-search { width: 100%; }
  .ota-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
  .ota-filter { flex: 0 0 auto; }
  .ota-entry-band { padding: 1.5rem; }
  .ota-entry-band > div { align-items: flex-start; flex-direction: column; }
  .ota-entry-band .button { width: 100%; }
  .ota-profile-title { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .ota-monogram-large { width: 78px; height: 78px; border-radius: 20px; }
  .ota-brandmark-large { width: 78px; height: 78px; }
  .ota-brandmark-large > img { padding: 10px; border-radius: 20px; }
  .ota-profile-layout { padding-top: 60px; padding-bottom: 75px; }
  .ota-profile-main .ota-vigilance { padding: 1.4rem; }
}
