/* ============================================================
   ADDITIONS — append to existing style.css
   Etiquette + Phone Sessions pages
   ============================================================ */


/* ============================================================
   UTILITY BAR — safety net override
   forces the bar styling in case something cascades wrong
   ============================================================ */

.utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem var(--pad-x);
  background: var(--black-bar);
  border-bottom: 1px solid rgba(196, 30, 58, 0.12);
}

.utility-bar a {
  font-style: italic;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--crimson-soft);
  border-bottom: 1px solid rgba(196, 30, 58, 0.55);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.utility-bar a:hover {
  color: var(--cream);
  border-bottom-color: var(--crimson-soft);
}


/* ============================================================
   NEW IMAGE TOKEN — phone session
   add this inside the existing :root block, or leave here
   ============================================================ */

:root {
  --img-phone:    url('IMG_phone.jpg');
  --phone-pos:    35% center;
}


/* ============================================================
   SUB-PAGE INTRO — shared by etiquette + phone
   ============================================================ */

.page-intro {
  padding: clamp(4rem, 8vw, 6.5rem) var(--pad-x) clamp(2rem, 4vw, 3rem);
  text-align: center;
  background: var(--black);
  border-bottom: 1px solid rgba(196, 30, 58, 0.08);
}

.page-intro .eyebrow {
  justify-content: center;
}

.page-intro .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--crimson);
}

.page-intro .sec-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.page-intro-body {
  max-width: 560px;
  margin: 1.5rem auto 0;
  font-style: italic;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.75;
  color: var(--text-muted);
}
.page-intro-body a,
.hero-desc a,
.archive-tag a,
.sec-body a,
.svc-desc a,
.etq-body a,
.phone-booking-inner a {
  color: var(--crimson-soft);
  border-bottom: 1px solid rgba(196, 30, 58, 0.55);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-intro-body a:hover,
.hero-desc a:hover,
.archive-tag a:hover,
.sec-body a:hover,
.svc-desc a:hover,
.etq-body a:hover,
.phone-booking-inner a:hover {
  color: var(--crimson-soft);
  border-bottom-color: var(--crimson);
}

/* ============================================================
   ETIQUETTE — numbered list of expectations
   ============================================================ */

.etq-section {
  padding: clamp(2rem, 4vw, 3rem) var(--pad-x) var(--pad-section);
  background: linear-gradient(155deg, #0e0808 0%, #070606 58%, #0e0606 100%);
}

.etq-inner {
  max-width: 920px;
  margin: 0 auto;
}

.etq-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.etq-head .eyebrow {
  justify-content: center;
}

.etq-head .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--crimson);
}

.etq-head .sec-title {
  margin-bottom: 0;
}

.etq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(196, 30, 58, 0.18);
}

.etq-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(0.5rem, 1.5vw, 1.25rem);
  border-bottom: 1px solid rgba(196, 30, 58, 0.18);
  align-items: start;
  transition: background 0.3s ease;
}

.etq-item:hover {
  background: rgba(139, 0, 0, 0.04);
}

.etq-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  color: var(--crimson);
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: 0.35rem;
}

.etq-name {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 300;
  color: var(--text-bright);
  margin-bottom: 0.85rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
}

.etq-name em {
  font-family: 'LittleMuffin', cursive;
  font-style: normal;
  font-size: 1.1em;
  color: var(--crimson-soft);
}
.practice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 3vw, 2.5rem);
  row-gap: 0.65rem;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--text-body);
}

.practice-list li {
  position: relative;
  padding-left: 1.1rem;
}

.practice-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--crimson);
}

.etq-body + .practice-list {
  margin-top: 1.1rem;
}

@media (max-width: 640px) {
  .practice-list {
    grid-template-columns: 1fr;
  }
}
.etq-body {
  font-size: var(--fs-body);
  line-height: 1.85;
  color: var(--text-body);
}

.etq-body em {
  font-style: italic;
  color: var(--text-bright);
}


/* ============================================================
   PHONE SESSIONS — split image + hook, then booking block
   ============================================================ */

/* safety net — force split grid layout in case base CSS isn't applying */
.split.phone-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(440px, 60vw, 620px);
  background: var(--black);
}

.split-photo.phone-photo {
  background-image:
    linear-gradient(to right, rgba(7,6,6,0.20) 0%, rgba(7,6,6,0.40) 60%, rgba(7,6,6,0.75) 100%),
    url('/assets/IMG_phone.jpg');
  background-position: 35% center;
  background-size: cover;
  min-height: clamp(380px, 50vw, 620px);
}

.phone-split .split-text {
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);
}

.hook-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.4;
  color: var(--text-bright);
  max-width: 540px;
}

.phone-booking {
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  text-align: center;
  background: var(--black);
}

.phone-booking-inner {
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.85;
  color: var(--text-body);
}

.phone-booking-inner p {
  margin-bottom: 1.1rem;
}

.phone-booking-inner p:last-child {
  margin-bottom: 0;
}

.phone-booking-inner strong {
  color: var(--text-bright);
  font-weight: 400;
}

.phone-link {
  color: var(--text-bright);
  border-bottom: 1px solid rgba(196, 30, 58, 0.55);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.phone-link:hover {
  color: var(--crimson-soft);
  border-bottom-color: var(--crimson-soft);
}


/* ============================================================
   RESPONSIVE — mobile adjustments for new pages
   add inside existing @media (max-width: 768px) block
   or leave here at the bottom
   ============================================================ */

@media (max-width: 768px) {
  .etq-item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.5rem 0.25rem;
  }

  .etq-num {
    font-size: 1.05rem;
    letter-spacing: 0.18em;
    padding-top: 0;
  }

  .phone-split .split-text {
    padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2rem);
  }

  .hook-text {
    max-width: 100%;
  }
}
/* ============================================================
   ADDITIONS — append to style-additions.css
   Tributes page
   ============================================================ */


/* ============================================================
   TRIBUTES — priced offerings list
   Adapted from etq pattern: price replaces the number column.
   ============================================================ */

.trib-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) var(--pad-x);
  background: linear-gradient(155deg, #0e0808 0%, #070606 58%, #0e0606 100%);
}

.trib-inner {
  max-width: 920px;
  margin: 0 auto;
}

.trib-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.trib-head .eyebrow {
  justify-content: center;
}

.trib-head .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--crimson);
}

.trib-head .sec-title {
  margin-bottom: 0.5rem;
}

.trib-head .trib-marker {
  margin-top: 0.5rem;
  margin-bottom: 0;
}


/* Deposit standalone block — no item list, centered prose */

.trib-block {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.trib-block .eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.trib-block .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--crimson);
}

.trib-block-body {
  font-size: var(--fs-body);
  line-height: 1.85;
  color: var(--text-body);
  font-style: italic;
}


/* The list of priced offerings */

.trib-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(196, 30, 58, 0.18);
}

.trib-item {
  display: grid;
  grid-template-columns: clamp(130px, 16vw, 180px) 1fr;
  gap: clamp(1.5rem, 3.5vw, 3rem);
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(0.5rem, 1.5vw, 1.25rem);
  border-bottom: 1px solid rgba(196, 30, 58, 0.18);
  align-items: start;
  transition: background 0.3s ease;
}

.trib-item:hover {
  background: rgba(139, 0, 0, 0.04);
}

.trib-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--crimson-soft);
  letter-spacing: 0.01em;
  line-height: 1.15;
  padding-top: 0.25rem;
  white-space: nowrap;
}

.trib-price-unit {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-top: 0.6rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.trib-name {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 300;
  color: var(--text-bright);
  margin-bottom: 0.6rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
}

.trib-name em {
  font-family: 'LittleMuffin', cursive;
  font-style: normal;
  font-size: 1.1em;
  color: var(--crimson-soft);
}

.trib-marker {
  font-style: italic;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--text-faint);
  margin-bottom: 0.85rem;
}

.trib-body {
  font-size: var(--fs-body);
  line-height: 1.85;
  color: var(--text-body);
}

.trib-body em {
  font-style: italic;
  color: var(--text-bright);
}


/* ============================================================
   MOBILE — tributes responsive
   Append inside the existing @media (max-width: 768px) block,
   or leave at the bottom of the file.
   ============================================================ */

@media (max-width: 768px) {
  .trib-item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.5rem 0.25rem;
  }

  .trib-price {
    font-size: 1.15rem;
    padding-top: 0;
    white-space: normal;
  }

  .trib-price-unit {
    display: inline;
    margin-left: 0.6rem;
    margin-top: 0;
  }
}
/* ============================================================
   DESKTOP HERO COMPOSITION — ≥769px
   Wordmark right, image focal point left, compressed height
   so logo + tag + button all land above the fold.
   ============================================================ */

@media (min-width: 769px) {
  .hero {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding-right: clamp(3rem, 8vw, 7rem) !important;
    padding-top: clamp(2rem, 4vh, 3.5rem) !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: clamp(440px, 60vh, 600px) !important;
  }
  .hero-content {
    align-items: flex-end !important;
    text-align: right !important;
    gap: 0.35rem !important;
  }
  .hero-logo img { width: clamp(220px, 24vw, 320px) !important; }
  :root { --hero-pos: 25% 70%; }
}
/* ============================================================
   MENU OVERLAY — tighter sizing so all items fit
   ============================================================ */

.site-menu {
  padding: 3rem 2rem 4rem !important;
}

.site-menu-links {
  gap: 0.85rem !important;
  margin-bottom: 1.75rem !important;
}

.site-menu-links a {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
}

.site-menu-socials {
  padding-top: 1.5rem !important;
}
/* ============================================================
   STICKY TOP NAV — wordmark + MENU button stays pinned
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
/* ============================================================
   BOOKING — landing page routing returning + new clients
   Append to bottom of style-additions.css, bump version to 17
   ============================================================ */

.booking-section {
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  text-align: center;
  background: var(--black);
}

.booking-inner {
  max-width: 640px;
  margin: 0 auto;
}

.booking-inner .eyebrow {
  justify-content: center;
}

.booking-inner .eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--crimson);
}

.booking-inner .sec-body {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.85;
  margin-bottom: 2.25rem;
  color: var(--text-body);
}

/* The two-step stack for new clients */
.booking-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 460px;
  margin: 0 auto;
}

.booking-step {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(196, 30, 58, 0.22);
  background: rgba(7, 6, 6, 0.4);
  text-decoration: none;
  color: var(--text-bright);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.booking-step:hover,
.booking-step:focus {
  background: rgba(139, 0, 0, 0.08);
  border-color: rgba(196, 30, 58, 0.45);
  outline: none;
}

.booking-step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--crimson);
  line-height: 1;
  min-width: 1.8rem;
  text-align: left;
}

.booking-step-label {
  flex: 1;
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-bright);
}

.booking-step-arrow {
  color: var(--text-muted);
  font-size: 1.1rem;
  transition: color 0.2s ease, transform 0.3s ease;
}

.booking-step:hover .booking-step-arrow {
  color: var(--crimson-soft);
  transform: translateX(4px);
}
/* ============================================================
   BOOKING — prerequisite callout + centered body
   ============================================================ */

.booking-prerequisite {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--crimson);
  margin-bottom: 1.75rem;
  text-align: center;
}

.booking-prerequisite a {
  color: var(--crimson);
  border-bottom: 1px solid rgba(196, 30, 58, 0.55);
  padding-bottom: 1px;
  transition: color 0.2s ease;
}

.booking-prerequisite a:hover {
  color: var(--crimson-soft);
}

/* Force body copy to be center-aligned so it stops reading as left-leaning */
.booking-inner .sec-body {
  text-align: center;
}
/* ============================================================
   FOOTER — minimal redesign (replaces ft-grid / ft-l / ft-r etc.)
   ============================================================ */

footer {
  background: var(--black);
  border-top: 1px solid rgba(196, 30, 58, 0.15);
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--pad-x) clamp(1.5rem, 3vw, 2rem);
}

.ft-wordmark {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.ft-wordmark a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--text-bright);
  transition: color 0.2s ease;
  padding-left: 0.28em; /* visually balance trailing letter-spacing */
}

.ft-wordmark a:hover {
  color: var(--crimson-soft);
}

.ft-emblems {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  flex-wrap: wrap;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.ft-emblems a {
  display: inline-flex;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.ft-emblems a:hover {
  opacity: 1;
}

.ft-emblems img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
}

.ft-utility {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.ft-utility a {
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.ft-utility a:hover {
  color: var(--text-bright);
}

.ft-divider {
  color: var(--text-trace);
}

@media (max-width: 768px) {
  .ft-utility {
    flex-direction: column;
    gap: 0.4rem;
  }
  .ft-utility .ft-divider {
    display: none;
  }
}
.page-intro {
  background-image:
    linear-gradient(to bottom, rgba(7,6,6,0.72) 0%, rgba(7,6,6,0.85) 100%),
    url('/assets/img/burntwood.jpeg');
  background-size: cover;
  background-position: center center;
}