/*
Theme Name: Moeffect Studio
Theme URI: https://moeffect.gr/
Author: Nick Pittas
Description: A focused portfolio theme for VFX supervision, compositing, Nuke training, and production tools.
Version: 1.1.2
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: moeffect-studio
*/

:root {
  --mo-bg: #151515;
  --mo-panel: #1b1b1b;
  --mo-panel-raised: #202020;
  --mo-line: #343434;
  --mo-text: #f1f1ef;
  --mo-muted: #a7a7a3;
  --mo-orange: #f28b32;
  --mo-orange-soft: #c46d27;
  --mo-max: 1680px;
  --mo-gutter: clamp(20px, 3vw, 52px);
  --mo-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --mo-sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mo-bg);
  color: var(--mo-text);
  font-family: var(--mo-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .mo-header { top: 32px; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.screen-reader-text,
.mo-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mo-skip-link:focus {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--mo-orange);
  color: #111;
  text-decoration: none;
}

.mo-shell { width: min(100%, var(--mo-max)); margin: 0 auto; }
.mo-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--mo-line);
  background: rgba(21, 21, 21, .94);
  backdrop-filter: blur(18px);
}
.mo-header__inner {
  min-height: 72px;
  padding: 0 var(--mo-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.mo-wordmark {
  font-size: clamp(18px, 1.6vw, 27px);
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.mo-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 52px); }
.mo-nav a {
  position: relative;
  padding: 26px 0 23px;
  color: #d8d8d5;
  font-family: var(--mo-mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.mo-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--mo-orange);
  content: "";
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .2s ease, transform .2s ease;
}
.mo-nav a:hover::after,
.mo-nav a:focus-visible::after,
.mo-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.mo-menu-toggle {
  display: none;
  border: 1px solid var(--mo-line);
  background: var(--mo-panel);
  color: var(--mo-text);
  padding: 9px 12px;
  font-family: var(--mo-mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mo-hero {
  display: grid;
  min-height: min(690px, calc(100vh - 72px));
  grid-template-columns: 1.18fr 1fr;
  border-bottom: 1px solid var(--mo-line);
}
.mo-showreel {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-right: 1px solid var(--mo-line);
  background: #070707;
}
.mo-showreel video {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: contain;
  object-position: center;
  opacity: .72;
  filter: saturate(.75) contrast(1.08);
}
.mo-showreel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.08)), linear-gradient(0deg, rgba(0,0,0,.38), transparent 60%);
  content: "";
  pointer-events: none;
}
.mo-showreel__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--mo-text);
  cursor: pointer;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.mo-showreel__icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 3px solid var(--mo-orange);
  border-radius: 50%;
  background: rgba(16,16,16,.72);
  color: white;
  font-size: 30px;
  transition: background .2s ease, transform .2s ease;
}
.mo-showreel__play:hover .mo-showreel__icon,
.mo-showreel__play:focus-visible .mo-showreel__icon { background: var(--mo-orange); color: #111; transform: scale(1.04); }
.mo-showreel__label { font-family: var(--mo-mono); font-size: 14px; letter-spacing: .2em; text-align: center; text-transform: uppercase; }

.mo-identity {
  position: relative;
  isolation: isolate;
  padding: clamp(54px, 7vw, 118px) var(--mo-gutter) 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--mo-panel);
}
.mo-identity::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(110deg, transparent 18%, black 100%);
}
.mo-node-map { position: absolute; z-index: -1; inset: 0; opacity: .3; }
.mo-node-map span { position: absolute; width: 9px; height: 9px; border: 1px solid #777; background: #222; }
.mo-node-map span:nth-child(1) { top: 18%; right: 15%; }
.mo-node-map span:nth-child(2) { top: 30%; right: 34%; }
.mo-node-map span:nth-child(3) { top: 47%; right: 21%; border-color: var(--mo-orange); }
.mo-node-map span:nth-child(4) { top: 69%; right: 12%; }
.mo-node-map span:nth-child(5) { top: 78%; right: 40%; }
.mo-kicker { margin: 0 0 14px; color: var(--mo-orange); font-family: var(--mo-mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.mo-identity h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 7.2vw, 126px);
  font-weight: 300;
  letter-spacing: .05em;
  line-height: .9;
  text-transform: uppercase;
}
.mo-identity__role {
  max-width: 880px;
  margin: 34px 0 0;
  color: #d0d0cc;
  font-family: var(--mo-mono);
  font-size: clamp(12px, 1.15vw, 18px);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mo-accent-line { width: 42px; height: 3px; margin: 32px 0; background: var(--mo-orange); }
.mo-specialisms { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.mo-specialism {
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid var(--mo-line);
  background: rgba(15,15,15,.3);
}
.mo-specialism strong { display: block; color: var(--mo-orange); font-family: var(--mo-mono); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.mo-specialism span { display: block; margin-top: 8px; color: var(--mo-muted); font-size: 13px; }

.mo-home-grid { display: grid; grid-template-columns: 2.1fr 1fr; border-bottom: 1px solid var(--mo-line); }
.mo-section { padding: clamp(42px, 5vw, 82px) var(--mo-gutter); }
.mo-home-grid > .mo-section + .mo-section { border-left: 1px solid var(--mo-line); }
.mo-section-head { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.mo-section-head h2 { margin: 0; font-family: var(--mo-mono); font-size: 16px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.mo-section-head::after { width: 100%; height: 1px; background: var(--mo-line); content: ""; }
.mo-section-head__mark { width: 32px; height: 3px; flex: 0 0 auto; background: var(--mo-orange); }
.mo-section-head--with-controls::after { order: 3; }
.mo-rail-controls { order: 4; display: flex; gap: 7px; margin-left: auto; }
.mo-rail-button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--mo-line); background: var(--mo-panel); color: var(--mo-text); cursor: pointer; font-family: var(--mo-mono); }
.mo-rail-button:hover, .mo-rail-button:focus-visible { border-color: var(--mo-orange); background: var(--mo-orange); color: #111; }
.mo-work-intro { max-width: 62ch; margin: -13px 0 24px; color: var(--mo-muted); font-size: 13px; }

.mo-work-rail { display: grid; grid-auto-columns: calc((100% - 20px) / 3); grid-auto-flow: column; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--mo-orange) #222; scrollbar-width: thin; }
.mo-work-rail::-webkit-scrollbar { height: 5px; }
.mo-work-rail::-webkit-scrollbar-track { background: #222; }
.mo-work-rail::-webkit-scrollbar-thumb { background: var(--mo-orange); }
.mo-work-card { position: relative; min-height: 270px; overflow: hidden; border: 1px solid var(--mo-line); background: #0d0d0d; text-decoration: none; }
.mo-work-rail .mo-work-card { scroll-snap-align: start; }
.mo-work-card img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; opacity: .62; filter: grayscale(1) contrast(1.12); transition: opacity .25s ease, filter .25s ease, transform .35s ease; }
.mo-work-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 60%); content: ""; }
.mo-work-card__copy { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; }
.mo-work-card__copy strong { display: block; font-size: 18px; font-weight: 500; }
.mo-work-card__copy span { color: var(--mo-orange); font-family: var(--mo-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.mo-work-card:hover img, .mo-work-card:focus-visible img { opacity: .9; filter: grayscale(.35) contrast(1.05); transform: scale(1.025); }

.mo-tool-feature {
  position: relative;
  min-height: 270px;
  padding: clamp(30px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--mo-line);
  background: #181818;
  text-decoration: none;
}
.mo-tool-feature::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(242,139,50,.1), transparent 30%), linear-gradient(120deg, transparent 35%, rgba(255,255,255,.025));
  content: "";
}
.mo-tool-feature > * { position: relative; }
.mo-tool-feature__eyebrow { color: var(--mo-muted); font-family: var(--mo-mono); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.mo-tool-feature h3 { margin: 22px 0 12px; font-size: clamp(36px, 4vw, 68px); font-weight: 300; letter-spacing: .05em; line-height: 1; }
.mo-tool-feature h3 em { color: var(--mo-orange); font-style: normal; }
.mo-tool-feature p { max-width: 42ch; margin: 0; color: var(--mo-muted); font-size: 14px; }
.mo-text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--mo-text); font-family: var(--mo-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.mo-text-link::after { color: var(--mo-orange); content: "→"; font-size: 20px; transition: transform .2s ease; }
a:hover .mo-text-link::after, a:focus-visible .mo-text-link::after { transform: translateX(5px); }

.mo-expertise { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--mo-line); }
.mo-expertise__intro { grid-column: 1 / -1; padding-bottom: 26px; }
.mo-expertise__intro h2 { max-width: 900px; margin: 0; font-size: clamp(34px, 4vw, 68px); font-weight: 300; line-height: 1.08; }
.mo-service { padding: 34px 32px; border: 1px solid var(--mo-line); border-right: 0; background: var(--mo-panel); }
.mo-service:last-child { border-right: 1px solid var(--mo-line); }
.mo-service__num { color: var(--mo-orange); font-family: var(--mo-mono); font-size: 11px; letter-spacing: .18em; }
.mo-service h3 { margin: 28px 0 12px; font-size: 23px; font-weight: 500; }
.mo-service p { margin: 0; color: var(--mo-muted); }

.mo-bio { display: grid; gap: clamp(34px, 6vw, 100px); grid-template-columns: .85fr 1.15fr; align-items: start; }
.mo-bio__stat { font-size: clamp(70px, 9vw, 160px); font-weight: 200; letter-spacing: -.05em; line-height: .8; }
.mo-bio__stat small { display: block; margin-top: 24px; color: var(--mo-orange); font-family: var(--mo-mono); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.mo-bio__copy h2 { margin-top: 0; font-size: clamp(32px, 4vw, 58px); font-weight: 300; line-height: 1.1; }
.mo-bio__copy p { max-width: 68ch; color: var(--mo-muted); }

.mo-cta { padding: clamp(64px, 9vw, 150px) var(--mo-gutter); border-top: 1px solid var(--mo-line); background: var(--mo-panel); text-align: center; }
.mo-cta h2 { margin: 0 auto; max-width: 1050px; font-size: clamp(42px, 7vw, 112px); font-weight: 200; line-height: .95; }
.mo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 12px 24px;
  border: 1px solid var(--mo-orange);
  background: transparent;
  color: var(--mo-text);
  font-family: var(--mo-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.mo-button:hover, .mo-button:focus-visible { background: var(--mo-orange); color: #111; }

.mo-footer { border-top: 1px solid var(--mo-line); background: #101010; }
.mo-footer__inner { padding: 34px var(--mo-gutter); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mo-footer p { margin: 0; color: var(--mo-muted); font-size: 12px; }
.mo-footer__links { display: flex; flex-wrap: wrap; gap: 22px; }
.mo-footer__links a { color: var(--mo-muted); font-family: var(--mo-mono); font-size: 10px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.mo-footer__links a:hover, .mo-footer__links a:focus-visible { color: var(--mo-orange); }

.mo-content { min-height: 65vh; padding: clamp(48px, 7vw, 110px) var(--mo-gutter); }
.mo-content__inner { max-width: 980px; margin: 0 auto; }
.mo-content h1 { margin-top: 0; font-size: clamp(46px, 7vw, 96px); font-weight: 300; line-height: 1; }
.mo-content h2, .mo-content h3 { line-height: 1.2; }
.mo-content p, .mo-content li { color: #c4c4c0; }
.mo-content a { color: var(--mo-orange); }

/* Contact: bring the legacy Elementor/WPForms content into the new visual system. */
.page-id-512 .mo-content__inner { max-width: 1240px; }
.page-id-512 .elementor-icon-box-wrapper { display: grid !important; grid-template-columns: 28px minmax(0, 1fr); align-items: start !important; gap: 14px; text-align: left !important; }
.page-id-512 .elementor-icon-box-icon { width: 28px; margin: 0 !important; padding-top: 3px; text-align: center; }
.page-id-512 .elementor-icon-box-content,
.page-id-512 .elementor-icon-box-title,
.page-id-512 .elementor-icon-box-description { margin: 0 !important; text-align: left !important; }
.page-id-512 .elementor-icon-box-title { color: var(--mo-text) !important; font-family: var(--mo-mono); font-size: 12px !important; letter-spacing: .12em; text-transform: uppercase; }
.page-id-512 .elementor-icon-box-description { margin-top: 5px !important; color: var(--mo-muted) !important; }
.page-id-512 .elementor-icon { color: var(--mo-orange) !important; }
.page-id-512 .wpforms-container input:not([type="submit"]),
.page-id-512 .wpforms-container textarea,
.page-id-512 .wpforms-container select { width: 100% !important; min-height: 48px; padding: 11px 13px !important; border: 1px solid #454545 !important; border-radius: 0 !important; outline: 0; background: var(--mo-panel-raised) !important; color: var(--mo-text) !important; box-shadow: none !important; }
.page-id-512 .wpforms-container textarea { min-height: 150px; resize: vertical; }
.page-id-512 .wpforms-container input::placeholder,
.page-id-512 .wpforms-container textarea::placeholder { color: #858580 !important; opacity: 1; }
.page-id-512 .wpforms-container input:focus,
.page-id-512 .wpforms-container textarea:focus,
.page-id-512 .wpforms-container select:focus { border-color: var(--mo-orange) !important; box-shadow: 0 0 0 1px var(--mo-orange) !important; }
.page-id-512 .wpforms-container label,
.page-id-512 .wpforms-container .wpforms-field-label,
.page-id-512 .wpforms-container .wpforms-field-sublabel { color: var(--mo-muted) !important; text-align: left !important; }
.page-id-512 .wpforms-container button[type="submit"] { min-height: 50px; padding: 10px 24px !important; border: 1px solid var(--mo-orange) !important; border-radius: 0 !important; background: var(--mo-orange) !important; color: #111 !important; font-family: var(--mo-mono); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.page-id-512 .wpforms-container button[type="submit"]:hover,
.page-id-512 .wpforms-container button[type="submit"]:focus-visible { background: transparent !important; color: var(--mo-text) !important; }

/* Biography: compact eras, with detailed credits available on demand. */
.mo-career__hero { display: grid; gap: clamp(36px, 7vw, 120px); grid-template-columns: 1.1fr .9fr; padding: clamp(68px, 9vw, 145px) var(--mo-gutter); border-bottom: 1px solid var(--mo-line); align-items: end; }
.mo-career__hero h1 { margin: 0; font-size: clamp(54px, 8vw, 126px); font-weight: 200; letter-spacing: -.035em; line-height: .9; }
.mo-career__intro { max-width: 650px; }
.mo-career__intro p { margin: 0 0 18px; color: var(--mo-muted); }
.mo-career__timeline { padding: clamp(52px, 7vw, 110px) var(--mo-gutter); }
.mo-career__hint { margin: -14px 0 28px; color: var(--mo-muted); font-size: 13px; }
.mo-era-list { border-top: 1px solid var(--mo-line); }
.mo-era { border-bottom: 1px solid var(--mo-line); background: var(--mo-panel); }
.mo-era summary { display: grid; grid-template-columns: minmax(125px, .36fr) minmax(0, 1fr) 44px; gap: 24px; align-items: center; padding: 24px; cursor: pointer; list-style: none; }
.mo-era summary::-webkit-details-marker { display: none; }
.mo-era summary:hover { background: var(--mo-panel-raised); }
.mo-era__years { color: var(--mo-orange); font-family: var(--mo-mono); font-size: 12px; letter-spacing: .14em; }
.mo-era__headline strong { display: block; font-size: clamp(19px, 2vw, 27px); font-weight: 400; }
.mo-era__headline small { display: block; margin-top: 5px; color: var(--mo-muted); font-size: 13px; }
.mo-era__toggle { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--mo-line); color: var(--mo-orange); font-family: var(--mo-mono); font-size: 22px; }
.mo-era[open] .mo-era__toggle { background: var(--mo-orange); color: #111; transform: rotate(45deg); }
.mo-era__details { padding: 0 24px 26px; }
.mo-era__details ul { margin: 0; padding: 0 0 0 calc(36% + 24px); list-style: none; }
.mo-era__details li { padding: 10px 0; border-top: 1px solid #2b2b2b; color: #c9c9c5; }
.mo-era__details li::before { margin-right: 10px; color: var(--mo-orange); content: "—"; }

.mo-tools-archive { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mo-tool-card { padding: 32px; border: 1px solid var(--mo-line); background: var(--mo-panel); text-decoration: none; }
.mo-tool-card h2 { margin: 12px 0; color: var(--mo-text); font-size: 34px; font-weight: 400; }
.mo-tool-card p { color: var(--mo-muted); }
.mo-tool-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.mo-tool-meta span { padding: 6px 9px; border: 1px solid var(--mo-line); color: var(--mo-muted); font-family: var(--mo-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.mo-tool-hero { display: grid; gap: clamp(32px, 6vw, 90px); grid-template-columns: 1.15fr .85fr; align-items: center; }
.mo-tool-hero__title { font-size: clamp(64px, 10vw, 150px) !important; letter-spacing: .02em; }
.mo-tool-hero__title em { color: var(--mo-orange); font-style: normal; }
.mo-tool-buy { padding: 32px; border: 1px solid var(--mo-line); background: var(--mo-panel); }
.mo-tool-buy strong { display: block; font-size: 42px; font-weight: 300; }

@media (max-width: 1050px) {
  .mo-nav { gap: 22px; }
  .mo-hero { grid-template-columns: 1fr; }
  .mo-showreel { min-height: 56vw; border-right: 0; border-bottom: 1px solid var(--mo-line); }
  .mo-showreel video { min-height: 56vw; }
  .mo-identity { min-height: 520px; }
  .mo-home-grid { grid-template-columns: 1fr; }
  .mo-home-grid > .mo-section + .mo-section { border-top: 1px solid var(--mo-line); border-left: 0; }
  .mo-tool-feature { min-height: 340px; }
}

@media (max-width: 760px) {
  body.admin-bar .mo-header { top: 46px; }
  .mo-header__inner { min-height: 64px; }
  .mo-menu-toggle { display: inline-flex; }
  .mo-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 12px var(--mo-gutter) 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--mo-line);
    background: #151515;
  }
  .mo-nav.is-open { display: flex; }
  .mo-nav a { padding: 14px 0; }
  .mo-showreel, .mo-showreel video { min-height: 66vw; }
  .mo-showreel__icon { width: 68px; height: 68px; }
  .mo-showreel__play { gap: 13px; }
  .mo-showreel__label { font-size: 11px; }
  .mo-identity { min-height: 480px; }
  .mo-specialisms { grid-template-columns: 1fr; }
  .mo-expertise, .mo-tools-archive, .mo-tool-hero { grid-template-columns: 1fr; }
  .mo-work-rail { grid-auto-columns: 84%; }
  .mo-work-card, .mo-work-card img { min-height: 230px; }
  .mo-service, .mo-service:last-child { border-right: 1px solid var(--mo-line); border-bottom: 0; }
  .mo-service:last-child { border-bottom: 1px solid var(--mo-line); }
  .mo-bio { grid-template-columns: 1fr; }
  .mo-career__hero { grid-template-columns: 1fr; }
  .mo-era summary { grid-template-columns: 1fr 38px; gap: 10px 16px; padding: 20px; }
  .mo-era__years { grid-column: 1; }
  .mo-era__headline { grid-column: 1; }
  .mo-era__toggle { grid-column: 2; grid-row: 1 / span 2; }
  .mo-era__details { padding: 0 20px 22px; }
  .mo-era__details ul { padding-left: 0; }
  .mo-footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
