/* ================================================
   GYAANHUBB — Custom Homepage Styles
   Add to: Appearance → Customize → Additional CSS
   OR enqueue via functions.php
   ================================================ */

:root {
  --gh-ink: #1a120a;
  --gh-ink2: #2d1f10;
  --gh-ink3: #3d2a18;
  --gh-cream: #fdfaf4;
  --gh-parchment: #f7f0e4;
  --gh-parchment2: #efe5d4;
  --gh-sakura: #e8728a;
  --gh-sakura2: #f4a7b9;
  --gh-sakura3: #fce4ec;
  --gh-gold: #c9a84c;
  --gh-gold2: #e8c97a;
  --gh-muted: #7a6a58;
  --gh-muted2: #a89880;
  --gh-shadow: rgba(26,18,10,0.1);
  --gh-shadow2: rgba(26,18,10,0.18);
  --gh-font-serif: 'Cormorant Garamond', serif;
  --gh-font-jp: 'Noto Serif JP', serif;
  --gh-font-sans: 'Noto Sans JP', sans-serif;
}

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ── HERO ── */
.gh-hero {
  background: var(--gh-ink);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.gh-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
              radial-gradient(ellipse 60% 80% at 80% 30%, rgba(232,114,138,0.05) 0%, transparent 60%),
              linear-gradient(160deg, #1a120a 0%, #2d1f10 40%, #1a120a 100%);
  z-index: 0;
}
.gh-hero-wave {
  position: absolute; bottom: 0; left: 0; right: 0; height: 220px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C200,120 400,0 600,60 C800,120 1000,0 1200,60 L1200,120 L0,120 Z' fill='rgba(253,250,244,0.04)'/%3E%3C/svg%3E") center/cover;
  z-index: 0;
}
.gh-hero-petals { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.gh-petal {
  position: absolute; width: 8px; height: 10px;
  background: radial-gradient(circle, rgba(244,167,185,0.7), rgba(232,114,138,0.3));
  border-radius: 50% 0 50% 0;
  animation: ghPetalFall linear infinite;
  opacity: 0;
}
@keyframes ghPetalFall {
  0% { transform: translateY(-20px) rotate(0deg) translateX(0); opacity: 0; }
  10% { opacity: 0.7; }
  90% { opacity: 0.4; }
  100% { transform: translateY(105vh) rotate(720deg) translateX(60px); opacity: 0; }
}
.gh-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  flex: 1; min-height: calc(100vh - 70px);
}
.gh-hero-left {
  padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(201,168,76,0.12);
}
.gh-season-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--gh-font-sans); font-size: 10px; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gh-gold); margin-bottom: 28px;
  opacity: 0; animation: ghFadeUp 0.6s ease 0.3s forwards;
}
.gh-season-tag::before { content: ''; width: 32px; height: 1px; background: var(--gh-gold); }
.gh-jp-title {
  font-family: var(--gh-font-jp); font-size: clamp(14px, 2vw, 20px);
  font-weight: 200; color: rgba(201,168,76,0.6); letter-spacing: 12px; margin-bottom: 18px;
  opacity: 0; animation: ghFadeUp 0.6s ease 0.5s forwards;
}
.gh-main-title {
  font-family: var(--gh-font-serif);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 300; line-height: 1.0;
  color: var(--gh-cream); letter-spacing: -2px; margin-bottom: 24px;
  opacity: 0; animation: ghFadeUp 0.7s ease 0.7s forwards;
}
.gh-main-title em { font-style: italic; color: var(--gh-sakura2); display: block; }
.gh-desc {
  font-family: var(--gh-font-serif); font-size: 17px; font-weight: 300;
  color: rgba(253,250,244,0.55); line-height: 1.9; max-width: 440px; margin-bottom: 44px;
  opacity: 0; animation: ghFadeUp 0.6s ease 0.9s forwards;
}
.gh-hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: ghFadeUp 0.6s ease 1.1s forwards;
}
.gh-btn-primary {
  font-family: var(--gh-font-sans); font-size: 12px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 14px 32px; background: var(--gh-sakura); color: #fff;
  border: none; border-radius: 3px; cursor: pointer; text-decoration: none;
  transition: all 0.3s; display: inline-block;
}
.gh-btn-primary:hover { background: var(--gh-sakura2); transform: translateY(-2px); }
.gh-btn-ghost {
  font-family: var(--gh-font-sans); font-size: 12px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 13px 32px; background: transparent;
  color: rgba(253,250,244,0.7); border: 1px solid rgba(253,250,244,0.2);
  border-radius: 3px; cursor: pointer; text-decoration: none; transition: all 0.3s; display: inline-block;
}
.gh-btn-ghost:hover { border-color: var(--gh-gold); color: var(--gh-gold); }
.gh-hero-stats {
  display: flex; gap: 36px; margin-top: 52px; padding-top: 36px;
  border-top: 1px solid rgba(201,168,76,0.15);
  opacity: 0; animation: ghFadeUp 0.6s ease 1.3s forwards; flex-wrap: wrap;
}
.gh-hstat { text-align: center; }
.gh-hstat-num {
  font-family: var(--gh-font-serif); font-size: 38px; font-weight: 300;
  color: var(--gh-gold2); display: block; line-height: 1; margin-bottom: 4px;
}
.gh-hstat-label {
  font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(253,250,244,0.3);
}
.gh-hero-right { position: relative; overflow: hidden; }
.gh-hero-tree { position: absolute; bottom: 0; right: 0; left: 0; height: 70%; opacity: 0.25; }
.gh-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,18,10,0.2) 0%, rgba(26,18,10,0.85) 100%);
}
.gh-hero-featured { position: absolute; bottom: 0; left: 0; right: 0; padding: 44px 40px; z-index: 2; }
.gh-hf-issue {
  font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gh-gold); margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.gh-hf-issue::before { content: ''; width: 24px; height: 1px; background: var(--gh-gold); }
.gh-hf-title {
  font-family: var(--gh-font-serif); font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600; line-height: 1.3; color: var(--gh-cream); margin-bottom: 14px;
  transition: color 0.3s; cursor: pointer;
}
.gh-hf-title:hover { color: var(--gh-sakura2); }
.gh-hf-excerpt {
  font-family: var(--gh-font-serif); font-size: 14px; font-weight: 300;
  color: rgba(253,250,244,0.55); line-height: 1.75; margin-bottom: 20px; max-width: 380px;
}
.gh-hf-meta {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--gh-font-sans); font-size: 11px;
  color: rgba(253,250,244,0.4); letter-spacing: 1px; flex-wrap: wrap;
}
.gh-hf-dot { width: 3px; height: 3px; background: var(--gh-sakura); border-radius: 50%; }
.gh-hf-read-btn {
  margin-top: 20px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--gh-font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gh-sakura2);
  text-decoration: none; transition: gap 0.2s;
}
.gh-hf-read-btn:hover { gap: 14px; }
.gh-scroll-ind {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 10; text-align: center;
  opacity: 0; animation: ghFadeUp 0.6s ease 1.6s forwards;
}
.gh-scroll-ind span {
  display: block; font-family: var(--gh-font-sans); font-size: 9px;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(253,250,244,0.25); margin-bottom: 10px;
}
.gh-scroll-dot {
  width: 1px; height: 48px;
  background: linear-gradient(180deg, rgba(201,168,76,0.6), transparent);
  margin: 0 auto; animation: ghScrollPulse 1.8s ease infinite;
}
@keyframes ghScrollPulse { 0%,100%{height:48px;opacity:0.6;}50%{height:28px;opacity:0.3;} }
@keyframes ghFadeUp { from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);} }

/* ── TICKER ── */
.gh-ticker-wrap { background: var(--gh-sakura); padding: 10px 0; overflow: hidden; position: relative; }
.gh-ticker-label {
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 2;
  background: var(--gh-ink); padding: 0 24px;
  display: flex; align-items: center;
  font-family: var(--gh-font-sans); font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gh-gold); white-space: nowrap;
}
.gh-ticker-label::after {
  content: ''; position: absolute; right: -16px; top: 0; bottom: 0; width: 16px;
  background: linear-gradient(90deg, var(--gh-ink), transparent);
}
.gh-ticker-track {
  display: flex; white-space: nowrap;
  animation: ghTickerScroll 30s linear infinite;
  padding-left: 160px;
}
@keyframes ghTickerScroll { from{transform:translateX(0);}to{transform:translateX(-50%);} }
.gh-ticker-item {
  font-family: var(--gh-font-sans); font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.9); padding: 0 32px; letter-spacing: 0.5px;
  text-decoration: none;
}
.gh-ticker-item::before { content: '🌸'; margin-right: 12px; font-size: 10px; }

/* ── CATEGORY STRIP ── */
.gh-cat-strip {
  background: var(--gh-cream); padding: 32px 60px;
  border-bottom: 1px solid rgba(201,168,76,0.15); overflow-x: auto;
}
.gh-cat-strip::-webkit-scrollbar { height: 3px; }
.gh-cat-strip::-webkit-scrollbar-thumb { background: var(--gh-gold); border-radius: 2px; }
.gh-cat-row { display: flex; gap: 10px; min-width: max-content; list-style: none; align-items: center; }
.gh-cat-btn {
  font-family: var(--gh-font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 9px 22px; border-radius: 40px; border: 1px solid transparent;
  text-decoration: none; transition: all 0.25s; white-space: nowrap;
  display: flex; align-items: center; gap: 7px;
}
.gh-cat-btn.active { background: var(--gh-ink); color: var(--gh-gold); border-color: var(--gh-ink); }
.gh-cat-btn:not(.active) { background: transparent; color: var(--gh-muted); border-color: var(--gh-parchment2); }
.gh-cat-btn:not(.active):hover { border-color: var(--gh-sakura); color: var(--gh-sakura); background: var(--gh-sakura3); }
.gh-cat-count {
  font-size: 9px; background: var(--gh-parchment2); color: var(--gh-muted2);
  padding: 2px 7px; border-radius: 10px; letter-spacing: 1px;
}
.gh-cat-btn.active .gh-cat-count { background: rgba(201,168,76,0.2); color: var(--gh-gold); }

/* ── MAIN LAYOUT ── */
.gh-content-wrap {
  max-width: 1360px; margin: 0 auto; padding: 64px 60px;
  display: grid; grid-template-columns: 1fr 340px; gap: 56px;
}

/* ── SECTION HEADERS ── */
.gh-sec-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 32px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.gh-sec-eyebrow {
  font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gh-sakura); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.gh-sec-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--gh-sakura); }
.gh-sec-title {
  font-family: var(--gh-font-serif); font-size: clamp(26px, 3vw, 38px);
  font-weight: 300; letter-spacing: -0.5px; color: var(--gh-ink); line-height: 1.1;
}
.gh-sec-title em { font-style: italic; color: var(--gh-sakura); }
.gh-sec-jp { font-family: var(--gh-font-jp); font-size: 12px; color: var(--gh-gold); letter-spacing: 5px; margin-top: 6px; }
.gh-sec-viewall {
  font-family: var(--gh-font-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gh-muted);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: color 0.2s; white-space: nowrap; margin-bottom: 4px;
}
.gh-sec-viewall:hover { color: var(--gh-sakura); }
.gh-sec-viewall .arr { transition: transform 0.2s; }
.gh-sec-viewall:hover .arr { transform: translateX(4px); }

/* ── FEATURED GRID ── */
.gh-featured-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto auto; gap: 20px; margin-bottom: 52px;
}
.gh-fg-main {
  grid-column: 1; grid-row: 1 / 3;
  background: #fff; border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 24px var(--gh-shadow);
  transition: transform 0.3s, box-shadow 0.3s; cursor: pointer;
}
.gh-fg-main:hover { transform: translateY(-4px); box-shadow: 0 12px 48px var(--gh-shadow2); }
.gh-fg-card {
  background: #fff; border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 24px var(--gh-shadow);
  transition: transform 0.3s, box-shadow 0.3s; cursor: pointer;
  display: flex; flex-direction: column;
}
.gh-fg-card:hover { transform: translateY(-3px); box-shadow: 0 8px 36px var(--gh-shadow2); }

/* Card thumbs */
.gh-card-thumb { width: 100%; overflow: hidden; position: relative; }
.gh-fg-main .gh-card-thumb { height: 280px; }
.gh-fg-card .gh-card-thumb { height: 160px; }
.gh-card-thumb-inner { width: 100%; height: 100%; transition: transform 0.6s ease; background-size: cover; background-position: center; }
.gh-fg-main:hover .gh-card-thumb-inner, .gh-fg-card:hover .gh-card-thumb-inner { transform: scale(1.05); }

/* Fallback thumb gradients */
.gh-thumb-1{background:linear-gradient(135deg,#fde8f0,#e8a0b4,#c8607a);}
.gh-thumb-2{background:linear-gradient(135deg,#e3f2fd,#90caf9,#1e88e5);}
.gh-thumb-3{background:linear-gradient(135deg,#f5f0e8,#d4a76a,#8b6340);}
.gh-thumb-4{background:linear-gradient(135deg,#e8f5e9,#81c784,#2e7d32);}
.gh-thumb-5{background:linear-gradient(135deg,#fce4ec,#f48fb1,#ad1457);}
.gh-thumb-6{background:linear-gradient(135deg,#fff3e0,#ffb74d,#e65100);}
.gh-thumb-7{background:linear-gradient(135deg,#ede7f6,#ce93d8,#6a1b9a);}
.gh-thumb-8{background:linear-gradient(135deg,#e0f7fa,#4dd0e1,#006064);}
.gh-thumb-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 48px; opacity: 0.25; }

.gh-card-cat-badge {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  background: var(--gh-ink); color: var(--gh-gold); padding: 4px 12px; border-radius: 2px; font-weight: 500;
}
.gh-card-cat-badge.pink { background: var(--gh-sakura); color: #fff; }
.gh-card-cat-badge.gold-badge { background: var(--gh-gold); color: var(--gh-ink); }

.gh-card-body { padding: 22px 24px 26px; }
.gh-fg-main .gh-card-body { padding: 28px 30px 32px; }
.gh-card-cat {
  font-family: var(--gh-font-sans); font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gh-sakura); margin-bottom: 10px;
  display: flex; align-items: center; gap: 7px;
}
.gh-card-cat::before { content: ''; width: 18px; height: 1px; background: var(--gh-sakura); }
.gh-card-title {
  font-family: var(--gh-font-serif); color: var(--gh-ink);
  font-weight: 600; line-height: 1.3; margin-bottom: 10px; transition: color 0.2s;
}
.gh-fg-main .gh-card-title { font-size: clamp(20px, 2.2vw, 28px); }
.gh-fg-card .gh-card-title { font-size: 18px; }
.gh-fg-main:hover .gh-card-title, .gh-fg-card:hover .gh-card-title { color: var(--gh-sakura); }
.gh-card-excerpt { font-family: var(--gh-font-serif); font-size: 14px; font-weight: 300; color: var(--gh-muted); line-height: 1.8; margin-bottom: 18px; }
.gh-fg-main .gh-card-excerpt { font-size: 15px; }
.gh-card-meta {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--gh-font-sans); font-size: 11px; color: var(--gh-muted2); letter-spacing: 0.5px; flex-wrap: wrap;
}
.gh-meta-sep { width: 3px; height: 3px; background: var(--gh-sakura2); border-radius: 50%; }
.gh-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--gh-parchment2);
}
.gh-read-link {
  font-family: var(--gh-font-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--gh-sakura);
  text-decoration: none; display: flex; align-items: center; gap: 5px; transition: gap 0.2s;
}
.gh-read-link:hover { gap: 10px; }

/* ── CULTURE BANNER ── */
.gh-culture-banner {
  background: var(--gh-ink); border-radius: 4px; overflow: hidden; margin-bottom: 52px;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px; background: rgba(201,168,76,0.15);
}
.gh-cult-item {
  background: var(--gh-ink2); padding: 40px 28px;
  text-align: center; cursor: pointer; position: relative; overflow: hidden; transition: background 0.3s;
}
.gh-cult-item:hover { background: var(--gh-ink3); }
.gh-cult-kanji {
  font-family: var(--gh-font-jp); font-size: 52px; font-weight: 200;
  color: rgba(201,168,76,0.2); margin-bottom: 14px; display: block;
  transition: color 0.3s, transform 0.3s;
}
.gh-cult-item:hover .gh-cult-kanji { color: rgba(201,168,76,0.5); transform: scale(1.08); }
.gh-cult-name { font-family: var(--gh-font-serif); font-size: 18px; font-weight: 600; color: var(--gh-cream); margin-bottom: 6px; }
.gh-cult-sub { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(253,250,244,0.3); }

/* ── 3-COL GRID ── */
.gh-articles-sec { margin-bottom: 52px; }
.gh-articles-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gh-art-card {
  background: #fff; border-radius: 4px; overflow: hidden;
  box-shadow: 0 2px 16px var(--gh-shadow);
  transition: all 0.3s; cursor: pointer; display: flex; flex-direction: column;
}
.gh-art-card:hover { transform: translateY(-4px); box-shadow: 0 10px 36px var(--gh-shadow2); }
.gh-art-thumb { height: 180px; overflow: hidden; position: relative; }
.gh-art-thumb-inner { width: 100%; height: 100%; transition: transform 0.5s; background-size: cover; background-position: center; }
.gh-art-card:hover .gh-art-thumb-inner { transform: scale(1.06); }
.gh-art-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.gh-art-cat { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gh-sakura); margin-bottom: 8px; }
.gh-art-title {
  font-family: var(--gh-font-serif); font-size: 18px; font-weight: 600;
  color: var(--gh-ink); line-height: 1.35; margin-bottom: 8px; transition: color 0.2s; flex: 1;
}
.gh-art-card:hover .gh-art-title { color: var(--gh-sakura); }
.gh-art-excerpt { font-family: var(--gh-font-serif); font-size: 13px; color: var(--gh-muted); line-height: 1.7; font-weight: 300; margin-bottom: 14px; }
.gh-art-meta {
  font-family: var(--gh-font-sans); font-size: 10px; color: var(--gh-muted2);
  letter-spacing: 1px; padding-top: 12px; border-top: 1px solid var(--gh-parchment2); margin-top: auto;
}

/* ── LATEST LIST ── */
.gh-latest-list { display: flex; flex-direction: column; }
.gh-latest-link { text-decoration: none; color: inherit; }
.gh-latest-item {
  display: grid; grid-template-columns: 76px auto 1fr auto;
  align-items: center; padding: 20px 0;
  border-bottom: 1px solid var(--gh-parchment2);
  cursor: pointer; transition: padding-left 0.2s;
}
.gh-latest-item:hover { padding-left: 8px; }
.gh-li-num {
  font-family: var(--gh-font-serif); font-size: 44px; font-weight: 300;
  color: var(--gh-parchment2); line-height: 1; text-align: center; transition: color 0.2s;
}
.gh-latest-item:hover .gh-li-num { color: var(--gh-sakura3); }
.gh-li-thumb { width: 68px; height: 56px; border-radius: 3px; overflow: hidden; margin-right: 18px; flex-shrink: 0; }
.gh-li-thumb-inner { width: 100%; height: 100%; transition: transform 0.4s; background-size: cover; background-position: center; }
.gh-latest-item:hover .gh-li-thumb-inner { transform: scale(1.1); }
.gh-li-body { padding-right: 24px; }
.gh-li-cat { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gh-sakura); margin-bottom: 5px; }
.gh-li-title { font-family: var(--gh-font-serif); font-size: 17px; font-weight: 600; color: var(--gh-ink); line-height: 1.35; transition: color 0.2s; }
.gh-latest-item:hover .gh-li-title { color: var(--gh-sakura); }
.gh-li-date { font-family: var(--gh-font-sans); font-size: 10px; color: var(--gh-muted2); letter-spacing: 2px; white-space: nowrap; text-transform: uppercase; }

/* ── SIDEBAR ── */
.gh-sidebar { display: flex; flex-direction: column; gap: 36px; }
.gh-widget { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 16px var(--gh-shadow); }
.gh-widget-header {
  padding: 18px 22px 14px; border-bottom: 1px solid var(--gh-parchment2);
  display: flex; align-items: center; justify-content: space-between;
}
.gh-widget-title { font-family: var(--gh-font-serif); font-size: 16px; font-weight: 600; color: var(--gh-ink); }
.gh-widget-all { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gh-muted2); text-decoration: none; transition: color 0.2s; }
.gh-widget-all:hover { color: var(--gh-sakura); }
.gh-widget-body { padding: 18px 22px 22px; }
.gh-trending-link { text-decoration: none; color: inherit; }
.gh-trending-item {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--gh-parchment2); align-items: start; cursor: pointer;
}
.gh-trending-item:last-child { border-bottom: none; padding-bottom: 0; }
.gh-ti-num { font-family: var(--gh-font-serif); font-size: 22px; font-weight: 300; color: var(--gh-parchment2); line-height: 1.2; }
.gh-trending-link:hover .gh-ti-num { color: var(--gh-sakura3); }
.gh-ti-cat { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gh-sakura); margin-bottom: 3px; }
.gh-ti-title { font-family: var(--gh-font-serif); font-size: 14.5px; font-weight: 600; color: var(--gh-ink); line-height: 1.4; }
.gh-trending-link:hover .gh-ti-title { color: var(--gh-sakura); }

/* Newsletter */
.gh-nl-widget {
  background: var(--gh-ink); border-radius: 4px;
  padding: 28px 24px; overflow: hidden; position: relative;
}
.gh-nl-widget::before {
  content: '日'; position: absolute; bottom: -20px; right: -10px;
  font-family: var(--gh-font-jp); font-size: 120px; font-weight: 700;
  color: rgba(201,168,76,0.05); pointer-events: none;
}
.gh-nl-tag { font-family: var(--gh-font-sans); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gh-sakura2); margin-bottom: 14px; }
.gh-nl-title { font-family: var(--gh-font-serif); font-size: 22px; font-weight: 300; color: var(--gh-cream); line-height: 1.2; margin-bottom: 10px; }
.gh-nl-title em { font-style: italic; color: var(--gh-sakura2); }
.gh-nl-desc { font-family: var(--gh-font-serif); font-size: 12.5px; color: rgba(253,250,244,0.4); line-height: 1.7; font-weight: 300; margin-bottom: 20px; }
.gh-nl-input {
  width: 100%; font-family: var(--gh-font-serif); font-size: 14px;
  padding: 11px 14px; background: rgba(253,250,244,0.07);
  border: 1px solid rgba(253,250,244,0.12); border-radius: 3px;
  color: var(--gh-cream); outline: none; margin-bottom: 10px; transition: border-color 0.2s;
}
.gh-nl-input:focus { border-color: rgba(232,114,138,0.5); }
.gh-nl-input::placeholder { color: rgba(253,250,244,0.25); }
.gh-nl-btn {
  width: 100%; font-family: var(--gh-font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase; padding: 12px;
  background: var(--gh-sakura); color: #fff; border: none; border-radius: 3px;
  cursor: pointer; transition: background 0.2s;
}
.gh-nl-btn:hover { background: var(--gh-sakura2); }

/* Facts */
.gh-facts-list { display: flex; flex-direction: column; gap: 14px; }
.gh-fact-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--gh-parchment2); }
.gh-fact-row:last-child { border-bottom: none; }
.gh-fact-icon { font-size: 22px; flex-shrink: 0; width: 30px; text-align: center; }
.gh-fact-num { font-family: var(--gh-font-serif); font-size: 22px; font-weight: 300; color: var(--gh-gold); display: block; line-height: 1; }
.gh-fact-label { font-family: var(--gh-font-sans); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gh-muted2); }

/* Tags */
.gh-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 22px 22px; }
.gh-tag-pill {
  font-family: var(--gh-font-sans); font-size: 10px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gh-muted);
  border: 1px solid var(--gh-parchment2); padding: 5px 14px; border-radius: 20px;
  text-decoration: none; transition: all 0.2s;
}
.gh-tag-pill:hover { border-color: var(--gh-sakura); color: var(--gh-sakura); background: var(--gh-sakura3); }

/* ── QUOTE ── */
.gh-quote-section {
  background: var(--gh-parchment); padding: 80px 60px;
  text-align: center; position: relative; overflow: hidden;
}
.gh-quote-bg-kanji {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--gh-font-jp); font-size: 260px;
  color: rgba(201,168,76,0.05); pointer-events: none; user-select: none; letter-spacing: 20px;
}
.gh-quote-ornament { font-family: var(--gh-font-jp); font-size: 28px; color: rgba(201,168,76,0.3); margin-bottom: 24px; letter-spacing: 8px; display: block; }
.gh-quote-text {
  font-family: var(--gh-font-serif); font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 300; font-style: italic; color: var(--gh-ink);
  max-width: 780px; margin: 0 auto 20px; line-height: 1.7; position: relative; z-index: 1;
}
.gh-quote-source { font-family: var(--gh-font-sans); font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gh-gold); position: relative; z-index: 1; }
.gh-quote-divider { display: flex; align-items: center; gap: 20px; max-width: 200px; margin: 20px auto 0; }
.gh-qdiv-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent); }
.gh-qdiv-sym { font-size: 14px; color: rgba(201,168,76,0.4); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .gh-content-wrap { grid-template-columns: 1fr; padding: 48px 32px; }
  .gh-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 768px) {
  .gh-hero-inner { grid-template-columns: 1fr; }
  .gh-hero-right { display: none; }
  .gh-hero-left { padding: 60px 24px; }
  .gh-featured-grid { grid-template-columns: 1fr; }
  .gh-fg-main { grid-column: auto; grid-row: auto; }
  .gh-articles-3col { grid-template-columns: 1fr; }
  .gh-culture-banner { grid-template-columns: 1fr 1fr; }
  .gh-sidebar { grid-template-columns: 1fr; }
  .gh-cat-strip { padding: 20px; }
  .gh-content-wrap { padding: 32px 20px; }
  .gh-quote-section { padding: 60px 24px; }
  .gh-latest-item { grid-template-columns: 48px auto 1fr; }
  .gh-li-date { display: none; }
  .gh-ticker-label { display: none; }
  .gh-ticker-track { padding-left: 16px; }
}
