/* ============================================================
   landing-tablet.css  —  mobile-first responsive
   Used by: landing.html (Explore / stories browse page)
   Breakpoints: 800px (tablet), 1200px (desktop)
   ============================================================ */

/* ── Page wrapper ─────────────────────────────────────────── */
.landing-page {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  background-color: #fff;
}

/* ── Hero section ─────────────────────────────────────────── */
.landing-upper {
  display: flex;
  flex-direction: column;
  background-color: #000;
}

.landing-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.landing-hero-wrapper .site-nav {
  position: relative;
  z-index: 2;
}

.landing-hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 300px;
}

@media (min-width: 800px) {
  .landing-hero-wrapper { gap: 250px; }
}

@media (min-width: 1200px) {
  .landing-hero-wrapper { gap: 250px; }
}

.landing-hero-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.93) 0%,
    rgba(0,0,0,0.0) 45%,
    rgba(0,0,0,0.0) 50%,
    rgba(0,0,0,0.93) 85%,
    #000 100%
  );
  pointer-events: none;
}


.landing-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 800px) {
  .landing-hero-content { padding: 0 40px; }
}

@media (min-width: 1200px) {
  .landing-hero-content { padding: 0 100px 0 0; }
}

.landing-hero-title {
  margin-top: -1px;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.8), 0px 2px 8px rgba(0, 0, 0, 0.6);
  font-family: "Gotham-Bold", Helvetica;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: -0.50px;
  line-height: 48px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .landing-hero-title { font-size: 80px; line-height: 1; }
}

.landing-hero-desc {
  font-family: "DM Sans", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25.5px;
  margin: 0;
}

@media (min-width: 1200px) {
  .landing-hero-desc { font-size: 22px; line-height: 39.6px; }
}

.landing-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-landing-primary {
  padding: 13px 28px;
  border-radius: 6px;
  background-color: #CE4257;
  color: #ffffff;
  font-family: "Gotham-Bold", Helvetica;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-landing-primary:hover {
  background: linear-gradient(135deg, #CE4257 0%, #FF7F51 100%);
}

.btn-landing-secondary {
  padding: 13px 28px;
  border-radius: 6px;
  background: #ffffff;
  color: #CE4257;
  font-family: "Gotham-Bold", Helvetica;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-landing-secondary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

@media (min-width: 1200px) {
  .btn-landing-primary {
    font-size: 16px;
  }
}

.btn-landing-outline {
  padding: 11px 22px;
  border-radius: 6px;
  background: transparent;
  color: #0d0d0d;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #0d0d0d;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-landing-outline:hover {
  background: #0d0d0d;
  color: #fff;
}

/* ── Featured stories slider ──────────────────────────────── */
.slider-wrapper {
  background-color: #000;
  padding: 0 0 48px;
}

@media (min-width: 800px) {
  .slider-wrapper { padding-bottom: 64px; }
}

@media (min-width: 1200px) {
  .slider-wrapper { padding: 0 80px 80px; }
}

.lens-slider {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.title-controls {
  padding: 0 20px;
}

@media (min-width: 800px) {
  .title-controls { padding: 0 40px; }
}

@media (min-width: 1200px) {
  .title-controls { padding: 0; }
}

.title-w-line-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.title-w-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

.title-w-line::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(255,255,255,0.25);
  min-width: 60px;
}

.stories-slider-header .title-w-line::after {
  display: none;
}

.landing-section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 600;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  margin: 0;
  white-space: nowrap;
}

/* ── Stories featured slider ───────────────────────────── */
.nested-line {
  flex: 1;
  height: 1px;
  background-color: #FF7F51;
  border: none;
  display: block;
}

.stories-slider-wrapper {
  padding: 40px 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 800px) {
  .stories-slider-wrapper {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .stories-slider-wrapper {
    padding: 100px 0;
    gap: 50px;
  }
}

.stories-slider-header {
  margin-bottom: 25px;
  padding: 0 30px;
}

@media (min-width: 800px) {
  .stories-slider-header {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .stories-slider-header {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 50px;
    margin-bottom: 0;
  }
}

.text-wrapper-55 {
  font-family: "Gotham-Bold", Helvetica;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0;
}

@media (min-width: 1200px) {
  .text-wrapper-55 {
    font-size: 44px;
  }
}

/* Story cards horizontal scroll */
.slider-2 {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 30px;
  scroll-padding-left: 30px;
  scrollbar-width: none;
}

.slider-2::after {
  content: '';
  flex-shrink: 0;
  width: 30px;
}

.slider-2::-webkit-scrollbar { display: none; }

@media (min-width: 800px) {
  .slider-2 {
    padding: 0 50px;
    scroll-padding-left: 50px;
    gap: 24px;
  }
  .slider-2::after { width: 50px; }
}

@media (min-width: 1200px) {
  .slider-2 {
    padding-left: 80px;
    scroll-padding-left: 80px;
    padding-bottom: 20px;
  }
  .slider-2::after { width: 80px; }
}

.story {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 200px;
  flex-shrink: 0;
  scroll-snap-align: start;
  cursor: pointer;
}

@media (min-width: 480px) {
  .story { min-width: calc(50% - 15px); }
}

@media (min-width: 800px) {
  .story { min-width: calc(33.333% - 20px); }
}

@media (min-width: 1200px) {
  .story { min-width: calc(28% - 20px); }
}

.story-BG {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78;
  overflow: hidden;
  border-radius: 4px;
}

.story-img,
.story-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-img {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.story-video { z-index: 1; }

.story-item:hover .story-img { opacity: 0; }

.story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.header-7 {
  font-family: "Gotham Narrow-Bold", Helvetica;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.25px;
  margin: 0;
  transition: color 0.3s ease;
}

.story-item:hover .header-7 { color: #FF7F51; }

.story-item .text-wrapper-53,
.story-item .text-wrapper-54,
.story-item .text-wrapper-57 {
  color: #ffffff;
}

.paragraph-4 { margin: 0; line-height: 1.4; }
.paragraph-5 { margin: 0; line-height: 1.45; }

.text-wrapper-53 {
  font-family: "Gotham-Bold", Helvetica;
  font-size: 14px;
  color: #FF7F51;
  display: block;
}

.text-wrapper-54 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: rgba(255,255,255,0.6);
  display: block;
  margin-top: 8px;
}

.text-wrapper-56 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.text-wrapper-57 {
  color: #3d3d3d;
  font-size: 14px;
}

.arrow-link {
  text-decoration: none;
  flex-shrink: 0;
}

.text-wrapper-58 {
  font-size: 28px;
  font-weight: 400;
  color: #ff9b54;
  display: block;
  transition: transform 0.2s ease;
}

.arrow-link:hover .text-wrapper-58 { transform: translateX(4px); }

@media (min-width: 1200px) {
  .story-item .arrow-link { display: none; }
}

/* Stories nav arrows */
.stories-slider-controls {
  display: flex;
  gap: 10px;
  padding: 0 30px;
  flex-shrink: 0;
}

@media (min-width: 800px) {
  .stories-slider-controls { padding: 0 50px; }
}

@media (min-width: 1200px) {
  .stories-slider-controls { padding: 0; }
}

.arrow-12,
.arrow-13 {
  all: unset;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.2s ease;
}

.arrow-12:hover,
.arrow-13:hover {
  border-color: #FF7F51;
  color: #FF7F51;
}

/* ── Landing components area ──────────────────────────────── */
.landing-components {
  display: flex;
  flex-direction: column;
}

/* ── Discover + category filter ───────────────────────────── */
.landing-discover-section {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 800px) {
  .landing-discover-section { padding: 80px 50px; }
}

@media (min-width: 1200px) {
  .landing-discover-section {
    padding: 150px 100px 150px 0;
    max-width: 1070px;
    margin: 0 auto;
  }
}

.landing-discover-text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.landing-discover-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 600;
  color: #0d0d0d;
  display: block;
  margin-bottom: 12px;
}

.landing-discover-body {
  color: #555;
}

.landing-cats-filter {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-cats-filter-title {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d0d0d;
  margin: 0;
}

.landing-cat-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-cat-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #6f027c;
  border-radius: 5px;
  border: 2px solid #70027c;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.landing-cat-btn:hover,
.landing-cat-btn.active {
  background-color: #500159;
  border-color: #500159;
  cursor: pointer;
}

/* ── Category sections ────────────────────────────────────── */
.component-category {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(43deg, rgba(51, 3, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 0;
}

.category-section {
  padding: 50px 0;
}

@media (min-width: 800px) {
  .component-category { padding: 30px 0; }
}

@media (min-width: 1200px) {
  .component-category { padding: 100px 0; }
}

.category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding: 0 30px;
}

@media (min-width: 800px) {
  .category-header { padding: 0 50px; }
}

@media (min-width: 1200px) {
  .category-header { max-width: 1170px; padding-left: 50px; margin-left: auto; margin-right: auto; }
}

.category-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #FF7F51;
  order: 1;
}

.category-title {
  font-family: "Gotham-Bold", Helvetica;
  color: rgb(255, 255, 255);
  font-size: 33px;
  letter-spacing: -0.5px;
  line-height: 39.6px;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .category-title { font-size: 44px; letter-spacing: -0.5px; line-height: 52.8px; }
}

.category-slider-wrap {
  display: flex;
  flex-direction: column;
}

/* Story cards horizontal track */
.slider-7 {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 12px 30px;
  scroll-padding-left: 30px;
  scrollbar-width: none;
}

.slider-7::-webkit-scrollbar { display: none; }

@media (min-width: 800px) {
  .slider-7 { padding: 0 50px 12px; scroll-padding-left: 50px; gap: 20px; }
}

@media (min-width: 1200px) {
  .slider-7 { padding: 0 80px 12px; gap: 24px; }
}

.cat-slider {
  flex: 0 0 calc(50vw - 40px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.cat-slider::before {
  content: none;
}

@media (min-width: 1200px) {
  .cat-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 0.78;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  .cat-slider:hover::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.75);
  }
}

@media (min-width: 800px) {
  .cat-slider { flex: 0 0 calc(33.333vw - 45px); }
}

@media (min-width: 1200px) {
  .cat-slider { flex: 0 0 calc(25vw - 26px); }
}

.cat-slider .rectangle-12 {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.cat-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 0;
  flex: 1;
  gap: 10px;
}

.cat-info-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cat-title {
  margin-top: -1px;
  font-family: "Gotham Narrow-Bold", Helvetica;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 120%;
  position: relative;
  align-self: stretch;
}

.cat-author {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.cat-views {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  letter-spacing: -0.41px;
  line-height: 22px;
  margin: 0;
}

.cat-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cat-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

@media (min-width: 1200px) {
  .cat-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 0.78;
    justify-content: center;
    padding: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  .cat-slider:hover .cat-actions {
    opacity: 1;
  }
}

.cat-action-btn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

@media (min-width: 1200px) {
  .cat-action-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }
}

.cat-action-btn:hover {
  opacity: 0.8;
}

.cat-action-btn:last-child {
  color: #FF7F51;
}

/* View all card */
.view-all-card {
  background: linear-gradient(135deg, rgba(206, 66, 87, 0.9) 0%, rgba(160, 44, 96, 0.9) 100%) !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 0.78;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.view-all-card:hover {
  transform: scale(0.95);
}

.view-all-card::before {
  display: none;
}

.view-all-content {
  position: relative;
  z-index: 3;
}

.view-all-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 12px;
  flex: 1;
  text-align: center;
}

.view-all-icon {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  font-size: 48px;
  color: #fff;
  opacity: 0.9;
}

.view-all-title {
  font-family: "Gotham-Bold", Helvetica;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.25px;
  line-height: 1.2;
}

.view-all-subtitle {
  font-family: "DM Sans", Helvetica;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
}

.view-all-arrow {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  font-size: 24px;
  color: #ffffff;
}

/* Slider nav arrows */
.slider-controls {
  display: none;
  gap: 10px;
  order: 2;
  flex-shrink: 0;
}

@media (min-width: 800px) {
  .slider-controls { display: flex; }
  .slider-controls-mobile { display: none !important; }
}

@media (min-width: 1200px) {
  .slider-controls-mobile { display: none !important; }
}

.slider-controls-mobile {
  display: flex;
  gap: 10px;
  padding: 15px 30px 0;
}

.slider-arrow {
  all: unset;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ce4257;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.slider-arrow:hover { opacity: 0.8; }

.slider-arrow:disabled { opacity: 0.3; cursor: default; }

/* ── Authors section ──────────────────────────────────────── */
.landing-authors-section {
  padding: 64px 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
}

@media (min-width: 800px) {
  .landing-authors-section { padding: 80px 40px; }
}

@media (min-width: 1200px) {
  .landing-authors-section { padding: 96px 80px; }
}

.landing-authors-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

@media (min-width: 800px) {
  .landing-authors-header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
}

.landing-authors-title-wrap {
  flex: 0 0 auto;
}

.landing-authors-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 600;
  color: #0d0d0d;
  text-transform: lowercase;
  margin: 0;
}

.landing-authors-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 440px;
}

.landing-authors-desc {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #555;
  line-height: 1.65;
  margin: 0;
}

.landing-authors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (min-width: 800px) {
  .landing-authors-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (min-width: 1100px) {
  .landing-authors-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

.landing-author-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

.landing-author-card > img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.landing-author-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  flex: 1;
  gap: 12px;
}

.landing-author-bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.landing-author-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  color: #0d0d0d;
  margin: 0;
}

.landing-author-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.landing-author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landing-author-meta p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0;
}

.meta-key {
  font-weight: 600;
  color: #555;
}

.meta-val {
  color: #888;
}

.landing-author-card .arrow-link {
  color: #7c3aed;
  font-size: 20px;
  align-self: flex-start;
  width: auto;
  height: auto;
}

/* ── Featured Authors (create page styles) ───────────────── */
.eyebrow-label {
  font-family: "Gotham-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px 0;
}

.eyebrow-label::after {
  content: '';
  display: block;
  height: 1px;
  width: 120px;
  background: linear-gradient(to right, #FF7F51, transparent);
}

.section-title-8 {
  font-family: "Gotham-Bold", Helvetica;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #000000;
  margin: 0;
}

.section-intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.section-title-block { flex-shrink: 0; }

.section-intro-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.section-intro-right p {
  font-size: 16px;
  line-height: 27.2px;
}

.text-11 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

@media (min-width: 1200px) {
  .section-intro-right {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .section-intro-right p { flex: 1; font-size: 18px; line-height: 36px; }
  .section-intro-right .button-5 { flex-shrink: 0; width: auto; }
}

.text-wrapper-44 {
  font-weight: 700;
  color: #FF7F51;
}

.button-5 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #CE4257 0%, #FF7F51 100%);
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.button-5:hover { opacity: 0.85; }

.text-wrapper-45 {
  font-family: "Gotham-Bold", Helvetica;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
}

.authors-section {
  background-color: #ffffff;
  padding: 60px 30px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 800px) {
  .authors-section { padding: 80px 50px; }
}

@media (min-width: 1200px) {
  .authors-section { padding: 150px 80px; }
  .authors-section .section-intro {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }
  .authors-section .authors-grid {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

.authors-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 100%;
}

@media (min-width: 500px) {
  .authors-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .authors-grid { grid-template-columns: repeat(4, 1fr); }
}

.author-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.6s ease;
}

.author-card:hover { transform: translateY(-3px); }

.author-card img {
  width: 100%;
  aspect-ratio: 0.8;
  object-fit: cover;
  display: block;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
  flex: 1;
}

@media (min-width: 1200px) {
  .author-card {
    position: relative;
    transform: none;
    transition: none;
  }
  .author-card img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.6s ease;
  }
  .author-card:hover img { transform: scale(1.02); }
  .author-info {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(194deg, rgba(228,21,52,0.70) 11.45%, #000 64.76%);
    border: none;
    flex: none;
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  .author-card:hover .author-info { opacity: 1; }
  .author-card .text-wrapper-60 { color: #ffffff; }
  .author-card .text-wrapper-61 { color: rgba(255,255,255,0.8); }
  .author-card .location-new-york-NY,
  .author-card .reels-sotrys     { color: rgba(255,255,255,0.65); }
  .author-card .text-wrapper-44  { color: #FF7F51; }
  .author-card .text-wrapper-62  { color: rgba(255,255,255,0.8); }
  .author-card .text-wrapper-63  { color: #FF7F51; }
}

.author-card .arrow-link { margin-left: 0; }

.author-bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.text-wrapper-60 {
  font-family: "Gotham-Bold", Helvetica;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.text-wrapper-61 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
  margin: 0;
}

.text-wrapper-62 { color: #000000; }

.location-new-york-NY,
.reels-sotrys {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 12px;
  color: #777777;
  margin: 0;
}

.arrow-link {
  text-decoration: none;
  flex-shrink: 0;
}

.text-wrapper-63 {
  font-size: 28px;
  font-weight: 400;
  color: #ff9b54;
  display: block;
  transition: transform 0.2s ease;
}

.arrow-link:hover .text-wrapper-63 { transform: translateX(4px); }

/* ── Footer ──────────────────────────────────────────────── */
.footer-cta-section {
  background: linear-gradient(135deg, #CE4257 0%, #FF7F51 100%);
}
