:root {
  --ink: #0d2028;
  --forest: #133331;
  --green: #465b51;
  --orange: #ff793b;
  --yellow: #f09e05;
  --cream: #fbe9c6;
  --paper: #f7f4ed;
  --white: #fff;
  --line: rgba(13,32,40,.15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; background: rgba(247,244,237,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 18px/1 "Manrope", sans-serif; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--forest); background: var(--yellow); font-size: 17px; letter-spacing: 0; }
.brand-logo { display: block; width: 122px; height: auto; }
.brand-logo-footer { width: 108px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 600; }
nav > a:not(.nav-cta) { position: relative; }
nav > a.active:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--orange); }
.nav-cta { padding: 12px 20px; border: 1px solid var(--forest); border-radius: 999px; transition: .2s; }
.nav-cta:hover { background: var(--forest); color: var(--white); }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr auto; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px) 70px; position: relative; z-index: 2; }
.eyebrow, .section-number { display: block; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.04; margin: 0; }
h1 { max-width: 850px; font-size: clamp(48px, 6.3vw, 96px); font-weight: 700; }
h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 700px; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; margin: 30px 0 35px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; border-radius: 999px; padding: 16px 24px; font: 700 16px/1 "DM Sans", sans-serif; cursor: pointer; }
.button span { font-size: 20px; }
.button-primary { color: white; background: var(--forest); }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); }
.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; background: var(--forest); overflow: hidden; }
.hero-visual::before { content: ""; width: 420px; height: 420px; border-radius: 50%; background: var(--orange); position: absolute; right: -150px; top: -100px; }
.hero-visual::after { content: ""; width: 250px; height: 250px; border-radius: 50%; background: var(--yellow); position: absolute; left: -120px; bottom: -90px; }
.route-card { width: min(78%, 440px); padding: 34px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.3); border-radius: 4px; backdrop-filter: blur(12px); z-index: 3; }
.route-label { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; opacity: .7; }
.route { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 32px 0; }
.route-city { font: 700 clamp(21px,2.4vw,32px)/1 "Manrope", sans-serif; }
.route-line { flex: 1; height: 1px; background: rgba(255,255,255,.55); position: relative; }
.route-line::before, .route-line::after { content: ""; position: absolute; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); }
.route-line::before { left: 0; } .route-line::after { right: 0; }
.route-line i { position: absolute; width: 12px; height: 12px; background: var(--orange); border-radius: 50%; top: -6px; left: 45%; box-shadow: 0 0 0 6px rgba(255,121,59,.2); }
.route-card p { margin: 0; opacity: .82; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { width: 620px; height: 250px; transform: rotate(-34deg); }
.orbit-two { width: 500px; height: 500px; }
.spark { color: var(--cream); position: absolute; z-index: 2; }
.spark-one { top: 20%; left: 17%; font-size: 28px; }.spark-two { right: 12%; bottom: 18%; font-size: 19px; }
.job-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); }
.job-facts div { padding: 27px clamp(20px,3vw,50px); border-right: 1px solid var(--line); }
.job-facts span, .job-facts small { display: block; color: var(--green); font-size: 12px; }
.job-facts span { text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.job-facts strong { display: block; margin: 5px 0 2px; font: 700 clamp(18px,1.6vw,24px)/1.25 "Manrope",sans-serif; }
.statement, .role, .profile, .process { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); }
.statement { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.statement h2, .role h2, .profile h2, .process h2, .offer h2, .apply h2 { font-size: clamp(40px, 5vw, 72px); }
.statement p { max-width: 760px; font-size: clamp(19px, 1.6vw, 24px); }
.values-band { overflow: hidden; padding: 28px 30px; display: flex; justify-content: center; gap: 38px; color: white; background: var(--orange); font: 700 clamp(18px,2.2vw,32px)/1 "Manrope",sans-serif; white-space: nowrap; }
.values-band i { color: var(--cream); font-style: normal; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 75px; }
.role-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.role-intro .lead { font-size: clamp(22px,2vw,29px); line-height: 1.45; margin-top: 0; }
.tasks h3 { margin: 0 0 10px; font: 700 20px "Manrope",sans-serif; }
.tasks ul { margin: 0; padding: 0; list-style: none; }
.tasks li { display: grid; grid-template-columns: 50px 1fr; border-top: 1px solid var(--line); padding: 20px 0; }
.tasks li span { color: var(--orange); font-weight: 700; }.tasks li p { margin: 0; }
.offer { padding: clamp(80px,9vw,140px) clamp(24px,8vw,130px); color: white; background: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.section-number.light { color: var(--yellow); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; }
.offer-grid article { min-height: 250px; padding: 34px; border: 1px solid rgba(255,255,255,.18); margin: -1px 0 0 -1px; }
.offer-grid article > span { color: var(--orange); font: 600 40px "Manrope",sans-serif; }
.offer-grid h3 { margin: 35px 0 10px; font: 700 21px "Manrope",sans-serif; }
.offer-grid p { opacity: .7; margin: 0; font-size: 15px; }
.offer-grid .offer-car { grid-column: 1 / -1; min-height: 210px; }
.profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--white); }
.profile-content > p:first-child { margin-top: 0; font-size: 22px; }
.checks { padding: 0; list-style: none; }
.checks li { padding: 16px 0 16px 38px; border-bottom: 1px solid var(--line); position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 3px; color: var(--orange); font-weight: 700; }
.note { padding: 18px 22px; background: var(--cream); font-size: 15px; }
.process { background: var(--paper); }
.process h2 { margin-bottom: 60px; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.process-steps div { padding: 36px 36px 10px 0; }
.process-steps strong { color: var(--orange); font-size: 13px; letter-spacing: .1em; }
.process-steps h3 { font: 700 22px "Manrope",sans-serif; margin: 20px 0 8px; }
.process-steps p { color: var(--green); margin: 0; }
.apply { padding: clamp(80px,9vw,140px) clamp(24px,8vw,130px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; color: white; background: var(--forest); }
.eyebrow-light { color: var(--yellow); }
.apply-copy > p { max-width: 520px; font-size: 19px; opacity: .75; }
.contact-card { display: flex; align-items: center; gap: 15px; margin-top: 45px; }
.avatar { width: 50px; height: 50px; display: grid; place-items: center; color: var(--forest); background: var(--yellow); border-radius: 50%; font-weight: 800; }
.contact-card strong, .contact-card span { display: block; }.contact-card span { font-size: 13px; opacity: .6; }
.apply-form { padding: clamp(28px,4vw,55px); color: var(--ink); background: var(--white); }
.apply-form label { display: block; margin-bottom: 18px; font-size: 14px; font-weight: 700; }
.apply-form label span { color: #718078; font-weight: 400; }
.apply-form input, .apply-form textarea { width: 100%; margin-top: 7px; padding: 13px 0; border: 0; border-bottom: 1px solid #bdc6c1; border-radius: 0; background: transparent; font: 16px "DM Sans",sans-serif; color: var(--ink); outline: 0; }
.apply-form input:focus, .apply-form textarea:focus { border-color: var(--orange); }
.apply-form .file-input { padding: 11px 0; color: #52625a; }
.apply-form .file-input::file-selector-button { margin-right: 12px; padding: 9px 13px; border: 1px solid #bdc6c1; border-radius: 6px; color: var(--ink); background: var(--cream); font: 600 14px "DM Sans",sans-serif; cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.button-yellow { width: 100%; margin-top: 15px; color: var(--ink); background: var(--yellow); }
.apply-form small { display: block; color: #718078; margin-top: 13px; line-height: 1.45; }
.apply-form small a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.form-success { padding: 14px; background: #e3f4e9; color: #1e5b37; font-size: 14px; }
footer { padding: 40px clamp(24px,5vw,80px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #08171c; color: white; font-size: 13px; }
footer p { opacity: .7; }
.footer-meta { display: flex; align-items: center; gap: 22px; }
.footer-meta a { opacity: .75; text-decoration: underline; text-underline-offset: 3px; }
.footer-meta span { opacity: .45; }
.privacy-page { padding: clamp(70px,9vw,130px) clamp(24px,8vw,130px); background: var(--white); }
.privacy-intro { max-width: 900px; margin-bottom: 60px; }
.privacy-intro h1 { font-size: clamp(48px,7vw,92px); }
.privacy-intro p { max-width: 740px; margin-top: 24px; color: var(--green); font-size: 20px; }
.privacy-content { max-width: 900px; }
.privacy-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.privacy-content h2 { margin-bottom: 14px; font-size: clamp(25px,3vw,34px); letter-spacing: -.03em; }
.privacy-content p, .privacy-content ul { margin: 0; color: var(--green); }
.privacy-content p + p, .privacy-content p + ul, .privacy-content ul + p { margin-top: 12px; }
.privacy-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.home-hero { min-height: 690px; display: grid; grid-template-columns: 1.12fr .88fr; background: var(--cream); }
.home-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px,9vw,130px) clamp(24px,7vw,110px); }
.home-hero h1 { font-size: clamp(50px,6.4vw,94px); }
.home-hero h1 em, .page-hero h1 em, .contact-page h1 em, .privacy-intro h1 em { color: var(--orange); font-style: normal; }
.home-hero-copy > p { max-width: 730px; margin: 28px 0 34px; font-size: clamp(18px,1.5vw,23px); }
.home-visual { min-height: 560px; }
.jobs-home, .all-jobs, .why-section { padding: clamp(75px,9vw,135px) clamp(24px,8vw,130px); }
.jobs-home { background: var(--white); }
.jobs-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.jobs-heading h2, .why-section h2 { max-width: 850px; font-size: clamp(38px,4.4vw,66px); }
.job-list { display: grid; gap: 14px; }
.job-card { min-height: 250px; padding: clamp(28px,4vw,54px); display: grid; grid-template-columns: 1fr auto 52px; align-items: end; gap: 45px; color: white; background: var(--forest); transition: transform .2s, background .2s; }
.job-card:hover { transform: translateY(-3px); background: var(--ink); }
.job-tag { display: inline-block; margin-bottom: 18px; color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.job-card h3 { margin: 0 0 10px; font: 700 clamp(30px,3.2vw,48px)/1.1 "Manrope",sans-serif; }
.job-card p { max-width: 670px; margin: 0; opacity: .75; }
.job-meta { display: flex; flex-direction: column; gap: 6px; min-width: 160px; font-size: 14px; opacity: .8; }
.job-arrow { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 24px; }
.open-application { margin-top: 14px; padding: 34px clamp(28px,4vw,54px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); }
.open-application span { color: var(--orange); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.open-application h3 { margin: 5px 0 0; font: 700 clamp(20px,2vw,28px) "Manrope",sans-serif; }
.button-outline { border: 1px solid var(--forest); background: transparent; white-space: nowrap; }
.home-about { background: var(--paper); }
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.why-grid article { padding: 36px 44px 20px 0; }
.why-grid article > span { color: var(--orange); font-size: 13px; font-weight: 700; }
.why-grid h3 { margin: 30px 0 10px; font: 700 24px "Manrope",sans-serif; }
.why-grid p { color: var(--green); }
.home-cta { padding: clamp(75px,9vw,135px) clamp(24px,8vw,130px); color: white; background: var(--forest); }
.home-cta h2 { max-width: 850px; margin-bottom: 40px; }
.home-cta > div { display: flex; align-items: center; gap: 28px; }
.home-cta .button-yellow { width: auto; margin-top: 0; padding: 16px 26px; }
.light-link { border-bottom: 1px solid rgba(255,255,255,.7); }
.page-hero { padding: clamp(85px,11vw,165px) clamp(24px,8vw,130px); color: white; background: var(--forest); }
.page-hero h1, .contact-page h1 { max-width: 1000px; font-size: clamp(52px,7vw,104px); }
.page-hero > p { max-width: 690px; margin: 28px 0 0; font-size: 21px; opacity: .75; }
.all-jobs { min-height: 500px; background: var(--white); }
.list-header { padding-bottom: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--green); font-size: 14px; }
.all-jobs .job-list { margin-top: 24px; }
.contact-page { min-height: calc(100vh - 84px); padding: clamp(75px,9vw,135px) clamp(24px,8vw,130px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: white; background: var(--forest); }
.contact-intro > p { max-width: 560px; font-size: 20px; opacity: .75; }
.contact-person { display: flex; align-items: center; gap: 15px; margin-top: 45px; }
.contact-person strong, .contact-person span { display: block; }.contact-person span { opacity: .6; font-size: 13px; }
.office-card { max-width: 380px; margin-top: 34px; padding: 22px 25px; display: grid; grid-template-columns: 1fr auto; gap: 5px 24px; border: 1px solid rgba(255,255,255,.25); transition: border-color .2s, background .2s; }
.office-card:hover { border-color: var(--yellow); background: rgba(255,255,255,.05); }
.office-card .office-label { grid-column: 1 / -1; color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.office-card strong { margin-top: 8px; font: 700 20px/1.35 "Manrope",sans-serif; }
.office-card .office-route { align-self: end; color: rgba(255,255,255,.72); font-size: 13px; }
.job-detail-hero { padding: 50px clamp(24px,8vw,130px) 85px; color: var(--ink); background: var(--cream); }
.job-detail-hero .back-link { display: inline-block; margin-bottom: 70px; font-size: 14px; font-weight: 700; }
.job-detail-hero h1 { font-size: clamp(58px,8vw,118px); }
.job-detail-hero > p { max-width: 760px; margin: 18px 0 30px; font-size: clamp(20px,2vw,28px); }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.detail-meta span { padding: 8px 14px; border: 1px solid rgba(13,32,40,.25); border-radius: 999px; font-size: 14px; font-weight: 600; }
@media (max-width: 900px) {
  .site-header .menu-toggle { display: block; order: 3; }
  .site-header nav { position: absolute; top: 100%; left: 0; right: 0; padding: 22px 24px 26px; display: flex; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(13,32,40,.12); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; }
  .site-header nav a, .site-header nav a:not(.nav-cta) { display: block; padding: 14px 2px; font-size: 17px; }
  .site-header nav .nav-cta { margin-top: 10px; padding: 14px 18px; text-align: center; }
  .site-header nav > a.active:not(.nav-cta)::after { display: none; }
  .site-header.menu-open nav { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .job-facts { grid-template-columns: 1fr 1fr; }
  .job-facts div:nth-child(2) { border-right: 0; }
  .job-facts div { border-bottom: 1px solid var(--line); }
  .statement, .section-heading, .role-grid, .offer, .profile, .apply { grid-template-columns: 1fr; gap: 38px; }
  .home-hero, .contact-page { grid-template-columns: 1fr; }
  .jobs-heading { align-items: flex-start; flex-direction: column; }
  .job-card { grid-template-columns: 1fr 52px; }
  .job-meta { grid-column: 1 / -1; grid-row: 2; flex-direction: row; flex-wrap: wrap; }
  .job-arrow { grid-column: 2; grid-row: 1; align-self: start; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-bottom: 1px solid var(--line); }
  .offer-title h2 { margin-bottom: 10px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-header { height: 72px; }
  .brand { font-size: 15px; }.brand-mark { width: 32px; height: 32px; }
  .nav-cta { padding: 10px 14px; font-size: 13px; }
  .hero-copy { padding-top: 65px; }
  .hero-visual { min-height: 340px; }
  .route-card { width: 86%; padding: 25px; }
  .job-facts { grid-template-columns: 1fr; }
  .jobs-home, .all-jobs { padding-left: 16px; padding-right: 16px; }
  .job-card { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr) 44px; gap: 16px; padding: 26px 20px; }
  .job-card > div:first-child { min-width: 0; overflow-wrap: anywhere; }
  .job-card h3 { font-size: 29px; }
  .job-detail-hero h1 { max-width: 100%; font-size: clamp(38px, 12vw, 52px); letter-spacing: -.055em; overflow-wrap: anywhere; }
  .job-card p { font-size: 15px; line-height: 1.5; }
  .job-meta { min-width: 0; gap: 5px 12px; font-size: 13px; }
  .job-arrow { width: 44px; height: 44px; }
  .job-facts div { border-right: 0; }
  .values-band { justify-content: flex-start; overflow-x: hidden; gap: 22px; }
  .offer-grid, .process-steps, .form-row { grid-template-columns: 1fr; }
  .offer-grid .offer-car { grid-column: auto; }
  .open-application { align-items: flex-start; flex-direction: column; }
  .home-cta > div { align-items: flex-start; flex-direction: column; }
  .home-cta .button-yellow { width: auto; }
  .offer-grid article { min-height: auto; }
  .process-steps div { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.form-trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-error {
  color: #b42318;
}

.apply-form button:disabled {
  cursor: wait;
  opacity: .7;
}
