:root {
  --ivory: #f4efe6;
  --ivory-2: #ebe4d6;
  --ink: #1a1814;
  --ink-2: #3a352c;
  --muted: #6b6457;
  --rule: #c9bfa9;
  --oxblood: #6b1f1a;
  --tan: #d4a574;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, sans-serif;
}

/* ===== Base ===== */
html, body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--oxblood); color: var(--ivory); }
.text-pry {
  color: var(--oxblood) !important;
}
/* ===== Navbar ===== */
.nav-truly {
  background: var(--ivory);
  border-bottom: 0.5px solid var(--rule);
  padding: 24px 56px;
}
.nav-truly .navbar-brand {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ink);
  padding: 0;
  margin: 0;
}
.nav-truly .navbar-brand em { font-style: italic; color: var(--oxblood); }
.nav-truly .nav-cta {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 0.5px solid var(--ink);
  padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}
.nav-truly .nav-cta:hover { color: var(--oxblood); border-color: var(--oxblood); }

/* ===== Hero ===== */
.hero {
  min-height: calc(100vh - 86px);
  position: relative;
}
.hero > .row {
  min-height: calc(100vh - 86px);
  --bs-gutter-x: 0;
}
.hero-left {
  padding: 110px 56px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 0.5px solid var(--rule);
}
.hero-right {
  padding: 0;
  position: relative;
  background: var(--ivory-2);
  overflow: hidden;
  min-height: 600px;
}
.portrait-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(15%) contrast(1.05);
}
.stamp {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  z-index: 3;
  white-space: nowrap;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 0.5px;
  background: var(--oxblood);
}

.headline {
  font-family: var(--serif);
  font-size: clamp(46px, 5.8vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0 0 40px;
  color: var(--ink);
}
.headline em { font-style: italic; font-weight: 700; color: var(--oxblood); letter-spacing: 2px }

.sub {
  font-size: 22px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 480px;
  margin: 0 0 56px;
}

/* ===== Buttons ===== */
.btn-truly {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--ivory);
  padding: 22px 38px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background .3s ease;
  border: 0;
  border-radius: 0;
}
.btn-truly:hover { background: var(--oxblood); color: var(--ivory); }
.btn-truly .arrow {
  width: 24px;
  height: 0.5px;
  background: var(--ivory);
  position: relative;
}
.btn-truly .arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 0.5px solid var(--ivory);
  border-right: 0.5px solid var(--ivory);
  transform: rotate(45deg);
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 0.5px solid var(--ink);
  padding-bottom: 6px;
  transition: color .3s, border-color .3s;
}
.mini-cta:hover { color: var(--oxblood); border-color: var(--oxblood); }
.mini-cta::after { content: '→'; font-size: 14px; }

/* ===== Section base ===== */
.section {
  padding: 120px 56px;
  border-bottom: 0.5px solid var(--rule);
}
.section-pad-process { padding: 100px 56px 120px; }

/* ===== Big section heading (used as label or standalone) ===== */
.display-heading {
  font-family: var(--serif);
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.display-heading em { font-style: italic; color: var(--oxblood); font-weight: 700; }

/* ===== Editorial body copy ===== */
.editorial-lead {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--ink);
  max-width: 780px;
  margin: 0;
}
.editorial-lead em { font-style: italic; color: var(--oxblood); font-weight: 700; }

.editorial-body {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--ink);
  max-width: 720px;
}
.editorial-body p { margin: 0 0 14px; }
.editorial-body p:last-child { margin-bottom: 0; }
.editorial-body em { font-style: italic; color: var(--oxblood); font-weight: 700; }

.editorial-body-sm {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--ink);
  max-width: 720px;
}
.editorial-body-sm p { margin: 0 0 18px; }
.editorial-body-sm p:last-child { margin-bottom: 0; }
.editorial-body-sm em { font-style: italic; color: var(--oxblood); font-weight: 700; }

/* ===== Two-column row gutters (matches old grid gaps) ===== */
.row-gutter-80 { --bs-gutter-x: 5rem; }

/* ===== How it works ===== */
.process-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 80px;
}
.process-head h2 {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0;
}
.process-head h2 em { font-style: italic; color: var(--oxblood); font-weight: 700; }
.process-head .label {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.process-head .label.team-label {
  font-weight: 700;
  color: var(--ink);
  align-self: flex-end;
  padding-bottom: 6px;
}
.mvmt {
  padding: 44px 40px 0 0;
  border-right: 0.5px solid var(--rule);
}
.mvmt:last-child { border-right: none; padding-right: 0; }
.mvmt:not(:first-child) { padding-left: 40px; }
.mvmt-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 38px;
  font-weight: 700;
  color: var(--oxblood);
  margin-bottom: 24px;
  display: block;
  line-height: 1;
}
.mvmt-title {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

/* ===== Founder photo block ===== */
.founder-photo {
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--ivory-2);
  border: 0.5px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 24px;
  overflow: hidden;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0);
  transition: .7s;
}
.founder-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
}
.founder-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

/* ===== Team ===== */
.team-blurb {
  font-size: 20px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 600px;
  margin: 0 0 70px;
}
.team-blurb em { font-style: italic; color: var(--oxblood); font-weight: 700; }
.team-grid { --bs-gutter-x: 1.75rem; --bs-gutter-y: 2rem; }
.member-photo {
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--ivory-2);
  border: 0.5px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
  overflow: hidden;
}
.member-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
  transition: .7s;
}
.member-photo img:hover, .founder-photo img:hover {
  transition: .7s;
  filter: saturate(1);
}
.member-name {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.1;
}
.member-title {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}

/* ===== Closing ===== */
.closing {
  padding: 140px 56px;
  text-align: center;
  background: var(--ink);
  color: var(--ivory);
}
.closing .eyebrow {
  justify-content: center;
  color: var(--ivory);
  margin-bottom: 40px;
}
.closing .eyebrow::before { background: var(--ivory); }
.closing h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.4vw, 80px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  max-width: 860px;
  margin: 0 auto 48px;
}
.closing h2 em { font-style: italic; color: var(--tan); font-weight: 700; }
.closing .btn-truly {
  background: var(--ivory);
  color: var(--ink);
}
.closing .btn-truly:hover { background: var(--tan); color: var(--ink); }
.closing .btn-truly .arrow { background: var(--ink); }
.closing .btn-truly .arrow::after {
  border-top-color: var(--ink);
  border-right-color: var(--ink);
}
.closing-note {
  display: block;
  margin-top: 32px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: rgba(244, 239, 230, 0.55);
}

/* ===== Footer ===== */
.footer-truly {
  padding: 40px 56px;
  background: var(--ink);
  color: rgba(244, 239, 230, 0.55);
  border-top: 0.5px solid rgba(244, 239, 230, 0.12);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ===== Mobile (matches Bootstrap lg breakpoint) ===== */
@media (max-width: 991.98px) {
  .nav-truly { padding: 18px 24px; }
  .nav-truly .navbar-brand { font-size: 22px; }
  .nav-truly .nav-cta { font-size: 12px; }

  .hero, .hero > .row { min-height: auto; }
  .hero-left {
    padding: 60px 24px 50px;
    border-right: none;
    border-bottom: 0.5px solid var(--rule);
    text-align: center;
    align-items: center;
  }
  .hero-left .eyebrow { justify-content: center; }
  .hero-left .headline {
    text-align: center;
    font-size: clamp(38px, 9vw, 56px);
  }
  .hero-left .sub { margin-left: auto; margin-right: auto; }
  .hero-left .cta-row { justify-content: center; }
  .hero-right { min-height: 460px; }
  .stamp { display: none; }

  .section { padding: 70px 24px; }
  .section-pad-process { padding: 70px 24px 80px; }
  .row-gutter-80 { --bs-gutter-x: 0; --bs-gutter-y: 40px; }

  .editorial-lead { font-size: 26px; }
  .editorial-body { font-size: 24px; }
  .editorial-body-sm { font-size: 22px; }

  .process-head { flex-direction: column; gap: 20px; margin-bottom: 50px; }
  .process-head h2 { font-size: 40px; }
  .mvmt {
    border-right: none;
    border-bottom: 0.5px solid var(--rule);
    padding: 36px 0;
  }
  .mvmt:not(:first-child) { padding-left: 0; }
  .mvmt:last-child { border-bottom: none; }

  .founder-photo { max-width: 220px; }

  .team-blurb { margin-bottom: 50px; }
  .team-grid { --bs-gutter-x: 1.25rem; --bs-gutter-y: 1.5rem; }

  .closing { padding: 90px 24px; }
  .footer-truly { flex-direction: column; gap: 12px; padding: 30px 24px; }
}
