/* Cosmetics Review Japan — Regards sur la beauté japonaise */

:root {
  --bg: #FAF7F2;
  --bg-alt: #F2EEE5;
  --ink: #1A1A1A;
  --ink-sub: #5A564E;
  --ink-mute: #8E877A;
  --line: #D6D0C2;
  --line-soft: #E8E2D2;
  --gold: #B89562;
  --gold-deep: #8A6D3B;
  --accent: #2E2A26;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-deep); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ink); }

/* Header */
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  padding: 28px 0 22px;
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: saturate(180%) blur(8px);
  background: rgba(250, 247, 242, 0.92);
}
.header-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.logo-block { text-align: center; text-decoration: none; display: block; }
.logo-monogram {
  display: inline-block;
  font-family: "Cormorant Garamond", "Cardo", Georgia, serif;
  font-size: 13px; font-weight: 500; letter-spacing: 0.35em;
  color: var(--ink);
  padding: 5px 14px 3px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  margin-bottom: 10px;
}
.logo {
  display: block;
  font-family: "Cormorant Garamond", "Cardo", Georgia, serif;
  font-size: 22px; font-weight: 400; letter-spacing: 0.18em;
  color: var(--ink); text-align: center;
  text-transform: none;
}
.logo-sub {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic; font-size: 11px; letter-spacing: 0.2em;
  color: var(--ink-mute); text-align: center; margin-top: 4px;
}
.logo-issue {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 10px; letter-spacing: 0.3em;
  color: var(--ink-mute); text-align: center;
  margin-top: 2px; text-transform: uppercase;
}
.nav {
  display: flex; justify-content: center; gap: 36px;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  width: 100%;
}
.nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-sub); font-weight: 500;
}
.nav a:hover { color: var(--gold-deep); }

/* Hero (TOP) */
.hero {
  padding: 96px 32px 72px;
  max-width: 1100px; margin: 0 auto;
  text-align: center;
}
.hero-eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px; letter-spacing: 0.4em;
  color: var(--gold-deep); text-transform: uppercase;
  margin-bottom: 24px; display: inline-block;
}
.hero h1 {
  font-family: "Cormorant Garamond", "Cardo", Georgia, serif;
  font-size: 52px; font-weight: 500; line-height: 1.15;
  letter-spacing: 0.02em; color: var(--ink); margin-bottom: 20px;
}
.hero-lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic; font-size: 18px; color: var(--ink-sub);
  max-width: 640px; margin: 0 auto 32px; line-height: 1.7;
}
.hero-ornament {
  width: 48px; height: 1px; background: var(--gold); margin: 0 auto;
}

/* Article grid */
.section {
  padding: 72px 32px;
  max-width: 1100px; margin: 0 auto;
}
.section-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--gold-deep); text-align: center; margin-bottom: 12px;
}
.section h2 {
  font-family: "Cormorant Garamond", "Cardo", Georgia, serif;
  font-size: 32px; font-weight: 500; letter-spacing: 0.06em;
  text-align: center; margin-bottom: 12px; color: var(--ink);
}
.section-divider {
  width: 40px; height: 1px; background: var(--gold);
  margin: 0 auto 56px;
}

.grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}
.card {
  background: transparent;
  transition: transform .3s;
}
.card:hover { transform: translateY(-4px); }
.card a { color: inherit; display: block; }
.card-image {
  width: 100%; aspect-ratio: 4/5; overflow: hidden;
  background: var(--bg-alt); margin-bottom: 20px;
  position: relative;
}
.card-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(15%) contrast(1.02);
  transition: filter .4s, transform .6s;
}
.card:hover .card-image img {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.03);
}
.card-category {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 11px; letter-spacing: 0.3em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 8px;
}
.card h3 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 20px; font-weight: 500; line-height: 1.4;
  margin-bottom: 10px; color: var(--ink);
}
.card-excerpt {
  font-size: 13px; line-height: 1.75; color: var(--ink-sub);
  margin-bottom: 12px;
}
.card-meta {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 11px; color: var(--ink-mute); letter-spacing: 0.1em;
}

/* Feature (large) */
.feature {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  align-items: center; padding: 72px 32px;
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.feature-image {
  aspect-ratio: 4/5; overflow: hidden; background: var(--bg-alt);
}
.feature-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(10%) contrast(1.02);
}
.feature-body .feature-category {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; letter-spacing: 0.3em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 16px;
}
.feature-body h3 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 32px; font-weight: 500; line-height: 1.3;
  margin-bottom: 20px;
}
.feature-body p {
  font-size: 15px; line-height: 1.9; color: var(--ink-sub);
  margin-bottom: 24px;
}
.feature-body .btn-lire {
  display: inline-block; font-family: "Cormorant Garamond", serif;
  font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink); border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}
.feature-body .btn-lire:hover { color: var(--gold-deep); }

/* Article page */
.article {
  max-width: 720px; margin: 0 auto; padding: 72px 32px 96px;
}
.article-header {
  text-align: center; margin-bottom: 56px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line-soft);
}
.article-category {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; letter-spacing: 0.35em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 20px;
}
.article h1 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 42px; font-weight: 500; line-height: 1.25;
  color: var(--ink); margin-bottom: 18px;
}
.article-lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic; font-size: 18px; line-height: 1.7;
  color: var(--ink-sub); max-width: 560px; margin: 0 auto 24px;
}
.article-meta {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; letter-spacing: 0.15em; color: var(--ink-mute);
}
.article-hero-image {
  width: 100%; aspect-ratio: 3/2; overflow: hidden;
  background: var(--bg-alt); margin-bottom: 48px;
}
.article-hero-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.article-body h2 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 24px; font-weight: 500; margin: 48px 0 20px;
  color: var(--ink); border-bottom: 1px solid var(--line-soft);
  padding-bottom: 10px;
}
.article-body h2::before {
  content: "── "; color: var(--gold); font-weight: 300;
}
.article-body p { margin-bottom: 22px; }
.article-body .question {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 17px; color: var(--ink); font-weight: 500;
  margin-top: 32px; margin-bottom: 8px;
  padding-left: 16px; border-left: 2px solid var(--gold);
}
.article-body .en-bref {
  background: var(--bg-alt); padding: 32px 36px;
  border-left: 2px solid var(--gold); margin: 56px 0 0;
}
.article-body .en-bref-label {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; letter-spacing: 0.35em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 12px;
}
.article-body .en-bref p:last-child { margin-bottom: 0; }

/* Footer */
.site-footer {
  background: var(--bg-alt);
  padding: 64px 32px 48px;
  border-top: 1px solid var(--line);
  margin-top: 72px;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
}
.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px; letter-spacing: 0.2em; color: var(--ink);
  margin-bottom: 8px;
}
.footer-logo-sub {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; color: var(--ink-mute); margin-bottom: 20px;
}
.footer-text {
  font-size: 12px; line-height: 1.9; color: var(--ink-sub);
  max-width: 420px;
}
.footer-col h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 14px; font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 13px; color: var(--ink-sub); }
.footer-col a:hover { color: var(--gold-deep); }

.footer-bottom {
  max-width: 1100px; margin: 40px auto 0; padding-top: 28px;
  border-top: 1px solid var(--line);
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 11px; letter-spacing: 0.15em;
  color: var(--ink-mute); text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .feature { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 38px; }
  .article h1 { font-size: 32px; }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .nav { flex-wrap: wrap; gap: 20px; }
  .header-inner { padding: 0 20px; }
  .hero { padding: 64px 20px 48px; }
  .hero h1 { font-size: 30px; }
  .section { padding: 48px 20px; }
  .feature { padding: 48px 20px; }
  .article { padding: 48px 20px 64px; }
  .article h1 { font-size: 26px; }
}

/* Editor circular portrait (AskDoctors 形式) */
.editor-portrait {
  width: 110px; height: 110px; border-radius: 50%;
  overflow: hidden; border: 2px solid var(--gold);
  background: var(--bg-alt); flex-shrink: 0;
}
.editor-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 25%;
  filter: contrast(1.02) saturate(0.95);
}
.editor-portrait-sm {
  width: 68px; height: 68px; border-radius: 50%;
  overflow: hidden; border: 1px solid var(--gold);
  background: var(--bg-alt); flex-shrink: 0;
  display: inline-block; vertical-align: middle;
}
.editor-portrait-sm img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 25%;
}
.en-bref-editor {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 24px 28px; background: var(--bg-alt);
  border-left: 2px solid var(--gold); margin: 56px 0 0;
}
.en-bref-editor .editor-portrait-sm { flex-shrink: 0; }
.en-bref-editor-body {
  flex: 1;
}
.en-bref-editor-label {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 11px; letter-spacing: 0.35em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 8px;
}
.en-bref-editor-body p {
  margin: 0; font-size: 13px; line-height: 1.8;
}
.en-bref-editor-body a {
  color: var(--gold-deep); text-decoration: none; font-weight: 500;
}

/* Article body inline image (small round for editor mention) */
.editor-inline {
  display: inline-flex; align-items: center; gap: 10px;
  vertical-align: middle;
}
.editor-inline .editor-portrait-sm {
  width: 40px; height: 40px;
}

/* Editor intro card (article top) */
.editor-intro-card {
  display: flex; gap: 24px; align-items: center;
  padding: 24px 28px; margin: 0 0 48px;
  background: var(--bg-alt);
  border-left: 2px solid var(--gold);
}
.editor-intro-card .editor-portrait-lg {
  width: 92px; height: 92px; border-radius: 50%;
  overflow: hidden; border: 2px solid var(--gold);
  flex-shrink: 0;
  background: var(--bg-alt);
}
.editor-intro-card .editor-portrait-lg img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 25%;
  filter: contrast(1.02) saturate(0.95);
}
.editor-intro-body { flex: 1; }
.editor-intro-label {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 11px; letter-spacing: 0.3em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 6px;
}
.editor-intro-name {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 18px; font-weight: 500; color: var(--ink);
  margin-bottom: 4px;
}
.editor-intro-name span {
  font-size: 12px; color: var(--ink-mute); font-style: italic;
  font-weight: 400; margin-left: 6px;
}
.editor-intro-affiliation {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 12px; color: var(--ink-sub); letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.editor-intro-bio {
  font-size: 12.5px; line-height: 1.75; color: var(--ink-sub);
  margin: 0;
}
@media (max-width: 640px) {
  .editor-intro-card { flex-direction: column; text-align: center; gap: 16px; padding: 20px; }
}

/* Q&A: 本文中の頻出顔アイコン非表示（冒頭と巻末に集約） */
.qa-answer-header .editor-portrait-sm,
.qa-answer-header .qa-monogram {
  display: none;
}
.qa-answer-header {
  border-bottom: none;
  padding-bottom: 8px;
  gap: 0;
}
.qa-answer-header-name {
  font-size: 12px !important; color: var(--ink-mute) !important;
  font-style: italic; letter-spacing: 0.05em;
}
.qa-answer-header-name-sub { display: none; }
