
:root {
  --font-display: "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Segoe UI", "Noto Sans Devanagari", system-ui, sans-serif;
  --font-hindi: "Noto Sans Devanagari", "Segoe UI", sans-serif;
}
html, body { height: 100%; }
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.cover { position: relative; }
.cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --ink: #e8eef8;
  --paper: #0f1a2c;
  --mango: #e0a12a;
  --holi: #ff7a59;
  --sky: #6ec8e0;
  --hostel: #f0c56a;
  --dusk: #081018;
  --mute: #a8b6cc;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  background: #070b14;
  font-family: var(--font-body), "Noto Sans Devanagari", sans-serif;
}

.site-main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

/* Three vertical stacks; each stack is an absolute fade slideshow under floating copy */
.dyn-panel {
  position: relative;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff6ea;
}

.dyn-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #070b14;
}

.dyn-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fleet-fade var(--fleet-cycle, 15s) ease-in-out infinite;
}

.dyn-slide:first-child {
  opacity: 1;
}

.dyn-panel-mobile-only {
  display: none;
}

/* 3-slide stack: each holds ~1/3 of the cycle with a short crossfade */
@keyframes fleet-fade {
  0% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.dyn-img {
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
  height: 100%;
}

.dyn-focus-left {
  object-position: 28% 16%;
}

.dyn-focus-hero {
  object-position: 31% 16%;
}

.dyn-focus-pearl-wide {
  object-position: 45% 18%;
}

.dyn-focus-courtyard {
  object-position: 46% 18%;
}

.dyn-focus-ghat {
  object-position: 42% 18%;
}

.dyn-focus-duo {
  object-position: 52% 18%;
}

.dyn-focus-midleft {
  object-position: 38% 20%;
}

.dyn-focus-center {
  object-position: center 18%;
}

.dyn-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.5rem 0 calc(2.2rem + env(safe-area-inset-bottom, 0px));
  text-shadow: 0 1px 2px #070b14e6, 0 0 18px #070b14aa;
  pointer-events: none;
}

.dyn-copy a,
.dyn-copy .btn,
.dyn-copy .story-link {
  pointer-events: auto;
}

.dyn-copy h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.dyn-copy .story-list {
  margin-top: 1.4rem;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: 0.55rem 0.9rem;
  background: var(--mango);
  color: #0f1a2c;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1120px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  color: var(--ink);
  background: transparent;
  border-bottom: none;
}

.brand strong,
.brand em,
.site-nav a {
  text-shadow: 0 1px 2px #070b14cc, 0 0 12px #070b1488;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.65rem 0;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  text-decoration: none;
  min-width: 0;
}

.brand strong {
  font-family: var(--font-display), sans-serif;
  font-size: 0.92rem;
  letter-spacing: -0.03em;
}

.brand em {
  font-style: normal;
  font-family: var(--font-hindi), sans-serif;
  font-size: 0.78rem;
  color: var(--hostel);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  margin-left: auto;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.lang-switch a {
  color: #fff6eacc;
  text-decoration: none;
  text-shadow: 0 1px 2px #070b14cc;
}

.lang-switch a.is-active {
  color: var(--mango);
}

.lang-switch .lang-hi {
  font-family: var(--font-hindi), sans-serif;
}

.lang-switch .lang-sep {
  color: #fff6ea99;
  font-weight: 500;
  user-select: none;
}

.kicker {
  display: inline-flex;
  margin: 0 0 0.8rem;
  color: var(--holi);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.7rem 0.9rem;
  font-weight: 650;
  font-size: 0.92rem;
}

.site-nav a {
  text-decoration: none;
  background: linear-gradient(var(--mango), var(--mango)) 0 100% / 0 2px
    no-repeat;
  transition: background-size 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background-size: 100% 2px;
}

.menu-toggle {
  display: none;
  background: var(--mango);
  color: #0f1a2c;
  border: 0;
  border-radius: 2px;
  padding: 0.4rem 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.nav-drawer {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.menu-label-close {
  display: none;
}

.hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100svh;
  color: #fff6ea;
  overflow: hidden;
}

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

.hero-img {
  object-fit: cover;
  object-position: 42% 10%;
  width: 100%;
  height: 100%;
}

.hero-media::after {
  display: none;
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr min(32rem, 100%);
  align-items: end;
  min-height: 100dvh;
}

.hero-copy {
  grid-column: 2;
  padding: 6.5rem 0 3.4rem;
  text-shadow: 0 1px 2px #070b14e6, 0 0 18px #070b14aa;
}

.hero-brand {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  animation: rise 0.85s ease both;
}

.hero-brand span {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--font-hindi), sans-serif;
  font-size: 0.28em;
  letter-spacing: 0;
  color: var(--hostel);
}

.hero-line {
  margin: 1.1rem 0 0.7rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  animation: rise 0.85s ease 0.12s both;
}

.lede {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 34rem;
  color: var(--mute);
}

.dyn-copy .lede,
.dyn-copy .hero-line {
  color: #f3ddc4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
  animation: rise 0.85s ease 0.28s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 0.78rem 1.15rem;
  font-weight: 750;
}

.btn-primary {
  background: var(--mango);
  color: #0f1a2c;
}

.btn-ghost {
  border: 2px solid currentColor;
}

.section {
  padding: 3.4rem 0;
  background: transparent;
  border-block: 1px solid #e8eef818;
}

.page-hero {
  padding: 6.4rem 0 3rem;
  background: transparent;
  text-shadow: 0 1px 2px #070b14e6, 0 0 16px #070b14aa;
}

.section h2,
.band h1,
.band h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.band h1 {
  font-size: clamp(2.2rem, 6vw, 3.6rem);
}

.wins-hero-panel .dyn-img {
  object-fit: cover;
  object-position: center 28%;
}

.wins-hero-panel .dyn-media {
  background: #070b14;
}

.wins-hero-panel .dyn-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    #070b14f2 0%,
    #070b14aa 28%,
    #070b1400 55%
  );
  pointer-events: none;
}

.wins-hero-panel .dyn-copy {
  padding-top: 5.5rem;
}

.wins-hero-panel .wins-teaser {
  max-width: 42rem;
}

.wins-hero-panel .wins-teaser .lede {
  color: #fff6ea;
}

.wins-hero-panel .story-link {
  border-color: #e8eef844;
}

.wins-hero-panel .story-link .meta,
.wins-hero-panel .story-link p {
  color: #d7dde8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.category-grid {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.category-block {
  border-top: 1px solid #e8eef844;
  padding-top: 1.2rem;
}

.category-head h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.category-head h2 a {
  color: inherit;
  text-decoration: none;
}

.category-head h2 a:hover,
.category-head h2 a:focus-visible {
  color: var(--holi);
}

.category-lede {
  margin: 0;
  color: var(--mute);
  font-size: 0.95rem;
}

.source-note {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid #e8eef833;
  color: var(--mute);
  font-size: 0.92rem;
  line-height: 1.55;
}

.story-list {
  margin-top: 1.6rem;
  border-top: 1px solid #e8eef844;
}

.category-block .story-list {
  margin-top: 0.9rem;
}

.story-link {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1.1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e8eef822;
  text-decoration: none;
  transition: color 0.2s ease;
}

.story-link h2,
.story-link h3 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.story-link:hover h2,
.story-link:focus-visible h2,
.story-link:hover h3,
.story-link:focus-visible h3 {
  color: var(--holi);
}

.story-link p {
  margin: 0;
  color: var(--mute);
}

.meta {
  color: var(--hostel);
  font-size: 0.84rem;
  font-weight: 700;
}

.band {
  position: relative;
  min-height: min(36rem, 78vh);
  color: #fff6ea;
  overflow: hidden;
}

.band-media {
  position: absolute;
  inset: 0;
}

.band-img {
  object-fit: cover;
  object-position: 50% 22%;
  width: 100%;
  height: 100%;
}

.band-media::after {
  display: none;
}

.band-copy {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
  max-width: 36rem;
  text-shadow: 0 1px 2px #070b14e6, 0 0 18px #070b14aa;
}

.page-band .band-copy {
  padding-top: 6.5rem;
}

.band .lede {
  color: #d7e6f5;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid #e8eef833;
  padding: 2.2rem 0 1.2rem;
  background: transparent;
  text-shadow: 0 1px 2px #070b14cc;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.9fr;
  gap: 1.6rem;
}

.footer-grid nav,
.footer-grid div {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-label {
  margin: 0 0 0.3rem;
  color: var(--sky);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-title {
  margin: 0.15rem 0 0.4rem;
  font-family: var(--font-display), sans-serif;
  font-size: 1.6rem;
}

.copyright {
  opacity: 0.72;
  font-size: 0.85rem;
  padding-top: 1.2rem;
}

.panel-site-footer {
  display: none;
}

.prose {
  max-width: 42rem;
}

.prose p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--mute);
}

.page-hero {
  padding: 6.4rem 0 3rem;
}

.page-hero h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hub-list {
  margin-top: 2rem;
  border-top: 1px solid #e8eef844;
}

.hub-list article {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid #e8eef822;
}

.hub-list h2 {
  margin: 0;
  font-size: 1.2rem;
}

.hub-list p {
  margin: 0;
  color: var(--mute);
}

.recommend {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e8eef844;
}

.recommend h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  letter-spacing: -0.03em;
}

.recommend-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1.4rem 1.1rem;
  margin-top: 1.4rem;
}

.recommend-item {
  padding: 0 0 1.15rem;
  border-bottom: 1px solid #e8eef822;
}

.recommend-item.is-focus {
  border-color: #e0a12a66;
}

.recommend-art {
  position: relative;
  aspect-ratio: 3 / 4;
  margin-bottom: 0.65rem;
  overflow: hidden;
  background: #0a121f;
}

.recommend-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.recommend-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 2.4rem 0.85rem 0.9rem;
  background: linear-gradient(transparent, #070b14f2 55%);
  text-shadow: 0 1px 2px #070b14e6, 0 0 12px #070b14aa;
}

.recommend-mascot {
  margin: 0 0 0.2rem !important;
  color: var(--sky) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recommend-copy h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  color: #fff6ea;
}

.recommend-copy p {
  margin: 0 0 0.45rem;
  color: #d7e6f5;
  font-size: 0.92rem;
  line-height: 1.45;
}

.recommend-why {
  color: var(--hostel) !important;
  font-size: 0.9rem;
}

.recommend-item > .btn {
  display: inline-flex;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}

.recommend-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.recommend-actions .btn {
  width: 100%;
  box-sizing: border-box;
}

.wins-teaser {
  max-width: 42rem;
}

.admin-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.5rem 1.1rem 3rem;
}

.admin-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.admin-top h1 {
  margin: 0.2rem 0 0.5rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) 1fr;
  gap: 1.4rem;
  align-items: start;
}

.admin-side {
  border: 1px solid #e8eef833;
  padding: 0.9rem;
  background: #0a1220aa;
}

.admin-side-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.admin-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 70vh;
  overflow: auto;
}

.admin-post-btn {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  padding: 0.55rem 0.6rem;
  cursor: pointer;
}

.admin-post-btn strong {
  display: block;
  font-size: 0.92rem;
}

.admin-post-btn span {
  display: block;
  margin-top: 0.2rem;
  color: var(--mute);
  font-size: 0.78rem;
}

.admin-post-btn.is-active,
.admin-post-btn:hover {
  border-color: #e0a12a66;
  background: #e0a12a14;
}

.admin-status {
  margin: 0.8rem 0 0;
  color: var(--hostel);
  font-size: 0.85rem;
  line-height: 1.4;
}

.admin-login {
  max-width: 26rem;
  border: 1px solid #e8eef833;
  padding: 1.25rem;
  background: #0a1220aa;
}

.admin-login h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display), sans-serif;
}

.admin-login .admin-form {
  margin-top: 1rem;
}

.admin-main {
  border: 1px solid #e8eef833;
  padding: 1rem;
  background: #0a1220aa;
}

.admin-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.admin-form label,
.admin-form fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--mute);
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-form fieldset {
  border: 1px solid #e8eef833;
  padding: 0.85rem;
  margin: 0;
}

.admin-form legend {
  color: var(--sky);
  padding: 0 0.35rem;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e8eef844;
  background: #070b14;
  color: var(--ink);
  padding: 0.55rem 0.65rem;
  font: inherit;
  font-weight: 500;
}

.admin-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.75rem;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

@media (max-width: 860px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-post-list {
    max-height: 14rem;
  }
}


.recommend-app {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
}

.recommend-app-note {
  margin: 0;
  color: var(--mute);
  font-size: 0.9rem;
}

.recommend-inline {
  margin-top: 2rem;
  padding: 1.1rem 0 0;
  border-top: 1px solid #e8eef844;
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: center;
}

.recommend-inline-art {
  overflow: hidden;
  background: #0a121f;
}

.recommend-inline-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.recommend-inline-lede {
  margin: 0 0 0.85rem;
}

.recommend-home {
  position: relative;
  z-index: 2;
}

.recommend-home .recommend {
  border-top: none;
  padding-top: 0;
}


.cover {
  position: relative;
  margin: 1.4rem 0 1.8rem;
  height: min(28rem, 52vw);
  min-height: 14rem;
  overflow: hidden;
  border: 2px solid #e8eef844;
}

.cover-img {
  object-fit: cover;
  object-position: 50% 40%;
}

.hindi {
  font-family: var(--font-hindi), sans-serif;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .section,
  .page-hero {
    background: transparent;
  }

  .site-nav {
    display: none;
    position: absolute;
    inset: 3.6rem 1.1rem auto;
    flex-direction: column;
    padding: 1rem;
    background: #0a1220f2;
    border: 1px solid #e8eef844;
  }

  .story-link,
  .hub-list article,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-close-panel .home-close-cta {
    display: none;
  }

  .home-close-panel .panel-site-footer {
    display: block;
    width: 100%;
    max-width: 42rem;
  }

  .home-close-panel .panel-site-footer .footer-grid {
    gap: 1.2rem;
  }

  .home-close-panel .panel-site-footer a {
    color: inherit;
  }

  .home-close-panel .panel-site-footer .copyright {
    margin: 0;
    padding-top: 1rem;
  }

  /* Homepage: footer lives on last carousel; hide page footer */
  body:has(.panel-site-footer) .site-footer {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .brand em {
    display: none;
  }

  .lang-switch {
    font-size: 0.72rem;
  }

  .shell {
    width: min(1120px, calc(100% - 1.5rem));
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .header-row:has(.nav-drawer:checked) .site-nav {
    display: flex;
  }

  .header-row:has(.nav-drawer:checked) .menu-label-open {
    display: none;
  }

  .header-row:has(.nav-drawer:checked) .menu-label-close {
    display: inline;
  }

  .header-row {
    position: relative;
  }

  .dyn-panel {
    min-height: 100dvh;
    min-height: 100svh;
  }

  .dyn-panel-mobile-only {
    display: flex;
  }

  .dyn-copy {
    padding-top: 4.8rem;
    padding-bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px));
  }

  .hero-brand {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-line {
    font-size: 1.15rem;
  }

  .dyn-img {
    object-position: center 22%;
  }

  /* Phone portrait crop: lock figure into mid-frame */
  .dyn-focus-left {
    object-position: 22% 20%;
  }

  /* #1 hero-fleet: slight left bias, not as far as 36% */
  .dyn-focus-hero {
    object-position: 31% 20%;
  }

  /* #5 pearl-wide: nudge figure left on phone */
  .dyn-focus-pearl-wide {
    object-position: 45% 22%;
  }

  /* #6 courtyard: slight nudge right on phone */
  .dyn-focus-courtyard {
    object-position: 44% 22%;
  }

  /* #8 ghat: nudge figure left on phone */
  .dyn-focus-ghat {
    object-position: 44% 24%;
  }

  /* #9 duo: nudge figure left on phone */
  .dyn-focus-duo {
    object-position: 54% 22%;
  }

  .dyn-focus-midleft {
    object-position: 34% 24%;
  }

  .dyn-focus-center {
    object-position: center 22%;
  }

  .blog-hero-panel .dyn-img,
  .blog-hero-panel .dyn-focus-center {
    object-position: center 48%;
  }

  .wins-hero-panel .dyn-img,
  .wins-hero-panel .dyn-focus-center {
    object-fit: cover;
    object-position: center 22%;
  }

  .blog-index {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }

  .blog-index .category-block {
    padding-top: 1rem;
  }

  .blog-index .story-link {
    gap: 0.45rem;
    padding: 0.85rem 0;
  }

  .blog-index .story-link h3 {
    font-size: 1.05rem;
  }

  .band-img {
    object-position: 34% 20%;
  }

  .band {
    min-height: min(32rem, 72vh);
  }

  .page-band .band-copy {
    padding-top: 5.5rem;
  }

  /* Mobile: full-bleed panels and game icons abut with no gap */
  .dyn-panel + .dyn-panel {
    margin-top: 0;
  }

  .recommend-home.section {
    padding: 0;
    border: none;
    width: 100%;
    max-width: none;
  }

  .recommend-home .recommend {
    margin-top: 0;
    padding: 1.2rem 0.75rem 1.6rem;
  }

  .recommend-home .recommend-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0.9rem;
    margin-inline: -0.75rem;
    width: calc(100% + 1.5rem);
  }

  .recommend-home .recommend-item {
    padding: 0;
    border: none;
  }

  .recommend-home .recommend-art {
    margin: 0;
    aspect-ratio: 3 / 4;
    width: 100%;
  }

  .recommend-home .recommend-item > .btn {
    width: calc(100% - 1.5rem);
    margin: 0.65rem 0.75rem 0;
  }

  .recommend-home .recommend-actions {
    margin: 0 0.75rem 1rem;
  }

  .recommend-home .recommend-actions .btn {
    width: 100%;
    margin: 0;
  }

  .recommend-home .recommend-app {
    margin-inline: 0.75rem;
  }
}
