/* ========================================
   PAGE-SPECIFIC STYLES — Dark warm theme
   ======================================== */

/* ---- Hero (Home) ---- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__video,
.hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 7, 0.2) 0%, rgba(10, 8, 7, 0.48) 42%, rgba(10, 8, 7, 0.95) 100%),
    linear-gradient(90deg, rgba(8, 6, 5, 0.94) 0%, rgba(8, 6, 5, 0.82) 26%, rgba(8, 6, 5, 0.42) 52%, rgba(8, 6, 5, 0.08) 72%, rgba(8, 6, 5, 0) 100%),
    radial-gradient(circle at 24% 74%, rgba(8, 6, 5, 0.58) 0%, rgba(8, 6, 5, 0) 42%);
  z-index: 1;
}

.hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 38%, rgba(111,142,63,0.18) 0%, transparent 34%);
  z-index: 2;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  padding-top: calc(72px + clamp(2.5rem, 8vh, 5rem));
  padding-bottom: clamp(4rem, 14vh, 7rem);
  padding-inline: 20px;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  max-width: 90vw;
  padding: 0;
}

.hero__label {
  margin-bottom: var(--space-md);
  max-width: 22rem;
  line-height: 1.5;
}

.hero__title {
  font-size: clamp(2.6rem, 7vw, 4.75rem);
  margin-bottom: var(--space-md);
  max-width: 12ch;
  line-height: 0.96;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}

.hero__subtitle {
  font-size: clamp(0.98rem, 2.6vw, 1.05rem);
  color: var(--color-text-muted);
  max-width: 34ch;
  margin-bottom: var(--space-xl);
  line-height: 1.65;
  font-weight: 300;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 22rem);
}

.hero__actions .btn {
  width: 100%;
}

/* ---- Featured Podcast / 2-col ---- */
.split-feature {
  display: grid;
  gap: var(--space-2xl);
  align-items: center;
}

.split-feature__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
}

.split-feature__label {
  margin-bottom: var(--space-sm);
}

.split-feature__title {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-md);
}

.split-feature__desc {
  color: var(--color-text-muted);
  margin-bottom: var(--space-lg);
  line-height: 1.7;
  font-weight: 300;
}

/* ---- Weekly Highlight ---- */
.spotlight-feature {
  display: grid;
  gap: var(--space-2xl);
  align-items: center;
}

.spotlight-feature__media {
  position: relative;
}

.spotlight-feature__carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}

.spotlight-feature__carousel::-webkit-scrollbar {
  display: none;
}

.spotlight-feature__slide {
  position: relative;
  scroll-snap-align: start;
  min-width: 0;
}

.spotlight-feature__slide--video {
  display: block;
}

.spotlight-feature__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
}

.spotlight-feature__play-badge,
.product-card__play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(23, 19, 18, 0.78);
  border: 1px solid rgba(243, 230, 214, 0.24);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.spotlight-feature__play-icon,
.product-card__play-icon {
  width: 0;
  height: 0;
  margin-left: 0.18rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.78rem solid var(--color-text);
}

.spotlight-feature__dots {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}

.spotlight-feature__dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(243, 230, 214, 0.28);
  border: 1px solid rgba(243, 230, 214, 0.34);
}

.spotlight-feature__dot.is-active {
  background: var(--color-brand-light);
  border-color: var(--color-brand-light);
}

.spotlight-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

/* ---- Products Grid ---- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.products-grid > * {
  min-width: 0;
}

.product-card {
  display: block;
  min-width: 0;
}

.product-card__image-wrap {
  overflow: hidden;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
  transition: transform 300ms ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card .card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.product-card__category {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-brand-light);
}

.product-card__name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
}

.product-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  font-weight: 300;
}

.product-card__price {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-sm);
}

/* ---- Brand Strip ---- */
.brand-strip {
  position: relative;
  overflow: hidden;
}

.brand-strip__layout {
  position: relative;
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

.brand-strip__glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(111,142,63,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.brand-strip__image {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.brand-strip__text {
  max-width: 600px;
  position: relative;
}

.brand-strip__text p {
  color: var(--color-text-muted);
  margin-bottom: var(--space-lg);
  line-height: 1.7;
  font-weight: 300;
}

/* ---- Newsletter ---- */
.newsletter {
  text-align: center;
}

.newsletter__title {
  margin-bottom: var(--space-md);
}

.newsletter__desc {
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 440px;
  margin: 0 auto;
}

.newsletter__input {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  background: var(--color-surface);
  color: var(--color-text);
  transition: border-color var(--transition-fast);
}

.newsletter__input:focus {
  outline: none;
  border-color: var(--color-brand);
}

.newsletter__input::placeholder {
  color: var(--color-text-subtle);
}

/* ---- Page Headers ---- */
.page-header {
  padding: calc(72px + var(--space-4xl)) 0 var(--space-2xl);
}

.page-header__title {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-md);
}

.page-header__subtitle {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  max-width: 560px;
  line-height: 1.7;
  font-weight: 300;
}

/* ---- About Page ---- */
.about-story {
  display: grid;
  gap: var(--space-2xl);
  align-items: center;
}

.about-story__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
}

.about-story__content h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-md);
}

.about-story__content p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: var(--space-md);
  font-weight: 300;
}

.about-mission__grid {
  display: grid;
  gap: var(--space-lg);
}

.about-mission__item {
  padding: var(--space-xl);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.about-mission__item h4 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-sm);
}

.about-mission__item p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  font-weight: 300;
}

.about-cta {
  text-align: center;
  position: relative;
}

.about-cta__title {
  margin-bottom: var(--space-md);
}

.about-cta__desc {
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.about-cta__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Podcast Page ---- */
.featured-episode {
  display: grid;
  gap: 0;
  align-items: stretch;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.featured-episode__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
}

.featured-episode__content {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-episode__badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--color-brand);
  color: var(--color-base);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}

.featured-episode__title {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-md);
}

.featured-episode__desc {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-md);
  font-weight: 300;
}

.featured-episode__meta {
  font-size: var(--text-sm);
  color: var(--color-text-subtle);
  margin-bottom: var(--space-lg);
}

.episodes-grid {
  display: grid;
  gap: var(--space-lg);
}

.episode-card {
  display: block;
}

.episode-card__image-wrap {
  overflow: hidden;
}

.episode-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
  transition: transform 300ms ease;
}

.episode-card:hover .episode-card__image {
  transform: scale(1.05);
}

.episode-card .card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.episode-card__number {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-brand-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.episode-card__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
}

.episode-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  font-weight: 300;
}

.episode-card__meta {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
  margin-top: var(--space-xs);
}

/* ---- Products Page ---- */
.products-toolbar {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}

.products-toolbar__summary {
  max-width: 640px;
}

.products-toolbar__sort {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-subtle);
}

.products-toolbar__select {
  min-width: 180px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-sm);
}

.products-toolbar__select:focus {
  outline: none;
  border-color: var(--color-brand);
}

.products-disclosure {
  margin-bottom: var(--space-xl);
  font-size: var(--text-sm);
  color: var(--color-text-subtle);
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-2xl);
}

.category-nav__btn {
  padding: 0.45rem 1.2rem;
  font-size: var(--text-sm);
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}

.category-nav__btn:hover,
.category-nav__btn.is-active {
  background: var(--color-brand);
  color: var(--color-base);
  border-color: var(--color-brand);
}

.product-section {
  margin-bottom: var(--space-3xl);
}

.product-section:last-child {
  margin-bottom: 0;
}

.product-section__title {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-sm);
}

.product-section__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border);
}

.product-section__meta {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: 720px;
}

.subcategory-group + .subcategory-group {
  margin-top: var(--space-xl);
}

.subcategory-group__title {
  margin-bottom: var(--space-md);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brand-light);
}

.product-card {
  height: 100%;
}

.product-card__media {
  position: relative;
  overflow: hidden;
}

.product-card__carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-card__carousel-track::-webkit-scrollbar {
  display: none;
}

.product-card__slide {
  position: relative;
  padding: 0;
  scroll-snap-align: start;
}

.product-card__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.product-card__placeholder-flag {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(23, 19, 18, 0.8);
  color: var(--color-text);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__eyebrow {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-brand-light);
}

.product-card__hint {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.product-card__slide {
  min-width: 0;
}

.product-card__dots {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
}

.product-card__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(243, 230, 214, 0.3);
  border: 1px solid rgba(243, 230, 214, 0.32);
}

.product-card__dot.is-active {
  background: var(--color-brand-light);
  border-color: var(--color-brand-light);
}

.product-card__meta {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-sm);
}

.product-card__button {
  flex: 1 1 100%;
}

.products-empty {
  padding: var(--space-2xl);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  color: var(--color-text-muted);
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
}

.media-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 5, 4, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.media-modal__dialog {
  position: relative;
  width: min(960px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-surface-dim);
  overflow: auto;
}

.media-modal__content {
  padding: 1rem;
}

.media-modal__close {
  position: sticky;
  top: 0.75rem;
  z-index: 1;
  margin: 0.75rem 0.75rem 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(23, 19, 18, 0.88);
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.media-modal__eyebrow {
  margin-bottom: 0.35rem;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-brand-light);
}

.media-modal__title {
  font-size: var(--text-2xl);
  margin-bottom: 1rem;
}

.media-modal__stage {
  margin-bottom: 1rem;
}

.media-modal__image,
.media-modal__iframe {
  width: 100%;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--color-surface);
}

.media-modal__image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.media-modal__video-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.media-modal__iframe {
  height: 100%;
}

.media-modal__external {
  display: inline-flex;
  margin-top: 0.85rem;
  font-size: var(--text-sm);
  color: var(--color-brand-light);
}

.media-modal__controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 0.75rem;
}

.media-modal__thumb {
  position: relative;
  padding: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}

.media-modal__thumb.is-active {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 1px rgba(111, 142, 63, 0.45);
}

.media-modal__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.media-modal__thumb-badge {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: rgba(23, 19, 18, 0.82);
  color: var(--color-text);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---- Product Single Page ---- */
.product-detail {
  display: grid;
  gap: var(--space-2xl);
}

.product-detail__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-raised), var(--color-border));
}

.product-detail__category {
  margin-bottom: var(--space-sm);
}

.product-detail__name {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-md);
}

.product-detail__short-desc {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
  font-weight: 300;
}

.product-detail__price {
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: var(--space-lg);
  color: var(--color-brand-light);
}

.product-detail__long-desc {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: var(--space-xl);
  font-weight: 300;
}

.product-detail__specs {
  margin-bottom: var(--space-xl);
}

.product-detail__specs h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-md);
}

.product-detail__specs ul {
  list-style: none;
}

.product-detail__specs li {
  padding: var(--space-sm) 0;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
}

.product-detail__specs li::before {
  content: '—';
  color: var(--color-brand-light);
  font-weight: 700;
  flex-shrink: 0;
}

.related-products__title {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-lg);
}

/* ---- Contact Page ---- */
.contact-grid {
  display: grid;
  gap: var(--space-2xl);
}

.contact-form__group {
  margin-bottom: var(--space-lg);
}

.contact-form__label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: var(--color-text);
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  background: var(--color-surface);
  color: var(--color-text);
  transition: border-color var(--transition-fast);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: var(--color-text-subtle);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: var(--color-brand);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 160px;
  border-radius: var(--radius-md);
}

.contact-info__item {
  margin-bottom: var(--space-xl);
}

.contact-info__item h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-sm);
}

.contact-info__item p,
.contact-info__item a {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

.contact-info__item a:hover {
  color: var(--color-brand-light);
}

.contact-socials {
  display: flex;
  gap: var(--space-md);
  margin-top: var(--space-md);
}

.contact-social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  font-weight: 600;
  transition: all var(--transition-fast);
}

.contact-social-link:hover {
  background: var(--color-brand);
  color: var(--color-base);
  border-color: var(--color-brand);
}

/* ---- Responsive ---- */
@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .newsletter__form {
    flex-direction: row;
  }

  .newsletter__input {
    flex: 1;
  }

  .products-toolbar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.12) 0%, rgba(10, 8, 7, 0.44) 42%, rgba(10, 8, 7, 0.88) 100%),
      linear-gradient(90deg, rgba(8, 6, 5, 0.82) 0%, rgba(8, 6, 5, 0.54) 32%, rgba(8, 6, 5, 0.22) 56%, rgba(8, 6, 5, 0) 78%);
  }

  .hero-content {
    max-width: 520px;
    padding: 0;
  }

  .hero__title {
    max-width: 10ch;
  }

  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
  }

  .hero__actions .btn {
    width: auto;
  }

  .split-feature {
    grid-template-columns: 1fr 1fr;
  }

  .spotlight-feature {
    grid-template-columns: 1fr 1fr;
  }

  .brand-strip__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: var(--space-2xl);
  }

  .about-story {
    grid-template-columns: 1fr 1.2fr;
  }

  .featured-episode {
    grid-template-columns: 1fr 1fr;
  }

  .featured-episode__content {
    padding: var(--space-2xl);
  }

  .product-detail {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .page-header__title {
    font-size: var(--text-5xl);
  }

  .media-modal__content {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .episodes-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-mission__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 100svh;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(8, 6, 5, 0.28) 0%, rgba(8, 6, 5, 0.54) 38%, rgba(8, 6, 5, 0.97) 100%),
      linear-gradient(90deg, rgba(8, 6, 5, 0.98) 0%, rgba(8, 6, 5, 0.92) 30%, rgba(8, 6, 5, 0.5) 58%, rgba(8, 6, 5, 0.12) 78%, rgba(8, 6, 5, 0) 100%);
  }

  .hero-content {
    max-width: 90vw;
    padding: 0;
  }

  .hero__label {
    max-width: 16rem;
  }

  .hero__title {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-card .card__body {
    padding: 0.9rem;
  }

  .product-card__name {
    font-size: 1rem;
  }

  .product-card__actions {
    gap: 0.5rem;
  }

  .product-card__button {
    min-width: 0;
  }

  .spotlight-feature__actions .btn {
    flex: 1 1 100%;
  }
}
