/* Brand-only overrides. Do not edit the Webflow CSS files. */

:root {
  --content-max-width: 1280px;
}

html {
  scroll-padding-top: var(--_measures---margins--navbar-height, 96px);
  overflow-x: clip;
}

.navigation-content {
  max-width: var(--content-max-width);
}

.navbar,
.page-wrapper,
.page-main {
  max-width: 100%;
}

.button,
a.button,
button.button {
  white-space: nowrap;
  flex-shrink: 0;
  width: max-content;
  min-width: fit-content;
}

.price-card .button,
.lead-form .button {
  width: 100%;
}

.button.is-primary {
  background-color: var(--_colors---aint-black, #1f232a);
  color: var(--_colors---ivory, #f0f5fa);
}

.button.is-primary:hover {
  background-color: var(--_colors---aint-black, #1f232a);
  color: var(--_colors---ivory, #f0f5fa);
}

.link-block {
  width: auto;
  min-width: 168px;
  height: var(--_measures---margins--navbar-height, 96px);
  background-image: none;
  display: inline-flex;
  align-items: center;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: lowercase;
  color: var(--_colors---aint-black, #1f232a);
  text-decoration: none;
}

/* Contact form sits where Calendly used to. Let it size to content. */
.iframe-widget {
  min-height: 0;
}

.iframe-widget-size {
  width: min(640px, 100%);
  height: auto;
  min-height: 0;
  align-self: center;
}

.lead-form {
  text-align: left;
  background-color: var(--_colors---ivory, #f0f5fa);
  border-radius: var(--_measures---radius--radius, 16px);
  padding: 32px 28px 28px;
}

.lead-form label {
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--_colors---aint-black, #1f232a);
  margin-bottom: 8px;
}

.lead-form .w-input,
.lead-form .w-select {
  height: auto;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
  line-height: 1.4;
  color: var(--_colors---aint-black, #1f232a);
  background-color: #fff;
  border: 1px solid rgba(31, 35, 42, 0.22);
  border-radius: 8px;
}

.lead-form .w-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%231f232a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.lead-form textarea.w-input {
  min-height: 120px;
  resize: vertical;
}

.lead-form .w-input:focus,
.lead-form .w-select:focus {
  border-color: var(--_colors---aint-black, #1f232a);
  outline: 2px solid transparent;
}

.lead-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form .form-error,
.lead-form .form-success {
  display: none;
  margin-top: 16px;
}

.lead-form.is-success .form-fields {
  display: none;
}

.lead-form.is-success .form-success {
  display: block;
}

.lead-form.is-error .form-error {
  display: block;
}

.lead-form .form-legal {
  margin-top: 16px;
}

.lead-form .button[disabled] {
  opacity: 0.55;
  pointer-events: none;
}

.price-block {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}

.spend-matcher {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.spend-legend {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 16px;
  padding: 0 8px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.spend-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
  width: min(420px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 4px;
  border-radius: 999px;
  background: rgba(31, 35, 42, 0.08);
  box-sizing: border-box;
}

.spend-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.spend-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.spend-chip.is-on,
.spend-chip:has(input:checked) {
  background: var(--_colors---aint-black, #1f232a);
  color: var(--_colors---ivory, #f0f5fa);
}

.spend-chip:focus-within {
  outline: 2px solid var(--_colors---aint-black, #1f232a);
  outline-offset: 3px;
}

.spend-chip-name {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.spend-chip-label {
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 12px;
  white-space: nowrap;
  opacity: 0.75;
}

.spend-hint {
  margin: 14px 0 0;
  padding: 0 12px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.spend-notyet {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  align-items: stretch;
}

.price-card {
  background: #fff;
  border: 1px solid rgba(31, 35, 42, 0.12);
  border-radius: 20px;
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  position: relative;
}

.price-card.is-featured {
  border-color: rgba(31, 35, 42, 0.22);
}

.price-art {
  display: block;
  width: auto;
  max-width: 180px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 4px;
  mix-blend-mode: multiply;
}

.pricing-page .article-hero-content {
  padding-top: var(--_measures---margins--navbar-height, 96px);
}

.pricing-page .article-intro {
  padding-top: 48px;
  padding-bottom: 8px;
  gap: 16px;
}

.pricing-page .article-h1 {
  letter-spacing: -0.03em;
}

.pricing-page .lp-wrap {
  padding-top: 24px;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: max-content;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--_colors---aint-black, #1f232a);
  color: var(--_colors---ivory, #f0f5fa);
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.price-badge[hidden] {
  display: none;
}

.price-card .price-name {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: none;
}

.price-card .price-amount {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 36px;
  line-height: 1.05;
}

.price-card .price-amount span {
  font-size: 16px;
  font-weight: 400;
}

.price-card .price-for {
  margin: 0;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
}

.price-card .price-cap {
  margin: 0 0 8px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 14px;
}

.price-card .button {
  margin: 8px 0 12px;
}

.price-plus {
  margin: 8px 0 0;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 13px;
}

.price-card ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 15px;
  line-height: 1.45;
  padding: 6px 0;
  border: 0;
}

.price-check {
  flex-shrink: 0;
  margin-top: 3px;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.compare-box {
  background: var(--_colors---ivory, #f0f5fa);
  border-radius: 16px;
  padding: 28px 24px;
}

.econ-table {
  width: 100%;
  max-width: 720px;
  margin: 24px auto 0;
  border-collapse: collapse;
  font-family: var(--_fonts---lora, Lora, serif);
}

.econ-table th,
.econ-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 35, 42, 0.14);
  vertical-align: top;
}

.econ-table th {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.econ-table td.num {
  font-variant-numeric: tabular-nums;
}

.econ-table tr.total td {
  font-weight: 700;
  border-bottom: none;
}

.econ-table .good {
  background: rgba(31, 35, 42, 0.04);
}

.situation-grid,
.labor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: var(--content-max-width);
  margin: 0 auto;
}

.labor-grid {
  grid-template-columns: 1fr 1fr;
}

.situation-card,
.labor-card {
  background: var(--_colors---ivory, #f0f5fa);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
}

.step-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  text-align: left;
}

.step-num {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 22px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.faq-list details {
  border-top: 1px solid rgba(31, 35, 42, 0.14);
  padding: 16px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(31, 35, 42, 0.14);
}

.faq-list summary {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 16px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 12px 0 4px;
}

.lp-wrap {
  width: min(var(--content-max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

.lp-kicker {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

a.button-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
  color: var(--_colors---aint-black, #1f232a);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.nav-cta {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.dont-list {
  max-width: 720px;
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.dont-list li {
  padding: 10px 0;
  border-top: 1px solid rgba(31, 35, 42, 0.12);
  font-family: var(--_fonts---lora, Lora, serif);
}

.fineprint {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.8;
}

.hero-content-wide.full-mobile {
  background-image: url('../images/draws/hero.jpg');
  background-color: #f4efe4;
}

.hero-content-wide.full-mobile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(244, 239, 228, 0.92) 0%, rgba(244, 239, 228, 0.55) 38%, rgba(244, 239, 228, 0.08) 72%);
}

.hero-content-wide.full-mobile .background-full {
  object-position: 82% 50%;
  object-fit: cover;
}

.hero-section .hero-text,
.hero-section .hero-scroll {
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .hero-content-wide.full-mobile {
    align-items: flex-start;
    justify-content: center;
  }

  .hero-content-wide.full-mobile .hero-text {
    align-items: flex-start;
    text-align: left;
    max-width: 560px;
    padding-top: 96px;
    padding-left: 48px;
  }

  .hero-content-wide.full-mobile .heading,
  .hero-content-wide.full-mobile .tagline-large,
  .hero-content-wide.full-mobile .body-text-large {
    text-align: left;
  }
}

.situation-card img,
.labor-card img {
  display: block;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
  margin: -24px -24px 16px;
  width: calc(100% + 48px);
  max-width: none;
}

.contact-hero-section + .contact-absolute-div .contact-background,
.contact-background {
  object-fit: cover;
  object-position: 50% 45%;
  filter: none;
}

@media screen and (max-width: 991px) {
  .price-grid,
  .compare-row,
  .situation-grid,
  .labor-grid {
    grid-template-columns: 1fr;
  }

  .price-card.is-featured {
    order: -1;
  }

  .price-art {
    height: 80px;
  }

  .step-row {
    grid-template-columns: 48px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    width: 168px;
  }

  .lead-form {
    padding: 24px 18px 20px;
  }

  .spend-track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .spend-chip {
    width: 100%;
    padding: 10px 4px;
  }

  .spend-chip-label {
    display: none;
  }
}

/* Get-started funnel — app surface, not a marketing form. */
.funnel-page {
  min-height: 100vh;
  padding: calc(var(--_measures---margins--navbar-height, 96px) + 32px) 24px 64px;
  background: #f4efe4;
}

.funnel {
  width: min(720px, 100%);
  margin: 0 auto;
}

.funnel-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  min-height: 48px;
}

.funnel-back {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 4px;
  border: 0;
  background: none;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
  color: var(--_colors---aint-black, #1f232a);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.funnel-back[hidden] {
  display: none;
}

.funnel-progress {
  flex: 1;
  min-width: 0;
}

.funnel-progress-label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.funnel-bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(31, 35, 42, 0.12);
  overflow: hidden;
}

.funnel-bar-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--_colors---aint-black, #1f232a);
  transition: width 0.25s ease;
}

.funnel-stage:focus,
.funnel-stage:focus-visible {
  outline: none;
}

.funnel-panel {
  text-align: left;
}

.funnel-kicker {
  margin: 0 0 12px;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.funnel-h1 {
  margin: 0 0 32px;
  padding: 0;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: clamp(1.5rem, 4.2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--_colors---aint-black, #1f232a);
  overflow: visible;
  text-wrap: balance;
}

.funnel-h1:focus,
.funnel-h1:focus-visible {
  outline: none;
}

.funnel-support {
  margin: 0 0 28px;
  max-width: 56ch;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  overflow: visible;
}

.funnel-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.funnel-card {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 35, 42, 0.16);
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.funnel-card:hover,
.funnel-card:focus-visible {
  border-color: var(--_colors---aint-black, #1f232a);
}

.funnel-card:focus-visible {
  outline: 2px solid var(--_colors---aint-black, #1f232a);
  outline-offset: 2px;
}

.funnel-card.is-on {
  border-color: var(--_colors---aint-black, #1f232a);
  outline: 1px solid var(--_colors---aint-black, #1f232a);
  background: var(--_colors---ivory, #f0f5fa);
}

.funnel-card-label {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.funnel-extra {
  margin-top: 20px;
}

.funnel-label {
  display: block;
  margin: 0 0 8px;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 14px;
}

.funnel-input {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(31, 35, 42, 0.22);
  border-radius: 8px;
  background: #fff;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
  line-height: 1.4;
  color: var(--_colors---aint-black, #1f232a);
}

.funnel-input:focus {
  border-color: var(--_colors---aint-black, #1f232a);
  outline: 2px solid transparent;
}

.funnel-textarea {
  min-height: 120px;
  resize: vertical;
}

.funnel-continue {
  width: 100%;
  margin-top: 8px;
}

.funnel-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.funnel-actions .button {
  width: 100%;
}

.funnel-plan {
  margin: 0 0 24px;
  padding: 20px 20px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--_colors---aint-black, #1f232a);
}

.funnel-plan-kicker {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.funnel-plan-name {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 22px;
  line-height: 1.15;
}

.funnel-plan-fee {
  margin-top: 6px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
}

.funnel-math {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: stretch;
  margin: 0 0 24px;
}

.funnel-math-item {
  padding: 16px 12px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.funnel-math-item.is-total {
  background: var(--_colors---aint-black, #1f232a);
  color: var(--_colors---ivory, #f0f5fa);
}

.funnel-math-num {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 20px;
  line-height: 1.1;
}

.funnel-math-cap {
  margin-top: 6px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 14px;
}

.funnel-math-op {
  align-self: center;
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 18px;
}

.funnel-note,
.funnel-legal {
  margin: 16px 0 0;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 14px;
  line-height: 1.45;
}

.funnel-field-error {
  margin: 0 0 16px;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 15px;
}

.funnel-readonly {
  margin: 0 0 20px;
}

.funnel-readonly-value {
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(31, 35, 42, 0.06);
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
}

.funnel-summary {
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.funnel-summary div {
  display: grid;
  grid-template-columns: minmax(8rem, 40%) 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(31, 35, 42, 0.12);
}

.funnel-summary dt {
  font-family: var(--_fonts---unbounded, Unbounded, sans-serif);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.funnel-summary dd {
  margin: 0;
  font-family: var(--_fonts---lora, Lora, serif);
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .funnel-cards {
    grid-template-columns: 1fr 1fr;
  }

  .funnel-card {
    min-height: 72px;
  }

  .funnel-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .funnel-bar-fill {
    transition: none;
  }
}
