@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap');
@import 'tailwindcss';
@import 'tw-animate-css';

:root {
  --background: 211 46% 96%;
  --foreground: 213 46% 16%;
  --card: 210 38% 99%;
  --card-foreground: 213 46% 16%;
  --border: 211 24% 84%;
  --input: 211 24% 84%;
  --ring: 201 79% 54%;
  --primary: 213 53% 19%;
  --primary-foreground: 210 40% 98%;
  --secondary: 201 45% 88%;
  --secondary-foreground: 213 46% 16%;
  --muted: 211 28% 91%;
  --muted-foreground: 211 23% 42%;
  --accent: 201 78% 55%;
  --accent-foreground: 213 50% 14%;
  --destructive: 4 57% 51%;
  --destructive-foreground: 210 40% 98%;
  --app-font-sans: 'DM Sans', sans-serif;
  --app-font-serif: 'Fraunces', serif;
  --radius: 1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: var(--app-font-sans);
  -webkit-font-smoothing: antialiased;
}
button, a, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.serif { font-family: var(--app-font-serif); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700;
  color: hsl(210 50% 36%);
}
.eyebrow::before { content: ''; width: 25px; height: 1px; background: hsl(var(--accent)); }
.section { padding: 112px 0; }
.section-title { margin: 14px 0 0; font: 600 clamp(2.2rem, 4.5vw, 4.4rem)/1.03 var(--app-font-serif); letter-spacing: -.035em; }
.section-copy { max-width: 520px; color: hsl(var(--muted-foreground)); font-size: 16px; line-height: 1.7; }

.topline { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 12px; }
.topline-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
.topline a { color: hsl(201 80% 80%); font-weight: 700; }
.nav {
  position: absolute; z-index: 10; top: 38px; left: 0; right: 0;
  color: hsl(var(--primary-foreground)); border-bottom: 1px solid hsl(210 40% 98% / .19);
}
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  position: relative; display: grid; place-items: center; width: 37px; height: 37px;
  border: 1px solid hsl(201 80% 70%); border-radius: 50%; color: hsl(201 80% 70%);
}
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; border: 1px solid hsl(201 80% 70%); border-radius: 50%; transform: rotate(45deg); }
.brand-mark::before { width: 20px; height: 9px; }
.brand-mark::after { width: 9px; height: 20px; }
.brand-name { font-size: 14px; font-weight: 700; letter-spacing: .14em; }
.brand-sub { display: block; color: hsl(210 40% 98% / .63); font-size: 9px; font-weight: 500; letter-spacing: .17em; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); font-size: 13px; color: hsl(210 40% 98% / .82); }
.nav-links a { transition: color .25s ease; }
.nav-links a:hover { color: hsl(201 80% 70%); }
.nav-cta, .button-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 0 20px; border: 0; border-radius: 4px;
  background: hsl(var(--accent)); color: hsl(var(--accent-foreground)); font-weight: 700; font-size: 13px;
  transition: transform .25s ease, background-color .25s ease;
}
.nav-cta:hover, .button-primary:hover { transform: translateY(-2px); background: hsl(201 82% 62%); }
.nav-toggle { display: none; background: transparent; border: 0; color: inherit; }
.nav-toggle .close-icon { display: none; }
.nav-toggle[aria-expanded="true"] .menu-icon { display: none; }
.nav-toggle[aria-expanded="true"] .close-icon { display: block; }

.hero {
  position: relative; min-height: 730px; display: flex; align-items: center;
  color: hsl(var(--primary-foreground)); background:
    linear-gradient(90deg, hsl(213 53% 12% / .96) 0%, hsl(213 53% 12% / .84) 47%, hsl(213 53% 12% / .2) 100%),
    radial-gradient(circle at 78% 35%, hsl(201 72% 52% / .38), transparent 33%),
    linear-gradient(135deg, hsl(213 53% 18%), hsl(199 32% 34%));
}
.hero::after { content: ''; position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-art { position: absolute; inset: 0 0 0 55%; overflow: hidden; }
.hero-art::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, hsl(213 53% 12%), transparent 34%); z-index: 1; }
.hero-art-photo { position: relative; width: 100%; height: 100%; overflow: hidden; opacity: .88; mix-blend-mode: screen; filter: saturate(.7) contrast(.92); }
.hero-art-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; opacity: .7; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 66% 38%, rgba(126,205,242,.62) 0 4%, transparent 19%), radial-gradient(ellipse at 66% 38%, rgba(126,205,242,.18) 0 21%, transparent 45%), linear-gradient(135deg, rgba(87,177,222,.16), rgba(75,123,154,.42)); }
.hero-shape { position: absolute; pointer-events: none; }
.hero-shape-one { right: 14%; top: 17%; width: 30%; height: 55%; border-radius: 52% 48% 46% 54%; background: linear-gradient(145deg, rgba(191,235,255,.2), rgba(29,70,105,.22)); transform: rotate(-12deg); }
.hero-shape-two { right: 7%; bottom: -7%; width: 55%; height: 48%; border-radius: 50% 50% 0 0; background: rgba(24,61,92,.42); }
.hero-inner { position: relative; z-index: 2; padding: 132px 0 86px; }
.hero-content { max-width: 720px; }
.hero h1 { margin: 18px 0 22px; font: 600 clamp(3.35rem, 7vw, 6.9rem)/.95 var(--app-font-serif); letter-spacing: -.055em; }
.hero h1 em { color: hsl(201 80% 72%); font-style: normal; }
.hero-lede { max-width: 510px; color: hsl(210 40% 98% / .76); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 35px; }
.button-ghost { display: inline-flex; gap: 9px; align-items: center; border: 1px solid hsl(210 40% 98% / .35); color: hsl(var(--primary-foreground)); padding: 13px 18px; font-size: 13px; transition: border-color .25s ease, background-color .25s ease; }
.button-ghost:hover { border-color: hsl(201 80% 72%); background: hsl(210 40% 98% / .08); }
.hero-note { display: flex; gap: 11px; align-items: center; margin-top: 65px; font-size: 12px; color: hsl(210 40% 98% / .58); }
.hero-note span { width: 8px; height: 8px; border-radius: 50%; background: hsl(201 80% 72%); box-shadow: 0 0 0 6px hsl(201 80% 72% / .14); }
.hero-side-label { position: absolute; right: 30px; bottom: 45px; z-index: 2; writing-mode: vertical-rl; letter-spacing: .2em; font-size: 10px; color: hsl(210 40% 98% / .58); }

.welcome { background: hsl(var(--card)); }
.welcome-grid { display: grid; grid-template-columns: .8fr 1.35fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.welcome-stat { border-top: 1px solid hsl(var(--border)); padding-top: 22px; margin-top: 34px; }
.welcome-stat strong { display: block; font: 600 3.5rem/.9 var(--app-font-serif); color: hsl(201 70% 43%); }
.welcome-stat span { display: block; margin-top: 9px; font-size: 12px; line-height: 1.5; color: hsl(var(--muted-foreground)); }
.welcome-body { display: grid; grid-template-columns: 1.1fr .85fr; gap: 60px; }
.welcome-body p { margin: 0; color: hsl(var(--muted-foreground)); font-size: 18px; line-height: 1.65; }
.pullquote { border-left: 2px solid hsl(var(--accent)); padding-left: 23px; font: 500 24px/1.25 var(--app-font-serif); }

.pathways { background: hsl(203 46% 90%); position: relative; }
.pathways::before {
  display: none;
}
.pathways-header { display: flex; justify-content: space-between; align-items: end; gap: 35px; position: relative; z-index: 1; }
.pathways-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; margin-top: 56px; position: relative; z-index: 1; }
.path-card { background: hsl(var(--card)); padding: 32px; min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s ease, box-shadow .3s ease; }
.path-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px hsl(213 53% 19% / .11); }
.path-card.featured { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); min-height: 360px; }
.path-icon { display: grid; place-items: center; width: 44px; height: 44px; color: hsl(201 70% 43%); background: hsl(201 78% 55% / .17); }
.path-card h3 { margin: 30px 0 8px; font: 600 28px/1.05 var(--app-font-serif); }
.path-card p { margin: 0; font-size: 13px; line-height: 1.65; color: hsl(var(--muted-foreground)); }
.featured p { color: hsl(210 40% 98% / .68); }
.path-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; font-size: 12px; font-weight: 700; color: hsl(201 70% 43%); }

.approach { background: hsl(var(--background)); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 9vw, 140px); align-items: center; }
.approach-visual { min-height: 495px; background: hsl(213 53% 19%); position: relative; overflow: hidden; }
.approach-visual::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 1px solid hsl(201 80% 70% / .6); top: 54px; left: 50%; transform: translateX(-50%); }
.approach-visual::after { content: ''; position: absolute; width: 190px; height: 190px; border-radius: 50%; border: 1px solid hsl(201 80% 70% / .6); top: 109px; left: 50%; transform: translateX(-50%); }
.approach-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; mix-blend-mode: screen; filter: saturate(.72) contrast(.9); }
.approach-visual::before, .approach-visual::after { z-index: 1; }
.sun-symbol { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: hsl(201 80% 70%); }
.sun-symbol svg { width: 96px; height: 96px; stroke-width: .7; }
.visual-caption { position: absolute; z-index: 2; bottom: 27px; left: 30px; right: 30px; display: flex; justify-content: space-between; align-items: end; color: hsl(210 40% 98% / .8); }
.visual-caption strong { display: block; font: 500 24px var(--app-font-serif); color: hsl(var(--primary-foreground)); }
.visual-caption span { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.approach-list { list-style: none; padding: 0; margin: 34px 0 0; }
.approach-list li { border-top: 1px solid hsl(var(--border)); padding: 20px 0; display: grid; grid-template-columns: 30px 1fr; gap: 14px; }
.approach-list li:last-child { border-bottom: 1px solid hsl(var(--border)); }
.step { color: hsl(201 70% 43%); font: 600 18px var(--app-font-serif); }
.approach-list strong { display: block; font-size: 15px; margin-bottom: 5px; }
.approach-list span { font-size: 13px; color: hsl(var(--muted-foreground)); line-height: 1.55; }

.voices { background: hsl(205 46% 93%); }
.voices-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 95px; align-items: center; }
.quote-mark { font: 700 8rem/.5 var(--app-font-serif); color: hsl(201 78% 55%); }
.testimonial { margin: 13px 0 24px; font: 500 clamp(2rem, 3.2vw, 3.2rem)/1.1 var(--app-font-serif); letter-spacing: -.025em; }
.quote-byline { border-top: 1px solid hsl(211 24% 78%); padding-top: 17px; color: hsl(var(--muted-foreground)); font-size: 12px; }
.voice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.voice-card { background: hsl(var(--card)); padding: 26px; min-height: 210px; }
.voice-card:nth-child(2) { margin-top: 42px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.voice-card p { font: 500 20px/1.25 var(--app-font-serif); margin: 34px 0 20px; }
.voice-card small { color: hsl(var(--muted-foreground)); font-size: 11px; }
.voice-card:nth-child(2) small { color: hsl(210 40% 98% / .62); }

.resources { background: hsl(var(--card)); }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 52px; }
.resource { border: 1px solid hsl(var(--border)); padding: 27px; min-height: 240px; display: flex; flex-direction: column; transition: background-color .25s ease, transform .25s ease; }
.resource:hover { background: hsl(201 45% 88% / .55); transform: translateY(-4px); }
.resource .resource-type { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: hsl(201 70% 43%); }
.resource h3 { font: 600 25px/1.08 var(--app-font-serif); margin: auto 0 10px; max-width: 260px; }
.resource p { margin: 0; font-size: 12px; line-height: 1.55; color: hsl(var(--muted-foreground)); }
.resource-arrow { align-self: end; color: hsl(var(--primary)); }

.contact { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); position: relative; }
.contact::before { content: ''; position: absolute; width: 430px; height: 430px; border: 1px solid hsl(201 80% 70% / .22); border-radius: 50%; right: -90px; top: -190px; }
.contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: center; position: relative; z-index: 1; }
.contact .eyebrow { color: hsl(201 80% 80%); }
.contact h2 { margin-bottom: 20px; }
.contact-copy { color: hsl(210 40% 98% / .66); max-width: 450px; line-height: 1.7; }
.contact-details { display: flex; flex-wrap: wrap; gap: 14px 32px; margin-top: 30px; }
.contact-details a { display: inline-flex; align-items: center; gap: 8px; color: hsl(201 80% 80%); font-size: 13px; }
.contact-form { background: hsl(var(--card)); color: hsl(var(--foreground)); padding: 31px; }
.contact-form h3 { margin: 0 0 22px; font: 600 28px var(--app-font-serif); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 11px; font-weight: 700; margin-bottom: 7px; }
.field input, .field textarea { width: 100%; border: 1px solid hsl(var(--border)); background: hsl(211 38% 98%); color: hsl(var(--foreground)); padding: 12px 13px; outline: none; border-radius: 0; }
.field input:focus, .field textarea:focus { border-color: hsl(var(--accent)); box-shadow: 0 0 0 3px hsl(var(--accent) / .14); }
.field textarea { min-height: 92px; resize: vertical; }
.form-status { font-size: 12px; color: hsl(201 55% 32%); margin: 0 0 12px; }
.form-submit { width: 100%; border: 0; }

.footer { padding: 31px 0; background: hsl(213 48% 14%); color: hsl(210 40% 98% / .64); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer .brand { color: hsl(var(--primary-foreground)); }
.footer .brand-sub { color: hsl(210 40% 98% / .45); }
.footer-note { font-size: 11px; }
.back-top { display: inline-flex; gap: 8px; align-items: center; color: hsl(201 80% 80%); font-size: 11px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); }
.reveal.in-view { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.delay-1 { transition-delay: .1s !important; } .delay-2 { transition-delay: .2s !important; } .delay-3 { transition-delay: .3s !important; }
.hero .reveal { animation: rise .9s cubic-bezier(.2,.75,.25,1) both; }
.hero .delay-1 { animation-delay: .12s; } .hero .delay-2 { animation-delay: .23s; } .hero .delay-3 { animation-delay: .38s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 650px); }
  .topline-inner { justify-content: center; }
  .topline-inner span { display: none; }
  .nav { top: 38px; }
  .nav-inner { min-height: 72px; }
  .nav-links { display: none; position: absolute; top: 71px; left: 0; right: 0; padding: 22px 17px; background: hsl(var(--primary)); flex-direction: column; align-items: flex-start; border-bottom: 1px solid hsl(210 40% 98% / .18); }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { margin-top: 4px; }
  .nav-toggle { display: block; }
  .hero { min-height: 700px; }
  .hero-art { inset: 35% 0 0 0; opacity: .5; }
  .hero-art::before { background: linear-gradient(180deg, hsl(213 53% 12%), transparent 55%); }
  .hero-inner { padding: 130px 0 60px; }
  .hero h1 { font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .hero-side-label { display: none; }
  .section { padding: 78px 0; }
  .welcome-grid, .approach-grid, .voices-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .welcome-body { grid-template-columns: 1fr; gap: 25px; }
  .pathways-header { display: block; }
  .pathways-grid, .resource-grid { grid-template-columns: 1fr; }
  .path-card, .path-card.featured { min-height: 265px; }
  .voice-cards { margin-top: 10px; }
  .contact-grid { gap: 30px; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 30px); }
  .brand-sub { display: none; }
  .hero h1 { font-size: 3.6rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { justify-content: center; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .voice-cards { grid-template-columns: 1fr; }
  .voice-card:nth-child(2) { margin-top: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Shared standalone-page styles */
.page-hero {
  background: linear-gradient(135deg, hsl(213 53% 18%), hsl(199 32% 34%));
  color: hsl(var(--primary-foreground));
  padding: 205px 0 105px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1px solid hsl(201 80% 70% / .26);
  border-radius: 50%;
  right: -100px;
  top: 80px;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 18px 0 18px; max-width: 780px; font: 600 clamp(3rem, 7vw, 6rem)/.96 var(--app-font-serif); letter-spacing: -.055em; }
.page-hero h1 em { color: hsl(201 80% 72%); font-style: normal; }
.page-hero p { max-width: 590px; color: hsl(210 40% 98% / .72); font-size: 17px; line-height: 1.7; }
.page-content { background: hsl(var(--card)); }
.page-section { padding: 92px 0; }
.page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.page-grid + .page-grid { margin-top: 70px; }
.page-copy { color: hsl(var(--muted-foreground)); font-size: 17px; line-height: 1.75; }
.page-copy p { margin: 0 0 18px; }
.page-list { list-style: none; padding: 0; margin: 0; }
.page-list li { border-top: 1px solid hsl(var(--border)); padding: 19px 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.page-list li:last-child { border-bottom: 1px solid hsl(var(--border)); }
.page-list strong { display: block; margin-bottom: 5px; }
.page-list span { color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.55; }
.page-number { color: hsl(201 70% 43%); font: 600 18px var(--app-font-serif); }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { background: hsl(203 46% 90%); padding: 28px; min-height: 220px; }
.info-card h3 { margin: 22px 0 10px; font: 600 25px/1.08 var(--app-font-serif); }
.info-card p { margin: 0; color: hsl(var(--muted-foreground)); font-size: 13px; line-height: 1.65; }
.page-cta { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.page-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.page-cta h2 { margin: 0; max-width: 650px; font: 600 clamp(2.1rem, 4vw, 4rem)/1.05 var(--app-font-serif); letter-spacing: -.035em; }
.page-cta .button-primary { flex-shrink: 0; }

@media (max-width: 820px) {
  .page-hero { padding: 165px 0 80px; }
  .page-section { padding: 70px 0; }
  .page-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-grid + .page-grid { margin-top: 45px; }
  .info-cards { grid-template-columns: 1fr; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .nav-links { box-shadow: 0 18px 35px hsl(213 53% 12% / .25); }
  .nav-links a { width: 100%; padding: 8px 0; }
}

/* Careers page */
.careers-intro, .section-heading-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.career-benefits { margin-top: 56px; }
.section-heading-row { align-items: end; margin-bottom: 48px; }
.section-heading-row .section-copy { margin: 0; }
.job-list { display: grid; gap: 16px; }
.job-card { background: hsl(var(--card)); padding: 30px 32px; border: 1px solid hsl(var(--border)); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.job-card:hover { transform: translateY(-4px); border-color: hsl(var(--accent)); box-shadow: 0 16px 32px hsl(213 53% 19% / .1); }
.job-card-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.job-category { color: hsl(201 70% 43%); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3 { margin: 8px 0 0; font: 600 29px/1.08 var(--app-font-serif); }
.job-badge { color: hsl(201 55% 32%); background: hsl(201 45% 88%); padding: 7px 10px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.job-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 20px 0 13px; color: hsl(var(--muted-foreground)); font-size: 12px; }
.job-card p { max-width: 680px; margin: 0; color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.65; }
.job-apply { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: hsl(201 70% 43%); font-size: 12px; font-weight: 700; }
.application-section { background: hsl(var(--card)); }
.application-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
.application-steps li { border-top: 1px solid hsl(var(--border)); padding: 22px 0; display: grid; grid-template-columns: 36px 1fr; gap: 14px; }
.application-steps li:nth-last-child(-n+2) { border-bottom: 1px solid hsl(var(--border)); }
.application-steps strong { display: block; margin-bottom: 6px; }
.application-steps span:not(.page-number) { color: hsl(var(--muted-foreground)); font-size: 13px; line-height: 1.55; }
@media (max-width: 820px) {
  .careers-intro, .section-heading-row { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .section-heading-row { margin-bottom: 32px; }
  .application-steps { grid-template-columns: 1fr; }
  .application-steps li:nth-last-child(-n+2) { border-bottom: 0; }
  .application-steps li:last-child { border-bottom: 1px solid hsl(var(--border)); }
}
@media (max-width: 480px) {
  .job-card { padding: 24px 20px; }
  .job-card-top { flex-direction: column; gap: 12px; }
}

/* Job application form */
.application-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.application-guide .section-title { margin-bottom: 20px; }
.application-guide .page-copy { margin-bottom: 25px; }
.application-panel { background: hsl(var(--card)); padding: clamp(24px, 4vw, 52px); border-radius: 18px; box-shadow: 0 18px 48px hsl(213 53% 19% / .09); }
.application-panel h2 { margin: 0 0 34px; font: 600 clamp(2rem, 3vw, 3rem)/1.05 var(--app-font-serif); }
.application-panel fieldset { border: 0; border-top: 1px solid hsl(var(--border)); padding: 25px 0 0; margin: 0 0 26px; }
.application-panel legend { padding: 0; color: hsl(var(--muted-foreground)); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.application-panel .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.application-panel .field { margin: 0 0 17px; }
.application-panel .field label { color: hsl(var(--foreground)); font-size: 13px; font-weight: 700; }
.application-panel .field label span { color: hsl(var(--muted-foreground)); font-weight: 400; }
.application-panel .field label b { color: hsl(4 57% 51%); }
.application-panel .field input, .application-panel .field select, .application-panel .field textarea { width: 100%; min-height: 47px; border: 1px solid hsl(var(--border)); border-radius: 7px; background: hsl(211 38% 98%); color: hsl(var(--foreground)); padding: 12px 13px; outline: none; }
.application-panel .field input:focus, .application-panel .field select:focus, .application-panel .field textarea:focus { border-color: hsl(var(--accent)); box-shadow: 0 0 0 3px hsl(var(--accent) / .14); }
.application-panel .field textarea { min-height: 130px; resize: vertical; }
.application-panel .form-submit { width: 100%; min-height: 52px; text-transform: none; }
.form-disclaimer { margin: 16px 0 0; color: hsl(var(--muted-foreground)); font-size: 11px; line-height: 1.5; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }
.application-success { text-align: left; }
.application-success[hidden], #application-form-view[hidden] { display: none; }
.success-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; background: hsl(201 45% 88%); color: hsl(201 70% 43%); font-size: 25px; font-weight: 700; }
.application-success h2 { margin: 15px 0 16px; }
.application-success p { color: hsl(var(--muted-foreground)); font-size: 15px; line-height: 1.7; }
.application-success ul { padding-left: 20px; color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.9; }
.success-email { display: inline-block; margin: 5px 0 25px; color: hsl(201 70% 43%); font-weight: 700; }
.success-again { display: flex; color: hsl(var(--primary)); border-color: hsl(var(--border)); }
@media (max-width: 820px) {
  .application-layout { grid-template-columns: 1fr; gap: 45px; }
  .application-panel { padding: 28px 22px; }
}
@media (max-width: 480px) {
  .application-panel .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* About page image */
.about-photo { margin: 34px 0 0; position: relative; }
.about-photo img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center; border-radius: 2px; box-shadow: 18px 18px 0 hsl(201 45% 88%); }
.about-photo figcaption { margin-top: 25px; color: hsl(var(--muted-foreground)); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 480px) {
  .about-photo img { height: 235px; box-shadow: 10px 10px 0 hsl(201 45% 88%); }
}

/* Consultation confirmation popup */
.contact-grid { position: relative; }
.consultation-success { position: relative; background: hsl(var(--card)); color: hsl(var(--foreground)); padding: 42px 34px 34px; border-radius: 4px; box-shadow: 0 24px 60px hsl(213 53% 10% / .22); }
.consultation-success[hidden] { display: none; }
.consultation-success .success-mark { margin-bottom: 20px; }
.consultation-success h3 { margin: 14px 0 12px; font: 600 30px/1.1 var(--app-font-serif); }
.consultation-success p { margin: 0 0 24px; color: hsl(var(--muted-foreground)); line-height: 1.7; }
.consultation-success .success-close-button { color: hsl(var(--primary)); border-color: hsl(var(--border)); }
.success-close { border: 0; background: transparent; color: hsl(var(--muted-foreground)); font-size: 28px; line-height: 1; cursor: pointer; }
.consultation-success > .success-close:first-child { position: absolute; top: 16px; right: 18px; }
@media (max-width: 820px) {
  .consultation-success { padding: 36px 24px 27px; }
}

/* Supplied brand logo */
.brand-logo { display: block; width: 62px; height: 62px; object-fit: cover; flex: 0 0 62px; border-radius: 50%; background: #1b344c; }
.footer .brand-logo { width: 68px; height: 68px; flex-basis: 68px; }
.footer .brand { gap: 12px; }
@media (max-width: 820px) {
  .brand-logo { width: 54px; height: 54px; flex-basis: 54px; }
  .footer .brand-logo { width: 62px; height: 62px; flex-basis: 62px; }
}

.contact-address { display: inline-flex; align-items: flex-start; gap: 8px; color: hsl(201 80% 80%); font-size: 13px; font-style: normal; line-height: 1.55; }

/* Visible mobile navigation icon */
.nav-toggle { color: #43B7DE; width: 44px; height: 44px; padding: 8px; align-items: center; justify-content: center; }
.nav-toggle svg { width: 28px; height: 28px; stroke: currentColor; }
.nav-toggle:hover, .nav-toggle:focus-visible { color: #D7EEF7; }
