/* ============================================
   MR PRINTABLES — Main Stylesheet
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 1.6;
}

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

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

p a {
  color: #FD5DC3;
  text-decoration: underline;
}

p a:hover {
  color: #FD5DC3;
  opacity: 0.75;
}


/* --- Header --- */
.site-header {
  width: 100%;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 0;
}

.logo-link {
  display: block;
  margin-bottom: 16px;
}

.logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 35px;
  gap: 0;
}

.nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  padding: 0 20px;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.nav-link:hover {
  color: #0701f0;
}

.header-rule {
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 12px;
}


/* --- Main --- */
.site-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px;
}

.home-page {
  margin-top: -40px;  /* cancel site-main top padding */
  /* Pull out of site-main max-width constraint */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Re-constrain everything inside home-page except the hero */
.home-picks,
.home-pick-groups,
.home-body,
.home-page > .ad-unit {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}


/* --- Footer --- */
.site-footer {
  border-top: 1px solid #000;
  margin-top: 60px;
  padding: 32px 16px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  gap: 24px;
}

.footer-nav a:hover {
  color: #FD5DC3;
}


/* --- Ad Units --- */
.ad-unit {
  margin: 32px 0;
}

.ad-unit--square {
  margin: 24px 0 0;
}

.ad-unit--horizontal {
  margin: 32px 0;
  width: 100%;
}


/* --- Project instructions (middle full-width section) --- */
.project-instructions {
  margin: 40px 0;
  font: 400 16px/24px 'Open Sans', sans-serif;
  color: #333;
}

.project-instructions p {
  margin-bottom: 16px;
}

.project-instructions img {
  width: 100%;
  margin: 24px 0;
}

.project-instructions h2 {
  font: 600 20px/28px 'Raleway', sans-serif;
  margin: 32px 0 12px;
}


/* --- Download row: ad left (1), download box right (2) --- */
.project-download-row {
  display: grid;
  grid-template-columns: 336px 1fr;
  gap: 0 30px;
  align-items: start;
  margin: 40px 0;
}

/* Desktop: ad left, download box right */
.download-ad  { order: 1; }
.download-box { order: 2; }

.download-box {
  background: #f2f2f0;
  padding: 40px 30px 30px 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.download-heading {
  font: 200 32px/32px 'Raleway', sans-serif;
  margin-bottom: 40px;
  color: #000;
}

.download-link {
  display: block;
  font: 500 18px/24px 'Raleway', sans-serif;
  color: #000;
  text-decoration: underline;
  margin-bottom: 20px;
}

.download-link:hover {
  color: #FD5DC3;
}

.terms-notice {
  font: 400 14px/24px 'Open Sans', sans-serif;
  color: #969696;
  margin-top: auto;
  padding-top: 40px;
}

.terms-notice a {
  color: #969696;
  text-decoration: underline;
}

.terms-notice a:hover {
  color: #FD5DC3;
}


/* --- Type 2: Download grid blocks --- */
.download-blocks {
  margin: 40px 0;
}

.download-blocks-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-items: start;
  margin-bottom: 24px;
}

.download-blocks-header .terms-notice {
  padding-top: 10px;
}

.download-block {
  margin-bottom: 40px;
}

.download-block-title {
  font: 200 24px/32px 'Raleway', sans-serif;
  margin-bottom: 16px;
  color: #000;
}

/* 4-column grid (portrait images) */
.download-grid--4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #f4f4f4;
  padding: 24px;
}

/* 3-column grid */
.download-grid--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: #f4f4f4;
  padding: 24px;
}

/* 2-column grid (landscape images) */
.download-grid--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: #f4f4f4;
  padding: 24px;
}

.download-grid-item {
  display: flex;
  flex-direction: column;
}

.download-grid-item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

/* 4col: portrait aspect ratio */
.download-grid--4col .download-grid-item img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* 3col: natural aspect ratio */
.download-grid--3col .download-grid-item img {
  object-fit: initial;
  height: auto;
}

/* 2col: natural aspect ratio */
.download-grid--2col .download-grid-item img {
  object-fit: initial;
  height: auto;
}

.download-grid-link {
  display: block;
  font: 500 18px/24px 'Raleway', sans-serif;
  color: #000;
  text-decoration: underline;
  margin-bottom: 4px;
}

.download-grid-link:hover {
  color: #FD5DC3;
}

.download-grid-caption {
  font: 400 13px/18px 'Open Sans', sans-serif;
  color: #888;
  margin-top: 4px;
}

/* Extra post-download content area */
.project-extra {
  margin: 40px 0;
  font: 400 16px/24px 'Open Sans', sans-serif;
  color: #333;
}

.project-extra p {
  margin-bottom: 14px;
}

/* Extra download groups (one-off pages like alphabet flash cards) */
.extra-downloads {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 8px;
}

.extra-download-group {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}

.extra-download-title {
  font: 600 16px/22px 'Raleway', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.extra-download-group p {
  font: 400 15px/22px 'Open Sans', sans-serif;
  color: #444;
  margin-bottom: 10px;
}

.ad-unit--between-blocks {
  margin: 24px 0 8px;
}


/* --- Responsive: Type 2 --- */
.section-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 48px 0 40px;
}

.related-heading {
  font: 700 32px/32px 'Raleway', sans-serif;
  margin-bottom: 24px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.related-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.related-thumb {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease;
}

.related-item:hover .related-thumb img {
  opacity: 0.85;
}

.related-title {
  display: block;
  font: 600 16px/18px 'Raleway', sans-serif;
  margin-top: 10px;
  color: #000;
}

.related-item:hover .related-title {
  color: #FD5DC3;
}


/* --- Category Page --- */
.category-page {
  max-width: 1175px;
  margin: 0 auto;
  padding: 32px 15px;
}

.category-header {
  text-align: center;
  margin-bottom: 32px;
}

.category-title {
  font: 700 36px/42px 'Raleway', sans-serif;
  margin-bottom: 10px;
}

.category-intro {
  font: 400 16px/24px 'Open Sans', sans-serif;
  color: #555;
  margin-bottom: 20px;
}

/* Quick-links */
.category-quicklinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.category-quicklink {
  font: 600 13px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  border: 1px solid #ddd;
  padding: 6px 14px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.category-quicklink:hover {
  border-color: #FD5DC3;
  color: #FD5DC3;
}


/* Featured slideshow + ad */
.category-featured {
  display: grid;
  grid-template-columns: 1fr 336px;
  gap: 30px;
  align-items: start;
  margin-bottom: 48px;
}

.category-slideshow {
  position: relative;
  overflow: hidden;
}

.category-slides {
  position: relative;
}

.category-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.category-slide.active {
  display: block;
  opacity: 1;
}

.category-slide-link {
  display: block;
  text-decoration: none;
  color: #000;
}

.category-slide-link img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}

.category-slide-info {
  padding: 16px 0 8px;
}

.category-slide-title {
  font: 700 22px/28px 'Raleway', sans-serif;
  margin-bottom: 6px;
  color: #000;
}

.category-slide-link:hover .category-slide-title {
  color: #FD5DC3;
}

.category-slide-blurb {
  font: 400 15px/22px 'Open Sans', sans-serif;
  color: #555;
}

/* Slideshow arrows */
.category-arrow {
  position: absolute;
  top: calc(25% - 18px);
  transform: none;
  background: rgba(255,255,255,0.85);
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  z-index: 2;
}

.category-arrow:hover {
  border-color: #FD5DC3;
  color: #FD5DC3;
}

.category-prev { left: 8px; }
.category-next { right: 8px; }

/* Slideshow dots */
.category-dots {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.category-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
}

.category-dot.active,
.category-dot:hover {
  background: #000;
}

.category-featured-ad {
  padding-top: 4px;
}


/* Category body + extra content blocks */
.category-body,
.category-extra {
  font: 400 16px/26px 'Open Sans', sans-serif;
  color: #333;
  margin: 32px 0;
}

.category-body p,
.category-extra p {
  margin-bottom: 16px;
}

.category-body a,
.category-extra a {
  color: #FD5DC3;
}

.category-body a:hover,
.category-extra a:hover {
  text-decoration: underline;
}


/* T2 sections */
.category-sections {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.category-section {
  margin-bottom: 48px;
}

.category-section-header {
  margin-bottom: 20px;
}

.category-section-browse {
  display: inline-block;
  font: 600 13px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FD5DC3;
  text-decoration: none;
  margin-top: 6px;
}

.category-section-browse:hover {
  text-decoration: underline;
}

.category-section-title {
  font: 600 22px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.category-section-title a {
  color: #000;
  text-decoration: none;
}

.category-section-title a:hover {
  color: #FD5DC3;
}

/* Category thumbnail grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-thumb {
  display: block;
  text-decoration: none;
  color: #000;
}

.category-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease;
}

.category-thumb:hover img {
  opacity: 0.85;
}

.category-thumb-title {
  display: block;
  font: 600 14px/18px 'Raleway', sans-serif;
  margin-top: 8px;
  color: #000;
}

.category-thumb:hover .category-thumb-title {
  color: #FD5DC3;
}

.category-see-all {
  display: inline-block;
  font: 600 14px/1 'Raleway', sans-serif;
  color: #000;
  text-decoration: underline;
  margin-top: 16px;
}

.category-see-all:hover {
  color: #FD5DC3;
}

/* Project thumbnail grid */
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.project-thumb {
  display: block;
  text-align: center;
  border: 1px solid #e8e8e8;
  transition: border-color 0.15s ease;
}

.project-thumb:hover {
  border-color: #FD5DC3;
}

.project-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.project-thumb-title {
  display: block;
  font-size: 13px;
  padding: 8px;
  color: #222;
}


/* --- Project Page --- */
.project-page {
  max-width: 1175px;
  margin: 0 auto;
  padding: 32px 15px;
}

.project-top {
  display: grid;
  grid-template-columns: 547px 1fr;
  gap: 0;
  align-items: start;
}

/* Gallery — left column */
.project-gallery {
  margin: 0 15px;
}

.gallery-stage {
  position: relative;
  width: 547px;
  overflow: hidden;
}

.gallery-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-slide.active {
  display: block;
  opacity: 1;
}

.gallery-slide img {
  width: 547px;
  height: 718px;
  object-fit: contain;
  display: block;
}

/* Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  z-index: 2;
}

.gallery-arrow:hover {
  background: #fff;
  border-color: #0701f0;
  color: #0701f0;
}

.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }

/* Dots */
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
}

.gallery-dot.active,
.gallery-dot:hover {
  background: #000;
}

/* Info — right column */
.project-info {
  margin: 0 15px;
  padding-left: 30px;
}

.project-breadcrumb {
  font: 600 16px/16px 'Raleway', sans-serif;
  margin-bottom: 14px;
}

.project-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.project-breadcrumb a:hover {
  color: #FD5DC3;
}

.project-title {
  color: #222;
  font: 900 36px/42px 'Raleway', sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
}

.project-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

/* Share buttons */
.share-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  color: #bbb;
  text-decoration: none;
  transition: color 0.15s ease;
}

.share-btn--pinterest:hover { color: #E60023; }
.share-btn--facebook:hover  { color: #1877F2; }
.share-btn--x:hover         { color: #000; }

.project-description {
  font: 400 16px/24px 'Open Sans', sans-serif;
  color: #333;
}

.project-description p {
  margin-bottom: 14px;
}


/* --- Responsive --- */
@media (max-width: 768px) {
  .site-nav {
    height: auto;
    padding: 8px 0;
  }

  .nav-link {
    font-size: 14px;
    padding: 4px 12px;
    line-height: 28px;
  }

  .project-top {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    margin: 0;
  }

  .gallery-stage,
  .gallery-slide img {
    width: 100%;
    height: auto;
  }

  .project-info {
    margin: 24px 0 0;
    padding-left: 0;
  }

  .project-title {
    font-size: 26px;
    line-height: 32px;
    width: 100%;
  }

  /* Download row: single column, download box on top, ad below */
  .project-download-row {
    grid-template-columns: 1fr;
  }

  .download-box { order: 1; }
  .download-ad  { order: 2; }

  .download-box {
    min-height: auto;
    padding: 20px;
  }

  .ad-unit--square {
    text-align: center;
  }

  .download-blocks-header {
    grid-template-columns: 1fr;
  }

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

  .download-grid--2col {
    grid-template-columns: 1fr;
  }

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

  .category-featured-ad {
    text-align: center;
  }

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

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

  .project-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .category-title {
    font-size: 1.5rem;
  }
}

/* ============================================
   UTILITY LAYOUT CLASSES
   Use inside instructions: or extra: blocks
   ============================================ */

/* 2-column image or content grid */
.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}

/* 3-column content grid */
.cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}

/* 2-column with wider left (2:1 ratio) */
.cols-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin: 24px 0;
}

/* 2-column with wider right (1:2 ratio) */
.cols-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin: 24px 0;
}

/* Images inside column grids fill their container */
.cols-2 img,
.cols-3 img,
.cols-2-1 img,
.cols-1-2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* Column item — optional wrapper for text+image combos */
.col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.col p {
  margin-bottom: 0;
}

/* Caption below an image in a column */
.col-caption {
  font: 400 13px/18px 'Open Sans', sans-serif;
  color: #888;
  text-align: center;
}

/* Responsive — all column layouts stack on mobile */
@media (max-width: 768px) {
  .cols-2,
  .cols-3,
  .cols-2-1,
  .cols-1-2 {
    grid-template-columns: 1fr;
  }
}


/* =============================================================
   HOMEPAGE
   ============================================================= */

/* --- Hero --- */
.home-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  margin-bottom: 48px;
  /* Welcome panel capped so it doesn't stretch on very wide screens */
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* Slideshow */
.home-hero-slideshow {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
  aspect-ratio: 16 / 9;
}

.home-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.home-hero-slide.active {
  opacity: 1;
}

.home-hero-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

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

.home-hero-slide-info,
.home-hero-slide-title,
.home-hero-slide-blurb {
  display: none;
}

/* Arrows */
.home-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  z-index: 2;
}

.home-hero-arrow:hover { background: rgba(0,0,0,0.6); }
.home-hero-prev { left: 10px; }
.home-hero-next { right: 10px; }

/* Dots */
.home-hero-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.home-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s;
}

.home-hero-dot.active,
.home-hero-dot:hover {
  background: #fff;
}

/* Welcome panel */
.home-hero-welcome {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 24px;
}

.home-hero-welcome-text h1 {
  font: 900 26px/1.2 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
}

.home-hero-welcome-text p {
  font: 400 15px/24px 'Open Sans', sans-serif;
  color: #444;
  margin: 0 0 10px;
}

.home-hero-welcome-text a {
  color: #FD5DC3;
}

/* --- Featured picks grid --- */
.home-picks {
  margin-bottom: 48px;
}

.home-picks-title {
  font: 700 22px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.home-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-pick {
  display: block;
  text-decoration: none;
  color: #000;
}

.home-pick img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}

.home-pick-title {
  display: block;
  font: 600 13px/1.3 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 8px;
  color: #222;
}

.home-pick:hover .home-pick-title {
  color: #FD5DC3;
}

/* --- Pick groups (multiple grids) --- */
.home-pick-groups {
  margin-bottom: 48px;
}

.home-pick-group {
  margin-bottom: 40px;
}

.home-picks-intro {
  font: 400 15px/24px 'Open Sans', sans-serif;
  color: #555;
  margin: -8px 0 16px;
}

/* --- Custom body content --- */
.home-body {
  font: 400 16px/26px 'Open Sans', sans-serif;
  color: #333;
  margin-bottom: 40px;
}

.home-body p { margin-bottom: 16px; }
.home-body a { color: #FD5DC3; }
.home-body a:hover { text-decoration: underline; }

/* --- Mobile --- */
@media (max-width: 768px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero-slideshow {
    aspect-ratio: 4 / 3;
  }

  .home-hero-welcome-text h1 {
    font-size: 22px;
  }

  .home-hero-ad {
    display: none; /* hide ad on mobile hero */
  }

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


/* =============================================================
   CATEGORY PICKS GRID (T2 manual selection)
   ============================================================= */

.category-picks {
  margin-bottom: 40px;
}

.category-picks-title {
  font: 700 20px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.category-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-pick {
  display: block;
  text-decoration: none;
  color: #000;
}

.category-pick img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}

.category-pick-title {
  display: block;
  font: 600 13px/1.3 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 7px;
  color: #222;
}

.category-pick:hover .category-pick-title {
  color: #FD5DC3;
}

@media (max-width: 768px) {
  .category-picks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.category-picks + .category-picks {
  margin-top: 8px;
}

.category-picks-intro {
  font: 400 15px/24px 'Open Sans', sans-serif;
  color: #555;
  margin: -8px 0 16px;
}
