/*
Theme Name: Wellness
Theme URI: https://karada-update.jp
Author: Wellness編集部
Author URI: https://karada-update.jp/profile/
Description: ウェルネスメディア「Wellness」用テーマ。白基調、朱色アクセント、エディトリアルカード型のレスポンシブデザイン。
Version: 0.11.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: body-update
*/

/* ==========================================================
   Wellness — base design system
   ========================================================== */
:root {
  --bg: #FFFFFF;
  --surface: #F2F2F4;
  --ink: #242424;
  --ink-soft: #3A3A3A;
  --text: #242424;
  --muted: #717182;
  --faint: #9AA0AA;
  --line: #E6E6E6;
  --line-strong: #D4D4D8;
  --accent: #FF3D00;
  --accent-ink: #D63500;
  --accent-soft: #FFF5F2;
  --grad-end: #EA580C;
  --green: #06C755;
  --footer-bg: #F9FAFB;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 10px;
  --r-xl: 12px;
}

html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
img { height: auto; max-width: 100%; }
.ku-container { max-width: 1120px; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

/* ---------- Buttons (pill) ---------- */
.wp-element-button, .wp-block-button__link { border-radius: 9999px !important; font-weight: 600; }
.ku-btn-pill { display:inline-flex; align-items:center; gap:8px; padding:0.8rem 1.75rem; border-radius:9999px; font-weight:600; font-size:0.9rem; text-decoration:none; }
.ku-btn-primary { background:var(--accent); color:#fff !important; }
.ku-btn-primary:hover { background:var(--accent-ink); }
.ku-btn-outline { border:2px solid var(--accent); color:var(--accent) !important; }
.ku-btn-outline:hover { background:var(--accent); color:#fff !important; }
.ku-btn-white { background:#fff; color:var(--accent) !important; }
.ku-btn-white:hover { background:#f1f1f1; }

/* ---------- Logo ---------- */
.ku-logo { display:inline-flex; align-items:center; gap:10px; }
.ku-logo__mark { width:40px; height:40px; flex:0 0 auto; background:linear-gradient(135deg,var(--accent),var(--grad-end)); display:inline-flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:1.1rem; }
.ku-logo__name { font-weight:700; font-size:1.25rem; color:var(--ink); letter-spacing:-0.01em; }

/* ---------- Header ---------- */
.wp-block-template-part header, header.wp-block-group {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header .wp-block-navigation .wp-block-navigation-item__content { font-size:0.88rem; color:var(--ink); }
header .wp-block-navigation a:hover .wp-block-navigation-item__content { color:var(--accent); }
.ku-search-btn a, .ku-search-btn .wp-element-button { background:transparent !important; color:var(--ink) !important; border-radius:9999px !important; padding:8px 14px !important; font-size:0.85rem !important; }
.ku-search-btn a:hover { background:var(--accent-soft) !important; color:var(--accent) !important; }

/* ---------- HERO ---------- */
.ku-hero { position:relative; min-height:78vh; display:flex; align-items:flex-end; overflow:hidden; background:var(--ink); }
.ku-hero::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background:var(--accent); z-index:3; }
.ku-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.25) 50%, rgba(0,0,0,.08)); z-index:1; }
.ku-hero .wp-block-post-featured-image { position:absolute; inset:0; margin:0; height:100%; z-index:0; }
.ku-hero .wp-block-post-featured-image img { width:100%; height:100%; object-fit:cover; }
.ku-hero__inner { position:relative; z-index:2; width:100%; max-width:1120px; margin:0 auto; padding:0 1.5rem 4rem; }
.ku-hero__cat a, .ku-hero__cat { display:inline-flex; background:var(--accent); color:#fff; font-size:0.7rem; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; padding:6px 16px; }
.ku-hero__title { margin:1.25rem 0; }
.ku-hero__title, .ku-hero__title a { color:#fff !important; font-size:clamp(2.25rem,6vw,4.5rem); font-weight:700; line-height:1.05; letter-spacing:-0.025em; }
.ku-hero__excerpt, .ku-hero__excerpt p { color:rgba(255,255,255,.78); max-width:38rem; font-size:1.05rem; line-height:1.7; }
.ku-hero__excerpt a { color:#fff; font-weight:700; text-decoration:underline; }
.ku-hero__meta, .ku-hero__meta * { color:rgba(255,255,255,.5) !important; font-size:0.78rem; letter-spacing:0.02em; }

/* ---------- Secondary strip（注目3件） ---------- */
.ku-secondary { background:#fff; border-bottom:1px solid var(--line); }
.ku-secondary .wp-block-post-template { counter-reset: ksec 1; display:grid !important; grid-template-columns:repeat(3,1fr); gap:0; }
.ku-secondary .wp-block-post-template > li { counter-increment: ksec; display:grid; grid-template-columns:auto 64px 1fr; gap:14px; align-items:center; padding:1.25rem 1.5rem; border-left:1px solid var(--line); }
.ku-secondary .wp-block-post-template > li:first-child { border-left:0; }
.ku-secondary .wp-block-post-template > li::before { content: counter(ksec, decimal-leading-zero); font-weight:700; font-size:1.8rem; color:var(--line-strong); line-height:1; }
.ku-secondary .wp-block-post-featured-image { width:64px; height:64px; margin:0; overflow:hidden; }
.ku-secondary .wp-block-post-featured-image img { width:100%; height:100%; object-fit:cover; }
.ku-secondary .wp-block-post-terms { font-size:0.62rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--accent-ink); }
.ku-secondary .wp-block-post-title { font-size:0.88rem; font-weight:600; line-height:1.4; margin:2px 0 0; }
@media (max-width:760px){ .ku-secondary .wp-block-post-template{ grid-template-columns:1fr; } .ku-secondary .wp-block-post-template>li{ border-left:0; border-top:1px solid var(--line); } .ku-secondary .wp-block-post-template>li:first-child{border-top:0;} }

/* ---------- Category tabs (pills) ---------- */
.ku-tabs { border-bottom:1px solid var(--line); }
.ku-tabs__row { display:flex; gap:8px; overflow-x:auto; padding:1rem 0; }
.ku-tabs__row a { white-space:nowrap; padding:0.5rem 1.25rem; border-radius:9999px; background:var(--accent-soft); color:var(--ink); font-size:0.88rem; text-decoration:none; }
.ku-tabs__row a:hover { background:#ffe7df; }
.ku-tabs__row a.is-active { background:var(--accent); color:#fff; }

/* ---------- Article cards (grid) ---------- */
.ku-card { background:transparent; }
.ku-card .wp-block-post-featured-image { position:relative; overflow:hidden; margin:0 0 1rem; aspect-ratio:16/10; background:var(--surface); }
.ku-card .wp-block-post-featured-image img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.ku-card:hover .wp-block-post-featured-image img { transform:scale(1.05); }
.ku-card .wp-block-post-terms { display:inline-block; background:#fff; color:var(--accent); font-size:0.7rem; font-weight:600; padding:4px 12px; border-radius:9999px; box-shadow:0 1px 4px rgba(0,0,0,.08); }
.ku-card .wp-block-post-title { font-weight:700; font-size:1.125rem; line-height:1.45; margin:0.2rem 0; }
.ku-card .wp-block-post-title a:hover { color:var(--accent); }
.ku-card .wp-block-post-excerpt__excerpt { color:var(--muted); font-size:0.88rem; }
.ku-card .wp-block-post-date, .ku-card .ku-readtime { color:var(--muted); font-size:0.78rem; }
.ku-card-cat-overlay { position:absolute; top:1rem; left:1rem; z-index:2; }

/* read time inline */
.ku-readtime { display:inline-flex; align-items:center; gap:4px; color:var(--muted); font-size:0.78rem; }
.ku-readtime__icon { width:12px; height:12px; flex:0 0 auto; }

/* ---------- Featured section（特集） ---------- */
.ku-feature { background:var(--accent-soft); }
.ku-feature__panel { background:linear-gradient(135deg,var(--accent),var(--grad-end)); aspect-ratio:4/3; display:flex; align-items:center; justify-content:center; }
.ku-feature__panel span { color:#fff; font-weight:700; font-size:4rem; letter-spacing:0.05em; opacity:.92; }
.ku-feature__tag { display:inline-block; background:var(--accent); color:#fff; border-radius:9999px; font-size:0.82rem; padding:6px 16px; }

/* ---------- Newsletter / LINE band ---------- */
.ku-band { background:linear-gradient(135deg,var(--accent),var(--grad-end)); color:#fff; }
.ku-band h2, .ku-band .ku-band__h { color:#fff; }
.ku-band p { color:rgba(255,255,255,.9); }

/* ---------- Footer (gray, 4-col) ---------- */
.wp-block-template-part footer, footer.wp-block-group { background:var(--footer-bg) !important; color:var(--text) !important; }
.ku-footer__brandtext { color:var(--muted); font-size:0.85rem; }
.ku-footer h4 { font-weight:700; font-size:0.95rem; margin:0 0 0.8rem; color:var(--ink); }
.ku-footer ul { list-style:none; margin:0; padding:0; }
.ku-footer li { margin:0.4rem 0; }
.ku-footer a { color:var(--muted); text-decoration:none; font-size:0.85rem; }
.ku-footer a:hover { color:var(--accent); }
.ku-footer__bottom { border-top:1px solid var(--line); margin-top:2rem; padding-top:1.5rem; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:1rem; }
.ku-footer__copy { color:var(--muted); font-size:0.8rem; }
.ku-footer__sns { display:flex; gap:16px; }
.ku-footer__sns a { color:var(--muted); }
.ku-footer__sns a:hover { color:var(--accent); }

/* ---------- Single article ---------- */
.ku-article { max-width:760px; margin:0 auto; }
.ku-article .wp-block-post-title { font-size:clamp(1.9rem,4vw,2.8rem); }

/* tables */
.wp-block-table { overflow-x:auto; }
.wp-block-table table { min-width:480px; border-collapse:collapse; }
.wp-block-table th,.wp-block-table td { border:1px solid var(--line); padding:0.6rem 0.8rem; }
.wp-block-table thead th { background:var(--surface); }

/* eyebrow / section title (汎用) */
.ku-eyebrow { font-weight:700; font-size:0.7rem; letter-spacing:0.18em; text-transform:uppercase; color:var(--accent-ink); margin:0 0 0.6rem; }
.ku-section-title { font-weight:700; letter-spacing:-0.01em; line-height:1.25; }
.ku-num { font-variant-numeric:tabular-nums; }
.ku-section-surface { background:var(--surface); }
.ku-section-accent { background:var(--accent); color:#fff; }
.ku-byline { display:flex; align-items:center; gap:8px; }
.ku-byline__avatar { width:24px; height:24px; border-radius:50%; background:var(--surface); border:1px solid var(--line); display:inline-flex; align-items:center; justify-content:center; font-size:0.66rem; font-weight:700; color:var(--ink); flex:0 0 auto; object-fit:cover; }
.ku-byline__name { font-size:0.78rem; color:var(--muted); }
.ku-score { font-weight:700; font-variant-numeric:tabular-nums; color:var(--accent); font-size:0.82rem; }
.ku-score::before { content:"★ "; }
.ku-btn-text { display:inline-flex; align-items:center; gap:6px; font-weight:600; font-size:0.88rem; color:var(--accent-ink); text-decoration:none; }
.ku-btn-text:hover { color:var(--accent); }
.ku-btn-text::after { content:"→"; }

   カスタムブロック（Figmaの判定カード準拠に再スタイル）
   ========================================================== */

/* --- 判定ブロック --- */
.ku-verdict { background:var(--bg); border:1px solid var(--line); border-radius:var(--r-xl); padding:1.5rem; margin:2.5rem 0; }
.ku-verdict__head { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; margin-bottom:1.25rem; }
.ku-verdict__brand {
  display:inline-block; background:var(--accent); color:#fff; font-family:'Inter',sans-serif;
  font-size:0.6rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; padding:3px 8px; border-radius:4px; margin-bottom:0.5rem;
}
.ku-verdict__topic { font-weight:700; font-size:0.9rem; color:var(--ink); margin:0; }
.ku-verdict__topic-label { font-size:0.72rem; color:var(--muted); margin:0 0 2px; }
.ku-verdict__total { text-align:right; flex:0 0 auto; }
.ku-verdict__total-label { font-family:'Inter',sans-serif; font-size:0.6rem; letter-spacing:0.18em; text-transform:uppercase; color:var(--muted); margin:0 0 2px; }
.ku-verdict__total-score { font-family:'Inter',sans-serif; font-weight:700; font-size:2.2rem; line-height:1; color:var(--accent); font-variant-numeric:tabular-nums; }
.ku-verdict__total-score small { font-size:0.85rem; color:var(--muted); font-weight:400; }
.ku-verdict__list { list-style:none; margin:0 0 1.25rem; padding:0; }
.ku-verdict__row { display:flex; align-items:center; gap:1rem; padding:0.55rem 0; }
.ku-verdict__label { flex:0 0 7.5em; font-size:0.86rem; color:var(--text); }
.ku-verdict__meter { flex:1; height:6px; background:var(--surface); border-radius:999px; overflow:hidden; }
.ku-verdict__meter span { display:block; height:100%; background:var(--accent); border-radius:999px; }
.ku-verdict__value { font-family:'Inter',sans-serif; font-weight:700; font-variant-numeric:tabular-nums; color:var(--ink); font-size:0.85rem; width:2.2em; text-align:right; }
.ku-verdict__row--overall { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:0.9rem 0; }
.ku-verdict__row--overall .ku-verdict__label { font-weight:700; color:var(--ink); }
.ku-verdict__row--overall .ku-verdict__value { color:var(--accent); }
.ku-verdict__oneliner { background:var(--accent-soft); border-radius:var(--r-md); padding:1rem; margin-top:1.25rem; }
.ku-verdict__oneliner-label { font-family:'Inter',sans-serif; font-size:0.6rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--accent-ink); display:block; margin-bottom:0.4rem; }
.ku-verdict__oneliner p { margin:0; font-weight:500; color:var(--ink); }

/* スター系の旧マークアップ互換 */
.ku-verdict__stars { color:var(--accent); letter-spacing:0.12em; }

/* --- 向いている人 / メリデメ --- */
.ku-suited { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; margin:2.5rem 0; }
@media (max-width:600px){ .ku-suited{ grid-template-columns:1fr; } }
.ku-suited__col { background:var(--bg); padding:1.25rem 1.4rem; }
.ku-suited__col--no { background:var(--surface); }
.ku-suited__title { font-weight:700; font-size:0.92rem; margin:0 0 0.7rem; padding-bottom:0.5rem; border-bottom:1px solid var(--line); }
.ku-suited__col--yes .ku-suited__title { color:var(--ink); }
.ku-suited__col--no .ku-suited__title { color:var(--accent-ink); }
.ku-suited__col ul { margin:0; padding-left:1.1em; }
.ku-suited__col li { margin:0.4rem 0; color:var(--text); }

/* --- 専門家コメント --- */
.ku-expert { border-left:3px solid var(--accent); padding:0.3rem 0 0.3rem 1.4rem; margin:2.5rem 0; }
.ku-expert__label { font-family:'Inter',sans-serif; font-weight:700; font-size:0.6rem; letter-spacing:0.18em; text-transform:uppercase; color:var(--accent-ink); margin:0 0 0.5rem; }
.ku-expert__comment { font-size:1.05rem; line-height:1.7; color:var(--ink); margin:0 0 0.7rem; font-weight:500; }
.ku-expert__meta { margin:0; font-size:0.8rem; color:var(--muted); }
.ku-expert__name { font-weight:700; color:var(--ink); margin-right:0.6em; }

/* --- FAQ --- */
.ku-faq { margin:3rem 0; }
.ku-faq__heading { font-size:var(--wp--preset--font-size--x-large); font-weight:700; margin-bottom:1rem; }
.ku-faq-item { border:0; border-top:1px solid var(--line); background:transparent; }
.ku-faq-item:last-child { border-bottom:1px solid var(--line); }
.ku-faq-item__q { display:flex; align-items:baseline; gap:0.6rem; padding:1.1rem 0; font-weight:700; color:var(--ink); cursor:pointer; list-style:none; }
.ku-faq-item__q::-webkit-details-marker { display:none; }
.ku-faq-item__q::after { content:"+"; margin-left:auto; color:var(--accent); font-weight:400; font-size:1.3rem; line-height:1; transition:transform .2s ease; }
.ku-faq-item[open] .ku-faq-item__q::after { transform:rotate(45deg); }
.ku-faq-item__a { display:flex; align-items:baseline; gap:0.6rem; padding:0 0 1.1rem; color:var(--text); }
.ku-faq-item__a p { margin:0; line-height:1.9; }
.ku-faq-item__marker { flex:0 0 auto; font-weight:700; color:var(--muted); }
.ku-faq-item__marker--a { color:var(--accent); }
.ku-faq-item--editor { padding-bottom:0.5rem; }
.ku-faq-item--editor .ku-faq-item__q::after { content:none; }

/* --- 3ステップ --- */
.ku-step { margin:2.5rem 0; }
.ku-step__heading { font-family:'Inter',sans-serif; font-weight:700; font-size:0.66rem; letter-spacing:0.2em; text-transform:uppercase; color:var(--accent-ink); margin:0 0 1rem; }
.ku-step__heading::before { content:none; }
.ku-step__list { list-style:none; counter-reset:ku-step; margin:0; padding:0; border-top:1px solid var(--line); }
.ku-step__list li { counter-increment:ku-step; display:grid; grid-template-columns:48px 1fr; gap:1rem; align-items:baseline; padding:1rem 0; border-bottom:1px solid var(--line); }
.ku-step__list li::before { content:counter(ku-step,decimal-leading-zero); font-family:'Inter',sans-serif; font-weight:700; color:var(--accent); }

/* --- CTA --- */
.ku-cta { background:var(--ink); color:#fff; padding:3rem 1.75rem; margin:3rem 0; text-align:center; border-radius:var(--r-xl); }
.ku-cta__heading { font-weight:700; font-size:clamp(1.4rem,3vw,2rem); margin:0 0 0.6rem; color:#fff; }
.ku-cta__text { font-size:0.9rem; margin:0 0 1.5rem; color:rgba(255,255,255,.72); }
.ku-cta__buttons { display:flex; flex-wrap:wrap; gap:0.8rem; justify-content:center; }
.ku-cta__btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0.85em 1.9em; font-family:'Inter','Noto Sans JP',sans-serif; font-weight:600; font-size:0.9rem; text-decoration:none; border-radius:var(--r-md); }
.ku-cta__btn--shindan { background:var(--accent); color:#fff !important; }
.ku-cta__btn--shindan:hover { background:var(--accent-ink); }
.ku-cta__btn--line { background:var(--green); color:#fff !important; }
.ku-cta__btn--line:hover { opacity:.9; }

/* --- スコアバッジ --- */
.ku-badge { display:inline-flex; align-items:center; gap:0.6em; background:var(--accent-soft); color:var(--accent-ink); border-radius:999px; padding:0.35em 1em; font-size:0.85rem; margin:0.5rem 0; }
.ku-badge__label { font-family:'Inter',sans-serif; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; font-size:0.66rem; }
.ku-badge__stars { color:var(--accent); }
.ku-badge__score { font-family:'Inter',sans-serif; font-weight:700; font-variant-numeric:tabular-nums; }

/* --- PR・免責 --- */
.ku-disclosure { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:0.85rem 0; margin:1.5rem 0; }
.ku-disclosure p { margin:0; font-size:0.76rem; color:var(--muted); line-height:1.8; }
.ku-disclosure--pr p::before { content:"PR"; display:inline-block; font-family:'Inter',sans-serif; color:var(--accent-ink); border:1px solid var(--accent); font-weight:700; font-size:0.6rem; padding:0 0.4em; margin-right:0.6em; border-radius:3px; }

/* ==========================================================
   カラダタイプ診断（/shindan/）
   ========================================================== */
.ku-shindan__card { border:1px solid var(--line); border-radius:var(--r-xl); padding:2rem 1.5rem; margin:1.75rem 0; background:var(--bg); }
.ku-shindan__lead { color:var(--muted); font-size:0.92rem; }
.ku-shindan__progress { height:4px; background:var(--surface); border-radius:999px; overflow:hidden; margin-bottom:1rem; }
.ku-shindan__progress-fill { height:100%; background:var(--accent); transition:width .25s ease; }
.ku-shindan__count { font-family:'Inter',sans-serif; font-size:0.7rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin:0 0 0.5rem; }
.ku-shindan__q { font-size:1.2rem; font-weight:700; color:var(--ink); margin:0 0 1.25rem; line-height:1.5; }
.ku-shindan__choice { display:block; width:100%; text-align:left; background:var(--bg); border:1px solid var(--line); border-radius:var(--r-md); padding:1rem 1.1rem; margin:0.6rem 0; font-size:0.98rem; color:var(--text); cursor:pointer; transition:border-color .2s ease, background .2s ease, color .2s ease; }
.ku-shindan__choice:hover { border-color:var(--accent); background:var(--accent-soft); color:var(--ink); }
.ku-shindan__btn { display:block; width:100%; text-align:center; background:var(--accent); color:#fff !important; border:none; border-radius:var(--r-md); padding:1em 1.5em; font-family:'Inter','Noto Sans JP',sans-serif; font-size:0.95rem; font-weight:700; cursor:pointer; text-decoration:none; margin-top:0.6rem; }
.ku-shindan__btn:hover { background:var(--accent-ink); }
.ku-shindan__btn--line { background:var(--green); }
.ku-shindan__btn--line:hover { opacity:.9; background:var(--green); }
.ku-shindan__result-label { font-family:'Inter',sans-serif; font-size:0.7rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin:0; }
.ku-shindan__result-name { font-size:1.6rem; font-weight:700; color:var(--ink); margin:0.3rem 0; }
.ku-shindan__result-catch { font-weight:700; color:var(--accent); margin:0 0 1rem; }
.ku-shindan__caution { background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:1rem 1.1rem; font-size:0.86rem; color:var(--text); }
.ku-shindan__sub { font-family:'Inter',sans-serif; font-weight:700; font-size:0.7rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin:1.5rem 0 0.5rem; }
.ku-shindan__steps { margin:0; padding-left:1.3em; }
.ku-shindan__steps li { margin:0.4rem 0; }
.ku-shindan__links { margin:0; padding-left:0; list-style:none; }
.ku-shindan__links li { margin:0; border-bottom:1px solid var(--line); }
.ku-shindan__links li:first-child { border-top:1px solid var(--line); }
.ku-shindan__links a { display:block; padding:0.85rem 0; }
.ku-shindan__again { display:block; margin:1.1rem auto 0; background:none; border:none; color:var(--muted); font-size:0.82rem; text-decoration:underline; cursor:pointer; }

/* ---------- 小数スター（0.1刻み表示） ---------- */
.ku-stars { position: relative; display: inline-block; line-height: 1; white-space: nowrap; font-size: 1em; letter-spacing: 0.05em; }
.ku-stars__bg { color: var(--line-strong); }
.ku-stars__fg { position: absolute; top: 0; left: 0; overflow: hidden; color: var(--accent); white-space: nowrap; letter-spacing: 0.05em; }
.ku-badge .ku-stars { font-size: 0.95rem; }
.ku-verdict__stars .ku-stars, .ku-verdict__value + .ku-stars { font-size: 1rem; }

/* ---------- ヘッダーロゴ（カスタムロゴ画像） ---------- */
.wp-block-site-logo a { display: inline-flex; }
.wp-block-site-logo img { max-height: 30px; width: auto; height: auto; display: block; }

/* ---------- 著者ボックス（テーマ側管理） ---------- */
.ku-author-box { border: 1px solid var(--line); border-radius: var(--r-xl); padding: 1.5rem; margin: 2rem 0; }
.ku-author-box__row { display: flex; gap: 1.25rem; align-items: flex-start; }
.ku-author-box__avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; border: 1px solid var(--line); }
.ku-author-box__avatar--initial { display: inline-flex; align-items: center; justify-content: center; background: var(--surface); font-weight: 700; color: var(--ink); font-size: 1.4rem; }
.ku-author-box__name { font-weight: 700; font-size: 1.05rem; color: var(--ink); margin: 0; }
.ku-author-box__credential { font-size: 0.8rem; color: var(--muted); margin: 0.2rem 0 0.6rem; }
.ku-author-box__bio { font-size: 0.9rem; color: var(--text); line-height: 1.9; margin: 0 0 0.6rem; }
.ku-author-box__links { margin: 0; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.ku-author__sns { font-size: 0.85rem; color: var(--accent-ink); }
.ku-byline__avatar { object-fit: cover; }
.ku-byline__avatar--initial { display: inline-flex; align-items: center; justify-content: center; }
@media ( max-width: 600px ) { .ku-author-box__row { flex-direction: column; } }

.ku-card{position:relative;}
.ku-card__media{position:relative;}

/* ==========================================================
   Figma 忠実化の上書き（v0.10.1）
   ========================================================== */
.ku-head { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; height:64px; }
.ku-head__left { display:flex; align-items:center; gap:2rem; min-width:0; }
.ku-logo { display:inline-flex; align-items:center; gap:10px; flex:0 0 auto; }
.ku-logo__name { white-space:nowrap; font-weight:700; font-size:1.2rem; color:var(--ink); letter-spacing:-0.02em; }
.ku-headnav { display:flex; gap:1.5rem; }
.ku-headnav a { font-size:0.88rem; color:var(--ink); text-decoration:none; white-space:nowrap; }
.ku-headnav a:hover { color:var(--accent); }
.ku-headicons { display:flex; align-items:center; gap:4px; flex:0 0 auto; }
.ku-iconbtn { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border:0; background:transparent; border-radius:9999px; cursor:pointer; color:var(--ink); }
.ku-iconbtn:hover { background:var(--accent-soft); color:var(--accent); }
.ku-hamburger { display:none; }
.ku-searchbar { padding:0 0 0.8rem; }
.ku-searchbar input { width:100%; border:1px solid var(--line); border-radius:9999px; padding:0.7rem 1.25rem; font-size:0.95rem; outline:none; }
.ku-searchbar input:focus { border-color:var(--accent); }
.ku-mobilemenu { display:none; flex-direction:column; border-top:1px solid var(--line); padding:0.5rem 0 1rem; }
.ku-mobilemenu a { padding:0.7rem 0.25rem; color:var(--ink); text-decoration:none; border-bottom:1px solid var(--line); font-size:0.95rem; }
@media (max-width:860px){
	.ku-headnav { display:none; }
	.ku-hamburger { display:inline-flex; }
	.ku-mobilemenu:not([hidden]) { display:flex; }
}

/* HERO：「記事を読む」を白ボタンに（Figma準拠） */
.ku-hero__excerpt .wp-block-post-excerpt__more-link {
	display:inline-flex; align-items:center; gap:8px; margin-top:1.5rem;
	padding:1rem 1.75rem; background:#fff; color:var(--ink) !important;
	font-weight:700; font-size:0.9rem; letter-spacing:0.02em; text-decoration:none; border-radius:0;
}
.ku-hero__excerpt .wp-block-post-excerpt__more-link::after { content:"→"; }
.ku-hero__excerpt .wp-block-post-excerpt__more-link:hover { background:var(--accent); color:#fff !important; }
.ku-hero__excerpt .wp-block-post-excerpt__excerpt { margin:0; }

/* FEATURED：画像角は直角・CTAはpill（Figma準拠） */
.ku-feature__img { width:100%; aspect-ratio:4/3; object-fit:cover; box-shadow:0 25px 50px -12px rgba(0,0,0,.25); display:block; }

/* NEWSLETTER：メール購読フォーム（Figma準拠） */
.ku-band__form { display:flex; gap:12px; max-width:28rem; margin:0 auto; }
.ku-band__form input { flex:1; border:0; border-radius:9999px; padding:0.8rem 1.5rem; font-size:0.95rem; color:var(--ink); outline:none; }
.ku-band__form button { border:0; border-radius:9999px; padding:0.8rem 2rem; background:#fff; color:var(--accent); font-weight:600; cursor:pointer; white-space:nowrap; }
.ku-band__note { font-size:0.72rem; color:rgba(255,255,255,.75); margin-top:1rem; text-align:center; }
@media (max-width:600px){ .ku-band__form { flex-direction:column; } }

.ku-hero__feat { color:rgba(255,255,255,.5); font-size:0.7rem; letter-spacing:0.16em; text-transform:uppercase; }

/* ==========================================================
   FV（ファーストビュー）Figma忠実化 v0.10.4
   ========================================================== */
/* ロゴ：下線を出さない */
.ku-logo, .ku-logo:hover, .ku-logo__name { text-decoration: none !important; }
/* ヒーローのカテゴリバッジ：下線なし・白文字 */
.ku-hero__cat a, .ku-hero__cat a:hover { text-decoration: none !important; color: #fff !important; }
/* 「特集記事」ラベルはモバイル非表示（Figma: hidden sm:inline） */
.ku-hero__feat { display: none; }
@media (min-width: 640px) { .ku-hero__feat { display: inline; } }
/* ヒーローメタ：縦棒の区切り（Figma: w-px h-3 white/30） */
.ku-hero__meta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ku-hero__meta > * { position: relative; }
.ku-hero__meta > *:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: rgba(255,255,255,.3); }
/* 「記事を読む」ボタン：矢印は1つ（gap付き） */
.ku-hero__excerpt .wp-block-post-excerpt__more-link { gap: 8px; }

/* ==========================================================
   Wellness redesign from supplied PC / tablet / SP reference
   ========================================================== */
:root {
  --wl-orange: #ff3d00;
  --wl-orange-dark: #df3500;
  --wl-ink: #17181c;
  --wl-text: #31343b;
  --wl-muted: #8b90a0;
  --wl-line: #e7e8ec;
  --wl-soft: #fff3f1;
  --wl-footer: #f6f7f9;
}

body {
  margin: 0;
  background: #fff;
  color: var(--wl-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body,
body * {
  letter-spacing: 0 !important;
}

.wp-site-blocks > * + * {
  margin-block-start: 0;
}

.wl-container {
  width: min(100% - 192px, 1250px);
  margin: 0 auto;
}

/* Header */
.wl-header.wp-block-group,
.wp-block-template-part .wl-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 0;
  border-bottom: 3px solid var(--wl-orange);
  box-shadow: none;
}

.admin-bar .wl-header.wp-block-group {
  top: 32px;
}

.wl-header__inner {
  width: min(100% - 192px, 1250px);
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 44px;
}

.wl-logo,
.wl-logo:hover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wl-ink) !important;
  text-decoration: none !important;
}

.ku-logo__mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--wl-orange);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.ku-logo__name {
  color: var(--wl-ink);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.wl-header__nav {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}

.wl-header__nav a {
  color: var(--wl-ink);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.wl-header__icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.wl-iconbtn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--wl-ink);
  cursor: pointer;
}

.wl-iconbtn:hover {
  color: var(--wl-orange);
}

.wl-menubtn {
  display: none;
}

.wl-searchbar {
  width: min(100% - 192px, 1250px);
  margin: 0 auto;
  padding: 0 0 14px;
}

.wl-searchbar input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--wl-line);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--wl-ink);
  font-size: 15px;
  outline: 0;
}

.wl-mobilemenu {
  display: none;
}

/* Front page */
.wl-home {
  overflow: hidden;
  color: var(--wl-text);
}

.wl-home a {
  text-decoration: none;
}

.wl-hero {
  position: relative;
  height: 670px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #111;
}

.wl-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.01);
}

.wl-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.43) 42%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 46%);
}

.wl-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 192px, 1250px);
  margin: 0 auto 104px;
  color: #fff;
}

.wl-kicker {
  display: flex;
  align-items: center;
  gap: 22px;
}

.wl-kicker span,
.wl-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--wl-orange);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.wl-kicker--hero span {
  border-radius: 0;
}

.wl-kicker em {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}

.wl-hero h1 {
  max-width: 790px;
  margin: 33px 0 31px;
  color: #fff;
  font-size: 60px;
  line-height: 1.16;
  font-weight: 800;
}

.wl-hero__body {
  display: flex;
  align-items: center;
  gap: 36px;
}

.wl-hero__body p {
  max-width: 590px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 600;
}

.wl-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--wl-muted);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.wl-meta span + span {
  position: relative;
}

.wl-meta span + span::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.8;
}

.wl-meta--hero {
  color: rgba(255, 255, 255, 0.54);
  gap: 28px;
}

.wl-meta--hero span + span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}

.wl-btn {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex: 0 0 auto;
  padding: 0 31px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.wl-btn--white {
  border-radius: 0;
  background: #fff;
  color: var(--wl-ink) !important;
}

.wl-btn--orange {
  background: var(--wl-orange);
  color: #fff !important;
}

.wl-scroll {
  position: absolute;
  right: 45px;
  bottom: 50px;
  z-index: 2;
  width: 22px;
  height: 132px;
  color: rgba(255, 255, 255, 0.58);
}

.wl-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
}

.wl-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 58px;
  background: rgba(255, 255, 255, 0.5);
}

.wl-picks {
  background: #fff;
  border-bottom: 1px solid var(--wl-line);
}

.wl-picks__inner {
  width: min(100% - 192px, 1250px);
  height: 108px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--wl-line);
}

.wl-pick {
  display: grid;
  grid-template-columns: 54px 62px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
  padding: 0 26px;
  border-right: 1px solid var(--wl-line);
  color: var(--wl-ink);
}

.wl-pick__num {
  color: #d8dae0;
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
}

.wl-pick img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.wl-pick em {
  display: block;
  margin-bottom: 5px;
  color: var(--wl-orange);
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}

.wl-pick strong {
  display: block;
  color: var(--wl-ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.wl-tabs {
  background: #fff;
  border-bottom: 1px solid var(--wl-line);
}

.wl-tabs__inner {
  width: min(100% - 192px, 1250px);
  height: 73px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wl-tabs__inner::-webkit-scrollbar {
  display: none;
}

.wl-tabs a {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 25px;
  border-radius: 999px;
  background: #fff2f1;
  color: var(--wl-text);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.wl-tabs a.is-active {
  background: var(--wl-orange);
  color: #fff;
}

.wl-latest {
  padding: 52px 0 50px;
  background: #fff;
}

.wl-section-head {
  margin-bottom: 42px;
}

.wl-section-head h2 {
  margin: 0 0 10px;
  color: var(--wl-ink);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

.wl-section-head p {
  margin: 0;
  color: var(--wl-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.wl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 32px;
}

.wl-card {
  min-width: 0;
}

.wl-card__media {
  display: block;
  margin-bottom: 21px;
  overflow: hidden;
  background: #f2f3f5;
}

.wl-card__media img {
  width: 100%;
  aspect-ratio: 1.6;
  display: block;
  object-fit: cover;
}

.wl-card h3 {
  margin: 0 0 12px;
  color: var(--wl-ink);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 800;
}

.wl-card h3 a {
  color: inherit;
}

.wl-card p {
  min-height: 43px;
  margin: 0 0 13px;
  color: #777d8c;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.wl-more {
  margin-top: 38px;
  text-align: center;
}

.wl-more a {
  min-width: 145px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wl-orange);
  border-radius: 999px;
  color: var(--wl-orange);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.wl-feature {
  background: #fff2f1;
  padding: 115px 0 122px;
}

.wl-feature__inner {
  width: min(100% - 192px, 1250px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 104px;
}

.wl-feature__copy h2 {
  margin: 34px 0 27px;
  color: var(--wl-ink);
  font-size: 40px;
  line-height: 1.25;
  font-weight: 800;
}

.wl-feature__copy p {
  max-width: 574px;
  margin: 0 0 36px;
  color: #777d8c;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.wl-feature__image {
  width: 100%;
  aspect-ratio: 1.45;
  display: block;
  object-fit: cover;
}

.wl-newsletter {
  background: var(--wl-orange);
  color: #fff;
  padding: 67px 0 72px;
}

.wl-newsletter__inner {
  width: min(100% - 32px, 720px);
  margin: 0 auto;
  text-align: center;
}

.wl-newsletter h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

.wl-newsletter p {
  margin: 0 0 44px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.wl-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: center;
  gap: 18px;
  width: min(100%, 548px);
  margin: 0 auto 25px;
}

.wl-newsletter__form input {
  width: 100%;
  min-width: 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding: 0 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: 0;
}

.wl-newsletter__form input::placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}

.wl-newsletter__form button {
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--wl-orange);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.wl-newsletter small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.8;
  font-weight: 700;
}

/* Footer */
.wl-footer.wp-block-group,
.wp-block-template-part .wl-footer {
  margin: 0;
  padding: 0;
  background: var(--wl-footer) !important;
  color: var(--wl-text);
}

.wl-footer__inner {
  width: min(100% - 192px, 1250px);
  margin: 0 auto;
  padding: 70px 0 45px;
}

.wl-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 94px;
}

.wl-footer__brand p {
  max-width: 260px;
  margin: 24px 0 0;
  color: #777d8c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.wl-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.wl-footer__col h2 {
  margin: 0 0 13px;
  color: var(--wl-ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.wl-footer__col a {
  color: #777d8c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
}

.wl-footer__bottom {
  margin-top: 83px;
  padding-top: 34px;
  border-top: 1px solid #e0e2e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wl-footer__bottom p {
  margin: 0;
  color: #888d99;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.wl-footer__social {
  display: flex;
  align-items: center;
  gap: 27px;
}

.wl-footer__social a {
  display: inline-flex;
  color: #8d92a0;
}

/* Existing archive/index cards inherit the same visual language. */
.ku-card .wp-block-post-featured-image {
  border-radius: 0;
}

.ku-card .wp-block-post-title,
.ku-card .wp-block-post-title a {
  color: var(--wl-ink);
  font-weight: 800;
}

.ku-card .wp-block-post-excerpt__excerpt,
.ku-card .wp-block-post-date,
.ku-card .ku-readtime {
  color: #777d8c;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .wl-container,
  .wl-header__inner,
  .wl-searchbar,
  .wl-hero__content,
  .wl-picks__inner,
  .wl-tabs__inner,
  .wl-feature__inner,
  .wl-footer__inner {
    width: min(100% - 72px, 1250px);
  }

  .wl-header__inner {
    gap: 28px;
  }

  .wl-header__nav {
    gap: 24px;
  }

  .wl-hero {
    height: 595px;
  }

  .wl-hero__content {
    margin-bottom: 76px;
  }

  .wl-hero h1 {
    max-width: 760px;
    font-size: 48px;
  }

  .wl-feature__inner {
    gap: 56px;
  }

  .wl-feature__copy h2 {
    font-size: 34px;
  }

  .wl-footer__grid {
    gap: 56px;
  }
}

@media (max-width: 900px) {
  .wl-header__inner,
  .wl-searchbar {
    width: calc(100% - 40px);
  }

  .wl-header__nav {
    display: none;
  }

  .wl-menubtn {
    display: inline-flex;
  }

  .wl-mobilemenu:not([hidden]) {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 7px 0 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wl-mobilemenu a {
    padding: 12px 14px;
    border: 1px solid var(--wl-line);
    border-radius: 999px;
    color: var(--wl-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .wl-hero {
    height: 590px;
  }

  .wl-hero__content {
    width: calc(100% - 64px);
  }

  .wl-hero h1 {
    font-size: 42px;
  }

  .wl-hero__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }

  .wl-hero__body p {
    max-width: 640px;
  }

  .wl-picks__inner {
    width: 100%;
    height: 94px;
    display: flex;
    overflow-x: auto;
    border-left: 0;
    scrollbar-width: none;
  }

  .wl-picks__inner::-webkit-scrollbar {
    display: none;
  }

  .wl-pick {
    min-width: 295px;
    grid-template-columns: 45px 55px minmax(0, 1fr);
    gap: 12px;
    padding: 0 20px;
  }

  .wl-tabs__inner {
    width: 100%;
    padding: 0 32px;
  }

  .wl-container,
  .wl-feature__inner,
  .wl-footer__inner {
    width: calc(100% - 64px);
  }

  .wl-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wl-feature__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .wl-feature__image {
    order: -1;
  }

  .wl-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .wl-header.wp-block-group,
  .wp-block-template-part .wl-header {
    border-bottom-width: 2px;
  }

  .wl-header__inner {
    width: calc(100% - 36px);
    height: 52px;
    gap: 14px;
  }

  .ku-logo__mark {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .ku-logo__name {
    font-size: 13px;
  }

  .wl-iconbtn {
    width: 34px;
    height: 34px;
  }

  .wl-searchbar {
    width: calc(100% - 36px);
  }

  .wl-mobilemenu:not([hidden]) {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
  }

  .wl-hero {
    height: 461px;
  }

  .wl-hero__image {
    object-position: center top;
  }

  .wl-hero__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.02) 70%);
  }

  .wl-hero__content {
    width: calc(100% - 42px);
    margin-bottom: 34px;
  }

  .wl-kicker {
    gap: 12px;
  }

  .wl-kicker span,
  .wl-pill {
    min-height: 22px;
    padding: 0 11px;
    font-size: 10px;
  }

  .wl-kicker em {
    display: none;
  }

  .wl-hero h1 {
    max-width: 320px;
    margin: 14px 0 12px;
    font-size: 28px;
    line-height: 1.18;
  }

  .wl-hero__body {
    gap: 15px;
  }

  .wl-hero__body p {
    max-width: 300px;
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 1.75;
  }

  .wl-meta {
    gap: 14px;
    font-size: 10px;
  }

  .wl-meta span + span::before {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-width: 1.5px;
  }

  .wl-meta--hero {
    gap: 18px;
  }

  .wl-meta--hero span + span::before {
    left: -10px;
    height: 10px;
  }

  .wl-btn {
    min-height: 42px;
    padding: 0 17px;
    gap: 8px;
    font-size: 11px;
  }

  .wl-scroll {
    display: none;
  }

  .wl-picks__inner {
    height: 72px;
  }

  .wl-pick {
    min-width: 195px;
    grid-template-columns: 31px 39px minmax(0, 1fr);
    gap: 8px;
    padding: 0 13px;
  }

  .wl-pick__num {
    font-size: 21px;
  }

  .wl-pick img {
    width: 39px;
    height: 39px;
  }

  .wl-pick em {
    margin-bottom: 3px;
    font-size: 7px;
  }

  .wl-pick strong {
    font-size: 9px;
    line-height: 1.35;
  }

  .wl-tabs__inner {
    height: 54px;
    padding: 0 19px;
    gap: 8px;
  }

  .wl-tabs a {
    height: 30px;
    padding: 0 18px;
    font-size: 11px;
  }

  .wl-container,
  .wl-feature__inner,
  .wl-footer__inner {
    width: calc(100% - 40px);
  }

  .wl-latest {
    padding: 44px 0 60px;
  }

  .wl-section-head {
    margin-bottom: 28px;
  }

  .wl-section-head h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .wl-section-head p {
    font-size: 11px;
  }

  .wl-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wl-card__media {
    margin-bottom: 14px;
  }

  .wl-card h3 {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.45;
  }

  .wl-card p {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 1.65;
  }

  .wl-more {
    margin-top: 38px;
  }

  .wl-more a {
    min-width: 104px;
    height: 40px;
    border-width: 1.5px;
    font-size: 11px;
  }

  .wl-feature {
    padding: 53px 0 50px;
  }

  .wl-feature__inner {
    gap: 27px;
  }

  .wl-feature__image {
    aspect-ratio: 1.45;
  }

  .wl-feature__copy h2 {
    margin: 17px 0 14px;
    font-size: 24px;
    line-height: 1.24;
  }

  .wl-feature__copy p {
    margin-bottom: 21px;
    font-size: 12px;
    line-height: 1.75;
  }

  .wl-newsletter {
    padding: 48px 0 43px;
  }

  .wl-newsletter__inner {
    width: calc(100% - 40px);
  }

  .wl-newsletter h2 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .wl-newsletter p {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .wl-newsletter__form {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 300px);
    margin-bottom: 15px;
  }

  .wl-newsletter__form input,
  .wl-newsletter__form button {
    height: 40px;
    font-size: 11px;
  }

  .wl-newsletter__form input {
    text-align: center;
  }

  .wl-newsletter small {
    font-size: 8px;
  }

  .wl-footer__inner {
    padding: 48px 0 31px;
  }

  .wl-footer__grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .wl-footer__brand p {
    max-width: 240px;
    margin-top: 14px;
    font-size: 11px;
  }

  .wl-footer__col {
    gap: 7px;
  }

  .wl-footer__col h2 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .wl-footer__col a {
    font-size: 11px;
  }

  .wl-footer__bottom {
    margin-top: 34px;
    padding-top: 23px;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
  }

  .wl-footer__bottom p {
    font-size: 10px;
  }

  .wl-footer__social {
    gap: 22px;
  }
}
