body.theme-mahasthangarh-floriculture {
  --project-accent: #9c5e77;
  --project-accent-soft: rgba(156, 94, 119, 0.11);
  --project-accent-text: #7a425b;
}
body.project-theme section[id] {
  scroll-margin-top: 136px;
}
body.project-theme h1,
body.project-theme[data-project-archetype="model-note"] h1 {
  max-width: 10.5ch;
  margin-bottom: 20px;
  font-size: clamp(3.4rem, 5.4vw, 5.8rem);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 0.94;
  text-wrap: balance;
}
@media (max-width: 700px) {
  body.project-theme h1,
  body.project-theme[data-project-archetype="model-note"] h1 {
    max-width: 10ch;
    margin-bottom: 16px;
    font-size: clamp(2.75rem, 13.2vw, 4rem);
    letter-spacing: normal;
    line-height: 0.94;
  }
}
@media (min-width: 861px) and (max-height: 960px) {
  body.project-theme h1,
  body.project-theme[data-project-archetype="model-note"] h1 {
    max-width: 12ch;
    margin-bottom: 10px;
    font-size: clamp(2.5rem, 6.2vh, 3.8rem);
    line-height: 0.93;
  }
}
@media (min-width: 861px) and (max-width: 960px) and (max-height: 700px) {
  body.project-theme h1,
  body.project-theme[data-project-archetype="model-note"] h1 {
    margin-bottom: 8px;
    font-size: clamp(2.25rem, 5.8vh, 3rem);
  }
}
@media (min-width: 981px) {
  body.project-theme[data-project-id]
    main
    > :is(header.hero, header.eco-hero, header.frio-hero, header.sgc-hero),
  body.project-theme[data-project-id]
    main
    > :first-child
    > :is(header.hero, header.eco-hero, header.frio-hero, header.sgc-hero) {
    height: calc(100svh - var(--global-nav-height, 64px));
    min-height: 0;
    max-height: calc(100svh - var(--global-nav-height, 64px));
    overflow: hidden;
  }
}
body.project-theme .budget-disclosure {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin-top: clamp(24px, 3.5vw, 42px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}
body.project-theme .budget-disclosure__label {
  color: var(--project-accent-text, var(--project-accent));
  font-family: var(--mono);
  font-size: var(--project-label-size);
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}
body.project-theme .budget-disclosure p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.62;
}
body.project-theme .budget-disclosure a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--project-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (max-width: 640px) {
  body.project-theme .budget-disclosure {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.mavh-floriculture-page {
  --paper: #f5f0e8;
  --paper2: #fbf8f3;
  --ink: #171615;
  --muted: #6e6863;
  --line: rgba(23, 22, 21, 0.14);
  --plum: #5b2b48;
  --plum-2: #3f1e34;
  --rose: #b85f7e;
  --rose-soft: #e8b2c5;
  --gold: #c69d52;
  --sage: #71806b;
  --white: #fff;
  --serif: "Playfair Display", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

.mavh-floriculture-page .container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.mavh-floriculture-page .mono {
  text-transform: uppercase;
  letter-spacing: 0.115em;
  font: 600 0.68rem/1.4 var(--mono);
}
.mavh-floriculture-page section[id] {
  scroll-margin-top: calc(
    var(--nav-height, 76px) + var(--project-nav-height, 52px) + 24px
  );
}
.mavh-floriculture-page h1,
.mavh-floriculture-page h2,
.mavh-floriculture-page h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.mavh-floriculture-page .section {
  padding: clamp(82px, 9vw, 132px) 0;
}
.mavh-floriculture-page .head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 50px;
}
.mavh-floriculture-page .head h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  line-height: 1;
}
.mavh-floriculture-page .head p {
  max-width: 46ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.62;
}
.mavh-floriculture-page .kicker {
  margin-bottom: 15px;
  color: var(--plum);
}
.hero-v3 {
  position: relative;
  min-height: calc(100svh - var(--nav-height, 76px));
  min-height: calc(100dvh - var(--nav-height, 76px));
  overflow: hidden;
  isolation: isolate;
  background: #20121b;
  color: #fff;
}
.hero-v3__media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.hero-v3__media picture,
.hero-v3__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-v3__media img {
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.88) contrast(1.05);
}
.hero-v3__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(22, 12, 18, 0.86) 0%,
      rgba(22, 12, 18, 0.72) 38%,
      rgba(22, 12, 18, 0.28) 68%,
      rgba(22, 12, 18, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(22, 12, 18, 0.5), transparent 44%);
}
.hero-v3__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  max-width: 1424px;
  margin: auto;
  padding: clamp(54px, 8vh, 100px) max(28px, calc((100vw - 1424px) / 2 + 36px));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero-v3 .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.74);
}
.hero-v3 .status {
  color: #ffd5e4;
}
.hero-v3 h1 {
  max-width: 9.6ch;
  margin: 0;
  font-size: clamp(4.2rem, 7vw, 7.5rem);
  line-height: 0.9;
  text-wrap: balance;
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.28);
}
.hero-v3 h1 em {
  font-style: normal;
  color: #f0abc3;
}
.hero-v3 .deck {
  max-width: 42ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.06rem, 1.35vw, 1.24rem);
  line-height: 1.58;
}
.hero-v3__cue {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
}
.hero-v3__cue span {
  color: var(--rose-soft);
  font-size: 0.62rem;
}
.hero-v3 .actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}
.hero-v3 .primary {
  background: #fff;
  color: var(--ink);
}
.hero-v3 .text-link {
  color: #fff;
}
.hero-v3__caption {
  position: absolute;
  right: max(28px, calc((100vw - 1424px) / 2 + 36px));
  bottom: 26px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 300px;
  text-align: right;
  color: #fff;
}
.hero-v3__caption span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
}
.thesis {
  background: var(--paper2);
}
.thesisgrid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
}
.quote {
  padding: clamp(38px, 5vw, 68px);
  border-radius: 28px;
  background: var(--plum);
  color: #fff;
}
.quote h3 {
  margin: 18px 0 16px;
  font-size: clamp(2.55rem, 4vw, 4.75rem);
  line-height: 0.95;
}
.quote p {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}
.facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}
.fact {
  padding: 28px;
  background: var(--paper2);
}
.fact b {
  display: block;
  margin: 10px 0 8px;
}
.fact p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.value-trail {
  background: #efe7eb;
}
.value-trail__frame {
  overflow: hidden;
  border-radius: 30px;
  background: var(--plum-2);
  color: #fff;
  box-shadow: 0 28px 80px rgba(63, 30, 52, 0.16);
}
.value-trail__media {
  position: relative;
  height: clamp(260px, 32vw, 420px);
  margin: 0;
  overflow: hidden;
}
.value-trail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.82) contrast(1.05);
}
.value-trail__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(38, 19, 32, 0.92), transparent 55%);
}
.value-trail__media figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}
.value-trail__media figcaption span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}
.value-trail__path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 34px 28px 30px;
  list-style: none;
}
.value-trail__path:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 57px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--rose-soft),
    #fff3f7 60%,
    var(--gold)
  );
}
.value-trail__path li {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 0 13px;
  text-align: center;
}
.value-trail__path li:before {
  content: "";
  width: 14px;
  height: 14px;
  margin: 16px auto 5px;
  border: 4px solid var(--plum-2);
  border-radius: 50%;
  background: var(--rose-soft);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.65);
}
.value-trail__path li:nth-child(n/**/+4):before {
  background: var(--gold);
}
.value-trail__path span {
  color: rgba(255, 255, 255, 0.56);
}
.value-trail__path strong {
  font: 500 1.15rem/1.14 var(--serif);
}
.value-trail__path small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  line-height: 1.4;
}
.value-trail__statement {
  margin: 0;
  padding: 26px 34px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font: 500 clamp(1.65rem, 2.6vw, 2.65rem)/1.12 var(--serif);
  letter-spacing: -0.03em;
}
.readiness {
  background: var(--paper2);
}
.readiness-head h2 {
  max-width: 14ch;
}
.readiness-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
  padding: 0;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  list-style: none;
}
.readiness-phases li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.readiness-phases li:last-child {
  border-right: 0;
}
.readiness-phases li:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -9px;
  z-index: 2;
  color: var(--rose-soft);
}
.readiness-phases span {
  color: var(--rose-soft);
}
.readiness-phases strong {
  font: 500 1.45rem/1.1 var(--serif);
}
.readiness-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 0 26px 26px;
  background: #fff;
}
.readiness-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.readiness-table th,
.readiness-table td {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
  line-height: 1.52;
}
.readiness-table th:last-child,
.readiness-table td:last-child {
  border-right: 0;
}
.readiness-table thead th {
  background: #f1e8ed;
  color: var(--plum);
  font: 600 0.65rem/1.4 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.readiness-table tbody th {
  width: 17%;
  color: var(--plum);
  font: 600 0.68rem/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.readiness-table tbody td {
  color: var(--muted);
}
.readiness-table tbody td:last-child {
  background: rgba(91, 43, 72, 0.045);
  color: var(--ink);
}
.readiness-table tfoot td {
  padding: 32px 34px;
  border: 0;
  background: var(--plum);
  color: #fff;
}
.readiness-table tfoot span {
  display: block;
  margin-bottom: 12px;
  color: var(--rose-soft);
}
.readiness-table tfoot strong {
  display: block;
  max-width: 38ch;
  font: 500 clamp(1.8rem, 3vw, 3.2rem)/1.06 var(--serif);
  letter-spacing: -0.035em;
}
.evidence-sequence-section {
  background: var(--paper);
}
.evidence-sequence {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.evidence-sequence:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--rose), var(--gold));
}
.evidence-sequence li {
  position: relative;
  display: grid;
  grid-template-columns: 210px repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 30px 0 30px 74px;
  border-bottom: 1px solid var(--line);
}
.evidence-sequence li:before {
  content: "";
  position: absolute;
  left: 31px;
  top: 38px;
  width: 16px;
  height: 16px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 1px var(--rose);
}
.evidence-sequence li:nth-child(n/**/+4):before {
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.evidence-sequence__stage {
  display: grid;
  gap: 8px;
}
.evidence-sequence__stage span,
.evidence-sequence li > div:not(:first-child) > span {
  color: var(--plum);
}
.evidence-sequence__stage strong {
  font: 500 clamp(1.6rem, 2.2vw, 2.25rem)/1.05 var(--serif);
}
.evidence-sequence li p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}
.capital-v3 {
  background: #efe7eb;
}
.capital-route-matrix {
  overflow: hidden;
  border: 1px solid rgba(91, 43, 72, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
}
.route-cell {
  color: rgba(91, 43, 72, 0.18);
  font-size: 1rem;
}
.route-cell.is-active {
  background: rgba(184, 95, 126, 0.12);
  color: var(--plum);
}
.route-cell.whole-route {
  background: rgba(198, 157, 82, 0.14);
  color: #8b6420;
}
.capital-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  align-items: end;
  padding: 28px 30px;
  border-radius: 0 0 22px 22px;
  background: var(--ink);
  color: #fff;
}
.capital-total span {
  color: var(--rose-soft);
}
.capital-total strong {
  grid-row: 1/3;
  grid-column: 2;
  font: 500 clamp(2.4rem, 4vw, 4.2rem)/0.9 var(--serif);
}
.capital-total p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}
.budget-disclosure {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.budget-disclosure__label {
  color: var(--plum);
  font: 600 0.68rem/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.budget-disclosure p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.budget-disclosure a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.decision-v3 {
  background: var(--ink);
  color: #fff;
}
.decision-v3__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
}
.decision-v3 .kicker {
  color: var(--rose-soft);
}
.decision-v3 h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 5vw, 5.6rem);
  line-height: 0.94;
}
.decision-v3 p {
  max-width: 50ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}
.decision-v3 ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}
.decision-v3 li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.decision-v3 li span {
  color: var(--rose-soft);
}
.decision-v3 li strong {
  font: 500 1.32rem/1.3 var(--serif);
}
@media (max-height: 760px) and (min-width: 981px) {
  .hero-v3 h1 {
    font-size: clamp(3.6rem, 5.8vw, 5.3rem);
  }
  .hero-v3__content {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .hero-v3 .meta {
    margin-bottom: 14px;
  }
  .hero-v3 .deck {
    margin-top: 18px;
  }
  .hero-v3__cue {
    margin-top: 15px;
    padding-top: 13px;
  }
  .hero-v3 .actions {
    margin-top: 18px;
  }
  .hero-v3__caption {
    bottom: 16px;
  }
}
@media (max-width: 1080px) {
  .evidence-sequence li {
    grid-template-columns: 180px repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .mavh-floriculture-page .head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 38px;
  }
  .hero-v3 {
    min-height: auto;
  }
  .hero-v3__content {
    min-height: calc(100svh - var(--nav-height, 76px));
    padding: 90px 28px 100px;
  }
  .hero-v3 h1 {
    font-size: clamp(4rem, 11vw, 6.3rem);
  }
  .hero-v3__caption {
    right: 24px;
    bottom: 20px;
  }
  .thesisgrid,
  .decision-v3__panel {
    grid-template-columns: 1fr;
  }
  .evidence-sequence li {
    grid-template-columns: 180px 1fr 1fr;
    padding-left: 68px;
  }
  .evidence-sequence li > div:last-child {
    grid-column: 2/4;
  }
  .capital-route-matrix {
    overflow-x: auto;
  }
}
@media (max-width: 720px) {
  .mavh-floriculture-page .container {
    width: min(100% - 28px, 1240px);
  }
  .mavh-floriculture-page .section {
    padding: 74px 0;
  }
  .hero-v3__content {
    min-height: calc(100svh - 60px);
    padding: 78px 20px 120px;
  }
  .hero-v3__veil {
    background:
      linear-gradient(0deg, rgba(22, 12, 18, 0.86), rgba(22, 12, 18, 0.35) 70%),
      linear-gradient(90deg, rgba(22, 12, 18, 0.42), transparent);
  }
  .hero-v3 h1 {
    font-size: clamp(3.5rem, 15vw, 4.6rem);
  }
  .hero-v3 .deck {
    font-size: 1rem;
  }
  .hero-v3 .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-v3__caption {
    left: 20px;
    right: 20px;
    text-align: left;
  }
  .value-trail__media {
    height: 340px;
  }
  .value-trail__media figcaption {
    display: grid;
    gap: 4px;
  }
  .value-trail__path {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }
  .value-trail__path:before {
    left: 30px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 2px;
    height: auto;
  }
  .value-trail__path li {
    grid-template-columns: 40px 1fr;
    gap: 3px 12px;
    padding: 13px 0 13px 34px;
    text-align: left;
  }
  .value-trail__path li:before {
    position: absolute;
    left: 1px;
    top: 14px;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  .value-trail__path span {
    grid-row: 1/3;
  }
  .value-trail__statement {
    padding: 24px;
    font-size: 1.7rem;
  }
  .readiness-phases {
    grid-template-columns: 1fr;
  }
  .readiness-phases li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .readiness-phases li:not(:last-child):after {
    right: 24px;
    bottom: -11px;
    top: auto;
    transform: rotate(90deg);
  }
  .readiness-table,
  .readiness-table tbody,
  .readiness-table tr,
  .readiness-table th,
  .readiness-table td {
    display: block;
    width: 100%;
  }
  .readiness-table thead {
    display: none;
  }
  .readiness-table tbody tr {
    padding: 24px;
    border-bottom: 1px solid var(--line);
  }
  .readiness-table tbody th,
  .readiness-table tbody td {
    padding: 8px 0;
    border: 0;
  }
  .readiness-table tbody th {
    font-size: 0.75rem;
  }
  .readiness-table tbody td:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: var(--plum);
    font: 600 0.6rem/1.35 var(--mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .readiness-table tfoot,
  .readiness-table tfoot tr,
  .readiness-table tfoot td {
    display: block;
  }
  .readiness-table tfoot td {
    padding: 28px 24px;
  }
  .evidence-sequence:before {
    left: 12px;
  }
  .evidence-sequence li {
    grid-template-columns: 1fr;
    padding: 26px 0 26px 38px;
  }
  .evidence-sequence li:before {
    left: 5px;
    top: 33px;
  }
  .evidence-sequence li > div:last-child {
    grid-column: auto;
  }
  .evidence-sequence__stage {
    margin-bottom: 4px;
  }
  .capital-route-matrix {
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .route-cell {
    display: none;
  }
  .capital-total {
    border-radius: 20px;
  }
  .budget-disclosure {
    grid-template-columns: 1fr;
  }
  .decision-v3__panel {
    gap: 44px;
  }
  .decision-v3 h2 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
  }
  .hero-v3__media img,
  .value-trail__media img {
    transition: none;
  }
}
.mavh-floriculture-page .thesis {
  background: var(--paper2);
}
.mavh-floriculture-page .value-trail {
  background: #efe7eb;
}
.mavh-floriculture-page .readiness {
  background: var(--paper2);
}
.mavh-floriculture-page .evidence-sequence-section {
  background: var(--paper);
}
.mavh-floriculture-page .capital-v3 {
  background: #efe7eb;
}
.mavh-floriculture-page .decision-v3 {
  background: var(--ink);
  color: #fff;
}
@media (max-width: 720px) {
  .hero-v3__content {
    min-height: calc(100svh - 57px);
    padding: 54px 20px 78px;
  }
  .hero-v3 h1 {
    font-size: clamp(3.08rem, 13.4vw, 3.85rem);
    line-height: 0.91;
  }
  .hero-v3 .meta {
    margin-bottom: 16px;
    gap: 7px 11px;
  }
  .hero-v3 .deck {
    margin-top: 14px;
    line-height: 1.48;
  }
  .hero-v3__cue {
    margin-top: 12px;
    padding-top: 11px;
    font-size: 0.9rem;
  }
  .hero-v3 .actions {
    margin-top: 18px;
    gap: 9px;
  }
  .hero-v3__caption {
    bottom: 10px;
  }
  .hero-v3__caption span {
    display: none;
  }
}
.value-trail__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.value-trail__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 720px) {
  .value-trail__media picture img {
    object-position: center 44%;
  }
}

.mavh-floriculture-page :is(#thesis, #readiness, #results, #capital).section {
  padding-block: 76px;
}
.mavh-floriculture-page #women.section {
  padding-block: 70px;
}
.mavh-floriculture-page #decision.section {
  padding-block: 58px;
}
.mavh-floriculture-page .capital-route-matrix.project-data-table {
  table-layout: fixed;
  overflow: visible;
  border: 0;
  background: transparent;
}
.mavh-floriculture-page .capital-route-matrix.project-data-table th,
.mavh-floriculture-page .capital-route-matrix.project-data-table td {
  min-height: 0;
  padding: 20px 14px;
  border-right: 0;
  border-bottom: 1px solid rgba(91, 43, 72, 0.16);
}
.mavh-floriculture-page .capital-route-matrix.project-data-table thead th {
  color: var(--plum);
  font: 600 0.64rem/1.3 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.mavh-floriculture-page
  .capital-route-matrix.project-data-table
  thead
  th:first-child,
.mavh-floriculture-page .capital-route-matrix.project-data-table tbody th {
  width: 37%;
  padding-left: 0;
  text-align: left;
}
.mavh-floriculture-page
  .capital-route-matrix.project-data-table
  tbody
  th
  strong,
.mavh-floriculture-page
  .capital-route-matrix.project-data-table
  tbody
  th
  small {
  display: block;
  text-align: left;
}
.mavh-floriculture-page
  .capital-route-matrix.project-data-table
  tbody
  th
  small {
  margin-top: 7px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.45;
}
.mavh-floriculture-page .capital-route-matrix.project-data-table .is-numeric {
  width: 9%;
  padding-right: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.mavh-floriculture-page .capital-route-matrix.project-data-table .route-cell {
  display: table-cell;
}
@media (max-width: 720px) {
  .mavh-floriculture-page .capital-route-matrix.project-data-table,
  .mavh-floriculture-page .capital-route-matrix.project-data-table tbody,
  .mavh-floriculture-page .capital-route-matrix.project-data-table tr,
  .mavh-floriculture-page .capital-route-matrix.project-data-table th,
  .mavh-floriculture-page .capital-route-matrix.project-data-table td {
    display: block;
    width: 100%;
  }
  .mavh-floriculture-page .capital-route-matrix.project-data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .mavh-floriculture-page .capital-route-matrix.project-data-table tbody tr {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 12px;
    padding: 0;
    border: 1px solid rgba(91, 43, 72, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    overflow: hidden;
  }
  .mavh-floriculture-page .capital-route-matrix.project-data-table tbody th {
    grid-column: 1;
    padding: 20px;
  }
  .mavh-floriculture-page
    .capital-route-matrix.project-data-table
    tbody
    td.route-cell {
    display: none;
  }
  .mavh-floriculture-page
    .capital-route-matrix.project-data-table
    tbody
    td.is-numeric {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    padding: 20px;
  }
}
:root {
  --project-nav-height: 52px;
  --flower-nav-offset: calc(
    var(--nav-height, 76px) + var(--project-nav-height, 52px)
  );
  --flower-plum: #5b2b48;
  --flower-rose: #d88aa7;
  --flower-rose-strong: #f0abc3;
  --flower-ink: #171615;
  --flower-panel: #2c1c27;
  --flower-panel-2: #3a2330;
  --flower-paper: #f5f0e8;
  --flower-serif:
    "Playfair Display", "Iowan Old Style", Baskerville, Georgia, serif;
  --flower-sans:
    Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --flower-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}
html {
  scroll-padding-top: calc(var(--flower-nav-offset) + 24px);
}

.mavh-floriculture-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.flower-corridor {
  position: relative;
  background: var(--flower-ink);
  color: #fff;
  overflow: visible;
}
.flower-corridor__shell {
  width: min(1424px, calc(100% - 72px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.65fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
  padding: clamp(68px, 6vw, 92px) 0 48px;
}
.flower-corridor__rail {
  position: relative;
  min-width: 0;
  padding-bottom: clamp(300px, 44vh, 480px);
}
.flower-corridor__heading {
  position: relative;
  margin-bottom: 20px;
}
.flower-corridor__index {
  color: var(--flower-rose-strong);
  margin: 0 0 16px;
}
.flower-corridor__heading h2 {
  max-width: 9.6ch;
  margin: 0;
  font-family: var(--flower-serif);
  font-size: clamp(3rem, 4.55vw, 5.55rem);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.flower-corridor__heading p {
  max-width: 35ch;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}
.flower-corridor__steps {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flower-corridor__step {
  min-height: clamp(220px, 34vh, 300px);
  display: flex;
  align-items: center;
  scroll-margin-top: calc(var(--flower-nav-offset) + 24px);
}
.flower-corridor__steps button {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 4px 14px;
  padding: 16px 14px 16px 22px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.21);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  scroll-margin-top: calc(var(--flower-nav-offset) + 24px);
  transition:
    border-color 0.28s,
    transform 0.28s,
    background 0.28s;
}
.flower-corridor__steps button span {
  grid-row: 1/3;
  color: rgba(240, 171, 195, 0.88);
  font: 600 0.68rem var(--flower-mono);
}
.flower-corridor__steps button strong {
  color: rgba(255, 255, 255, 0.84);
  font: 500 1.65rem var(--flower-serif);
}
.flower-corridor__steps button small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.42;
}
.flower-corridor__steps button:hover {
  border-color: rgba(240, 171, 195, 0.7);
  background: linear-gradient(
    90deg,
    rgba(216, 138, 167, 0.08),
    transparent 72%
  );
}
.flower-corridor__steps button:focus-visible {
  outline: 3px solid var(--flower-rose-strong);
  outline-offset: 5px;
  border-radius: 2px;
}
.flower-corridor__step.is-active button {
  border-color: var(--flower-rose-strong);
  transform: translateX(7px);
  background: linear-gradient(
    90deg,
    rgba(216, 138, 167, 0.12),
    transparent 72%
  );
}
.flower-corridor__step.is-active button span {
  color: var(--flower-rose-strong);
}
.flower-corridor__step.is-active button strong {
  color: #fff;
}
.flower-corridor__step.is-active button small {
  color: rgba(255, 255, 255, 0.8);
}
.flower-corridor__stage {
  position: sticky;
  top: calc(var(--flower-nav-offset) + 18px);
  height: calc(100svh - var(--flower-nav-offset) - 36px);
  min-height: 0;
  align-self: start;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border-radius: 30px;
  background: var(--flower-panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
@supports (height: 100dvh) {
  .flower-corridor__stage {
    height: calc(100dvh - var(--flower-nav-offset) - 36px);
  }
}
.flower-corridor__visual {
  position: relative;
  min-height: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background: var(--flower-panel-2);
}
.flower-corridor__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.88) contrast(1.04);
  transition:
    opacity 0.38s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.flower-corridor__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(32, 16, 27, 0.88), transparent 56%),
    linear-gradient(90deg, rgba(28, 14, 24, 0.28), transparent 58%);
}
.flower-corridor__line {
  position: absolute;
  inset: 7% 5% 11%;
  z-index: 2;
  width: 90%;
  height: 82%;
  overflow: visible;
}
.flower-corridor__line path {
  fill: none;
  stroke-linecap: round;
}
.flower-route-base {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 8;
}
.flower-route-segment {
  fill: none;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 7;
  opacity: 0.45;
  transition:
    stroke 0.26s,
    opacity 0.26s,
    stroke-width 0.26s;
}
.flower-route-segment.is-complete {
  stroke: rgba(255, 235, 242, 0.78);
  stroke-width: 7;
  opacity: 0.82;
}
.flower-route-segment.is-current {
  stroke: var(--flower-rose-strong);
  stroke-width: 9;
  opacity: 1;
}
.flower-route-node {
  fill: rgba(255, 255, 255, 0.22);
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 4;
  opacity: 0.55;
  transition:
    fill 0.22s,
    stroke 0.22s,
    stroke-width 0.22s,
    opacity 0.22s;
}
.flower-route-node.is-complete {
  fill: #fff8fb;
  stroke: #e6c8d3;
  opacity: 0.94;
}
.flower-route-node.is-current {
  fill: #fff8fb;
  stroke: var(--flower-rose-strong);
  stroke-width: 9;
  opacity: 1;
}
.flower-corridor__visual figcaption {
  position: absolute;
  z-index: 4;
  left: 26px;
  right: 26px;
  bottom: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.flower-corridor__visual figcaption span {
  color: var(--flower-rose-strong);
}
.flower-corridor__visual figcaption strong {
  max-width: 15ch;
  color: #fff;
  font: 500 clamp(1.75rem, 2.65vw, 3.05rem)/1.02 var(--flower-serif);
  text-align: right;
}
.flower-corridor__detail {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.48fr);
  gap: 20px 24px;
  align-items: start;
  padding: 20px 24px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0 0 30px 30px;
  background: #34212d;
}
.flower-corridor__decision > span {
  color: var(--flower-rose-strong);
}
.flower-corridor__decision h3 {
  margin: 6px 0 0;
  font-family: var(--flower-serif);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.flower-corridor__decision p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.45;
}
.flower-corridor__ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
}
.flower-corridor__ledger div {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.flower-corridor__ledger dt {
  color: rgba(255, 255, 255, 0.56);
  font: 600 0.54rem/1.35 var(--flower-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.flower-corridor__ledger dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  line-height: 1.35;
}
.flower-corridor__ledger .evidence {
  border-top-color: rgba(240, 171, 195, 0.55);
}
.flower-corridor__ledger .evidence dt {
  color: var(--flower-rose-strong);
}
@media (max-width: 1180px) and (min-width: 981px) {
  .flower-corridor__detail {
    grid-template-columns: 1fr;
  }
  .flower-corridor__decision p {
    display: none;
  }
}
@media (max-height: 850px) and (min-width: 981px) {
  .flower-corridor__stage {
    height: calc(100svh - var(--flower-nav-offset) - 36px);
  }
  @supports (height: 100dvh) {
    .flower-corridor__stage {
      height: calc(100dvh - var(--flower-nav-offset) - 36px);
    }
  }
  .flower-corridor__visual figcaption strong {
    font-size: clamp(1.55rem, 2.35vw, 2.5rem);
  }
  .flower-corridor__decision p {
    display: none;
  }
  .flower-corridor__detail {
    padding: 14px 20px 12px;
    gap: 12px 18px;
  }
  .flower-corridor__ledger div {
    padding: 6px 0;
  }
  .flower-corridor__ledger dd {
    font-size: 0.66rem;
  }
}
@media (max-height: 680px) and (min-width: 981px) {
  .flower-corridor__stage {
    top: calc(var(--flower-nav-offset) + 12px);
    height: calc(100svh - var(--flower-nav-offset) - 24px);
    border-radius: 24px;
  }
  @supports (height: 100dvh) {
    .flower-corridor__stage {
      height: calc(100dvh - var(--flower-nav-offset) - 24px);
    }
  }
  .flower-corridor__visual {
    border-radius: 24px 24px 0 0;
  }
  .flower-corridor__visual figcaption {
    left: 20px;
    right: 20px;
    bottom: 16px;
  }
  .flower-corridor__visual figcaption strong {
    font-size: clamp(1.3rem, 2vw, 1.9rem);
  }
  .flower-corridor__detail {
    padding: 10px 18px 9px;
    border-radius: 0 0 24px 24px;
  }
  .flower-corridor__decision h3 {
    font-size: 1.03rem;
  }
  .flower-corridor__ledger {
    gap: 7px 16px;
  }
  .flower-corridor__ledger dd {
    font-size: 0.61rem;
    line-height: 1.25;
  }
}
@media (max-width: 980px) {
  .flower-corridor__shell {
    width: min(100% - 40px, 1424px);
    grid-template-columns: 1fr;
    padding: 68px 0;
  }
  .flower-corridor__rail {
    padding-bottom: 0;
  }
  .flower-corridor__steps {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 0 10px;
    margin: 0 0 18px;
    scrollbar-width: thin;
  }
  .flower-corridor__step {
    min-height: 0;
    min-width: 168px;
    scroll-snap-align: start;
  }
  .flower-corridor__steps button {
    height: 100%;
    grid-template-columns: 1fr;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
  }
  .flower-corridor__steps button span {
    grid-row: auto;
  }
  .flower-corridor__steps button small {
    display: none;
  }
  .flower-corridor__step.is-active button {
    transform: none;
    border-color: var(--flower-rose-strong);
  }
  .flower-corridor__stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    box-shadow: none;
  }
  .flower-corridor__visual {
    min-height: 470px;
  }
  .flower-corridor__detail {
    grid-template-columns: 1fr;
  }
  .flower-corridor__decision p {
    display: block;
  }
}
@media (max-width: 640px) {
  .flower-corridor__shell {
    width: min(100% - 28px, 1424px);
    padding: 58px 0 42px;
  }
  .flower-corridor__heading h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }
  .flower-corridor__step {
    min-width: 148px;
  }
  .flower-corridor__visual {
    min-height: 340px;
  }
  .flower-corridor__visual figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: block;
  }
  .flower-corridor__visual figcaption strong {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
    text-align: left;
  }
  .flower-corridor__detail {
    padding: 18px;
  }
  .flower-corridor__ledger {
    grid-template-columns: 1fr;
  }
  .flower-corridor__ledger dd {
    font-size: 0.73rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .flower-corridor__visual img,
  .flower-corridor__line,
  .flower-route-segment,
  .flower-route-node {
    transition: none;
    animation: none;
  }
}
body.project-theme .mavh-floriculture-page .mono {
  font-size: 0.69rem;
  line-height: 1.4;
  letter-spacing: 0.115em;
}
body.project-theme .mavh-floriculture-page .sr-only {
  margin: -1px;
}
body.project-theme .mavh-floriculture-page .budget-disclosure__label {
  font-size: 0.69rem;
  line-height: 1.45;
  letter-spacing: 0.11em;
}
@media (max-width: 980px) {
  body.project-theme
    .mavh-floriculture-page
    .flower-corridor__stage.project-workbench--sticky {
    position: relative;
    inset-block-start: auto;
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

/* v196 floriculture consolidation */
body.theme-mahasthangarh-floriculture {
  --project-closing-bg: #4d2840;
  --project-closing-accent: #e1b6c7;
}
.mavh-floriculture-page .floriculture-content {
  overflow: visible;
}
.mavh-floriculture-page .hero-standard-caption {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: 24px;
  padding-block: 14px 18px;
  border-top: 1px solid rgba(91, 43, 72, 0.22);
}
.mavh-floriculture-page .hero-standard-caption strong {
  color: var(--flower-plum, #5b2b48);
  font: 600 0.66rem/1.45 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mavh-floriculture-page .hero-standard-caption span {
  color: var(--muted, #625d58);
  font-size: 0.82rem;
  line-height: 1.55;
}
.mavh-floriculture-page .corridor-case {
  background: var(--paper, #f8f5ee);
}
.mavh-floriculture-page .corridor-case__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
.mavh-floriculture-page .corridor-case__media {
  margin: 0;
}
.mavh-floriculture-page .corridor-case__media img {
  width: 100%;
  aspect-ratio: 7/5;
  object-fit: cover;
  border-radius: 26px;
}
.mavh-floriculture-page .corridor-case__media .project-caption {
  position: static;
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  gap: 18px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(91, 43, 72, 0.2);
  background: transparent;
  color: inherit;
  box-shadow: none;
}
.mavh-floriculture-page .corridor-case__ledger {
  display: grid;
  border-top: 1px solid rgba(91, 43, 72, 0.22);
}
.mavh-floriculture-page .corridor-case__ledger article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 4px 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(91, 43, 72, 0.18);
}
.mavh-floriculture-page .corridor-case__ledger article > span {
  grid-row: 1/3;
  color: var(--flower-plum, #5b2b48);
}
.mavh-floriculture-page .corridor-case__ledger h3 {
  margin: 0;
  font: 500 clamp(1.45rem, 2vw, 2rem)/1.1
    var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .corridor-case__ledger p {
  margin: 8px 0 0;
  color: var(--muted, #625d58);
  line-height: 1.55;
}
.mavh-floriculture-page .value-trail__media {
  height: auto;
  overflow: visible;
  background: transparent;
}
.mavh-floriculture-page .value-trail__media picture {
  display: block;
  height: clamp(360px, 42vw, 560px);
  overflow: hidden;
  border-radius: 24px;
}
.mavh-floriculture-page .value-trail__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.mavh-floriculture-page .value-trail__media figcaption.project-caption {
  position: static;
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
  gap: 18px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(91, 43, 72, 0.22);
  background: transparent;
  color: inherit;
}
.mavh-floriculture-page .value-trail__media figcaption.project-caption strong {
  color: var(--flower-plum, #5b2b48);
}
.mavh-floriculture-page .value-trail__media figcaption.project-caption span {
  color: var(--muted, #625d58);
}
.mavh-floriculture-page .source-note {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(91, 43, 72, 0.2);
}
.mavh-floriculture-page .source-note summary {
  width: max-content;
  max-width: 100%;
  color: var(--flower-plum, #5b2b48);
  cursor: pointer;
  font: 600 0.7rem/1.45 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mavh-floriculture-page .source-note > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.mavh-floriculture-page .source-note p {
  margin: 0;
  color: var(--muted, #625d58);
  font-size: 0.82rem;
  line-height: 1.58;
}
.mavh-floriculture-page .source-note a {
  color: var(--flower-plum, #5b2b48);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.mavh-floriculture-page .decision-v3__rule {
  max-width: 52ch;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.mavh-floriculture-page .decision-v3__rule span {
  display: block;
  color: var(--flower-rose-strong, #f0abc3);
}
.mavh-floriculture-page .decision-v3__rule strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font: 500 1.15rem/1.45 var(--flower-serif, "Playfair Display", serif);
}
@media (max-width: 980px) {
  .mavh-floriculture-page .corridor-case__grid {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .source-note > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .mavh-floriculture-page .hero-standard-caption,
  .mavh-floriculture-page .corridor-case__media .project-caption,
  .mavh-floriculture-page .value-trail__media figcaption.project-caption {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .mavh-floriculture-page .corridor-case__ledger article {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 3px 14px;
  }
  .mavh-floriculture-page .value-trail__media picture {
    height: 420px;
  }
}

/* v212: first-route editorial upgrade */
.mavh-floriculture-page .hero-v4 {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: clamp(70px, 7vw, 104px) 0 44px;
  background: #f3f0e8;
  color: #171716;
}
.mavh-floriculture-page .hero-v4__layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(620px, 1.38fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
}
.mavh-floriculture-page .hero-v4__copy {
  position: relative;
  z-index: 2;
}
.mavh-floriculture-page .hero-v4 .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 32px;
  color: #6b665f;
}
.mavh-floriculture-page .hero-v4 .meta span + span {
  position: relative;
}
.mavh-floriculture-page .hero-v4 .meta span + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b87491;
}
.mavh-floriculture-page .hero-v4 .meta .status {
  color: #5b2b48;
  font-weight: 700;
}
.mavh-floriculture-page .hero-v4__project {
  margin: 0 0 18px;
  color: #5b2b48;
  font-weight: 700;
}
.mavh-floriculture-page .hero-v4 h1 {
  max-width: 8.5ch;
  margin: 0;
  font-family: var(--flower-serif, "Playfair Display", serif);
  font-size: clamp(4.45rem, 5.6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.mavh-floriculture-page .hero-v4 h1 em {
  display: block;
  margin-top: 10px;
  color: #5b2b48;
  font-weight: 400;
}
.mavh-floriculture-page .hero-v4 .deck {
  max-width: 39ch;
  margin: 30px 0 0;
  color: #252321;
  font-size: 1.08rem;
  line-height: 1.58;
}
.mavh-floriculture-page .hero-v4__ask {
  max-width: 39ch;
  margin: 20px 0 0;
  color: #69645f;
  font-size: 0.92rem;
  line-height: 1.58;
}
.mavh-floriculture-page .hero-v4 .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 28px;
}
.mavh-floriculture-page .hero-v4 .btn.primary {
  border-color: #171716;
  background: #171716;
  color: #fff;
}
.mavh-floriculture-page .hero-v4 .btn.text-link {
  color: #34202e;
}
.mavh-floriculture-page .hero-v4__media {
  position: relative;
  min-width: 0;
  margin: 0;
}
.mavh-floriculture-page .hero-v4__primary {
  height: clamp(430px, 47vh, 510px);
  overflow: hidden;
  border-radius: 22px;
  background: #d8d3ca;
  box-shadow: 0 26px 65px rgba(49, 34, 42, 0.15);
}
.mavh-floriculture-page .hero-v4__primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.9) contrast(1.02);
}
.mavh-floriculture-page .hero-v4__inset {
  position: absolute;
  z-index: 2;
  left: -46px;
  top: 300px;
  width: min(34%, 250px);
  height: 178px;
  overflow: hidden;
  border: 8px solid #f3f0e8;
  border-radius: 15px;
  background: #c9b88a;
  box-shadow: 0 22px 50px rgba(35, 25, 30, 0.22);
}
.mavh-floriculture-page .hero-v4__inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mavh-floriculture-page .hero-v4__inset span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  color: #fff;
  font-size: 0.55rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}
.mavh-floriculture-page .hero-v4__route {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: flower-route;
}
.mavh-floriculture-page .hero-v4__route li {
  position: relative;
  padding: 18px 8px 9px 21px;
  border-top: 1px solid rgba(91, 43, 72, 0.27);
  color: #4f4945;
  font: 600 0.62rem/1.3 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  counter-increment: flower-route;
}
.mavh-floriculture-page .hero-v4__route li:before {
  content: counter(flower-route, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #a1637e;
  font-size: 0.52rem;
}
.mavh-floriculture-page .hero-v4__route li:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b87491;
}
.mavh-floriculture-page .hero-v4 figcaption {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding-top: 13px;
  border-top: 1px solid rgba(30, 27, 25, 0.14);
}
.mavh-floriculture-page .hero-v4 figcaption strong {
  color: #2e2926;
  font: 700 0.63rem/1.4 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.08em;
}
.mavh-floriculture-page .hero-v4 figcaption span {
  max-width: 48ch;
  color: #69645f;
  font-size: 0.72rem;
  line-height: 1.48;
}
.mavh-floriculture-page .floriculture-gates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mavh-floriculture-page .floriculture-gates > li {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(91, 43, 72, 0.17);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
}
.mavh-floriculture-page .floriculture-gate__head {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(91, 43, 72, 0.14);
}
.mavh-floriculture-page .floriculture-gate__head > span {
  color: #b87491;
}
.mavh-floriculture-page .floriculture-gate__head h3 {
  margin: 0;
  color: #1a1817;
  font: 500 1.65rem/1.05 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .floriculture-gate__head b {
  padding: 6px 8px;
  border-radius: 999px;
  background: #efe2e8;
  color: #5b2b48;
  font-size: 0.52rem;
}
.mavh-floriculture-page
  .floriculture-gates
  > li
  > div:not(.floriculture-gate__head)
  > strong {
  color: #5b2b48;
  font: 700 0.6rem/1.4 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mavh-floriculture-page .floriculture-gates p {
  margin: 8px 0 0;
  color: #625d58;
  font-size: 0.83rem;
  line-height: 1.55;
}
.mavh-floriculture-page .floriculture-release-rule {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 18px;
  background: #171716;
  color: #fff;
}
.mavh-floriculture-page .floriculture-release-rule span {
  color: #f0abc3;
}
.mavh-floriculture-page .floriculture-release-rule p {
  max-width: 64ch;
  margin: 0;
  font: 500 1.16rem/1.45 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .route-evidence-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.mavh-floriculture-page .route-evidence-cards article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(91, 43, 72, 0.16);
  border-radius: 20px;
  background: #fff;
}
.mavh-floriculture-page .route-evidence-cards article > span {
  color: #8b4e69;
}
.mavh-floriculture-page .route-evidence-cards h3 {
  max-width: 12ch;
  margin: 56px 0 28px;
  font: 500 2rem/1.05 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .route-evidence-cards dl {
  margin: auto 0 0;
}
.mavh-floriculture-page .route-evidence-cards dl div {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(91, 43, 72, 0.14);
}
.mavh-floriculture-page .route-evidence-cards dt {
  color: #5b2b48;
  font: 700 0.56rem/1.4 var(--flower-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mavh-floriculture-page .route-evidence-cards dd {
  margin: 0;
  color: #625d58;
  font-size: 0.77rem;
  line-height: 1.5;
}
.mavh-floriculture-page .route-trial-dossier {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 52px;
  margin-top: 18px;
  padding: 34px;
  border-radius: 22px;
  background: #34212d;
  color: #fff;
}
.mavh-floriculture-page .route-trial-dossier > div > span,
.mavh-floriculture-page .route-trial-dossier aside > span {
  color: #f0abc3;
}
.mavh-floriculture-page .route-trial-dossier ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.mavh-floriculture-page .route-trial-dossier li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}
.mavh-floriculture-page .route-trial-dossier aside {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(240, 171, 195, 0.42);
}
.mavh-floriculture-page .route-trial-dossier aside p {
  max-width: 54ch;
  margin: 0;
  font: 500 1.2rem/1.42 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .decision-v3 {
  background: #171716;
  color: #fff;
}
.mavh-floriculture-page .decision-v4__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.65fr);
  gap: 36px 80px;
  align-items: end;
  margin-bottom: 44px;
}
.mavh-floriculture-page .decision-v4__head > span {
  grid-column: 1/-1;
  color: #f0abc3;
}
.mavh-floriculture-page .decision-v4__head h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font: 500 clamp(3.2rem, 5.2vw, 5.9rem)/0.98
    var(--flower-serif, "Playfair Display", serif);
  letter-spacing: -0.045em;
}
.mavh-floriculture-page .decision-v4__head p {
  max-width: 28ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.55;
}
.mavh-floriculture-page .decision-v4__path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  overflow: hidden;
  list-style: none;
}
.mavh-floriculture-page .decision-v4__path li {
  display: block;
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.mavh-floriculture-page .decision-v4__path li:last-child {
  border-right: 0;
}
.mavh-floriculture-page .decision-v4__path span {
  color: #f0abc3;
}
.mavh-floriculture-page .decision-v4__path strong {
  display: block;
  margin-top: 32px;
  font: 500 1.5rem/1.1 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .decision-v4__path p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.5;
}
.mavh-floriculture-page .decision-v4__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.mavh-floriculture-page .decision-v4__outcomes article {
  min-height: 250px;
  padding: 26px;
  border-radius: 18px;
  background: #2a2927;
}
.mavh-floriculture-page .decision-v4__outcomes article:first-child {
  background: #f3f0e8;
  color: #171716;
}
.mavh-floriculture-page .decision-v4__outcomes span {
  color: #f0abc3;
}
.mavh-floriculture-page .decision-v4__outcomes article:first-child span {
  color: #5b2b48;
}
.mavh-floriculture-page .decision-v4__outcomes h3 {
  max-width: 13ch;
  margin: 52px 0 12px;
  color: inherit;
  font: 500 1.75rem/1.08 var(--flower-serif, "Playfair Display", serif);
}
.mavh-floriculture-page .decision-v4__outcomes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
}
.mavh-floriculture-page .decision-v4__outcomes article:first-child p {
  color: #625d58;
}
@media (max-width: 1100px) {
  .mavh-floriculture-page .hero-v4__layout {
    grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1.22fr);
    gap: 44px;
  }
  .mavh-floriculture-page .hero-v4 h1 {
    font-size: clamp(4rem, 6.4vw, 5.4rem);
  }
  .mavh-floriculture-page .hero-v4__inset {
    left: -30px;
    width: 32%;
  }
  .mavh-floriculture-page .floriculture-gates > li {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .floriculture-gate__head {
    grid-column: auto;
  }
}
@media (max-width: 980px) {
  .mavh-floriculture-page .hero-v4 {
    padding: 70px 0 36px;
  }
  .mavh-floriculture-page .hero-v4__layout {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .hero-v4__copy {
    max-width: 680px;
  }
  .mavh-floriculture-page .hero-v4 h1 {
    max-width: 10ch;
  }
  .mavh-floriculture-page .hero-v4__primary {
    height: 470px;
  }
  .mavh-floriculture-page .hero-v4__inset {
    left: auto;
    right: 20px;
    top: 270px;
    width: 240px;
  }
  .mavh-floriculture-page .route-evidence-cards {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .route-evidence-cards article {
    min-height: 0;
  }
  .mavh-floriculture-page .route-evidence-cards h3 {
    max-width: none;
    margin: 34px 0 24px;
  }
}
@media (max-width: 720px) {
  .mavh-floriculture-page .hero-v4 {
    padding: 54px 0 30px;
  }
  .mavh-floriculture-page .hero-v4__layout {
    gap: 38px;
  }
  .mavh-floriculture-page .hero-v4 .meta {
    margin-bottom: 24px;
  }
  .mavh-floriculture-page .hero-v4 h1 {
    font-size: clamp(3.35rem, 15.5vw, 4.6rem);
  }
  .mavh-floriculture-page .hero-v4 .deck {
    margin-top: 24px;
    font-size: 0.98rem;
  }
  .mavh-floriculture-page .hero-v4 .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .mavh-floriculture-page .hero-v4__primary {
    height: 290px;
    border-radius: 17px;
  }
  .mavh-floriculture-page .hero-v4__inset {
    top: 174px;
    right: 10px;
    width: 42%;
    height: 126px;
    border-width: 6px;
  }
  .mavh-floriculture-page .hero-v4__inset span {
    display: none;
  }
  .mavh-floriculture-page .hero-v4__route {
    grid-template-columns: repeat(6, 88px);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .mavh-floriculture-page .hero-v4__route::-webkit-scrollbar {
    display: none;
  }
  .mavh-floriculture-page .hero-v4 figcaption {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .mavh-floriculture-page .floriculture-gates {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .floriculture-gates > li {
    padding: 22px;
  }
  .mavh-floriculture-page .floriculture-gate__head {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .mavh-floriculture-page .floriculture-gate__head b {
    grid-column: 2;
    justify-self: start;
  }
  .mavh-floriculture-page .floriculture-release-rule,
  .mavh-floriculture-page .route-trial-dossier,
  .mavh-floriculture-page .route-trial-dossier aside,
  .mavh-floriculture-page .decision-v4__head {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .route-trial-dossier aside {
    grid-column: auto;
  }
  .mavh-floriculture-page .decision-v4__head > span {
    grid-column: auto;
  }
  .mavh-floriculture-page .decision-v4__path,
  .mavh-floriculture-page .decision-v4__outcomes {
    grid-template-columns: 1fr;
  }
  .mavh-floriculture-page .decision-v4__path li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .mavh-floriculture-page .decision-v4__path li:last-child {
    border-bottom: 0;
  }
  .mavh-floriculture-page .decision-v4__path strong {
    margin-top: 18px;
  }
  .mavh-floriculture-page .decision-v4__outcomes article {
    min-height: 220px;
  }
}
