/* ============ Mansfeld — La Maison (page dédiée) ============ */

.mh-label {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b08a3e;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 4px;
}
.mh-label::before,
.mh-label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #b08a3e;
  opacity: 0.6;
}
.mh-label--gold {
  color: #cfaf66;
}
.mh-label--gold::before,
.mh-label--gold::after {
  background: #cfaf66;
  opacity: 0.5;
}

/* ----- HERO ----- */
.mh-hero {
  position: relative;
  overflow: hidden;
  background: #143623;
  color: var(--mf-paper);
  padding: 180px 64px 140px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.22);
}
.mh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 20%, rgba(207, 175, 102, 0.14), transparent 55%), radial-gradient(ellipse at 85% 85%, rgba(176, 138, 62, 0.1), transparent 55%), linear-gradient(180deg, #1e4a34 0%, #143623 60%, #0e2a1b 100%);
  pointer-events: none;
}
.mh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: 0.6;
  pointer-events: none;
}
.mh-hero__knight {
  position: absolute;
  right: -60px;
  top: -20px;
  height: 105%;
  width: auto;
  max-width: none;
  opacity: 0.38;
  filter: grayscale(0.6) contrast(1.08) brightness(1.12);
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.mh-hero__grid {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  gap: 48px;
  align-items: start;
}
.mh-hero__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(207, 175, 102, 0.7);
  writing-mode: vertical-rl;
}
.mh-hero__rail .r {
  transform: rotate(180deg);
}
.mh-hero__rail .r__line {
  width: 1px;
  height: 80px;
  background: rgba(176, 138, 62, 0.5);
  writing-mode: initial;
}
.mh-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #cfaf66;
  margin-bottom: 36px;
}
.mh-hero__eyebrow span:first-child,
.mh-hero__eyebrow span:last-child {
  color: #b08a3e;
  margin: 0 6px;
}
.mh-hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(72px, 10vw, 156px);
  line-height: 0.94;
  letter-spacing: -0.015em;
  margin: 0 0 40px;
  color: #ffffff;
}
.mh-hero__title em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 30px rgba(176, 138, 62, 0.28));
}
.mh-hero__lede {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--mf-paper-3);
  max-width: 56ch;
  margin: 0 0 56px;
}
.mh-hero__lede em {
  font-style: italic;
  color: #cfaf66;
  font-family: var(--font-subhead);
}
.mh-hero__meta {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 64px;
  border-top: 1px solid rgba(176, 138, 62, 0.22);
  padding-top: 28px;
}
.mh-hero__meta .k {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mf-silver);
  margin-bottom: 10px;
}
.mh-hero__meta .v {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  color: #cfaf66;
  letter-spacing: 0.02em;
}
.mh-hero__meta sup {
  font-size: 0.5em;
  vertical-align: super;
}
.mh-hero__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  gap: 28px;
}
.mh-hero__blason img {
  width: 110px;
  opacity: 0.9;
  filter: drop-shadow(0 0 30px rgba(176, 138, 62, 0.25));
}
.mh-hero__motto {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mf-paper-3);
  text-align: center;
  line-height: 1.8;
}
.mh-hero__motto em {
  font-style: italic;
  color: #cfaf66;
  font-family: var(--font-subhead);
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 16px;
}

/* ----- REASON ----- */
.mh-reason {
  padding: 120px 64px;
}
.mh-reason__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 64px;
  align-items: start;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.2);
}
.mh-reason__text h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.1;
  color: var(--mf-ink);
  margin: 0;
  letter-spacing: -0.005em;
}
.mh-reason__text h2 em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}
.mh-signature {
  max-width: 860px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
}
.mh-signature__q {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 80px;
  line-height: 0;
  color: #b08a3e;
  vertical-align: -24px;
  opacity: 0.6;
}
.mh-signature blockquote {
  display: inline;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.4;
  color: var(--mf-ink);
  margin: 0;
  font-weight: 400;
  text-wrap: balance;
}
.mh-signature__cite {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mh-signature__cite .dash {
  width: 40px;
  height: 1px;
  background: #b08a3e;
  opacity: 0.7;
}
.mh-signature__cite .names {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--mf-ink);
}
.mh-signature__cite .role {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mf-ink-3);
}

/* ----- VALUES ----- */
.mh-values {
  padding: 140px 64px;
  background: var(--mf-ink);
  color: var(--mf-paper);
}
.mh-values__head {
  max-width: 1180px;
  margin: 0 auto 80px;
}
.mh-values__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.08;
  margin: 18px 0 0;
  color: var(--mf-paper);
}
.mh-values__title em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mh-values__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 64px;
}
.mh-value {
  padding: 40px 0 40px 32px;
  border-left: 1px solid rgba(176, 138, 62, 0.3);
  position: relative;
}
.mh-value__num {
  font-family: var(--font-display);
  font-size: 42px;
  color: #cfaf66;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.mh-value__kicker {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(207, 175, 102, 0.8);
  margin-bottom: 16px;
}
.mh-value h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--mf-paper);
}
.mh-value p {
  font-family: var(--font-body);
  font-size: 18.5px;
  line-height: 1.65;
  color: var(--mf-paper-3);
  margin: 0;
}

/* ----- PLACE ----- */
.mh-place {
  padding: 140px 64px;
}
.mh-place__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.mh-place__frame {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #2a2f2b 0%, #0f1410 100%);
  border: 1px solid rgba(176, 138, 62, 0.25);
  position: relative;
  overflow: hidden;
}
.mh-place__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4) contrast(1.05);
}
.mh-place__frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(207, 175, 102, 0.3);
  pointer-events: none;
}
.mh-place__caption {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mf-ink-3);
}
.mh-place__caption em {
  font-family: var(--font-subhead);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #b08a3e;
}
.mh-place__text h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  margin: 18px 0 32px;
  color: var(--mf-ink);
}
.mh-place__text h2 em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}
.mh-place__text p {
  font-family: var(--font-body);
  font-size: 19.5px;
  line-height: 1.7;
  color: var(--mf-ink-2);
  margin: 0 0 20px;
}
.mh-place__tags {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mh-place__tags span {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mf-ink-3);
  padding: 10px 16px;
  border: 1px solid rgba(176, 138, 62, 0.4);
}

/* ----- COUNT ----- */
.mh-count {
  padding: 140px 64px;
  background: #1a2620;
  color: var(--mf-paper);
  position: relative;
  overflow: hidden;
}
.mh-count::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(176, 138, 62, 0.08), transparent 60%);
}
.mh-count__grid {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.mh-count__portrait {
  position: relative;
  aspect-ratio: 3/4;
  background: #0c1410;
  border: 1px solid rgba(207, 175, 102, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mh-count__portrait img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: grayscale(0.2) contrast(1.15) brightness(1.05);
  opacity: 0.95;
}
.mh-count__portrait::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(207, 175, 102, 0.4);
  pointer-events: none;
}
.mh-count__frame-dates {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 22px;
  color: #cfaf66;
  letter-spacing: 0.2em;
  background: rgba(12, 20, 16, 0.85);
  padding: 8px 20px;
  border: 1px solid rgba(207, 175, 102, 0.4);
}
.mh-count__text h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 5.6vw, 78px);
  line-height: 1.02;
  margin: 20px 0 32px;
  color: var(--mf-paper);
}
.mh-count__text h2 em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mh-count__roles {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: #cfaf66;
  margin: 0 0 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.25);
}
.mh-count__text p {
  font-family: var(--font-body);
  font-size: 18.5px;
  line-height: 1.75;
  color: var(--mf-paper-3);
  margin: 0 0 18px;
}
.mh-count__pull {
  margin-top: 36px;
  padding: 28px 32px;
  border-left: 2px solid #b08a3e;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: #cfaf66;
}

/* ----- FONDATION MERL ----- */
.mh-merl {
  padding: 140px 64px;
  background: var(--mf-paper);
  color: var(--mf-ink);
  position: relative;
  border-top: 1px solid rgba(176, 138, 62, 0.18);
}
.mh-merl__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}
.mh-merl__left .mh-label {
  margin-bottom: 24px;
}
.mh-merl__tagline {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #b08a3e;
  margin: 0 0 22px;
}
.mh-merl__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  margin: 0 0 30px;
  color: var(--mf-ink);
  letter-spacing: -0.005em;
}
.mh-merl__title em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}
.mh-merl__body p {
  font-family: var(--font-body);
  font-size: 18.5px;
  line-height: 1.7;
  color: var(--mf-ink-2);
  margin: 0 0 18px;
}
.mh-merl__body em {
  font-family: var(--font-subhead);
  font-style: italic;
  color: #b08a3e;
}
.mh-merl__right {
  padding-top: 8px;
}
.mh-merl__kicker {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b08a3e;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mh-merl__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #b08a3e;
  opacity: 0.6;
}
.mh-merl__domains {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.3);
}
.mh-merl__domains li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  color: var(--mf-ink);
  line-height: 1.3;
}
.mh-merl__domains .n {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 16px;
  color: #b08a3e;
  letter-spacing: 0.04em;
  min-width: 26px;
}
.mh-merl__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 26px;
  background: var(--mf-ink);
  color: var(--mf-paper);
  border: 1px solid var(--mf-ink);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 260ms ease,
    color 260ms ease,
    gap 260ms ease,
    border-color 260ms ease;
}
.mh-merl__cta:hover {
  background: transparent;
  color: var(--mf-ink);
  border-color: var(--mf-ink);
  gap: 20px;
}
.mh-merl__cta-url {
  font-family: var(--font-subhead);
  font-style: italic;
  font-weight: 400;
  font-size: 14.5px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(245, 241, 234, 0.65);
  padding-left: 14px;
  border-left: 1px solid rgba(245, 241, 234, 0.2);
  transition:
    color 260ms ease,
    border-color 260ms ease;
}
.mh-merl__cta:hover .mh-merl__cta-url {
  color: var(--mf-ink-3);
  border-left-color: rgba(10, 8, 6, 0.25);
}
.mh-merl__cta i {
  font-size: 17px;
}

/* ----- HERITAGE on Mansfeld page (reuse index heritage but tweak) ----- */
.mh-heritage__lede {
  max-width: 720px;
  margin: 24px auto 80px;
  text-align: center;
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 21px;
  line-height: 1.6;
  color: var(--mf-paper-3);
}
.mh-heritage .sec__title {
  text-align: center;
  max-width: none;
}
.mh-heritage .sec__eyebrow {
  text-align: center;
}

/* ----- CRAFT ----- */
.mh-craft {
  padding: 140px 64px;
}
.mh-craft__head {
  max-width: 1180px;
  margin: 0 auto 72px;
  text-align: center;
}
.mh-craft__head .mh-label {
  margin: 0 auto;
}
.mh-craft__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.06;
  margin: 18px 0 0;
  color: var(--mf-ink);
}
.mh-craft__head h2 em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}
.mh-craft__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.mh-craft__card {
  padding: 36px 28px;
  border: 1px solid rgba(176, 138, 62, 0.3);
  background: var(--mf-paper);
  transition: all 280ms ease;
}
.mh-craft__card:hover {
  border-color: #b08a3e;
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.mh-craft__num {
  font-family: var(--font-display);
  font-size: 42px;
  color: #b08a3e;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.mh-craft__kicker {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b08a3e;
  margin-bottom: 14px;
}
.mh-craft__card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--mf-ink);
}
.mh-craft__card p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--mf-ink-2);
  margin: 0;
}

/* ----- ATTRIBUTES ----- */
.mh-attrs {
  padding: 140px 64px;
  background: var(--mf-ink);
  color: var(--mf-paper);
}
.mh-attrs__head {
  max-width: 1180px;
  margin: 0 auto 72px;
}
.mh-attrs__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.05;
  margin: 18px 0 0;
  color: var(--mf-paper);
}
.mh-attrs__head h2 em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mh-attrs__list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(176, 138, 62, 0.25);
}
.mh-attrs__list li {
  display: grid;
  grid-template-columns: 80px 1fr 1.6fr;
  gap: 48px;
  align-items: baseline;
  padding: 32px 0;
  border-bottom: 1px solid rgba(176, 138, 62, 0.25);
  transition: background 300ms;
}
.mh-attrs__list li:hover {
  background: rgba(176, 138, 62, 0.04);
}
.mh-attrs__list .n {
  font-family: var(--font-display);
  font-size: 36px;
  color: #cfaf66;
  font-weight: 500;
}
.mh-attrs__list .t {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--mf-paper);
}
.mh-attrs__list .d {
  font-family: var(--font-body);
  font-size: 18.5px;
  line-height: 1.65;
  color: var(--mf-paper-3);
}

/* ----- LINK CARDS ----- */
.mh-links {
  padding: 120px 64px;
}
.mh-links .mh-label {
  margin-bottom: 32px;
}
.mh-links__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.mh-link-card {
  display: block;
  padding: 36px 32px;
  text-decoration: none;
  background: var(--mf-ink);
  color: var(--mf-paper);
  border: 1px solid rgba(176, 138, 62, 0.3);
  transition: all 280ms ease;
  position: relative;
}
.mh-link-card:hover {
  border-color: #cfaf66;
  transform: translateY(-4px);
  background: #1a2620;
}
.mh-link-card .t {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mh-link-card .d {
  font-family: var(--font-body);
  font-size: 16.5px;
  letter-spacing: 0.02em;
  color: var(--mf-paper-3);
  margin-bottom: 28px;
}
.mh-link-card i {
  font-size: 24px;
  color: #cfaf66;
  transition: transform 280ms;
  display: inline-block;
}
.mh-link-card:hover i {
  transform: translate(4px, -4px);
}
.mh-link-card--ext {
  background: linear-gradient(170deg, #1a2620 0%, #0c1410 100%);
  border-color: rgba(207, 175, 102, 0.45);
}
.mh-link-card--ext:hover {
  border-color: #cfaf66;
  background: linear-gradient(170deg, #203027 0%, #0e1813 100%);
}
.mh-link-card .ext {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #cfaf66;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mh-link-card .ext::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #cfaf66;
  opacity: 0.7;
}

/* ----- Responsive ----- */
@media (max-width: 1100px) {
  .mh-hero {
    padding: 150px 40px 100px;
  }
  .mh-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mh-hero__rail {
    display: none;
  }
  .mh-hero__side {
    padding-top: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mh-hero__meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .mh-reason,
  .mh-values,
  .mh-place,
  .mh-count,
  .mh-craft,
  .mh-attrs,
  .mh-links {
    padding: 110px 40px;
  }
  .mh-reason__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 60px;
  }
  .mh-values__grid,
  .mh-place__grid,
  .mh-count__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .mh-craft__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mh-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mh-attrs__list li {
    grid-template-columns: 60px 1fr;
  }
  .mh-attrs__list .d {
    grid-column: 2;
  }
  .mh-merl__wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .mh-merl__right {
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .mh-hero__title {
    font-size: clamp(56px, 12vw, 110px);
    margin-bottom: 28px;
  }
  .mh-hero__lede {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: none;
  }
  .mh-hero__meta .v {
    font-size: 26px;
  }
  .mh-values__head,
  .mh-attrs__head {
    margin-bottom: 56px;
  }
  .mh-values__title,
  .mh-reason__text h2,
  .mh-place__text h2,
  .mh-count__text h2,
  .mh-craft__head h2,
  .mh-attrs__head h2 {
    font-size: clamp(32px, 6.4vw, 52px);
  }
  .mh-value {
    padding: 28px 0 28px 22px;
  }
  .mh-value__num {
    font-size: 36px;
  }
  .mh-value h3 {
    font-size: 24px;
  }
  .mh-value p {
    font-size: 17.5px;
  }
  .mh-signature {
    margin-top: 56px;
  }
  .mh-signature blockquote {
    font-size: clamp(22px, 4vw, 30px);
  }
  .mh-place__frame {
    aspect-ratio: 3/4;
  }
  .mh-count__pull {
    font-size: 20px;
    padding: 22px 24px;
  }
  .mh-attrs__list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  .mh-attrs__list .n {
    font-size: 28px;
  }
  .mh-attrs__list .t {
    font-size: 22px;
  }
  .mh-attrs__list .d {
    grid-column: 1;
  }
  .mh-craft__card {
    padding: 28px 22px;
  }
  .mh-craft__num {
    font-size: 34px;
  }
  .mh-merl {
    padding: 110px 40px;
  }
  .mh-merl__title {
    font-size: clamp(30px, 6vw, 44px);
  }
  .mh-merl__domains li {
    font-size: 19px;
  }
}
@media (max-width: 680px) {
  .mh-hero {
    padding: 120px 20px 80px;
  }
  .mh-reason,
  .mh-values,
  .mh-place,
  .mh-count,
  .mh-craft,
  .mh-attrs,
  .mh-links {
    padding: 80px 20px;
  }
  .mh-hero__title {
    font-size: clamp(44px, 13vw, 72px);
    letter-spacing: -0.01em;
    margin-bottom: 24px;
  }
  .mh-hero__lede {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 32px;
  }
  .mh-hero__eyebrow {
    font-size: 12px;
    letter-spacing: 0.28em;
    margin-bottom: 26px;
  }
  .mh-hero__side {
    flex-direction: column;
    gap: 22px;
  }
  .mh-hero__blason img {
    width: 88px;
  }
  .mh-hero__motto {
    font-size: 12px;
    letter-spacing: 0.26em;
  }
  .mh-hero__meta {
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    padding-top: 22px;
  }
  .mh-hero__meta .v {
    font-size: 22px;
  }
  .mh-craft__grid,
  .mh-links__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mh-values__grid {
    gap: 28px;
  }
  .mh-value {
    padding: 22px 0 22px 18px;
  }
  .mh-value__num {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .mh-value h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .mh-signature__q {
    font-size: 60px;
    vertical-align: -18px;
  }
  .mh-signature blockquote {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .mh-count__roles {
    font-size: 17px;
    margin-bottom: 28px;
  }
  .mh-count__text p {
    font-size: 17px;
  }
  .mh-count__pull {
    font-size: 18px;
    padding: 18px 22px;
    margin-top: 28px;
  }
  .mh-count__frame-dates {
    font-size: 17px;
    padding: 6px 14px;
  }
  .mh-attrs__list .n {
    font-size: 24px;
  }
  .mh-attrs__list .t {
    font-size: 22px;
  }
  .mh-link-card {
    padding: 28px 24px;
  }
  .mh-link-card .t {
    font-size: 22px;
  }
  .mh-place__tags span {
    font-size: 9px;
    padding: 8px 12px;
  }
  .mh-merl {
    padding: 80px 20px;
  }
  .mh-merl__domains {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .mh-merl__domains li {
    font-size: 18px;
  }
  .mh-merl__cta {
    font-size: 12px;
    letter-spacing: 0.28em;
    padding: 14px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mh-merl__cta-url {
    padding-left: 0;
    border-left: none;
    flex-basis: 100%;
  }
}
