:root {
  color-scheme: dark;
  --bg: #090909;
  --surface: #11110f;
  --surface-soft: #171714;
  --ink: #f4f0e8;
  --muted: #aaa49b;
  --line: rgba(244, 240, 232, 0.14);
  --green: #8fbf72;
  --green-light: #c8e1a9;
  --gold: #d9a85c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "BIZ UDPGothic", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif; font-size: 16px; line-height: 1.85; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.display { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; font-weight: 600; letter-spacing: 0; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(0,0,0,.76), transparent); }
.header-inner, .hero-inner, .article-layout, .site-footer { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 12px; text-decoration: none; }
.brand strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 1.35rem; }
.brand span { color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.global-nav { display: flex; gap: 18px; align-items: center; }
.global-nav a { color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 700; text-decoration: none; }
.global-nav a:hover, .global-nav a[aria-current="page"] { color: var(--green-light); }

.article-hero { position: relative; min-height: min(760px, 88svh); display: grid; align-items: end; background: url("./assets/hops-japan-overseas-hero.webp") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.62) 48%, rgba(5,5,5,.16) 78%), linear-gradient(180deg, rgba(5,5,5,.08) 42%, rgba(5,5,5,.98) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 126px 0 56px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 54px; color: rgba(255,255,255,.66); font-size: .74rem; }
.breadcrumbs a { text-decoration: none; }
.eyebrow, .section-label { color: var(--green-light); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-hero h1 { max-width: 900px; margin: 10px 0 22px; font-size: clamp(3rem, 6.5vw, 5.8rem); line-height: 1.15; text-wrap: balance; }
.hero-lead { max-width: 710px; color: rgba(244,240,232,.82); font-size: 1.02rem; line-height: 2; }
.article-meta { display: flex; gap: 18px; margin-top: 28px; color: rgba(255,255,255,.62); font-size: .76rem; }

.article-layout { display: grid; grid-template-columns: 190px minmax(0, 760px); justify-content: space-between; gap: 68px; padding: 86px 0 112px; }
.article-nav { position: sticky; top: 28px; align-self: start; display: grid; border-top: 1px solid var(--line); }
.article-nav p { margin: 0; padding: 16px 0 10px; color: var(--green-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-nav a { padding: 8px 0; color: var(--muted); font-size: .78rem; text-decoration: none; }
.article-nav a:hover { color: var(--ink); }
.article-body { min-width: 0; }
.article-intro { margin-bottom: 70px; color: #d2ccc1; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 1.22rem; line-height: 2.1; }
.article-body section { scroll-margin-top: 24px; margin-bottom: 96px; }
.article-body h2 { margin: 9px 0 28px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.35; }
.article-body h3 { margin-bottom: 8px; font-size: 1.08rem; }
.article-body p { color: #c2bcb2; }
.article-body strong { color: var(--ink); }
.source-ref { margin-left: 3px; color: var(--green-light); font-size: .74rem; text-decoration: none; }

.answer-block { padding: 36px; border-top: 3px solid var(--green); border-bottom: 1px solid var(--line); background: var(--surface); }
.answer-block p:last-child { margin-bottom: 0; }
.role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 36px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.role-grid div { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-grid span, .variety-code, .region-name { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.role-grid h3 { margin-top: 40px; }
.role-grid p { margin-bottom: 0; font-size: .84rem; }
.note { padding-left: 18px; border-left: 2px solid var(--gold); color: var(--muted) !important; font-size: .84rem; }

.table-wrap { margin: 34px 0; overflow-x: auto; border-top: 1px solid var(--line); }
table { width: 100%; min-width: 650px; border-collapse: collapse; }
th, td { padding: 20px 18px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); vertical-align: top; text-align: left; }
th:last-child, td:last-child { border-right: 0; }
thead th { color: var(--green-light); font-size: .8rem; }
tbody th { width: 110px; color: var(--ink); font-size: .82rem; }
tbody td { color: #bdb7ad; font-size: .86rem; }

.variety-list { border-top: 1px solid var(--line); }
.variety-list article { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.variety-list h3 { font-size: 1.35rem; }
.variety-list p { margin-bottom: 0; }
.region-comparison { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.region-comparison article { min-height: 330px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.region-comparison h3 { margin: 38px 0 12px; font-size: 1.3rem; }
.region-comparison p:last-child { margin-bottom: 0; font-size: .86rem; }

.lens-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.lens-list li { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.lens-list > li > span { color: var(--green); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; }
.lens-list p { margin-bottom: 0; }
.choice-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.choice-table div { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.choice-table p { margin-bottom: 0; }
.choice-table a { color: var(--green-light); font-weight: 800; }

.conclusion { padding: 42px 0; border-top: 3px solid var(--green); border-bottom: 1px solid var(--line); }
.article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.article-actions a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid var(--line); color: var(--green-light); font-weight: 800; text-decoration: none; }
.article-actions .primary-link { background: var(--ink); color: #111; }
.sources { margin-bottom: 0 !important; padding-top: 18px; border-top: 1px solid var(--line); }
.sources h2 { font-family: inherit; font-size: 1.2rem; }
.sources ol { padding-left: 22px; color: var(--muted); font-size: .82rem; }
.sources li { margin-bottom: 8px; }
.sources a { color: #c8c2b8; }
.sources > p:last-child { font-size: .78rem; }

.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 36px 0 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--green-light); }

@media (max-width: 900px) {
  .global-nav { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-nav { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 14px; }
  .article-nav p { grid-column: 1 / -1; }
  .region-comparison { grid-template-columns: 1fr; }
  .region-comparison article { min-height: auto; }
}

@media (max-width: 680px) {
  .header-inner, .hero-inner, .article-layout, .site-footer { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 68px; }
  .brand span { display: none; }
  .article-hero { min-height: 84svh; background-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,5,5,.34) 0%, rgba(5,5,5,.72) 46%, rgba(5,5,5,.99) 82%); }
  .hero-inner { padding: 100px 0 34px; }
  .breadcrumbs { margin-bottom: 42px; }
  .article-hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .hero-lead { font-size: .94rem; line-height: 1.85; }
  .article-layout { gap: 52px; padding: 62px 0 82px; }
  .article-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-intro { font-size: 1.08rem; }
  .article-body section { margin-bottom: 78px; }
  .answer-block { padding: 28px 20px; }
  .role-grid, .choice-table { grid-template-columns: 1fr; }
  .role-grid div, .choice-table div { min-height: auto; }
  .variety-list article { grid-template-columns: 1fr; gap: 10px; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
