/* ============ DEMAND HOUSE — SHARED STYLES ============ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f4efe3;
  color: #1a2332;
}

/* ============ TOP NAVIGATION ============ */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(244, 239, 227, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(196, 184, 154, 0.4);
}

.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: #1a2332;
  letter-spacing: -0.005em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #1a2332;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-link:hover, .nav-link.active {
  color: #a8794a;
}

.cta-button {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f4efe3;
  background: #1a2332;
  padding: 14px 28px;
  border: 1px solid #1a2332;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
  cursor: pointer;
}

.cta-button:hover {
  background: #f4efe3;
  color: #1a2332;
}

/* ============ TYPOGRAPHY UTILITIES ============ */
.coordinates {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #5f5f5c;
  text-transform: uppercase;
}

.section-number {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #5f5f5c;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-number::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #a8794a;
}

/* ============ PAGE STRUCTURE ============ */
.page-hero {
  position: relative;
  min-height: 55vh;
  padding: 80px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #f4efe3;
}

.page-section {
  position: relative;
  padding: 80px 48px;
  overflow: hidden;
}

.content-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 84px;
  line-height: 1.05;
  font-weight: 500;
  color: #1a2332;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

.page-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.5;
  color: #2d3a47;
  max-width: 760px;
  margin-bottom: 24px;
}

.page-lede.italic {
  font-style: italic;
}

.subsection-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;
  color: #1a2332;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.body-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.55;
  color: #4a5560;
  max-width: 720px;
  margin-bottom: 24px;
}

.body-text:last-child {
  margin-bottom: 0;
}

.body-text.large {
  font-size: 26px;
  color: #2d3a47;
}

.body-text.italic {
  font-style: italic;
}

.body-text strong {
  color: #1a2332;
  font-weight: 600;
}

/* ============ TOPOGRAPHY (LIGHT VERSION FOR SECONDARY PAGES) ============ */
.topo-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.topo-bg svg {
  width: 100%;
  height: 100%;
}

.peak-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 11px;
  fill: #5c2a1e;
}

.peak-elevation {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.05em;
  fill: #7a4e2e;
}

.elevation-label {
  font-family: 'Inter', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.05em;
  fill: #7a4e2e;
  opacity: 0.7;
}

.feature-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 10px;
  fill: #2c5f88;
  opacity: 0.85;
}

.grid-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  fill: #5f5f5c;
  opacity: 0.55;
}

/* ============ COMPASS MARK ============ */
.compass-mark {
  width: 64px;
  height: 64px;
}

.instrument-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.instrument-readout {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #5f5f5c;
  text-transform: uppercase;
  line-height: 1.8;
}

.instrument-readout strong {
  color: #1a2332;
  font-weight: 500;
}

/* ============ FOOTER ============ */
.footer {
  background: #1a1a1a;
  color: #a8b5c4;
  padding: 64px 48px 32px;
}

.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #f4efe3;
  margin-bottom: 16px;
}

.footer-coords {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7a8a99;
  text-transform: uppercase;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  gap: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links a {
  color: #a8b5c4;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f4efe3;
}

/* ============ DIVIDER ============ */
.section-divider-line {
  width: 60px;
  height: 1px;
  background: #a8794a;
  margin: 48px 0;
}

/* ============ LIST STYLES ============ */
.trait-list {
  list-style: none;
  margin: 32px 0;
  max-width: 720px;
}

.trait-list li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1.5;
  color: #1a2332;
  padding: 16px 0;
  border-bottom: 1px solid rgba(196, 184, 154, 0.5);
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.trait-list li:last-child {
  border-bottom: none;
}

.trait-list .marker {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #a8794a;
  text-transform: uppercase;
  min-width: 40px;
}

/* ============ OFFER GRID ============ */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 56px;
  margin-top: 40px;
  max-width: 920px;
}

.offer-item {
  padding: 24px 0;
  border-top: 1px solid #c4b89a;
}

.offer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #1a2332;
  font-weight: 500;
  margin-bottom: 8px;
}

.offer-desc {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: #5c6770;
}

/* ============ CTA SECTION ============ */
.cta-section {
  background: #ede3d0;
  text-align: center;
  padding: 96px 48px;
  position: relative;
  overflow: hidden;
}

.cta-section .content-container {
  text-align: center;
}

.cta-section .section-number {
  justify-content: center;
}

.cta-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 500;
  color: #1a2332;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.cta-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1.5;
  color: #4a5560;
  max-width: 640px;
  margin: 0 auto 48px;
}

.large-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #f4efe3;
  background: #1a2332;
  padding: 22px 56px;
  border: 1px solid #1a2332;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
}

.large-cta:hover {
  background: transparent;
  color: #1a2332;
}

/* ============ COMING SOON PAGES ============ */
.coming-soon-section {
  min-height: 70vh;
  padding: 120px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f4efe3;
  position: relative;
  overflow: hidden;
}

.coming-soon-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.coming-soon-status {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #a8794a;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.coming-soon-status::before,
.coming-soon-status::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #a8794a;
}

.coming-soon-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 84px;
  line-height: 1.05;
  font-weight: 500;
  color: #1a2332;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.coming-soon-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1.55;
  color: #4a5560;
  font-style: italic;
  margin-bottom: 48px;
}

/* ============ ABOUT — JOSH BIO ============ */
.bio-section {
  background: #ede3d0;
}

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
}

.bio-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5f5f5c;
  line-height: 2;
  padding-top: 16px;
}

.bio-meta strong {
  display: block;
  color: #1a2332;
  margin-bottom: 4px;
  font-weight: 500;
}

.bio-meta a {
  color: #a8794a;
  text-decoration: none;
}

.bio-meta a:hover {
  text-decoration: underline;
}

.pull-quote {
  margin: 48px 0;
  padding: 32px 40px;
  border-left: 2px solid #a8794a;
  background: rgba(255, 255, 255, 0.4);
}

.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.4;
  color: #1a2332;
  font-style: italic;
  font-weight: 500;
}

/* ============ HERO SHARED (for homepage hero) ============ */
.hero {
  min-height: calc(100vh - 80px);
  background: #f4efe3;
  padding: 48px 48px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.hero-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-instrument {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-center {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 60px 0;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  line-height: 1.05;
  font-weight: 500;
  color: #1a2332;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

.hero-sub-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.45;
  color: #2d3a47;
  font-weight: 400;
  max-width: 740px;
  margin-bottom: 16px;
}

.hero-sub-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.5;
  color: #5c6770;
  font-weight: 400;
  font-style: italic;
  max-width: 640px;
  margin-bottom: 48px;
}

.hero-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f4efe3;
  background: #1a2332;
  padding: 18px 36px;
  border: 1px solid #1a2332;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
}

.hero-cta:hover {
  background: transparent;
  color: #1a2332;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 32px;
  border-top: 1px solid #c4b89a;
}

.hero-meta-left {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #5f5f5c;
  text-transform: uppercase;
  display: flex;
  gap: 48px;
}

.hero-meta-right {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #5f5f5c;
}

/* Homepage scroll sections */
.section {
  position: relative;
  min-height: 100vh;
  padding: 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.section-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.section-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 500;
  color: #1a2332;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

.section-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 1.5;
  color: #4a5560;
  max-width: 760px;
  margin-bottom: 24px;
}

.scroll-1 { background: #f4efe3; }
.scroll-2 { background: #ede3d0; }
.scroll-3 { background: #1a2332; color: #f4efe3; }
.scroll-4 { background: #f4efe3; }
.scroll-5 { background: #ede3d0; text-align: center; }

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  max-width: 880px;
}

.choice-card {
  padding: 32px;
  border: 1px solid #c4b89a;
  background: rgba(255, 255, 255, 0.4);
}

.choice-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5f5f5c;
  margin-bottom: 16px;
}

.choice-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #1a2332;
  line-height: 1.3;
  font-weight: 500;
}

.third-path {
  border-top: 1px solid #c4b89a;
  padding-top: 40px;
  margin-top: 16px;
}

.third-path-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a8794a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.third-path-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #a8794a;
}

.third-path-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  line-height: 1.3;
  color: #1a2332;
  font-weight: 500;
}

.three-truths {
  margin-top: 24px;
  max-width: 760px;
}

.truth-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 1.5;
  color: #1a2332;
  padding: 16px 0;
  border-bottom: 1px solid rgba(196, 184, 154, 0.6);
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.truth-line:last-child { border-bottom: none; }

.truth-marker {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #a8794a;
  text-transform: uppercase;
  min-width: 40px;
}

.scroll-3 .section-number { color: #a8b5c4; }
.scroll-3 .section-number::before { background: #c4882f; }
.scroll-3 .section-headline { color: #f4efe3; }
.scroll-3 .section-body { color: #c4cdd6; }

.abundance-list {
  margin: 40px 0 48px;
  max-width: 720px;
}

.abundance-item {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.5;
  color: #c4cdd6;
  padding: 12px 0;
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.abundance-item.scarce {
  color: #f4efe3;
  border-top: 1px solid #3a4856;
  margin-top: 16px;
  padding-top: 28px;
  font-style: italic;
}

.abundance-marker {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #7a8a99;
  text-transform: uppercase;
  min-width: 80px;
}

.scarce .abundance-marker { color: #c4882f; }

.core-philosophy {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #3a4856;
  max-width: 720px;
}

.philosophy-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  line-height: 1.4;
  color: #f4efe3;
  margin-bottom: 8px;
  font-style: italic;
}

.philosophy-line:last-child { margin-bottom: 0; }

.profile-not {
  margin-top: 64px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.4);
  border-left: 2px solid #5c2a1e;
  max-width: 760px;
}

.profile-not-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #5c2a1e;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.profile-not-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.5;
  color: #4a5560;
  font-style: italic;
}

.scroll-5 .section-content { text-align: center; }
.scroll-5 .section-headline { margin-bottom: 32px; }

.apply-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 1.5;
  color: #4a5560;
  max-width: 680px;
  margin: 0 auto 48px;
}

.apply-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #5f5f5c;
  text-transform: uppercase;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.apply-quote {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #c4b89a;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: #5f5f5c;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .top-nav { padding: 20px 24px; flex-wrap: wrap; gap: 16px; }
  .nav-links { gap: 24px; }
  .page-hero { padding: 48px 24px 32px; }
  .page-section { padding: 56px 24px; }
  .hero { padding: 32px 24px; }
  .page-title { font-size: 56px; }
  .subsection-title { font-size: 36px; }
  .hero-headline { font-size: 60px; }
  .hero-sub-1 { font-size: 22px; }
  .hero-sub-2 { font-size: 18px; }
  .section-headline { font-size: 48px; }
  .body-text, .page-lede { font-size: 19px; }
  .choice-grid { grid-template-columns: 1fr; }
  .bio-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .hero-top { flex-direction: column; gap: 24px; }
  .footer-content { flex-direction: column; align-items: flex-start; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero-meta-left { flex-wrap: wrap; gap: 20px; }
}
