:root {
  --bg: #050505;
  --bg-soft: #101010;
  --panel: rgba(10, 10, 10, 0.78);
  --text: #f4f4f4;
  --muted: rgba(244, 244, 244, 0.68);
  --accent: #e21221;
  --accent-soft: rgba(226, 18, 33, 0.18);
  --outline: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(226, 18, 33, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(226, 18, 33, 0.1), transparent 28%),
    linear-gradient(180deg, #090909 0%, #040404 100%);
  color: var(--text);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.18;
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

#app {
  position: relative;
  z-index: 1;
}

.shell {
  width: 100%;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.5));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand {
  flex: 0 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-shadow: 0 0 28px rgba(226, 18, 33, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.nav__item {
  position: relative;
  padding: 0.35rem 0;
  font-weight: 700;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.82);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav__item.is-active {
  color: #fff;
}

.nav__item.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

.topbar__spacer {
  flex: 1;
}

.topbar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.85rem;
  white-space: nowrap;
}

.topbar__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(226, 18, 33, 0.8);
}

.content {
  padding-top: 4.95rem;
}

.section {
  position: relative;
}

.page {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: stretch;
  padding: clamp(1rem, 2.4vw, 2rem);
  overflow: hidden;
  scroll-margin-top: 5rem;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.page.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.07), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7));
  pointer-events: none;
}

.page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
}

.page--reverse .page__inner {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.page__visual,
.page__copy {
  border-radius: 1.45rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page__visual {
  position: relative;
  min-height: 100%;
  background: var(--bg-soft);
}

.page__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.3rem, 2.4vw, 2.25rem);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.76));
}

.page__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.page__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page__subtitle {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  max-width: 58ch;
}

.page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1rem 0 1.2rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.page__body {
  display: grid;
  gap: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.65;
}

.page__body strong,
.page__body .accent {
  color: #fff;
  font-weight: 800;
}

.page__body .accent {
  color: var(--accent);
}

.page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.75rem 1.15rem;
  border-radius: 0.1rem;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cta:hover {
  transform: translateY(-1px);
}

.cta--primary {
  background: linear-gradient(180deg, #d72a2f 0%, #b60f17 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(226, 18, 33, 0.2);
}

.cta--secondary {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background: rgba(0, 0, 0, 0.08);
}

.cta__icon {
  font-size: 0.9rem;
  line-height: 1;
}

.poster-grid {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: clamp(0.9rem, 1.9vw, 1.3rem);
  display: grid;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.52), rgba(0, 0, 0, 0.32));
}

.poster-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
}

.poster-grid--mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
}

..section#scom .poster-grid {
  grid-auto-rows: auto;
}

.section#scom .poster {
  display: grid;
  grid-template-rows: 1fr auto;
  aspect-ratio: 16 / 9;
}

.section#scom .poster__meta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
}

.poster {
  position: relative;
  min-height: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.poster--tall {
  grid-row: span 2;
}

.poster--wide {
  grid-column: span 2;
}

.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.01);
}

.poster__meta {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.8));
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.poster__title {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 0.18rem;
}

.poster__stats {
  color: rgba(255, 255, 255, 0.72);
}

.poster__meta--button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.poster__action {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.poster[href] {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.poster[href]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(226, 18, 33, 0.2);
}

.poster[href]:hover .poster__meta--button {
  background: linear-gradient(180deg, rgba(226, 18, 33, 0.15), rgba(0, 0, 0, 0.9));
}

.poster[href]:hover .poster__action {
  transform: translateX(4px);
  transition: transform 0.2s ease;
}

.hero-visual {
  position: relative;
  min-height: 100%;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-visual__copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.hero-visual__eyebrow {
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-visual__title {
  margin: 0.65rem 0 0;
  max-width: 13ch;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  line-height: 0.93;
  text-transform: uppercase;
}

.hero-visual__body {
  margin-top: 1rem;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.66;
}

.hero-visual__card {
  align-self: flex-start;
  max-width: 34rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
}

.hero-visual__card strong {
  color: #fff;
}

.library {
  padding: 1.5rem clamp(1rem, 2vw, 2rem) 4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.8));
}

.library__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}

.library__title {
  margin: 0 0 0.5rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  text-transform: uppercase;
}

.library__subtitle {
  margin: 0 0 1.4rem;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.74);
}

.library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.library-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10rem;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.library-card__meta {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.library-card__title {
  margin: 0.45rem 0 0;
  font-size: 1.06rem;
  line-height: 1.4;
}

.library-card__action {
  margin-top: 1.05rem;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(226, 18, 33, 0.16);
  color: #fff;
  border: 1px solid rgba(226, 18, 33, 0.36);
  font-size: 0.86rem;
}

.empty-home {
  min-height: 100vh;
}

.empty-home::before {
  background:
    radial-gradient(circle at center, rgba(226, 18, 33, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.92));
}

.empty-home .page__inner {
  display: block;
}

.empty-home .page__copy,
.empty-home .page__visual {
  display: none;
}

@media (max-width: 1100px) {
  .topbar {
    gap: 1rem;
    padding-inline: 1rem;
  }

  .nav {
    gap: 0.8rem;
  }

  .page__inner,
  .page--reverse .page__inner {
    grid-template-columns: 1fr;
  }

  .page__visual {
    min-height: 28rem;
    order: -1;
  }

  .page--reverse .page__visual {
    order: -1;
  }

  .library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topbar {
    position: sticky;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .brand {
    width: 100%;
  }

  .topbar__spacer {
    display: none;
  }

  .topbar__badge {
    display: none;
  }

  .nav__item {
    font-size: 0.92rem;
  }

  .content {
    padding-top: 0;
  }

  .page {
    padding-inline: 0.7rem;
  }

  .page__copy {
    padding: 1rem;
  }

  .page__title {
    font-size: clamp(2.2rem, 14vw, 3.4rem);
  }

  .poster-grid--mosaic,
  .poster-grid--two {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-visual__title {
    max-width: 9ch;
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }

  .cta {
    width: 100%;
    justify-content: center;
  }
}/* Home view layout */
.home-view {
  display: grid;
  gap: 2.4rem;
  margin: 0 auto;
  max-width: 1280px;
}

.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 1.1fr);
  gap: clamp(1.6rem, 2.4vw, 2.4rem);
  align-items: stretch;
}

.hero-image {
  min-height: 32rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-info {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.info-section {
  display: grid;
  gap: 0.55rem;
}

.info-section h4 {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.info-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.6;
}

.explore-section {
  display: grid;
  gap: 1.5rem;
}

.explore-header h2 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
}

.nav-card--home {
  background: linear-gradient(135deg, var(--accent) 0%, #c41118 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  box-shadow: 0 8px 32px rgba(226, 18, 33, 0.28) !important;
}

.nav-card--home .eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.nav-card--home .nav-card__title,
.nav-card--home .nav-card__subtitle {
  color: #fff;
}

.nav-card--home .nav-card__meta {
  color: rgba(255, 255, 255, 0.92);
}

.nav-card--home:hover,
.nav-card--home:focus-visible {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #e21221 0%, #d41118 100%) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 16px 48px rgba(226, 18, 33, 0.42) !important;
}

.hero-copy,
.hero-panel,
.content-block,
.detail-view {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1.75rem, 2.4vw, 2.4rem);
  display: grid;
  gap: 1.35rem;
}

.hero-title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.94;
}

.hero-subtitle,
.section-copy,
.detail-heading p,
.nav-card__subtitle {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.hero-body p,
.detail-section p {
  margin: 0 0 1rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.pill-list span {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.category-callout {
  padding: clamp(1.8rem, 2.4vw, 2.4rem);
  display: grid;
  gap: 1.35rem;
}

.category-callout h2,
.section-headline h1,
.detail-heading h1 {
  margin: 0;
}

.category-callout h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.05;
}

.section-headline {
  display: grid;
  gap: 0.95rem;
  margin-bottom: 1.75rem;
}

.section-headline h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-family: 'Oswald', sans-serif;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}

.nav-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  min-height: 180px;
  text-align: left;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.nav-card:hover,
.nav-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(226, 18, 33, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.nav-card__title {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.nav-card__subtitle {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
}

.nav-card__meta {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.nav-card--project {
  color: #fff;
  background-color: #e21221;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-color: rgba(255, 255, 255, 0.16);
}

.nav-card--project .eyebrow,
.nav-card--project .nav-card__title,
.nav-card--project .nav-card__subtitle,
.nav-card--project .nav-card__meta {
  color: #fff;
}

.nav-card--project:hover,
.nav-card--project:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
  background-position: top center;
}

.content-block {
  padding: clamp(1.8rem, 2.4vw, 2.4rem);
  margin: 0 auto;
  max-width: 1280px;
}

.detail-view {
  padding: clamp(1.8rem, 2.4vw, 2.4rem);
  display: grid;
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.detail-heading {
  display: grid;
  gap: 1rem;
}

.detail-heading h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.detail-badges span {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(226, 18, 33, 0.12);
  color: #fff;
  font-size: 0.9rem;
}

.detail-section {
  padding: 1.6rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-section h4 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.detail-section p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.image-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.expanded-role-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 1.75rem;
  align-items: stretch;
}

.split-left,
.split-right {
  display: flex;
  flex-direction: column;
}

.full-width-section {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.image-sidebar {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  gap: 1rem;
}

.image-card {
  flex: 1;
  display: flex;
  min-width: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.image-item p {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.placeholder-note {
  padding: 1.15rem 1.3rem;
  border-radius: 1.15rem;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.82);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
}

.breadcrumb__sep {
  color: rgba(255, 255, 255, 0.42);
}

.breadcrumb__link {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.button {
  font: inherit;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 18px 44px rgba(226, 18, 33, 0.22);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
}

.button--link {
  background: transparent;
  color: var(--accent);
  text-decoration: underline;
  padding: 0;
  border-radius: 0;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 2rem;
  margin-top: 1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.contact-label {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.contact-email,
.contact-phone {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.contact-email a,
.contact-phone a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-email a:hover,
.contact-phone a:hover {
  color: var(--accent);
}

@media (max-width: 980px) {
  .hero-card,
  .page__inner {
    grid-template-columns: 1fr !important;
  }

  .topbar {
    flex-wrap: wrap;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
  }

  .breadcrumb {
    margin-left: 0;
  }

  .hero-card {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .hero-copy,
  .hero-panel,
  .content-block,
  .detail-view {
    padding: 1.25rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .detail-heading h1 {
    font-size: 2.5rem;
  }

  .nav-card {
    min-height: unset;
  }

  .home-info {
    gap: 1rem;
  }

  .info-section h4 {
    font-size: 0.85rem;
  }

  .info-section p {
    font-size: 0.9rem;
  }
}
