:root {
  --navy: #031b3d;
  --navy-2: #06295a;
  --ink: #15263d;
  --blue: #08a9dc;
  --blue-soft: #dff6fc;
  --green: #58b936;
  --green-dark: #27862e;
  --orange: #ff4b00;
  --cream: #f7f6ef;
  --white: #ffffff;
  --line: #d9e1e8;
  --muted: #5b697a;
  --shadow: 0 22px 70px rgba(3, 27, 61, 0.14);
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family:
    "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 82px;
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(3, 27, 61, 0.97);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 40px;
  padding: 3px 4px;
  object-fit: contain;
  background: var(--white);
  border-radius: 9px;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 5px;
  color: #8bd451;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

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

.nav-cta {
  padding: 10px 17px;
  color: var(--navy);
  background: var(--white);
  border-radius: 999px;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(3, 27, 61, 0.98) 0%, rgba(3, 27, 61, 0.96) 52%, rgba(4, 40, 83, 0.94) 100%),
    var(--navy);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, black 45%, black 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-glow-one {
  top: 120px;
  right: -140px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(8, 169, 220, 0.22), transparent 68%);
}

.hero-glow-two {
  right: 400px;
  bottom: -340px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(88, 185, 54, 0.13), transparent 68%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  min-height: 760px;
  padding-top: 86px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 74px 0 84px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 19px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bdeea3;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--blue);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 6.3vw, 88px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: #dce7f3;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 39px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

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

.button-primary {
  color: var(--navy);
  background: var(--green);
  box-shadow: 0 10px 28px rgba(88, 185, 54, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #72cc4e;
}

.button-dark {
  color: var(--white);
  background: var(--navy);
}

.text-link {
  color: #e9f2fa;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.text-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--blue);
  font-size: 18px;
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.logo-showcase {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 430px;
  height: 510px;
  transform: translate(-50%, -50%);
}

.logo-halo {
  position: absolute;
  inset: 45px -30px 5px;
  background:
    radial-gradient(circle at 35% 30%, rgba(8, 169, 220, 0.4), transparent 38%),
    radial-gradient(circle at 70% 60%, rgba(88, 185, 54, 0.35), transparent 42%);
  border-radius: 50%;
  filter: blur(26px);
}

.logo-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 370px;
  height: 420px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.29);
  transform: translate(-50%, -50%);
  rotate: 1.5deg;
}

.logo-panel img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.showcase-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 158px;
  padding: 12px 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.showcase-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
}

.showcase-dot.blue {
  background: var(--blue);
}

.showcase-dot.green {
  background: var(--green);
}

.showcase-dot.orange {
  background: var(--orange);
}

.showcase-note strong {
  font-size: 13px;
}

.note-one {
  top: 12px;
  left: -42px;
}

.note-two {
  top: 212px;
  right: -65px;
}

.note-three {
  bottom: 5px;
  left: -10px;
}

.signal-strip {
  padding: 19px 0;
  color: #274464;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.signal-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}

.signal-items p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-items span {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.section {
  padding: 112px 0;
}

.mission-section {
  background: var(--cream);
}

.mission-layout {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 100px;
}

.section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.mission-copy {
  padding-top: 31px;
  color: var(--muted);
  font-size: 17px;
}

.mission-copy p {
  margin-top: 0;
}

.mission-lead {
  color: var(--ink);
  font-size: 21px;
  font-weight: 650;
}

.mission-principle {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  margin-top: 33px;
  padding-top: 25px;
  border-top: 1px solid #cdd7de;
}

.principle-mark {
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.8;
}

.mission-principle p {
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
}

.goals-section {
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 57px;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 17px;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.goal-card {
  position: relative;
  min-height: 390px;
  padding: 34px;
  overflow: hidden;
  background: #f7fafc;
  border: 1px solid #e0e7ed;
  border-radius: 20px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.goal-card:hover {
  box-shadow: 0 18px 40px rgba(3, 27, 61, 0.1);
  transform: translateY(-4px);
}

.goal-card.featured {
  background: #eff9ed;
  border-color: #cce7c4;
}

.goal-number {
  color: #98a6b4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.goal-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 43px 0 28px;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 18px;
}

.featured .goal-icon {
  color: var(--green-dark);
  background: #d9f0d2;
}

.goal-icon svg {
  width: 39px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.goal-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}

.goal-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.approach-section {
  position: relative;
  color: var(--white);
  background: var(--navy);
}

.approach-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 120px;
  align-items: center;
}

.section-kicker.light {
  color: #9cdd79;
}

.approach-copy h2 {
  color: var(--white);
}

.approach-copy > p:not(.section-kicker) {
  margin: 27px 0 0;
  color: #cbd8e6;
  font-size: 18px;
}

.approach-list {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.approach-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 650;
}

.approach-list span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--navy);
  background: var(--green);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.pathway {
  position: relative;
  display: grid;
  gap: 10px;
}

.pathway-line {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 26px;
  width: 1px;
  background: linear-gradient(var(--blue), var(--green));
}

.pathway-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 22px 24px 22px 0;
}

.pathway-step > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--white);
  background: var(--navy-2);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.pathway-step strong {
  display: block;
  margin-top: 2px;
  font-size: 18px;
}

.pathway-step p {
  margin: 4px 0 0;
  color: #aebfd0;
  font-size: 14px;
}

.initiative-section {
  background: #ecf3f7;
}

.initiative-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 610px;
  overflow: hidden;
  background: var(--white);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.initiative-content {
  padding: 75px 70px;
}

.initiative-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.initiative-title h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.initiative-title h2 em {
  display: block;
  color: var(--green-dark);
  font-size: 0.58em;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.speak-mark {
  flex: 0 0 72px;
}

.speak-mark svg {
  width: 72px;
  fill: var(--blue);
}

.speak-heart {
  fill: var(--white);
}

.initiative-content > p:not(.section-kicker) {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.initiative-features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 34px;
}

.initiative-features span {
  padding: 7px 12px;
  color: #31506d;
  background: #eff5f8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.initiative-visual {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(88, 185, 54, 0.3), transparent 35%),
    linear-gradient(145deg, #05285a, #021832);
}

.initiative-visual::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
}

.deck-card {
  position: absolute;
  width: 248px;
  height: 347px;
  background: var(--white);
  border: 9px solid var(--navy);
  border-radius: 22px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.3);
}

.deck-card-back {
  background: #0aa8d7;
  transform: translate(78px, -22px) rotate(11deg);
}

.deck-card-middle {
  background: var(--green);
  transform: translate(-68px, 13px) rotate(-11deg);
}

.deck-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 21px;
  text-align: center;
  transform: rotate(2deg);
}

.mini-stripes {
  position: absolute;
  top: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 140px;
  height: 8px;
}

.mini-stripes span:nth-child(1) {
  background: var(--navy);
}

.mini-stripes span:nth-child(2) {
  background: var(--blue);
}

.mini-stripes span:nth-child(3) {
  background: var(--green-dark);
}

.mini-bubbles {
  position: relative;
  width: 51px;
  height: 35px;
  margin-bottom: 22px;
}

.mini-bubbles i {
  position: absolute;
  width: 32px;
  height: 25px;
  background: var(--blue);
  border-radius: 50%;
}

.mini-bubbles i::after {
  position: absolute;
  bottom: -4px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: inherit;
  content: "";
  transform: rotate(45deg);
}

.mini-bubbles i:nth-child(2) {
  top: 5px;
  right: 0;
  background: var(--green);
}

.deck-card-front strong {
  color: var(--navy);
  font-size: 35px;
  letter-spacing: -0.05em;
}

.deck-card-front b {
  color: var(--green-dark);
  font-size: 15px;
  font-style: italic;
}

.deck-card-front small {
  position: absolute;
  bottom: 35px;
  color: #435469;
  font-size: 10px;
}

.audience-section {
  background: var(--white);
}

.audience-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 50px;
}

.audience-grid div {
  padding-top: 18px;
  border-top: 3px solid var(--blue);
}

.audience-grid div:nth-child(even) {
  border-color: var(--green);
}

.audience-grid strong {
  color: var(--navy);
  font-size: 17px;
}

.audience-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.closing-section {
  position: relative;
  padding: 115px 0;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background: linear-gradient(135deg, #06306a, var(--navy));
}

.closing-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: radial-gradient(circle, white 1.3px, transparent 1.3px);
  background-size: 26px 26px;
}

.closing-content {
  position: relative;
  max-width: 830px;
}

.closing-content h2 {
  color: var(--white);
}

.closing-content > p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px auto 31px;
  color: #d7e4ef;
  font-size: 18px;
}

.site-footer {
  padding: 60px 0 27px;
  color: #b8c5d2;
  background: #02132b;
}

.footer-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.75fr;
  align-items: center;
  gap: 45px;
}

.footer-brand {
  color: var(--white);
}

.footer-layout > p {
  margin: 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 23px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

:focus-visible {
  outline: 3px solid #f1ce3e;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .site-nav {
    gap: 17px;
  }

  .hero-layout {
    grid-template-columns: 1fr 0.7fr;
  }

  .logo-showcase {
    left: 64%;
    transform: translate(-50%, -50%) scale(0.78);
  }

  .mission-layout,
  .approach-layout {
    gap: 60px;
  }

  .initiative-content {
    padding: 60px 45px;
  }

  .audience-layout {
    gap: 60px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 620px);
  }

  html {
    scroll-padding-top: 74px;
  }

  .site-header {
    height: 72px;
    background: rgba(3, 27, 61, 0.97);
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0 10px 14px;
    color: var(--white);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 160ms ease;
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .menu-icon::before {
    top: -7px;
  }

  .menu-icon::after {
    top: 7px;
  }

  .menu-button[aria-expanded="true"] .menu-icon {
    background: transparent;
  }

  .menu-button[aria-expanded="true"] .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-button[aria-expanded="true"] .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 15px 20px;
    background: rgba(3, 27, 61, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    mask-image: linear-gradient(transparent, black);
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 72px;
  }

  .hero-copy {
    padding: 74px 0 35px;
  }

  .hero h1 {
    font-size: clamp(48px, 14.5vw, 70px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-visual {
    width: 100%;
    min-height: 400px;
  }

  .logo-showcase {
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.78);
  }

  .signal-items {
    flex-wrap: wrap;
    gap: 9px 15px;
  }

  .signal-items p {
    font-size: 9px;
  }

  .section {
    padding: 78px 0;
  }

  .mission-layout,
  .section-heading,
  .approach-layout,
  .initiative-card,
  .audience-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .mission-layout,
  .section-heading,
  .approach-layout,
  .audience-layout {
    gap: 38px;
  }

  .mission-copy {
    padding-top: 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .goal-grid {
    grid-template-columns: 1fr;
  }

  .goal-card {
    min-height: 0;
  }

  .goal-icon {
    margin: 30px 0 24px;
  }

  .initiative-content {
    padding: 48px 27px 55px;
  }

  .initiative-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .initiative-visual {
    min-height: 520px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .closing-section {
    padding: 82px 0;
  }

  .footer-layout {
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-width: 390px) {
  .brand strong {
    font-size: 16px;
  }

  .brand-mark {
    width: 36px;
  }

  .menu-label {
    display: none;
  }

  .showcase-note {
    min-width: 150px;
  }

  .deck-card {
    width: 220px;
    height: 308px;
  }
}

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