body.tcs-landing-page {
  background: #fbf7ef;
}

body.tcs-landing-page .entry-header,
body.tcs-landing-page .page-header,
body.tcs-landing-page .entry-title,
body.tcs-landing-page .post-thumbnail,
body.tcs-landing-page .entry-footer,
body.tcs-landing-page .comments-area {
  display: none !important;
}

body.tcs-landing-page #secondary,
body.tcs-landing-page .secondary,
body.tcs-landing-page .sidebar,
body.tcs-landing-page .side-bar,
body.tcs-landing-page .widget-area,
body.tcs-landing-page .primary-sidebar,
body.tcs-landing-page .secondary-sidebar,
body.tcs-landing-page .right-sidebar,
body.tcs-landing-page .left-sidebar {
  display: none !important;
}

body.tcs-landing-page #primary,
body.tcs-landing-page .site-main,
body.tcs-landing-page main,
body.tcs-landing-page .content,
body.tcs-landing-page .main-content,
body.tcs-landing-page .site-main,
body.tcs-landing-page .content-area,
body.tcs-landing-page .site-content,
body.tcs-landing-page article,
body.tcs-landing-page .entry-content,
body.tcs-landing-page .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.tcs-landing-page .entry-content > * {
  max-width: none;
}

.tcs-landing {
  --tcs-ink: #15120f;
  --tcs-muted: #675f57;
  --tcs-paper: #fbf7ef;
  --tcs-warm: #efe2cc;
  --tcs-line: rgba(21, 18, 15, .14);
  --tcs-accent: #9a4f2c;
  --tcs-deep: #25342f;
  --tcs-cream: #fffaf1;
  color: var(--tcs-ink);
  width: 100%;
  max-width: none;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, .96), rgba(251, 247, 239, 1) 720px),
    radial-gradient(circle at 85% 110px, rgba(154, 79, 44, .12), transparent 360px);
  overflow: hidden;
}

.tcs-landing * {
  box-sizing: border-box;
}

.tcs-landing h1,
.tcs-landing h2,
.tcs-landing h3,
.tcs-landing p,
.tcs-landing li {
  letter-spacing: 0;
}

.tcs-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 70px));
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 250, 241, .58), transparent 260px),
    linear-gradient(135deg, #fffaf1 0%, #f0dfc5 46%, #d9b98f 100%);
}

.tcs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(21, 18, 15, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 18, 15, .06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.34), transparent 76%);
}

.tcs-hero--split {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
}

.tcs-hero__copy {
  width: min(720px, 100%);
  margin-left: auto;
  padding: clamp(60px, 9vw, 120px) clamp(20px, 5vw, 56px) clamp(52px, 7vw, 96px);
  align-self: center;
}

.tcs-kicker,
.tcs-section__eyebrow,
.tcs-card-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
  color: var(--tcs-accent);
  font-weight: 850;
}

.tcs-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: .88;
  font-weight: 900;
  text-wrap: balance;
}

.tcs-lead {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(1.12rem, 1.65vw, 1.42rem);
  line-height: 1.58;
  color: var(--tcs-muted);
}

.tcs-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
}

.tcs-button,
.tcs-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border-radius: 6px;
  background: var(--tcs-ink);
  color: #fff !important;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: 0 14px 28px rgba(21, 18, 15, .16);
}

.tcs-button:hover {
  transform: translateY(-1px);
}

.tcs-link,
.tcs-link:visited {
  color: var(--tcs-ink);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tcs-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.tcs-proofline span {
  border: 1px solid var(--tcs-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .56);
  font-size: .9rem;
  font-weight: 750;
}

.tcs-hero__media {
  position: relative;
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(36px, 6vw, 82px) clamp(20px, 5vw, 56px) clamp(30px, 5vw, 70px) clamp(20px, 4vw, 42px);
}

.tcs-hero__media::before {
  content: "";
  position: absolute;
  width: min(54vw, 560px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 250, 241, .44);
  filter: blur(2px);
}

.tcs-hero__media img {
  position: relative;
  width: min(100%, 560px);
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 44px rgba(55, 42, 28, .22));
}

.tcs-section,
.tcs-final {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.tcs-section {
  padding: clamp(64px, 8vw, 112px) 0;
  border-bottom: 1px solid var(--tcs-line);
}

.tcs-section--intro {
  width: min(920px, calc(100% - 40px));
  text-align: center;
}

.tcs-section h2,
.tcs-final h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: .96;
  text-wrap: balance;
}

.tcs-section p {
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--tcs-muted);
}

.tcs-section--intro p:not(.tcs-section__eyebrow) {
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
}

.tcs-section-head {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}

.tcs-steps,
.tcs-offers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tcs-steps--three,
.tcs-offers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcs-steps article,
.tcs-offers article,
.tcs-panel {
  min-height: 100%;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--tcs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 42px rgba(49, 38, 27, .06);
}

.tcs-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--tcs-deep);
  color: #fff;
  font-weight: 900;
}

.tcs-steps h3,
.tcs-offers h3 {
  margin: 0 0 10px;
  font-size: 1.34rem;
}

.tcs-steps p,
.tcs-offers p {
  margin-bottom: 0;
}

.tcs-offers a {
  display: inline-block;
  margin-top: 18px;
  font-weight: 850;
  color: var(--tcs-accent);
}

.tcs-band {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(62px, 8vw, 112px) max(24px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border: 0;
  background:
    linear-gradient(120deg, rgba(255, 250, 241, .92), rgba(239, 226, 204, .72)),
    radial-gradient(circle at 8% 15%, rgba(154, 79, 44, .08), transparent 300px);
}

.tcs-checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcs-checks li {
  position: relative;
  padding: 0 0 18px 32px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--tcs-line);
  line-height: 1.58;
}

.tcs-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .38em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--tcs-accent);
}

.tcs-matrix,
.tcs-contact-list {
  display: grid;
  gap: 12px;
}

.tcs-matrix p,
.tcs-contact-list p {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--tcs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
}

.tcs-quote {
  width: min(980px, calc(100% - 40px));
  text-align: center;
  border-bottom: 0;
}

.tcs-quote blockquote {
  margin: 0;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: .98;
  font-weight: 900;
}

.tcs-quote p {
  margin-top: 20px;
}

.tcs-final {
  margin-top: clamp(44px, 7vw, 90px);
  margin-bottom: 0;
  padding: clamp(46px, 7vw, 86px) clamp(24px, 6vw, 72px);
  border-radius: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, .12), transparent 260px),
    var(--tcs-deep);
  color: #fff;
  text-align: center;
}

.tcs-final p {
  max-width: 740px;
  margin: 20px auto 28px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.tcs-final .tcs-button {
  background: #fff;
  color: var(--tcs-ink) !important;
}

.tcs-landing--services {
  --tcs-accent: #7e4f86;
  --tcs-deep: #263544;
}

.tcs-landing--home {
  --tcs-accent: #8c5133;
  --tcs-deep: #202b27;
}

.tcs-landing--home .tcs-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 250, 241, .58), transparent 260px),
    linear-gradient(135deg, #fffaf1 0%, #efe0c5 48%, #caa57b 100%);
}

.tcs-home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, calc(100vh - 64px));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 43, 39, .95), rgba(32, 43, 39, .72) 45%, rgba(251, 247, 239, .1) 45%),
    radial-gradient(circle at 80% 16%, rgba(255, 250, 241, .44), transparent 300px),
    linear-gradient(135deg, #2a241f 0%, #d8b889 100%);
}

.tcs-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 241, .07) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.52), transparent 72%);
}

.tcs-home-hero__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(58px, 8vw, 118px) 0;
}

.tcs-home-hero__copy {
  color: #fff7ea;
}

.tcs-home-hero__copy .tcs-kicker {
  color: #e7bd7a;
}

.tcs-home-hero__copy h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 7.6rem);
  line-height: .86;
  font-weight: 950;
  text-wrap: balance;
}

.tcs-home-hero__copy .tcs-lead {
  color: rgba(255, 247, 234, .78);
}

.tcs-home-hero__copy .tcs-link,
.tcs-home-hero__copy .tcs-link:visited {
  color: #fff7ea;
  text-decoration-color: rgba(231, 189, 122, .85);
}

.tcs-home-hero__copy .tcs-button {
  background: #fff7ea;
  color: #19130f !important;
}

.tcs-home-hero__copy .tcs-proofline span {
  color: #fff7ea;
  border-color: rgba(255, 247, 234, .22);
  background: rgba(255, 247, 234, .08);
}

.tcs-home-hero__stage {
  position: relative;
  min-height: 560px;
}

.tcs-home-portrait {
  position: absolute;
  inset: 8% 5% auto auto;
  width: min(420px, 80%);
  aspect-ratio: .78;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  border: 1px solid rgba(255, 250, 241, .42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 28%, rgba(255, 250, 241, .55), transparent 96px),
    linear-gradient(145deg, rgba(255,250,241,.78), rgba(230,196,149,.62));
  box-shadow: 0 34px 90px rgba(32, 24, 17, .32);
}

.tcs-home-portrait::before {
  content: "T";
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: #201b16;
  color: #fff7ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(32, 24, 17, .24);
}

.tcs-home-portrait span {
  position: relative;
  color: #201b16;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .9;
  font-weight: 950;
}

.tcs-home-note {
  position: absolute;
  width: min(280px, 62%);
  padding: 18px;
  border: 1px solid rgba(32, 24, 17, .12);
  border-radius: 8px;
  background: rgba(255, 250, 241, .9);
  box-shadow: 0 18px 45px rgba(32, 24, 17, .16);
}

.tcs-home-note strong,
.tcs-home-note span {
  display: block;
}

.tcs-home-note strong {
  margin-bottom: 7px;
  color: #8c5133;
  text-transform: uppercase;
  font-size: .76rem;
  letter-spacing: .12em;
}

.tcs-home-note span {
  color: #2f2923;
  line-height: 1.45;
  font-weight: 750;
}

.tcs-home-note--one {
  left: 0;
  top: 8%;
}

.tcs-home-note--two {
  right: 0;
  top: 56%;
}

.tcs-home-note--three {
  left: 7%;
  bottom: 2%;
}

.tcs-landing--services .tcs-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 250, 241, .58), transparent 260px),
    linear-gradient(135deg, #f8f1ea 0%, #dedbc7 48%, #b8c5ca 100%);
}

.tcs-landing--contact {
  --tcs-accent: #8d5f22;
  --tcs-deep: #302b24;
}

.tcs-landing--contact .tcs-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 250, 241, .58), transparent 260px),
    linear-gradient(135deg, #fff6e8 0%, #ead2aa 52%, #b58c68 100%);
}

.tcs-offers--home article {
  position: relative;
  overflow: hidden;
}

.tcs-offers--home article::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(154, 79, 44, .08);
}

.tcs-testimonials {
  display: grid;
  gap: 14px;
}

.tcs-testimonials article,
.tcs-testimonials blockquote {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--tcs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.tcs-testimonials h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.tcs-testimonials p {
  margin: 0;
  color: var(--tcs-ink);
  font-size: 1.08rem;
  line-height: 1.55;
}

.tcs-testimonials cite {
  display: block;
  margin-top: 12px;
  color: var(--tcs-muted);
  font-style: normal;
  font-weight: 850;
}

.tcs-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(46px, 7vw, 82px);
  border: 1px solid rgba(255, 247, 234, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(231, 189, 122, .2), transparent 260px),
    linear-gradient(145deg, #201b16, #2d2721 62%, #171411);
  color: #fff7ea;
}

.tcs-newsletter h2,
.tcs-newsletter h3 {
  color: #fff7ea;
}

.tcs-newsletter .tcs-section__eyebrow {
  color: #e7bd7a;
}

.tcs-newsletter__copy p {
  color: rgba(255, 247, 234, .76);
}

.tcs-newsletter__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tcs-newsletter__copy li {
  border: 1px solid rgba(255, 247, 234, .18);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 247, 234, .82);
  font-size: .92rem;
  font-weight: 800;
}

.tcs-newsletter__form {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: rgba(255, 250, 241, .94);
  color: #201b16;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.tcs-newsletter__form h3 {
  margin: 0 0 16px;
  color: #201b16;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.tcs-newsletter__form form,
.tcs-newsletter__form .mailpoet_form {
  margin: 0;
}

.tcs-newsletter__form input[type="text"],
.tcs-newsletter__form input[type="email"],
.tcs-newsletter__form input[type="submit"],
.tcs-newsletter__form button,
.tcs-newsletter__form .mailpoet_submit {
  width: 100% !important;
  min-height: 46px;
  border-radius: 6px !important;
}

.tcs-newsletter__form input[type="text"],
.tcs-newsletter__form input[type="email"] {
  border: 1px solid rgba(32, 27, 22, .18) !important;
  background: #fff !important;
  color: #201b16 !important;
  padding: 12px 13px !important;
}

.tcs-newsletter__form input[type="submit"],
.tcs-newsletter__form button,
.tcs-newsletter__form .mailpoet_submit {
  border: 0 !important;
  background: #201b16 !important;
  color: #fff7ea !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.tcs-newsletter__note,
.tcs-newsletter__fallback {
  margin: 14px 0 0;
  color: rgba(32, 27, 22, .68) !important;
  font-size: .92rem !important;
  line-height: 1.45 !important;
}

.tcs-newsletter__fallback a {
  color: #8c5133;
  font-weight: 850;
}

@media (max-width: 920px) {
  .tcs-home-hero {
    min-height: auto;
  }

  .tcs-home-hero__inner {
    grid-template-columns: 1fr;
  }

  .tcs-home-hero__stage {
    min-height: 520px;
  }

  .tcs-home-portrait {
    inset: 0 auto auto 50%;
    transform: translateX(-50%);
    width: min(360px, 78vw);
  }

  .tcs-home-note {
    width: min(300px, 72vw);
  }

  .tcs-home-note--one {
    left: 0;
    top: 42px;
  }

  .tcs-home-note--two {
    right: 0;
    top: 270px;
  }

  .tcs-home-note--three {
    left: 0;
    bottom: 0;
  }

  .tcs-hero--split,
  .tcs-section-head,
  .tcs-newsletter,
  .tcs-band {
    grid-template-columns: 1fr;
  }

  .tcs-hero {
    min-height: auto;
  }

  .tcs-hero__copy {
    width: min(100% - 40px, 760px);
    margin-inline: auto;
    padding-bottom: 26px;
  }

  .tcs-hero__media {
    padding: 0 20px 42px;
  }

  .tcs-hero__media img {
    width: min(78vw, 480px);
  }

  .tcs-steps,
  .tcs-steps--three,
  .tcs-offers {
    grid-template-columns: 1fr;
  }

  .tcs-section {
    padding-block: 56px;
  }
}

@media (max-width: 560px) {
  .tcs-landing {
    margin-top: 0;
  }

  .tcs-home-hero__inner {
    width: min(100% - 28px, 1180px);
  }

  .tcs-home-hero__copy h1 {
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  .tcs-home-hero__stage {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .tcs-home-portrait,
  .tcs-home-note {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
  }

  .tcs-home-portrait {
    min-height: 360px;
  }

  .tcs-hero h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .tcs-actions {
    align-items: stretch;
  }

  .tcs-button {
    width: 100%;
  }
}
