/* Zeus, King of the Gods — Landing page */
:root {
  --marble: #f4efe4;
  --marble-2: #eae2d0;
  --ink: #14161c;
  --ink-2: #2b2f3d;
  --muted: #6d6a5f;
  --gold: #c9a24a;
  --gold-dark: #96741e;
  --gold-light: #e6cd85;
  --storm: #1b2543;
  --storm-2: #0b1226;
  --lightning: #7cc7ff;
  --line: rgba(150, 116, 30, 0.25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, 'Times New Roman', serif;
  background: var(--marble);
  color: var(--ink);
  line-height: 1.7;
  font-size: 18px;
  background-image:
    radial-gradient(ellipse at 30% 10%, rgba(255,255,255,0.6) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 90%, rgba(201,162,74,0.06) 0%, transparent 55%);
}

a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: underline; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 28px; }

/* Utility */
.display {
  font-family: 'Cinzel', 'Trajan Pro', Georgia, serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.eyebrow {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
}

/* Ornamental divider */
.divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px;
  margin: 24px 0;
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider .bolt {
  color: var(--gold);
  font-size: 20px;
}

/* Header */
header.site {
  background: rgba(20, 22, 28, 0.94);
  color: #f0e8d3;
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 162, 74, 0.3);
}
header.site .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.brand {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand::before {
  content: '⚡';
  color: var(--lightning);
  font-size: 18px;
  text-shadow: 0 0 12px var(--lightning);
}
nav ul { list-style: none; display: flex; gap: 30px; flex-wrap: wrap; }
nav a {
  color: #d9ceb2;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
nav a:hover { color: var(--gold-light); text-decoration: none; }

/* HERO — full-bleed cinematic */
.hero {
  position: relative;
  min-height: 92vh;
  padding: 80px 0;
  overflow: hidden;
  color: #f4ecd5;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, var(--storm-2) 0%, var(--storm) 60%, #2a3357 100%);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 30% 20%, rgba(124,199,255,0.25) 0%, transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(201,162,74,0.15) 0%, transparent 50%);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero .text .eyebrow { color: var(--gold-light); }
.hero h1.display {
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 10px;
  margin: 18px 0 24px;
  color: #fff;
  text-shadow:
    0 0 30px rgba(124,199,255,0.4),
    0 2px 0 rgba(0,0,0,0.3);
}
.hero .tagline {
  font-style: italic;
  font-size: 24px;
  color: #d9ceb2;
  margin-bottom: 20px;
  max-width: 480px;
}
.hero .epithets {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--gold);
  color: var(--storm-2);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid var(--gold);
  transition: background .15s, transform .15s, box-shadow .15s;
  cursor: pointer;
}
.btn:hover { background: var(--gold-light); text-decoration: none; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(201,162,74,0.3); }
.btn.outline { background: transparent; color: var(--gold-light); border-color: var(--gold-light); }
.btn.outline:hover { background: var(--gold-light); color: var(--storm-2); }

.hero .portrait {
  position: relative;
  height: 640px;
  border-radius: 4px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(27,37,67,0.2), rgba(11,18,38,0.5)),
    linear-gradient(135deg, #3a466e 0%, #1b2543 100%);
  border: 1px solid rgba(201,162,74,0.4);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.5),
    inset 0 0 100px rgba(124,199,255,0.1);
}
.hero .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero .portrait::before {
  /* golden decorative frame */
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(230, 205, 133, 0.35);
  pointer-events: none;
  z-index: 2;
}
.hero .portrait .caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 30px 24px 20px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  color: #e6cd85;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 3;
}

@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero h1.display { font-size: 68px; letter-spacing: 6px; }
  .hero .portrait { height: 460px; }
}

/* Sections */
section { padding: 96px 0; }
section h2.display {
  font-size: 44px;
  color: var(--ink);
  letter-spacing: 5px;
  margin-bottom: 8px;
  text-align: center;
}
section .lede {
  font-size: 22px;
  font-style: italic;
  color: var(--muted);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.section-marble { background: var(--marble); }
.section-dark {
  background: linear-gradient(180deg, var(--storm-2) 0%, var(--storm) 100%);
  color: #f4ecd5;
}
.section-dark h2.display, .section-dark .lede { color: #f4ecd5; }
.section-dark .lede { color: #c9beA6; }
.section-parchment {
  background: linear-gradient(180deg, var(--marble-2) 0%, var(--marble) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Prose block */
.prose { max-width: 780px; margin: 0 auto; }
.prose p { margin-bottom: 22px; font-size: 19px; line-height: 1.8; }
.prose p:first-of-type::first-letter {
  font-family: 'Cinzel', Georgia, serif;
  float: left;
  font-size: 82px;
  line-height: 0.85;
  font-weight: 700;
  margin: 8px 14px 0 0;
  color: var(--gold-dark);
}
.prose h3 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 36px 0 14px;
}
.prose blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 26px;
  color: var(--ink-2);
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 28px;
  margin: 32px 0;
}
.prose blockquote cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
  font-family: 'Cinzel', Georgia, serif;
}

/* Grid cards */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  section h2.display { font-size: 32px; letter-spacing: 3px; }
}

.card {
  background: rgba(255,255,255,0.6);
  padding: 32px 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
  transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(20,22,28,0.1); }
.card .glyph {
  font-size: 40px;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.card h3 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}
.card p { font-size: 15px; color: var(--muted); }

.section-dark .card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(201,162,74,0.25);
}
.section-dark .card h3 { color: var(--gold-light); }
.section-dark .card p { color: #c9beA6; }
.section-dark .card .glyph { color: var(--gold); }

/* Epithets / attributes strip */
.attr-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
  padding: 20px 0;
}
@media (max-width: 700px) { .attr-row { grid-template-columns: repeat(2, 1fr); } }
.attr { text-align: center; }
.attr .num {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
}
.attr .label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9beA6;
  margin-top: 6px;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding-left: 40px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 12px; top: 12px; bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold), var(--gold-dark));
}
.tl-item { position: relative; margin-bottom: 40px; }
.tl-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 6px;
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--marble), 0 0 0 5px var(--gold);
}
.tl-item .tl-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.tl-item p { color: var(--ink-2); font-size: 17px; }

.section-dark .timeline::before {
  background: linear-gradient(180deg, var(--gold-light), var(--gold), var(--gold-dark));
}
.section-dark .tl-item::before {
  box-shadow: 0 0 0 4px var(--storm), 0 0 0 5px var(--gold);
}
.section-dark .tl-item .tl-title { color: var(--gold-light); }
.section-dark .tl-item p { color: #d9ceb2; }

/* Family tree — as a horizontal list of relations */
.family {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 900px) { .family { grid-template-columns: 1fr; } }
.family-block {
  background: rgba(255,255,255,0.5);
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.family-block h4 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.family-block p { font-size: 17px; color: var(--ink-2); }
.family-block .names {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.5;
}

/* Table (comparison) */
table.compare {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line);
}
table.compare th, table.compare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
table.compare th {
  background: rgba(201,162,74,0.15);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
}
table.compare tr:last-child td { border-bottom: none; }

/* Depictions gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1000px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }
.gal-item {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.gal-item:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(20,22,28,0.15); }
.gal-item .frame {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--marble-2);
  overflow: hidden;
}
.gal-item .frame img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform .5s;
}
.gal-item:hover .frame img { transform: scale(1.03); }
.gal-item .frame::after {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(230, 205, 133, 0.5);
  pointer-events: none;
}
.gal-item .meta-body {
  padding: 18px 20px 22px;
}
.gal-item .subject {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 6px;
}
.gal-item .desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.gal-item .credit {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
  font-style: italic;
}

/* Wide feature strip — art with prose */
.feature-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  margin: 40px 0;
}
@media (max-width: 900px) { .feature-strip { grid-template-columns: 1fr; gap: 32px; } }
.feature-strip.reverse { grid-template-columns: 1.2fr 1fr; }
.feature-strip.reverse .fs-image { order: 2; }
@media (max-width: 900px) { .feature-strip.reverse .fs-image { order: 0; } }
.fs-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(20,22,28,0.25);
}
.fs-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-image::after {
  content: '';
  position: absolute; inset: 8px;
  border: 1px solid rgba(230, 205, 133, 0.4);
  pointer-events: none;
}
.fs-text h3 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.fs-text p { font-size: 18px; color: var(--ink-2); margin-bottom: 14px; }
.section-dark .fs-text h3 { color: var(--gold-light); }
.section-dark .fs-text p { color: #c9beA6; }

/* Section with background image */
.section-worship-bg {
  position: relative;
  background:
    linear-gradient(180deg, rgba(244,239,228,0.86) 0%, rgba(244,239,228,0.92) 100%),
    url('https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/L%27Olympieion_%28Ath%C3%A8nes%29_%2830776483926%29.jpg/500px-L%27Olympieion_%28Ath%C3%A8nes%29_%2830776483926%29.jpg')
    center / cover no-repeat fixed;
}
.section-origin-bg {
  position: relative;
  background:
    linear-gradient(180deg, rgba(244,239,228,0.94) 0%, rgba(244,239,228,0.90) 100%),
    url('https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Dias_entrance_EAST_01.jpg/500px-Dias_entrance_EAST_01.jpg')
    center / cover no-repeat;
}

/* Footer */
footer.site {
  background: var(--storm-2);
  color: #a9a08a;
  padding: 56px 0 24px;
}
footer.site .brand { color: var(--gold-light); }
footer.site .grid-3 { grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-top: 24px; }
@media (max-width: 700px) { footer.site .grid-3 { grid-template-columns: 1fr; } }
footer.site h4 {
  font-family: 'Cinzel', Georgia, serif;
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 8px; }
footer.site a { color: #a9a08a; font-size: 15px; }
footer.site a:hover { color: var(--gold-light); }
footer.site .copyright {
  border-top: 1px solid rgba(201,162,74,0.2);
  padding-top: 20px;
  margin-top: 36px;
  color: #7a7362;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}
