.tmbf,
.tmbf * { box-sizing: border-box; }

.tmbf [hidden],
.tmbf .is-tmbf-hidden,
.tmbf__actions > button[hidden],
.tmbf__actions > button.is-tmbf-hidden { display: none !important; }

.tmbf {
  --tmbf-ink: #121418;
  --tmbf-paper: #f2f0ea;
  --tmbf-accent: #b7a88b;
  --tmbf-accent-dark: #927f5f;
  --tmbf-line: rgba(18, 20, 24, .16);
  --tmbf-muted: rgba(18, 20, 24, .55);
  --tmbf-error: #8f302a;
  --tmbf-sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --tmbf-serif: "Instrument Serif", Georgia, serif;
  --tmbf-ease: cubic-bezier(.2, .75, .25, 1);
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: clamp(92px, 9vw, 150px) clamp(20px, 4vw, 60px) clamp(94px, 9vw, 150px) !important;
  color: var(--tmbf-ink);
  background:
    linear-gradient(rgba(18,20,24,.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,20,24,.027) 1px, transparent 1px),
    linear-gradient(135deg, #f2f0ea, #eae7df 62%, #f5f3ee);
  background-size: clamp(74px, 8.2vw, 132px) clamp(74px, 8.2vw, 132px), clamp(74px, 8.2vw, 132px) clamp(74px, 8.2vw, 132px), auto;
  font-family: var(--tmbf-sans);
}

.tmbf__ghost {
  position: absolute;
  z-index: 0;
  top: 9%;
  right: -4%;
  color: transparent;
  font-size: min(20vw, 320px);
  font-weight: 300;
  line-height: .75;
  letter-spacing: -.1em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(18,20,24,.045);
  pointer-events: none;
}

.tmbf__shell {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.tmbf__intro {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(54px, 9vw, 150px);
}

.tmbf__kicker {
  position: relative;
  margin: 0;
  padding-left: 42px;
  color: rgba(18,20,24,.68);
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase;
}

.tmbf__kicker::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(18,20,24,.5);
  content: "";
}

.tmbf__intro h2 {
  max-width: 980px;
  margin: clamp(48px, 6vw, 82px) 0 0;
  color: var(--tmbf-ink);
  font-family: var(--tmbf-sans) !important;
  font-size: clamp(54px, 6vw, 96px) !important;
  font-weight: 300 !important;
  line-height: .96 !important;
  letter-spacing: -.052em !important;
}

.tmbf__intro h2 em {
  font-family: var(--tmbf-serif) !important;
  font-weight: 400 !important;
}

.tmbf__intro-answer {
  padding: clamp(28px, 3vw, 42px) 0 4px clamp(22px, 3vw, 42px);
  border-top: 1px solid var(--tmbf-line);
  border-left: 1px solid rgba(146,127,95,.55);
}

.tmbf__intro-answer span {
  color: var(--tmbf-accent-dark);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tmbf__intro-answer p {
  margin: 24px 0 0;
  color: var(--tmbf-muted);
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.72 !important;
}

.tmbf__progress-wrap { margin-top: clamp(76px, 8vw, 126px); }

.tmbf__progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  color: rgba(18,20,24,.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tmbf__progress-copy strong { color: var(--tmbf-accent-dark); }
.tmbf__progress { height: 2px; overflow: hidden; background: rgba(18,20,24,.11); }
.tmbf__progress span { display: block; width: 20%; height: 100%; background: var(--tmbf-accent-dark); transition: width .55s var(--tmbf-ease); }

.tmbf__workspace {
  display: grid;
  margin-top: clamp(46px, 5vw, 74px);
  scroll-margin-top: calc(var(--tm-header-height, 88px) + 22px);
  border-top: 1px solid var(--tmbf-line);
  border-left: 1px solid var(--tmbf-line);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .32fr);
}

.tmbf__form {
  min-width: 0;
  min-height: 790px;
  padding: clamp(40px, 5vw, 76px);
  border-right: 1px solid var(--tmbf-line);
  border-bottom: 1px solid var(--tmbf-line);
}

.tmbf__step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tmbf__step.is-active { animation: tmbf-in .5s var(--tmbf-ease) both; }
.tmbf__step[data-direction="backward"].is-active { animation-name: tmbf-in-back; }

.tmbf__step legend {
  width: 100%;
  max-width: 930px;
  padding: 0;
  color: var(--tmbf-ink);
  font-family: var(--tmbf-sans) !important;
  font-size: clamp(38px, 4.4vw, 70px) !important;
  font-weight: 300 !important;
  line-height: .99 !important;
  letter-spacing: -.05em !important;
  outline: 0;
}

.tmbf__step legend > span {
  display: block;
  margin-bottom: 28px;
  color: var(--tmbf-accent-dark);
  font-family: var(--tmbf-sans);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .15em;
}

.tmbf__support {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--tmbf-muted);
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
}

.tmbf__choices {
  display: grid;
  margin-top: clamp(40px, 5vw, 68px);
  border-top: 1px solid var(--tmbf-line);
  border-left: 1px solid var(--tmbf-line);
}

.tmbf__choices--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tmbf__choices--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tmbf__choices--two .tmbf__choice:last-child { grid-column: 1 / -1; }

.tmbf__choice { min-width: 0; margin: 0 !important; cursor: pointer; }
.tmbf__choice > input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.tmbf__choice-body {
  position: relative;
  display: flex;
  min-height: 186px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(25px, 3vw, 42px);
  border-right: 1px solid var(--tmbf-line);
  border-bottom: 1px solid var(--tmbf-line);
  background: transparent !important;
  color: var(--tmbf-ink) !important;
  transition: color .35s var(--tmbf-ease), background .35s var(--tmbf-ease), transform .35s var(--tmbf-ease) !important;
}

.tmbf__choice-body > small {
  position: absolute;
  top: 25px;
  left: clamp(25px, 3vw, 42px);
  color: var(--tmbf-accent-dark);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .13em;
}

.tmbf__choice-body > strong {
  max-width: 90%;
  font-family: var(--tmbf-serif);
  font-size: clamp(24px, 2.15vw, 35px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.025em;
}

.tmbf__choice-body > em {
  color: rgba(18,20,24,.5);
  font-size: 9px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tmbf__choice-body > b {
  position: absolute;
  top: 20px;
  right: clamp(25px, 3vw, 42px);
  font-size: 21px;
  font-weight: 300;
  transition: transform .3s var(--tmbf-ease);
}

.tmbf__choice:hover .tmbf__choice-body { background: rgba(255,255,255,.35) !important; transform: translateY(-3px); }
.tmbf__choice:hover .tmbf__choice-body > b { transform: translateX(5px); }
.tmbf__choice > input:focus-visible + .tmbf__choice-body { outline: 2px solid var(--tmbf-accent-dark) !important; outline-offset: -2px; }
.tmbf__choice > input:checked + .tmbf__choice-body { background: var(--tmbf-ink) !important; color: var(--tmbf-paper) !important; }
.tmbf__choice > input:checked + .tmbf__choice-body > em { color: rgba(242,240,234,.58); }
.tmbf__choice > input:checked + .tmbf__choice-body > b { color: var(--tmbf-accent); }
.tmbf__choice > input[aria-invalid="true"] + .tmbf__choice-body { box-shadow: inset 0 0 0 2px var(--tmbf-error); }

.tmbf__choices--compact .tmbf__choice-body { min-height: 152px; }
.tmbf__choices--compact .tmbf__choice-body > strong { font-family: var(--tmbf-sans); font-size: clamp(18px, 1.45vw, 23px); font-style: normal; line-height: 1.2; letter-spacing: -.025em; }

.tmbf__fields {
  display: grid;
  gap: 34px clamp(30px, 4vw, 60px);
  margin-top: clamp(42px, 6vw, 76px);
}

.tmbf__fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tmbf__field { display: flex; min-width: 0; flex-direction: column; gap: 12px; margin: 0 !important; }
.tmbf__field--wide { grid-column: 1 / -1; }

.tmbf__field > span,
.tmbf__timeline > p,
.tmbf__channel > p {
  margin: 0;
  color: rgba(18,20,24,.65);
  font-size: 8px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}

.tmbf__field > span small { color: rgba(18,20,24,.32); font-size: 7px; font-weight: 600; }

.tmbf__field input,
.tmbf__field select,
.tmbf__field textarea {
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(18,20,24,.34) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--tmbf-ink) !important;
  box-shadow: none !important;
  font-family: var(--tmbf-sans) !important;
  font-size: clamp(16px, 1.35vw, 21px) !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

.tmbf__field input,
.tmbf__field select { min-height: 62px; }
.tmbf__field textarea { min-height: 180px; resize: vertical; }
.tmbf__field input::placeholder,
.tmbf__field textarea::placeholder { color: rgba(18,20,24,.28); opacity: 1; }
.tmbf__field input:focus,
.tmbf__field select:focus,
.tmbf__field textarea:focus { border-bottom-color: var(--tmbf-accent-dark) !important; box-shadow: 0 1px 0 var(--tmbf-accent-dark) !important; }
.tmbf__field input[aria-invalid="true"],
.tmbf__field select[aria-invalid="true"],
.tmbf__field textarea[aria-invalid="true"] { border-bottom-color: var(--tmbf-error) !important; }
.tmbf__field > small { color: rgba(18,20,24,.38); font-size: 9px; line-height: 1.5; }

.tmbf__timeline { margin-top: clamp(42px, 5vw, 66px); }
.tmbf__timeline > div,
.tmbf__channel > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.tmbf__timeline label,
.tmbf__channel label { margin: 0 !important; }
.tmbf__timeline input,
.tmbf__channel input { position: absolute !important; opacity: 0 !important; }
.tmbf__timeline label span,
.tmbf__channel label span { display: block; padding: 13px 19px; border: 1px solid rgba(18,20,24,.25); background: transparent !important; color: rgba(18,20,24,.7) !important; font-size: 10px; font-weight: 500; cursor: pointer; transition: .25s var(--tmbf-ease) !important; }
.tmbf__timeline input:checked + span,
.tmbf__channel input:checked + span { border-color: var(--tmbf-ink); background: var(--tmbf-ink) !important; color: var(--tmbf-paper) !important; }
.tmbf__timeline input:focus-visible + span,
.tmbf__channel input:focus-visible + span { outline: 2px solid var(--tmbf-accent-dark) !important; outline-offset: 2px; }
.tmbf__timeline input[aria-invalid="true"] + span,
.tmbf__channel input[aria-invalid="true"] + span { border-color: var(--tmbf-error); }

.tmbf__channel { margin-top: 38px; }

.tmbf__consent {
  display: flex;
  max-width: 850px;
  align-items: flex-start;
  gap: 13px;
  margin: 34px 0 0 !important;
  color: rgba(18,20,24,.58);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.65;
}

.tmbf__consent input { width: 18px !important; height: 18px !important; flex: 0 0 auto; margin: 1px 0 0 !important; accent-color: var(--tmbf-ink); }
.tmbf__consent input[aria-invalid="true"] { outline: 2px solid var(--tmbf-error) !important; }
.tmbf__consent a { background: transparent !important; color: var(--tmbf-ink) !important; text-decoration: underline !important; text-underline-offset: 3px; }

.tmbf__actions {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: 28px;
  border-top: 1px solid var(--tmbf-line);
}

.tmbf__actions button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 25px !important;
  border: 1px solid var(--tmbf-ink) !important;
  border-radius: 0 !important;
  font-family: var(--tmbf-sans) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s var(--tmbf-ease), color .3s var(--tmbf-ease), padding .3s var(--tmbf-ease) !important;
}

.tmbf__back { background: transparent !important; color: var(--tmbf-ink) !important; }
.tmbf__next,
.tmbf__submit { margin-left: auto; background: var(--tmbf-ink) !important; color: var(--tmbf-paper) !important; }
.tmbf__actions button:hover,
.tmbf__actions button:focus-visible { border-color: var(--tmbf-accent-dark) !important; background: var(--tmbf-accent-dark) !important; color: var(--tmbf-paper) !important; }
.tmbf__actions button:hover span { transform: translateX(4px); }
.tmbf__actions button span { display: inline-block; transition: transform .3s var(--tmbf-ease); }
.tmbf__actions button:disabled { cursor: wait; opacity: .6; }

.tmbf__message { min-height: 24px; margin-top: 22px; color: var(--tmbf-muted); font-size: 11px; line-height: 1.5; }
.tmbf__message.is-error { color: var(--tmbf-error); }
.tmbf__trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.tmbf__review {
  display: grid;
  min-width: 0;
  min-height: 790px;
  align-content: space-between;
  padding: clamp(32px, 3.5vw, 52px);
  border-right: 1px solid var(--tmbf-line);
  border-bottom: 1px solid var(--tmbf-line);
  background: rgba(255,255,255,.12);
}

.tmbf__review > header { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--tmbf-line); color: rgba(18,20,24,.36); font-size: 7px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.tmbf__review > header strong { color: var(--tmbf-accent-dark); font-weight: 600; }
.tmbf__review ol { display: grid; margin: 42px 0; padding: 0; list-style: none; }
.tmbf__review li { display: grid; min-height: 146px; align-items:start; padding: 28px 0; border-bottom: 1px solid var(--tmbf-line); grid-template-columns:30px minmax(0,1fr); gap: 14px; }
.tmbf__review li > span { color: var(--tmbf-accent-dark); font-size: 7px; font-weight: 600; letter-spacing: .12em; }
.tmbf__review li strong { font-family: var(--tmbf-serif); font-size: 25px; font-weight: 400; font-style: italic; line-height: 1; }
.tmbf__review li p { margin: 15px 0 0; color: rgba(18,20,24,.47); font-size: 10px !important; font-weight: 300 !important; line-height: 1.65 !important; }
.tmbf__review > footer { display: flex; align-items:flex-start; gap: 15px; }
.tmbf__review > footer > i { width: 32px; height: 1px; flex:0 0 auto; margin-top: 5px; background: var(--tmbf-accent-dark); }
.tmbf__review > footer p { display:grid; margin:0; gap:8px; }
.tmbf__review > footer strong { color: rgba(18,20,24,.62); font-size:7px; letter-spacing:.14em; text-transform:uppercase; }
.tmbf__review > footer span { color:rgba(18,20,24,.4); font-size:9px; line-height:1.55; }

.tmbf__success {
  min-height: 720px;
  margin-top: clamp(46px, 5vw, 74px);
  padding: clamp(58px, 8vw, 110px);
  border: 1px solid var(--tmbf-line);
  outline: 0;
  background: rgba(255,255,255,.12);
}

.tmbf__success-mark { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 44px; border-radius: 50%; background: var(--tmbf-ink); color: var(--tmbf-paper); font-size: 24px; }
.tmbf__success h3 { max-width: 900px; margin: 48px 0 0; font-family: var(--tmbf-sans) !important; font-size: clamp(49px, 6vw, 92px) !important; font-weight: 300 !important; line-height: .96 !important; letter-spacing: -.052em !important; }
.tmbf__success h3 em { font-family: var(--tmbf-serif); font-weight: 400; }
.tmbf__success > p:not(.tmbf__kicker) { max-width: 760px; margin: 40px 0 0; color: var(--tmbf-muted); font-size: 16px !important; font-weight: 300 !important; line-height: 1.72 !important; }
.tmbf__success > div { display: flex; flex-wrap: wrap; gap: 24px 44px; margin-top: 52px; }
.tmbf__success a { display: inline-flex; align-items: center; gap: 26px; padding-bottom: 8px; border-bottom: 1px solid rgba(18,20,24,.28); background: transparent !important; color: var(--tmbf-ink) !important; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; text-decoration: none !important; }
.tmbf__success a:hover span { transform: translateX(5px); }
.tmbf__success a span { transition: transform .3s var(--tmbf-ease); }

@keyframes tmbf-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@keyframes tmbf-in-back { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .tmbf__intro { grid-template-columns: 1fr; }
  .tmbf__intro-answer { max-width: 760px; }
  .tmbf__workspace { grid-template-columns: 1fr; }
  .tmbf__review { min-height: 0; }
  .tmbf__review ol { grid-template-columns: repeat(3,1fr); }
  .tmbf__review li { min-height: 190px; padding: 28px 20px; border-right: 1px solid var(--tmbf-line); grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .tmbf { padding: 84px 20px 92px !important; background-size: 76px 76px, 76px 76px, auto; }
  .tmbf__ghost { top: 4%; right: -25%; font-size: 52vw; }
  .tmbf__intro { gap: 50px; }
  .tmbf__intro h2 { margin-top: 40px; font-size: clamp(46px, 13vw, 60px) !important; }
  .tmbf__intro-answer { padding-left: 18px; }
  .tmbf__progress-wrap { margin-top: 68px; }
  .tmbf__progress-copy > span:last-child { display: none; }
  .tmbf__workspace { margin-top: 38px; }
  .tmbf__form { min-height: 0; padding: 36px 20px; }
  .tmbf__step legend { font-size: 43px !important; }
  .tmbf__choices--two,
  .tmbf__choices--three,
  .tmbf__fields--two { grid-template-columns: 1fr; }
  .tmbf__choices--two .tmbf__choice:last-child,
  .tmbf__field--wide { grid-column: 1; }
  .tmbf__choice-body { min-height: 150px; padding: 25px 20px; }
  .tmbf__choice-body > small { left: 20px; }
  .tmbf__choice-body > b { right: 20px; }
  .tmbf__choices--compact .tmbf__choice-body { min-height: 136px; }
  .tmbf__fields { gap: 30px; }
  .tmbf__field input,
  .tmbf__field select,
  .tmbf__field textarea { font-size: 16px !important; }
  .tmbf__actions { align-items: stretch; flex-direction: column-reverse; }
  .tmbf__actions button { width: 100%; margin-left: 0; }
  .tmbf__review { padding: 32px 20px; }
  .tmbf__review ol { grid-template-columns: 1fr; }
  .tmbf__review li { min-height: 160px; padding: 28px 0; border-right: 0; }
  .tmbf__success { min-height: 0; padding: 54px 20px; }
  .tmbf__success h3 { font-size: 47px !important; }
  .tmbf__success > div { align-items: stretch; flex-direction: column; }
  .tmbf__success a { justify-content: space-between; padding: 15px 0; }
}

@media (max-width: 390px) {
  .tmbf__intro h2 { font-size: 44px !important; }
  .tmbf__step legend { font-size: 40px !important; }
}

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