.men-face-detail-page {
  --men-bg: #eef4f7;
  --men-surface: #ffffff;
  --men-surface-2: #f6f9fb;
  --men-text: #20262b;
  --men-muted: #63717a;
  --men-line: #d8e3e9;
  --men-blue: #5f7f99;
  --men-blue-dark: #36586f;
  background: linear-gradient(180deg, #ffffff 0%, var(--men-bg) 46%, #e8eff3 100%);
  color: var(--men-text);
}

.men-face-detail-page .brand-sub,
.men-face-detail-page .header-nav a,
.men-face-detail-page .section-label {
  color: var(--men-muted);
}

.men-face-detail-page .button.primary {
  background: var(--men-blue);
}

.men-face-detail-page .button.primary:hover {
  background: var(--men-blue-dark);
}

.men-face-shell {
  width: min(1360px, calc(100% - 72px));
}

.men-face-shell .site-header {
  border-bottom: 1px solid rgba(216, 227, 233, 0.82);
}

.men-face-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 0 0;
  color: var(--men-muted);
  font-size: 0.78rem;
}

.men-face-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.men-face-breadcrumb span::before {
  content: ">";
  margin-right: 10px;
  color: var(--men-blue);
}

.men-face-hero-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 0.92fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px) 0 clamp(26px, 5vw, 56px);
}

.men-face-hero-detail h1 {
  margin: 0 0 18px;
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, system-ui,
    sans-serif;
  font-size: clamp(2.8rem, 5.6vw, 5.3rem);
  line-height: 1.08;
}

.men-face-lead {
  margin: 0 0 16px;
  color: var(--men-text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.55;
}

.men-face-hero-detail p:not(.section-label):not(.men-face-lead) {
  color: var(--men-muted);
  line-height: 1.95;
}

.men-face-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.men-face-points span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(95, 127, 153, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--men-blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.men-face-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(0, 0.82fr));
  gap: 12px;
}

.men-face-visual figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--men-line);
  border-radius: var(--radius);
  background: #fff;
}

.men-face-visual-main {
  min-height: 500px;
}

.men-face-visual span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid rgba(216, 227, 233, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--men-text);
  font-size: 0.76rem;
  font-weight: 800;
}

.men-face-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.men-face-section,
.men-face-length-order,
.men-face-avoid {
  padding: clamp(22px, 4vw, 46px) 0;
}

.men-face-section-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.men-face-section-head h2,
.men-face-order h2,
.men-face-cta h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.5rem);
  line-height: 1.35;
}

.men-face-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--men-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.men-face-point,
.men-face-note {
  min-height: 178px;
  padding: 24px;
  border-right: 1px solid rgba(216, 227, 233, 0.85);
  border-bottom: 1px solid rgba(216, 227, 233, 0.85);
}

.men-face-point {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 22px;
  align-items: start;
  background: rgba(255, 255, 255, 0.68);
}

.men-face-point:nth-child(3n),
.men-face-note:nth-child(3n) {
  border-right: 0;
}

.men-face-point:nth-last-child(-n + 3),
.men-face-note:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.men-face-point img {
  order: 2;
  width: 132px;
  height: 132px;
  align-self: center;
  border-radius: 50%;
  background: #f6f9fb;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(216, 227, 233, 0.84);
}

.men-face-point h3,
.men-face-note h3,
.men-face-length-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.45;
}

.men-face-point p,
.men-face-note p,
.men-face-length-card p,
.men-face-order p,
.men-face-cta p,
.men-face-avoid-list p {
  margin: 0;
  color: var(--men-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.men-face-note {
  background: rgba(246, 249, 251, 0.78);
}

.men-face-note span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--men-blue-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.men-face-length-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.men-face-length-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.men-face-length-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--men-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.men-face-length-card img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.men-face-length-card div {
  padding: 18px;
}

.men-face-length-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--men-blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.men-face-length-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--men-text);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.men-face-length-card a::after {
  content: " >";
  color: var(--men-blue);
}

.men-face-order {
  position: sticky;
  top: 20px;
  padding: 24px;
  border: 1px solid rgba(95, 127, 153, 0.25);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.men-face-order h2 {
  font-size: 1.28rem;
}

.men-face-order-copy {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.men-face-order-copy blockquote {
  margin: 0;
  padding: 18px;
  border-left: 3px solid var(--men-blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--men-surface-2);
  color: var(--men-text);
  font-size: 0.94rem;
  line-height: 1.9;
}

.men-face-avoid-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.men-face-avoid-list p {
  min-height: 72px;
  padding: 18px 18px 18px 42px;
  border: 1px solid var(--men-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  color: var(--men-text);
  font-weight: 800;
}

.men-face-avoid-list p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 14px 1px -24px;
  border-radius: 50%;
  background: var(--men-blue);
}

.men-face-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 12px 0 46px;
  padding: 26px;
  border: 1px solid rgba(95, 127, 153, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94));
}

@media (max-width: 1080px) {
  .men-face-shell {
    width: min(100% - 32px, 980px);
  }

  .men-face-hero-detail,
  .men-face-length-order {
    grid-template-columns: 1fr;
  }

  .men-face-order {
    position: static;
  }
}

@media (max-width: 820px) {
  .men-face-shell {
    width: min(100% - 24px, 720px);
  }

  .men-face-breadcrumb {
    display: none;
  }

  .men-face-visual {
    grid-template-columns: 1fr 1fr;
  }

  .men-face-visual-main {
    grid-column: 1 / -1;
  }

  .men-face-section-head,
  .men-face-grid,
  .men-face-length-grid,
  .men-face-avoid-list {
    grid-template-columns: 1fr;
  }

  .men-face-point,
  .men-face-note,
  .men-face-point:nth-child(3n),
  .men-face-note:nth-child(3n) {
    border-right: 0;
  }

  .men-face-cta {
    display: block;
  }

  .men-face-cta .button {
    width: 100%;
    margin-top: 18px;
  }
}
