/* ==========================================================================
   Beauty Treatments page — builds on style.css
   ========================================================================== */

html { scroll-behavior: smooth; }

/* Active nav underline is handled in style.css (.nav__link.is-current) */

/* ---------- Hero banner ---------- */
.bt-hero {
  position: relative;
  background-color: var(--deep-mocha);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.bt-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(60,54,46,.76) 0%, rgba(60,54,46,.42) 44%, rgba(60,54,46,0) 74%);
}
.bt-hero__inner { position: relative; z-index: 1; }
.bt-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.12;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--white);
}
.bt-hero__sub {
  margin-top: 16px;
  max-width: 460px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
}

/* ---------- Intro ---------- */
.bt-intro { text-align: center; padding: 64px 0 54px; }
.bt-intro__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  letter-spacing: .8px;
  text-transform: uppercase;
  max-width: 20ch;
  margin: 0 auto;
}
.bt-intro__text {
  margin: 22px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.careers-intro__title {
  position: relative;
  display: grid;
  justify-items: center;
  row-gap: .82em;
  max-width: 1100px;
  font-size: clamp(22px, 4vw, 40px);
}
.careers-intro__line {
  display: block;
  white-space: nowrap;
}
.careers-intro__script {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  padding: 0 .14em;
  background: var(--white);
  font-family: var(--font-script);
  font-size: 1.48em;
  font-weight: 400;
  line-height: .7;
  letter-spacing: 0;
  text-transform: none;
  transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
  .careers-intro__title { font-size: clamp(19px, 6vw, 25px); letter-spacing: .04em; }
}

.bt-intro--editorial {
  padding: 64px 0 54px;
  background: var(--white);
}
.bt-intro--editorial .bt-intro__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.18;
  letter-spacing: .055em;
  text-transform: uppercase;
  max-width: 950px;
  margin: 0 auto;
  color: var(--deep-mocha);
}
.bt-intro--editorial .bt-intro__line { display: block; }
.bt-intro--editorial .bt-intro__script {
  display: inline-block;
  margin: 0 .06em;
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  font-size: 1.34em;
  line-height: .72;
  letter-spacing: 0;
  text-transform: none;
}
.bt-intro--editorial .bt-intro__text {
  margin: 22px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .01em;
  text-transform: none;
}

@media (max-width: 680px) {
  .bt-intro--editorial { padding: 50px 0 44px; }
  .bt-intro--editorial .bt-intro__title { font-size: clamp(27px, 8vw, 34px); letter-spacing: .045em; }
  .bt-intro--editorial .bt-intro__text { margin-top: 20px; font-size: 14px; letter-spacing: 0; }
}

/* ---------- Treatments section ---------- */
.bt-treatments { background: var(--gray); padding: 6px 0 84px; }

/* Tab bar */
.bt-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0 26px;
}
.bt-tabs__label {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  white-space: nowrap;
}
.bt-tabs__arrow {
  border: none; background: transparent; color: var(--ink);
  cursor: pointer; padding: 6px; opacity: .65; transition: opacity .2s ease;
}
.bt-tabs__arrow:hover { opacity: 1; }
.bt-tabs__arrow svg { width: 18px; height: 12px; display: block; }
.bt-tabs__list {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  scroll-behavior: smooth;
}
.bt-tabs__list::-webkit-scrollbar { display: none; }
.bt-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 8px 12px;
  color: #a7a7a7;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color .2s ease;
}
.bt-tab:hover { color: var(--ink); }
.bt-tab.is-active { color: var(--ink); }
.bt-tab__icon {
  width: 16px; height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bt-tab__icon svg { width: 8px; height: 8px; opacity: 0; }
.bt-tab.is-active .bt-tab__icon { background: var(--mocha); border-color: var(--mocha); color: #fff; }
.bt-tab.is-active .bt-tab__icon svg { opacity: 1; }

/* ---------- Category ---------- */
.bt-cat { padding: 50px 0; scroll-margin-top: 96px; }
.bt-cat + .bt-cat { border-top: 1px solid var(--line); }
.bt-cat__top { display: flex; gap: 50px; align-items: flex-start; }
.bt-cat--right .bt-cat__top { flex-direction: row-reverse; }
.bt-cat__feature { flex: 0 0 360px; }
.bt-cat__primary { flex: 1; display: flex; flex-direction: column; gap: 34px; padding-top: 6px; }
.bt-cat__rest {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 56px;
}

/* Preamble note (Parties) */
.bt-note__heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 7px;
}
.bt-note__content {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* Feature card */
.bt-feature { position: relative; aspect-ratio: 360 / 468; overflow: hidden; }
.bt-feature img { width: 100%; height: 100%; object-fit: cover; }
.bt-feature::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(60,54,46,.72) 0%, rgba(60,54,46,.22) 46%, rgba(60,54,46,.08) 100%);
}
.bt-feature__body {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 0 26px 32px;
  text-align: center;
  color: #fff;
}
.bt-feature__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .72px;
  text-transform: uppercase;
  color: #fff;
}
.bt-feature__blurb {
  margin: 12px auto 20px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .92);
}
.bt-feature__btn { padding: 12px 30px 13px; font-size: 11px; }
.bt-feature--no-image {
  min-height: 360px;
  aspect-ratio: auto;
  background: var(--blush);
  border: 1px solid var(--line);
}
.bt-feature--no-image::after { display: none; }
.bt-feature--no-image .bt-feature__body {
  inset: 0;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--deep-mocha);
}
.bt-feature--no-image .bt-feature__title { color: var(--deep-mocha); }
.bt-feature--no-image .bt-feature__blurb { color: var(--muted); }
.bt-feature--no-image .bt-feature__btn {
  border-color: var(--mocha);
  color: var(--deep-mocha);
}
.bt-feature--no-image .bt-feature__btn:hover {
  background: var(--mocha);
  color: var(--white);
}

/* Sub-section heading within a category (e.g. Lash Extensions, Pedicures) */
.bt-subhead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 54px 0 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

/* Treatment card */
.bt-treat__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}
.bt-treat__title {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink);
}
.bt-treat__price {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
  white-space: nowrap;
  flex-shrink: 0;
}
.bt-treat__sub {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin: 7px 0 9px;
}
.bt-treat__desc { font-size: 14px; line-height: 1.6; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .bt-cat__feature { flex-basis: 300px; }
  .bt-cat__rest { gap: 30px 36px; }
}
@media (max-width: 560px) {
  /* Long compound prices ("from $120 | Refills from $110") get their own line */
  .bt-treat__head { flex-direction: column; gap: 3px; }
  .bt-treat__price { white-space: normal; }
  .bt-subhead { font-size: 22px; margin-top: 40px; }
}
@media (max-width: 760px) {
  .bt-hero { min-height: 300px; }
  .bt-cat__top,
  .bt-cat--right .bt-cat__top { flex-direction: column; }
  .bt-cat__feature { flex-basis: auto; width: 100%; max-width: 440px; margin: 0 auto; }
  .bt-feature { aspect-ratio: 3 / 2; }
  .bt-feature--no-image { min-height: 270px; aspect-ratio: auto; }
  .bt-cat__primary { width: 100%; }
  .bt-cat__rest { grid-template-columns: 1fr; gap: 30px; }
  .bt-tabs__label { display: none; }
}

/* ==========================================================================
   Cocktail Bar — drinks menu
   ========================================================================== */
.cb-menu { background: var(--gray); padding: 8px 0 84px; }
.cb-section { padding: 50px 0; }
.cb-section + .cb-section { border-top: 1px solid var(--line); }
.cb-section__head { text-align: center; max-width: 660px; margin: 0 auto; }
.cb-menu > .cb-section__head { padding-top: 46px; }
.cb-section__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.8vw, 38px);
  letter-spacing: .8px;
  text-transform: uppercase;
  line-height: 1.2;
}
.cb-section__sub { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.cb-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 56px; margin-top: 40px; }
.cb-cols > div { min-width: 0; }
.cb-list + .cb-list { margin-top: 34px; }
/* Stacked groups beside a feature card (wine list) — compact enough to
   visually balance the feature image without changing other drink sections. */
.cb-lists { display: block; }
.cb-lists .cb-list + .cb-list { margin-top: 20px; }
.cb-lists .cb-list__heading { margin-bottom: 8px; }
.cb-lists .cb-price { padding: 4px 0; }
.cb-lists .cb-price__sub { margin-top: 2px; line-height: 1.35; }
.cb-list__heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 14px;
}
.cb-price { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 7px 0; }
.cb-price__info { display: flex; flex-direction: column; min-width: 0; }
.cb-price__name { font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink); line-height: 1.3; }
.cb-price__sub { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
.cb-price__amount { font-family: var(--font-body); font-weight: 500; font-size: 14px; color: var(--ink); white-space: nowrap; }
.cb-price__note { font-size: 12.5px; line-height: 1.5; color: #8d8d8d; font-style: italic; margin-top: 5px; }
.cb-note { margin-top: 22px; font-size: 13px; line-height: 1.7; color: var(--muted); max-width: 52ch; }
.cb-defs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 56px; margin-top: 34px; }
.cb-def__label { font-family: var(--font-display); font-size: 20px; color: var(--ink); margin-bottom: 7px; }
.cb-def__text { color: var(--muted); font-size: 14px; line-height: 1.6; }
.cb-reserve { margin-top: 30px; }
@media (max-width: 760px) {
  .cb-cols, .cb-defs { grid-template-columns: 1fr; gap: 30px; }
}

/* ==========================================================================
   Contact page
   ========================================================================== */
.cu-media { max-width: 720px; margin: 0 auto; padding: 4px 0 8px; }
.cu-media__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.cu-media__frame img { width: 100%; height: 100%; object-fit: cover; }
.cu-media__play {
  position: absolute; inset: 0; margin: auto;
  width: 66px; height: 66px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.9);
  background: rgba(60,54,46,.24);
  display: flex; align-items: center; justify-content: center;
  transition: background-color .25s ease;
}
.cu-media__play:hover { background: rgba(60,54,46,.42); }
.cu-media__play svg { width: 18px; height: 18px; fill: #fff; margin-left: 3px; }

.cu-visit { text-align: center; padding: 44px 0 6px; }
.cu-visit__addr {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.3;
  margin: 14px auto 0;
  max-width: 18ch;
}

.cu-hours { text-align: center; padding: 40px 0 74px; }
.cu-hours__grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 34px 60px; margin-top: 26px; }
.cu-hours__day h4 { font-family: var(--font-body); font-weight: 700; font-size: 15px; margin: 0 0 6px; }
.cu-hours__day p { color: var(--muted); font-size: 14px; margin: 0; }

.cu-contact { background: var(--black); color: #fff; padding: 86px 0; }
.cu-contact__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.cu-contact__title {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.35;
  color: #fff;
  max-width: 20ch;
}
.cu-contact__pref { margin: 30px 0 12px; font-size: 14px; color: rgba(255,255,255,.7); }
.cu-contact__detail { font-size: 16px; color: #fff; line-height: 1.7; }
.cu-contact__detail a { color: #fff; }

.cu-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.cu-form input, .cu-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  padding: 10px 2px;
  margin-bottom: 24px;
}
.cu-form textarea { resize: vertical; min-height: 92px; }
.cu-form input::placeholder, .cu-form textarea::placeholder { color: rgba(255,255,255,.6); }
.cu-form input:focus, .cu-form textarea:focus { outline: none; border-bottom-color: var(--taupe); }
.cu-form .btn { margin-top: 8px; }

@media (max-width: 760px) {
  .cu-contact__inner { grid-template-columns: 1fr; gap: 44px; }
  .cu-form__row { grid-template-columns: 1fr; gap: 0; }
  .cu-hours__grid { gap: 26px 40px; }
}

/* ==========================================================================
   Content pages (About, Careers, Media, Gifts)
   ========================================================================== */
.pg-section { padding: 72px 0; }
.pg-h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.2;
  letter-spacing: .6px;
  text-transform: uppercase;
}

/* Split: image + text */
.pg-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.pg-split__media img { width: 100%; height: auto; display: block; }
.pg-split__body .pg-h2 { margin: 12px 0 22px; }
.pg-split__body p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.pg-split__body p + p { margin-top: 18px; }

/* Quote band (silk background) */
.pg-quote-band { background: var(--champagne) center/cover no-repeat; padding: 96px 0; }
.pg-quote-band__inner { max-width: 820px; }
.pg-quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.35;
  color: var(--ink);
}
.pg-quote-band__lead { margin: 26px 0 32px; max-width: 720px; color: #555; font-size: 15px; line-height: 1.75; }

/* Team grid */
.pg-team { text-align: center; padding: 78px 0; }
.pg-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 42px; }
.pg-team__grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* Dark CTA band (image, centred) */
.pg-band { position: relative; background: var(--black) center/cover no-repeat; color: #fff; text-align: center; padding: 104px 0; }
.pg-band::before { content: ""; position: absolute; inset: 0; background: rgba(60,54,46,.56); }
.pg-band__inner { position: relative; z-index: 1; }
.pg-band__title {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  color: #fff;
  max-width: 24ch;
  margin: 0 auto 30px;
}

/* Careers: 4-image row + benefits */
.pg-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pg-grid-4 img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.pg-benefits { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 46px; align-items: start; margin-top: 48px; }
.pg-benefits__lead {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.3;
  margin-bottom: 26px;
}
.pg-benefit + .pg-benefit { margin-top: 30px; }
.pg-benefit h4 { font-family: var(--font-display); font-weight: 400; font-size: 20px; margin: 0 0 8px; }
.pg-benefit p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* Media grid */
.pg-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

@media (max-width: 900px) {
  .pg-split { grid-template-columns: 1fr; gap: 34px; }
  .pg-split__media { max-width: 460px; }
  .pg-benefits { grid-template-columns: 1fr; gap: 32px; }
  .pg-grid-4 { grid-template-columns: 1fr 1fr; }
  .pg-team__grid { grid-template-columns: 1fr 1fr; }
  .pg-media-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pg-grid-4, .pg-team__grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
}

/* ==========================================================================
   Terms & Conditions / FAQ
   ========================================================================== */
.legal-hero { min-height: 300px; background: var(--black); }
.legal-hero::before { background: linear-gradient(90deg, rgba(60,54,46,.68) 0%, rgba(60,54,46,.4) 50%, rgba(60,54,46,.24) 100%); }

.legal { padding: 76px 0 88px; }
.legal__inner { max-width: 820px; }
.legal__block + .legal__block { margin-top: 46px; }
.legal__h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.25;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.legal__block p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 14px;
}
.legal__block p:last-child { margin-bottom: 0; }
.legal__contact { list-style: none; margin: 0; padding: 0; }
.legal__contact li {
  display: flex;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: var(--ink);
}
.legal__contact li:last-child { border-bottom: none; }
.legal__contact span:first-child {
  flex: 0 0 92px;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 3px;
}
.legal__contact a { color: var(--ink); border-bottom: 1px solid #ccc; }
.legal__contact a:hover { border-bottom-color: var(--ink); }
.legal__foot {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: var(--muted);
}
.legal__foot a { color: var(--ink); border-bottom: 1px solid #bbb; }
.legal__foot a:hover { border-bottom-color: var(--ink); }

/* FAQ accordion */
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 26px 44px 26px 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.35;
  color: var(--ink);
  transition: opacity .2s ease;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { opacity: .62; }
.faq__q::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 13px; height: 13px;
  margin-top: -7px;
  background:
    linear-gradient(var(--ink), var(--ink)) center/100% 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) center/1px 100% no-repeat;
  transition: transform .3s ease;
}
.faq__item[open] .faq__q::after { transform: rotate(90deg); background-size: 100% 1px, 0 0; }
.faq__a { padding: 0 44px 28px 0; }
.faq__a p { font-size: 15px; line-height: 1.8; color: var(--muted); margin: 0 0 12px; }
.faq__a p:last-child { margin-bottom: 0; }
.faq__a a { color: var(--ink); border-bottom: 1px solid #ccc; }
.faq__a a:hover { border-bottom-color: var(--ink); }
.faq__a strong { color: var(--ink); font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
  .faq__q::after { transition: none; }
}

/* ==========================================================================
   Private Events / Group Bookings — enquiry form
   ========================================================================== */
.pe-intro .eyebrow { display: block; margin-bottom: 14px; }
.pe-intro .bt-intro__text { max-width: 640px; }

.pe-lead { padding: 8px 0 56px; }
.pe-lead__inner { max-width: 720px; margin: 0 auto; text-align: center; }
.pe-lead__title {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 18px;
}
.pe-lead p { font-size: 15px; line-height: 1.8; color: var(--muted); margin: 0 0 12px; }
.pe-lead p:last-child { margin-bottom: 0; }

.pe-form-wrap { background: var(--gray); padding: 74px 0 90px; }
.pe-form { max-width: 820px; margin: 0 auto; }

.pe-fs { border: none; margin: 0 0 46px; padding: 0; }
.pe-legend {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(21px, 2.4vw, 26px);
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0 0 14px;
  margin-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid var(--line);
}
.pe-legend em { font-style: normal; color: var(--mocha); }
.pe-help { font-size: 14px; line-height: 1.7; color: var(--muted); margin: -6px 0 20px; }

.pe-grid { display: grid; gap: 22px 30px; }
.pe-grid--2 { grid-template-columns: 1fr 1fr; }
.pe-field { display: block; margin-bottom: 26px; }
.pe-grid .pe-field { margin-bottom: 0; }
.pe-label {
  display: block;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 9px;
}
.pe-label em { font-style: normal; color: var(--mocha); }
.pe-opt-tag { text-transform: none; letter-spacing: 0; color: var(--muted); font-size: 11px; }

.pe-form input[type="text"],
.pe-form input[type="email"],
.pe-form input[type="tel"],
.pe-form input[type="date"],
.pe-form input[type="number"],
.pe-form textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
}
.pe-form textarea { resize: vertical; min-height: 120px; }
.pe-form input:focus, .pe-form textarea:focus { outline: none; border-color: var(--mocha); box-shadow: 0 0 0 2px rgba(138,103,80,.16); }
.pe-form input:user-invalid, .pe-form textarea:user-invalid { border-color: #c0574f; }
.pe-other { margin-top: 14px; }

.pe-options { display: grid; gap: 10px 26px; }
.pe-options--2 { grid-template-columns: 1fr 1fr; }
.pe-options--3 { grid-template-columns: repeat(3, 1fr); }
.pe-opt {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  cursor: pointer;
}
.pe-opt input { margin: 3px 0 0; accent-color: var(--mocha); width: 16px; height: 16px; flex-shrink: 0; cursor: pointer; }
.pe-opt span a { color: var(--muted); font-size: 12px; border-bottom: 1px solid #ccc; margin-left: 4px; white-space: nowrap; }
.pe-opt span a:hover { color: var(--ink); border-bottom-color: var(--ink); }

.pe-terms__list { margin: 0 0 24px; padding-left: 22px; }
.pe-terms__list li { font-size: 14px; line-height: 1.75; color: var(--muted); margin-bottom: 11px; }
.pe-opt--agree {
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 15px;
}

.pe-turnstile { margin: 0 0 22px; }
.pe-turnstile:empty { margin: 0; }
.pe-error {
  margin: 0 0 20px;
  padding: 13px 16px;
  border-left: 3px solid #c0574f;
  background: #fbeeed;
  color: #8c3d36;
  font-size: 14px;
  line-height: 1.6;
}
.pe-submit { margin-top: 8px; }
.pe-submit .btn { min-width: 210px; text-align: center; }
.pe-submit .btn[disabled] { opacity: .55; pointer-events: none; }

.pe-thanks {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 36px 0;
}
.pe-thanks p { font-size: 15px; line-height: 1.8; color: var(--muted); margin: 0 0 12px; }

@media (max-width: 760px) {
  .pe-grid--2, .pe-options--2, .pe-options--3 { grid-template-columns: 1fr; }
  .pe-form-wrap { padding: 54px 0 68px; }
  .pe-submit .btn { width: 100%; }
}
