:root {
  --ink:          #0e1a08;
  --gold:         #b8860b;
  --gold-light:   #d4a843;
  --gold-pale:    #f5ecd4;
  --forest:       #1a4a20;
  --forest-mid:   #2a7a35;
  --forest-light: #4aaa55;
  --forest-pale:  #eaf5eb;
  --earth:        #6b4226;
  --earth-mid:    #9a6040;
  --earth-pale:   #fdf0e8;
  --harvest:      #c4841a;
  --harvest-pale: #fdf5e6;
  --wheat:        #d4b060;
  --wheat-pale:   #faf5e8;
  --cream:        #f6f8f2;
  --warm-gray:    #4a5240;
  --border:       #c8d8b8;
  --white:        #ffffff;
}

/* ─── HERO ─── */
.ag-hero {
  min-height: 100vh; background: var(--forest);
  position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 48px;
}

.ag-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 80% 35%, rgba(26,74,32,0.7) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 5% 80%, rgba(107,66,38,0.3) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(184,134,11,0.15) 0%, transparent 50%);
}

/* Organic field pattern */
.field-lines {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(
      175deg,
      transparent 0px,
      transparent 38px,
      rgba(74,170,85,0.04) 38px,
      rgba(74,170,85,0.04) 40px
    );
}

/* Soil texture bottom */
.soil-texture {
  position: absolute; bottom: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(to right, var(--earth), var(--harvest), var(--earth-mid), var(--earth));
  opacity: 0.6;
}

.hero-bg-symbol {
  position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
  font-size: clamp(140px, 18vw, 260px);
  color: rgba(74,170,85,0.06); line-height: 1;

  pointer-events: none; user-select: none;
}

.ag-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 80px 48px;
  display: grid; grid-template-columns: 1fr 460px; gap: 80px; align-items: center; width: 100%;
}

.sector-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(74,170,85,0.12); border: 1px solid rgba(74,170,85,0.3);
  padding: 6px 16px 6px 10px; margin-bottom: 28px;
}

50%{opacity:0.5;transform:scale(0.8)} }
.sector-badge span { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: var(--forest-light); text-transform: uppercase; }

.ag-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(30px, 4.2vw, 52px); font-weight: 300;
  color: var(--white); line-height: 1.5; letter-spacing: 0.02em; margin-bottom: 20px;
}
.ag-hero-title strong {
  display: block; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--wheat) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.ag-hero-lead {
  font-size: 15px; line-height: 1.9; color: rgba(255,255,255,0.58); margin-bottom: 40px; max-width: 520px;
}
.ag-hero-lead strong { color: rgba(255,255,255,0.92); font-weight: 700; }

.ag-cta-row { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-harvest {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 36px; background: var(--harvest); color: var(--white);
  font-family: 'Noto Sans JP', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em; text-decoration: none; border: none; cursor: pointer;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.btn-harvest:hover { background: #d4941a; transform: translateY(-2px); }

/* KPI */
.ag-kpi-panel {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(74,170,85,0.2);
  margin-top: 56px; border: 1px solid rgba(74,170,85,0.2);
}
.kpi-cell { background: rgba(255,255,255,0.03); padding: 22px 18px; text-align: center; transition: background 0.25s; }
.kpi-cell:hover { background: rgba(74,170,85,0.1); }
.kpi-val { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; color: var(--gold-light); line-height: 1; margin-bottom: 6px; }
.kpi-label { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 0.08em; }

/* Hero visual */
.ag-hero-visual { position: relative; }
.ag-hero-img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  filter: brightness(0.65) saturate(0.8);
  border: 1px solid rgba(74,170,85,0.2);
}
.ag-hero-img-placeholder {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(26,74,32,0.6) 0%, rgba(107,66,38,0.3) 100%);
  border: 1px solid rgba(74,170,85,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 80px;
}
.ag-stat-bubble {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--ink); border: 1px solid rgba(74,170,85,0.4);
  padding: 20px 24px; text-align: center; min-width: 160px;
}
.ag-stat-bubble .num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 4px; }
.ag-stat-bubble .lbl { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; }

50%{opacity:1} }

/* ─── SNAPSHOT ─── */
.snapshot-strip { background: var(--earth); padding: 72px 48px; position: relative; overflow: hidden; }
.snapshot-strip::before {
  content: ' '; position: absolute; right: 60px; bottom: -20px;
  font-size: 200px; opacity: 0.06; pointer-events: none; user-select: none;
}
.snapshot-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.12); position: relative; z-index: 1; }
.snap-item { background: rgba(107,66,38,0.3); padding: 40px 36px; transition: background 0.25s; }
.snap-item:hover { background: rgba(154,96,64,0.35); }
.snap-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.snap-item h3 { font-family: 'Noto Serif JP', serif; font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 10px; }
.snap-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.8; }

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #3d5468;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #3d5468;
  flex-shrink: 0;
}

.ag-h2 strong { font-weight: 700; color: var(--forest); }

/* ─── OPP CARDS ─── */

.opp-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--forest-mid), var(--harvest));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}

.opp-num { font-family: 'JetBrains Mono', monospace; 
	font-size: 48px; 
	font-weight: 300; 
	color: rgba(91,45,142,10); 
	line-height: 1; 
	margin-bottom: 8px; }

.opp-list li::before { content: ' '; position: absolute; left: 0; font-size: 10px; top: 3px; }

/* ─── CHAIN SECTION ─── */
.chain-section { background: var(--wheat-pale); padding: 96px 48px; position: relative; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.chain-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 90% 50%, rgba(196,132,26,0.08) 0%, transparent 55%);
}
.chain-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

.chain-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 38px); font-weight: 300; font-style: italic;
  color: var(--ink); line-height: 1.8;
  border-left: 2px solid var(--harvest); padding-left: 32px;
  margin-bottom: 64px; max-width: 680px;
}
.chain-quote strong { font-style: normal; font-weight: 600; color: var(--forest); }

/* Value chain visual */
.value-chain {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  gap: 0; align-items: center; margin-bottom: 64px;
}
.vc-step {
  background: var(--white); border: 1px solid var(--border);
  padding: 24px 16px; text-align: center; transition: all 0.3s ease;
}
.vc-step:hover { border-color: var(--forest-mid); box-shadow: 0 8px 24px rgba(26,74,32,0.1); transform: translateY(-3px); }
.vc-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.vc-step h4 { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.vc-step p { font-size: 10px; color: var(--warm-gray); line-height: 1.5; }
.vc-tag { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; color: var(--forest-mid); background: var(--forest-pale); padding: 2px 8px; margin-top: 8px; }
.vc-arrow { text-align: center; color: var(--harvest); font-size: 16px; opacity: 0.7; }

.chain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.chain-card {
  background: var(--white); border: 1px solid var(--border); padding: 32px 28px; transition: all 0.3s ease;
}
.chain-card:hover { border-color: var(--forest-mid); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(26,74,32,0.08); }
.chain-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.chain-card h4 { font-family: 'Noto Serif JP', serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.chain-card p { font-size: 12px; color: var(--warm-gray); line-height: 1.9; }

/* ─── RISK ─── */
.risk-section { background: var(--cream); padding: 96px 48px; }
.risk-inner { max-width: 1200px; margin: 0 auto; }

.risk-notice {
  margin-top: 32px; background: var(--forest-pale);
  border: 1px solid rgba(26,74,32,0.15); border-left: 3px solid var(--forest-mid); padding: 20px 24px;
}

.risk-notice strong { color: var(--forest); }

/* ─── SUPPORT ─── */
.support-section { background: var(--white); padding: 96px 48px; }
.support-inner { max-width: 1200px; margin: 0 auto; }

.support-step:hover 

.step-duration { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: var(--forest-mid); background: var(--forest-pale); padding: 3px 10px; margin-bottom: 12px; }

/* ─── REPORT ─── */
.report-section {
  background: linear-gradient(135deg, var(--forest) 0%, #051008 100%);
  padding: 96px 48px; position: relative; overflow: hidden;
}
.report-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 80% 20%, rgba(74,170,85,0.12) 0%, transparent 55%);
}
.report-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

/* ─── CONTACT ─── */
.contact-section { background: var(--wheat-pale); padding: 96px 48px; }
.contact-inner { max-width: 1200px; margin: 0 auto; }

.contact-callout { background: var(--ink); padding: 24px 28px; position: relative; overflow: hidden; }
.contact-callout::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--harvest); }
.contact-callout strong { display: block; font-size: 13px; font-weight: 700; color: var(--gold-light); margin-bottom: 8px; letter-spacing: 0.05em; }

.contact-form-box { background: var(--white); border: 1px solid var(--border); padding: 48px 44px; }

.form-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--forest-mid); text-transform: uppercase; margin-bottom: 8px; }
.form-input { width: 100%; padding: 14px 16px; border: 1px solid var(--border); background: var(--cream); font-family: 'Noto Sans JP', sans-serif; font-size: 14px; color: var(--ink); outline: none; transition: border-color 0.2s ease; }
.form-input:focus { border-color: var(--forest-mid); background: var(--white); }

/* ─── FOOTER ─── */
.ag-footer-strip { background: var(--ink); padding: 24px 48px; text-align: center; }
.ag-footer-strip p { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 0.05em; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .ag-hero-inner { grid-template-columns: 1fr; padding: 80px 24px 60px; gap: 40px; }
  .ag-hero-visual { display: none; }
  .snapshot-inner, .chain-grid, 
  .value-chain { grid-template-columns: 1fr; }
  .vc-arrow { display: none; }
  
  
  
  
  
  .snapshot-strip, .chain-section, .risk-section, .support-section, .report-section, .contact-section { padding: 60px 24px; }
  
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.risk-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--purple-mid);
  padding: 32px 28px;
}
.risk-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin: 12px 0 10px;
}
.risk-card p {
  font-size: 13px;
  color: var(--warm-gray);
  line-height: 1.8;
}
.risk-icon {
  font-size: 28px;
  display: block;
}
.risk-notice p {
  font-size: 13px;
  color: var(--ink);
  line-height: 1.8;
  margin: 0;
}

.hearing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.hearing-list li {
  padding: 12px 0 12px 24px;
  position: relative;
  font-size: 14px;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
  line-height: 1.7;
}
.hearing-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--amber);
  font-weight: 700;
}