body {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
  color: #2f2b27;
  background-color: #f4efe7;
  background-image:
    linear-gradient(rgba(244, 239, 231, 0.94), rgba(244, 239, 231, 0.94)),
    url("images/paper-texture.jpg");
  background-size: cover;
  background-attachment: fixed;
}

h1,
h2,
h3,
nav a,
.story-label,
.eyebrow {
  font-family: "Aleo", Georgia, serif;
}

h1 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

section {
  margin-bottom: 3rem;
}

main section + section {
  margin-top: 2rem;
}

figcaption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #7a6f63;
  text-align: center;
  font-style: italic;
}

.tagline {
  font-size: 1.4rem;
  color: #5f564c;
}

.intro {
  font-size: 1.15rem;
  max-width: 650px;
}


/* ---------- Header + Navigation ---------- */

header {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background-color: #d8d0c3;
  border-bottom: 1px solid #b8ad9e;
}

header::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 820px;
  height: 820px;
  background-image: url("images/mandala.png");
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  pointer-events: none;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}

header nav,
header h1,
header .tagline,
header .hero-content {
  position: relative;
  z-index: 1;
}

nav {
  margin-bottom: 3rem;
}

nav a {
  color: #2f2b27;
  text-decoration: none;
  margin-right: 1.5rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a:hover {
  border-bottom: 1px solid #2f2b27;
}


/* ---------- Buttons ---------- */

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background-color: #6f5f4f;
  color: #fffaf3;
  text-decoration: none;
  border-radius: 999px;
}

.button:hover {
  background-color: #4d4035;
}


/* ---------- Homepage ---------- */

.home-hero {
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 3rem;
  min-height: auto;
}

.home-hero nav {
  margin-bottom: 2rem;
}

.hero-content {
  max-width: 900px;
  padding-top: 1.5rem;
}

.eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a6f63;
  margin-bottom: 1rem;
}

.hero-intro {
  font-size: 1.2rem;
  max-width: 650px;
  margin-bottom: 2rem;
}

.process-section {
  border-bottom: 1px solid #d7ccbd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.process-grid article {
  background-color: #fbf8f2;
  border: 1px solid #d7ccbd;
  padding: 1.5rem;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(47, 43, 39, 0.06);
}

.process-grid span {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: #8c7d6b;
  margin-bottom: 0.5rem;
}

.process-grid h3 {
  margin-top: 0;
  font-size: 1.4rem;
}


/* ---------- Story Cards ---------- */

.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 420px));
  gap: 2rem;
  margin-top: 2rem;
}

.story-card {
  background-color: #fbf8f2;
  border: 1px solid #c8bcae;
  padding: 3.5rem 2.5rem 2.5rem;
  max-width: 420px;
  min-height: 420px;
  border-radius: 220px 220px 24px 24px / 120px 120px 24px 24px;
  box-shadow: 0 8px 20px rgba(47, 43, 39, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-card p {
  max-width: 330px;
}

.story-card h2 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.story-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a6f63;
}

.years {
  font-style: italic;
  color: #5f564c;
}

.placeholder-card {
  opacity: 0.75;
}


/* ---------- About Page ---------- */

.about-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

.about-layout p {
  font-size: 1.05rem;
}

.about-layout .intro {
  font-size: 1.2rem;
}

.about-layout > div p {
  margin-bottom: 2.5rem;
}

.about-figure {
  margin: 0;
}

.about-photo {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #c8bcae;
  box-shadow: 0 8px 20px rgba(47, 43, 39, 0.12);
}

.origin-story {
  border-top: 1px solid #d7ccbd;
  padding-top: 3rem;
}

.origin-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
}

.origin-layout img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #c8bcae;
  box-shadow: 0 8px 20px rgba(47, 43, 39, 0.12);
}

@media (max-width: 700px) {
  .origin-layout {
    grid-template-columns: 1fr;
  }

  .origin-layout img {
    max-width: 280px;
  }
}


/* ---------- Individual Story Pages ---------- */

.story-page {
  max-width: 850px;
}

.story-page section {
  border-bottom: 1px solid #d7ccbd;
  padding-bottom: 2rem;
}

.story-page section:last-child {
  border-bottom: none;
}

.story-intro {
  font-size: 1.08rem;
}

.story-feature-image {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 0 1.5rem;
}

.story-feature-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 24px;
  border: 1px solid #c8bcae;
  box-shadow: 0 10px 24px rgba(47, 43, 39, 0.12);
}

.video-placeholder {
  background-color: #fbf8f2;
  border: 1px dashed #b8ad9e;
  padding: 3rem 1.5rem;
  border-radius: 18px;
  text-align: center;
  color: #7a6f63;
  font-style: italic;
}


/* ---------- Rock Gallery ---------- */

.rock-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.rock-gallery figure {
  margin: 0;
}

.rock-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #d7ccbd;
  box-shadow: 0 6px 16px rgba(47, 43, 39, 0.08);
}

.rock-gallery figcaption {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #6f6254;
  text-align: center;
  font-style: italic;
}

.rock-gallery figure:nth-child(3) img {
  height: 260px;
  object-fit: cover;
  object-position: top center;
}


/* ---------- Record Cards ---------- */

.record-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.record-card {
  background-color: #fbf8f2;
  border: 1px solid #d7ccbd;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 6px 16px rgba(47, 43, 39, 0.05);
}

.record-card h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

.record-source {
  font-size: 0.9rem;
  color: #6f6254;
  border-top: 1px solid #e1d8cc;
  padding-top: 0.85rem;
  margin-top: 1rem;
}


/* ---------- Postscript Sources ---------- */

.postscript-sources {
  background-color: #fbf8f2;
  border: 1px solid #d7ccbd;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}

.postscript-sources h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.postscript-sources li {
  margin-bottom: 0.75rem;
}


/* ---------- Responsive Adjustments ---------- */

@media (max-width: 700px) {
  h1 {
    font-size: 2.35rem;
  }

  nav a {
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 320px;
  }

  .story-feature-image img {
    height: 260px;
  }

  .story-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  header::after {
    opacity: 0.035;
    right: -360px;
    top: -180px;
  }
}


