/* ============================================================
   BrightMethod — shared stylesheet
   Fonts: Zodiak (voice/serif) + Satoshi (method/sans)
   Palette: slate teal (authority) / linen (ground) / terracotta (accent)
   ============================================================ */

@font-face { font-family: 'Zodiak'; src: url('../fonts/Zodiak-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zodiak'; src: url('../fonts/Zodiak-Regular.woff2') format('woff2'); font-weight: 400 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zodiak'; src: url('../fonts/Zodiak-Italic.woff2') format('woff2'); font-weight: 400 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Zodiak'; src: url('../fonts/Zodiak-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-LightItalic.otf') format('opentype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Italic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('../fonts/Satoshi-Black.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  /* colour */
  --slate-deep:  #1D4848;
  --slate:       #2E6B6B;
  --slate-mid:   #3D8080;
  --slate-pale:  #C5DCDC;
  --slate-ghost: #EAF3F3;

  --linen:       #F0EDE7;
  --linen-warm:  #E8E3DA;
  --linen-deep:  #D4CCBF;
  --white:       #FFFFFF;

  --terra:       #B5622A;
  --terra-light: #D4885A;
  --terra-pale:  #F2DDD0;

  --ink:         #1C2422;
  --ink-mid:     #3D4A46;
  --ink-muted:   #6B7B76;
  --ink-ghost:   #9AADA8;

  /* type */
  --font-voice: 'Zodiak', 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Satoshi', 'DM Sans', system-ui, -apple-system, sans-serif;

  --content-width: 660px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

p { line-height: 1.75; color: var(--ink-muted); font-weight: 400; margin: 0 0 1.1em; }

h1, h2, h3 {
  font-family: var(--font-voice);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 0.5em;
}
h1 { font-size: 44px; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }
em, i, .italic { font-style: italic; color: var(--slate); }

/* ---- header / nav ---- */
.site-header {
  background: var(--slate-deep);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-cta-mobile {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--terra);
  border: 1px solid var(--terra);
  color: var(--white);
  padding: 9px 18px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-cta-mobile:hover { background: var(--terra-light); border-color: var(--terra-light); color: var(--ink); }
.site-header .logo-mark { width: 44px; height: 44px; flex-shrink: 0; }
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.menu-toggle span { width: 26px; height: 2px; background: var(--white); display: block; }

/* inline desktop nav — hidden until the desktop breakpoint */
.site-nav-inline { display: none; }
.nav-cta-desktop { display: none; }
.nav-cta-group { display: none; }

@media (min-width: 880px) {
  .site-header { padding: 20px 44px; }
  .menu-toggle { display: none; }
  .nav-cta-mobile { display: none; }
  .site-nav-inline { display: block; }
  .site-nav-inline ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
  }
  .site-nav-inline a {
    color: var(--white);
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1.5px solid transparent;
  }
  .site-nav-inline a.current { border-bottom-color: var(--white); }
  .nav-cta-group { display: flex !important; align-items: center; gap: 12px; margin-left: auto; flex-shrink: 0; }
  .nav-cta-desktop {
    display: inline-block;
    background: var(--terra);
    border: 1px solid var(--terra);
    color: var(--white);
    padding: 13px 28px;
    border-radius: 999px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
  }
  .nav-cta-desktop:hover {
    background: var(--terra-light);
    border-color: var(--terra-light);
    color: var(--ink);
  }
  .nav-cta-ghost {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: var(--white);
    padding: 12px 26px;
    border-radius: 999px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
  }
  .nav-cta-ghost:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.08);
  }
}

.site-nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--slate-deep);
  z-index: 200;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.site-nav-overlay.open { display: flex; }
.site-nav-overlay .close-menu {
  position: absolute;
  top: 26px;
  right: 32px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
}
.site-nav-overlay ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.site-nav-overlay li { margin: 18px 0; }
.site-nav-overlay a {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
}
.site-nav-overlay a:hover { color: var(--slate); }
.site-nav-overlay .nav-cta {
  margin-top: 12px;
  display: inline-block;
  padding: 12px 28px;
  background: var(--terra);
  border: 1px solid var(--terra);
  color: var(--white);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.site-nav-overlay .nav-cta:hover {
  background: var(--terra-light);
  border-color: var(--terra-light);
  color: var(--ink);
}
.site-nav-overlay .nav-cta-ghost {
  margin-top: 12px;
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: var(--white);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.site-nav-overlay .nav-cta-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}
.wwd-closing .btn-ghost-dark {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.5);
  color: var(--white);
}
.wwd-closing .btn-ghost-dark:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}

/* ---- page shell ---- */
.page {
  background: var(--linen);
  min-height: 100vh;
}
.content {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 56px 26px 90px;
}

@media (min-width: 880px) {
  .content.wide { max-width: 1120px; padding: 80px 48px 120px; }
  .content.wide > .motif,
  .content.wide > .eyebrow,
  .content.wide > h1,
  .content.wide > p,
  .content.wide > .dash-list,
  .content.wide > hr,
  .content.wide > .stat-row {
    max-width: 640px;
  }
  .content.wide .section-block > .eyebrow,
  .content.wide .section-block > h2,
  .content.wide .section-block > h3,
  .content.wide .section-block > p:not(.pillar-eyebrow) {
    max-width: 640px;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: none !important;
  }
  .grid-3 .card,
  .grid-3 .stat { margin-bottom: 0; }
  .stat-row { display: flex; gap: 40px; }
  .stat-row .stat { flex: 1; margin-bottom: 0; }
}

/* ---- hero motif image ---- */
.motif {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 32px;
  background: var(--linen-warm);
}
.motif img { width: 100%; height: auto; display: block; }

/* ---- eyebrow pill ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--slate-ghost);
  color: var(--slate);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.eyebrow.wide { display: flex; width: fit-content; }

/* ---- buttons ---- */
.btn {
  display: block;
  text-align: center;
  padding: 20px 24px;
  border: 1.5px solid var(--slate);
  background: var(--slate-ghost);
  color: var(--ink);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.btn:last-child { margin-bottom: 0; }
.btn-terra {
  background: var(--terra);
  border-color: var(--terra);
  color: var(--white);
}

/* ---- divider ---- */
.divider { border: none; border-top: 1px solid var(--linen-deep); margin: 40px 0; }

/* ---- stat row ---- */
.stat { margin-bottom: 28px; }
.stat .stat-num {
  font-family: var(--font-voice);
  font-size: 40px;
  color: var(--slate);
  line-height: 1;
  margin-bottom: 6px;
}
.stat .stat-label { font-size: 14px; color: var(--ink-muted); line-height: 1.5; }

/* ---- card ---- */
.card {
  background: var(--white);
  border: 0.5px solid var(--linen-deep);
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
}
.card-dark {
  background: var(--slate-deep);
  color: var(--white);
  border-radius: 16px;
  padding: 24px 28px;
  margin: 20px 0;
}
.card-dark .eyebrow-inline {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-pale);
  font-weight: 700;
  margin-bottom: 10px;
}
.card-dark p { color: var(--slate-pale); }
.card-dark .evidence-num {
  font-family: var(--font-voice);
  font-size: 34px;
  color: var(--white);
}

.card ul { margin: 0 0 0; padding-left: 20px; color: var(--ink-muted); }
.card li { margin-bottom: 10px; line-height: 1.6; }

.pillar-tag {
  display: inline-block;
  background: var(--slate-ghost);
  color: var(--slate);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin: 3px 6px 3px 0;
}

.scope-line {
  font-size: 13px;
  color: var(--slate);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 14px;
}

/* ---- pillar list (three principles / not X but Y) ---- */
.pillar-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-ghost);
  margin-bottom: 4px;
}
.pillar-eyebrow strong { color: var(--terra); }

/* ---- underlined dash list (Purpose not just Platform, etc.) ---- */
.dash-list { margin: 24px 0; }
.dash-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 17px;
}
.dash-row .dash { width: 26px; height: 1px; background: var(--slate-mid); flex-shrink: 0; transform: translateY(-4px); }
.dash-row b { color: var(--ink); font-weight: 700; }
.dash-row span.faded { color: var(--ink-ghost); }

/* ---- phase index (01 / 02 / 03) ---- */
.phase-index {
  font-family: var(--font-voice);
  color: var(--slate);
  font-size: 20px;
  margin-top: 40px;
}

.section-block { padding-top: 44px; border-top: 1px solid var(--linen-deep); margin-top: 44px; }

/* ---- closing cta ---- */
.closing { text-align: left; }
.closing h2 { margin-bottom: 14px; }

/* ---- home page (single-view hero) ---- */
.hero-page {
  position: relative;
  min-height: calc(100vh - 88px);
  background: var(--linen);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 26px;
  overflow: hidden;
}
.hero-page .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/hero-mountain.jpg');
  background-size: cover;
  background-position: center bottom;
  filter: grayscale(1) brightness(1.35) contrast(0.85);
  opacity: 0.55;
}
.hero-page .hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  text-align: center;
}
.hero-logo-col img.diamond-logo { width: clamp(220px, 40vw, 500px); margin: 0 auto 24px; }
.hero-text-col { width: 100%; }
.hero-page .wordmark {
  font-family: var(--font-sans);
  font-size: clamp(34px, 6vw, 74px);
  color: var(--slate);
  margin-bottom: 22px;
}
.hero-page .wordmark b { font-weight: 700; font-style: normal; }
.hero-page .tagline { font-size: clamp(19px, 2.2vw, 26px); color: var(--slate); margin-bottom: 22px; }
.hero-page .tagline b { color: var(--slate); }
.hero-page .lead { color: var(--slate); font-size: clamp(16px, 1.3vw, 18px); margin-bottom: 34px; }
.hero-page .lead b { color: var(--slate); }
.hero-buttons .btn { max-width: 420px; margin-left: auto; margin-right: auto; }

@media (min-width: 680px) {
  .hero-page .hero-inner { flex-direction: row; gap: 40px; }
}

@media (min-width: 880px) {
  .hero-page { padding: 0 60px; }
  .hero-page .hero-inner {
    max-width: 1180px;
    width: 100%;
    gap: 70px;
  }
  .hero-logo-col { flex: 0 0 auto; }
  .hero-logo-col img.diamond-logo { margin: 0; }
  .hero-text-col {
    flex: 1 1 auto;
    max-width: 640px;
    margin: 0 auto;
  }
  .hero-buttons {
    display: flex;
    gap: 18px;
  }
  .hero-buttons .btn {
    flex: 1;
    margin-bottom: 0;
    max-width: none;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ---- booking widget page ---- */
.booking-card {
  max-width: 360px;
  margin: 0 auto;
  padding: 40px 26px;
}
.booking-card .thumb {
  aspect-ratio: 1;
  background: var(--linen-warm);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-ghost);
  margin-bottom: 20px;
}
.booking-card h1 { font-family: var(--font-sans); font-weight: 400; font-size: 22px; }
.booking-card .meta { color: var(--ink-muted); margin-bottom: 18px; }
.booking-card .book-now {
  display: inline-block;
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  padding: 14px 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
}
.booking-note {
  max-width: 360px;
  margin: 28px auto 0;
  padding: 16px 18px;
  background: var(--terra-pale);
  border-radius: 10px;
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.6;
}

/* ---- blog placeholder ---- */
.blog-hero {
  background: var(--ink-ghost);
  color: var(--white);
  padding: 60px 26px;
  text-align: center;
}
.blog-hero h1 { color: var(--white); }
.blog-hero .blog-meta { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 14px; }
.blog-body { padding: 48px 26px; text-align: center; }
.blog-thumb {
  max-width: 620px;
  aspect-ratio: 16/10;
  margin: 0 auto 36px;
  background: var(--linen-deep);
}
.back-link {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  border-radius: 999px;
  border: 1.5px solid var(--slate);
  color: var(--slate);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  h1 { font-size: 34px; }
  .content { padding: 40px 20px 70px; }
}
