/* ─────────────────────────────────────────
   ELYSIAN TRAVEL GROUP — work-with-us.css
───────────────────────────────────────── */


/* ── APPROACH ──────────────────────────── */

.wwu-approach {
  padding: 120px 64px;
  border-bottom: 1px solid var(--border);
}

.wwu-approach-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.wwu-approach-left {
  padding-top: 6px;
}

.wwu-lead {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 36px;
  font-style: italic;
}

.wwu-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.88;
  color: var(--muted);
  margin-bottom: 20px;
  max-width: 620px;
}

.wwu-body--max {
  max-width: 100%;
}

.wwu-body:last-of-type { margin-bottom: 0; }


/* ── WHAT TO EXPECT ────────────────────── */

.wwu-expect {
  padding: 0 64px 120px;
}

.wwu-expect-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.wwu-section-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 300;
  line-height: 1.14;
  color: var(--ink);
  margin: 20px 0 36px;
}

.wwu-section-title em { font-style: italic; }

.wwu-section-title--light { color: #fff; }

.wwu-expect-image {
  position: relative;
}

.wwu-expect-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wwu-expect-image-caption {
  display: flex;
  justify-content: space-between;
  padding: 14px 0 0;
  border-top: 1px solid var(--border);
  margin-top: 16px;
}

.wwu-expect-image-caption span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}


/* ── IS ELYSIAN RIGHT FOR YOU ──────────── */

.wwu-fit {
  background: var(--ink);
  padding: 120px 64px;
}

.wwu-fit-inner {
  max-width: 860px;
  margin: 0 auto;
}

.wwu-fit-header {
  margin-bottom: 72px;
}

.wwu-fit-header .label { color: rgba(184, 157, 114, 0.7); }

.wwu-fit-questions {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.wwu-fit-question {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: start;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wwu-fit-question p {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 300;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}

.wwu-fit-dash {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1.35;
  display: block;
}

.wwu-fit-close {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.wwu-fit-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.wwu-fit-answer {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}


/* ── INVESTMENT ────────────────────────── */

.wwu-investment {
  padding: 120px 64px;
  background: var(--stone);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.wwu-investment-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wwu-investment-header {
  margin-bottom: 72px;
  max-width: 560px;
}

.wwu-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(26, 24, 20, 0.08);
}

.wwu-pricing-card {
  background: var(--stone);
  padding: 56px 52px;
  position: relative;
  transition: background 0.3s;
}

.wwu-pricing-card--featured {
  background: var(--warm-white);
}

.wwu-pricing-badge {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(184, 157, 114, 0.35);
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 28px;
}

.wwu-pricing-type {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.wwu-pricing-amount {
  font-family: var(--serif);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 300;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 8px;
}

.wwu-pricing-sub {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
}

.wwu-pricing-desc {
  font-size: 14px;
  line-height: 1.82;
  color: var(--ink);
  margin-bottom: 20px;
}

.wwu-pricing-note {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}


/* ── WHAT WE ASK ───────────────────────── */

.wwu-ask {
  padding: 120px 64px;
  border-bottom: 1px solid var(--border);
}

.wwu-ask-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.wwu-ask-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
}

.wwu-ask-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.wwu-ask-num {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0.08em;
  padding-top: 4px;
}

.wwu-ask-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.wwu-ask-desc {
  font-size: 14px;
  line-height: 1.82;
  color: var(--muted);
}


/* ── NOT SURE YET ──────────────────────── */

.wwu-unsure {
  padding: 120px 64px;
  background: var(--warm-white);
}

.wwu-unsure-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.wwu-unsure-inner .label { margin-bottom: 24px; }

.wwu-unsure-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 28px;
  line-height: 1.15;
}

.wwu-unsure-inner .wwu-body {
  max-width: 100%;
  text-align: center;
  margin: 0 auto 48px;
}

.wwu-unsure-links {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.wwu-text-link {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 157, 114, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.3s;
}

.wwu-text-link:hover { border-color: var(--gold); }


/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .wwu-approach { padding: 100px 40px; }
  .wwu-expect { padding: 0 40px 100px; }
  .wwu-fit { padding: 100px 40px; }
  .wwu-investment { padding: 100px 40px; }
  .wwu-ask { padding: 100px 40px; }
  .wwu-unsure { padding: 100px 40px; }

  .wwu-ask-inner { grid-template-columns: 260px 1fr; gap: 60px; }
}

@media (max-width: 900px) {
  .wwu-approach-inner { grid-template-columns: 1fr; gap: 32px; }
  .wwu-expect-inner { grid-template-columns: 1fr; gap: 52px; }
  .wwu-pricing-grid { grid-template-columns: 1fr; }
  .wwu-ask-inner { grid-template-columns: 1fr; gap: 40px; }
  .wwu-ask-right { border-top: none; }
}

@media (max-width: 768px) {
  .wwu-approach { padding: 80px 24px; }
  .wwu-expect { padding: 0 24px 80px; }
  .wwu-fit { padding: 80px 24px; }
  .wwu-investment { padding: 80px 24px; }
  .wwu-ask { padding: 80px 24px; }
  .wwu-unsure { padding: 80px 24px; }

  .wwu-pricing-card { padding: 44px 32px; }
  .wwu-unsure-links { flex-direction: column; gap: 24px; }
  .wwu-fit-close { flex-direction: column; align-items: flex-start; gap: 20px; }
}