/* Alexandria Landing Page — matches iOS app visual identity */

/* EB Garamond from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

/* Parchment background and warm tones */
body {
  background-color: #FAF6F1;
  color: #3D2914;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.7;
}

/* Override Quarto title block banner */
.quarto-title-banner {
  background: linear-gradient(135deg, #3D2914 0%, #5a3d1e 50%, #3D2914 100%) !important;
  border-bottom: 3px solid #C4A35A;
  padding: 3rem 0 !important;
}

.quarto-title-banner .title {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 3rem !important;
  color: #FAF6F1 !important;
}

.quarto-title-banner .subtitle {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3rem !important;
  color: #E8D5A3 !important;
  letter-spacing: 0.05em;
}

/* Headings */
h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 600;
  color: #3D2914;
  border-bottom: 2px solid #C4A35A;
  padding-bottom: 0.4rem;
  margin-top: 2.5rem;
  font-size: 1.8rem;
}

h3 {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 600;
  color: #5a3d1e;
  font-size: 1.4rem;
  margin-top: 1.8rem;
}

/* Links */
a {
  color: #8B7355;
  text-decoration: none;
  border-bottom: 1px solid #E8D5A3;
  transition: color 0.2s, border-color 0.2s;
}

a:hover {
  color: #C4A35A;
  border-bottom-color: #C4A35A;
}

/* Screenshot images */
.quarto-figure img,
.quarto-layout-panel img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(61, 41, 20, 0.15);
  border: 1px solid #E8D5A3;
  background: #FFFFFF;
  padding: 4px;
}

/* Strong/bold text in gold */
strong {
  color: #5a3d1e;
  font-weight: 600;
}

/* Lists */
ul, ol {
  margin-left: 0.5rem;
}

li {
  margin-bottom: 0.4rem;
}

li strong {
  color: #8B7355;
}

/* Card-like sections */
.level2 {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(61, 41, 20, 0.06);
  border: 1px solid rgba(196, 163, 90, 0.15);
}

/* The "What Alexandria Is Not" section — subtle distinction */
.level2:last-of-type {
  background: #F5EDE4;
  border: 1px solid rgba(196, 163, 90, 0.25);
}

/* Override Quarto navbar to match */
.navbar {
  background-color: #3D2914 !important;
  border-bottom: 2px solid #C4A35A !important;
  font-family: 'EB Garamond', Georgia, serif !important;
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: #FAF6F1 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
}

.navbar .nav-link:hover {
  color: #C4A35A !important;
}

/* Figure captions */
figcaption {
  font-style: italic;
  color: #8B7355;
  font-size: 0.95rem;
  text-align: center;
}

/* Responsive images */
@media (max-width: 768px) {
  .level2 {
    padding: 1rem 1.2rem;
  }

  .quarto-title-banner .title {
    font-size: 2.2rem !important;
    letter-spacing: 0.1em;
  }
}

/* Footer link area */
.level2:nth-last-of-type(1) a,
.level2:nth-last-of-type(2) a {
  font-weight: 500;
}
