/* ============================================================
   Sienna — Custom Stylesheet
   Design system: Marcellus + PT Serif · Ivory / Terracotta / Teal
   ============================================================ */

/* --- Base --------------------------------------------------- */

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

/* --- Display / heading typography -------------------------- */

.hero-title {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(2.969rem, 5.625vw, 3.4375rem);
  font-weight: 400;
  line-height: 1.2;
  color: #F0EDE6;
}

.hero-subtitle {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(240, 237, 230, 0.8);
}

.section-title {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
  color: #303636;
}

.page-hero-title {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(2.969rem, 5.625vw, 3.4375rem);
  font-weight: 400;
  color: #303636;
}

/* --- Eyebrow ----------------------------------------------- */

.eyebrow {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4967D;
  display: block;
}

/* --- Pull quote -------------------------------------------- */

.pull-quote {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(1.375rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  border-left: 1.5px solid #D4967D;
  padding-left: 1.75rem;
  max-width: 480px;
  color: #303636;
}

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

/* Primary — teal fill */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background-color: #495A58;
  color: #E5E3DC;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
  min-height: 44px;
  transition: background-color 0.2s ease, box-shadow 0.35s ease;
  white-space: nowrap;
}

.btn-primary:hover {
  background-color: #3a4846;
  color: #E5E3DC;
  box-shadow: 0 0 20px 4px rgba(212, 150, 125, 0.35), 0 0 45px rgba(212, 150, 125, 0.18);
}

/* Large — matches the header's "Book With Me" sizing, for homepage CTAs */
.btn-lg {
  font-size: 1.5rem;
  text-transform: none;
  padding: 21px 42px;
  min-height: 66px;
}

/* Filled — terracotta fill, for dark sections */
.btn-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background-color: #D4967D;
  color: #FFFFFF;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  min-height: 44px;
  transition: background-color 0.2s ease, box-shadow 0.35s ease;
  white-space: nowrap;
}

.btn-filled:hover {
  background-color: #c4856c;
  box-shadow: 0 0 30px 6px rgba(212, 150, 125, 0.6), 0 0 70px rgba(212, 150, 125, 0.3);
}

/* Ghost — light border, for use on hero */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background-color: transparent;
  color: #F0EDE6;
  border: 0.5px solid rgba(240, 237, 230, 0.6);
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  min-height: 44px;
  transition: background-color 0.2s ease, box-shadow 0.35s ease;
  white-space: nowrap;
}

.btn-ghost:hover {
  background-color: rgba(240, 237, 230, 0.1);
  box-shadow: 0 0 30px 6px rgba(212, 150, 125, 0.6), 0 0 70px rgba(212, 150, 125, 0.3);
}

/* Ghost, light-background variant — same shape as .btn-ghost but with dark
   text/border for use on cream/white sections instead of a dark hero */
.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background-color: transparent;
  color: #303636;
  border: 0.5px solid rgba(48, 54, 54, 0.35);
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  min-height: 44px;
  transition: background-color 0.2s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  white-space: nowrap;
}

.btn-ghost-light:hover {
  background-color: rgba(48, 54, 54, 0.05);
  border-color: rgba(212, 150, 125, 0.6);
  box-shadow: 0 0 20px 4px rgba(212, 150, 125, 0.35), 0 0 45px rgba(212, 150, 125, 0.18);
}

/* Text link — terracotta underline */
.link-text {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4967D;
  text-decoration: none;
  border-bottom: 0.5px solid #D4967D;
  padding-bottom: 1px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.link-text:hover {
  opacity: 0.7;
}

/* --- Navigation -------------------------------------------- */

#site-header .btn-primary {
  font-size: 1.5rem;
  text-transform: none;
  padding: 21px 42px;
  min-height: 66px;
  transition: background-color 0.2s ease, box-shadow 0.35s ease;
}

#site-header .btn-primary:hover {
  box-shadow: 0 0 30px 6px rgba(212, 150, 125, 0.6), 0 0 70px rgba(212, 150, 125, 0.3);
}

#mobile-menu-btn {
  transition: color 0.2s ease, box-shadow 0.35s ease;
}

#mobile-menu-btn:hover,
#mobile-menu-btn:active,
#mobile-menu-btn:focus-visible {
  box-shadow: 0 0 30px 6px rgba(212, 150, 125, 0.6), 0 0 70px rgba(212, 150, 125, 0.3);
}

.site-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
  color: #303636;
  transition: color 0.4s ease;
}

.site-logo-text {
  font-family: 'Alex Brush', cursive;
  font-size: 2.5rem;
  color: inherit;
  line-height: 1;
}

.site-logo-flourish {
  width: 150px;
  height: 16px;
  margin-top: -6px;
  color: #D4967D;
}

@media (max-width: 767px) {
  .site-logo-text { font-size: 2.1rem; }
  .site-logo-flourish { width: 125px; height: 13px; margin-top: -5px; }
}

.nav-link {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #303636;
  transition: color 0.2s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-link:hover {
  color: #D4967D;
}

.site-social-link {
  display: inline-flex;
  color: #303636;
  transition: color 0.2s ease;
}

.site-social-link:hover {
  color: #D4967D;
}

/* Begin Here nav CTA */
.nav-cta {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #303636;
  text-decoration: none;
  border-bottom: 0.5px solid #D4967D;
  padding-bottom: 1px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-cta:hover {
  color: #D4967D;
}

.mobile-nav-link {
  display: block;
  padding: 0.75rem 0;
  font-family: 'Marcellus', Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #303636;
  border-bottom: 1px solid rgba(48, 54, 54, 0.1);
  transition: color 0.2s ease;
  min-height: 44px;
  line-height: 44px;
}

.mobile-nav-link:hover {
  color: #D4967D;
}

.footer-link {
  font-family: 'PT Serif', Georgia, serif;
  color: rgba(229, 227, 220, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.875rem;
}

.footer-link:hover {
  color: #D4967D;
}

/* Dropdown */
.dropdown-menu {
  transform-origin: top center;
  background-color: rgba(240, 237, 230, 0.7);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(212, 150, 125, 0.5);
  box-shadow: 0 18px 45px rgba(48, 54, 54, 0.22), 0 0 40px 4px rgba(212, 150, 125, 0.35);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.dropdown-menu:has(.dropdown-link:hover) {
  border-color: rgba(212, 150, 125, 0.9);
  box-shadow: 0 22px 55px rgba(48, 54, 54, 0.28), 0 0 75px 12px rgba(212, 150, 125, 0.6);
}

.dropdown-link {
  color: #303636;
  text-shadow: 0 0 0 rgba(212, 150, 125, 0);
  transition: color 0.25s ease, text-shadow 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.dropdown-link:hover {
  color: #303636;
  text-shadow: 0 0 16px rgba(212, 150, 125, 0.75), 0 0 34px rgba(212, 150, 125, 0.4);
  background-color: rgba(212, 150, 125, 0.14);
}

.link-glow {
  text-shadow: 0 0 0 rgba(212, 150, 125, 0);
  transition: text-shadow 0.25s ease;
}

.link-glow:hover {
  text-shadow: 0 0 12px rgba(212, 150, 125, 0.7), 0 0 26px rgba(212, 150, 125, 0.35);
}

/* --- Mobile drawer ----------------------------------------- */

.mobile-drawer {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  pointer-events: none;
}

.mobile-drawer.is-open {
  pointer-events: auto;
}

/* Slide in from the right */
.mobile-drawer[data-nav-style="slide"] {
  transform: translateX(100%);
}
.mobile-drawer[data-nav-style="slide"].is-open {
  transform: translateX(0);
}

/* Drop down from the top */
.mobile-drawer[data-nav-style="drop"] {
  transform: translateY(-100%);
}
.mobile-drawer[data-nav-style="drop"].is-open {
  transform: translateY(0);
}

/* Fade + scale in place, nav centered */
.mobile-drawer[data-nav-style="fade"] {
  opacity: 0;
  transform: scale(0.96);
}
.mobile-drawer[data-nav-style="fade"].is-open {
  opacity: 1;
  transform: scale(1);
}
.mobile-drawer[data-nav-style="fade"] .mobile-drawer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-drawer-bg {
  background-image: linear-gradient(rgba(26, 30, 30, 0.6), rgba(26, 30, 30, 0.72)), url('/assets/images/Darkflowers.jpeg');
  background-size: cover;
  background-position: center;
}

.mobile-drawer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.mobile-menu-link {
  display: block;
  padding: 0.6rem 2rem;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  color: #F0EDE6;
  text-decoration: none;
  text-align: center;
  transition: color 0.2s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link:active {
  color: #D4967D;
}

.mobile-menu-label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  color: #F0EDE6;
  text-align: center;
  padding: 0.6rem 2rem 0.3rem;
  margin: 0;
}

.mobile-menu-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: #F0EDE6;
  transition: color 0.2s ease;
}

.mobile-menu-accordion-btn:hover,
.mobile-menu-accordion-btn:active {
  color: #D4967D;
}

.mobile-menu-accordion-chevron {
  flex: none;
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.mobile-menu-sublink {
  display: block;
  padding: 0.45rem 1.5rem;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: #F0EDE6;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 rgba(212, 150, 125, 0);
  transition: text-shadow 0.25s ease, background-color 0.25s ease;
}

.mobile-menu-sublink-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0.5rem;
  vertical-align: 2px;
}

.mobile-menu-sublink--last {
  padding-bottom: 0.8rem;
}

.mobile-menu-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  padding: 0.4rem 0;
}

.mobile-social-link {
  display: inline-flex;
  color: #F0EDE6;
  transition: color 0.2s ease;
}

.mobile-social-link:hover,
.mobile-social-link:active {
  color: #D4967D;
}

.mobile-menu-sublink:hover,
.mobile-menu-sublink:active {
  text-shadow: 0 0 16px rgba(212, 150, 125, 0.75), 0 0 34px rgba(212, 150, 125, 0.4);
  background-color: rgba(212, 150, 125, 0.1);
}

.mobile-menu-cta {
  display: block;
  width: 100%;
  padding: 1.1rem 2rem;
  background: transparent;
  border: 0.5px solid rgba(240, 237, 230, 0.6);
  color: #F0EDE6;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, box-shadow 0.35s ease;
}

.mobile-menu-cta:hover,
.mobile-menu-cta:active {
  background-color: rgba(240, 237, 230, 0.12);
  box-shadow: 0 0 30px 6px rgba(212, 150, 125, 0.6), 0 0 70px rgba(212, 150, 125, 0.3);
}

/* --- Fixed transparent header clearance ---------------------
   The header floats over the page (see .header-transparent), so
   every page needs top clearance for it. Full-bleed hero sections
   pull that clearance back out so the photo runs behind the header
   the same way it does on the homepage. */
main {
  padding-top: 150px;
}

main > .hero-full:first-child,
main > .pathways-hero:first-child {
  margin-top: -150px;
}

@media (max-width: 767px) {
  main {
    padding-top: 112px;
  }

  main > .hero-full:first-child,
  main > .pathways-hero:first-child {
    margin-top: -112px;
  }
}

/* --- Hero sections ----------------------------------------- */

.page-hero {
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
  border-bottom: 1px solid rgba(48, 54, 54, 0.1);
}

.hero-full {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background-color: #303636;
}

.hero-full .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(48, 54, 54, 0.05) 0%,
    rgba(48, 54, 54, 0.30) 55%,
    rgba(48, 54, 54, 0.72) 100%
  );
  z-index: 1;
}

.hero-full .hero-content {
  position: relative;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

/* --- Transparent header (fades into hero photo on homepage) - */

#site-header.header-transparent {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

/* Permanent top mist — a fixed vignette that fades from dark to transparent,
   independent of scroll position or whatever content is behind it (matches
   the Love Clea reference: the fade never disappears or turns into a solid bar) */
#site-header.header-transparent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.6) 0%, rgba(20, 20, 20, 0.32) 45%, rgba(20, 20, 20, 0) 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 45%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 45%, transparent 100%);
  z-index: -1;
  pointer-events: none;
}

/* The homepage hero is deliberately short on mobile (52vh, see .hero-full
   override below) — the 220px vignette above was tuned against the taller
   desktop hero, so it's scaled down here to keep the same proportion instead
   of blurring/darkening roughly half the shorter mobile hero. */
@media (max-width: 767px) {
  #site-header.header-transparent::before {
    height: 130px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

#site-header.header-transparent .nav-link,
#site-header.header-transparent button {
  color: #F0EDE6;
}

#site-header.header-transparent .site-logo {
  color: #F0EDE6;
}

#site-header.header-transparent .site-social-link {
  color: #F0EDE6;
}

#site-header.header-transparent .nav-link:hover {
  color: #D4967D;
}

#site-header.header-transparent .nav-link.text-sand {
  color: #D4967D;
}

#site-header.header-transparent svg {
  stroke: #F0EDE6;
}

#site-header.header-transparent .dropdown-menu {
  background-color: rgba(240, 237, 230, 0.7);
}

#site-header.header-transparent .btn-primary {
  background-color: transparent;
  border: 0.5px solid rgba(240, 237, 230, 0.6);
  color: #F0EDE6;
}

#site-header.header-transparent .btn-primary:hover {
  background-color: rgba(240, 237, 230, 0.12);
  color: #F0EDE6;
}

/* --- Section spacing --------------------------------------- */

.section {
  padding: clamp(4rem, 8vw, 5rem) 0;
}

/* Availability widget embedded in the bookwithme.php availability panel
   sits directly under its own "View My Availability" heading — its
   normal top section padding would otherwise add a large extra gap. */
#panel-availability .section {
  padding-top: 0;
}

.section-sm {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

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

.card {
  background: #FFFFFF;
  padding: 36px 28px;
  transition: background-color 0.25s ease;
}

.card:hover {
  background-color: #F7F5F1;
}

.testimonial-card {
  background: #FFFFFF;
  padding: 2rem;
  break-inside: avoid;
}

/* --- Dark section (teal) ----------------------------------- */

.dark-section {
  background-color: #495A58;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

/* --- CTA strip (maps to teal) ------------------------------ */

.cta-strip {
  background: #495A58;
  padding: clamp(3rem, 6vw, 5rem) 0;
  text-align: center;
}

/* --- Divider ----------------------------------------------- */

.divider {
  width: 3rem;
  height: 1.5px;
  background-color: #D4967D;
  display: block;
  margin: 1.5rem 0;
}

.divider-center {
  margin-left: auto;
  margin-right: auto;
}

.divider-tight {
  margin: 0.625rem 0 1.75rem;
}

/* Full-bleed horizontal rule between numbered sections (offerings/rates) */
.section-divider {
  height: 2.5px;
  background: #D4967D;
  border: none;
  margin: 0;
  display: block;
}

/* --- Prose ------------------------------------------------- */

.prose-elegant {
  font-family: 'PT Serif', Georgia, serif;
  max-width: 620px;
  line-height: 1.7;
  font-size: 1.25rem;
  color: #495A58;
}

.prose-elegant p + p {
  margin-top: 1.25em;
}

/* --- Statement / lede text ---------------------------------- */

.lede-statement {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.5;
  color: #303636;
}

.lede-statement--on-dark {
  color: #F0EDE6;
}

.cta-statement {
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.6;
  color: #E5E3DC;
}

/* --- Sub-label (small uppercase label under a heading) ------ */

.sub-label {
  display: block;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4967D;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

/* --- Eyebrow link (text link with a hover-growing underline) - */

.eyebrow-link {
  display: inline-block;
  position: relative;
  transition: color 0.2s ease;
}

.eyebrow-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #D4967D;
  transition: width 0.3s ease;
}

.eyebrow-link:hover::after {
  width: 100%;
}

/* --- Step number (large pale numeral for numbered sections) - */

.step-number {
  display: block;
  font-family: 'Marcellus', Georgia, serif;
  font-size: 2.25rem;
  color: rgba(212, 150, 125, 0.4);
  line-height: 1;
}

/* --- Callout ----------------------------------------------- */

.callout {
  background: rgba(212, 150, 125, 0.08);
  border-left: 1.5px solid #D4967D;
  padding: 1.5rem 1.75rem;
}

/* --- Forms ------------------------------------------------- */

.form-label {
  display: block;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #303636;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(48, 54, 54, 0.2);
  background-color: #FFFFFF;
  color: #303636;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.9375rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 44px;
  border-radius: 0;
  -webkit-appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #D4967D;
  box-shadow: 0 0 0 3px rgba(212, 150, 125, 0.12);
}

.form-textarea {
  resize: vertical;
  min-height: 8rem;
}

.form-error {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 0.8125rem;
  color: #c0392b;
  margin-top: 0.35rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.req {
  color: #D4967D;
  margin-left: 0.15rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  tab-index: -1;
}

/* --- Timeline ---------------------------------------------- */

.timeline-item {
  padding-left: 1.5rem;
  border-left: 2px solid rgba(48, 54, 54, 0.15);
  padding-bottom: 2rem;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0.4rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D4967D;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/* --- Alerts ------------------------------------------------ */

.alert-error {
  background: #fdf2f2;
  border: 1px solid #e8b4b4;
  color: #8b1a1a;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

.alert-success {
  background: #f2fdf5;
  border: 1px solid #a3d9b1;
  color: #1a5c2a;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

/* --- Utility ----------------------------------------------- */

.lotus-icon {
  width: 2rem;
  height: 2rem;
  color: #D4967D;
  opacity: 0.6;
  margin-bottom: 1rem;
}

.img-placeholder {
  background: linear-gradient(135deg, #E5E3DC 0%, rgba(212, 150, 125, 0.15) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4967D;
  font-family: 'Marcellus', Georgia, serif;
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
