/* ========================================================================
   Pushing Up Daisies — literary archive (tile artwork atmosphere)
   Warm parchment · soft lavender · collected reflections
   ======================================================================== */

main.page.gh-tier-page.daisies-page {
  --daisies-parchment: #f3ebe2;
  --daisies-parchment-light: #faf6ef;
  --daisies-parchment-deep: #e8ddd0;
  --daisies-lavender: #8b7a9e;
  --daisies-lavender-mist: rgba(139, 122, 158, 0.14);
  --daisies-purple-ink: #453a58;
  --daisies-harbor-blue: #234f73;
  --daisies-sage: #7a8f7a;
  --daisies-warm-shadow: rgba(74, 58, 88, 0.09);

  background-color: var(--daisies-parchment) !important;
}

/* Page atmosphere — parchment + lavender wash (not generic cool gray) */
main.page.gh-tier-page.daisies-page::before {
  background-color: #ebe3d8 !important;
  background-image:
    url("../images/Home Page/pathways-background-soft.png"),
    linear-gradient(165deg, rgba(250, 244, 234, 0.5) 0%, rgba(235, 225, 248, 0.12) 48%, rgba(243, 235, 226, 0.55) 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
  background-position: left 18% 58%, center !important;
  opacity: 0.42 !important;
}

main.page.gh-tier-page.daisies-page::after {
  background-image:
    radial-gradient(ellipse 95% 58% at 50% 6%, rgba(255, 248, 238, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 70% 50% at 12% 72%, rgba(200, 188, 220, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 65% 45% at 88% 78%, rgba(220, 210, 195, 0.12) 0%, transparent 52%),
    radial-gradient(ellipse 120% 90% at 50% 50%, transparent 42%, rgba(120, 98, 88, 0.06) 100%),
    linear-gradient(
      180deg,
      rgba(255, 249, 242, 0.45) 0%,
      rgba(248, 240, 232, 0.28) 38%,
      rgba(241, 232, 222, 0.72) 100%
    ) !important;
}

/* Hero scene — tile artwork as emotional anchor */
main.page.gh-tier-page.daisies-page .gh-daisies-scene__photo {
  background-color: #ebe0d4 !important;
  background-image: url("../images/Pushing Up Daisies/pushing1b-tile.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 22% !important;
  opacity: 0.58 !important;
}

main.page.gh-tier-page.daisies-page .gh-daisies-scene__wash {
  background-image:
    radial-gradient(ellipse 78% 62% at 50% 32%, rgba(255, 252, 245, 0.88) 0%, rgba(252, 246, 236, 0.5) 45%, transparent 78%),
    radial-gradient(ellipse 55% 40% at 8% 85%, rgba(180, 168, 200, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 38% at 92% 88%, rgba(210, 198, 178, 0.1) 0%, transparent 68%),
    linear-gradient(
      180deg,
      rgba(255, 250, 242, 0.35) 0%,
      rgba(248, 240, 232, 0.2) 55%,
      rgba(241, 232, 222, 0.55) 100%
    ) !important;
}

main.page.gh-tier-page.daisies-page .gh-daisies-scene__coast {
  background-image:
    radial-gradient(ellipse 85% 42% at 50% 100%, rgba(139, 122, 158, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 60% 35% at 50% 0%, rgba(255, 248, 238, 0.25) 0%, transparent 72%) !important;
}

main.page.gh-tier-page.daisies-page .gh-daisies-scene__mist {
  height: 38%;
  max-height: 12.5rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(252, 246, 238, 0.15) 28%,
    rgba(245, 236, 226, 0.55) 62%,
    var(--daisies-parchment) 100%
  ) !important;
}

/* Faint pressed-botanical suggestion (lavender left, daisy warmth lower) */
main.page.gh-tier-page.daisies-page .gh-daisies-scene__botanical {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 22% 55% at 6% 62%, rgba(160, 148, 178, 0.07) 0%, transparent 72%),
    radial-gradient(ellipse 28% 22% at 14% 92%, rgba(240, 228, 200, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 18% 18% at 48% 94%, rgba(180, 140, 180, 0.06) 0%, transparent 68%);
  opacity: 0.9;
}

/* ----- Hero: paper glow + title legibility ----- */
main.page.gh-tier-page.daisies-page .gh-daisies-hero-band {
  position: relative;
  min-height: clamp(200px, 26vh, 280px) !important;
  padding: calc(max(7.25rem, 8vh + 3.25rem)) 0.5rem 0.85rem !important;
}

main.page.gh-tier-page.daisies-page .gh-daisies-hero-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: min(92%, 40rem);
  height: clamp(10rem, 42vw, 14rem);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    ellipse 100% 88% at 50% 48%,
    rgba(255, 253, 248, 0.92) 0%,
    rgba(252, 246, 236, 0.65) 42%,
    rgba(248, 238, 228, 0.2) 68%,
    transparent 100%
  );
  box-shadow: 0 0 80px rgba(255, 250, 242, 0.5);
}

main.page.gh-tier-page.daisies-page .gh-daisies-hero {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0.35rem 1rem 0;
}

main.page.gh-tier-page.daisies-page .gh-tier-eyebrow {
  margin: calc(-0.35rem - 15px) 0 0.45rem !important;
  font-family: "Cormorant Garamond", Baskerville, "Palatino Linotype", Georgia, serif !important;
  color: var(--daisies-harbor-blue) !important;
  font-weight: 500 !important;
  font-size: 1.12rem !important;
  letter-spacing: 0.06em !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  text-shadow:
    0 0 28px rgba(255, 252, 248, 0.95),
    0 0 12px rgba(255, 250, 242, 0.85) !important;
}

main.page.gh-tier-page.daisies-page .gh-tier-byline {
  margin: 0 0 0.75rem !important;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif !important;
  color: #6a5f78 !important;
  font-size: 0.96rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.02em !important;
  text-shadow: 0 0 20px rgba(255, 252, 248, 0.8) !important;
}

main.page.gh-tier-page.daisies-page .gh-tier-divider {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Going Forward family — refined literary scale, tile purple ink */
main.page.gh-tier-page.daisies-page .gh-tier-headline {
  display: block;
  margin: 0.1rem 0 0 !important;
  padding: 0 0.12em !important;
  font-family: "Great Vibes", "Segoe Script", "Brush Script MT", cursive !important;
  font-size: clamp(2.95rem, 8.4vw, 4.45rem) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  color: var(--daisies-purple-ink) !important;
  text-shadow:
    0 0 40px rgba(255, 253, 248, 0.98),
    0 0 16px rgba(252, 246, 238, 0.92),
    0 1px 3px rgba(255, 255, 255, 0.75) !important;
}

main.page.gh-tier-page.daisies-page .gh-tier-headline::after {
  content: "";
  display: block;
  width: min(9.5rem, 52%);
  height: 1px;
  margin: 0.45rem auto 0.65rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(139, 122, 158, 0.28) 16%,
    rgba(69, 58, 88, 0.22) 50%,
    rgba(139, 122, 158, 0.28) 84%,
    transparent 100%
  );
}

main.page.gh-tier-page.daisies-page .gh-tier-lead {
  margin: 0 auto !important;
  max-width: 34rem !important;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif !important;
  color: #4f4658 !important;
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  letter-spacing: 0.015em !important;
  text-shadow: 0 0 18px rgba(255, 252, 248, 0.85) !important;
}

@media (max-width: 900px) {
  main.page.gh-tier-page.daisies-page .gh-tier-headline {
    font-size: clamp(2.55rem, 11vw, 3.65rem) !important;
  }

  main.page.gh-tier-page.daisies-page .gh-daisies-scene__photo {
    background-position: center 18% !important;
    opacity: 0.52 !important;
  }
}

/* Subtle paper fiber on body column */
main.page.gh-tier-page.daisies-page .gh-daisies-body {
  position: relative;
  z-index: 2;
  max-width: 54rem;
  margin: -1.75rem auto 0;
  padding: 0 clamp(1rem, 3vw, 1.5rem) 1rem !important;
  background:
    linear-gradient(
      180deg,
      rgba(252, 248, 242, 0.2) 0%,
      rgba(245, 236, 226, 0.97) 7%,
      var(--daisies-parchment) 20%,
      var(--daisies-parchment) 100%
    ) !important;
}

main.page.gh-tier-page.daisies-page .gh-daisies-body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(180, 168, 148, 0.02) 3px,
    rgba(180, 168, 148, 0.02) 4px
  );
}

.gh-daisies-opening {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.35rem;
}

@media (min-width: 880px) {
  .gh-daisies-opening {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.15rem 1.35rem;
  }

  .gh-daisies-intro {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .gh-daisies-featured {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* ----- Editorial intro — warm journal card ----- */
.gh-daisies-intro {
  position: relative;
  text-align: left;
  padding: clamp(1.55rem, 2.8vw, 1.9rem) clamp(1.5rem, 2.8vw, 1.85rem);
  background:
    linear-gradient(158deg, #faf4eb 0%, #f3e9dc 52%, #efe4d6 100%);
  border: 1px solid rgba(160, 145, 175, 0.22);
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 2px 0 rgba(210, 195, 175, 0.15),
    0 14px 36px var(--daisies-warm-shadow),
    0 4px 12px rgba(74, 58, 88, 0.04);
}

.gh-daisies-intro::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 1.1rem;
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(139, 122, 158, 0.45), transparent);
  opacity: 0.7;
}

.gh-daisies-intro::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1.15rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 188, 210, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gh-daisies-intro__label {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6a5f78;
}

.gh-daisies-intro__text {
  margin: 0;
  max-width: 36em;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.1rem, 2.1vw, 1.22rem);
  line-height: 1.92;
  color: #3d3844;
  text-wrap: pretty;
}

.gh-daisies-intro__text::first-letter {
  font-size: 1.38em;
  font-weight: 500;
  color: var(--daisies-purple-ink);
  padding-right: 0.06em;
}

.gh-daisies-column-note {
  margin: 1.15rem 0 0;
  max-width: 32em;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(160, 145, 175, 0.28);
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.62;
  letter-spacing: 0.02em;
  color: #6f6578;
}

/* ----- Featured reflection ----- */
.gh-daisies-featured {
  text-align: left;
  padding: clamp(1.75rem, 3vw, 2.1rem) clamp(1.55rem, 3vw, 2rem);
  background: linear-gradient(145deg, #fcf7f0 0%, #f6efe4 55%, #f0e8dc 100%);
  border: 1px solid rgba(175, 158, 140, 0.32);
  border-left: 3px solid rgba(139, 122, 158, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 42px var(--daisies-warm-shadow),
    0 5px 16px rgba(74, 58, 88, 0.05);
}

.gh-daisies-featured__label {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a5f78;
}

.gh-daisies-featured__title {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 1.95rem);
  font-weight: 600;
  line-height: 1.26;
  color: var(--daisies-purple-ink);
}

.gh-daisies-featured__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(69, 58, 88, 0.2);
}

.gh-daisies-featured__title a:hover,
.gh-daisies-featured__title a:focus-visible {
  border-bottom-color: rgba(69, 58, 88, 0.45);
}

.gh-daisies-featured__meta {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  font-style: italic;
  color: #6f6578;
}

.gh-daisies-featured__excerpt {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.06rem, 2vw, 1.14rem);
  line-height: 1.88;
  color: #45404c;
}

.gh-daisies-read-link {
  display: inline-block;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--daisies-harbor-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 79, 115, 0.28);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gh-daisies-read-link:hover,
.gh-daisies-read-link:focus-visible {
  color: #1a3d5c;
  border-bottom-color: rgba(35, 79, 115, 0.55);
}

/* ----- Archival dividers ----- */
.gh-daisies-rule {
  margin: 1.35rem auto;
  border: 0;
  height: 1px;
  max-width: 28rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(180, 165, 155, 0.35) 12%,
    rgba(139, 122, 158, 0.22) 50%,
    rgba(180, 165, 155, 0.35) 88%,
    transparent 100%
  );
}

.gh-daisies-rule--light {
  margin: 1rem auto 1.25rem;
  max-width: 20rem;
  opacity: 0.85;
}

/* ----- Theme filters ----- */
.gh-daisies-filters {
  text-align: center;
  padding: 1.1rem 1.25rem 1rem;
  background: linear-gradient(180deg, #faf4ec 0%, #f5ebe0 100%);
  border: 1px solid rgba(175, 158, 140, 0.28);
  box-shadow: 0 8px 26px rgba(74, 58, 88, 0.045);
}

.gh-daisies-filters__label {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6a5f78;
}

.gh-daisies-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-daisies-filters__btn {
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #4f4858;
  background: rgba(255, 251, 245, 0.85);
  border: 1px solid rgba(175, 158, 175, 0.32);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.gh-daisies-filters__btn:hover,
.gh-daisies-filters__btn:focus-visible {
  color: var(--daisies-purple-ink);
  border-color: rgba(139, 122, 158, 0.38);
  background: #fffdf9;
  box-shadow: 0 2px 10px rgba(74, 58, 88, 0.06);
}

.gh-daisies-filters__btn.is-active {
  color: var(--daisies-purple-ink);
  background: #fffdf9;
  border-color: rgba(139, 122, 158, 0.42);
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(139, 122, 158, 0.12);
}

/* ----- Article library — collected writings ----- */
.gh-daisies-library-panel {
  position: relative;
  padding: clamp(1.65rem, 3vw, 2rem) clamp(1.35rem, 3vw, 1.75rem) clamp(1.5rem, 2.5vw, 1.85rem);
  background: linear-gradient(180deg, #faf5ed 0%, #f4ebe2 100%);
  border: 1px solid rgba(175, 158, 140, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 40px var(--daisies-warm-shadow);
}

.gh-daisies-library-panel::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(12rem, 40%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 122, 158, 0.2), transparent);
  pointer-events: none;
}

.gh-daisies-library__header {
  text-align: left;
  margin-bottom: 1.65rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(175, 158, 175, 0.28);
}

.gh-daisies-section-kicker {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6a5f78;
}

.gh-daisies-section-title {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.42rem, 2.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--daisies-harbor-blue);
}

.gh-daisies-library__preview {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  color: #6f6578;
}

.gh-daisies-library {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.gh-daisies-category {
  margin-bottom: 2rem;
  padding-bottom: 1.65rem;
  border-bottom: 1px solid rgba(190, 175, 165, 0.25);
}

.gh-daisies-category:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.gh-daisies-category__heading {
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a6278;
  border-bottom: 1px solid rgba(139, 122, 158, 0.22);
}

.gh-daisies-category__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Collected essay slips — not blog cards */
.gh-daisies-article {
  padding: 1.3rem 1.4rem 1.2rem 1.35rem;
  text-align: left;
  background: linear-gradient(135deg, #fcf8f2 0%, #f7f0e6 100%);
  border: 1px solid rgba(190, 175, 165, 0.32);
  border-left: 2px solid rgba(139, 122, 158, 0.28);
  border-radius: 3px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 4px 16px rgba(74, 58, 88, 0.045);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.gh-daisies-article:hover {
  background: linear-gradient(135deg, #fffdf9 0%, #faf4ea 100%);
  border-color: rgba(175, 158, 175, 0.4);
  border-left-color: rgba(139, 122, 158, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 10px 28px rgba(74, 58, 88, 0.08);
  transform: translateY(-1px);
}

.gh-daisies-article__title {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.18rem, 2.15vw, 1.34rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--daisies-purple-ink);
}

.gh-daisies-article__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.gh-daisies-article__title a:hover,
.gh-daisies-article__title a:focus-visible {
  color: var(--daisies-harbor-blue);
  border-bottom-color: rgba(35, 79, 115, 0.32);
}

.gh-daisies-article__excerpt {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.82;
  color: #45404c;
}

.gh-daisies-article__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.gh-daisies-article__date {
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  font-variant: small-caps;
  color: #7a7088;
}

.gh-daisies-category.is-hidden {
  display: none;
}

.gh-daisies-archive-note {
  margin-top: 1.25rem;
  padding: 0.95rem 1.2rem;
  text-align: left;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.9rem;
  line-height: 1.68;
  font-style: italic;
  color: #6f6578;
  background: rgba(250, 244, 234, 0.75);
  border-radius: 3px;
  border: 1px dashed rgba(160, 145, 175, 0.38);
}

.gh-daisies-author {
  text-align: center;
  padding: clamp(1.5rem, 3vw, 1.85rem) clamp(1.4rem, 3vw, 1.75rem);
  background: linear-gradient(180deg, rgba(252, 246, 238, 0.9) 0%, rgba(245, 236, 226, 0.75) 100%);
  border-style: dashed;
  border-color: rgba(160, 145, 175, 0.32);
}

.gh-daisies-author p {
  max-width: 32rem;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1rem, 1.9vw, 1.06rem);
  line-height: 1.82;
  font-style: italic;
  color: #6a5f78;
}

.gh-daisies-author__sig {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main.page.gh-tier-page.daisies-page .gh-daisies-body > .gh-tier-card,
main.page.gh-tier-page.daisies-page .gh-daisies-body > .gh-daisies-library-panel,
main.page.gh-tier-page.daisies-page .gh-daisies-body > .gh-daisies-archive-note,
main.page.gh-tier-page.daisies-page .gh-daisies-body > aside {
  margin-bottom: 1rem;
}

@media (max-width: 879px) {
  main.page.gh-tier-page.daisies-page .gh-daisies-body {
    margin-top: -1.25rem;
  }

  .gh-daisies-featured {
    border-left-width: 1px;
    border-top: 3px solid rgba(139, 122, 158, 0.45);
  }
}

@media (max-width: 640px) {
  .gh-daisies-intro,
  .gh-daisies-featured,
  .gh-daisies-library__header {
    text-align: center;
  }

  .gh-daisies-intro::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .gh-daisies-intro__text,
  .gh-daisies-column-note {
    margin-left: auto;
    margin-right: auto;
  }

  .gh-daisies-article {
    text-align: center;
    border-left-width: 1px;
    border-top: 2px solid rgba(139, 122, 158, 0.28);
  }

  .gh-daisies-article__footer {
    justify-content: center;
  }

  .gh-daisies-filters__btn {
    font-size: 0.82rem;
    padding: 0.3rem 0.7rem;
  }
}
