/* Work, apply and application thank-you pages. Extends styles.css. */
.btn { display: inline-block; font: inherit; font-size: 15px; font-weight: 700; padding: 16px 24px; border-radius: 10px; border: 0; cursor: pointer; background: var(--hunter); color: var(--paper); text-decoration: none; white-space: nowrap; transition: background .2s, transform .15s; }
.btn:hover { background: var(--hunter-dark); }
.btn:active { transform: translateY(1px); }
.btn.ghost { background: transparent; color: var(--hunter); border: 1px solid var(--line); }
.btn.ghost:hover { background: var(--hunter); color: var(--paper); }
.btn.brick { background: var(--brick); }
.btn.brick:hover { background: #a3523a; }
.cta-block { margin-top: 30px; display: grid; gap: 12px; justify-items: start; }
.final .cta-block { justify-items: center; margin-top: 30px; }
.final .fine-print { color: rgba(250,247,239,.6); justify-content: center; max-width: 56ch; margin: 18px auto 0; text-align: center; line-height: 1.5; }
.small { font-size: 16px; }
.small a { color: var(--brick); font-weight: 600; }

/* Hero */
.work-hero h1 { font-size: clamp(36px, 4.2vw, 58px); max-width: 20ch; }
.offer-tile { background: var(--hunter); color: var(--paper); border-radius: 18px; padding: 34px 32px 32px; position: relative; overflow: hidden; align-self: center; }
.offer-tile::after { content: "1"; position: absolute; right: -6px; bottom: -60px; font-family: var(--serif); font-size: 300px; line-height: 1; color: rgba(250,247,239,.06); font-style: italic; }
.offer-tile .kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--brick-soft); }
.offer-tile .big { font-family: var(--serif); font-size: clamp(34px, 3.2vw, 46px); line-height: 1.05; margin-top: 14px; position: relative; }
.offer-tile .price { margin-top: 22px; font-weight: 700; font-size: 18px; position: relative; }
.offer-tile .guar { margin-top: 12px; font-size: 14.5px; line-height: 1.5; color: rgba(250,247,239,.75); max-width: 34ch; position: relative; }

/* Compare */
.compare-section { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compare { margin-top: 44px; border-top: 1px solid var(--line); }
.cmp-head, .cmp-row { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.cmp-head span { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.cmp-head .us { color: var(--brick); }
.cmp-row span:first-child { font-family: var(--serif); font-size: 22px; color: var(--hunter); }
.cmp-row span { font-size: 16.5px; line-height: 1.5; color: var(--muted); }
.cmp-row .us { color: var(--ink); font-weight: 600; }

/* Steps */
.steps { margin-top: 44px; }
.fcard h3 small { display: block; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brick); margin-top: 8px; }

/* Offers */
.offers { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; margin-top: 44px; align-items: start; }
.offer { background: #fff; border: 1px solid rgba(21,60,47,.1); border-radius: 18px; padding: 34px 32px 32px; display: grid; gap: 16px; align-content: start; }
.offer.primary { background: var(--hunter); color: var(--paper); border-color: transparent; }
.offer .kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--brick); }
.offer.primary .kicker { color: var(--brick-soft); }
.offer h3 { font-size: clamp(28px, 2.6vw, 36px); }
.offer ul { margin: 0; padding: 0 0 0 18px; display: grid; gap: 8px; font-size: 16px; line-height: 1.5; }
.offer p { font-size: 16px; line-height: 1.6; color: var(--muted); }
.offer.primary p, .offer.primary li { color: rgba(250,247,239,.85); }
.offer .price { font-family: var(--serif); font-size: 30px; color: var(--hunter); margin-top: 6px; }
.offer.primary .price { color: var(--paper); }
.offer .guar { font-size: 15px; }
.offer .guar strong { color: var(--brick-soft); font-weight: 700; }
.offer.primary .btn { background: var(--brick); justify-self: start; }
.offer.primary .btn:hover { background: #a3523a; }
.offer .btn.ghost { justify-self: start; }

/* Fit */
.fit .for-list li { grid-template-columns: 44px 1fr; font-size: 17px; padding: 18px 0; }
.for-list.not li b { color: var(--muted); }
.section-label.not { color: var(--muted); }

/* Bio */
.bio .prose .section-label { margin-bottom: 0; }

/* FAQ (shared with the book page) */
.faq { margin-top: 40px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 30px; color: var(--brick); flex: none; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 24px; color: var(--muted); font-size: 16.5px; line-height: 1.65; max-width: 66ch; }

/* Application form */
.apply-hero { display: block; padding-bottom: clamp(24px, 4vw, 48px); }
.apply-hero h1 { font-size: clamp(36px, 4.6vw, 60px); max-width: 18ch; }
.apply-wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 6vw, 88px); align-items: start; padding-bottom: clamp(72px, 9vw, 120px); }
.apply { display: grid; gap: 26px; }
.q { display: grid; gap: 10px; }
fieldset.q { border: 0; padding: 0; margin: 0; min-width: 0; }
.q legend { padding: 0; margin-bottom: 10px; }
.q > label, .q > .qlabel { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 24px); color: var(--ink); line-height: 1.25; }
.q .hint { font-size: 14px; color: var(--muted); margin-top: -4px; }
.q input[type=text], .q input[type=email], .q textarea { width: 100%; font: inherit; font-size: 16px; padding: 15px 17px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.q textarea { min-height: 110px; resize: vertical; line-height: 1.5; }
.q input:focus, .q textarea:focus { border-color: var(--hunter); box-shadow: 0 0 0 4px rgba(21,60,47,.12); }
.choices { display: flex; flex-wrap: wrap; gap: 10px; }
.choices label { position: relative; }
.choices input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choices span { display: inline-block; padding: 11px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 15px; cursor: pointer; transition: background .15s, color .15s, border-color .15s; line-height: 1.3; }
.choices input:checked + span { background: var(--hunter); color: var(--paper); border-color: var(--hunter); }
.choices input:focus-visible + span { outline: 2px solid var(--brick); outline-offset: 3px; }
.apply .submit-row { display: grid; gap: 12px; justify-items: start; margin-top: 8px; }
.apply .form-status { color: var(--brick); }
.side-note { background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px; position: sticky; top: 24px; display: grid; gap: 14px; }
.side-note h2 { font-size: 28px; }
.side-note p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.side-note p strong { color: var(--ink); font-weight: 600; }
.side-note a { color: var(--brick); font-weight: 600; }

/* Application thank-you */
.thanks-wrap { max-width: 720px; padding-top: clamp(24px, 4vw, 56px); padding-bottom: clamp(72px, 9vw, 120px); }
.thanks-wrap h1 { font-size: clamp(40px, 5.2vw, 68px); }
.thanks-wrap h1 em { font-style: italic; color: var(--hunter); }
.thanks-wrap .lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; color: var(--muted); margin-top: 22px; }
.next { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid var(--line); }
.next li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.55; }
.next li b { font-family: var(--serif); font-size: 26px; color: var(--brick); font-weight: 400; }
.book-call { margin-top: 36px; background: var(--hunter); color: var(--paper); border-radius: 18px; padding: 30px 28px; display: grid; gap: 14px; }
.book-call h2 { font-size: 30px; }
.book-call p { color: rgba(250,247,239,.78); font-size: 16px; line-height: 1.55; }
.book-call .btn { background: var(--brick); justify-self: start; }
.book-call .btn:hover { background: #a3523a; }
.book-call[hidden] { display: none; }
.meanwhile { margin-top: 36px; font-size: 16px; color: var(--muted); line-height: 1.6; }
.meanwhile a { color: var(--brick); font-weight: 600; }

@media (max-width: 900px) {
  .work-hero { grid-template-columns: 1fr; }
  .offers { grid-template-columns: 1fr; }
  .apply-wrap { grid-template-columns: 1fr; }
  .side-note { position: static; }
  .cmp-head, .cmp-row { grid-template-columns: 1fr; gap: 6px; }
  .cmp-head { display: none; }
  .cmp-row span:first-child { font-size: 20px; }
  .cmp-row span:not(:first-child)::before { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 2px; }
  .cmp-row span:nth-child(2)::before { content: "The old way"; }
  .cmp-row span.us::before { content: "With me"; color: var(--brick); }
}
@media (max-width: 600px) {
  .btn { width: 100%; text-align: center; white-space: normal; }
  .cta-block { justify-items: stretch; }
  .offer .btn, .offer.primary .btn, .book-call .btn { justify-self: stretch; }
}
