:root {
  --navy: #2a2970;
  --navy-dark: #171847;
  --gold: #f5a521;
  --orange: #db5a2e;
  --teal: #38a988;
  --blue: #1f72b7;
  --white: #ffffff;
  --ink: #18213a;
  --muted: #5d6880;
  --surface: rgba(255, 255, 255, 0.9);
  --soft: #f6f2ea;
  --line: rgba(42, 41, 112, 0.1);
  --shadow-lg: 0 24px 70px rgba(42, 41, 112, 0.14);
  --shadow-md: 0 12px 36px rgba(42, 41, 112, 0.1);
  --menu-surface: #f5a521;
}

@font-face {
  font-family: 'Rosellinda Alyamore';
  src: url('/fonts/Rosellinda%20Alyamore.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--muted);
  background:
    radial-gradient(circle at top left, rgba(31, 114, 183, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(56, 169, 136, 0.1), transparent 30%),
    linear-gradient(180deg, #faf7f0 0%, #ffffff 24%, #ffffff 100%);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(42, 41, 112, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(42, 41, 112, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 88%);
  z-index: -1;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: top 0.22s ease;
}

.site-header-inner,
.site-footer-inner,
.section-inner,
.hero-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header-inner {
  width: calc(100% - 24px);
  max-width: none;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--menu-surface);
  border-radius: 22px;
  padding: 0 28px;
  box-shadow: 0 14px 32px rgba(17, 27, 59, 0.2);
  position: relative;
  animation: menu-float-in 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.site-header.is-sticky {
  top: 6px;
}

.site-header.is-sticky .site-header-inner {
  box-shadow: 0 16px 36px rgba(17, 27, 59, 0.24);
  transform: translateY(0);
}

@keyframes menu-float-in {
  from {
    opacity: 0;
    transform: translateY(-18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--navy);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.03);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.brand-tag {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: 2px;
}

.brand-logo-wide {
  height: 62px;
  width: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--navy);
  padding: 0.7rem 0.5rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--orange);
  background: transparent;
}

.nav .cta-link {
  background: transparent;
  color: var(--navy) !important;
  padding-inline: 0.5rem;
  box-shadow: none;
  font-weight: 600;
}

.mobile-toggle {
  display: none;
  border: 0;
  background: rgba(42, 41, 112, 0.08);
  color: var(--navy);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.hero {
  position: relative;
  padding: 226px 0 46px;
  min-height: 100vh;
  background: #2a2970;
  color: var(--white);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 620px;
  height: 620px;
  top: 8%;
  right: -12%;
  background: rgba(31, 114, 183, 0.14);
}

.hero::after {
  width: 420px;
  height: 420px;
  bottom: -12%;
  left: -8%;
  background: rgba(56, 169, 136, 0.12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.hero-copy {
  max-width: 100%;
}

.landing-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  width: 100%;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.landing-pillar {
  padding: 1.15rem 1rem;
  text-align: center;
  font-size: clamp(0.68rem, 1.3vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--white);
  white-space: nowrap;
}

.landing-pillar:nth-child(1) {
  background: var(--blue);
}

.landing-pillar:nth-child(2) {
  background: var(--teal);
}

.landing-pillar:nth-child(3) {
  background: var(--orange);
}

.landing-pillar:nth-child(4) {
  background: var(--gold);
  color: #111111;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-kicker-script {
  margin: 0 0 18px;
  font-family: 'Rosellinda Alyamore', 'Josefin Sans', 'Georgia', serif;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.02;
  color: var(--gold);
  width: auto;
  max-width: none;
  white-space: nowrap;
}

.hero h1,
.section-title,
.card-title,
.panel-title,
.page-title {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: -0.02em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 5.2rem);
  line-height: 0.92;
  font-weight: 800;
  color: var(--white);
}

.hero h1 span {
  color: var(--gold);
}

.hero-lead {
  max-width: 38rem;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button.primary {
  background: #f5a521;
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(245, 165, 33, 0.32);
}

.button.primary:hover {
  transform: translateY(-2px);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(11, 20, 45, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button.secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.chip {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 26px;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
}

.hero-card-mark {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-mark img {
  width: 78%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.2));
}

.hero-card-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.hero-card-copy {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.75;
}

.hero-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-facts li {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: var(--soft);
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.about-layout .section-head {
  max-width: none;
  margin-bottom: 0;
}

.about-media {
  border-radius: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
  background: transparent;
  min-height: 0;
  margin-top: 96px;
}

.about-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  display: block;
}

.formula-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.formula-layout .section-head {
  max-width: none;
  margin-bottom: 0;
}

.formula-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 41, 112, 0.12);
  box-shadow: var(--shadow-md);
  background: #ffffff;
}

.formula-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  display: block;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  color: var(--navy);
}

.section-copy {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: var(--muted);
}

.section-rule {
  width: 86px;
  height: 2px;
  margin: 22px 0 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#programs .grid-2 {
  gap: 0;
}

.quote-meaning-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-quote-card,
.about-meaning-card {
  border-radius: 14px;
  padding: 26px 28px;
}

.about-quote-card {
  background: #e9e2d7;
  border-left: 4px solid #f5a521;
}

.about-quote-card p {
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.55;
  color: #1f2f63;
}

.about-meaning-card {
  background: #d4dde6;
  border-left: 4px solid #1f72b7;
}

.about-meaning-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #1f72b7;
}

.about-meaning-card strong {
  color: #1f72b7;
}

.section-head .formula-mission-stack {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.formula-vision-card,
.formula-mission-card {
  border-radius: 14px;
  padding: 22px 24px;
}

.formula-card-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.formula-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.formula-card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.formula-vision-card {
  background: #e9e2d7;
  border-left: 4px solid #f5a521;
}

.formula-vision-card .formula-card-icon {
  background: rgba(245, 165, 33, 0.28);
  color: #ab6f00;
}

.formula-mission-card {
  background: #d4dde6;
  border-left: 4px solid #1f72b7;
}

.formula-mission-card .formula-card-icon {
  background: rgba(31, 114, 183, 0.24);
  color: #1f72b7;
}

.formula-vision-card p,
.formula-mission-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.formula-vision-card p {
  color: #1f2f63;
}

.formula-mission-card p {
  color: #1f72b7;
}

.formula-vision-card strong,
.formula-mission-card strong {
  font-weight: 700;
}

.card,
.panel {
  background: var(--surface);
  border: 1px solid rgba(42, 41, 112, 0.08);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}

.card {
  overflow: hidden;
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--orange), var(--gold));
}

.card-body,
.panel-body {
  padding: 24px;
}

.card-kicker,
.panel-kicker {
  margin: 0 0 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.card-title,
.panel-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: var(--navy);
}

.card-copy,
.panel-copy {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--muted);
}

#formula .card-title,
#formula .card-kicker,
#formula .card-copy {
  font-family: 'Poppins', sans-serif;
  letter-spacing: normal;
}

#formula .card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

#formula .card-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: none;
}

.pillar-card {
  border: 0;
  box-shadow: var(--shadow-lg);
}

#programs .pillar-card {
  border-radius: 0;
  box-shadow: none;
}

.pillar-card::before {
  display: none;
}

.pillar-card .card-kicker {
  color: #f5a521;
  font-size: 0.74rem;
}

.pillar-card .card-title {
  color: #ffffff;
}

.pillar-card .card-copy {
  color: rgba(255, 255, 255, 0.9);
}

.pillar-arts {
  background: #38a988;
}

.pillar-research {
  background: #2a2970;
}

.pillar-media {
  background: #db5a2e;
}

.pillar-tech {
  background: #1f72b7;
}

.feature-band {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.metric {
  padding: 20px;
  background: var(--surface);
  border-radius: 18px;
  border: 1px solid rgba(42, 41, 112, 0.08);
  box-shadow: var(--shadow-md);
}

.metric-value {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.metric-icon {
  font-size: 1.15em;
  line-height: 1;
}

.metric-icon-svg {
  display: inline-flex;
  width: 1.15em;
  height: 1.15em;
  align-items: center;
  justify-content: center;
}

.metric-icon-svg svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric-label {
  font-size: 0.82rem;
  text-transform: none;
  letter-spacing: 0.01em;
  color: var(--muted);
}

.list-stack {
  display: grid;
  gap: 14px;
}

.list-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(42, 41, 112, 0.08);
}

.list-item:last-child {
  border-bottom: 0;
}

.accent-bar {
  width: 4px;
  min-height: 42px;
  border-radius: 999px;
  margin-top: 2px;
}

.accent-blue { background: var(--blue); }
.accent-teal { background: var(--teal); }
.accent-orange { background: var(--orange); }
.accent-gold { background: var(--gold); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.value-pill {
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(42, 41, 112, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.value-pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 30px rgba(42, 41, 112, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.footer {
  background: rgba(23, 24, 71, 0.98);
  color: rgba(255, 255, 255, 0.8);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}

.footer-note {
  font-size: 0.82rem;
}

.footer-dots {
  display: flex;
  gap: 8px;
}

.footer-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.page-hero {
  padding: 84px 0 40px;
  background: linear-gradient(180deg, #f6f2ea 0%, #ffffff 100%);
}

.page-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.page-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
}

.page-subtitle {
  max-width: 760px;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
}

.contact-panel {
  background: var(--surface);
  border: 1px solid rgba(42, 41, 112, 0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-md);
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-line {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(42, 41, 112, 0.04);
  border: 1px solid rgba(42, 41, 112, 0.06);
}

.contact-line strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.hero-stack {
  display: grid;
  gap: 14px;
}

.tiny-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tiny-grid div {
  height: 8px;
  border-radius: 999px;
}

.bg-blue { background: var(--blue); }
.bg-teal { background: var(--teal); }
.bg-orange { background: var(--orange); }
.bg-gold { background: var(--gold); }

.hidden-mobile {
  display: block;
}

@media (max-width: 1024px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .contact-layout,
  .about-layout,
  .formula-layout {
    grid-template-columns: 1fr;
  }

  .about-media {
    margin-top: 0;
  }

  .quote-meaning-stack {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 620px;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 8px;
  }

  .site-header-inner {
    min-height: 82px;
    padding: 0 16px;
    border-radius: 18px;
  }

  .brand-logo-wide {
    height: 48px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    padding: 14px;
    border-radius: 16px;
    background: var(--menu-surface);
    border: 1px solid rgba(42, 41, 112, 0.1);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open {
    display: flex;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .site-header-inner,
  .site-footer-inner,
  .section-inner,
  .hero-inner {
    width: min(100% - 32px, 1200px);
  }

  .hero {
    padding-top: 110px;
  }

  .feature-band {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-actions,
  .hero-chips,
  .landing-pillars {
    width: 100%;
  }

  .button,
  .nav a,
  .nav .cta-link {
    width: 100%;
  }

  .nav a {
    padding: 0.85rem 0.95rem;
  }

  .hero-card {
    padding: 18px;
  }

  .card-body,
  .panel-body,
  .contact-panel {
    padding: 20px;
  }

  .hidden-mobile {
    display: none;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}