/* ShoeFlower — 海外ファッション誌風。白地・黒文字・細い罫線・明朝の見出し・字間を空けた英字ラベル */
:root {
  --bg: #ffffff;
  --ink: #111111;
  --sub: #6b6b6b;
  --line: #e4e4e4;
  --soft: #f5f3f0;
  --accent: #8c5a61;
  --serif-en: "Cormorant Garamond", "Times New Roman", serif;
  --serif-ja: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 2; letter-spacing: .03em; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* header */
.site-header { text-align: center; padding: 34px 16px 0; border-bottom: 1px solid var(--ink); }
.brand { font-family: var(--serif-en); font-weight: 500; font-size: clamp(40px, 8vw, 64px); letter-spacing: .02em; text-decoration: none; line-height: 1; }
.brand-sub { margin: 10px 0 0; font-size: 11px; letter-spacing: .3em; color: var(--sub); }
.gnav { display: flex; justify-content: center; gap: 36px; margin-top: 22px; padding: 12px 0; border-top: 1px solid var(--line); }
.gnav a { font-size: 11px; letter-spacing: .28em; text-decoration: none; }
.gnav a:hover { color: var(--accent); }

/* labels */
.kicker { margin: 0; font-size: 10.5px; font-weight: 700; letter-spacing: .28em; color: var(--accent); }
.section-title { font-family: var(--serif-en); font-weight: 500; font-size: 28px; letter-spacing: .12em; text-align: center; margin: 72px 0 32px; }
.section-title::after { content: ""; display: block; width: 40px; height: 1px; background: var(--ink); margin: 14px auto 0; }

/* home: feature */
.feature { max-width: 1120px; margin: 44px auto 0; padding: 0 16px; }
.feature a { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: center; text-decoration: none; }
.feature-img { overflow: hidden; background: var(--soft); }
.feature-img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s; }
.feature a:hover .feature-img img { transform: scale(1.03); }
.feature h1 { font-family: var(--serif-ja); font-weight: 600; font-size: clamp(24px, 3.2vw, 34px); line-height: 1.55; margin: 14px 0 16px; }
.dek { color: var(--sub); font-size: 14px; line-height: 1.9; margin: 0 0 22px; }
.read { display: inline-block; margin: 0; font-size: 11px; letter-spacing: .3em; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

/* home: intro */
.intro { max-width: 760px; margin: 64px auto 0; padding: 28px 16px; display: flex; gap: 24px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro img { border-radius: 50%; flex-shrink: 0; }
.intro-lead { font-family: var(--serif-ja); font-size: 18px; margin: 0 0 4px; }
.intro p { margin: 0; font-size: 13px; line-height: 1.9; color: #333; }

/* home: grid */
.cards { max-width: 1120px; margin: 0 auto; padding: 0 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
.card { text-decoration: none; display: block; }
.card-img { overflow: hidden; background: var(--soft); margin-bottom: 16px; }
.card-img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s; }
.card:hover .card-img img { transform: scale(1.04); }
.card h2 { font-family: var(--serif-ja); font-weight: 600; font-size: 17px; line-height: 1.65; margin: 8px 0 8px; }
.card-date { margin: 0; font-size: 11px; letter-spacing: .15em; color: var(--sub); }

/* entry */
.entry { max-width: 720px; margin: 0 auto; padding: 0 16px; }
.entry-head { text-align: center; padding: 56px 0 28px; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.entry-title { font-family: var(--serif-ja); font-weight: 600; font-size: clamp(24px, 4vw, 34px); line-height: 1.6; margin: 16px 0 20px; }
.byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin: 0; font-size: 11px; letter-spacing: .2em; color: var(--sub); }
.byline .pr { color: var(--ink); border: 1px solid var(--ink); padding: 0 8px; line-height: 1.8; letter-spacing: .15em; }
.pr-note { margin: 12px 0 0; font-size: 11px; color: var(--sub); letter-spacing: .05em; }
.entry-body { font-size: 16px; }
.entry-body p { margin: 0 0 1.7em; }
.entry-body h2 { font-family: var(--serif-ja); font-weight: 600; font-size: 23px; line-height: 1.6; margin: 3.2em 0 1em; padding-top: 1.1em; border-top: 1px solid var(--ink); }
.entry-body h3 { font-family: var(--serif-ja); font-weight: 600; font-size: 19px; line-height: 1.65; margin: 2.4em 0 .9em; }
.entry-body h4 { font-size: 16px; font-weight: 700; margin: 2em 0 .6em; letter-spacing: .05em; }
.entry-body h5, .entry-body h6 { font-size: 15px; font-weight: 700; margin: 1.6em 0 .5em; }
.entry-body strong { font-weight: 700; background: linear-gradient(transparent 62%, #f1e4e6 62%); }
.entry-body img { margin: 2em auto; }
.entry-body figure { margin: 2em 0; }
.entry-body figure img { margin: 0 auto; }
.entry-body figcaption { font-size: 11px; letter-spacing: .1em; color: var(--sub); text-align: center; margin-top: 8px; }
.entry-body blockquote { margin: 2em 0; padding: 4px 0 4px 22px; border-left: 1px solid var(--ink); font-family: var(--serif-ja); font-size: 16px; line-height: 2; color: #333; }
.entry-body blockquote p { margin: 0; }
.entry-body ul, .entry-body ol { padding-left: 1.3em; }
.entry-body li { margin: .3em 0; }
.entry-body table { width: 100%; border-collapse: collapse; font-size: 13.5px; line-height: 1.8; margin: 2em 0; display: block; overflow-x: auto; }
.entry-body th, .entry-body td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.entry-body th { font-size: 11px; letter-spacing: .12em; border-bottom: 1px solid var(--ink); white-space: nowrap; }

/* toc */
.toc-box { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 18px 4px; margin: 2em 0 2.6em; font-size: 14px; line-height: 1.9; }
.toc-title { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .3em; }
.toc-box ul { margin: 0; padding-left: 1.1em; list-style: none; }
.toc-box > .toc > ul { padding-left: 0; }
.toc-box li { margin: 3px 0; }
.toc-box li li { font-size: 13px; color: var(--sub); }
.toc-box a { text-decoration: none; }
.toc-box a:hover { color: var(--accent); }

/* shop buttons（記事中の楽天・Amazon ボタンを誌面に合わせて黒で統一） */
.shop { margin: 2em 0; text-align: center; }
.shop-btn { display: block; width: 100%; max-width: 400px; margin: 10px auto; padding: 15px 18px; background: var(--ink); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .08em; transition: opacity .2s; }
.shop-btn:hover { opacity: .8; }
.shop-btn.amazon { background: #fff; color: var(--ink); border: 1px solid var(--ink); }

/* link card */
.link-card { display: block; margin: 1.8em 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.link-card-label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .28em; color: var(--accent); }
.link-card-title { display: block; font-family: var(--serif-ja); font-weight: 600; font-size: 16px; line-height: 1.7; margin-top: 4px; }
.link-card:hover .link-card-title { color: var(--accent); }

/* author */
.author { display: flex; gap: 18px; align-items: flex-start; margin: 64px 0 0; padding: 26px 0; border-top: 1px solid var(--ink); font-size: 13px; line-height: 1.9; }
.author img { border-radius: 50%; flex-shrink: 0; }
.author p { margin: 0; }
.author-name { font-size: 11px; font-weight: 700; letter-spacing: .28em; margin-bottom: 4px !important; }

/* footer */
.site-footer { margin-top: 96px; padding: 44px 16px; text-align: center; background: var(--ink); color: #cfcfcf; font-size: 11px; line-height: 2; }
.site-footer p { margin: 0; }
.foot-brand { font-family: var(--serif-en); font-size: 30px; color: #fff; margin-bottom: 10px !important; }
.foot-copy { margin-top: 10px !important; letter-spacing: .25em; }

@media (max-width: 860px) {
  .feature a { grid-template-columns: 1fr; gap: 22px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 36px 16px; }
  .card h2 { font-size: 15px; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr 1fr; }
  .intro { flex-direction: column; text-align: center; }
  .entry-head { padding-top: 40px; }
  .gnav { gap: 26px; }
}
