.recommend-page {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 34rem),
    #f7f6f2;
}

.recommend-page .header-container {
  max-width: 1460px !important;
}

.recommend-page .nav-menu {
  gap: clamp(14px, 2.1vw, 34px) !important;
}

.recommend-page .nav-link {
  font-size: clamp(0.82rem, 0.82vw, 0.92rem) !important;
}

.recommend-page .mobile-menu-btn {
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.recommend-page .mobile-menu-btn span {
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff !important;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.22);
}

.recommend-page .mobile-menu-btn.active {
  background: rgba(215, 25, 32, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
}

.recommend-hero {
  padding: calc(76px + clamp(40px, 5vw, 64px)) 0 clamp(44px, 4.5vw, 64px);
  border-bottom: 1px solid #ddd9d1;
  background: rgba(255, 254, 250, 0.42);
  text-align: center;
}

.recommend-hero-inner {
  max-width: 980px !important;
}

.recommend-kicker,
.recommend-section-head span {
  color: #d71920;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: clamp(0.8rem, 0.95vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recommend-hero h1 {
  margin: 10px 0 14px;
  color: #171d26;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: clamp(2.6rem, 4.6vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.recommend-hero p {
  max-width: 820px;
  margin: 0 auto;
  color: #505965;
  font-size: clamp(0.95rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.8;
}

.recommend-red-rule {
  display: block;
  width: 82px;
  height: 4px;
  margin: 28px auto 0;
  background: #d71920;
  border-radius: 999px;
}

.recommend-wide-container {
  width: min(calc(100vw - 96px), 1680px) !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.recommend-spotlight-section,
.recommend-goals-section,
.recommend-products-section,
.recommend-consult-section {
  padding: clamp(44px, 5vw, 72px) 0;
}

.recommend-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: clamp(28px, 3vw, 52px);
  align-items: stretch;
}

.recommend-spotlight-image,
.recommend-spotlight-copy,
.recommend-goal-card,
.recommend-product-card,
.recommend-consult-band {
  background: #fffefa;
  border: 1px solid #ddd9d1;
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(20, 24, 28, 0.07);
}

.recommend-spotlight-image {
  min-height: clamp(360px, 40vw, 540px);
  padding: clamp(18px, 2vw, 28px);
  display: grid;
  place-items: center;
}

.recommend-spotlight-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 34vw, 470px);
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.recommend-spotlight-copy {
  padding: clamp(30px, 3.2vw, 48px);
}

.recommend-pill-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.recommend-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd9d1;
  border-radius: 999px;
  padding: 0 18px;
  color: #171d26;
  background: #fffefa;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}

.recommend-pill-red {
  background: #d71920;
  border-color: #d71920;
  color: #fff;
}

.recommend-spotlight-copy h2,
.recommend-section-head h2,
.recommend-consult-band h2 {
  margin: 0;
  color: #171d26;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}

.recommend-spotlight-copy h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.9rem);
  line-height: 0.98;
}

.recommend-lead-copy {
  margin: 22px 0 26px;
  color: #323942;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.85;
}

.recommend-check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.recommend-check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #4f5965;
  font-weight: 800;
  line-height: 1.62;
}

.recommend-check-list span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #d71920;
  border-radius: 50%;
  color: #d71920;
  font-weight: 900;
}

.recommend-mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.recommend-mini-specs div {
  border: 1px solid #ddd9d1;
  border-radius: 4px;
  padding: 15px 16px;
  background: #fff;
}

.recommend-mini-specs small {
  display: block;
  margin-bottom: 5px;
  color: #747982;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recommend-mini-specs strong {
  display: block;
  color: #171d26;
  font-size: clamp(1.05rem, 1.2vw, 1.25rem);
  font-weight: 900;
}

.recommend-dark-cta,
.recommend-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 4px;
  background: #111922;
  border-bottom: 4px solid #d71920;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.recommend-dark-cta {
  min-width: 236px;
  padding: 0 28px;
}

.recommend-dark-cta:hover,
.recommend-card-link:hover {
  background: #d71920;
  color: #fff;
  transform: translateY(-2px);
}

.recommend-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.recommend-section-head h2 {
  margin-top: 8px;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.recommend-section-head p {
  max-width: 520px;
  margin: 0;
  color: #59616b;
  font-weight: 800;
  line-height: 1.75;
  text-align: right;
}

.recommend-goal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.recommend-goal-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recommend-goal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(20, 24, 28, 0.11);
}

.recommend-goal-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.recommend-goal-card > div {
  padding: clamp(22px, 2.4vw, 30px);
}

.recommend-goal-card h3 {
  margin: 14px 0 12px;
  color: #171d26;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  line-height: 1.04;
  letter-spacing: 0.02em;
}

.recommend-goal-card p {
  min-height: 82px;
  margin: 0 0 22px;
  color: #4f5965;
  font-weight: 800;
  line-height: 1.72;
}

.recommend-card-link {
  width: 100%;
}

.recommend-goal-panels {
  display: grid;
  gap: clamp(42px, 5vw, 72px);
  margin-top: clamp(42px, 5vw, 68px);
}

.recommend-goal-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 46px);
  align-items: start;
  scroll-margin-top: 108px;
  padding-top: clamp(30px, 3.5vw, 44px);
  border-top: 1px solid #ddd9d1;
}

.recommend-goal-panel-copy {
  position: sticky;
  top: 104px;
}

.recommend-goal-panel-copy span {
  display: block;
  color: #d71920;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.recommend-goal-panel-copy h3 {
  margin: 0;
  color: #171d26;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.recommend-goal-panel-copy p {
  margin: 18px 0 0;
  color: #505965;
  font-weight: 800;
  line-height: 1.78;
}

.recommend-pick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.recommend-pick-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fffefa;
  border: 1px solid #ddd9d1;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(20, 24, 28, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.recommend-pick-card:hover {
  color: inherit;
  transform: translateY(-4px);
  border-color: rgba(215, 25, 32, 0.42);
  box-shadow: 0 22px 44px rgba(20, 24, 28, 0.11);
}

.recommend-pick-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #eeeae2;
}

.recommend-pick-card span,
.recommend-pick-card strong,
.recommend-pick-card small,
.recommend-pick-card p {
  display: block;
  margin-right: clamp(18px, 1.8vw, 24px);
  margin-left: clamp(18px, 1.8vw, 24px);
}

.recommend-pick-card span {
  margin-top: 20px;
  color: #d71920;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.recommend-pick-card strong {
  margin-top: 8px;
  color: #171d26;
  font-size: clamp(1.05rem, 1.22vw, 1.28rem);
  font-weight: 900;
  line-height: 1.3;
}

.recommend-pick-card small {
  margin-top: 8px;
  color: #171d26;
  font-size: 0.94rem;
  font-weight: 900;
}

.recommend-pick-card p {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #59616b;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.66;
}

.recommend-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(36px, 4vw, 48px);
  display: flex;
  border: 1px solid #ddd9d1;
  border-radius: 6px;
  background: #fffefa;
  overflow-x: auto;
}

.recommend-tabs a {
  min-width: 150px;
  padding: 18px 24px;
  color: #323942;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.recommend-tabs a:first-child {
  background: #111922;
  color: #fff;
}

.recommend-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.recommend-product-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recommend-product-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(20, 24, 28, 0.11);
}

.recommend-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #eeeae2;
}

.recommend-product-card span,
.recommend-product-card strong,
.recommend-product-card p {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.recommend-product-card span {
  margin-top: 20px;
  color: #d71920;
  font-family: 'Oswald', 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recommend-product-card strong {
  margin-top: 9px;
  color: #171d26;
  font-size: clamp(1.14rem, 1.35vw, 1.38rem);
  font-weight: 900;
  line-height: 1.28;
}

.recommend-product-card p {
  margin-top: 10px;
  margin-bottom: 24px;
  color: #59616b;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.64;
}

.recommend-consult-section {
  padding-top: 20px;
}

.recommend-consult-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 3vw, 36px);
  border-left: 6px solid #d71920;
}

.recommend-consult-band h2 {
  margin-bottom: 8px;
  font-size: clamp(1.2rem, 1.7vw, 1.6rem);
}

.recommend-consult-band p {
  margin: 0;
  color: #59616b;
  font-weight: 800;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .recommend-spotlight {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recommend-pick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .recommend-goal-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-goal-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .recommend-goal-card p {
    min-height: 0;
  }

  .recommend-goal-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-goal-panel-copy {
    position: static;
  }
}

@media (max-width: 768px) {
  .recommend-page > .header {
    right: auto !important;
    width: 100vw !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .recommend-page .nav-menu:not(.active) {
    display: none !important;
  }

  .recommend-page .nav-menu.active {
    display: flex !important;
    right: 0 !important;
  }

  .recommend-wide-container,
  .recommend-page .container {
    width: calc(100vw - 32px) !important;
  }

  .recommend-hero {
    padding-top: calc(76px + 48px);
    padding-bottom: 54px;
  }

  .recommend-hero h1 {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(2rem, 8.5vw, 2.7rem);
  }

  .recommend-hero p {
    font-size: 1rem;
  }

  .recommend-spotlight-section,
  .recommend-goals-section,
  .recommend-products-section,
  .recommend-consult-section {
    padding: 42px 0;
  }

  .recommend-spotlight-image {
    min-height: auto;
  }

  .recommend-spotlight-image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .recommend-spotlight-copy {
    padding: 24px 20px;
  }

  .recommend-spotlight-copy h2 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  .recommend-check-list li {
    grid-template-columns: 26px 1fr;
    gap: 10px;
  }

  .recommend-check-list span {
    width: 26px;
    height: 26px;
  }

  .recommend-mini-specs {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-section-head {
    display: block;
  }

  .recommend-section-head p {
    max-width: none;
    margin-top: 12px;
    text-align: left;
  }

  .recommend-goal-card {
    display: block;
  }

  .recommend-tabs {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
  }

  .recommend-tabs a {
    flex: 1 1 50%;
    min-width: 0;
    padding: 16px 18px;
  }

  .recommend-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-goal-panels {
    gap: 44px;
    margin-top: 44px;
  }

  .recommend-goal-panel {
    scroll-margin-top: 90px;
    padding-top: 32px;
  }

  .recommend-pick-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .recommend-consult-band {
    display: block;
  }

  .recommend-consult-band .recommend-dark-cta {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 430px) {
  .recommend-pill {
    min-height: 32px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .recommend-card-link,
  .recommend-dark-cta {
    min-height: 52px;
  }
}
