/* AGEWEC 2027 — Ise theme (cedar green + vermilion + gold) */
:root {
  --bg: #16241c;
  --dark: #16241c;
  --cyan: #e3b23c;     /* gold accent (used by .subtitle span etc.) */
  --violet: #6f8f5a;   /* moss */
  --pink: #d9542e;     /* vermilion (torii) */
  --selected-hero: #16241c;
}
.hero {
  /* Gradient hero by default. To use a photo, drop an Ise image into
     /assets/ (e.g. ise-jingu.jpg) and add it as the last layer below. */
  background-image:
    linear-gradient(90deg, rgba(18,36,26,.92) 0%, rgba(20,40,28,.70) 38%, rgba(24,48,34,.34) 72%, rgba(24,48,34,.12) 100%),
    linear-gradient(180deg, rgba(18,36,26,.30) 0%, rgba(18,36,26,.20) 50%, rgba(18,36,26,.95) 100%),
    radial-gradient(120% 80% at 20% 0%, rgba(217,84,46,.22), transparent 55%),
    linear-gradient(160deg, #1c3326 0%, #16241c 100%)
    /* , url("/assets/ise-jingu.jpg") */;
  background-size: cover;
  background-position: center center;
}
/* Footer/dark sections follow the green palette automatically via --dark */
.nav { background: rgba(22,36,28,.78); }
.meta, .navlinks-open { background: rgba(22,36,28,.92); }
.nav-cta { background: linear-gradient(135deg, #e3b23c, #d9542e); box-shadow: 0 12px 34px rgba(217,84,46,.30); }
.btn.primary { background: linear-gradient(135deg, #d9542e, #e3b23c); box-shadow: 0 18px 44px rgba(217,84,46,.25); }
