:root {
  --red: #c31820;
  --red-dark: #971117;
  --ink: #111111;
  --charcoal: #1b1b1b;
  --muted: #686868;
  --line: #dedede;
  --soft: #f5f5f5;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  background: #000;
  border-bottom: 1px solid #1f1f1f;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo {
  width: 230px;
  max-width: 42vw;
  height: auto;
}
.footer-logo {
  width: 245px;
  max-width: 100%;
}
.header-actions { display: flex; align-items: center; gap: 20px; font-size: 14px; }
.header-location { color: #d0d0d0; }
.phone-link { text-decoration: none; font-weight: 700; color: #fff; }
.phone-link:hover { color: var(--red); }

.hero {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #111;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.3) 75%, rgba(0,0,0,.18) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 86px 0;
}
.eyebrow, .section-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: var(--red);
}
.hero .eyebrow { color: #fff; opacity: .86; margin-bottom: 14px; }
.hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 6.5vw, 78px);
  line-height: .98;
  letter-spacing: -3.2px;
  margin: 0;
  font-weight: 800;
}
.hero h1 span { color: #fff; }
.hero h1 span::after {
  content: "";
  display: block;
  width: 74px;
  height: 6px;
  margin-top: 24px;
  background: var(--red);
}
.hero p {
  max-width: 660px;
  font-size: 18px;
  color: rgba(255,255,255,.9);
  margin: 24px 0 30px;
}
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: .2s ease;
}
.btn-primary { background: var(--red); color: #fff; border: 1px solid var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-1px); }
.btn-secondary { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(0,0,0,.18); }
.btn-secondary:hover { background: #fff; color: #111; }
.btn-full { width: 100%; }

.quick-facts { background: var(--ink); color: #fff; }
.quick-facts-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact { padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact-label { display: block; color: #a9a9a9; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; margin-bottom: 5px; }
.fact strong { font-size: 17px; }

.section { padding: 92px 0; }
.section-light { background: #fff; }
.job-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .72fr); gap: 70px; align-items: start; }
.job-main h2, .application-heading h2, .expect-section h2 {
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -2px;
  margin: 9px 0 20px;
}
.lead { font-size: 18px; color: #565656; max-width: 790px; }
.detail-block { margin-top: 42px; }
.detail-block h3 { font-size: 23px; margin: 0 0 16px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 29px; color: #3e3e3e; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  font-weight: 800;
}
.job-card {
  position: sticky;
  top: 104px;
  border: 1px solid #ddd;
  border-top: 5px solid var(--red);
  padding: 30px;
  box-shadow: 0 12px 34px rgba(0,0,0,.07);
  background: #fff;
}
.job-card-top { display: flex; align-items: center; gap: 9px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.status-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(195,24,32,.09); }
.job-card h3 { font-size: 27px; margin: 12px 0 20px; }
dl { margin: 0; }
dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #ececec; }
dt { color: #737373; font-size: 14px; }
dd { margin: 0; font-weight: 700; text-align: right; font-size: 14px; }
.small-note { font-size: 12px; line-height: 1.5; color: #777; margin: 18px 0; }

.expect-section { background: var(--charcoal); color: #fff; padding: 88px 0; }
.expect-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.expect-section p { color: #c8c8c8; max-width: 520px; }
.light-kicker { color: #e8545b; }
.value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: #343434; }
.value-card { background: #202020; padding: 30px; min-height: 210px; }
.value-card span { font-weight: 800; color: var(--red); font-size: 12px; letter-spacing: 1px; }
.value-card h3 { margin: 18px 0 8px; font-size: 20px; }
.value-card p { margin: 0; font-size: 14px; }

.application-section { background: var(--soft); }
.application-wrap { max-width: 1000px; }
.application-heading { text-align: center; max-width: 770px; margin: 0 auto 36px; }
.application-heading p { color: #666; font-size: 17px; }
.apply-cta {
  margin-top: 14px;
  min-width: 220px;
}
.application-note {
  margin-top: 18px;
  font-size: 13px !important;
  color: #777 !important;
}

.site-footer { background: #0d0d0d; color: #fff; padding: 55px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-brand { color: #fff; margin-bottom: 14px; }
.site-footer p { color: #aaa; max-width: 480px; font-size: 14px; }
.footer-right { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; font-size: 14px; color: #bdbdbd; }
.footer-right strong { color: #fff; }
.footer-right a { color: #fff; text-decoration: none; }
.footer-right a:hover { color: #ef6066; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #272727; display: flex; justify-content: space-between; gap: 20px; color: #777; font-size: 12px; }
.mobile-apply { display: none; }

@media (max-width: 900px) {
  .header-location { display: none; }
  .hero { min-height: 560px; }
  .quick-facts-grid { grid-template-columns: repeat(2,1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:first-child { padding-left: 24px; }
  .job-layout, .expect-grid { grid-template-columns: 1fr; gap: 44px; }
  .job-card { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-right { justify-self: start; align-items: flex-start; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .container { width: min(var(--max), calc(100% - 28px)); }
  .header-inner { min-height: 66px; }
  .brand-logo { width: 185px; max-width: 52vw; }
  .phone-link { font-size: 12px; }
  .hero { min-height: 540px; align-items: end; }
  .hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.68) 60%, rgba(0,0,0,.35) 100%); }
  .hero-content { padding: 72px 0 48px; }
  .hero h1 { letter-spacing: -2px; }
  .hero p { font-size: 16px; }
  .hero-buttons .btn { flex: 1; }
  .quick-facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { padding: 19px 14px !important; }
  .fact strong { font-size: 14px; }
  .section { padding: 66px 0; }
  .job-main h2, .application-heading h2, .expect-section h2 { letter-spacing: -1.2px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-apply {
    display: flex;
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 50px;
    border-radius: 4px;
    background: var(--red);
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    box-shadow: 0 7px 25px rgba(0,0,0,.3);
  }
}
