/* M4RTIAL V100 · portada compacta y responsive */
.v100 {
  --v100-gold: #d5a936;
  --v100-gold-soft: #efd77e;
  --v100-black: #090908;
  --v100-ink: #151411;
  --v100-paper: #f7f3ea;
  --v100-cream: #ece4d5;
  background: var(--v100-paper);
}

.v100 .container {
  width: min(1220px, calc(100% - 56px));
}

.v100 .section {
  padding: 92px 0;
  scroll-margin-top: 76px;
}

.v100 .section-heading {
  margin-bottom: 38px;
  grid-template-columns: 1.12fr .68fr;
  gap: 56px;
}

.v100 .section-heading h2,
.v100 .method-v100 h2,
.v100 .faq-compact h2,
.v100 .contact-card-v100 h2 {
  max-width: 780px;
  font-family: var(--display);
  font-size: clamp(48px, 5.1vw, 74px);
  line-height: .89;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.v100 .eyebrow {
  margin-bottom: 16px;
}

.v100 .site-header {
  height: 76px;
}

.v100 .site-header.scrolled {
  height: 66px;
}

.v100 .brand img {
  width: 48px;
  height: 48px;
}

.v100 .nav {
  gap: 30px;
}

.header-language {
  position: relative;
  margin-left: auto;
  flex: 0 0 auto;
}

.header-language::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--v100-gold-soft);
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-58%);
}

.header-language select {
  width: 64px;
  min-height: 36px;
  padding: 0 25px 0 11px;
  border: 1px solid rgba(240,212,122,.38);
  border-radius: 999px;
  appearance: none;
  color: #f5ead0;
  background: rgba(9,9,8,.74);
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
}

.header-language select:hover,
.header-language select:focus-visible {
  border-color: var(--v100-gold-soft);
  outline: none;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-menu-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-xl07Ob-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
[class*="VIpgJd-ZVi9od-ORHb"],
[class*="VIpgJd-ZVi9od-xl07Ob"],
.skiptranslate iframe,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  display: none !important;
}

body {
  top: 0 !important;
  position: static !important;
}

.hero.hero-v100 {
  min-height: 820px;
  padding: 0;
  display: grid;
  overflow: hidden;
  isolation: isolate;
  background: var(--v100-black);
}

.hero.hero-v100::before {
  content: none;
}

.hero-v100-media,
.hero-v100-shade {
  position: absolute;
  inset: 0;
}

.hero-v100-media {
  left: 43%;
}

.hero-v100-media picture,
.hero-v100-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-v100-media img {
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.88) contrast(1.05);
}

.hero-v100-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, #090908 0%, #090908 35%, rgba(9,9,8,.93) 45%, rgba(9,9,8,.22) 71%, rgba(9,9,8,.04) 100%),
    linear-gradient(0deg, rgba(9,9,8,.58), transparent 44%);
}

.hero-v100-content {
  position: relative;
  z-index: 2;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 610px) 1fr;
  align-items: center;
}

.hero-v100-copy {
  padding: 102px 0 54px;
}

.hero-v100 h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(66px, 7vw, 102px);
  line-height: .82;
}

.hero-v100 .hero-lead {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.65;
}

.hero-v100 .hero-points {
  max-width: 570px;
  margin-top: 34px;
  padding-top: 21px;
}

.hero-v100 .hero-points strong {
  font-size: 25px;
}

.hero-v100-note {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: min(380px, 35vw);
  padding: 18px 20px;
  border-left: 3px solid var(--v100-gold);
  color: white;
  background: rgba(9,9,8,.82);
  backdrop-filter: blur(12px);
}

.hero-v100-note span,
.hero-v100-note strong {
  display: block;
}

.hero-v100-note span {
  margin-bottom: 5px;
  color: var(--v100-gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-v100-note strong {
  font-size: 12px;
}

.quick-paths {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.quick-paths .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-paths a {
  min-height: 84px;
  padding: 0 26px;
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  transition: color .2s, background .2s;
}

.quick-paths a:first-child {
  border-left: 1px solid var(--line);
}

.quick-paths a:hover {
  color: var(--gold-dark);
  background: #faf6ed;
}

.quick-paths span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 900;
}

.quick-paths strong {
  font-size: 12px;
}

.quick-paths b {
  font-size: 18px;
}

.disciplines-v100 {
  background: var(--v100-paper);
}

.visual-programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.program-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  color: white;
  background: var(--v100-black);
}

.program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,9,8,.02) 20%, rgba(9,9,8,.93) 100%);
}

.program-card picture,
.program-card img {
  width: 100%;
  height: 100%;
}

.program-card img {
  object-fit: cover;
  transition: transform .55s ease, filter .3s ease;
}

.program-card:nth-child(1) img {
  object-position: center 30%;
}

.program-card:nth-child(2) img {
  object-position: 45% center;
}

.program-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.program-card > div {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 23px;
  left: 24px;
}

.program-card small {
  color: var(--v100-gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.program-card h3 {
  margin: 8px 0 6px;
  font-family: var(--display);
  font-size: 40px;
  line-height: .9;
  text-transform: uppercase;
}

.program-card p {
  margin: 0;
  color: #c9c5bc;
  font-size: 11px;
}

.program-card b {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.discipline-pills {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.discipline-pills a {
  min-height: 70px;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255,255,255,.38);
  transition: background .2s, color .2s;
}

.discipline-pills a:hover {
  color: var(--gold-dark);
  background: white;
}

.discipline-pills strong {
  font-size: 12px;
}

.discipline-pills span {
  color: var(--muted);
  font-size: 9px;
  text-align: right;
}

.planner-v100 {
  position: relative;
  color: white;
  background: var(--v100-black);
}

.anchor-target {
  position: absolute;
  top: 0;
}

.planner-switch {
  width: min(460px, 100%);
  margin-bottom: 22px;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(255,255,255,.14);
  background: #11110f;
}

.planner-switch button {
  min-height: 48px;
  border: 0;
  color: #97938b;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.planner-switch button[aria-selected="true"] {
  color: var(--v100-black);
  background: var(--v100-gold-soft);
}

.planner-panel[hidden] {
  display: none !important;
}

.planner-v100 .schedule-shell {
  overflow: hidden;
  border-color: rgba(255,255,255,.16);
  border-radius: 16px;
}

.planner-v100 .day-tabs button {
  min-height: 72px;
  font-size: 21px;
}

.planner-v100 .day-panels {
  min-height: 300px;
  padding: 16px 32px;
}

.planner-v100 .day-panel article {
  min-height: 56px;
  padding: 11px 8px;
  grid-template-columns: 146px 1fr auto;
}

.planner-v100 .day-panel time {
  font-size: 21px;
}

.planner-v100 .schedule-cta {
  padding-block: 18px;
}

.price-grid-v100 {
  align-items: stretch;
}

.planner-v100 .price-card {
  min-height: 330px;
  padding: 30px;
  border-color: rgba(255,255,255,.14);
  color: var(--ink);
}

.planner-v100 .price-card.featured {
  border-color: rgba(240,212,122,.55);
  background: #181713;
  transform: none;
}

.planner-v100 .price-card.featured:hover {
  transform: translateY(-6px);
}

.planner-v100 .price-card h3 {
  min-height: 56px;
  font-size: 32px;
}

.planner-v100 .price-card > p:not(.price-name) {
  min-height: 52px;
  margin-bottom: 12px;
}

.planner-v100 .price-card a {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.planner-v100 .featured a {
  border-color: var(--line-dark);
}

.planner-v100 .other-prices {
  margin-top: 14px;
  border-color: rgba(255,255,255,.14);
  background: #11110f;
}

.planner-v100 .other-prices div {
  border-color: rgba(255,255,255,.1);
}

.planner-v100 .other-prices span {
  color: #9c988f;
}

.planner-v100 .other-prices strong {
  color: white;
}

.planner-v100 .price-note {
  color: #858179;
}

.method-v100 {
  background: var(--v100-cream);
}

.method-v100-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.method-v100-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 26px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.method-v100-copy ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.method-v100-copy li {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
}

.method-v100-copy li > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 900;
}

.method-v100-copy strong {
  display: block;
  font-size: 13px;
}

.method-v100-copy li p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.method-v100-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 24px;
  background: #1a1916;
  box-shadow: var(--shadow);
}

.method-v100-card picture,
.method-v100-card img {
  width: 100%;
  height: 100%;
}

.method-v100-card img {
  min-height: 570px;
  object-fit: cover;
  object-position: center;
}

.method-v100-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9,9,8,.86));
}

.location-card {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 22px;
  color: white;
  background: rgba(9,9,8,.86);
  backdrop-filter: blur(12px);
}

.location-card span,
.location-card strong {
  display: block;
}

.location-card span {
  margin-bottom: 5px;
  color: var(--v100-gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.location-card strong {
  font-size: 15px;
}

.location-card p {
  margin: 5px 0 13px;
  color: #aaa69f;
  font-size: 10px;
}

.location-card a {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-v100 {
  background: var(--v100-paper);
}

.contact-v100-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 30px;
  align-items: stretch;
}

.faq-compact,
.contact-card-v100 {
  padding: 46px;
  border-radius: 24px;
}

.faq-compact {
  border: 1px solid var(--line);
  background: white;
}

.faq-compact h2 {
  margin-bottom: 28px;
}

.faq-compact details {
  border-top: 1px solid var(--line);
}

.faq-compact details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-compact summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-compact summary::-webkit-details-marker {
  display: none;
}

.faq-compact summary span {
  color: var(--gold-dark);
  font-size: 20px;
}

.faq-compact details[open] summary span {
  transform: rotate(45deg);
}

.faq-compact details p {
  max-width: 540px;
  margin: -4px 30px 18px 0;
  color: var(--muted);
  font-size: 11px;
}

.contact-card-v100 {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 100% 0%, rgba(213,169,54,.22), transparent 35%),
    var(--v100-black);
}

.contact-card-v100 h2 {
  max-width: 620px;
  margin-bottom: 20px;
}

.contact-card-v100 > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 26px;
  color: #aaa69f;
  font-size: 13px;
}

.contact-links {
  margin-top: 30px;
  border-top: 1px solid var(--line-dark);
}

.contact-links a {
  min-height: 56px;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: center;
}

.contact-links span {
  color: #858179;
  font-size: 9px;
}

.contact-links strong {
  font-size: 11px;
}

.footer.footer-v100,
.footer-v100 {
  padding: 38px 0;
  color: white;
  background: #050505;
}

.footer-v100-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: center;
}

.footer-v100-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #a6a29a;
  font-size: 10px;
}

.footer-v100-links a:hover {
  color: var(--v100-gold-soft);
}

.footer-v100-main > p {
  margin: 0;
  color: #6f6c65;
  font-size: 8px;
}

.footer-v100-legal {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: #77746e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-v100-legal a:hover {
  color: var(--v100-gold-soft);
}

.mobile-actionbar {
  display: none;
}

@media (max-width: 1050px) {
  .hero-v100-media {
    left: 38%;
  }

  .hero-v100-content {
    grid-template-columns: minmax(0, 560px) 1fr;
  }

  .method-v100-layout {
    gap: 42px;
  }

  .contact-v100-grid {
    gap: 18px;
  }
}

@media (max-width: 850px) {
  .v100 .container {
    width: min(100% - 36px, 760px);
  }

  .v100 .site-header,
  .v100 .site-header.scrolled {
    height: 66px;
  }

  .v100 .nav {
    top: 66px;
  }

  .v100 .menu-toggle {
    display: block;
  }

  .header-language {
    margin-left: auto;
  }

  .visual-programs {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .program-card {
    min-height: 410px;
    scroll-snap-align: start;
  }

  .method-v100-layout,
  .contact-v100-grid {
    grid-template-columns: 1fr;
  }

  .method-v100-card {
    min-height: 500px;
  }

  .method-v100-card img {
    min-height: 500px;
  }

  .footer-v100-main {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .footer-v100-main .brand {
    justify-content: center;
  }

  .footer-v100-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .v100 {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .v100 .container {
    width: calc(100% - 28px);
  }

  .v100 .section {
    padding: 64px 0;
    scroll-margin-top: 66px;
  }

  .v100 .section-heading {
    margin-bottom: 28px;
    display: block;
  }

  .v100 .section-heading h2,
  .v100 .method-v100 h2,
  .v100 .faq-compact h2,
  .v100 .contact-card-v100 h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .v100 .section-heading > p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.65;
  }

  .v100 .brand {
    gap: 9px;
  }

  .v100 .brand img {
    width: 42px;
    height: 42px;
  }

  .v100 .brand strong {
    font-size: 17px;
  }

  .v100 .brand small {
    margin-top: 4px;
    font-size: 6px;
  }

  .hero.hero-v100,
  .hero-v100-content {
    min-height: 100svh;
  }

  .hero-v100-media {
    inset: 0;
  }

  .hero-v100-media img {
    object-position: 56% 34%;
  }

  .hero-v100-shade {
    background:
      linear-gradient(180deg, rgba(9,9,8,.15) 0%, rgba(9,9,8,.16) 28%, rgba(9,9,8,.86) 61%, #090908 100%);
  }

  .hero-v100-content {
    display: flex;
    align-items: flex-end;
  }

  .hero-v100-copy {
    width: 100%;
    padding: 116px 0 calc(88px + env(safe-area-inset-bottom));
  }

  .hero-v100 h1 {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(48px, 15vw, 67px);
    line-height: .83;
  }

  .hero-v100 .hero-lead {
    max-width: 520px;
    margin-bottom: 22px;
    color: #d0ccc4;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-v100 .hero-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .hero-v100 .button {
    min-height: 50px;
    padding-inline: 18px;
  }

  .hero-v100 .hero-points {
    margin-top: 23px;
    padding-top: 17px;
  }

  .hero-v100 .hero-points li {
    padding-right: 8px;
  }

  .hero-v100 .hero-points li:not(:first-child) {
    padding-left: 12px;
  }

  .hero-v100 .hero-points strong {
    font-size: 20px;
  }

  .hero-v100 .hero-points span {
    font-size: 7px;
  }

  .hero-v100-note {
    display: none;
  }

  .quick-paths {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .quick-paths::-webkit-scrollbar {
    display: none;
  }

  .quick-paths .container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(3, minmax(245px, 1fr));
  }

  .quick-paths a {
    min-height: 68px;
    padding-inline: 18px;
  }

  .visual-programs {
    margin-right: -14px;
    grid-template-columns: repeat(3, 82vw);
    gap: 10px;
  }

  .program-card {
    min-height: 430px;
    border-radius: 18px;
  }

  .program-card h3 {
    font-size: 37px;
  }

  .discipline-pills {
    grid-template-columns: 1fr 1fr;
  }

  .discipline-pills a {
    min-height: 68px;
    padding: 12px;
    display: block;
  }

  .discipline-pills span {
    margin-top: 4px;
    display: block;
    text-align: left;
  }

  .planner-v100 .section-heading {
    margin-bottom: 24px;
  }

  .planner-switch {
    width: 100%;
  }

  .planner-v100 .schedule-shell {
    border-radius: 14px;
  }

  .planner-v100 .schedule-swipe-hint {
    margin: 0;
    padding: 11px 14px;
    display: flex;
    justify-content: space-between;
    color: #7f7c75;
    font-size: 9px;
  }

  .planner-v100 .day-tabs {
    grid-template-columns: repeat(6, minmax(92px, 1fr));
    overflow-x: auto;
  }

  .planner-v100 .day-tabs button {
    min-height: 64px;
    font-size: 19px;
  }

  .planner-v100 .day-panels {
    min-height: 0;
    padding: 10px 14px;
  }

  .planner-v100 .day-panel article {
    grid-template-columns: 112px 1fr auto;
    gap: 10px;
  }

  .planner-v100 .day-panel time {
    font-size: 15px;
    letter-spacing: .01em;
  }

  .planner-v100 .day-panel strong {
    font-size: 10px;
  }

  .planner-v100 .schedule-cta {
    padding: 16px;
    display: grid;
    gap: 9px;
  }

  .planner-v100 .schedule-cta a {
    justify-content: space-between;
  }

  .price-grid-v100 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .planner-v100 .price-card,
  .planner-v100 .price-card.featured {
    min-height: 0;
    padding: 24px;
    transform: none;
  }

  .planner-v100 .price-card h3 {
    min-height: 0;
    margin-bottom: 17px;
  }

  .planner-v100 .price-card > p:not(.price-name) {
    min-height: 0;
  }

  .planner-v100 .other-prices {
    grid-template-columns: 1fr;
  }

  .planner-v100 .other-prices div {
    min-height: 52px;
  }

  .method-v100-layout {
    gap: 32px;
  }

  .method-v100-copy > p:not(.eyebrow) {
    margin-top: 19px;
  }

  .method-v100-card,
  .method-v100-card img {
    min-height: 460px;
  }

  .method-v100-card {
    border-radius: 18px;
  }

  .location-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 17px;
  }

  .faq-compact,
  .contact-card-v100 {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .contact-card-v100 {
    margin-top: 0;
  }

  .contact-links a {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }

  .footer-v100 {
    padding: 34px 0;
  }

  .footer-v100-links {
    gap: 14px 24px;
  }

  .footer-v100-legal {
    margin-top: 22px;
    padding-top: 16px;
    gap: 10px 18px;
    font-size: 7px;
  }

  .header-language select {
    width: 58px;
    min-height: 34px;
    padding-right: 22px;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-actionbar {
    position: fixed;
    z-index: 140;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(9,9,8,.94);
    backdrop-filter: blur(16px);
  }

  .mobile-actionbar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    color: white;
    background: #1a1916;
    font-size: 11px;
    font-weight: 900;
  }

  .mobile-actionbar a:last-child {
    color: var(--v100-black);
    background: var(--v100-gold-soft);
  }
}

@media (max-width: 420px) {
  .v100 .nav-shell {
    gap: 10px;
  }

  .v100 .brand small {
    display: none;
  }

  .header-language select {
    width: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-card img,
  .button,
  .quick-paths a {
    transition: none;
  }
}
