.tf-page-shell {
  margin-block-start: 0;
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 64px);
  background: var(--tf-paper);
}

.tf-page-shell .wp-block-post-title {
  max-width: 940px;
  margin: 0 auto 28px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-page);
  line-height: var(--tf-leading-tight);
}

.tf-page-shell .wp-block-post-content {
  max-width: 1120px;
  margin-inline: auto;
}

.tf-page-shell .wp-block-post-content:has(.tf-about-page),
.tf-page-shell .wp-block-post-content:has(.tf-contact-page) {
  max-width: 1240px;
}

.tf-about-page {
  max-width: 1240px;
  margin-inline: auto;
}

.tf-page-shell .wp-block-post-content:has(.tf-about-page) {
  margin-top: 0;
}

.tf-about-hero,
.tf-about-mission,
.tf-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.62fr);
  gap: clamp(26px, 4.4vw, 58px);
  align-items: center;
}

.tf-about-hero {
  padding-bottom: clamp(38px, 5.6vw, 68px);
}

.tf-about-hero-copy h1,
.tf-about-mission h2,
.tf-about-story h2,
.tf-about-cta h2 {
  margin: 0;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  line-height: 0.98;
}

.tf-about-hero-copy h1 {
  max-width: 760px;
  font-size: var(--tf-type-page);
  line-height: var(--tf-leading-tight);
  overflow-wrap: break-word;
}

.tf-about-hero-copy > p:not(.tf-section-eyebrow),
.tf-about-copy p,
.tf-about-story p,
.tf-about-cta p {
  color: var(--tf-muted);
  font-size: var(--tf-type-body);
  line-height: var(--tf-leading-body);
}

.tf-about-hero-copy > p:not(.tf-section-eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  font-size: var(--tf-type-lede);
}

.tf-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tf-button-outline {
  border: 1px solid rgba(73, 99, 51, 0.24);
  color: var(--tf-moss);
  background: var(--tf-panel-stone);
}

.tf-button-outline:hover {
  transform: translateY(-2px);
  border-color: var(--tf-moss);
  color: var(--tf-charcoal);
}

.tf-about-hero-image,
.tf-about-story figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(73, 99, 51, 0.16);
  background: var(--tf-stone);
  box-shadow: var(--tf-soft-shadow);
}

.tf-about-hero-image {
  aspect-ratio: 4 / 4.35;
}

.tf-about-story figure {
  aspect-ratio: 4 / 3;
}

.tf-about-hero-image img,
.tf-about-story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-about-mission {
  align-items: start;
  padding: clamp(36px, 5.5vw, 66px) 0;
  border-top: 1px solid var(--tf-line);
}

.tf-about-mission h2,
.tf-about-story h2,
.tf-about-cta h2 {
  font-size: var(--tf-type-section);
}

.tf-about-copy {
  padding-top: 6px;
}

.tf-about-copy p:first-child,
.tf-about-story p:first-of-type {
  margin-top: 0;
}

.tf-about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: clamp(38px, 5.8vw, 70px);
}

.tf-about-principles article {
  min-height: 236px;
  padding: 24px;
  border: 1px solid var(--tf-line);
  border-radius: 16px;
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tf-about-principles article:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 99, 51, 0.28);
  box-shadow: var(--tf-soft-shadow);
}

.tf-about-principles span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--tf-moss);
  font-weight: 860;
}

.tf-about-principles h3 {
  margin: 0 0 14px;
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-about-principles p {
  color: var(--tf-muted);
  line-height: 1.62;
}

.tf-about-story {
  padding: clamp(34px, 5vw, 58px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(220, 233, 130, 0.14), transparent 24rem),
    var(--tf-stone);
}

.tf-about-cta {
  margin-top: clamp(38px, 5.8vw, 70px);
  padding: clamp(30px, 4.5vw, 46px);
  border-radius: 22px;
  background: var(--tf-charcoal);
  color: var(--tf-paper);
}

.tf-about-cta h2 {
  max-width: 780px;
  color: var(--tf-paper);
}

.tf-about-cta p {
  max-width: 720px;
  color: rgba(251, 248, 237, 0.78);
}

.tf-about-page p.tf-section-eyebrow {
  color: var(--tf-moss);
}

.tf-about-cta p.tf-section-eyebrow {
  color: var(--tf-gold);
}

.tf-contact-page {
  max-width: 1240px;
  margin-inline: auto;
}

.tf-contact-hero,
.tf-contact-process,
.tf-contact-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.66fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.tf-contact-hero {
  padding-bottom: clamp(28px, 5vw, 54px);
}

.tf-contact-hero-copy h1,
.tf-contact-card h2,
.tf-contact-process h2,
.tf-contact-note h2 {
  margin: 0;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  line-height: 0.98;
}

.tf-contact-hero-copy h1 {
  max-width: 760px;
  font-size: var(--tf-type-page);
  line-height: var(--tf-leading-tight);
  overflow-wrap: break-word;
}

.tf-contact-process h2,
.tf-contact-note h2 {
  font-size: var(--tf-type-section);
}

.tf-contact-hero-copy > p:not(.tf-section-eyebrow),
.tf-contact-card p,
.tf-contact-methods p,
.tf-contact-steps p,
.tf-contact-note p {
  color: var(--tf-muted);
  font-size: var(--tf-type-body);
  line-height: var(--tf-leading-body);
}

.tf-contact-hero-copy > p:not(.tf-section-eyebrow) {
  max-width: 680px;
  margin-top: 20px;
  font-size: var(--tf-type-lede);
}

.tf-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.tf-contact-page p.tf-section-eyebrow {
  color: var(--tf-moss);
}

.tf-contact-card {
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(73, 99, 51, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 243, 0.94), var(--tf-panel-stone)),
    var(--tf-stone);
  box-shadow: var(--tf-soft-shadow);
}

.tf-contact-card > span,
.tf-contact-methods span,
.tf-contact-steps span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--tf-moss);
  font-size: var(--tf-type-label);
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-contact-card h2 {
  font-size: var(--tf-type-subsection);
}

.tf-contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.tf-contact-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tf-contact-trust-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--tf-ash);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
}

.tf-contact-trust-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--tf-leaf);
  box-shadow: 0 0 0 5px rgba(154, 203, 72, 0.14);
}

.tf-contact-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.tf-contact-path article {
  padding: 24px;
  border: 1px solid rgba(73, 99, 51, 0.14);
  border-radius: 18px;
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tf-contact-path span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--tf-moss);
  font-weight: 860;
}

.tf-contact-path h2 {
  margin: 0 0 10px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-contact-path p {
  margin-bottom: 0;
  color: var(--tf-muted);
  line-height: 1.6;
}

.tf-contact-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: clamp(38px, 6vw, 66px);
}

.tf-intake-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(73, 99, 51, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 243, 0.96), rgba(223, 230, 216, 0.72)),
    var(--tf-panel);
  box-shadow: var(--tf-soft-shadow);
}

.tf-intake-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-section);
  line-height: var(--tf-leading-heading);
}

.tf-intake-copy p {
  max-width: 560px;
  color: var(--tf-muted);
  font-size: var(--tf-type-lede);
  line-height: var(--tf-leading-body);
}

.tf-intake-assurance {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.tf-intake-assurance span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tf-ash);
  font-size: 0.96rem;
  font-weight: 780;
}

.tf-intake-assurance span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--tf-leaf);
  box-shadow: 0 0 0 5px rgba(154, 203, 72, 0.14);
}

.tf-intake-form {
  display: grid;
  gap: 16px;
}

.tf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tf-intake-form label {
  display: grid;
  gap: 8px;
  color: var(--tf-ash);
  font-size: 0.86rem;
  font-weight: 820;
}

.tf-intake-form input,
.tf-intake-form select,
.tf-intake-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(47, 51, 42, 0.18);
  border-radius: 14px;
  background: rgba(255, 253, 243, 0.86);
  color: var(--tf-ink);
  font: inherit;
  font-size: 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tf-intake-form textarea {
  min-height: 138px;
  resize: vertical;
}

.tf-intake-form input:focus,
.tf-intake-form select:focus,
.tf-intake-form textarea:focus {
  outline: none;
  border-color: rgba(73, 99, 51, 0.58);
  background: var(--tf-paper);
  box-shadow: 0 0 0 4px rgba(154, 203, 72, 0.16);
}

.tf-consent-row {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--tf-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
}

.tf-consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--tf-moss);
}

.tf-intake-form .tf-button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.tf-intake-status {
  min-height: 24px;
  margin: 0;
  color: var(--tf-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tf-contact-methods a,
.tf-contact-steps article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  background: var(--tf-panel);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tf-contact-methods a:hover,
.tf-contact-steps article:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 99, 51, 0.28);
  box-shadow: var(--tf-soft-shadow);
}

.tf-contact-methods strong,
.tf-contact-steps h3 {
  display: block;
  margin: 0 0 12px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-contact-process {
  align-items: start;
  padding: clamp(54px, 7vw, 90px) 0;
  border-top: 1px solid var(--tf-line);
}

.tf-contact-steps {
  display: grid;
  gap: 16px;
}

.tf-contact-steps article {
  min-height: auto;
}

.tf-contact-note {
  margin-top: clamp(18px, 4vw, 34px);
  padding: clamp(36px, 6vw, 58px);
  border-radius: 24px;
  background: var(--tf-charcoal);
  color: var(--tf-paper);
}

.tf-contact-note h2 {
  color: var(--tf-paper);
}

.tf-contact-note p:last-child {
  color: rgba(251, 248, 237, 0.78);
}

.tf-blog-page {
  max-width: 1240px;
  margin-inline: auto;
}

.tf-page-shell .wp-block-post-content:has(.tf-blog-page) {
  max-width: 1240px;
}

.tf-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  padding-bottom: clamp(26px, 4vw, 46px);
}

.tf-blog-hero h1,
.tf-blog-topics h2,
.tf-single-post-hero .wp-block-post-title {
  margin: 0;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  line-height: 1;
}

.tf-blog-hero h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 4.8vw, 4.4rem);
  line-height: 1.03;
}

.tf-blog-hero p,
.tf-blog-hero-panel p,
.tf-blog-feature-card p,
.tf-blog-mini-card p,
.tf-blog-newsletter p,
.tf-blog-topics p,
.tf-blog-article p,
.tf-blog-article li {
  color: var(--tf-muted);
  font-size: var(--tf-type-body);
  line-height: var(--tf-leading-body);
}

.tf-blog-hero > div > p:not(.tf-section-eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  font-size: var(--tf-type-lede);
}

.tf-blog-hero-panel {
  padding: 28px;
  border: 1px solid rgba(73, 99, 51, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 243, 0.94), rgba(244, 240, 229, 0.9)),
    var(--tf-panel-stone);
  box-shadow: var(--tf-soft-shadow);
}

.tf-blog-hero-panel span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--tf-moss);
  font-size: var(--tf-type-label);
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-blog-hero-panel strong {
  display: block;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-blog-hero-panel p {
  margin-bottom: 0;
}

.tf-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.7fr);
  gap: 18px;
  padding-bottom: clamp(34px, 5vw, 58px);
}

.tf-blog-feature-card {
  display: grid;
  gap: 24px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tf-blog-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 99, 51, 0.28);
  box-shadow: var(--tf-soft-shadow);
}

.tf-blog-feature-card-large {
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1fr);
  align-items: center;
}

.tf-blog-card-image,
.tf-blog-post-image {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--tf-stone);
}

.tf-blog-card-image {
  aspect-ratio: 4 / 3;
}

.tf-blog-post-image {
  aspect-ratio: 16 / 7;
  margin: 0 0 clamp(32px, 5vw, 56px);
  box-shadow: var(--tf-soft-shadow);
}

.tf-blog-card-image img,
.tf-blog-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tf-blog-feature-card:hover .tf-blog-card-image img {
  transform: scale(1.04);
}

.tf-blog-meta,
.tf-single-post-meta {
  color: var(--tf-moss);
  font-size: var(--tf-type-label);
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-blog-feature-card h2 {
  margin: 0 0 14px;
  font-size: var(--tf-type-subsection);
  line-height: var(--tf-leading-heading);
}

.tf-blog-feature-card h2 a {
  color: var(--tf-ink);
  text-decoration: none;
}

.tf-blog-feature-card h2 a:hover {
  color: var(--tf-moss);
}

.tf-blog-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.tf-blog-card-footer span {
  color: var(--tf-muted);
  font-size: var(--tf-type-small);
  font-weight: 720;
}

.tf-blog-topics {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding: clamp(30px, 5vw, 48px);
  border-radius: 22px;
  background: var(--tf-charcoal);
  color: var(--tf-paper);
}

.tf-blog-topics h2 {
  max-width: 680px;
  color: var(--tf-paper);
  font-size: var(--tf-type-section);
}

.tf-blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tf-blog-topic-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(251, 248, 237, 0.16);
  border-radius: 999px;
  background: rgba(251, 248, 237, 0.06);
  color: rgba(251, 248, 237, 0.82);
  font-weight: 780;
  text-decoration: none;
}

.tf-blog-topic-list a:hover {
  border-color: rgba(220, 233, 130, 0.42);
  color: var(--tf-gold);
  transform: translateY(-1px);
}

.tf-blog-latest {
  margin-bottom: clamp(44px, 7vw, 84px);
}

.tf-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tf-blog-mini-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tf-blog-mini-card .tf-blog-card-image {
  margin: -22px -22px 20px;
  border-radius: 18px 18px 0 0;
}

.tf-blog-mini-card h3 {
  margin: 0 0 12px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-blog-mini-card h3 a {
  color: inherit;
  text-decoration: none;
}

.tf-blog-mini-card h3 a:hover {
  color: var(--tf-moss);
}

.tf-blog-mini-card p:last-child {
  margin-bottom: 0;
}

.tf-blog-mini-card-muted {
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 253, 243, 0.92), rgba(223, 230, 216, 0.78)),
    var(--tf-sage);
}

.tf-blog-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: clamp(30px, 5vw, 46px);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(17, 20, 14, 0.94), rgba(73, 99, 51, 0.94)),
    var(--tf-moss);
  color: var(--tf-paper);
}

.tf-blog-newsletter h2 {
  margin: 0;
  color: var(--tf-paper);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-subsection);
  line-height: var(--tf-leading-heading);
}

.tf-blog-newsletter p:not(.tf-section-eyebrow) {
  max-width: 720px;
  color: rgba(251, 248, 237, 0.8);
}

.tf-blog-newsletter .tf-section-eyebrow {
  color: var(--tf-gold);
}

.tf-archive-page {
  background: var(--tf-paper);
}

.tf-archive-page .wp-block-query-title {
  max-width: 860px;
  margin-bottom: 30px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-page);
  line-height: var(--tf-leading-tight);
}

.tf-archive-page .wp-block-post-template {
  gap: 18px;
}

.tf-archive-page .wp-block-post {
  padding: 22px;
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tf-archive-page .wp-block-post-title {
  margin-top: 18px;
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-archive-page .wp-block-post-title a {
  color: var(--tf-ink);
  text-decoration: none;
}

.tf-archive-page .wp-block-post-title a:hover {
  color: var(--tf-moss);
}

.tf-archive-page .wp-block-post-excerpt {
  color: var(--tf-muted);
  line-height: 1.62;
}

