/* ==========================================================================
   TMC — Teimurazi Morchadze Corp. site stylesheet
   Values taken from the Claude Design handoff prototypes.
   ========================================================================== */

:root {
  --yellow: #FFC800;
  --yellow-hover: #E5B400;
  --gold: #8a6a00;
  --on-yellow-muted: #3a3000;
  --ink: #1c1c1e;
  --ink-heading: #101820;
  --ink-body: #3a3a3c;
  --ink-body-2: #2c2c2e;
  --black-btn: #000;
  --black-btn-hover: #2a2f38;
  --navy: #0B1526;
  --blue: #0C3C7E;
  --blue-hover: #0a3269;
  --muted: #6b6b70;
  --placeholder: #8a8a8e;
  --on-dark: #c9d4e6;
  --on-dark-muted: #aab4c4;
  --on-dark-faint: #8fa0b8;
  --border: #d0d0d4;
  --border-soft: #e2e2e6;
  --cream: #F1EEE6;
  --cream-2: #F8F6F1;
  --sand: #EEEBE2;
  --note-warm: #FBF1E4;
  --note-yellow: #FFF6D6;
  --page-bg: #f2f3f5;
  --font: 'Archivo', Helvetica, Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: #fff; font-family: var(--font); color: var(--ink); overflow-x: hidden; padding-top: 68px; }
body.overlay-hero { padding-top: 0; }
[id] { scroll-margin-top: 84px; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: .88; }
h1, h2, h3, p { margin: 0; }
strong { font-weight: 700; }

input, select, textarea, button { font-family: var(--font); font-size: 13px; color: var(--ink); }
input::placeholder, textarea::placeholder { color: var(--placeholder); font-family: var(--font); }
input:focus-visible, textarea:focus-visible, select:focus-visible,
a:focus-visible, button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }

.container { max-width: 1160px; margin: 0 auto; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .35em; color: var(--ink-body); }
.kicker { font-size: 13px; font-weight: 700; color: var(--gold); }
.rule { width: 64px; height: 4px; background: var(--yellow); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); margin: 0; padding: 0; border: 0; }

/* --------------------------------------------------------------------------
   Buttons (square)
   -------------------------------------------------------------------------- */
.btn { display: inline-block; font-size: 12.5px; font-weight: 600; border: 0; cursor: pointer; transition: background .15s ease, color .15s ease, opacity .15s ease; }
.btn-yellow { background: var(--yellow); color: var(--ink-heading); padding: 13px 24px; }
.btn-yellow:hover { background: var(--yellow-hover); opacity: 1; }
.btn-black { background: var(--black-btn); color: #fff; padding: 13px 24px; }
.btn-black:hover { background: var(--black-btn-hover); opacity: 1; }
.btn-blue { background: var(--blue); color: #fff; font-size: 13px; padding: 14px 48px; }
.btn-blue:hover { background: var(--blue-hover); opacity: 1; }
.btn-white { background: #fff; color: var(--ink-heading); padding: 10px 20px; font-weight: 600; white-space: nowrap; }
.btn-white:hover { background: #e8e8e8; opacity: 1; }
.btn-outline-dark { border: 2px solid var(--ink-heading); background: transparent; color: var(--ink-heading); font-weight: 700; padding: 11px 24px; }
.btn-outline-dark:hover { background: var(--ink-heading); color: #fff; opacity: 1; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   Nav — fixed / floating (dark, works over all heroes)
   -------------------------------------------------------------------------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 48px; background: var(--navy);
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .2s ease, box-shadow .2s ease;
}
.nav--overlay { background: rgba(6,10,18,.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.nav.is-scrolled { background: var(--navy); box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.nav-brand { display: flex; align-items: center; }
.nav-brand img { height: 40px; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #fff; font-size: 13px; font-weight: 500; }
.nav-links a.is-active { border-bottom: 2px solid var(--yellow); padding-bottom: 2px; }
.nav-links .nav-cta { background: var(--yellow); color: var(--ink-heading); padding: 10px 20px; font-weight: 600; border-bottom: 0; }
.nav-links .nav-cta:hover { background: var(--yellow-hover); opacity: 1; }
.nav-links .nav-cta--dark { background: var(--black-btn); color: #fff; }
.nav-links .nav-cta--dark:hover { background: var(--black-btn-hover); }
.nav-links span.nav-cta { background: #fff; color: var(--ink-heading); }
.nav-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.35); padding: 0; width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer; color: #fff; }
.nav-toggle svg { display: block; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer {
  background: linear-gradient(rgba(6,14,32,.6), rgba(6,14,32,.6)), url('../assets/footer.png') center/cover no-repeat;
  color: #fff; border-top: 4px solid var(--yellow);
}
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 34px 40px; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.footer-brand img { height: 40px; display: block; }
.footer-tagline { margin-top: 10px; font-size: 11.5px; color: var(--on-dark-muted); }
.footer-links { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 12.5px; font-weight: 500; flex-wrap: wrap; }
.footer-links .sep { width: 1px; height: 14px; background: rgba(255,255,255,.3); }
.footer-links .with-icon { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.footer-links .with-icon .ico { color: var(--yellow); display: inline-flex; }
.footer-links .btn-white, .footer-links .nav-cta { padding: 11px 22px; font-size: 12.5px; }
.footer-copy { background: rgba(0,0,0,.55); text-align: center; padding: 12px 20px; font-size: 10.5px; letter-spacing: .05em; color: var(--on-dark-faint); }

/* --------------------------------------------------------------------------
   Heroes
   -------------------------------------------------------------------------- */
.hero { position: relative; background: url('../assets/hero.png') center/cover no-repeat; }
.hero--about { background-image: url('../assets/about/hero.png'); }
.hero--services { background: linear-gradient(rgba(6,10,18,.35), rgba(6,10,18,.35)), url('../assets/services/hero.png') center/cover no-repeat; }
.hero-home { max-width: 1160px; margin: 0 auto; padding: 198px 60px 150px; }
.hero-home .tag { font-size: 12px; font-weight: 600; letter-spacing: .4em; color: var(--ink-heading); }
.hero-home h1 { margin-top: 6px; color: var(--ink-heading); font-size: 40px; line-height: 1.2; font-weight: 700; max-width: 600px; }
.hero-home p { margin-top: 16px; color: var(--ink-body-2); font-size: 14px; line-height: 1.6; max-width: 560px; }
.hero-home .btn-row { gap: 18px; margin-top: 34px; }
.hero-home .btn { padding: 14px 26px; }
.hero-strip { height: 368px; }
.hero-services-body { max-width: 1160px; margin: 0 auto; padding: 178px 60px 40px; }
.hero-services-body .tag { font-size: 12px; font-weight: 600; letter-spacing: .4em; color: var(--yellow); }
.hero-services-body h1 { margin-top: 6px; color: #fff; font-size: 42px; line-height: 1.15; font-weight: 700; }
.hero-services-body p { margin-top: 14px; color: #e6e9ee; font-size: 14px; line-height: 1.6; max-width: 520px; }
.svc-tabs-wrap { background: rgba(6,10,18,.7); border-top: 1px solid rgba(255,255,255,.15); }
.svc-tabs { max-width: 1160px; margin: 0 auto; padding: 0 60px; display: flex; gap: 0; overflow-x: auto; }
.svc-tabs a {
  padding: 16px 22px 16px 0; margin-right: 22px; color: #fff; font-size: 12.5px; font-weight: 600;
  white-space: nowrap; border-bottom: 3px solid transparent; display: flex; align-items: center; gap: 10px;
}
.svc-tabs a:hover { border-bottom-color: var(--yellow); opacity: 1; }
.svc-tabs .num { color: var(--yellow); font-size: 11px; }

.page-hero { background: var(--navy); border-bottom: 4px solid var(--yellow); color: #fff; padding: 56px 60px; }
.page-hero--legal { padding: 64px 60px; }
.page-hero h1 { font-size: 34px; font-weight: 800; }
.page-hero--legal h1 { font-size: 36px; }
.page-hero p { margin-top: 12px; font-size: 13.5px; line-height: 1.6; color: var(--on-dark); max-width: 560px; }
.page-hero--legal p { font-size: 13px; }
.container--narrow { max-width: 900px; }

/* --------------------------------------------------------------------------
   Split intro (careers / contact)
   -------------------------------------------------------------------------- */
.intro { background: #fff; padding: 70px 60px 0; }
.intro-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-end; padding-bottom: 40px; border-bottom: 2px solid var(--ink-heading); }
.intro-inner > .left { flex: 1; }
.intro-inner h2 { margin-top: 8px; font-size: 34px; line-height: 1.15; font-weight: 800; color: var(--ink-heading); max-width: 600px; }
.intro-inner > .right { flex: 0 0 40%; }
.intro-inner .right p { font-size: 13px; line-height: 1.7; color: var(--ink-body); }
.intro-inner .btn-row { margin-top: 20px; }
.intro-inner .btn-yellow { font-weight: 700; padding: 13px 26px; }

/* --------------------------------------------------------------------------
   Home
   -------------------------------------------------------------------------- */
.ship { padding: 80px 60px 90px; background: #fff; }
.ship h2 { font-size: 26px; font-weight: 700; color: var(--ink-heading); letter-spacing: .02em; }
.ship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 40px; }
.ship-card { position: relative; padding: 60px 28px 30px 0; background: url('../assets/chevrons.png') left top/auto 100% no-repeat; display: block; }
.ship-card img { height: 36px; display: block; }
.ship-card .t { margin-top: 20px; font-size: 16px; font-weight: 700; color: var(--ink-heading); }
.ship-card p { margin-top: 10px; font-size: 12px; line-height: 1.65; color: var(--ink-body); max-width: 260px; }

.h-about { position: relative; min-height: 600px; padding: 0; }
.h-about > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.h-about-card { position: absolute; left: 0; bottom: 0; max-width: 640px; background: rgba(241,238,230,.94); padding: 44px 60px 44px 100px; }
.h-about-card h2 { margin-top: 6px; font-size: 26px; line-height: 1.2; font-weight: 700; color: var(--ink-heading); text-transform: uppercase; }
.h-about-card p { margin-top: 16px; font-size: 12px; line-height: 1.7; color: var(--ink-body-2); }
.h-about-card .chip { margin-top: 24px; display: inline-block; background: var(--yellow); color: var(--ink-heading); font-size: 13px; font-weight: 600; padding: 12px 22px; }

.further { padding: 70px 60px 80px; background: #fff; }
.further-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 60px; align-items: center; }
.further-media { position: relative; flex: 0 0 46%; height: 380px; }
.further-media > img { position: absolute; left: 0; top: 0; width: 82%; height: 100%; object-fit: cover; display: block; }
.stat-stack { position: absolute; top: 40px; right: -70px; display: flex; flex-direction: column; gap: 14px; width: 340px; }
.stat { display: flex; align-items: center; gap: 18px; background: rgba(255,255,255,.92); border: 1px solid var(--border-soft); padding: 16px 22px; box-shadow: 0 10px 30px rgba(16,24,32,.15); }
.stat img { height: 30px; display: block; }
.stat .n { font-size: 22px; font-weight: 700; color: var(--ink-heading); }
.stat .l { font-size: 12px; color: var(--ink-body); margin-top: 2px; }
.further-copy { flex: 1; padding-left: 40px; }
.further-copy h2 { font-size: 27px; line-height: 1.25; font-weight: 700; color: var(--ink-heading); }
.further-copy p { margin-top: 12px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.further-copy h2 + p { margin-top: 16px; }
.further-copy .btn-row { margin-top: 24px; }

.areas { position: relative; background: var(--yellow); padding: 44px 60px 40px; overflow: hidden; }
.areas > img { display: block; width: 760px; max-width: 88%; height: auto; margin: 0 auto; }
.areas-head { position: absolute; top: 44px; left: 0; right: 0; text-align: center; color: var(--ink-heading); }
.areas-head h2 { font-size: 28px; font-weight: 700; }
.areas-head p { margin-top: 10px; font-size: 13px; line-height: 1.6; color: var(--ink-body); }
.areas-ctas { position: absolute; bottom: 44px; left: 0; right: 0; display: flex; justify-content: center; gap: 40px; }
.areas-ctas .btn { font-size: 13px; padding: 18px 40px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.areas-ctas .btn-white:hover { background: #f0f0f0; }

.difference { padding: 80px 60px; background: #fff; }
.difference-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 40px; align-items: stretch; }
.diff-texts { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.diff-block { background: var(--cream); padding: 34px 36px; }
.diff-block h2 { font-size: 22px; font-weight: 700; color: var(--ink-heading); }
.diff-block p { margin-top: 12px; font-size: 12px; line-height: 1.7; color: var(--ink-body-2); }
.diff-block h2 + p { margin-top: 14px; }
.diff-media { position: relative; flex: 0 0 46%; min-height: 560px; }
.diff-media > img { position: absolute; top: 0; right: 0; width: 82%; height: 100%; object-fit: cover; object-position: right; display: block; }
.chip-stack { position: relative; margin: 70px 0 0; display: flex; flex-direction: column; gap: 22px; width: 260px; }
.chip-card { display: flex; flex-direction: column; align-items: center; gap: 8px; background: rgba(255,255,255,.9); padding: 18px 22px; box-shadow: 0 10px 30px rgba(16,24,32,.15); }
.chip-card img { height: 22px; }
.chip-card span { font-size: 15px; font-weight: 700; color: var(--ink-heading); }

.cta-banner { background: url('../assets/cta.png') center/cover no-repeat; padding: 90px 60px; }
.cta-banner h2 { color: #fff; font-size: 30px; line-height: 1.25; font-weight: 700; max-width: 560px; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.cta-banner .btn-yellow { margin-top: 24px; padding: 12px 28px; }
.cta-banner--rally { padding: 80px 60px; }
.cta-rally-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-rally-inner h2 { color: #fff; font-size: 32px; line-height: 1.2; font-weight: 700; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.cta-rally-inner p { margin-top: 8px; color: #fff; font-size: 14px; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.cta-rally-inner .btn-black { font-size: 13px; padding: 15px 34px; white-space: nowrap; }

/* Contact block (home / services / about) */
.contact { background: var(--cream); padding: 80px 60px; }
.contact-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 40px; align-items: stretch; }
.contact-card { flex: 0 0 42%; background: #fff; padding: 40px 40px 38px; display: flex; flex-direction: column; box-shadow: 0 18px 40px rgba(16,24,32,.12); }
.contact-card h2 { font-size: 24px; font-weight: 800; color: var(--ink-heading); }
.contact-card .lead { margin-top: 14px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.contact-chips { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.contact-chip { display: flex; align-items: center; gap: 14px; background: #efefef; padding: 14px 18px; font-size: 13.5px; font-weight: 600; color: var(--ink); transition: background .15s ease; }
.contact-chip:hover { background: #e4e4e4; opacity: 1; }
.contact-chip .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); flex: none; }
.contact-card .foot { margin-top: auto; padding-top: 26px; }
.contact-form { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
.contact-form .input, .contact-form .textarea { padding: 16px; }
.form-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-foot .fine { font-size: 11px; color: var(--muted); }
.form-foot .actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-thanks { font-size: 13px; font-weight: 600; color: var(--gold); }
.link-gold { color: var(--gold); font-weight: 600; }

/* --------------------------------------------------------------------------
   Form controls
   -------------------------------------------------------------------------- */
.input, .select, .textarea { width: 100%; border: 1px solid var(--border); background: #fff; padding: 14px 16px; font-size: 13px; color: var(--ink); }
.select { padding: 14px 12px; appearance: auto; }
.textarea { resize: vertical; }
.u-input, .u-select, .u-textarea {
  width: 100%; border: 0; border-bottom: 2px solid var(--border); background: transparent;
  padding: 12px 0; font-size: 13.5px; color: var(--ink); border-radius: 0;
}
.u-select { appearance: auto; }
.u-textarea { resize: vertical; }
.span-2 { grid-column: 1 / -1; }
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.input-stack { display: flex; flex-direction: column; gap: 6px; }
.input-stack label { font-size: 11px; font-weight: 600; color: var(--muted); }
.input-stack .input { padding: 12px 16px; }
.label-stack { display: flex; flex-direction: column; font-size: 11px; font-weight: 600; letter-spacing: .08em; color: var(--muted); margin-top: 14px; }
.label-stack .u-input, .label-stack .u-select, .label-stack .u-textarea { padding: 14px 0; }
.check-inline { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-body); border: 1px solid var(--border); padding: 0 16px; min-height: 45px; }
.check-inline input, .consent input, .checks input { width: 15px; height: 15px; accent-color: var(--yellow); flex: none; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11.5px; line-height: 1.6; color: var(--ink-body); }
.consent input { margin-top: 2px; }
.checks { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 12.5px; color: var(--ink-body); padding: 4px 0; }
.checks .lbl { font-weight: 600; color: var(--ink-heading); }
.checks label { display: flex; align-items: center; gap: 6px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-error { display: none; grid-column: 1 / -1; background: var(--note-yellow); color: var(--gold); padding: 12px 16px; font-size: 12.5px; line-height: 1.6; }
.form-error.is-visible { display: block; }
.btn[disabled] { opacity: .6; cursor: default; }
[hidden] { display: none !important; }

.form-section-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--ink-heading); padding-top: 18px; border-top: 2px solid var(--ink-heading); }
.form-section-label + .form-grid { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mt-28 { margin-top: 28px; }
.form-submit { display: flex; justify-content: flex-end; margin-top: 8px; }
.form-submit .btn-yellow { font-weight: 700; padding: 15px 48px; }

/* --------------------------------------------------------------------------
   Careers page
   -------------------------------------------------------------------------- */
.why { padding: 70px 60px 80px; background: #fff; }
.why-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 70px; align-items: center; }
.offset-media { flex: 0 0 44%; position: relative; }
.offset-media .accent { position: absolute; right: -18px; bottom: -18px; width: 60%; height: 50%; background: var(--yellow); }
.offset-media .accent--tl { right: auto; bottom: auto; left: -18px; top: -18px; z-index: 0; }
.offset-media > img { position: relative; display: block; width: 100%; height: 520px; object-fit: cover; z-index: 1; }
.offset-media--short > img { height: 480px; }
.why-copy { flex: 1; min-width: 0; }
.why-copy h2 { margin-top: 6px; font-size: 30px; line-height: 1.1; font-weight: 800; color: var(--ink-heading); }
.why-copy .rule { margin: 18px 0 10px; }
.num-row { display: flex; gap: 22px; padding: 22px 0; border-top: 1px solid var(--border); }
.num-row .num { font-size: 13px; font-weight: 700; color: var(--gold); flex: 0 0 28px; }
.num-row .t { font-size: 15px; font-weight: 700; color: var(--ink-heading); }
.num-row p { margin-top: 6px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }

.positions { background: var(--ink-heading); padding: 70px 60px; }
.positions-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding-bottom: 22px; }
.positions-head .lbl { font-size: 11px; font-weight: 700; letter-spacing: .3em; color: var(--yellow); }
.positions-head h2 { margin-top: 8px; font-size: 28px; font-weight: 800; color: #fff; }
.positions-head .hint { font-size: 12.5px; color: var(--on-dark-muted); }
.pos-header { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 20px; padding: 10px 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--on-dark-faint); border-top: 2px solid var(--yellow); }
.pos-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); color: #fff; transition: color .15s ease; }
.pos-row:hover { opacity: 1; color: var(--yellow); }
.pos-row .role { font-size: 16px; font-weight: 700; }
.pos-row .meta { font-size: 12.5px; color: var(--on-dark-muted); }
.pos-row .go { font-size: 12px; font-weight: 700; color: var(--yellow); white-space: nowrap; }

.requirements { padding: 80px 60px; background: var(--cream-2); }
.req-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-start; }
.req-intro { flex: 0 0 30%; }
.req-intro h2 { margin-top: 6px; font-size: 28px; line-height: 1.1; font-weight: 800; color: var(--ink-heading); }
.req-intro .rule { margin-top: 18px; }
.req-intro p { margin-top: 18px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.req-cols { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.req-col-head { font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--ink-heading); padding-bottom: 12px; border-bottom: 2px solid var(--ink-heading); }
.req-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 12.5px; line-height: 1.6; color: var(--ink-body); }
.req-item:last-child { border-bottom: 0; }
.req-item .ico { flex: none; margin-top: 2px; display: inline-flex; }
.req-item .ico--check { color: var(--gold); }
.req-item .ico--x { color: var(--ink-heading); }

.apply { background: #fff; padding: 80px 60px 90px; }
.apply-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-start; }
.apply-aside { flex: 0 0 32%; position: sticky; top: 98px; }
.apply-aside h2 { margin-top: 6px; font-size: 30px; line-height: 1.1; font-weight: 800; color: var(--ink-heading); }
.apply-aside .rule { margin-top: 18px; }
.apply-steps { display: flex; flex-direction: column; margin-top: 24px; }
.apply-step { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--border); }
.apply-step:last-child { border-bottom: 1px solid var(--border); }
.apply-step .num { font-size: 13px; font-weight: 700; color: var(--gold); flex: 0 0 24px; }
.apply-step .t { font-size: 13.5px; font-weight: 700; color: var(--ink-heading); }
.apply-step .d { margin-top: 3px; font-size: 12px; line-height: 1.6; color: var(--ink-body); }
.recruiter-box { margin-top: 26px; background: var(--yellow); padding: 22px 24px; color: var(--ink-heading); }
.recruiter-box .lbl { font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.recruiter-box .tel { display: block; margin-top: 8px; font-size: 17px; font-weight: 800; }
.recruiter-box .mail { display: block; margin-top: 2px; font-size: 13px; }
.apply-form { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.apply-success { flex: 1; padding: 40px 0; }
.apply-success .check, .success-check { width: 56px; height: 56px; background: var(--yellow); color: var(--ink-heading); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; }
.apply-success h2 { margin-top: 26px; font-size: 26px; font-weight: 800; color: var(--ink-heading); }
.apply-success p { margin-top: 14px; font-size: 13.5px; line-height: 1.7; color: var(--ink-body); max-width: 460px; }
.apply-success .btn { margin-top: 28px; font-size: 13px; padding: 13px 30px; }

/* --------------------------------------------------------------------------
   Services page
   -------------------------------------------------------------------------- */
.what-we-do { padding: 90px 60px 80px; background: #fff; }
.wwd-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 70px; align-items: center; }
.wwd-copy { flex: 1; }
.wwd-copy h2 { margin-top: 8px; font-size: 36px; line-height: 1.1; font-weight: 800; color: var(--ink-heading); }
.wwd-copy .rule { margin-top: 22px; }
.wwd-copy p { margin-top: 14px; font-size: 13px; line-height: 1.75; color: var(--ink-body); }
.wwd-copy .rule + p { margin-top: 24px; }
.wwd-copy .btn-row { margin-top: 28px; }

.service { padding: 0 60px; }
.service--alt { background: var(--cream-2); }
.service-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 70px; align-items: center; padding: 80px 0; border-top: 1px solid var(--border-soft); }
.service-inner--reverse { flex-direction: row-reverse; }
.service-copy { flex: 1; min-width: 0; position: relative; }
.ghost-num { position: absolute; top: -46px; left: -6px; font-size: 120px; line-height: 1; font-weight: 800; color: rgba(255,200,0,.28); letter-spacing: -.04em; user-select: none; }
.service-copy .inner { position: relative; }
.service-copy h2 { margin-top: 6px; font-size: 32px; line-height: 1.1; font-weight: 800; color: var(--ink-heading); }
.service-copy .rule { margin-top: 18px; }
.service-copy p { margin-top: 16px; font-size: 13px; line-height: 1.75; color: var(--ink-body); }
.tag-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.tag { border: 1px solid var(--ink-heading); padding: 7px 12px; font-size: 11.5px; font-weight: 600; color: var(--ink-heading); }
.service-copy .btn-row { margin-top: 28px; }
.service-img { flex: 0 0 44%; width: 44%; height: 480px; background: var(--sand); overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */
.a-intro { padding: 80px 60px; background: #fff; }
.a-intro-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 70px; align-items: center; }
.a-intro-copy { flex: 0 0 46%; }
.a-intro-copy h2 { margin-top: 8px; font-size: 30px; font-weight: 800; color: var(--ink-heading); }
.note { margin-top: 16px; background: var(--note-warm); border-left: 4px solid var(--yellow); padding: 14px 20px; font-size: 12.5px; line-height: 1.6; color: var(--ink); }
.note--yellow { background: var(--note-yellow); margin-top: 14px; }
.a-intro-copy > p { margin-top: 20px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.a-intro-copy > p + p { margin-top: 14px; }
.a-intro-img { flex: 1 1 0; width: 0; min-width: 0; height: 340px; object-fit: cover; display: block; }

.partners { background: var(--cream-2); padding: 34px 60px; }
.partners-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 70px; flex-wrap: wrap; color: var(--placeholder); font-weight: 800; letter-spacing: .02em; }
.partners .p1 { font-size: 30px; }
.partners .p2 { font-size: 15px; letter-spacing: .14em; font-weight: 600; }
.partners .p3 { font-size: 15px; border: 2px solid var(--placeholder); padding: 6px 14px; letter-spacing: .06em; }
.partners .p4 { font-size: 22px; }
.partners .p5 { font-size: 28px; font-style: italic; }

.team-players { padding: 90px 60px 70px; background: #fff; }
.tp-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 40px; align-items: flex-start; }
.tp-media { position: relative; flex: 0 0 50%; height: 520px; }
.tp-media .img-a { position: absolute; left: 0; top: 0; width: 58%; height: 240px; object-fit: cover; display: block; }
.tp-media .img-b { position: absolute; left: 12%; top: 220px; width: 50%; height: 240px; object-fit: cover; display: block; box-shadow: 0 20px 50px rgba(16,24,32,.25); }
.tp-media .img-c { position: absolute; left: 54%; top: 300px; width: 50%; height: 220px; object-fit: cover; display: block; box-shadow: 0 20px 50px rgba(16,24,32,.25); }
.tp-copy { flex: 1; display: flex; flex-direction: column; gap: 38px; }
.tp-copy h2 { font-size: 25px; font-weight: 800; color: var(--ink-heading); }
.tp-copy .sub { margin-top: 6px; font-size: 12.5px; font-weight: 600; color: var(--ink-body); }
.tp-copy p { margin-top: 10px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.tp-copy p + p { margin-top: 12px; }

.team { background: var(--cream-2); padding: 60px 60px 70px; }
.team-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.member { background: #fff; border: 1px solid var(--border); }
.member img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.member .body { padding: 24px 26px 26px; }
.member .name { font-size: 19px; font-weight: 600; color: var(--ink-heading); }
.member .role { margin-top: 2px; font-size: 12px; color: var(--ink-body); }
.member .mail { display: inline-block; margin-top: 14px; font-size: 11.5px; font-weight: 600; color: var(--gold); }

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */
.contact-page { padding: 0 60px 80px; background: #fff; }
.contact-page-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: stretch; }
.cp-form { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 36px; align-content: start; padding: 50px 60px 50px 0; }
.cp-form .head { grid-column: 1 / -1; font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--gold); }
.cp-success { flex: 1; padding: 80px 60px 80px 0; display: flex; flex-direction: column; justify-content: center; }
.cp-success h2 { margin-top: 26px; font-size: 26px; font-weight: 800; color: var(--ink-heading); }
.cp-success p { margin-top: 14px; font-size: 13.5px; line-height: 1.7; color: var(--ink-body); max-width: 460px; }
.cp-success .btn { align-self: flex-start; margin-top: 28px; font-size: 13px; padding: 13px 30px; }
.contact-aside { flex: 0 0 360px; background: var(--yellow); color: var(--ink-heading); padding: 50px 40px; display: flex; flex-direction: column; gap: 34px; }
.contact-aside .lbl { font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.contact-aside .big { display: flex; align-items: center; gap: 12px; margin-top: 10px; font-size: 20px; font-weight: 800; }
.contact-aside .mid { display: flex; align-items: center; gap: 12px; margin-top: 10px; font-size: 16px; font-weight: 700; }
.contact-aside .d { margin-top: 6px; font-size: 12px; line-height: 1.6; color: var(--on-yellow-muted); }
.contact-aside .v { margin-top: 10px; font-size: 14px; font-weight: 700; }
.contact-aside .rule-block { border-top: 2px solid var(--ink-heading); padding-top: 26px; }
.contact-aside .map { display: block; width: 100%; height: auto; margin-top: 14px; filter: brightness(.55) saturate(0); }

.quick-paths { background: var(--ink-heading); color: #fff; padding: 0 60px; }
.qp-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.qp { padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; gap: 8px; transition: background .15s ease; }
.qp:first-child { padding-left: 0; }
.qp:last-child { border-right: 0; padding-right: 0; }
.qp:hover { opacity: 1; background: rgba(255,255,255,.04); }
.qp .lbl { font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--yellow); }
.qp .t { font-size: 16px; font-weight: 700; }

.faq { background: var(--cream-2); padding: 70px 60px 80px; }
.faq-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-start; }
.faq-intro { flex: 0 0 30%; }
.faq-intro h2 { margin-top: 8px; font-size: 26px; font-weight: 800; color: var(--ink-heading); }
.faq-intro p { margin-top: 12px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.faq-list { flex: 1; display: flex; flex-direction: column; }
.faq-row { padding: 22px 0; border-top: 1px solid var(--border); }
.faq-row:first-child { border-top: 2px solid var(--ink-heading); }
.faq-row:last-child { border-bottom: 2px solid var(--ink-heading); }
.faq-row .q { font-size: 14px; font-weight: 700; color: var(--ink-heading); }
.faq-row p { margin-top: 8px; font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }

/* --------------------------------------------------------------------------
   Quote page
   -------------------------------------------------------------------------- */
.form-page--grey { background: var(--page-bg); padding: 64px 60px 80px; }
.form-layout--quote { max-width: 1140px; margin: 0 auto; display: flex; gap: 40px; align-items: flex-start; }
.form-aside--plain { flex: 0 0 320px; display: flex; flex-direction: column; gap: 22px; }
.form-aside--plain h2 { font-size: 21px; font-weight: 800; color: var(--ink-heading); }
.form-aside--plain p { font-size: 12.5px; line-height: 1.7; color: var(--ink-body); }
.aside-list { display: flex; flex-direction: column; gap: 12px; }
.aside-item { display: flex; gap: 12px; align-items: flex-start; }
.aside-item::before { content: ""; width: 8px; height: 8px; background: var(--yellow); margin-top: 5px; flex: none; }
.aside-item span { font-size: 12.5px; line-height: 1.6; color: var(--ink-body); }
.aside-box { background: var(--yellow); color: var(--ink-heading); padding: 22px 24px; }
.aside-box .lbl { font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.aside-box .tel { display: block; margin-top: 12px; font-size: 15px; font-weight: 700; }
.aside-box .mail { display: block; margin-top: 6px; font-size: 13px; }
.form-card { flex: 1; min-width: 0; background: #fff; box-shadow: 0 18px 40px rgba(16,24,32,.12); padding: 38px 40px 42px; display: flex; flex-direction: column; gap: 14px; }
.q-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--yellow); }
.form-grid + .q-label { margin-top: 14px; }
.form-success { flex: 1; background: #fff; box-shadow: 0 18px 40px rgba(16,24,32,.12); padding: 70px 60px; text-align: center; }
.form-success .check--blue { width: 56px; height: 56px; margin: 0 auto; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; }
.form-success h2 { margin-top: 26px; font-size: 23px; font-weight: 800; color: var(--ink-heading); }
.form-success p { margin: 14px auto 0; font-size: 13px; line-height: 1.7; color: var(--ink-body); max-width: 420px; }
.form-success .btn-yellow { margin-top: 28px; font-size: 13px; padding: 13px 30px; }
.form-submit .btn-blue { padding: 14px 48px; }

/* Legal */
.legal { padding: 70px 60px 90px; }
.legal-inner { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.legal h2 { font-size: 20px; font-weight: 800; color: var(--ink-heading); }
.legal p { margin-top: 12px; font-size: 13.5px; line-height: 1.75; color: var(--ink-body); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .stat-stack { right: -20px; width: 300px; }
  .h-about-card { padding-left: 60px; }
}

@media (max-width: 900px) {
  body { padding-top: 62px; }
  .nav { padding: 11px 20px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--navy); padding: 8px 20px 20px; border-top: 1px solid rgba(255,255,255,.1);
    max-height: calc(100vh - 62px); overflow-y: auto; box-shadow: 0 20px 40px rgba(0,0,0,.35);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a { padding: 14px 0; width: 100%; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links > a.is-active { border-bottom: 1px solid rgba(255,255,255,.08); color: var(--yellow); }
  .nav-links > .nav-cta, .nav-links > span.nav-cta { width: auto; margin-top: 12px; padding: 13px 22px; }

  .hero { background-position: 26% center; }
  .hero--services { background-position: center; }
  .hero-home { padding: 130px 24px 90px; }
  .hero-home h1 { font-size: 30px; }
  .hero-strip { height: 220px; }
  .hero-services-body { padding: 124px 24px 32px; }
  .hero-services-body h1 { font-size: 30px; }
  .svc-tabs { padding: 0 20px; }

  .intro { padding: 48px 24px 0; }
  .intro-inner { flex-direction: column; align-items: stretch; gap: 24px; padding-bottom: 32px; }
  .intro-inner > .right { flex: none; }
  .intro-inner h2 { font-size: 26px; }

  .ship, .further, .difference, .contact, .why, .requirements, .apply,
  .what-we-do, .service, .a-intro, .team-players, .contact-page,
  .quick-paths, .faq, .legal { padding-left: 24px; padding-right: 24px; }
  .ship { padding-top: 56px; padding-bottom: 56px; }
  .ship h2, .further-copy h2, .h-about-card h2, .diff-block h2, .areas-head h2,
  .why-copy h2, .req-intro h2, .apply-aside h2, .wwd-copy h2, .service-copy h2,
  .a-intro-copy h2, .tp-copy h2, .contact-card h2, .cta-banner h2, .cta-rally-inner h2,
  .positions-head h2, .faq-intro h2 { font-size: 23px; }
  .ship-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }

  .h-about { min-height: 0; display: flex; flex-direction: column; }
  .h-about > img { position: static; height: 240px; }
  .h-about-card { position: static; max-width: none; padding: 28px 20px; }

  .further { padding-top: 56px; padding-bottom: 56px; }
  .further-inner, .why-inner, .req-inner, .apply-inner, .wwd-inner,
  .service-inner, .service-inner--reverse, .a-intro-inner, .tp-inner,
  .contact-inner, .difference-inner, .faq-inner, .form-layout--quote,
  .cta-rally-inner, .contact-page-inner { flex-direction: column; gap: 28px; align-items: stretch; }
  .further-media, .offset-media, .req-intro, .apply-aside, .diff-media,
  .service-img, .a-intro-copy, .tp-media, .contact-card, .faq-intro,
  .form-aside--plain, .contact-aside { flex: none; width: 100%; }
  .further-media { height: auto; }
  .further-media > img { position: static; width: 100%; height: auto; aspect-ratio: 3/2; }
  .stat-stack { position: static; width: 100%; margin-top: 16px; }
  .further-copy { padding-left: 0; }

  .areas { display: flex; flex-direction: column; gap: 22px; padding: 44px 24px 40px; }
  .areas-head, .areas-ctas { position: static; }
  .areas-head { order: -1; }
  .areas-ctas { flex-wrap: wrap; gap: 14px; }
  .areas-ctas .btn { padding: 16px 28px; }

  .diff-media { min-height: 0; }
  .diff-media > img { position: static; width: 100%; height: auto; aspect-ratio: 3/2; }
  .chip-stack { position: static; margin: 16px 0 0; width: 100%; }

  .cta-banner, .cta-banner--rally { padding: 64px 24px; }

  .offset-media .accent { display: none; }
  .offset-media > img, .offset-media--short > img { height: auto; aspect-ratio: 3/2; }

  .positions { padding: 56px 24px; }
  .positions-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .pos-header { display: none; }
  .pos-row { grid-template-columns: 1fr 1fr; gap: 6px 16px; }
  .pos-row .role { grid-column: 1 / -1; }

  .requirements { padding-top: 56px; padding-bottom: 56px; }
  .req-cols { grid-template-columns: 1fr; gap: 28px; }

  .apply { padding-top: 56px; padding-bottom: 64px; }
  .apply-aside { position: static; }

  .what-we-do { padding-top: 56px; padding-bottom: 48px; }
  .service-inner { padding: 56px 0; }
  .service-img { height: auto; aspect-ratio: 3/2; }
  .ghost-num { font-size: 72px; top: -30px; }

  .tp-media { height: auto; display: flex; flex-direction: column; gap: 14px; }
  .tp-media .img-a, .tp-media .img-b, .tp-media .img-c { position: static; width: 100%; height: auto; aspect-ratio: 3/2; }
  .team { padding: 48px 24px 56px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .partners { padding: 30px 24px; }
  .partners-inner { gap: 28px 40px; }

  .cp-form { padding: 32px 0; }
  .cp-success { padding: 48px 0; }
  .contact-aside { padding: 32px 24px; }
  .qp-grid { grid-template-columns: 1fr; }
  .qp, .qp:first-child, .qp:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .qp:last-child { border-bottom: 0; }

  .contact { padding: 56px 24px; }
  .form-page--grey { padding: 48px 24px 64px; }
  .form-card { padding: 30px 24px 34px; }
  .form-success { padding: 56px 24px; }
  .legal { padding: 56px 24px 72px; }
  .footer-inner { padding: 30px 24px; }
  .footer-links { margin-left: 0; gap: 14px 20px; }
}

@media (max-width: 600px) {
  /* 16px inputs stop iOS auto-zoom on focus */
  .input, .select, .textarea, .u-input, .u-select, .u-textarea, .check-inline { font-size: 16px; }
  .btn { font-size: 14px; }
  .btn-yellow, .btn-black, .btn-blue, .btn-outline-dark { padding-top: 15px; padding-bottom: 15px; }
  .footer-links a { padding: 6px 0; }
  .footer-links .sep { display: none; }

  .hero-home p, .ship-card p, .h-about-card p, .further-copy p, .diff-block p,
  .areas-head p, .num-row p, .req-intro p, .req-item, .apply-step .d, .apply-success p,
  .wwd-copy p, .service-copy p, .a-intro-copy > p, .tp-copy p, .note,
  .contact-card .lead, .cp-success p, .contact-aside .d, .faq-row p, .faq-intro p,
  .aside-item span, .consent, .legal p, .form-success p, .pos-row .meta,
  .intro-inner .right p, .cta-rally-inner p { font-size: 14px; }

  .form-grid, .contact-form, .split-2, .cp-form, .team-grid { grid-template-columns: 1fr; }
  .form-submit { justify-content: stretch; }
  .form-submit .btn { width: 100%; }
  .form-foot .actions, .form-foot .actions .btn { width: 100%; }
  .btn-row, .areas-ctas { flex-direction: column; align-items: stretch; text-align: center; }
  .intro-inner .btn-row { align-items: stretch; }
}
