/* Licious Hair Booking Policy — scoped production styles */
.lhp {
  --lhp-black: #050505;
  --lhp-cream: #f8f5ef;
  --lhp-white: #fff;
  --lhp-gold: var(--lh-gold, #c9a24a);
  --lhp-gold-light: var(--lh-gold-light, #e6c875);
  --lhp-ink: var(--lh-ink, #111);
  --lhp-muted: var(--lh-muted, #5c564e);
  --lhp-border: var(--lh-border, rgba(30, 24, 14, .1));
  --lhp-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --lhp-sans: Inter, Helvetica, Arial, sans-serif;
  color: var(--lhp-ink);
  background: var(--lhp-white);
  font-family: var(--lhp-sans);
  line-height: 1.65;
  overflow: clip;
}

.lhp *, .lhp *::before, .lhp *::after { box-sizing: border-box; }
.licious-booking-policy-page { overflow-x: hidden; }
.licious-booking-policy-page .ct-container-full,
.licious-booking-policy-page .ct-container { padding-top: 0 !important; padding-bottom: 0 !important; }
.licious-booking-policy-page .entry-content { max-width: none !important; --wp--style--block-gap: 0; }
.licious-booking-policy-page .entry-content > .lhp { width: 100vw !important; max-width: 100vw !important; margin: 0 calc(50% - 50vw) !important; }
.lhp-shell { width: min(100% - 40px, 1240px); margin-inline: auto; }
.lhp h1, .lhp h2, .lhp h3, .lhp p { margin: 0; }
.lhp a { color: inherit; }

.lhp-hero {
  min-height: clamp(580px, 67vw, 760px);
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--lhp-black);
}
.lhp-hero-media, .lhp-hero-media img, .lhp-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lhp-hero-media { z-index: -2; }
.lhp-hero-media img { object-fit: cover; object-position: center 58%; }
.lhp-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.72) 43%, rgba(5,5,5,.2) 78%, rgba(5,5,5,.34) 100%), linear-gradient(0deg, rgba(5,5,5,.7), transparent 45%);
}
.lhp-hero-content { padding-block: clamp(82px, 9vw, 120px) clamp(62px, 7vw, 92px); }
.lhp-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lhp-breadcrumb a { color: #fff; text-decoration-color: rgba(230,200,117,.7); text-underline-offset: 4px; }
.lhp-breadcrumb span[aria-hidden='true'] { color: var(--lhp-gold-light); }
.lhp-eyebrow {
  color: var(--lhp-gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1.3;
  text-transform: uppercase;
}
.lhp-hero h1 {
  max-width: 760px;
  margin-top: 12px;
  color: #fff;
  font: 650 clamp(18px, 1.7vw, 23px)/1.2 var(--lhp-sans);
  letter-spacing: .055em;
}
.lhp-hero-display { max-width: 760px; margin-top: 13px !important; color: #fff; font: 600 clamp(46px, 6.1vw, 88px)/.96 var(--lhp-serif); letter-spacing: -.025em; }
.lhp-hero-display em { color: var(--lhp-gold-light); font-weight: 500; }
.lhp-hero-copy { max-width: 690px; margin-top: 24px !important; color: rgba(255,255,255,.88); font-size: clamp(15px, 1.25vw, 17px); }
.lhp-hero-copy a { color: #fff; font-weight: 650; text-decoration-color: rgba(230,200,117,.75); text-underline-offset: 3px; }
.lhp-hero-support { max-width: 650px; margin-top: 9px !important; color: rgba(255,255,255,.72); font-size: 14px; }
.lhp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.lhp-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .11em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}
.lhp-button:hover { transform: translateY(-2px); }
.lhp-button-primary { background: linear-gradient(135deg, var(--lhp-gold), var(--lhp-gold-light), var(--lhp-gold)); color: #080808; }
.lhp a.lhp-button-primary { color: #080808; }
.lhp a.lhp-button-ghost { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(5,5,5,.14); backdrop-filter: blur(8px); }
.lhp-button-ghost:hover { border-color: var(--lhp-gold-light); }
.lhp-button:focus-visible, .lhp a:focus-visible, .lhp-faq-button:focus-visible { outline: 3px solid var(--lhp-gold-light); outline-offset: 4px; }

.lhp-snapshot { background: var(--lhp-cream); padding: clamp(56px, 7vw, 88px) 0; border-bottom: 1px solid var(--lhp-border); }
.lhp-section-kicker { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.lhp-section-kicker span { color: var(--lhp-muted); font-size: 11px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.lhp-section-kicker h2 { font: 600 clamp(34px, 4vw, 52px)/1 var(--lhp-serif); }
.lhp-snapshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(201,162,74,.27); background: #fff; box-shadow: 0 18px 50px rgba(30,24,14,.07); }
.lhp-snapshot-grid > div { min-width: 0; padding: 30px 25px 27px; border-right: 1px solid var(--lhp-border); }
.lhp-snapshot-grid > div:last-child { border-right: 0; }
.lhp-snapshot-grid dt, .lhp-snapshot-grid dd { margin: 0; }
.lhp-snapshot-grid strong { display: block; min-height: 2.25em; color: var(--lhp-ink); font: 600 clamp(27px, 2.4vw, 38px)/1.06 var(--lhp-serif); }
.lhp-snapshot-grid span { display: block; margin-top: 15px; color: var(--lhp-ink); font-size: 13px; font-weight: 650; letter-spacing: .04em; }
.lhp-snapshot-grid dd { display: block; margin-top: 4px; color: var(--lhp-muted); font-size: 12px; line-height: 1.45; }
.lhp-confirmation-note { max-width: 850px; margin-top: 24px !important; padding-left: 18px; border-left: 2px solid var(--lhp-gold); color: var(--lhp-muted); font-size: 14px; }
.lhp-confirmation-note strong { color: var(--lhp-ink); }

.lhp-policy-layout { display: grid; grid-template-columns: 250px minmax(0, 820px); justify-content: space-between; gap: clamp(50px, 7vw, 110px); padding-block: clamp(74px, 8vw, 118px); }
.lhp-index { position: sticky; top: 100px; align-self: start; padding: 25px 0; border-block: 1px solid var(--lhp-border); }
.lhp-index > p { margin-bottom: 16px; color: var(--lhp-muted); font-size: 10px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.lhp-index ol { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.lhp-index a { display: grid; grid-template-columns: 30px 1fr; align-items: baseline; padding: 7px 0; color: var(--lhp-muted); font-size: 12px; line-height: 1.35; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.lhp-index a span { color: var(--lhp-gold); font-size: 10px; font-weight: 650; letter-spacing: .08em; }
.lhp-index a:hover { color: var(--lhp-ink); transform: translateX(3px); }
.lhp-intro { max-width: 700px; margin-bottom: 76px; }
.lhp-intro .lhp-eyebrow { color: var(--lhp-gold); }
.lhp-intro h2 { margin-top: 14px; font: 600 clamp(37px, 4.4vw, 60px)/1.02 var(--lhp-serif); letter-spacing: -.02em; }
.lhp-intro > p:last-child { max-width: 620px; margin-top: 22px; color: var(--lhp-muted); font-size: 16px; }

.lhp-faq-section { scroll-margin-top: 105px; padding-top: 8px; margin-bottom: 78px; }
.lhp-faq-section > header { display: grid; grid-template-columns: 45px minmax(0,1fr); gap: 15px; margin-bottom: 25px; }
.lhp-faq-section > header > span { padding-top: 8px; color: var(--lhp-gold); font-size: 11px; font-weight: 650; letter-spacing: .12em; }
.lhp-faq-section h2 { font: 600 clamp(30px, 3.3vw, 44px)/1.05 var(--lhp-serif); letter-spacing: -.015em; }
.lhp-faq-section header p { max-width: 600px; margin-top: 8px; color: var(--lhp-muted); font-size: 14px; }
.lhp-faq-list { border-top: 1px solid var(--lhp-border); }
.lhp-faq-item { scroll-margin-top: 105px; border-bottom: 1px solid var(--lhp-border); }
.lhp-faq-item h3 { font: inherit; }
.lhp-faq-button { width: 100%; min-height: 68px; display: grid; grid-template-columns: minmax(0,1fr) 28px; align-items: center; gap: 20px; padding: 20px 3px; border: 0; background: transparent; color: var(--lhp-ink); cursor: pointer; font: 600 15px/1.45 var(--lhp-sans); text-align: left; }
.lhp-faq-button:hover { color: #7a5b15; }
.lhp-faq-icon { position: relative; width: 22px; height: 22px; border: 1px solid rgba(201,162,74,.55); border-radius: 50%; }
.lhp-faq-icon::before, .lhp-faq-icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: var(--lhp-gold); transform: translate(-50%,-50%); transition: transform .2s ease; }
.lhp-faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.lhp-faq-button[aria-expanded='true'] .lhp-faq-icon::after { transform: translate(-50%,-50%) rotate(0); }
.lhp-faq-answer { max-width: 710px; padding: 0 45px 25px 3px; color: var(--lhp-muted); font-size: 14px; }
.lhp-faq-answer[hidden] { display: none; }
.lhp-faq-answer p + p { margin-top: 12px; }
.lhp-faq-answer a { color: #735513; font-weight: 600; text-underline-offset: 3px; }
.lhp-late-steps { display: grid; gap: 9px; margin-top: 14px; padding: 15px 17px; background: var(--lhp-cream); border-left: 2px solid var(--lhp-gold); }
.lhp-late-steps p { margin: 0 !important; }
.lhp-studio-image { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: end; gap: 26px; margin: -30px 0 78px; padding: 24px; background: var(--lhp-black); color: rgba(255,255,255,.72); }
.lhp-studio-image img { width: 100%; max-height: 470px; object-fit: cover; object-position: center; }
.lhp-studio-image figcaption { padding-bottom: 8px; font: 500 24px/1.22 var(--lhp-serif); }

.lhp-final-cta { padding: clamp(68px, 8vw, 108px) 0 28px; background: var(--lhp-cream); color: var(--lhp-ink); border-top: 1px solid var(--lhp-border); }
.lhp-final-cta .lhp-eyebrow { color: var(--lhp-gold); }
.lhp-final-grid { display: grid; grid-template-columns: minmax(0, 680px) auto; justify-content: space-between; align-items: end; gap: 50px; }
.lhp-final-grid h2 { margin-top: 13px; font: 600 clamp(40px, 5vw, 66px)/1 var(--lhp-serif); }
.lhp-final-grid p:not(.lhp-eyebrow) { max-width: 650px; margin-top: 20px; color: var(--lhp-muted); font-size: 15px; }
.lhp-final-grid .lhp-actions { display: grid; justify-items: start; min-width: 220px; }
.lhp-text-link { color: #735513 !important; font-size: 12px; font-weight: 650; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.lhp-text-link span { margin-left: 4px; }
.lhp-authority { width: min(100% - 40px, 1240px); margin: 66px auto 0 !important; color: var(--lhp-ink); font-size: 12px; font-weight: 650; letter-spacing: .03em; }
.lhp-updated { width: min(100% - 40px, 1240px); margin: 12px auto 0 !important; padding-top: 19px; border-top: 1px solid var(--lhp-border); color: var(--lhp-muted); font-size: 11px; letter-spacing: .06em; }

/* Booking-page acceptance control. */
.lhp-booking-consent { width: 100%; max-width: 480px; margin: 0 auto 18px; padding: 16px 18px; background: #fff; border: 1px solid rgba(5,5,5,.12); border-radius: 12px; text-align: left; }
.lhp-booking-consent label { display: grid; grid-template-columns: 22px minmax(0,1fr); align-items: start; gap: 11px; color: #292621; font: 500 13px/1.5 Inter, Helvetica, Arial, sans-serif; cursor: pointer; }
.lhp-booking-consent input { width: 20px; height: 20px; margin: 0; accent-color: #c9a24a; }
.lhp-booking-consent a { color: #735513; font-weight: 650; text-underline-offset: 3px; }
.lhp-booking-consent input:focus-visible { outline: 3px solid #e6c875; outline-offset: 3px; }
.lhp-booking-consent-error { min-height: 1.4em; margin-top: 8px; color: #9b2c2c; font: 600 12px/1.4 Inter, Helvetica, Arial, sans-serif; }
.lhp-booking-consent.is-error { border-color: #b83a3a; }
.lhp-booking-consent.is-validating { opacity: .72; }

@media (max-width: 1023px) {
  .lhp-policy-layout { grid-template-columns: 1fr; }
  .lhp-index { display: none; }
  .lhp-policy-content { width: min(100%, 820px); margin-inline: auto; }
  .lhp-final-grid { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}

@media (min-width: 768px) and (max-width: 899px) {
  .lhp-snapshot-grid { grid-template-columns: 1fr 1fr; }
  .lhp-snapshot-grid > div { border-bottom: 1px solid var(--lhp-border); }
  .lhp-snapshot-grid > div:nth-child(2n) { border-right: 0; }
  .lhp-snapshot-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 767px) {
  .lhp-shell { width: min(100% - 32px, 620px); }
  .lhp-hero { min-height: 760px; align-items: end; }
  .lhp-hero-media img { object-position: center 28%; }
  .lhp-hero-shade { background: linear-gradient(0deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.8) 43%, rgba(5,5,5,.18) 78%, rgba(5,5,5,.12) 100%); }
  .lhp-hero-content { padding-block: 140px 48px; }
  .lhp-breadcrumb { margin-bottom: 18px; }
  .lhp-hero h1 { max-width: 520px; font-size: 17px; }
  .lhp-hero-display { font-size: clamp(42px, 12.2vw, 62px); }
  .lhp-hero-copy { margin-top: 18px !important; font-size: 15px; line-height: 1.55; }
  .lhp-hero-support { font-size: 13px; line-height: 1.55; }
  .lhp-actions { align-items: stretch; gap: 10px; margin-top: 26px; }
  .lhp-hero .lhp-button { flex: 1 1 210px; }
  .lhp-snapshot { padding: 48px 0 58px; }
  .lhp-section-kicker { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .lhp-snapshot-grid { grid-template-columns: 1fr 1fr; }
  .lhp-snapshot-grid > div { min-height: 156px; padding: 23px 18px; border-right: 1px solid var(--lhp-border); border-bottom: 1px solid var(--lhp-border); }
  .lhp-snapshot-grid > div:nth-child(2n) { border-right: 0; }
  .lhp-snapshot-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .lhp-snapshot-grid strong { min-height: 2.3em; font-size: clamp(25px, 7vw, 34px); }
  .lhp-snapshot-grid span { margin-top: 10px; }
  .lhp-confirmation-note { font-size: 13px; }
  .lhp-policy-layout { padding-block: 68px 80px; }
  .lhp-intro { margin-bottom: 62px; }
  .lhp-intro h2 { font-size: clamp(36px, 10vw, 49px); }
  .lhp-faq-section { margin-bottom: 66px; scroll-margin-top: 82px; }
  .lhp-faq-section > header { grid-template-columns: 33px minmax(0,1fr); gap: 9px; }
  .lhp-faq-button { min-height: 72px; gap: 12px; padding-block: 19px; font-size: 14px; }
  .lhp-faq-answer { padding-right: 10px; font-size: 13.5px; }
  .lhp-studio-image { grid-template-columns: 1fr; gap: 18px; margin-bottom: 66px; padding: 16px; }
  .lhp-studio-image img { max-height: 520px; }
  .lhp-studio-image figcaption { padding: 0 2px 5px; font-size: 22px; }
  .lhp-final-cta { padding-top: 72px; }
  .lhp-final-grid h2 { font-size: clamp(40px, 11vw, 53px); }
  .lhp-final-grid .lhp-actions { width: 100%; }
  .lhp-final-grid .lhp-button { width: 100%; }
  .lhp-authority, .lhp-updated { width: min(100% - 32px, 620px); }
  .lhp-authority { margin-top: 48px !important; }
}

@media (max-width: 379px) {
  .lhp-shell { width: min(100% - 26px, 620px); }
  .lhp-hero { min-height: 780px; }
  .lhp-hero h1 { font-size: 16px; }
  .lhp-hero-display { font-size: 40px; }
  .lhp-button { padding-inline: 18px; }
  .lhp-snapshot-grid > div { min-height: 150px; padding-inline: 14px; }
  .lhp-snapshot-grid strong { font-size: 24px; }
  .lhp-snapshot-grid span { font-size: 12px; }
  .lhp-snapshot-grid dd { font-size: 11px; }
  .lhp-faq-section > header { grid-template-columns: 1fr; }
  .lhp-authority, .lhp-updated { width: min(100% - 26px, 620px); }
}

@media (prefers-reduced-motion: reduce) {
  .lhp *, .lhp *::before, .lhp *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
