/* ============================================================
   STRIPPED COLLECTIVE — MOBILE STYLESHEET
   Applies at 768px and below
   ============================================================ */

@media (max-width: 768px) {

  /* ----- HEADER ----- */
  .header {
    height: 80px;
  }
  .logo-wrapper img {
    height: 68px;
  }
  .header-contact-link {
    right: 24px;
    font-size: 9px;
  }

  /* ----- BACK LINK ----- */
  .back-link {
    height: 80px;
    padding: 0 24px;
    font-size: 8px;
  }

  /* ----- SHARED CONTAINER ----- */
  .container {
    padding: 0 24px;
  }

  /* ----- HERO ----- */
  .hero {
    height: 100svh;
  }
  .hero-accolades {
    bottom: 32px;
  }
  .hero-accolades-inner {
    padding: 0 24px;
    gap: 8px;
  }
  .hero-edition-name {
    font-size: 36px;
  }
  .hero-award-line {
    font-size: 8px;
    letter-spacing: 0.2em;
  }

  /* ----- HEADER CONTACT LINK — hide on mobile ----- */
  .header-contact-link {
    display: none;
  }

  /* ----- INDEX SPLIT SCREEN ----- */
  .split {
    flex-direction: column-reverse; /* Projects on top, Editions below */
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }
  html, body {
    overflow: auto !important;
  }
  .side {
    height: 50svh;
    flex: none !important;
    width: 100%;
  }
  .side-content {
    margin-top: 0;
    padding: 24px;
  }
  /* Editions image — show more of the chair, less of the underside */
  .side-left .side-bg {
    object-position: center 40% !important;
  }
  .side-title {
    font-size: 16px;
  }
  .side-desc {
    opacity: 1 !important;
    font-size: 10px;
  }
  .side-cta {
    opacity: 1 !important;
    pointer-events: auto !important;
    font-size: 8px;
    padding: 10px 20px;
  }

  /* ----- PAGE HEADER (Contact, etc.) ----- */
  .page-header {
    padding: 140px 0 60px;
  }
  .page-title {
    font-size: 40px;
  }

  /* ----- PROJECT/EDITION DETAIL HEADER ----- */
  .project-header {
    padding: 100px 0 48px;
  }
  .project-title,
  .object-title {
    font-size: 36px;
  }
  .project-meta-bar {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 8px;
  }

  /* ----- INTRO SECTION ----- */
  .intro-section {
    padding: 60px 0;
  }
  .intro-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .intro-body p {
    font-size: 13px;
  }

  /* ----- SECTION HEADER — two-col → stacked ----- */
  .section-header {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 60px 0 40px;
  }
  .section-intro {
    font-size: 13px;
  }

  /* ----- PROJECT ROWS — side-by-side → stacked ----- */
  .project-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .project-image {
    min-height: 280px;
    order: -1 !important; /* image always first on mobile */
  }
  .project-info {
    padding: 40px 24px;
    order: 1 !important;
  }
  .project-name {
    font-size: 28px;
  }
  .project-desc {
    font-size: 13px;
    max-width: 100%;
  }

  /* ----- EDITION ROWS — side-by-side → stacked ----- */
  .edition-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .edition-image {
    min-height: 280px;
    order: -1 !important;
  }
  .edition-info {
    padding: 40px 24px;
    order: 1 !important;
  }
  .edition-name {
    font-size: 36px;
  }
  .edition-desc {
    font-size: 13px;
    max-width: 100%;
  }

  /* ----- STORY SECTION — two-col → stacked ----- */
  .story-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 48px 0;
  }
  .story-text p {
    font-size: 13px;
  }

  /* ----- GALLERY GRID — 3-col → 1-col ----- */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gallery-section {
    padding: 48px 0;
  }

  /* ----- OBJECT/KOPPIE SECTION ----- */
  .object-section {
    padding: 80px 0 48px;
  }
  .section-label {
    margin-bottom: 24px;
  }

  /* ----- SPEC / DETAILS TABLE ----- */
  .spec-grid,
  .specs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .spec-section,
  .specs-section {
    padding: 48px 0;
  }

  /* ----- CONTACT GRID — 3-col → 1-col ----- */
  .contact-section {
    padding: 60px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .studio-block {
    padding-top: 40px;
    margin-top: 0;
  }
  .contact-name {
    font-size: 20px;
  }

  /* ----- ENQUIRE SECTION ----- */
  .enquire-section {
    padding: 48px 0;
    gap: 32px;
  }
  .enquire-title {
    font-size: 28px;
    line-height: 1.2;
  }

  /* ----- FORM ----- */
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* ----- VIEW ALL BUTTON ----- */
  .view-all-wrap {
    padding: 32px 0;
  }

  /* ----- FOOTER ----- */
  .footer {
    padding: 32px 0;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-right {
    gap: 20px;
  }

  /* ----- COLLECTION LABELS ----- */
  .collection-label {
    font-size: 16px;
  }

  /* ----- PRESS SECTION ----- */
  .press-section {
    flex-wrap: wrap;
    gap: 8px;
    padding: 40px 0;
  }
  .press-names {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

}
