/* [project]/src/app/(frontend)/styles.css [app-client] (css) */
:root {
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --ink: #27332f;
  --muted: #66706b;
  --blue: #446f82;
  --blue-dark: #315565;
  --green: #6f7f67;
  --line: #d9d2c5;
  --shadow: 0 22px 60px #27332f1f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 18px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.siteHeader {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 26px 36px;
  display: flex;
}

.brand {
  align-items: center;
  gap: 12px;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.brandMark {
  border: 1px solid var(--blue);
  width: 40px;
  height: 40px;
  color: var(--blue);
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.siteNav {
  gap: 28px;
  display: flex;
}

.siteNav a {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: .95rem;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.hero {
  grid-template-columns: minmax(340px, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 8vw, 120px);
  max-width: 1320px;
  min-height: 710px;
  margin: 0 auto;
  padding: 30px 36px 80px;
  display: grid;
}

.heroPhotoWrap {
  position: relative;
}

.heroPhotoWrap:before {
  content: "";
  border: 1px solid #446f828c;
  border-radius: 48% 48% 12px 12px;
  position: absolute;
  inset: -18px 26px 18px -18px;
}

.heroPhoto {
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
  height: auto;
  max-height: 650px;
  box-shadow: var(--shadow);
  border-radius: 48% 48% 12px 12px;
  display: block;
  position: relative;
}

.eyebrow, .sectionKicker {
  color: var(--blue);
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: Arial, sans-serif;
  font-size: .78rem;
  font-weight: 600;
}

h1, h2, h3, blockquote {
  font-family: Georgia, Times New Roman, serif;
}

h1 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  line-height: .92;
}

.dates {
  color: var(--green);
  letter-spacing: .035em;
  margin: 26px 0 0;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.intro {
  max-width: 620px;
  color: var(--muted);
  margin: 26px 0 0;
  font-family: Arial, sans-serif;
  font-size: 1.22rem;
}

.heroActions, .contributeActions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}

.button {
  border: 1px solid var(--blue);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 24px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.buttonPrimary {
  color: #fff;
  background: var(--blue);
}

.buttonSecondary {
  color: var(--blue-dark);
  background: none;
}

.buttonDisabled {
  opacity: .62;
}

.welcome, .favourites {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 110px 36px;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1;
}

.welcome p:last-child, .favourites p:last-child {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1.12rem;
}

.featureGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 36px 120px;
  display: grid;
}

.featureCard {
  border: 1px solid var(--line);
  background: #fffdf8b8;
  border-radius: 18px;
  flex-direction: column;
  min-height: 330px;
  padding: 34px;
  display: flex;
}

.featureNumber {
  color: var(--blue);
  letter-spacing: .14em;
  font-family: Arial, sans-serif;
  font-size: .8rem;
}

.featureCard h3 {
  margin: 36px 0 12px;
  font-size: 2.2rem;
  line-height: 1;
}

.featureCard p {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.featureCard a {
  color: var(--blue-dark);
  margin-top: auto;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.memoryHighlight {
  background: var(--ink);
  color: #fff;
  border-radius: 26px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto 120px;
  padding: 68px;
  display: grid;
}

.memoryHighlight .sectionKicker {
  color: #aac3cf;
}

blockquote {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.jayMark {
  color: #aac3cf;
  font-size: 4rem;
}

.contribute {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 36px;
  display: grid;
}

.contributeCopy p:last-child {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.promptList {
  border-left: 1px solid var(--line);
  align-self: center;
  padding-left: 30px;
  font-size: 1.55rem;
  line-height: 1.25;
}

.promptList p {
  margin: 0 0 22px;
}

.contributeActions {
  grid-column: 1 / -1;
  margin-top: 0;
}

footer {
  max-width: 1180px;
  color: var(--muted);
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 46px 36px 60px;
  font-family: Arial, sans-serif;
  font-size: .92rem;
  display: flex;
}

@media (max-width: 900px) {
  .siteHeader {
    flex-wrap: wrap;
  }

  .siteNav {
    flex-wrap: wrap;
    gap: 12px 20px;
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .heroPhotoWrap {
    max-width: 560px;
  }

  .featureGrid {
    grid-template-columns: 1fr;
  }

  .featureCard {
    min-height: 260px;
  }

  .contribute {
    grid-template-columns: 1fr;
  }

  .contributeActions {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }

  .siteHeader, .hero, .welcome, .featureGrid, .contribute, .favourites, footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.5rem);
  }

  .memoryHighlight {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
    padding: 42px 28px;
  }

  .jayMark {
    display: none;
  }

  footer {
    flex-direction: column;
  }
}

/*# sourceMappingURL=src_app_%28frontend%29_styles_0lew7-s.css.map*/