.favorites-page { background: #fff; }
.favorites-eyebrow { margin: 0 0 16px; color: var(--primary-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.favorites-hero { display: grid; min-height: 650px; grid-template-columns: 1.02fr .98fr; background: var(--soft); border-bottom: 1px solid var(--line); }
.favorites-hero-copy { display: flex; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); flex-direction: column; justify-content: center; }
.favorites-hero h1 { max-width: 720px; margin: 0 0 28px; font-size: clamp(34px, 3.7vw, 50px); line-height: 1.28; letter-spacing: -.035em; }
.favorites-hero h1 span { display: block; white-space: nowrap; }
.favorites-hero-copy > p:not(.favorites-eyebrow) { max-width: 620px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 2; }
.favorites-hero-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #d8e6e4; }
.favorites-hero-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 48% center; }
.favorites-hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(15,35,38,.36)); pointer-events: none; }
.favorites-hero-visual figcaption { position: absolute; right: 34px; bottom: 32px; left: 34px; z-index: 1; display: flex; color: #fff; justify-content: space-between; align-items: end; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.favorites-hero-visual figcaption span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }.favorites-hero-visual figcaption strong { font-size: 16px; }
.favorites-section-heading h2 { margin: 0; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.35; letter-spacing: -.04em; }
.favorites-list { padding: clamp(80px, 9vw, 130px) clamp(18px, 5vw, 70px); background: #f4f8f7; }.favorites-section-heading { max-width: 1040px; margin: 0 auto 70px; text-align: center; }.favorites-section-heading h2 { margin: 48px 0 18px; }.favorites-section-heading > p:last-child { color: var(--muted); }
.favorite-category-nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.favorite-category-nav a { display: flex; min-height: 128px; padding: 18px 10px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(9,88,92,.07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.favorite-category-nav a:hover { border-color: rgba(26,166,167,.42); box-shadow: 0 15px 34px rgba(9,88,92,.12); transform: translateY(-3px); }
.favorite-category-nav img { width: 48px; height: 48px; object-fit: contain; }
.favorite-category-nav span { font-size: 13px; font-weight: 900; }
.affiliate-intro { max-width: 800px; margin: 0 auto; line-height: 2; }
.favorite-category { scroll-margin-top: 96px; }
.favorite-grid a.product-cta { margin-top: auto; padding: 14px 18px; color: #fff; background: var(--primary-dark); border-radius: 999px; align-items: center; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.favorite-grid a.product-cta:hover { background: var(--primary); box-shadow: 0 10px 24px rgba(9,88,92,.2); transform: translateY(-2px); }
.product-actions { display: grid; margin-top: auto; gap: 10px; }
.favorite-grid .product-actions a.product-cta { margin-top: 0; }
.favorite-grid a.product-cta-secondary { color: var(--primary-dark); background: #fff; border: 1px solid var(--primary-dark); }
.favorite-grid a.product-cta-secondary:hover { color: #fff; background: var(--primary-dark); }
.favorite-category { max-width: 1320px; margin: 0 auto 34px; padding: clamp(26px, 4vw, 58px); border-radius: 24px; }.category-night { background: #dff1eb; }.category-work { background: #e4f0f3; }.category-move { background: #f5ead7; }.category-study { background: #ece8f3; }.category-life { background: #f5e6e2; }
.favorite-category > header { display: block; margin-bottom: 34px; }.favorite-category header small { display: block; color: #253438; font-size: clamp(18px, 1.6vw, 22px); font-weight: 800; line-height: 1.2; letter-spacing: .06em; }.favorite-category header h2 { margin: 12px 0 0; max-width: 1100px; font-size: clamp(27px, 3vw, 42px); line-height: 1.35; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.favorite-grid article { display: flex; min-height: 340px; padding: 28px; flex-direction: column; background: rgba(255,255,255,.92); border-radius: 16px; overflow: hidden; }.favorite-grid article > b { align-self: flex-end; color: var(--primary-dark); font-size: 23px; }.favorite-grid article > img { display: block; width: calc(100% + 56px); max-width: none; height: auto; aspect-ratio: 4 / 3; margin: -28px -28px 0; object-fit: cover; background: #eef5f4; }.favorite-grid h3 { margin: 24px 0 10px; font-size: 21px; }.favorite-grid p { margin: 0 0 20px; color: var(--muted); }.favorite-grid dl { margin: auto 0 0; padding: 14px 0; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); }.favorite-grid dt { color: var(--primary-dark); font-size: 11px; font-weight: 900; }.favorite-grid dd { margin: 4px 0 0; font-size: 12px; }.favorite-grid a { display: flex; padding-top: 22px; justify-content: space-between; font-weight: 900; }.product-card-featured a { margin-top: auto; }
.favorite-grid article > img.product-cover-image { padding: 14px; object-fit: contain; background: #f5f0dc; }
.favorite-grid p.product-note { margin-top: -8px; font-size: 11px; line-height: 1.65; }
@media (max-width: 900px) { .favorites-hero { grid-template-columns: 1fr; }.favorite-category-nav { grid-template-columns: repeat(3, 1fr); }.favorites-hero-visual, .favorites-hero-visual img { min-height: 520px; }.favorite-grid { grid-template-columns: 1fr; }.favorite-grid article { min-height: auto; } }
@media (max-width: 600px) {
  .favorites-hero {
    min-height: 0;
  }

  .favorites-hero-copy {
    padding: 44px 22px 40px;
  }

  .favorites-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .favorites-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(27px, 8.2vw, 32px);
    line-height: 1.38;
    letter-spacing: -.035em;
  }

  .favorites-hero-copy > p:not(.favorites-eyebrow) {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
  }

  .favorites-hero-visual,
  .favorites-hero-visual img {
    min-height: 340px;
    height: 340px;
  }

  .favorites-hero-visual img {
    object-position: 50% center;
  }

  .favorites-hero-visual figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .favorites-hero-visual figcaption span {
    font-size: 9px;
  }

  .favorites-hero-visual figcaption strong {
    max-width: 180px;
    font-size: 13px;
    text-align: right;
  }

  .favorites-list {
    padding: 52px 0 72px;
  }

  .favorites-section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .favorite-category-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    margin: 0;
    padding: 0 12px 8px;
  }

  .favorite-category-nav a {
    min-width: 0;
    min-height: 72px;
    padding: 8px 2px;
    flex-direction: column;
    gap: 5px;
    border-radius: 12px;
    box-shadow: none;
  }

  .favorite-category-nav img {
    width: 25px;
    height: 25px;
  }

  .favorite-category-nav span {
    font-size: 9px;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .favorites-section-heading h2,
  .favorites-section-heading > p:last-child {
    margin-right: 20px;
    margin-left: 20px;
  }

  .favorites-section-heading h2 {
    margin-top: 32px;
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.42;
  }

  .affiliate-intro {
    font-size: 12px;
    line-height: 1.85;
  }

  .favorite-category {
    margin: 0 12px 18px;
    padding: 24px 8px 8px;
    border-radius: 18px;
  }

  .favorite-category > header {
    margin-bottom: 22px;
    padding: 0 10px;
  }

  .favorite-category header small {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .favorite-category header h2 {
    margin-top: 8px;
    font-size: 23px;
    line-height: 1.48;
  }

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

  .favorite-grid article {
    min-width: 0;
    padding: 10px;
    border-radius: 8px;
  }

  .favorite-grid article > img {
    width: calc(100% + 20px);
    margin: -10px -10px 0;
    aspect-ratio: 1 / 1;
  }

  .favorite-grid article > img.product-cover-image {
    padding: 14px;
  }

  .favorite-grid h3 {
    margin: 13px 0 6px;
    font-size: 14px;
    line-height: 1.45;
  }

  .favorite-grid p {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.65;
  }

  .favorite-grid p.product-note {
    margin-top: -3px;
    font-size: 9px;
  }

  .favorite-grid a.product-cta {
    min-height: 42px;
    padding: 9px 10px;
    gap: 5px;
    font-size: 10px;
    line-height: 1.35;
  }
}
