/* PsychED Recovery landing pages. Generated by build.py, do not hand edit. */
:root {
  --clay: #d16644;
  --clay-dark: #b4512f;
  --bark: #48221a;
  --cream: #eedac2;
  --cream-soft: #f7efe4;
  --ink: #2b2b2b;
  --ink-soft: #5b5048;
  --paper: #ffffff;
  --line: #e3d5c4;

  --wrap: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Figtree, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--clay-dark); }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--bark);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.1rem, 5.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); margin-bottom: .8em; }
h3 { font-size: 1.12rem; font-family: Figtree, sans-serif; font-weight: 600; margin-bottom: .25em; }
p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 740px; }
.band { padding: clamp(48px, 7vw, 82px) 0; }
.band--cream { background: var(--cream-soft); }
.band--bark { background: var(--bark); color: #f3e9df; }
.band--bark h2, .band--bark h3 { color: var(--cream); }
.band--start { background: var(--cream); }
.eyebrow {
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--clay-dark); font-weight: 600; margin-bottom: .9rem;
}

/* header */
.bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 22px; border-bottom: 1px solid var(--line); background: var(--paper);
  position: sticky; top: 0; z-index: 30;
}
.bar__brand { text-decoration: none; display: inline-flex; align-items: center; }
.bar__brand img { max-height: 46px; width: auto; }
.bar__wordmark {
  font-family: "Cormorant Garamond", serif; font-size: 1.45rem; color: var(--bark); letter-spacing: .01em;
}
.bar__phone { text-align: right; text-decoration: none; line-height: 1.15; }
.bar__phone-label { display: block; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.bar__phone-number { display: block; font-weight: 600; color: var(--bark); font-size: 1.05rem; }

/* hero */
.hero { padding: clamp(40px, 6vw, 76px) 0 clamp(44px, 6vw, 78px); }
.hero--thanks { padding-bottom: clamp(30px, 4vw, 50px); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.lede {
  font-family: "Cormorant Garamond", serif; font-size: clamp(1.32rem, 2.7vw, 1.72rem);
  color: var(--clay-dark); line-height: 1.34; margin-bottom: 1.1rem;
}
.intro { color: var(--ink-soft); max-width: 54ch; }
.hero__note { font-size: .92rem; color: var(--ink-soft); margin-top: .9rem; }
.hero__portrait { position: relative; }
.hero__portrait img { border-radius: 3px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.hero__portrait.is-empty {
  background: linear-gradient(160deg, var(--cream) 0%, #e2c6a8 100%);
  aspect-ratio: 4 / 5; border-radius: 3px;
}
.hero__badge {
  background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--clay);
  padding: 12px 16px; position: absolute; left: 18px; bottom: -18px;
  max-width: calc(100% - 36px); box-shadow: 0 2px 10px rgba(72, 34, 26, .08);
}
.hero__badge strong { display: block; color: var(--bark); font-size: .98rem; }
.hero__badge span { font-size: .85rem; color: var(--ink-soft); }

/* buttons */
.btn {
  display: inline-block; background: var(--clay); color: #fff; text-decoration: none;
  padding: 15px 30px; font-weight: 600; font-size: 1rem; border: 0; cursor: pointer;
  border-radius: 2px; transition: background .16s ease;
}
.btn:hover { background: var(--clay-dark); }
.btn--wide { width: 100%; padding: 17px; font-size: 1.05rem; }

/* lists */
.ticks { list-style: none; margin: 0; padding: 0; }
.ticks li { position: relative; padding-left: 34px; margin-bottom: 1rem; }
.ticks li::before {
  content: ""; position: absolute; left: 6px; top: .62em; width: 9px; height: 9px;
  background: var(--clay); border-radius: 50%;
}
.steps { list-style: none; margin: 0; padding: 0; }
.step { display: flex; gap: 18px; margin-bottom: 1.6rem; align-items: flex-start; }
.step__num {
  flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--clay); color: #fff;
  display: grid; place-items: center; font-weight: 600; font-size: .95rem; margin-top: 2px;
}
.band--bark .step__num { background: var(--cream); color: var(--bark); }
.step p { color: var(--ink-soft); margin: 0; }
.band--bark .step p { color: #ddcdbf; }

/* about */
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(26px, 5vw, 56px); align-items: center; }
.about__photo img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 3px; }
.about__photo.is-empty { aspect-ratio: 1 / 1; background: #5c3227; border-radius: 3px; }
.about__copy p { color: #e4d6c9; }
.creds { list-style: none; margin: 1.3rem 0 0; padding: 0; font-size: .93rem; }
.creds li { padding: 7px 0; border-top: 1px solid rgba(238, 218, 194, .22); color: #d9c8b8; }

/* facts */
.facts { margin: 0; }
.fact { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.fact:last-child { border-bottom: 1px solid var(--line); }
.fact dt { font-weight: 600; color: var(--bark); }
.fact dd { margin: 0; color: var(--ink-soft); }

/* faq */
.faq details { border-top: 1px solid var(--line); padding: 4px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 15px 0; font-weight: 600; color: var(--bark); list-style: none;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--clay); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { color: var(--ink-soft); padding-bottom: 14px; margin: 0; }

/* form */
.form__intro { color: var(--ink-soft); max-width: 56ch; }
.form { background: var(--paper); border: 1px solid var(--line); padding: clamp(20px, 3vw, 32px); margin-top: 1.4rem; }
.form label { display: block; font-size: .88rem; font-weight: 600; color: var(--bark); margin-bottom: 15px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form input, .form select, .form textarea {
  width: 100%; margin-top: 6px; padding: 12px 13px; font: inherit; font-weight: 400;
  color: var(--ink); border: 1px solid var(--line); border-radius: 2px; background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--clay); outline-offset: 1px; }
.hp { position: absolute; left: -9999px; }
.fineprint { font-size: .8rem; color: var(--ink-soft); margin: 14px 0 0; line-height: 1.5; }
.or { text-align: center; margin-top: 1.2rem; color: var(--ink-soft); }

/* footer */
.foot { background: var(--bark); color: #d9c8b8; padding: 46px 0 96px; font-size: .9rem; }
.foot__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.foot p { margin: 0 0 .35rem; }
.foot a { color: var(--cream); }
.foot__name { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; color: var(--cream); }

/* sticky mobile bar */
.callbar { display: none; }
@media (max-width: 860px) {
  .hero__grid, .about, .foot__grid { grid-template-columns: 1fr; }
  /* Headline and the button come first on a phone, the photo follows. */
  .hero__portrait { width: 100%; max-width: 460px; justify-self: center; margin: 30px 0 34px; }
  .hero__portrait img, .hero__portrait.is-empty { aspect-ratio: 4 / 3; }
  .form__row { grid-template-columns: 1fr; }
  .fact { grid-template-columns: 1fr; gap: 2px; }
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 40; box-shadow: 0 -2px 14px rgba(0,0,0,.14);
  }
  .callbar a { padding: 15px 8px; text-align: center; text-decoration: none; font-weight: 600; font-size: .98rem; }
  .callbar__call { background: var(--bark); color: var(--cream); }
  .callbar__book { background: var(--clay); color: #fff; }
  .foot { padding-bottom: 110px; }
}
@media (max-width: 420px) {
  body { font-size: 16px; }
  .bar { padding: 11px 16px; }
  .bar__brand img { max-height: 38px; }
}
