:root {
  --cream: #F4EEE2;
  --cream-2: #EBE3D3;
  --ink: #16140F;
  --ink-soft: #3a362d;
  --red: #E4361B;
  --red-deep: #B82811;
  --blue: #1F3A5F;
  --green: #27513B;
  --gold: #E8A33D;
  --line: rgba(22, 20, 15, 0.14);
  --maxw: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px
}

a {
  color: inherit
}

::selection {
  background: var(--red);
  color: var(--cream)
}

/* ---------- NAV ---------- */
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(244, 238, 226, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px
}

.brand {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 20px;
  text-transform: uppercase
}

.brand span {
  color: var(--red)
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links {
  display: flex;
  gap: 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em
}

.nav-links a {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity .2s
}

.nav-links a:hover {
  opacity: 1;
  color: var(--red)
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.lang-switch a {
  text-decoration: none;
  opacity: 0.45;
  transition: opacity .2s
}

.lang-switch a:hover {
  opacity: 1
}

.lang-switch a.active {
  opacity: 1;
  color: var(--red);
  pointer-events: none;
}

.lang-switch .sep {
  opacity: 0.3
}

@media(max-width:760px) {
  .nav-links {
    display: none
  }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden
}

.hero .eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow .dash {
  width: 46px;
  height: 2px;
  background: var(--red);
  display: inline-block
}

h1.mega {
  font-family: 'Archivo';
  font-weight: 900;
  font-size: clamp(42px, 7.4vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

h1.mega em {
  font-style: normal;
  color: var(--red)
}

.subhead {
  margin-top: 30px;
  max-width: 54ch;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.45;
  font-weight: 500;
  color: var(--ink-soft);
}

.lede {
  margin-top: 42px;
  max-width: 62ch;
  font-size: 19px;
  line-height: 1.7;
  border-left: 3px solid var(--red);
  padding-left: 24px;
}

.hero-cta {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.mountains {
  position: absolute;
  right: -60px;
  bottom: -2px;
  width: min(46vw, 620px);
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

@media(max-width:900px) {
  .mountains {
    display: none
  }
}

.hero .wrap {
  position: relative;
  z-index: 1
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 16px 26px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid var(--ink);
  cursor: pointer;
  transition: all .18s ease;
  background: transparent;
  color: var(--ink);
  font-family: inherit;
}

.btn .arr {
  transition: transform .18s ease
}

.btn:hover .arr {
  transform: translateX(4px)
}

.btn-primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream)
}

.btn-primary:hover {
  background: var(--red-deep);
  border-color: var(--red-deep)
}

.btn-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream)
}

.btn-dark:hover {
  background: #000
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream)
}

/* ---------- SECTION SHELL ---------- */
section {
  padding: 96px 0;
  position: relative
}

.sec-num {
  font-family: 'Anton';
  font-size: clamp(70px, 12vw, 150px);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 2px rgba(22, 20, 15, 0.16);
  letter-spacing: 0.02em;
}

.sec-label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}

h2 {
  font-weight: 900;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 18ch;
}

.sec-intro {
  max-width: 60ch;
  margin-top: 22px;
  font-size: 19px;
  color: var(--ink-soft)
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap
}

/* ---------- SURVEY / IDEAS ---------- */
#survey {
  background: var(--ink);
  color: var(--cream)
}

#survey .sec-label {
  color: var(--gold)
}

#survey .sec-num {
  -webkit-text-stroke: 2px rgba(244, 238, 226, 0.22)
}

#survey h2 {
  color: var(--cream)
}

#survey .sec-intro {
  color: rgba(244, 238, 226, 0.72)
}

#survey .undecided {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  color: var(--gold);
  max-width: 56ch;
}

.ideas {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(244, 238, 226, 0.16);
  border: 1px solid rgba(244, 238, 226, 0.16);
}

.idea {
  background: var(--ink);
  padding: 34px 30px;
  transition: background .2s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.idea:hover {
  background: #211e17
}

.idea .k {
  font-family: 'Anton';
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--gold);
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-transform: uppercase;
}

.idea .k .n {
  font-size: 13px;
  opacity: 0.5;
  font-family: 'Archivo';
  font-weight: 700
}

.idea h3 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.01em
}

.idea p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(244, 238, 226, 0.74)
}

.survey-cta {
  margin-top: 54px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 44px;
  border-top: 1px solid rgba(244, 238, 226, 0.18);
}

.survey-cta .big {
  font-family: 'Anton';
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: 0.01em;
  line-height: 1
}

.survey-cta .small {
  font-size: 15px;
  color: rgba(244, 238, 226, 0.6);
  font-weight: 500
}

/* ---------- HIRE ---------- */
.hire-card {
  margin-top: 50px;
  border: 2px solid var(--ink);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}

@media(max-width:820px) {
  .hire-card {
    grid-template-columns: 1fr
  }
}

.hire-left {
  padding: 48px 44px;
  border-right: 2px solid var(--ink)
}

@media(max-width:820px) {
  .hire-left {
    border-right: none;
    border-bottom: 2px solid var(--ink)
  }
}

.hire-tag {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px
}

.hire-left h3 {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.04
}

.hire-left p {
  margin-top: 22px;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 42ch
}

.hire-right {
  padding: 48px 44px;
  background: var(--cream-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.founding {
  font-family: 'Anton';
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.85;
  color: var(--red);
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}

.hire-right .btn {
  width: 100%;
  justify-content: space-between
}

.hire-right .share-wrap {
  width: 100%;
}

/* ---------- RECONNECT / MAP ---------- */
#reconnect {
  background: var(--cream-2)
}

.map-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 0;
  border: 2px solid var(--ink)
}

@media(max-width:820px) {
  .map-grid {
    grid-template-columns: 1fr
  }
}

.map-side {
  padding: 42px 38px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--cream)
}

.map-side h3 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em
}

.map-side p {
  font-size: 16px;
  color: var(--ink-soft)
}

#map {
  min-height: 440px;
  border-left: 2px solid var(--ink)
}

@media(max-width:820px) {
  #map {
    border-left: none;
    border-top: 2px solid var(--ink);
    min-height: 360px
  }
}

.leaflet-container {
  font-family: 'Archivo', sans-serif;
  background: #dfe6d8
}

.priv {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--green);
  display: flex;
  gap: 8px;
  align-items: center
}

/* ---------- SCHOLARSHIP ---------- */
#scholarship {
  background: var(--red);
  color: var(--cream)
}

#scholarship .sec-label {
  color: var(--cream);
  opacity: 0.85
}

.schol-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 54px;
  align-items: center
}

@media(max-width:820px) {
  .schol-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }
}

#scholarship h2 {
  color: var(--cream);
  max-width: 16ch
}

#scholarship .sec-intro {
  color: rgba(244, 238, 226, 0.9)
}

.schol-cta {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.btn-cream {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink)
}

.btn-cream:hover {
  background: #fff;
  border-color: #fff
}

.btn-outline-cream {
  border-color: var(--cream);
  color: var(--cream)
}

.btn-outline-cream:hover {
  background: var(--cream);
  color: var(--ink)
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 64px 0 40px
}

.foot-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-end
}

footer .big-mark {
  font-family: 'Anton';
  font-size: clamp(40px, 7vw, 90px);
  line-height: 0.85;
  letter-spacing: 0.01em
}

footer .big-mark span {
  color: var(--red)
}

.foot-links {
  display: flex;
  gap: 26px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-wrap: wrap
}

.foot-links a {
  text-decoration: none;
  opacity: 0.7
}

.foot-links a:hover {
  opacity: 1;
  color: var(--gold)
}

.foot-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 238, 226, 0.18);
  font-size: 13px;
  color: rgba(244, 238, 226, 0.5);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

/* ---------- JOB SUBPAGE ---------- */
.job-list {
  margin-top: 14px;
  padding-left: 1.3em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-list li {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft)
}

.job-copy {
  margin-top: 24px;
  max-width: 68ch;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.job-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft)
}

.job-fact {
  font-size: 17px;
  line-height: 1.6;
  max-width: 60ch;
  margin-top: 14px;
}

/* ---------- SHARE BUTTON ---------- */
.share-wrap {
  position: relative;
  display: inline-flex;
}

.share-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 2px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 200px;
  z-index: 20;
}

.share-menu[hidden] {
  display: none
}

.share-menu a {
  display: flex;
  align-items: center;
  padding: 11px 12px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: var(--ink);
}

.share-menu a:hover {
  background: var(--cream-2)
}

/* ---------- FORMS ---------- */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 26px;
}

.form-field .field-label {
  font-weight: 700;
  font-size: 15px;
}

.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  border-radius: 2px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--red)
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  flex-wrap: wrap;
}

.radio-option input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.radio-option input[type=text] {
  margin-left: 4px;
  flex: 1;
  min-width: 180px;
  font-family: inherit;
  font-size: 15px;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  background: var(--cream);
  border-radius: 2px;
}

.form-hint {
  font-size: 13px;
  color: var(--ink-soft);
  font-style: italic
}

.form-submit {
  margin-top: 34px
}

/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.in {
  opacity: 1;
  transform: none
}
