/* ── 13" laptop / compact desktop (1280–1440px) ── */
@media (min-width: 1025px) and (max-width: 1440px) {
  :root {
    --page-gutter: 32px;
    --content-width: 1080px;
  }

  .container-wide {
    padding-inline: var(--page-gutter);
  }

  /* ── Section rhythm ── */
  .features-section,
  .lifestyle-section,
  .testimonials-section,
  .press-section,
  .journal-section,
  .content-block,
  .product-feature-section,
  .product-showcase,
  .product-showcase-premium,
  .features-section-premium,
  .lifestyle-section-premium,
  .testimonials-section-premium,
  .press-section-premium,
  .journal-section-premium,
  .cta-section-premium {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section,
  .cta-section-premium {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: clamp(28px, 3.2vw, 40px);
    margin-bottom: 12px;
  }

  .section-header p {
    font-size: 16px;
    line-height: 1.6;
  }

  /* ── Homepage hero video ── */
  /* .hero-video {
    height: min(var(--hero-video-height, 72vh), 640px);
    max-height: 640px;
  } */

  /* .page-home {
    --hero-video-height: min(72vh, 640px);
  } */

  /* ── Homepage cinematic hero ── */
  .page-home .hero-cinematic,
  .hero-cinematic {
    padding: 56px 0;
  }

  .hero-cinematic-inner {
    gap: 32px;
    padding: 0 var(--page-gutter);
    max-width: var(--content-width);
  }

  .hero-cinematic .hero-title {
    font-size: clamp(34px, 3.6vw, 48px);
    margin-bottom: 14px;
    line-height: 1.08;
  }

  .hero-cinematic .hero-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .hero-showcase-card {
    width: min(100%, 400px);
  }

  /* ── Product showcase ── */
  .product-showcase-inner {
    gap: 36px;
    align-items: center;
  }

  .product-showcase-text h2 {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 1.15;
  }

  .product-showcase-text p {
    margin-bottom: 18px;
    line-height: 1.65;
  }

  .product-showcase-image img {
    aspect-ratio: 10 / 8;
    max-height: 360px;
    object-fit: cover;
  }

  .product-tabs {
    margin-bottom: 36px;
    gap: 24px;
  }

  /* ── Features bento ── */
  .features-bento {
    gap: 16px;
  }

  .features-bento .feature-card:nth-child(1) {
    min-height: 300px;
  }

  .features-bento .feature-card:nth-child(6) {
    min-height: 240px;
  }

  /* ── Lifestyle ── */
  .lifestyle-section-premium {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lifestyle-header {
    margin-bottom: 32px;
  }

  .lifestyle-showcase {
    gap: 20px;
  }

  .lifestyle-main {
    aspect-ratio: 4 / 4.2;
    max-height: 380px;
  }

  .lifestyle-main-content {
    padding: 24px;
  }

  .lifestyle-main-content blockquote {
    font-size: 14px;
    line-height: 1.55;
  }

  /* ── Journal ── */
  .journal-section,
  .journal-section-premium {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .journal-header {
    margin-bottom: 32px;
  }

  .journal-header h2 {
    font-size: clamp(26px, 2.8vw, 32px);
  }

  .journal-home-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 20px;
    align-items: start;
  }

  .journal-card--featured .journal-card-media {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .journal-card--featured .journal-card-media img {
    object-fit: cover;
    object-position: center;
  }

  .journal-card--featured .journal-card-title {
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.25;
  }

  .journal-card-body {
    padding: 16px 18px 18px;
  }

  .journal-card--compact .journal-card-body {
    padding: 14px 16px;
  }

  .journal-card-excerpt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .journal-home-list {
    gap: 12px;
  }

  /* ── Testimonials & press ── */
  .testimonials-grid {
    gap: 20px;
  }

  .press-section-premium .press-carousel {
    gap: 18px;
  }

  .press-card-content h4 {
    font-size: 14px;
  }

  /* ── Product detail ── */
  .product-detail.container {
    padding: 36px var(--page-gutter) 64px;
  }

  .product-detail-inner {
    gap: 40px;
    align-items: start;
  }

  .product-gallery {
    max-width: 560px;
    top: calc(var(--site-topbar-height) + 16px);
  }

  .product-gallery-main {
    aspect-ratio: 4 / 3;
    max-height: min(48vh, 420px);
    margin-bottom: 10px;
  }

  .product-gallery-main img {
    object-fit: cover;
  }

  .product-info h1 {
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 6px;
  }

  .product-info .subtitle {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .product-info .description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .product-option {
    margin-bottom: 18px;
  }

  .product-promo-badge {
    margin-bottom: 18px;
    padding: 10px 14px;
  }

  /* ── Product line / feature pages ── */
  .product-feature-section {
    padding: 64px 0;
  }

  .product-feature-inner {
    gap: 40px;
    align-items: center;
  }

  .product-feature-image {
    aspect-ratio: 5 / 3;
    max-height: 340px;
  }

  .product-feature-image img {
    object-fit: cover;
  }

  .product-feature-text h2 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .product-feature-text p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
    text-align: left;
  }

  .feature-pills {
    gap: 10px;
  }

  .feature-pill {
    padding: 12px 14px;
  }

  .product-line-hero {
    padding: 56px 0;
  }

  .product-line-hero h1 {
    font-size: clamp(32px, 3.5vw, 42px);
  }

  /* ── Content blocks ── */
  .content-block {
    padding: 64px 0;
  }

  .content-block-inner {
    gap: 40px;
    align-items: center;
  }

  .content-block-text h2 {
    font-size: clamp(26px, 2.8vw, 32px);
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .content-block-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content-block-text p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* ── CTA ── */
  .cta-section-premium h2 {
    font-size: clamp(30px, 3.2vw, 42px);
    margin-bottom: 12px;
  }

  .cta-section-premium p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* ── Shop ── */
  .shop-hero {
    padding: 48px 0;
  }

  .shop-hero h1 {
    font-size: clamp(32px, 3.5vw, 42px);
  }

  .shop-grid {
    gap: 20px;
    padding-bottom: 64px;
  }

  /* ── Inner pages ── */
  .page-hero {
    padding: 56px 0 48px;
  }

  .page-hero h1 {
    font-size: clamp(30px, 3.5vw, 44px);
    margin-bottom: 12px;
  }

  .page-hero p {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-hero + section.container {
    padding-top: 56px;
  }

  .journal-article-header {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .journal-article-header h1 {
    font-size: clamp(28px, 3.2vw, 38px);
  }

  .journal-article-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
  }

  .journal-article-hero {
    margin-bottom: 36px;
  }

  .journal-article-hero img {
    max-height: min(52vh, 480px);
  }

  .journal-article-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .journal-article-content h2 {
    font-size: 24px;
  }

  .journal-article-content h3 {
    font-size: 20px;
  }

  .cta-section {
    padding: 72px 0;
  }

  .cta-section h2 {
    font-size: clamp(28px, 3vw, 36px);
    margin-bottom: 12px;
  }
}

/* Short laptop viewports (e.g. 13" 1280×800) */
@media (min-width: 1025px) and (max-height: 900px) {
  /* .hero-video {
    height: min(var(--hero-video-height, 65vh), 560px);
    max-height: 560px;
  } */

  /* .page-home {
    --hero-video-height: min(65vh, 560px);
  } */

  .page-home .hero-cinematic,
  .hero-cinematic {
    padding: 44px 0;
  }

  .product-gallery-main {
    max-height: min(44vh, 380px);
  }

  .product-feature-image {
    max-height: 300px;
  }
}
