:root {
  --inmu50-navy: #04162f;
  --inmu50-blue: #073b6b;
  --inmu50-gold: #f4cf73;
  --inmu50-teal: #61d4c8;
  --inmu50-white: #f8fbff;
}


/* Full-screen / full-bleed support for Elementor and boxed WordPress layouts. */
html.inmu50-fullscreen-active,
body.inmu50-fullscreen-active {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #04162f !important;
}

/* Remove spacing from every page-builder/theme wrapper surrounding the shortcode. */
.inmu50-fullbleed-host {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Lock the landing hero to the browser viewport. This prevents theme, Elementor,
   WordPress preview, or admin-bar spacing from leaving bands above or below it. */
.inmu50-hero.inmu50-hero--fullbleed {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
}

@supports (height: 100svh) {
  .inmu50-hero.inmu50-hero--fullbleed {
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
  }
}

@supports (height: 100dvh) {
  .inmu50-hero.inmu50-hero--fullbleed {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
  }
}

.inmu50-hero,
.inmu50-hero * {
  box-sizing: border-box;
}

.inmu50-hero {
  --inmu50-min-height: 100vh;
  position: relative;
  isolation: isolate;
  min-height: var(--inmu50-min-height);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(5.5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem) clamp(6.5rem, 9vw, 8rem);
  color: var(--inmu50-white);
  background:
    radial-gradient(circle at 10% 12%, rgba(97, 212, 200, 0.18), transparent 27%),
    radial-gradient(circle at 88% 15%, rgba(244, 207, 115, 0.17), transparent 25%),
    linear-gradient(135deg, #031126 0%, #072b54 48%, #063a65 72%, #04162f 100%);
  font-family: "Inter", "Sarabun", "Helvetica Neue", Arial, sans-serif;
}

.inmu50-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  right: -22vw;
  bottom: -45%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.035),
    0 0 0 110px rgba(255, 255, 255, 0.022),
    0 0 0 165px rgba(255, 255, 255, 0.014);
  animation: inmu50-spin 24s linear infinite;
  pointer-events: none;
}

.inmu50-hero__aurora {
  position: absolute;
  inset: -30%;
  z-index: 0;
  opacity: 0.78;
  background: conic-gradient(
    from 215deg at 50% 50%,
    transparent 0deg,
    rgba(82, 180, 210, 0.19) 64deg,
    transparent 128deg,
    rgba(244, 207, 115, 0.16) 222deg,
    transparent 305deg
  );
  filter: blur(54px);
  animation: inmu50-aurora 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.inmu50-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  animation: inmu50-grid-drift 18s linear infinite;
  pointer-events: none;
}

.inmu50-hero__journey {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.inmu50-hero__route,
.inmu50-hero__route-shadow {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.inmu50-hero__route-shadow {
  stroke: rgba(244, 207, 115, 0.16);
  stroke-width: 18;
}

.inmu50-hero__route {
  stroke-width: 3;
  stroke-dasharray: 10 17;
  animation: inmu50-route 6s linear infinite;
}

.inmu50-hero__traveller--main {
  fill: #fff7d8;
  filter: drop-shadow(0 0 12px rgba(255, 232, 163, 1));
}

.inmu50-hero__traveller--trail {
  fill: var(--inmu50-teal);
  opacity: 0.55;
  filter: drop-shadow(0 0 9px rgba(97, 212, 200, 0.9));
}

.inmu50-hero__rings {
  position: absolute;
  z-index: 2;
  width: clamp(320px, 42vw, 650px);
  aspect-ratio: 1;
  left: clamp(-240px, -13vw, -80px);
  top: clamp(-210px, -15vw, -90px);
  pointer-events: none;
}

.inmu50-hero__rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(97, 212, 200, 0.18);
  border-radius: 50%;
  animation: inmu50-ring-pulse 7s ease-out infinite;
}

.inmu50-hero__rings span:nth-child(2) { animation-delay: -2.35s; }
.inmu50-hero__rings span:nth-child(3) { animation-delay: -4.7s; }

.inmu50-hero__particle {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  pointer-events: none;
  animation: inmu50-float 5.5s ease-in-out infinite;
}

.inmu50-hero__particle--1 {
  width: 10px; height: 10px; left: 15%; top: 23%;
  background: var(--inmu50-gold);
  box-shadow: 0 0 26px rgba(244,207,115,.9);
}
.inmu50-hero__particle--2 {
  width: 14px; height: 14px; right: 15%; top: 30%;
  background: var(--inmu50-teal);
  box-shadow: 0 0 30px rgba(97,212,200,.85);
  animation-delay: -1.7s;
}
.inmu50-hero__particle--3 {
  width: 7px; height: 7px; right: 37%; bottom: 18%;
  background: #fff;
  box-shadow: 0 0 22px rgba(255,255,255,.9);
  animation-delay: -3.2s;
}
.inmu50-hero__particle--4 {
  width: 6px; height: 6px; left: 43%; top: 17%;
  background: var(--inmu50-gold);
  box-shadow: 0 0 18px rgba(244,207,115,.85);
  animation-delay: -4.1s;
}

.inmu50-hero__content {
  position: relative;
  z-index: 5;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(360px, 1fr);
  gap: clamp(2rem, 4.8vw, 4.75rem);
  align-items: center;
}

.inmu50-hero__anniversary {
  position: relative;
  display: block;
  width: min(100%, 640px);
  justify-self: center;
  opacity: 0;
  transform: translateY(42px) scale(.88);
  animation: inmu50-number-in 1.25s cubic-bezier(.16,1,.3,1) .1s forwards,
             inmu50-number-breathe 5s ease-in-out 1.5s infinite;
  will-change: transform;
}

.inmu50-hero__logo-composition {
  position: relative;
  width: 100%;
  overflow: visible;
}

.inmu50-hero__logo-mark {
  display: block;
  width: min(100%, 560px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,.24));
}

.inmu50-hero__year-write {
  position: absolute;
  left: 40%;
  top: 17%;
  width: 74%;
  max-width: 460px;
  pointer-events: none;
}

.inmu50-hero__year-reveal {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: inmu50-year-reveal 8s cubic-bezier(.45,0,.2,1) infinite;
}

.inmu50-hero__year-image {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(1);
}

.inmu50-hero__year-pen {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 16%;
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 0 0 5px rgba(255,255,255,.14), 0 0 22px rgba(255,255,255,.88);
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: inmu50-year-pen 8s cubic-bezier(.45,0,.2,1) infinite;
}

.inmu50-hero__copy {
  max-width: min(100%, 630px);
}

.inmu50-hero__eyebrow,
.inmu50-hero__title {
  opacity: 0;
  transform: translateY(28px);
  animation: inmu50-copy-in .95s cubic-bezier(.22,1,.36,1) forwards;
}

.inmu50-hero__eyebrow {
  margin: 0 0 1.35rem;
  color: rgba(248,251,255,.62);
  font-size: clamp(.7rem, .9vw, .88rem);
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.6;
  text-transform: uppercase;
  animation-delay: .55s;
}

.inmu50-hero__title {
  margin: 0;
  max-width: 11ch;
  font-family: "Inter", "Sarabun", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
  animation-delay: .78s;
}

.inmu50-hero__title-main {
  display: block;
  color: var(--inmu50-white);
  font-size: clamp(2.75rem, 4.6vw, 5.4rem);
  text-shadow: 0 14px 36px rgba(0,0,0,.22);
}

.inmu50-hero__title-impact {
  display: block;
  margin-top: .56em;
  max-width: 17ch;
  font-family: "Inter", "Sarabun", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.7rem);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -.018em;
  color: transparent;
  background: linear-gradient(90deg, var(--inmu50-gold), #fff1be 48%, var(--inmu50-teal));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.16));
}


.inmu50-hero__keywords {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: hidden;
  color: rgba(248,251,255,.84);
  font-size: clamp(.62rem, .72vw, .78rem);
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.inmu50-hero__keyword {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(4,22,47,.28);
  box-shadow: 0 12px 32px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  opacity: 0;
  white-space: nowrap;
  transform: translate3d(var(--inmu50-keyword-x, 0), var(--inmu50-keyword-y, 0), 0) rotate(var(--inmu50-keyword-tilt, 0deg));
  will-change: transform, opacity;
  transition: opacity .75s ease;
}

.inmu50-hero__keyword.is-floating {
  opacity: .92;
}

.inmu50-hero__keyword i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--inmu50-keyword-color, var(--inmu50-gold));
  box-shadow: 0 0 14px var(--inmu50-keyword-shadow, rgba(244,207,115,.62));
}

.inmu50-hero__keyword--research {
  left: 0;
  top: 0;
  --inmu50-keyword-color: var(--inmu50-teal);
  --inmu50-keyword-shadow: rgba(97,212,200,.68);
}

.inmu50-hero__keyword--nutrition {
  left: 0;
  top: 0;
  --inmu50-keyword-color: var(--inmu50-gold);
  --inmu50-keyword-shadow: rgba(244,207,115,.68);
}

.inmu50-hero__keyword--impact {
  left: 0;
  top: 0;
  --inmu50-keyword-color: #ffffff;
  --inmu50-keyword-shadow: rgba(255,255,255,.58);
}

.inmu50-hero__timeline {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  color: rgba(255,255,255,.54);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.inmu50-hero__timeline-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  opacity: 0;
  transform: translateY(10px);
  animation: inmu50-copy-in .75s ease forwards;
}

.inmu50-hero__timeline-item i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--inmu50-gold);
  box-shadow: 0 0 0 0 rgba(244,207,115,.65);
  animation: inmu50-dot-pulse 2.4s ease-out infinite;
}

.inmu50-hero__timeline-item--1 { left: 4%; bottom: 18%; animation-delay: 1.35s; }
.inmu50-hero__timeline-item--5 { right: 4%; top: 9%; animation-delay: 2.03s; }

.inmu50-hero__entry {
  position: absolute;
  left: 50%;
  bottom: clamp(1.15rem, 3vw, 2rem);
  z-index: 8;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: .75rem;
  width: auto;
  max-width: calc(100% - 2rem);
  opacity: 0;
  animation: inmu50-fade-in .8s ease 2.15s forwards;
}

.inmu50-hero__entry-button {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  padding: .62rem 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(248,251,255,.58);
  background: rgba(4,22,47,.16);
  box-shadow: 0 8px 20px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font: inherit;
  font-size: clamp(.86rem, .95vw, .98rem);
  font-weight: 680;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  opacity: .3;
  transition: opacity .26s ease, transform .26s ease, color .26s ease, border-color .26s ease, box-shadow .26s ease, background .26s ease;
}

.inmu50-hero__entry-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  opacity: .18;
  background: linear-gradient(115deg, rgba(244,207,115,.12), rgba(97,212,200,.1), rgba(255,255,255,.05));
  transition: opacity .26s ease;
}

.inmu50-hero__entry-button--thai {
  background: linear-gradient(135deg, rgba(244,207,115,.08), rgba(4,22,47,.17));
  font-family: "Sarabun", "Inter", Tahoma, sans-serif;
}

.inmu50-hero__entry-button--english {
  background: linear-gradient(135deg, rgba(97,212,200,.08), rgba(4,22,47,.17));
  font-family: "Inter", "Sarabun", "Helvetica Neue", Arial, sans-serif;
}

.inmu50-hero__entry-button:hover,
.inmu50-hero__entry-button:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  color: var(--inmu50-white);
  border-color: rgba(255,255,255,.42);
  background: rgba(6,58,101,.64);
  box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 20px rgba(97,212,200,.14), inset 0 1px 0 rgba(255,255,255,.16);
}

.inmu50-hero__entry-button:hover::before,
.inmu50-hero__entry-button:focus-visible::before {
  opacity: .86;
}

.inmu50-hero__entry-button:focus-visible {
  outline: 3px solid rgba(244,207,115,.72);
  outline-offset: 4px;
}

@keyframes inmu50-number-in {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes inmu50-number-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.012); }
}
@keyframes inmu50-copy-in {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes inmu50-fade-in { to { opacity: 1; } }
@keyframes inmu50-route { to { stroke-dashoffset: -270; } }
@keyframes inmu50-shimmer {
  0% { background-position: 125% 0; }
  100% { background-position: -125% 0; }
}
@keyframes inmu50-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(8px,-22px,0); }
}
@keyframes inmu50-aurora {
  0% { transform: translate3d(-4%,-2%,0) rotate(-4deg) scale(1); }
  100% { transform: translate3d(5%,3%,0) rotate(7deg) scale(1.1); }
}
@keyframes inmu50-spin { to { transform: rotate(360deg); } }
@keyframes inmu50-grid-drift { to { background-position: 72px 72px, 72px 72px; } }
@keyframes inmu50-ring-pulse {
  0% { transform: scale(.5); opacity: 0; }
  20% { opacity: .75; }
  100% { transform: scale(1.25); opacity: 0; }
}
@keyframes inmu50-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(244,207,115,.65); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(244,207,115,0); }
}
@keyframes inmu50-line-glow {
  0%, 100% { opacity: .55; transform: scaleX(.8); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}
@keyframes inmu50-scroll-line {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  35% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  65% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

@keyframes inmu50-year-reveal {
  0%, 8% { clip-path: inset(0 100% 0 0); }
  18% { clip-path: inset(0 76% 0 0); }
  34%, 68% { clip-path: inset(0 0 0 0); }
  86% { clip-path: inset(0 0 0 100%); }
  100% { clip-path: inset(0 0 0 100%); }
}

@keyframes inmu50-year-pen {
  0%, 8%   { left: 3%; top: 13%; opacity: 0; }
  10%      { opacity: 1; }
  18%      { left: 10%; top: 44%; }
  34%      { left: 38%; top: 10%; }
  50%      { left: 49%; top: 40%; }
  66%      { left: 72%; top: 32%; }
  80%      { left: 88%; top: 20%; opacity: 1; }
  90%,100% { left: 98%; top: 24%; opacity: 0; }
}














@media (min-width: 1180px) {
  .inmu50-hero__content {
    width: min(1380px, 100%);
    grid-template-columns: minmax(260px, .82fr) minmax(760px, 1.18fr);
    gap: clamp(1.8rem, 3.5vw, 4rem);
  }
  .inmu50-hero__copy {
    max-width: min(100%, 960px);
  }
  .inmu50-hero__title {
    max-width: none;
  }
  .inmu50-hero__title-main {
    white-space: nowrap;
    font-size: clamp(2.65rem, 4vw, 4.9rem);
    line-height: 1.02;
  }
  .inmu50-hero__title-impact {
    white-space: nowrap;
    max-width: none;
    font-size: clamp(1rem, 1.34vw, 1.48rem);
    line-height: 1.22;
  }
}

@media (max-width: 1280px) {
  .inmu50-hero__content {
    width: min(1080px, 100%);
    grid-template-columns: minmax(230px, .78fr) minmax(340px, 1fr);
    gap: clamp(1.75rem, 3vw, 3.2rem);
  }
  .inmu50-hero__title { max-width: 10ch; }
  .inmu50-hero__title-main { font-size: clamp(2.55rem, 4.9vw, 4.85rem); }
  .inmu50-hero__title-impact {
    max-width: 18ch;
    font-size: clamp(1rem, 1.85vw, 1.45rem);
  }
}

@media (max-width: 920px) {
  .inmu50-hero {
    min-height: max(var(--inmu50-min-height), 790px);
    padding-top: 6.5rem;
  }
  .inmu50-hero__content {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    text-align: center;
  }
  .inmu50-hero__anniversary { order: 1; width: min(88vw, 620px); }
  .inmu50-hero__copy { order: 2; margin-inline: auto; max-width: 680px; }
  .inmu50-hero__title { max-width: 12ch; margin-inline: auto; }
  .inmu50-hero__title-main { font-size: clamp(2.7rem, 8vw, 4.8rem); }
  .inmu50-hero__title-impact {
    margin-inline: auto;
    max-width: 24ch;
    font-size: clamp(1.05rem, 3vw, 1.55rem);
    line-height: 1.3;
  }
  .inmu50-hero__logo-mark { width: min(100%, 520px); }
  .inmu50-hero__year-write { left: 40%; top: 18%; width: 72%; }
}

@media (max-width: 560px) {
  .inmu50-hero {
    min-height: 800px;
    padding-inline: 1.1rem;
    padding-top: 6.2rem;
  }
  .inmu50-hero__content { gap: 3rem; }
  .inmu50-hero__anniversary { width: min(100%, 430px); }
  .inmu50-hero__logo-mark { width: 100%; }
  .inmu50-hero__year-write { left: 40%; top: 18%; width: 75%; }
  .inmu50-hero__year-pen { width: 11px; height: 11px; box-shadow: 0 0 0 4px rgba(255,255,255,.14), 0 0 16px rgba(255,255,255,.82); }
  .inmu50-hero__keywords { font-size: .54rem; letter-spacing: .13em; }
  .inmu50-hero__keyword { gap: .4rem; padding: .52rem .68rem; }
  .inmu50-hero__keyword i { width: 5px; height: 5px; }
  .inmu50-hero__title { max-width: 11ch; }
  .inmu50-hero__title-main { font-size: clamp(2.35rem, 10.5vw, 3.7rem); line-height: 1.04; }
  .inmu50-hero__title-impact { max-width: 19ch; font-size: clamp(.98rem, 5vw, 1.25rem); line-height: 1.32; }
  .inmu50-hero__eyebrow { font-size: .68rem; letter-spacing: .15em; }
  .inmu50-hero__timeline-item--1 { left: 5%; bottom: 15%; }
  .inmu50-hero__timeline-item--5 { right: 5%; top: 8%; }
  .inmu50-hero__entry {
    bottom: 1rem;
    flex-direction: column;
    gap: .55rem;
    width: auto;
    max-width: calc(100% - 2.2rem);
  }
  .inmu50-hero__entry-button {
    min-width: 104px;
    min-height: 40px;
    padding: .58rem 1.15rem;
    font-size: .86rem;
  }
}


@media (min-width: 1024px) {
  .inmu50-hero {
    padding-inline: clamp(1.5rem, 3vw, 3rem);
  }
  .inmu50-hero__content {
    width: min(1320px, 100%);
    grid-template-columns: minmax(230px, .72fr) minmax(680px, 1.28fr);
    gap: clamp(1.25rem, 2.6vw, 2.75rem);
  }
  .inmu50-hero__anniversary {
    width: min(100%, 500px);
  }
  .inmu50-hero__logo-mark {
    width: min(100%, 500px);
  }
  .inmu50-hero__year-write {
    left: 40%;
    top: 17%;
    width: 72%;
    max-width: 430px;
  }
  .inmu50-hero__copy {
    max-width: none;
  }
  .inmu50-hero__title {
    max-width: none;
  }
  .inmu50-hero__title-main {
    white-space: nowrap;
    font-size: clamp(2.45rem, 3.9vw, 4.55rem);
    line-height: 1.02;
  }
  .inmu50-hero__title-impact {
    white-space: nowrap;
    max-width: none;
    margin-top: .52em;
    font-size: clamp(1rem, 1.34vw, 1.52rem);
    line-height: 1.18;
  }
}

@media (min-width: 1024px) {
  .inmu50-hero__content {
    gap: clamp(4.25rem, 6vw, 7rem);
  }
  .inmu50-hero__anniversary {
    justify-self: end;
    width: min(100%, 470px);
  }
  .inmu50-hero__logo-mark {
    width: min(100%, 470px);
  }
  .inmu50-hero__year-write {
    width: 68%;
    max-width: 390px;
  }
  .inmu50-hero__copy {
    padding-left: clamp(1rem, 2vw, 2.5rem);
  }
}

@media (min-width: 1440px) {
  .inmu50-hero__content {
    width: min(1420px, 100%);
    grid-template-columns: minmax(360px, .78fr) minmax(720px, 1.22fr);
    gap: clamp(5rem, 6.4vw, 8rem);
  }
  .inmu50-hero__anniversary,
  .inmu50-hero__logo-mark {
    width: min(100%, 500px);
  }
  .inmu50-hero__year-write {
    width: 68%;
    max-width: 410px;
  }
}

@media (max-width: 920px) {
  .inmu50-hero__anniversary {
    width: min(82vw, 560px);
  }
  .inmu50-hero__year-write {
    left: 38%;
    width: 62%;
  }
}

@media (max-width: 560px) {
  .inmu50-hero__anniversary {
    width: min(calc(100vw - 2.2rem), 390px);
  }
  .inmu50-hero__year-write {
    left: 36%;
    top: 18%;
    width: 61%;
  }
}

/* Version 2.9.16: enlarge the supporting impact statement without affecting the logo. */
.inmu50-hero__title-impact {
  font-size: clamp(1.2rem, 2vw, 2.05rem);
}

@media (min-width: 1024px) {
  .inmu50-hero__title-impact {
    font-size: clamp(1.2rem, 1.65vw, 1.88rem);
  }
}

@media (max-width: 920px) {
  .inmu50-hero__title-impact {
    font-size: clamp(1.2rem, 3.6vw, 1.85rem);
  }
}

@media (max-width: 560px) {
  .inmu50-hero__title-impact {
    font-size: clamp(1.08rem, 5.8vw, 1.45rem);
  }
}
