.mnd-local-guide-refresh {
  --mnd-guide-ink: #0b0c0b;
  --mnd-guide-panel: #151714;
  --mnd-guide-panel-soft: #1b1d19;
  --mnd-guide-cream: #f2eadc;
  --mnd-guide-cream-soft: #e8dcc8;
  --mnd-guide-gold: #d8b63f;
  --mnd-guide-gold-deep: #745b08;
  --mnd-guide-copy: #c8c5bd;
  --mnd-guide-copy-dark: #5f5a52;
  --mnd-guide-line: rgba(216, 182, 63, 0.28);
  --mnd-guide-serif: Georgia, "Times New Roman", serif;
  --mnd-guide-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: clip;
  background: var(--mnd-guide-ink);
  color: #fffdf7;
  font-family: var(--mnd-guide-sans);
  font-size: 18px;
  line-height: 1.65;
}

.mnd-local-guide-refresh *,
.mnd-local-guide-refresh *::before,
.mnd-local-guide-refresh *::after {
  box-sizing: border-box;
}

body.mnd-local-guide-refresh-active .entry-content,
body.mnd-local-guide-refresh-active .wp-block-post-content,
body.mnd-local-guide-refresh-active main#main {
  max-width: none !important;
  padding-inline: 0 !important;
}

body.mnd-local-guide-refresh-active .entry-content > .mnd-local-guide-refresh {
  margin-block: 0 !important;
}

.mnd-local-guide-refresh h1,
.mnd-local-guide-refresh h2,
.mnd-local-guide-refresh h3,
.mnd-local-guide-refresh p,
.mnd-local-guide-refresh ol,
.mnd-local-guide-refresh dl,
.mnd-local-guide-refresh dd {
  margin-top: 0;
}

.mnd-local-guide-refresh h1,
.mnd-local-guide-refresh h2,
.mnd-local-guide-refresh h3 {
  color: inherit;
  font-family: var(--mnd-guide-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.mnd-local-guide-refresh a {
  color: inherit;
}

.mnd-guide-shell {
  width: min(1180px, calc(100% - clamp(40px, 9vw, 128px)));
  margin-inline: auto;
}

.mnd-guide-eyebrow,
.mnd-guide-kicker,
.mnd-guide-lane__signal,
.mnd-guide-field-note__label {
  color: var(--mnd-guide-gold);
  font-family: var(--mnd-guide-sans);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mnd-guide-eyebrow::before,
.mnd-guide-kicker::before {
  display: inline-block;
  width: 42px;
  height: 1px;
  margin-right: 14px;
  vertical-align: middle;
  background: currentColor;
  content: "";
}

.mnd-guide-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 182, 63, 0.13), transparent 24%),
    linear-gradient(130deg, #080908 0%, #10120f 62%, #171910 100%);
  border-bottom: 1px solid var(--mnd-guide-line);
}

.mnd-guide-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(216, 182, 63, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 182, 63, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
  content: "";
}

.mnd-guide-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -34vw;
  z-index: -1;
  width: min(72vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 182, 63, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 88px rgba(216, 182, 63, 0.025),
    0 0 0 176px rgba(216, 182, 63, 0.018);
  content: "";
}

.mnd-guide-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(88px, 11vw, 150px);
}

.mnd-guide-hero__copy {
  max-width: 780px;
}

.mnd-guide-hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(4.3rem, 8.2vw, 8.2rem);
  line-height: 0.88;
}

.mnd-guide-hero__lede {
  max-width: 720px;
  margin-bottom: 36px;
  color: var(--mnd-guide-copy);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.mnd-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mnd-guide-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font: 800 0.76rem/1.25 var(--mnd-guide-sans);
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mnd-guide-button:hover {
  transform: translateY(-2px);
}

.mnd-guide-button:focus-visible,
.mnd-local-guide-refresh a:focus-visible {
  outline: 3px solid #fffdf7;
  outline-offset: 4px;
}

.mnd-guide-button--gold {
  background: var(--mnd-guide-gold);
  color: #11120f;
}

.mnd-guide-button--gold:hover {
  background: #e4c656;
  color: #090a08;
}

.mnd-guide-button--outline {
  border-color: rgba(255, 253, 247, 0.42);
  background: transparent;
  color: #fffdf7;
}

.mnd-guide-button--outline:hover {
  border-color: var(--mnd-guide-gold);
  color: var(--mnd-guide-gold);
}

.mnd-guide-field-note {
  position: relative;
  padding: clamp(30px, 4vw, 46px);
  background: rgba(21, 23, 20, 0.92);
  border: 1px solid rgba(216, 182, 63, 0.35);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.mnd-guide-field-note::before {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 253, 247, 0.07);
  content: "";
}

.mnd-guide-field-note__title {
  margin-bottom: 26px;
  font: 400 clamp(1.7rem, 2.6vw, 2.5rem)/1.08 var(--mnd-guide-serif);
  letter-spacing: -0.025em;
}

.mnd-guide-field-note ol {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.mnd-guide-field-note li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 12px;
  align-items: baseline;
  padding-block: 13px;
  border-top: 1px solid rgba(255, 253, 247, 0.12);
}

.mnd-guide-field-note li > span {
  grid-row: span 2;
  color: var(--mnd-guide-gold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.mnd-guide-field-note strong {
  font: 400 1.25rem/1.2 var(--mnd-guide-serif);
}

.mnd-guide-field-note small {
  color: var(--mnd-guide-copy);
  font-size: 0.78rem;
}

.mnd-guide-orientation {
  padding-block: clamp(88px, 10vw, 144px);
  background: var(--mnd-guide-cream);
  color: #15140f;
}

.mnd-guide-orientation h2,
.mnd-guide-section-heading h2,
.mnd-guide-close h2 {
  max-width: 830px;
  margin-bottom: clamp(42px, 6vw, 74px);
  font-size: clamp(2.65rem, 5.4vw, 5.2rem);
  line-height: 0.98;
}

.mnd-guide-orientation__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid rgba(21, 20, 15, 0.18);
}

.mnd-guide-orientation__grid article {
  position: relative;
  min-height: 300px;
  padding: clamp(34px, 5vw, 64px);
}

.mnd-guide-orientation__grid article + article {
  border-left: 1px solid rgba(21, 20, 15, 0.18);
}

.mnd-guide-orientation__number {
  margin-bottom: 48px;
  color: var(--mnd-guide-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mnd-guide-orientation__grid h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.mnd-guide-orientation__grid article > p:last-child {
  max-width: 530px;
  margin-bottom: 0;
  color: var(--mnd-guide-copy-dark);
}

.mnd-guide-decisions {
  padding-block: clamp(90px, 11vw, 160px);
  background: var(--mnd-guide-ink);
}

.mnd-guide-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: end;
  margin-bottom: clamp(54px, 8vw, 92px);
}

.mnd-guide-section-heading h2 {
  margin-bottom: 0;
}

.mnd-guide-section-heading > p {
  margin-bottom: 6px;
  color: var(--mnd-guide-copy);
}

.mnd-guide-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mnd-guide-lane {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4.5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-top: 3px solid var(--mnd-guide-gold);
  background: var(--mnd-guide-panel);
}

.mnd-guide-lane__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
}

.mnd-guide-lane__number {
  margin-bottom: 0;
  color: var(--mnd-guide-copy);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mnd-guide-lane__signal {
  margin-bottom: 0;
}

.mnd-guide-lane h3 {
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 5.8vw, 5.7rem);
  line-height: 0.9;
}

.mnd-guide-lane__intro {
  max-width: 540px;
  margin-bottom: 34px;
  color: var(--mnd-guide-copy);
}

.mnd-guide-lane__links {
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 253, 247, 0.13);
}

.mnd-guide-lane__links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 13px;
  border-top: 1px solid rgba(255, 253, 247, 0.13);
  color: #fffdf7;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color 150ms ease, padding-inline 150ms ease;
}

.mnd-guide-lane__links a:hover {
  padding-inline: 8px;
  color: var(--mnd-guide-gold);
}

.mnd-guide-lane__links a span:last-child {
  flex: 0 0 auto;
  color: var(--mnd-guide-gold);
  font-size: 1.1rem;
}

.mnd-guide-lane__note {
  max-width: 520px;
  margin-bottom: 28px;
  color: var(--mnd-guide-copy);
  font-size: 0.88rem;
}

.mnd-guide-service-exits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.mnd-guide-service-exits a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(216, 182, 63, 0.35);
  color: var(--mnd-guide-gold);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.mnd-guide-lane > .mnd-guide-button {
  width: 100%;
  margin-top: auto;
}

.mnd-guide-freshness {
  padding-block: clamp(84px, 10vw, 136px);
  background: var(--mnd-guide-cream);
  color: #15140f;
}

.mnd-guide-section-heading--light > p {
  color: var(--mnd-guide-copy-dark);
}

.mnd-guide-freshness__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
  border-block: 1px solid rgba(21, 20, 15, 0.2);
}

.mnd-guide-freshness__grid div {
  min-height: 190px;
  padding: clamp(28px, 3vw, 42px);
}

.mnd-guide-freshness__grid div + div {
  border-left: 1px solid rgba(21, 20, 15, 0.2);
}

.mnd-guide-freshness dt {
  margin-bottom: 22px;
  color: var(--mnd-guide-gold-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mnd-guide-freshness dd {
  margin-bottom: 0;
  font: 400 clamp(1.35rem, 2.1vw, 2rem)/1.15 var(--mnd-guide-serif);
}

.mnd-guide-close {
  padding-block: clamp(92px, 12vw, 170px);
  background:
    linear-gradient(115deg, rgba(216, 182, 63, 0.07), transparent 46%),
    var(--mnd-guide-ink);
}

.mnd-guide-close__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(48px, 9vw, 128px);
  align-items: end;
}

.mnd-guide-close h2 {
  margin-bottom: 24px;
}

.mnd-guide-close__grid > div:first-child > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--mnd-guide-copy);
}

.mnd-guide-close__actions .mnd-guide-button {
  width: 100%;
}

.mnd-guide-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.mnd-guide-contact a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 247, 0.18);
  color: var(--mnd-guide-copy);
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.mnd-guide-contact a + a {
  border-left: 0;
}

.mnd-guide-contact a:hover {
  color: var(--mnd-guide-gold);
}

.mnd-guide-noscript {
  margin: 0;
  padding: 18px 24px;
  background: #fff4cf;
  color: #2a2104;
  text-align: center;
}

@media (max-width: 980px) {
  .mnd-guide-hero {
    min-height: auto;
  }

  .mnd-guide-hero__grid,
  .mnd-guide-section-heading,
  .mnd-guide-close__grid {
    grid-template-columns: 1fr;
  }

  .mnd-guide-hero__grid {
    gap: 54px;
  }

  .mnd-guide-field-note {
    max-width: 620px;
  }

  .mnd-guide-section-heading {
    align-items: start;
    gap: 22px;
  }

  .mnd-guide-section-heading > p {
    max-width: 680px;
  }

  .mnd-guide-lane {
    min-height: 680px;
  }

  .mnd-guide-freshness__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mnd-guide-freshness__grid div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(21, 20, 15, 0.2);
  }

  .mnd-guide-freshness__grid div:nth-child(4) {
    border-top: 1px solid rgba(21, 20, 15, 0.2);
  }

  .mnd-guide-close__actions {
    max-width: 560px;
  }
}

@media (max-width: 700px) {
  .mnd-local-guide-refresh {
    font-size: 16px;
  }

  .mnd-guide-shell {
    width: min(100% - 36px, 1180px);
  }

  .mnd-guide-eyebrow::before,
  .mnd-guide-kicker::before {
    width: 28px;
    margin-right: 10px;
  }

  .mnd-guide-hero::before {
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, transparent, #000 45%, #000);
  }

  .mnd-guide-hero::after {
    right: -48vw;
    bottom: -22vw;
    width: 130vw;
  }

  .mnd-guide-hero__grid {
    gap: 42px;
    padding-block: 72px 78px;
  }

  .mnd-guide-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.25rem, 18vw, 5.15rem);
    line-height: 0.92;
  }

  .mnd-guide-actions {
    flex-direction: column;
  }

  .mnd-guide-actions .mnd-guide-button {
    width: 100%;
  }

  .mnd-guide-field-note {
    padding: 28px;
  }

  .mnd-guide-orientation,
  .mnd-guide-decisions,
  .mnd-guide-freshness,
  .mnd-guide-close {
    padding-block: 76px;
  }

  .mnd-guide-orientation h2,
  .mnd-guide-section-heading h2,
  .mnd-guide-close h2 {
    margin-bottom: 38px;
    font-size: clamp(2.5rem, 13vw, 3.8rem);
    line-height: 1;
  }

  .mnd-guide-section-heading h2 {
    margin-bottom: 0;
  }

  .mnd-guide-orientation__grid,
  .mnd-guide-lanes,
  .mnd-guide-freshness__grid {
    grid-template-columns: 1fr;
  }

  .mnd-guide-orientation__grid article {
    min-height: auto;
    padding: 34px 0;
  }

  .mnd-guide-orientation__grid article + article {
    border-top: 1px solid rgba(21, 20, 15, 0.18);
    border-left: 0;
  }

  .mnd-guide-orientation__number {
    margin-bottom: 28px;
  }

  .mnd-guide-section-heading {
    margin-bottom: 46px;
  }

  .mnd-guide-lanes {
    gap: 16px;
  }

  .mnd-guide-lane {
    min-height: auto;
    padding: 30px 24px;
  }

  .mnd-guide-lane__topline {
    margin-bottom: 38px;
  }

  .mnd-guide-lane h3 {
    font-size: clamp(3.5rem, 20vw, 5rem);
  }

  .mnd-guide-lane > .mnd-guide-button {
    margin-top: 12px;
  }

  .mnd-guide-freshness__grid div {
    min-height: auto;
    padding: 28px 0;
  }

  .mnd-guide-freshness__grid div + div {
    border-top: 1px solid rgba(21, 20, 15, 0.2);
    border-left: 0;
  }

  .mnd-guide-contact {
    grid-template-columns: 1fr;
  }

  .mnd-guide-contact a + a {
    border-top: 0;
    border-left: 1px solid rgba(255, 253, 247, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mnd-local-guide-refresh *,
  .mnd-local-guide-refresh *::before,
  .mnd-local-guide-refresh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
