/* ========================================================================
   When More Is Needed — Architectural Restoration visual system
   Beloved structure mid-careful restoration. Not commercial construction.
   Material system: timber, limestone/plaster, parchment, slate, muted bronze.
   ======================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Source+Sans+3:wght@400;500;600&display=swap");

:root {
  /* Brand continuity */
  --wmin-ink: #234f73;
  --wmin-ink-deep: #1a3a56;
  --wmin-body: #3a4550;
  --wmin-muted: #5c6f7f;
  --wmin-accent: #2f7194;

  /* Architectural materials */
  --wmin-timber: #6b5344;
  --wmin-timber-mid: #8a6f58;
  --wmin-timber-soft: rgba(107, 83, 68, 0.28);
  --wmin-plaster: #e8e2d6;
  --wmin-plaster-2: #d9d2c4;
  --wmin-parchment: #f7f3ec;
  --wmin-parchment-2: #f0ebe2;
  --wmin-panel: rgba(255, 252, 247, 0.9);
  --wmin-slate: #5c6f7f;
  --wmin-iron: #4a5560;
  --wmin-bronze: #9a7b4f;
  --wmin-line: rgba(35, 79, 115, 0.14);
  --wmin-line-strong: rgba(35, 79, 115, 0.26);
  --wmin-shadow: rgba(26, 58, 86, 0.08);

  /* Stage light progression (cooler → open light) */
  --wmin-stage-light-01: #e4dfd4;
  --wmin-stage-light-02: #e6e0d5;
  --wmin-stage-light-03: #e9e4d9;
  --wmin-stage-light-04: #ece7dc;
  --wmin-stage-light-05: #f0ebe2;
  --wmin-stage-light-06: #f3efe6;
  --wmin-stage-light-07: #f6f2ea;
  --wmin-stage-light-08: #f9f6ef;

  --wmin-grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  --wmin-plan-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M48 0H0v48' fill='none' stroke='%236b5344' stroke-opacity='0.06'/%3E%3C/svg%3E");
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.wmin-site {
  background: var(--wmin-parchment);
}

body.wmin-site > .wrapper {
  overflow-x: clip;
}

main.page.wmin-page {
  position: relative;
  background:
    linear-gradient(180deg, #f8f5ef 0%, var(--wmin-parchment) 22%, var(--wmin-parchment-2) 100%);
  color: var(--wmin-body);
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
}

main.page.wmin-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--wmin-grain), var(--wmin-plan-grid);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.wmin-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: clamp(1.5rem, 3.5vw, 2.5rem) clamp(1.15rem, 3.5vw, 2rem) clamp(3rem, 6vw, 4.5rem);
}

/* —— Media placeholders (artwork pending; exact drop-in paths documented) —— */
.wmin-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--wmin-plaster);
}

.wmin-media--pending {
  display: grid;
  place-items: center;
}

.wmin-media__fill {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(232, 226, 214, 0.95) 0%, rgba(217, 210, 196, 0.88) 45%, rgba(240, 235, 226, 0.92) 100%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 23px,
      rgba(107, 83, 68, 0.04) 23px,
      rgba(107, 83, 68, 0.04) 24px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 23px,
      rgba(35, 79, 115, 0.03) 23px,
      rgba(35, 79, 115, 0.03) 24px
    );
}

.wmin-media--pending[data-wmin-material="timber"] .wmin-media__fill {
  background:
    linear-gradient(160deg, #8a6f58 0%, #6b5344 42%, #7a6452 100%);
  opacity: 0.55;
}

.wmin-media--pending[data-wmin-material="plaster"] .wmin-media__fill {
  background:
    linear-gradient(165deg, #ebe6db 0%, #d9d2c4 55%, #e4dfd4 100%);
}

.wmin-media--pending[data-wmin-material="plan"] .wmin-media__fill {
  background-color: #f3efe6;
  background-image:
    var(--wmin-plan-grid),
    linear-gradient(180deg, rgba(247, 243, 236, 0.9), rgba(232, 226, 214, 0.85));
}

.wmin-media__pending-label {
  position: relative;
  z-index: 1;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(74, 85, 96, 0.55);
}

.wmin-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* —— Hero (full-bleed restoration composition) —— */
.wmin-hero--restoration {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: end center;
  min-height: clamp(22rem, 58vw, 34rem);
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-align: center;
  color: #f7f3ec;
  overflow: hidden;
}

/* Approved unc-entry.png: always show the FULL artwork (baked typography + harbor). Never crop. */
.wmin-hero--restoration.wmin-hero--has-art {
  display: block;
  min-height: 0;
  max-height: none;
  height: auto;
  background: #ebe6db;
  line-height: 0;
  overflow: visible;
}

.wmin-hero--restoration.wmin-hero--has-art > .wmin-media--hero {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  line-height: 0;
  overflow: visible;
}

.wmin-hero--restoration.wmin-hero--has-art .wmin-hero__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center;
}

.wmin-hero--restoration > .wmin-media--hero {
  position: absolute;
  inset: 0;
  margin: 0;
  border: 0;
  aspect-ratio: auto;
  min-height: 100%;
}

.wmin-hero--restoration .wmin-media__fill {
  background:
    radial-gradient(ellipse 80% 70% at 70% 35%, rgba(247, 243, 236, 0.35) 0%, transparent 55%),
    linear-gradient(165deg, #7a8fa0 0%, #5c6f7f 28%, #6b5344 62%, #4a5560 100%);
}

.wmin-hero--restoration .wmin-media__fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 58, 86, 0.12) 0%, transparent 40%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 47px,
      rgba(247, 243, 236, 0.04) 47px,
      rgba(247, 243, 236, 0.04) 48px
    );
}

.wmin-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(26, 58, 86, 0.28) 0%, rgba(26, 58, 86, 0.42) 45%, rgba(26, 58, 86, 0.72) 100%);
  pointer-events: none;
}

.wmin-hero--has-art .wmin-hero__scrim {
  display: none;
}

.wmin-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 10vw, 6rem) clamp(1.15rem, 3.5vw, 2rem) clamp(2rem, 5vw, 3rem);
}

.wmin-hero--has-art .wmin-hero__content {
  display: none;
}

.wmin-hero--restoration .wmin-hero__org {
  margin: 0 0 0.85rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 243, 236, 0.78);
}

.wmin-hero--restoration .wmin-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.15rem, 5.4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #f9f6ef;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(26, 58, 86, 0.35);
}

.wmin-hero--restoration .wmin-hero__intro {
  margin: 1rem auto 0;
  max-width: 28rem;
  font-size: clamp(1.2rem, 2.4vw, 1.42rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(247, 243, 236, 0.92);
}

.wmin-hero--restoration .wmin-hero__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.35rem auto 0;
  color: rgba(154, 123, 79, 0.85);
}

.wmin-hero--restoration .wmin-hero__rule::before,
.wmin-hero--restoration .wmin-hero__rule::after {
  content: "";
  width: clamp(2.5rem, 10vw, 4.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 243, 236, 0.45), transparent);
}

.wmin-hero--restoration .wmin-hero__rule-mark {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid rgba(247, 243, 236, 0.5);
  transform: rotate(45deg);
  background: transparent;
}

.wmin-hero--restoration .wmin-media__pending-label {
  color: rgba(247, 243, 236, 0.4);
  align-self: start;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  justify-self: start;
}

/* —— Quieter WGL hero —— */
.wmin-hero--quiet {
  position: relative;
  z-index: 1;
  min-height: clamp(14rem, 36vw, 20rem);
  display: grid;
  place-items: end center;
  overflow: hidden;
  text-align: center;
  color: var(--wmin-ink-deep);
  border-bottom: 1px solid var(--wmin-timber-soft);
}

.wmin-hero--quiet > .wmin-media--hero {
  position: absolute;
  inset: 0;
  margin: 0;
}

.wmin-hero--quiet .wmin-media__fill {
  background:
    radial-gradient(ellipse 70% 60% at 55% 40%, rgba(249, 246, 239, 0.55) 0%, transparent 60%),
    linear-gradient(180deg, #e8e2d6 0%, #d9d2c4 48%, #cfc7b8 100%);
}

.wmin-hero--quiet .wmin-hero__scrim {
  background:
    linear-gradient(180deg, rgba(247, 243, 236, 0.35) 0%, rgba(247, 243, 236, 0.55) 50%, rgba(240, 235, 226, 0.88) 100%);
}

.wmin-hero--quiet .wmin-hero__content {
  padding: clamp(2.25rem, 6vw, 3.25rem) clamp(1.15rem, 3.5vw, 2rem) clamp(1.5rem, 3vw, 2rem);
}

.wmin-hero--quiet .wmin-hero__org {
  margin: 0 0 0.65rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wmin-muted);
}

.wmin-hero--quiet .wmin-hero__title {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.85rem, 4.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--wmin-ink);
  text-transform: uppercase;
}

.wmin-hero--quiet .wmin-hero__intro {
  margin: 0.85rem auto 0;
  max-width: 30rem;
  font-size: clamp(1.1rem, 2.2vw, 1.28rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--wmin-ink-deep);
}

.wmin-hero--quiet .wmin-hero__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.1rem auto 0;
  color: var(--wmin-timber-mid);
}

.wmin-hero--quiet .wmin-hero__rule::before,
.wmin-hero--quiet .wmin-hero__rule::after {
  content: "";
  width: clamp(2rem, 8vw, 3.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wmin-timber-soft), transparent);
}

.wmin-hero--quiet .wmin-hero__rule-mark {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--wmin-timber-soft);
  transform: rotate(45deg);
}

/* WGL quieter page grain */
body.wmin-wgl-site main.page.wmin-page::before {
  opacity: 0.28;
}

body.wmin-wgl-site .wmin-shell {
  padding-top: clamp(1.1rem, 2.5vw, 1.75rem);
}

body.wmin-wgl-site .wmin-shell--crumb {
  padding-top: clamp(1rem, 2.2vw, 1.35rem);
  padding-bottom: 0;
}

body.wmin-wgl-site .wmin-shell--crumb .wmin-crumb {
  margin-bottom: 0.85rem;
}

/* —— Sections —— */
.wmin-section {
  padding: clamp(2rem, 4.5vw, 3.25rem) 0;
  border-bottom: 1px solid var(--wmin-line);
}

.wmin-section:last-of-type {
  border-bottom: none;
}

.wmin-section__heading {
  margin: 0 0 1.15rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 650;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--wmin-ink);
  text-transform: uppercase;
}

.wmin-section__heading--soft {
  text-transform: none;
  letter-spacing: 0.01em;
}

/* UNC opening: former hero subtitle as paragraph title (no title band) */
.wmin-unc-orient__title {
  max-width: none;
  width: 100%;
  margin: 0 0 1.35rem;
  font-size: clamp(1.65rem, 3.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.28;
  text-transform: none;
  color: var(--wmin-ink-deep);
}

/* —— Under New Construction manifesto —— */
.wmin-manifesto {
  position: relative;
  padding: clamp(1.35rem, 3vw, 1.85rem) 0 clamp(0.25rem, 1vw, 0.5rem);
  border-top: 1px solid var(--wmin-timber-soft);
}

.wmin-manifesto::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--wmin-timber) 0%, var(--wmin-iron) 100%);
  opacity: 0.55;
}

.wmin-manifesto .wmin-section__heading,
.wmin-manifesto .wmin-prose {
  padding-left: clamp(1rem, 2.5vw, 1.35rem);
}

.wmin-manifesto__field {
  margin-top: 0.35rem;
  padding: clamp(1.1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.72), rgba(232, 226, 214, 0.45)),
    var(--wmin-plan-grid);
  border: 1px solid rgba(107, 83, 68, 0.12);
}

.wmin-titleblock {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
  border-left: 1px solid var(--wmin-timber-soft);
}

.wmin-titleblock__label {
  margin: 0 0 0.55rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wmin-slate);
}

.wmin-titleblock__quote {
  margin: 0;
  font-size: clamp(1.15rem, 2.3vw, 1.35rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wmin-ink-deep);
}

.wmin-lede {
  margin: 0 0 1.1rem;
  font-size: clamp(1.15rem, 2.2vw, 1.3rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--wmin-ink-deep);
}

.wmin-prose p {
  margin: 0 0 0.95rem;
  font-size: clamp(1.08rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: var(--wmin-body);
}

.wmin-prose p:last-child {
  margin-bottom: 0;
}

.wmin-prose ul {
  margin: 0.35rem 0 1.1rem;
  padding: 0 0 0 1.15rem;
  list-style: disc;
}

.wmin-prose li {
  margin: 0 0 0.45rem;
  font-size: clamp(1.05rem, 2vw, 1.16rem);
  line-height: 1.55;
  color: var(--wmin-body);
}

.wmin-statement {
  margin: 1.35rem 0;
  padding: 1.1rem 1.15rem;
  border-left: 2px solid var(--wmin-timber-soft);
  background: linear-gradient(90deg, rgba(107, 83, 68, 0.05), transparent 85%);
  font-size: clamp(1.12rem, 2.2vw, 1.28rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--wmin-ink-deep);
}

.wmin-statement--featured {
  margin: 1.75rem 0 0;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--wmin-line);
  border-left: 2px solid var(--wmin-timber);
  background: var(--wmin-panel);
  box-shadow: none;
  font-weight: 600;
}

/* —— Restoration spine (01–08) —— */
.wmin-stages {
  position: relative;
  display: grid;
  gap: 0;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.wmin-stages::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(
    180deg,
    var(--wmin-timber-soft) 0%,
    rgba(47, 113, 148, 0.28) 55%,
    rgba(154, 123, 79, 0.35) 100%
  );
}

.wmin-stage {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.85rem 1rem;
  padding: 1.35rem 0 1.55rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wmin-stage__index {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.15rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wmin-timber);
}

.wmin-stage__index::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 50%;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: -0.275rem;
  border: 1px solid var(--wmin-timber-mid);
  border-radius: 50%;
  background: var(--wmin-parchment);
  box-shadow: 0 0 0 3px var(--wmin-parchment);
}

.wmin-stage__index span {
  position: relative;
  margin-top: 1.15rem;
}

.wmin-stage__main {
  min-width: 0;
  padding: 0.85rem 1rem 1rem;
  border: 1px solid transparent;
  border-left: 2px solid var(--wmin-timber-soft);
}

.wmin-stage--01 .wmin-stage__main { background: var(--wmin-stage-light-01); }
.wmin-stage--02 .wmin-stage__main { background: var(--wmin-stage-light-02); }
.wmin-stage--03 .wmin-stage__main { background: var(--wmin-stage-light-03); }
.wmin-stage--04 .wmin-stage__main { background: var(--wmin-stage-light-04); }
.wmin-stage--05 .wmin-stage__main { background: var(--wmin-stage-light-05); }
.wmin-stage--06 .wmin-stage__main { background: var(--wmin-stage-light-06); }
.wmin-stage--07 .wmin-stage__main { background: var(--wmin-stage-light-07); }
.wmin-stage--08 .wmin-stage__main {
  background: var(--wmin-stage-light-08);
  border-left-color: rgba(154, 123, 79, 0.45);
}

.wmin-stage__name {
  margin: 0 0 0.75rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wmin-accent);
}

.wmin-stage .wmin-media--stage {
  aspect-ratio: 16 / 7;
  margin: 0 0 0.9rem;
  border: 1px solid rgba(107, 83, 68, 0.12);
}

/* Stage presentation (01–08): NO text overlays on photographs
   Desktop (≥900px):
     Upper: photograph | stage identity
     Lower: teaching/questions | Construction Truth (vertically centered to teaching)
   Stacked (<900px): identity → photo → reflections → Construction Truth
*/
.wmin-stage--has-art .wmin-stage__main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "identity"
    "photo"
    "reflections"
    "truth";
  gap: 0.95rem 1.25rem;
  padding: 0.25rem 0.1rem 0.85rem;
  background: transparent;
  border-left-color: var(--wmin-timber-soft);
  align-items: start;
}

/* Rail is a structural wrapper only; children map into the stage grid */
.wmin-stage--has-art .wmin-stage__rail {
  display: contents;
}

.wmin-stage--has-art .wmin-stage__identity {
  grid-area: identity;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.15rem 0.2rem 0.25rem;
  text-align: center;
}

.wmin-stage--has-art .wmin-stage__truth {
  grid-area: truth;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.55rem 0 0;
  padding: 1.35rem 0.65rem 0.55rem;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wmin-stage--has-art .wmin-stage__truth-anchor {
  display: block;
  width: clamp(4.25rem, 14vw, 5.5rem);
  height: auto;
  margin: 0 0 0.95rem;
  opacity: 0.92;
}

.wmin-stage--has-art .wmin-stage__truth-label {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.72rem, 2.2vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wmin-muted);
}

.wmin-stage--has-art .wmin-stage__truth-text {
  margin: 0 auto;
  max-width: 20.5rem;
  width: 100%;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.08rem, 3.6vw, 1.22rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: var(--wmin-ink);
}

.wmin-stage--has-art .wmin-media--stage {
  grid-area: photo;
  position: relative;
  aspect-ratio: auto;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-radius: 0.85rem;
  overflow: hidden;
  line-height: 0;
  background: #ebe6db;
}

.wmin-stage--has-art .wmin-stage__reflections-block {
  grid-area: reflections;
  min-width: 0;
  margin: 0;
  padding: 0.15rem 0.15rem 0.2rem;
}

.wmin-stage--has-art .wmin-stage__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center;
}

.wmin-stage--has-art .wmin-stage__plate-num {
  display: block;
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--wmin-ink-deep);
}

.wmin-stage--has-art .wmin-stage__plate-title {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
}

.wmin-stage--has-art .wmin-stage__anchor {
  display: block;
  width: clamp(2.6rem, 5vw, 3.35rem);
  height: auto;
  margin: 0 0 0.7rem;
  opacity: 0.92;
  flex-shrink: 0;
}

.wmin-stage--has-art .wmin-stage__plate-statement {
  margin: 0 auto;
  max-width: 20rem; /* ~320px; keep Anchor Statement as a centered measure */
  width: 100%;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.42rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--wmin-ink);
}

.wmin-stage--has-art .wmin-stage__side-lead {
  margin: 0 0 0.65rem;
  font-size: clamp(1.05rem, 2vw, 1.14rem);
  line-height: 1.45;
  color: var(--wmin-body);
}

.wmin-stage--has-art .wmin-stage__reflections {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wmin-stage--has-art .wmin-stage__reflections li {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 1rem;
  font-size: clamp(1.08rem, 2.1vw, 1.18rem);
  line-height: 1.55;
  color: var(--wmin-body);
}

.wmin-stage--has-art .wmin-stage__reflections li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  transform: rotate(45deg);
  background: var(--wmin-timber-mid);
  opacity: 0.75;
  border-radius: 0;
}

.wmin-stage--has-art .wmin-stage__reflections li:last-child {
  margin-bottom: 0;
}

.wmin-stage--has-art .wmin-stage__close {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(107, 83, 68, 0.16);
  font-size: clamp(1.05rem, 2vw, 1.16rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--wmin-ink);
}

.wmin-stage--has-art .wmin-stage__close--note {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  font-style: normal;
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  line-height: 1.5;
}

/* Program-wide educational disclaimer — after all eight stages; not stage-specific */
.wmin-program-disclaimer {
  margin: clamp(1.75rem, 4vw, 2.75rem) 0 0;
  padding: 1.15rem 0 0.15rem;
  border-top: 1px solid rgba(74, 85, 96, 0.18);
  max-width: 42rem;
}

.wmin-program-disclaimer__label {
  margin: 0 0 0.45rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wmin-slate);
}

.wmin-program-disclaimer p:not(.wmin-program-disclaimer__label) {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  font-style: normal;
  color: var(--wmin-muted);
}

/* —— How Under New Construction Works (architect’s working plan bridge) —— */
.wmin-bridge {
  position: relative;
}

.wmin-bridge__plan {
  margin-top: 0.35rem;
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1rem, 2.4vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.78), rgba(232, 226, 214, 0.42)),
    var(--wmin-plan-grid);
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-left: 2px solid rgba(107, 83, 68, 0.38);
}

.wmin-bridge__lead {
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.28rem, 2.6vw, 1.5rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wmin-ink-deep);
}

.wmin-bridge__question {
  margin: 0.85rem 0 1.15rem;
  padding: 0.65rem 0 0.65rem 0.95rem;
  border-left: 1px solid var(--wmin-timber-soft);
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.22rem, 2.4vw, 1.42rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wmin-ink);
}

.wmin-bridge__block {
  margin-top: clamp(1.75rem, 3.5vw, 2.35rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.6rem);
  border-top: 1px solid rgba(107, 83, 68, 0.14);
}

.wmin-bridge__subhead {
  margin: 0 0 0.95rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
}

/* Restrained plan-key legend — not cards */
.wmin-plan-key {
  margin: 0;
  padding: 0.15rem 0 0;
  border-top: 1px solid rgba(107, 83, 68, 0.16);
}

.wmin-plan-key__row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 11.5rem) minmax(0, 1fr);
  gap: 0.55rem 1.15rem;
  margin: 0;
  padding: 0.7rem 0.15rem 0.7rem 0;
  border-bottom: 1px solid rgba(107, 83, 68, 0.1);
  align-items: baseline;
}

.wmin-plan-key__row dt {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--wmin-ink);
}

.wmin-plan-key__row dd {
  margin: 0;
  font-size: clamp(1.02rem, 1.9vw, 1.12rem);
  line-height: 1.5;
  color: var(--wmin-body);
}

.wmin-plan-key__row--aside dt {
  color: var(--wmin-timber);
}

/* Salvage Box — slightly more tangible, still plan-document */
.wmin-salvage-box {
  margin-top: clamp(1.85rem, 3.8vw, 2.5rem);
  padding: clamp(1.2rem, 2.8vw, 1.65rem) clamp(1rem, 2.4vw, 1.45rem);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(235, 228, 214, 0.72));
  border: 1px solid rgba(107, 83, 68, 0.22);
  border-top: 2px solid rgba(107, 83, 68, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.wmin-salvage-box__title {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
  font-weight: 650;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
}

.wmin-salvage-box__lead {
  margin: 0 0 0.95rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.18rem, 2.3vw, 1.35rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wmin-ink);
}

.wmin-salvage-box__body p {
  font-size: clamp(1.05rem, 1.95vw, 1.14rem);
}

.wmin-salvage-box__close {
  margin-top: 0.85rem !important;
  font-style: italic;
  color: var(--wmin-ink-deep) !important;
}

/* Construction Truth — same treatment as stage Construction Truths */
.wmin-construction-truth {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  padding: 0.35rem 0.75rem 0.15rem;
  max-width: 28rem;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wmin-construction-truth__anchor {
  display: block;
  width: clamp(5.25rem, 7.2vw, 6.75rem);
  height: auto;
  margin: 0 0 0.9rem;
  opacity: 0.92;
}

.wmin-construction-truth__label {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wmin-muted);
}

.wmin-construction-truth__text {
  margin: 0 auto;
  max-width: 22rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.08rem, 1.9vw, 1.22rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: var(--wmin-ink);
}

.wmin-bridge__begin {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding-top: clamp(1.35rem, 2.8vw, 1.75rem);
  border-top: 1px solid rgba(107, 83, 68, 0.16);
}

/* Personal Assessment doorway — placeholder only */
.wmin-bridge-doorway {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.35rem 0 0;
  padding: 0.85rem 1.35rem 0.85rem 1.1rem;
  border: 1px solid rgba(35, 79, 115, 0.28);
  border-left: 3px solid var(--wmin-ink);
  background: rgba(255, 252, 247, 0.88);
  color: var(--wmin-ink-deep);
  text-decoration: none;
  cursor: default;
  user-select: none;
}

.wmin-bridge-doorway__mark {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--wmin-timber-mid);
  border-radius: 0;
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.85;
}

.wmin-bridge-doorway__label {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .wmin-plan-key__row {
    grid-template-columns: 1fr;
    gap: 0.28rem;
    padding: 0.8rem 0;
  }
}

@media (min-width: 900px) {
  .wmin-shell {
    width: min(100%, 72rem);
  }

  .wmin-stages::before {
    left: 0.95rem;
  }

  .wmin-stage {
    grid-template-columns: 2.05rem minmax(0, 1fr);
    gap: 0.65rem 0.85rem;
  }

  .wmin-stage--has-art .wmin-stage__main {
    grid-template-columns: minmax(0, 1.7fr) minmax(14rem, 0.95fr);
    grid-template-areas:
      "photo identity"
      "reflections truth";
    gap: 1rem 1.6rem;
    align-items: center; /* identity centers to photo; Construction Truth centers to teaching */
  }

  .wmin-stage--has-art .wmin-stage__rail {
    display: contents;
  }

  .wmin-stage--has-art .wmin-stage__identity {
    grid-area: identity;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 22rem;
    padding: 0.35rem 0.6rem;
    box-sizing: border-box;
  }

  .wmin-stage--has-art .wmin-stage__truth {
    grid-area: truth;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 22rem;
    margin: 0;
    padding: 0.45rem 0.6rem;
    box-sizing: border-box;
  }

  .wmin-stage--has-art .wmin-stage__truth-anchor {
    width: clamp(5.25rem, 7.2vw, 6.75rem);
    margin-bottom: 0.9rem;
  }

  .wmin-stage--has-art .wmin-stage__truth-label {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 0.75rem;
  }

  .wmin-stage--has-art .wmin-stage__truth-text {
    max-width: 19.5rem;
    font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  }

  .wmin-stage--has-art .wmin-stage__plate-title {
    font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  }

  .wmin-stage--has-art .wmin-stage__plate-statement {
    max-width: 21.25rem; /* ~340px upper bound for statement measure */
    font-size: clamp(1.12rem, 1.45vw, 1.32rem);
  }

  .wmin-stage--has-art .wmin-stage__reflections-block {
    grid-area: reflections;
    align-self: center;
    padding-top: 0.15rem;
    padding-right: 0.35rem;
  }

  .wmin-stage--has-art .wmin-stage__image {
    object-fit: contain !important;
  }
}

.wmin-stage__body p,
.wmin-stage__body ul {
  margin: 0 0 0.55rem;
}


.wmin-stage__body p:last-child,
.wmin-stage__body ul:last-child {
  margin-bottom: 0;
}

.wmin-stage__body ul {
  padding-left: 1.1rem;
}

.wmin-stage__body li {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.wmin-stage__skilled {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(107, 83, 68, 0.16);
}

.wmin-stage__skilled p {
  margin: 0 0 0.65rem;
  font-size: clamp(1.02rem, 1.9vw, 1.12rem);
  line-height: 1.6;
  color: var(--wmin-body);
}

.wmin-stage__skilled p:last-child {
  margin-bottom: 0;
}

/* —— Something More plan-line roadmap —— */
.wmin-method {
  margin-top: 1.25rem;
}

.wmin-method__support {
  margin: 0 0 1.35rem;
  font-size: clamp(1.12rem, 2.1vw, 1.25rem);
  font-style: italic;
  color: var(--wmin-ink-deep);
}

.wmin-roadmap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0.25rem 0 0.25rem 1.1rem;
  list-style: none;
  border-left: 1px solid var(--wmin-timber-soft);
}

.wmin-roadmap__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.55rem 0 0.55rem 0.85rem;
}

.wmin-roadmap__item::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 50%;
  width: 0.55rem;
  height: 1px;
  margin-top: -0.5px;
  background: var(--wmin-timber-mid);
}

.wmin-roadmap__label {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wmin-ink);
}

/* —— Governing statements —— */
.wmin-governing {
  display: grid;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
}

.wmin-governing__item {
  margin: 0;
  padding: 1.2rem 1.15rem;
  border-top: 1px solid var(--wmin-timber-soft);
  border-bottom: 1px solid var(--wmin-line);
  background: transparent;
  font-size: clamp(1.15rem, 2.3vw, 1.32rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--wmin-ink-deep);
  text-align: center;
}

/* —— Program card —— */
.wmin-program-card {
  display: block;
  margin-top: 0.35rem;
  padding: 1.45rem 1.3rem 1.5rem;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(232, 226, 214, 0.55));
  border: 1px solid rgba(107, 83, 68, 0.16);
  border-left: 3px solid var(--wmin-timber);
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.wmin-program-card:hover,
.wmin-program-card:focus-visible {
  border-color: rgba(107, 83, 68, 0.32);
  background: rgba(255, 252, 247, 0.98);
  outline: none;
  transform: none;
}

.wmin-program-card__kicker {
  margin: 0 0 0.45rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wmin-muted);
}

.wmin-program-card__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 650;
  letter-spacing: 0.03em;
  color: var(--wmin-ink);
  text-transform: uppercase;
}

.wmin-program-card__subtitle {
  margin: 0.7rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  line-height: 1.5;
  color: var(--wmin-body);
}

.wmin-program-card__cta {
  margin: 1rem 0 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--wmin-accent);
}

/* —— WGL restoration-plan tiles —— */
.wmin-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.wmin-tile {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-left: 2px solid var(--wmin-timber-mid);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(232, 226, 214, 0.4));
  color: var(--wmin-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.wmin-tile:hover,
.wmin-tile:focus-visible {
  border-color: rgba(107, 83, 68, 0.28);
  background: rgba(255, 252, 247, 0.98);
  outline: none;
}

.wmin-tile--placeholder {
  cursor: default;
  opacity: 0.96;
}

.wmin-tile--placeholder:hover,
.wmin-tile--placeholder:focus-visible {
  border-color: rgba(107, 83, 68, 0.14);
  border-left-color: var(--wmin-timber-mid);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(232, 226, 214, 0.4));
}

.wmin-tile__mark {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wmin-timber);
  padding-top: 0.2rem;
}

.wmin-tile__title {
  margin: 0;
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--wmin-ink);
}

.wmin-tile__note {
  margin: 0.4rem 0 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--wmin-muted);
}

.wmin-note {
  margin: 1rem 0 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--wmin-muted);
}

/* —— Slim safety bridge (page foot; not a legal panel) —— */
.wmin-safety-bridge {
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(74, 85, 96, 0.22);
}

.wmin-safety-bridge__heading {
  margin: 0 0 0.55rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wmin-slate);
}

.wmin-safety-bridge p {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--wmin-muted);
}

/* Legacy class retained for any residual markup */
.wmin-professional-support {
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  padding: 1rem 0 0;
  border: 0;
  border-top: 1px solid rgba(74, 85, 96, 0.22);
  background: transparent;
}

.wmin-professional-support__heading {
  margin: 0 0 0.55rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wmin-slate);
}

.wmin-professional-support p {
  margin: 0 0 0.65rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--wmin-muted);
}

.wmin-professional-support p:last-child {
  margin-bottom: 0;
}

/* —— Breadcrumb / return —— */
.wmin-crumb {
  margin: 0 0 1rem;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  color: var(--wmin-muted);
}

.wmin-crumb a {
  color: var(--wmin-accent);
  text-decoration: none;
}

.wmin-crumb a:hover,
.wmin-crumb a:focus-visible {
  text-decoration: underline;
}

.wmin-return {
  margin: 2rem 0 0;
  text-align: center;
}

.wmin-return a {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--wmin-accent);
  text-decoration: none;
}

.wmin-return a:hover,
.wmin-return a:focus-visible {
  text-decoration: underline;
}

/* —— Footer parity —— */
body.wmin-site .footer.gh-home-footer {
  margin-top: 0;
}

@media (min-width: 700px) {
  .wmin-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Desktop: horizontal plan-line roadmap */
@media (min-width: 900px) {
  .wmin-roadmap {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    padding: 1.35rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--wmin-timber-soft);
  }

  .wmin-roadmap__item {
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.85rem 0.25rem 0;
  }

  .wmin-roadmap__item::before {
    left: 50%;
    top: -1.35rem;
    width: 1px;
    height: 0.55rem;
    margin-left: -0.5px;
    margin-top: 0;
  }

  .wmin-roadmap__label {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  .wmin-stage:not(.wmin-stage--has-art) .wmin-media--stage {
    aspect-ratio: 21 / 8;
  }
}

@media (max-width: 1023px) {
  /* Full artwork must remain visible — never cover/crop baked typography */
  .wmin-hero--restoration.wmin-hero--has-art,
  .wmin-hero--restoration.wmin-hero--has-art > .wmin-media--hero {
    overflow: visible;
    max-height: none;
  }

  .wmin-hero--restoration.wmin-hero--has-art .wmin-hero__image {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top;
  }
}

@media (max-width: 899px) {
  .wmin-hero--restoration:not(.wmin-hero--has-art) {
    min-height: clamp(20rem, 78vw, 26rem);
  }

  .wmin-hero--restoration.wmin-hero--has-art .wmin-hero__image {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top;
  }

  .wmin-stages::before {
    left: 0.95rem;
  }

  .wmin-stage {
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.65rem 0.75rem;
  }

  /* Stacked: identity → photo → reflections → Construction Truth; never overlay photos */
  .wmin-stage--has-art .wmin-stage__main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "identity"
      "photo"
      "reflections"
      "truth";
    gap: 0.9rem;
  }

  .wmin-stage--has-art .wmin-stage__rail {
    display: contents;
  }

  .wmin-stage--has-art .wmin-media--stage {
    border-radius: 0.75rem;
    width: 100%;
  }

  .wmin-stage--has-art .wmin-stage__image {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
  }

  .wmin-stage--has-art .wmin-stage__reflections li {
    margin-bottom: 0.8rem;
    font-size: clamp(1.1rem, 4vw, 1.2rem);
    line-height: 1.55;
  }

  .wmin-stage--has-art .wmin-stage__close {
    font-size: clamp(1.1rem, 4vw, 1.2rem);
    line-height: 1.55;
  }

  .wmin-stage--has-art .wmin-stage__truth {
    margin-top: 0.35rem;
    padding-top: 1.5rem;
  }

  .wmin-stage--has-art .wmin-stage__truth-text {
    max-width: 22rem;
    font-size: clamp(1.12rem, 4vw, 1.26rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wmin-program-card,
  .wmin-tile {
    transition: none;
  }
}

/* —— Phase 1 gateway pathways —— */
.wmin-gateway-intro .wmin-governing--gateway {
  margin-top: 1.5rem;
  gap: 0.85rem;
}

.wmin-gateway-intro .wmin-governing--gateway .wmin-governing__item {
  padding: 0.95rem 0.85rem;
  font-size: clamp(1.08rem, 2.1vw, 1.22rem);
}

.wmin-pathways {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0.35rem 0 1.25rem;
}

.wmin-pathway {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem 1.25rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(232, 226, 214, 0.48)),
    var(--wmin-plan-grid);
  border: 1px solid rgba(107, 83, 68, 0.16);
  border-left: 2px solid rgba(35, 79, 115, 0.42);
}

.wmin-pathway__title {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
}

.wmin-pathway__support {
  margin: 0 0 1.15rem;
  flex: 1 1 auto;
  font-size: clamp(1.05rem, 1.9vw, 1.14rem);
  line-height: 1.55;
  color: var(--wmin-body);
}

.wmin-pathway__btn {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(35, 79, 115, 0.28);
  border-left: 3px solid var(--wmin-ink);
  background: rgba(255, 252, 247, 0.92);
  color: var(--wmin-ink-deep);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.wmin-pathway__btn:hover,
.wmin-pathway__btn:focus-visible {
  border-color: rgba(35, 79, 115, 0.45);
  color: var(--wmin-ink);
}

.wmin-pathways__orient {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(1.02rem, 1.9vw, 1.12rem);
  line-height: 1.55;
  color: var(--wmin-muted);
}

.wmin-concepts-note {
  margin: 0 0 1.25rem;
  max-width: 46rem;
}

.wmin-wgl-orient {
  margin: 0 0 0.85rem;
  max-width: 44rem;
}

@media (min-width: 800px) {
  .wmin-pathways {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}

.wmin-pathway-door__line {
  margin: 0 0 0.95rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.32rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wmin-ink);
}

.wmin-pathway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.15rem 0 0;
}

.wmin-section .wmin-pathways__orient {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  padding-top: 0.25rem;
}

/* Phase 2B r3 — compact true gateway */
.wmin-shell--gateway {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.wmin-shell--gateway .wmin-section {
  padding: clamp(1.25rem, 3vw, 1.85rem) 0;
}

.wmin-shell--gateway .wmin-gateway-intro {
  padding-top: 0.35rem;
}

.wmin-gateway-quote {
  margin: 0.85rem 0 0;
  max-width: 38rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.12rem, 2.1vw, 1.28rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  color: var(--wmin-ink-deep);
}

.wmin-shell--gateway .wmin-safety-bridge {
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}

.wmin-secondary-choice {
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 1.9vw, 1.1rem);
  line-height: 1.45;
  color: var(--wmin-muted);
}

.wmin-secondary-choice a {
  color: var(--wmin-ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 79, 115, 0.35);
}

.wmin-secondary-choice a:hover,
.wmin-secondary-choice a:focus-visible {
  border-bottom-color: rgba(35, 79, 115, 0.65);
}

.wmin-secondary-choice__hint {
  color: var(--wmin-muted);
  font-weight: 400;
}


a.wmin-bridge-doorway {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
a.wmin-bridge-doorway:hover,
a.wmin-bridge-doorway:focus-visible {
  border-color: rgba(35, 79, 115, 0.45);
}

/* —— Visual identity: gateway arbor threshold (temporary placeholder) —— */
.wmin-hero--threshold {
  position: relative;
  z-index: 1;
  min-height: clamp(18rem, 48vw, 28rem);
  display: grid;
  place-items: end center;
  overflow: hidden;
  text-align: center;
  color: #f7f3ec;
  border-bottom: 1px solid rgba(58, 90, 64, 0.18);
}

.wmin-hero--threshold > .wmin-media--hero {
  position: absolute;
  inset: 0;
  margin: 0;
}

.wmin-media__fill--arbor {
  background:
    radial-gradient(ellipse 55% 50% at 50% 62%, rgba(232, 240, 220, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 40% 35% at 50% 28%, rgba(255, 248, 230, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, #6a8f6e 0%, #4f7354 28%, #3d5c42 52%, #2f4a36 78%, #243a2c 100%);
}

.wmin-media__fill--arbor::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  bottom: 22%;
  width: min(42%, 14rem);
  transform: translateX(-50%);
  border: 2px solid rgba(247, 243, 236, 0.28);
  border-bottom: 0;
  border-radius: 55% 55% 0 0 / 28% 28% 0 0;
  box-shadow: inset 0 0 0 1px rgba(36, 58, 44, 0.18);
  pointer-events: none;
}

.wmin-media__fill--arbor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(18%, 5.5rem);
  height: 38%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(214, 198, 160, 0.55) 0%, rgba(186, 168, 128, 0.72) 100%);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.wmin-hero--threshold .wmin-hero__scrim {
  background:
    linear-gradient(180deg, rgba(24, 42, 30, 0.2) 0%, rgba(24, 42, 30, 0.35) 42%, rgba(20, 36, 26, 0.78) 100%);
}

.wmin-hero--threshold .wmin-hero__content {
  padding: clamp(2.5rem, 7vw, 4rem) clamp(1.15rem, 3.5vw, 2rem) clamp(1.75rem, 4vw, 2.5rem);
}

.wmin-hero--threshold .wmin-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 4.8vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f7f3ec;
}

.wmin-hero--threshold .wmin-hero__intro {
  margin: 0.9rem auto 0;
  max-width: 28rem;
  font-size: clamp(1.12rem, 2.3vw, 1.32rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(247, 243, 236, 0.92);
}

.wmin-hero--threshold .wmin-hero__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.1rem auto 0;
}

.wmin-hero--threshold .wmin-hero__rule::before,
.wmin-hero--threshold .wmin-hero__rule::after {
  content: "";
  width: clamp(2rem, 8vw, 3.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 243, 236, 0.45), transparent);
}

.wmin-hero--threshold .wmin-hero__rule-mark {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid rgba(247, 243, 236, 0.5);
  transform: rotate(45deg);
}

/* —— Gateway editorial banner: cream title fade left → arbor right —— */
.wmin-hero--gateway-banner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: clamp(15rem, 32vw, 22rem);
  max-height: clamp(15rem, 32vw, 22rem);
  margin: 0;
  overflow: hidden;
  background: #f7f3ec;
  border-bottom: 1px solid rgba(107, 83, 68, 0.12);
  color: var(--wmin-ink-deep);
}

.wmin-hero--gateway-banner > .wmin-hero__scenic,
.wmin-hero--gateway-banner > .wmin-hero__veil,
.wmin-hero--gateway-banner > .wmin-hero__content--gateway-banner {
  grid-column: 1;
  grid-row: 1;
}

.wmin-hero--gateway-banner .wmin-hero__scenic {
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

.wmin-hero--gateway-banner .wmin-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 38%;
}

/* Soft parchment veil dissolving into the photograph (not a box) */
.wmin-hero--gateway-banner .wmin-hero__veil {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f7f3ec 0%,
    #f7f3ec 16%,
    rgba(247, 243, 236, 0.97) 28%,
    rgba(247, 243, 236, 0.82) 40%,
    rgba(247, 243, 236, 0.48) 54%,
    rgba(247, 243, 236, 0.16) 68%,
    rgba(247, 243, 236, 0) 82%
  );
}

.wmin-hero--gateway-banner .wmin-hero__content--gateway-banner {
  position: relative;
  z-index: 2;
  align-self: stretch;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: min(52%, 34rem);
  margin: 0;
  /* Inset from left edge into the pale transition */
  padding:
    clamp(1.5rem, 4vw, 2.5rem)
    clamp(1.25rem, 3vw, 2rem)
    clamp(1.5rem, 4vw, 2.5rem)
    clamp(2.75rem, 8vw, 6.5rem);
  text-align: left;
  line-height: normal;
  background: none;
  pointer-events: none;
}

.wmin-hero--gateway-banner .wmin-hero__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
  position: relative;
top: 2.5rem;
}

.wmin-hero--gateway-banner .wmin-hero__title {
  margin: 0 0 0.95rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
  text-shadow: none;
  white-space: nowrap;
}

/* Gentle ornamental usher: ─── ◇ ─── */
.wmin-hero--gateway-banner .wmin-hero__usher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  max-width: 16.5rem;
  margin: 0 0 0.95rem;
}

.wmin-hero--gateway-banner .wmin-hero__usher-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(154, 123, 79, 0.45) 18%,
    rgba(154, 123, 79, 0.55) 82%,
    transparent 100%
  );
}

.wmin-hero--gateway-banner .wmin-hero__usher-mark {
  flex: 0 0 auto;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid rgba(154, 123, 79, 0.58);
  transform: rotate(45deg);
  background: transparent;
}

.wmin-hero--gateway-banner .wmin-hero__support {
  margin: 0;
  max-width: 18.5rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(35, 79, 115, 0.78);
}

@media (max-width: 719px) {
  .wmin-hero--gateway-banner {
    height: clamp(14rem, 52vw, 17.5rem);
    max-height: clamp(14rem, 52vw, 17.5rem);
  }

  .wmin-hero--gateway-banner .wmin-hero__image {
    object-position: 62% 36%;
  }

  .wmin-hero--gateway-banner .wmin-hero__veil {
    background: linear-gradient(
      90deg,
      #f7f3ec 0%,
      #f7f3ec 22%,
      rgba(247, 243, 236, 0.94) 38%,
      rgba(247, 243, 236, 0.55) 58%,
      rgba(247, 243, 236, 0.12) 76%,
      rgba(247, 243, 236, 0) 90%
    );
  }

  .wmin-hero--gateway-banner .wmin-hero__content--gateway-banner {
    max-width: min(72%, 20rem);
    /* Equal top/bottom so flex centering is true vertical middle */
    padding: 1.25rem 1rem 1.25rem clamp(1.35rem, 5vw, 2rem);
  }

  .wmin-hero--gateway-banner .wmin-hero__title {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-align: center;
    max-width: none;
    margin-bottom: 0.8rem;
  }

  .wmin-hero--gateway-banner .wmin-hero__usher {
    max-width: 12.5rem;
    margin-bottom: 0.8rem;
  }

  .wmin-hero--gateway-banner .wmin-hero__support {
    max-width: 14rem;
    font-size: clamp(0.95rem, 3.4vw, 1.05rem);
  }
}

@media (min-width: 720px) and (max-width: 1024px) {
  .wmin-hero--gateway-banner {
    height: clamp(15.5rem, 36vw, 19.5rem);
    max-height: clamp(15.5rem, 36vw, 19.5rem);
  }

  .wmin-hero--gateway-banner .wmin-hero__content--gateway-banner {
    max-width: min(56%, 28rem);
    padding-left: clamp(2.25rem, 6vw, 4.5rem);
  }

  .wmin-hero--gateway-banner .wmin-hero__title {
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    white-space: nowrap;
  }
}

/* Legacy shorter full-bleed crop (unused by current gateway markup; retained for safety) */
.wmin-hero--threshold.wmin-hero--has-art {
  position: relative;
  display: block;
  min-height: 0;
  height: clamp(14.5rem, 30vw, 21.5rem);
  max-height: clamp(14.5rem, 30vw, 21.5rem);
  background: #ebe6db;
  line-height: 0;
  overflow: hidden;
  color: var(--wmin-ink-deep);
  border-bottom: none;
}

.wmin-hero--threshold.wmin-hero--has-art > .wmin-media--hero {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  overflow: hidden;
}

.wmin-hero--threshold.wmin-hero--has-art .wmin-hero__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 40%;
}

.wmin-hero--threshold.wmin-hero--has-art .wmin-hero__scrim {
  display: none;
}

.wmin-hero--threshold.wmin-hero--has-art .wmin-hero__content--gateway-title {
  display: none !important;
}

.wmin-hero--threshold .wmin-media__pending-label {
  max-width: min(90%, 28rem);
  padding: 0.35rem 0.65rem;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.04em;
  line-height: 1.35;
  font-size: 0.72rem;
  color: rgba(247, 243, 236, 0.72);
  background: rgba(20, 36, 26, 0.35);
  align-self: start;
  justify-self: center;
  margin-top: 1rem;
}

/* —— Gateway route cards (equal borders; GH pill buttons) —— */
.wmin-gateway-routes__heading {
  text-align: center;
  width: 100%;
}

.wmin-route-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin: 0.5rem 0 1rem;
}

@media (min-width: 720px) {
  .wmin-route-cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}

.wmin-route-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem 1.25rem 1.45rem;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(232, 226, 214, 0.42)),
    var(--wmin-plan-grid);
  border: 1px solid rgba(107, 83, 68, 0.22);
}

.wmin-route-card__title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wmin-ink-deep);
}

.wmin-route-card__line {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--wmin-ink);
}

.wmin-route-card__support {
  margin: 0 0 1.25rem;
  flex: 1 1 auto;
  font-size: clamp(1.02rem, 1.9vw, 1.12rem);
  line-height: 1.55;
  color: var(--wmin-body);
}

.wmin-route-card__btn.gh-site-support-btn {
  align-self: center;
  margin-top: auto;
  width: auto;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  line-height: 1.25;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
}

.wmin-route-note {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  line-height: 1.5;
  color: var(--wmin-muted);
}

/* —— UNC: HTML title band under construction hero (one page title in markup) —— */
.wmin-hero-titleband {
  display: block;
  line-height: normal;
  text-align: center;
  padding: clamp(1.15rem, 2.8vw, 1.65rem) clamp(1.15rem, 3.5vw, 2rem) clamp(1.35rem, 3vw, 1.85rem);
  background: linear-gradient(180deg, rgba(247, 243, 236, 0.98), rgba(240, 235, 226, 0.95));
  border-bottom: 1px solid var(--wmin-timber-soft);
}

.wmin-hero-titleband__title {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--wmin-ink);
}

.wmin-hero-titleband__intro {
  margin: 0.55rem auto 0;
  max-width: 32rem;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--wmin-ink-deep);
}

/* —— WGL editorial banner: cream left → path/flowers right (page-scoped) —— */
body.wmin-wgl-site .wmin-hero--wgl-banner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: clamp(15rem, 32vw, 22rem);
  max-height: clamp(15rem, 32vw, 22rem);
  margin: 0;
  overflow: hidden;
  background: #f7f3ec;
  border-bottom: 1px solid rgba(107, 83, 68, 0.12);
  color: var(--wmin-ink-deep);
  text-align: left;
}

body.wmin-wgl-site .wmin-hero--wgl-banner > .wmin-hero__scenic,
body.wmin-wgl-site .wmin-hero--wgl-banner > .wmin-hero__veil,
body.wmin-wgl-site .wmin-hero--wgl-banner > .wmin-hero__content--wgl-banner {
  grid-column: 1;
  grid-row: 1;
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__scenic {
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

/* Soft parchment veil — gently reinforces cream reading zone; no hard edge */
body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__veil {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(247, 243, 236, 0.55) 0%,
    rgba(247, 243, 236, 0.28) 18%,
    rgba(247, 243, 236, 0.1) 32%,
    rgba(247, 243, 236, 0) 48%
  );
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__content--wgl-banner {
  position: relative;
  z-index: 2;
  align-self: stretch;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: min(48%, 34rem);
  margin: 0;
  padding:
    clamp(1.5rem, 4vw, 2.5rem)
    clamp(1.25rem, 3vw, 2rem)
    clamp(1.5rem, 4vw, 2.5rem)
    clamp(2.75rem, 8vw, 6.5rem);
  text-align: left;
  line-height: normal;
  background: none;
  pointer-events: none;
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 100%;
  text-align: left;
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wmin-ink);
  text-shadow: none;
  text-align: left;
  white-space: nowrap;
}

body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__intro {
  margin: 0.85rem 0 0;
  max-width: 22rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--wmin-ink-deep);
}

.wmin-wgl-intro {
  padding-bottom: clamp(0.85rem, 2vw, 1.15rem);
}

.wmin-wgl-tiles .wmin-section__heading {
  margin-bottom: 1.25rem;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-section__heading {
  text-align: center;
}

/* —— WGL Work Lane invitation cards (page-scoped) —— */
body.wmin-wgl-site .wmin-wgl-tiles .wmin-tiles {
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: stretch;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tiles > li {
  display: flex;
  min-height: 100%;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 4.35rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-left: 1px solid rgba(107, 83, 68, 0.14);
  border-radius: 0.45rem;
  background: var(--wmin-parchment);
  box-shadow: 0 1px 3px rgba(74, 58, 42, 0.045);
  color: var(--wmin-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile:hover,
body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile:focus-visible {
  border-color: rgba(107, 83, 68, 0.22);
  background: var(--wmin-parchment);
  box-shadow: 0 3px 10px rgba(74, 58, 42, 0.07);
  transform: translateY(-1px);
  outline: none;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile--placeholder {
  cursor: default;
  opacity: 1;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile--placeholder:hover,
body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile--placeholder:focus-visible {
  border-color: rgba(107, 83, 68, 0.22);
  background: var(--wmin-parchment);
  box-shadow: 0 3px 10px rgba(74, 58, 42, 0.07);
  transform: translateY(-1px);
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile__mark {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(107, 83, 68, 0.52);
  padding-top: 0;
  align-self: center;
}

body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile__title {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.1rem, 2.1vw, 1.24rem);
  font-weight: 600;
  line-height: 1.32;
  color: var(--wmin-ink);
}

@media (max-width: 719px) {
  body.wmin-wgl-site .wmin-hero--wgl-banner {
    height: clamp(14rem, 52vw, 17.5rem);
    max-height: clamp(14rem, 52vw, 17.5rem);
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__image {
    object-position: center 40%;
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__veil {
    background: linear-gradient(
      90deg,
      rgba(247, 243, 236, 0.62) 0%,
      rgba(247, 243, 236, 0.32) 24%,
      rgba(247, 243, 236, 0.1) 42%,
      rgba(247, 243, 236, 0) 62%
    );
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__content--wgl-banner {
    max-width: min(72%, 22rem);
    padding: 1.25rem 1rem 1.25rem clamp(1.35rem, 5vw, 2rem);
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__title {
    font-size: clamp(1.15rem, 4.4vw, 1.45rem);
    letter-spacing: 0.05em;
    white-space: normal;
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__intro {
    max-width: 16rem;
    font-size: clamp(0.98rem, 3.4vw, 1.08rem);
  }
}

@media (max-width: 699px) {
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile {
    padding: 1.22rem 1.3rem;
    min-height: 4.15rem;
  }
}

@media (min-width: 700px) {
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile {
    min-height: 64px;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile {
    transition: none;
  }

  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile:hover,
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile:focus-visible,
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile--placeholder:hover,
  body.wmin-wgl-site .wmin-wgl-tiles .wmin-tile--placeholder:focus-visible {
    transform: none;
  }
}

@media (min-width: 720px) and (max-width: 1024px) {
  body.wmin-wgl-site .wmin-hero--wgl-banner {
    height: clamp(15.5rem, 36vw, 19.5rem);
    max-height: clamp(15.5rem, 36vw, 19.5rem);
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__content--wgl-banner {
    max-width: min(52%, 28rem);
    padding-left: clamp(2.25rem, 6vw, 4.5rem);
  }

  body.wmin-wgl-site .wmin-hero--wgl-banner .wmin-hero__title {
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  }
}
