:root {
  --paper: #fffcef;
  --paper-soft: #f6efdf;
  --sand: #e4cfb4;
  --sand-deep: #d4b591;
  --olive: #70866a;
  --green: #0a3b2d;
  --wine: #700b14;
  --muted: #5f6f68;
  --line: rgba(10, 59, 45, 0.18);
  --shadow: 0 20px 54px rgba(53, 38, 23, 0.11);
  --container: min(1340px, calc(100vw - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--green);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(10, 59, 45, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 59, 45, 0.038) 1px, transparent 1px);
  background-size: 220px 220px;
  font-family: "Onest", Arial, sans-serif;
}

main {
  overflow: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.mb-skip-link {
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 1000;
  padding: 10px 16px;
  transform: translate(-50%, -160%);
  color: var(--paper);
  background: var(--green);
}

.mb-skip-link:focus {
  transform: translate(-50%, 0);
}

.mb-header {
  position: sticky;
  top: 14px;
  z-index: 100;
  width: var(--container);
  min-height: 66px;
  margin: 14px auto 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(10, 59, 45, 0.13);
  background: rgba(255, 252, 239, 0.94);
  box-shadow: 0 12px 36px rgba(53, 38, 23, 0.09);
  backdrop-filter: blur(14px);
}

.mb-logo {
  text-decoration: none;
  font-family: "Forum", Georgia, serif;
  font-size: 27px;
  letter-spacing: 0.02em;
}

.mb-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.mb-nav a,
.mb-mobile-menu a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.mb-nav a {
  position: relative;
}

.mb-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

.mb-nav a:hover::after,
.mb-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mb-menu-button,
.mb-mobile-menu {
  display: none;
}

.mb-hero,
.mb-formats,
.mb-topics,
.mb-work,
.mb-projects,
.mb-contact {
  width: var(--container);
  margin-inline: auto;
}

.mb-hero {
  min-height: calc(100svh - 94px);
  padding: clamp(46px, 5vw, 72px) 0 clamp(68px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
}

.mb-section-marker,
.mb-kicker,
.mb-card-number {
  margin: 0;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.mb-section-marker span {
  display: inline-block;
  min-width: 44px;
}

.mb-kicker {
  margin-top: 34px;
}

.mb-hero h1,
.mb-section-head h2,
.mb-topics h2,
.mb-contact h2 {
  margin: 16px 0 0;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.mb-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 4.25vw, 64px);
  line-height: 1;
}

.mb-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.48;
}

.mb-hero__text {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.mb-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mb-button {
  min-height: 48px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.mb-button:hover,
.mb-button:focus-visible {
  transform: translateY(-2px);
}

.mb-button--primary {
  color: var(--paper);
  background: var(--green);
}

.mb-button--primary:hover,
.mb-button--primary:focus-visible {
  background: var(--wine);
  border-color: var(--wine);
}

.mb-button--secondary {
  background: transparent;
}

.mb-button--secondary:hover,
.mb-button--secondary:focus-visible {
  color: var(--paper);
  background: var(--wine);
  border-color: var(--wine);
}

.mb-hero__visual {
  min-width: 0;
}

.mb-hero__portrait {
  margin: 0;
  height: min(68vh, 650px);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  box-shadow: var(--shadow);
}

.mb-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mb-formats,
.mb-topics {
  padding: clamp(78px, 7vw, 104px) 0 clamp(58px, 5vw, 78px);
}

.mb-work {
  padding: clamp(78px, 7vw, 104px) 0 42px;
}

.mb-projects {
  padding: clamp(72px, 6vw, 92px) 0 clamp(86px, 8vw, 116px);
}

.mb-section-head {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.mb-section-head h2,
.mb-topics h2,
.mb-contact h2 {
  max-width: 1040px;
  font-size: clamp(44px, 3.8vw, 60px);
  line-height: 1.02;
}

.mb-section-head .mb-kicker {
  margin-top: 0;
}

.mb-section-lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.mb-format-collage {
  margin-top: clamp(46px, 5vw, 68px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.mb-format-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255, 252, 239, 0.95);
  box-shadow: 0 14px 36px rgba(53, 38, 23, 0.08);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}

.mb-format-card:hover,
.mb-format-card:focus-within {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.mb-format-card--presentation {
  grid-column: span 7;
}

.mb-format-card--guide {
  grid-column: span 5;
}

.mb-format-card--instruction,
.mb-format-card--checklist,
.mb-format-card--banner {
  grid-column: span 4;
}

.mb-format-card .mb-card-number {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  padding: 6px 8px;
  background: rgba(255, 252, 239, 0.9);
}

.mb-format-card figure {
  min-width: 0;
  height: 270px;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #efede5;
}

.mb-format-card--presentation figure,
.mb-format-card--guide figure {
  height: 320px;
}

.mb-format-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mb-format-card--instruction figure,
.mb-format-card--banner figure {
  position: relative;
}

.mb-format-card--banner figure {
  padding: 12px;
}

.mb-format-card--instruction figure img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
}

.mb-format-card--banner figure img {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
}

.mb-format-card__image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mb-format-card__copy {
  min-width: 0;
  flex: 1;
  padding: 25px 26px 28px;
  display: flex;
  flex-direction: column;
}

.mb-format-card--olive .mb-format-card__copy {
  color: var(--green);
  border-top: 8px solid var(--olive);
  background: var(--paper);
}

.mb-format-card--olive .mb-format-card__copy > span {
  color: var(--olive);
}

.mb-format-card h3,
.mb-route h3,
.mb-project__copy h3,
.mb-outcome__grid h3,
.mb-entry-list h3 {
  margin: 0;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
}

.mb-format-card h3 {
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1.02;
}

.mb-format-card__copy p {
  margin: 15px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.mb-format-card__copy > span {
  margin-top: auto;
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mb-format-note {
  width: min(760px, 100%);
  margin: 42px 0 0 auto;
  padding: 20px 0 20px 24px;
  border-left: 2px solid var(--wine);
  font-family: "Forum", Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
}

.mb-entry {
  padding: clamp(84px, 7vw, 108px) max(24px, calc((100vw - 1340px) / 2));
  color: var(--paper);
  background: var(--green);
}

.mb-entry .mb-section-marker,
.mb-entry .mb-kicker,
.mb-entry-list > li > span {
  color: #dfb68b;
}

.mb-entry-list {
  max-width: 1120px;
  margin: 64px 0 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  background: rgba(255, 252, 239, 0.2);
}

.mb-entry-list li {
  min-width: 0;
  min-height: 210px;
  padding: 28px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  background: var(--green);
}

.mb-entry-list li:last-child {
  grid-column: 1 / -1;
  min-height: 170px;
}

.mb-entry-list > li > span {
  padding-top: 5px;
  font-size: 11px;
  font-weight: 700;
}

.mb-entry-list h3 {
  font-size: clamp(27px, 2.2vw, 35px);
  line-height: 1.08;
}

.mb-entry-list p {
  max-width: 500px;
  margin: 14px 0 0;
  color: rgba(255, 252, 239, 0.75);
  font-size: 15px;
  line-height: 1.58;
}

.mb-entry__reassurance {
  width: min(760px, 100%);
  margin: 52px 0 0 auto;
  padding-left: 24px;
  border-left: 2px solid #dfb68b;
}

.mb-entry__reassurance p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.mb-entry__reassurance p:first-child {
  margin-bottom: 7px;
  color: #dfb68b;
  font-weight: 700;
}

.mb-topics__intro {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  column-gap: 46px;
}

.mb-topics__intro .mb-section-marker {
  grid-row: 1 / span 3;
}

.mb-topics .mb-kicker {
  margin-top: 0;
}

.mb-topic-path {
  margin-top: 44px;
  padding-left: 256px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mb-topic-path span {
  min-height: 105px;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 252, 239, 0.85);
  font-family: "Forum", Georgia, serif;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.08;
}

.mb-work__routes {
  margin-top: 48px;
  padding-left: 256px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mb-route {
  min-height: 355px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  background: var(--paper-soft);
}

.mb-route--full {
  color: var(--paper);
  background: var(--wine);
  border-color: var(--wine);
}

.mb-route > span {
  margin-bottom: auto;
  font-size: 11px;
  font-weight: 700;
}

.mb-route__label {
  margin: 34px 0 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mb-route h3 {
  max-width: 520px;
  font-size: clamp(36px, 3.2vw, 50px);
  line-height: 1.02;
}

.mb-route > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.mb-route--full > p:last-child {
  color: rgba(255, 252, 239, 0.78);
}

.mb-work__steps {
  margin: 28px 0 0 256px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.mb-work__steps li {
  min-width: 0;
  min-height: 150px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid var(--line);
}

.mb-work__steps li:last-child {
  border-right: 0;
}

.mb-work__steps span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
}

.mb-work__steps strong {
  font-size: 14px;
  line-height: 1.35;
}

.mb-work__steps small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mb-project-list {
  margin-top: 50px;
  display: grid;
  gap: 24px;
}

.mb-project {
  min-height: 510px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(34px, 4vw, 62px);
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 252, 239, 0.87);
}

.mb-project--reverse .mb-project__media {
  order: 2;
}

.mb-project__media {
  position: relative;
  min-width: 0;
  height: 460px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #efede5;
}

.mb-project__media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mb-project__media--portrait {
  padding: 18px;
}

.mb-project__media--portrait > img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
}

.mb-project__media--pair {
  padding: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: var(--sand);
}

.mb-project__media--pair img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
  background: var(--paper);
}

.mb-project__media--regulations {
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: transparent;
}

.mb-project__media--regulations img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  background: var(--paper);
  border: 1px solid var(--line);
}

.mb-project__copy {
  padding: 16px 24px 16px 0;
}

.mb-project__copy h3 {
  max-width: 590px;
  margin-top: 14px;
  font-size: clamp(36px, 3.3vw, 50px);
  line-height: 1.02;
}

.mb-project dl {
  margin: 28px 0 0;
}

.mb-project dl div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
}

.mb-project dt {
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mb-project dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.mb-outcome {
  padding: clamp(84px, 7vw, 108px) max(24px, calc((100vw - 1340px) / 2));
  background: var(--paper-soft);
}

.mb-outcome__grid {
  margin: 58px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.mb-outcome__grid li {
  min-width: 0;
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.mb-outcome__grid span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
}

.mb-outcome__grid h3 {
  margin-top: 46px;
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1.05;
}

.mb-outcome__grid p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.mb-contact {
  width: 100%;
  padding: clamp(96px, 9vw, 140px) max(24px, calc((100vw - 1340px) / 2)) 42px;
  color: var(--paper);
  background: var(--green);
}

.mb-contact__intro {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  column-gap: 46px;
}

.mb-contact__intro .mb-section-marker {
  grid-row: 1 / span 5;
  color: #dfb68b;
}

.mb-contact .mb-kicker {
  margin-top: 0;
  color: #dfb68b;
}

.mb-contact h2 {
  max-width: 900px;
}

.mb-contact__intro > p:not(.mb-section-marker):not(.mb-kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 252, 239, 0.76);
  font-size: 16px;
  line-height: 1.6;
}

.mb-button--light {
  width: max-content;
  margin-top: 30px;
  color: var(--green);
  background: var(--paper);
  border-color: var(--paper);
}

.mb-button--light:hover,
.mb-button--light:focus-visible {
  color: var(--paper);
  background: var(--wine);
  border-color: var(--wine);
}

.mb-contact__links {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 252, 239, 0.24);
  border-bottom: 1px solid rgba(255, 252, 239, 0.24);
}

.mb-contact__links a {
  min-height: 128px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 252, 239, 0.24);
  text-decoration: none;
  transition: background 240ms ease;
}

.mb-contact__links a:last-child {
  border-right: 0;
}

.mb-contact__links a:hover,
.mb-contact__links a:focus-visible {
  background: rgba(255, 252, 239, 0.08);
}

.mb-contact__links span {
  color: #dfb68b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mb-contact__links strong {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
}

.mb-footer {
  margin-top: 54px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 34px;
  border-top: 1px solid rgba(255, 252, 239, 0.2);
  color: rgba(255, 252, 239, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.mb-footer p {
  margin: 0;
}

.mb-footer__brand {
  color: var(--paper);
  font-family: "Forum", Georgia, serif;
  font-size: 23px;
}

.mb-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px 20px;
}

.mb-cookie {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  width: min(500px, calc(100vw - 44px));
  padding: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.mb-cookie[hidden] {
  display: none;
}

.mb-cookie p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mb-cookie .mb-cookie__title {
  margin-bottom: 5px;
  color: var(--green);
  font-weight: 700;
}

.mb-cookie__actions {
  display: flex;
  gap: 8px;
}

.mb-cookie__actions button,
.mb-cookie__actions a {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--green);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

.mb-cookie__actions button {
  color: var(--paper);
  background: var(--green);
}

:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  :root {
    --container: min(100% - 36px, 960px);
  }

  .mb-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 36px;
  }

  .mb-hero h1 {
    font-size: clamp(48px, 6.2vw, 66px);
  }

  .mb-section-head,
  .mb-topics__intro,
  .mb-contact__intro {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px;
  }

  .mb-topic-path,
  .mb-work__routes,
  .mb-work__steps {
    padding-left: 0;
    margin-left: 200px;
  }

  .mb-work__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mb-work__steps li:nth-child(3) {
    border-right: 0;
  }

  .mb-work__steps li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .mb-outcome__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mb-footer {
    grid-template-columns: 150px 1fr;
  }

  .mb-footer > p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 80px;
  }

  .mb-header {
    top: 8px;
    min-height: 58px;
    margin-top: 8px;
    padding-inline: 18px;
  }

  .mb-nav {
    display: none;
  }

  .mb-menu-button {
    display: block;
    padding: 8px 0;
    border: 0;
    color: var(--green);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .mb-mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 16px 20px;
    display: grid;
    gap: 16px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mb-mobile-menu[hidden] {
    display: none;
  }

  .mb-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .mb-hero__copy {
    max-width: 720px;
  }

  .mb-hero__portrait {
    height: min(78vw, 650px);
    min-height: 460px;
  }

  .mb-section-head,
  .mb-topics__intro,
  .mb-contact__intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mb-topics__intro .mb-section-marker,
  .mb-contact__intro .mb-section-marker {
    grid-row: auto;
  }

  .mb-topic-path,
  .mb-work__routes,
  .mb-work__steps {
    margin-left: 0;
  }

  .mb-format-card--presentation,
  .mb-format-card--guide,
  .mb-format-card--instruction,
  .mb-format-card--checklist,
  .mb-format-card--banner {
    grid-column: span 6;
  }

  .mb-format-card--banner {
    grid-column: 4 / span 6;
  }

  .mb-entry-list {
    grid-template-columns: 1fr;
  }

  .mb-entry-list li:last-child {
    grid-column: auto;
  }

  .mb-topic-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mb-work__routes {
    grid-template-columns: 1fr;
  }

  .mb-project,
  .mb-project--reverse {
    grid-template-columns: 1fr;
  }

  .mb-project--reverse .mb-project__media {
    order: 0;
  }

  .mb-project__copy {
    padding: 12px 4px 8px;
  }

  .mb-contact__links {
    grid-template-columns: 1fr;
  }

  .mb-contact__links a {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 252, 239, 0.24);
  }

  .mb-contact__links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 24px);
  }

  body {
    background-size: 120px 120px;
  }

  .mb-logo {
    font-size: 22px;
  }

  .mb-hero {
    padding-top: 64px;
    padding-bottom: 36px;
  }

  .mb-formats,
  .mb-topics {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .mb-work {
    padding-top: 54px;
    padding-bottom: 28px;
  }

  .mb-projects {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .mb-hero h1 {
    font-size: clamp(47px, 13.2vw, 58px);
  }

  .mb-hero__lead {
    font-size: 18px;
  }

  .mb-actions {
    display: grid;
  }

  .mb-button {
    width: 100%;
  }

  .mb-hero__portrait {
    height: 112vw;
    min-height: 430px;
  }

  .mb-section-head h2,
  .mb-topics h2,
  .mb-contact h2 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .mb-format-collage {
    grid-template-columns: 1fr;
  }

  .mb-format-card--presentation,
  .mb-format-card--guide,
  .mb-format-card--instruction,
  .mb-format-card--checklist,
  .mb-format-card--banner {
    grid-column: auto;
  }

  .mb-format-card figure,
  .mb-format-card--presentation figure,
  .mb-format-card--guide figure {
    height: 260px;
  }

  .mb-format-card h3 {
    font-size: 34px;
  }

  .mb-format-note {
    font-size: 24px;
  }

  .mb-entry,
  .mb-outcome,
  .mb-contact {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mb-entry-list li {
    min-height: auto;
    padding: 24px 18px;
  }

  .mb-entry-list h3 {
    font-size: 27px;
  }

  .mb-topic-path {
    grid-template-columns: 1fr;
  }

  .mb-topic-path span {
    min-height: 84px;
  }

  .mb-route {
    min-height: 330px;
    padding: 24px;
  }

  .mb-route h3 {
    font-size: 38px;
  }

  .mb-work__steps {
    grid-template-columns: 1fr;
  }

  .mb-work__steps li,
  .mb-work__steps li:nth-child(n) {
    min-height: 115px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mb-project {
    min-height: auto;
    padding: 12px;
    gap: 24px;
  }

  .mb-project__media {
    height: 330px;
  }

  .mb-project__media--regulations {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mb-project__media--regulations img {
    aspect-ratio: 16 / 10;
  }

  .mb-project__copy h3 {
    font-size: 38px;
  }

  .mb-project dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mb-outcome__grid {
    grid-template-columns: 1fr;
  }

  .mb-outcome__grid li {
    min-height: 190px;
  }

  .mb-outcome__grid h3 {
    margin-top: 30px;
  }

  .mb-button--light {
    width: 100%;
  }

  .mb-footer {
    grid-template-columns: 1fr;
  }

  .mb-footer > p:last-child {
    grid-column: auto;
  }

  .mb-cookie {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    align-items: stretch;
    flex-direction: column;
  }

  .mb-cookie__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.brand-logo-img { display: block; width: auto; max-width: 180px; height: clamp(18px, 1.5vw, 24px); object-fit: contain; }
.brand-logo-img--footer { width: min(180px, 100%); max-width: 180px; height: auto; }
