.tf-premium-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-block-start: 0;
  padding: clamp(84px, 10vw, 140px) clamp(20px, 5vw, 64px);
  background: var(--tf-charcoal);
  color: var(--tf-paper);
  --tf-hero-progress: 0;
  --tf-hero-depth-y: 0px;
  --tf-hero-copy-y: 0px;
  --tf-hero-light: 0;
}

.tf-premium-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.66;
  filter: saturate(1.08) contrast(1.02) brightness(1.08);
}

.tf-premium-hero[data-hero-motion] .tf-premium-hero-bg {
  transform: translate3d(0, var(--tf-hero-depth-y), 0) scale(calc(1.04 + (var(--tf-hero-progress) * 0.035)));
  transform-origin: 58% 52%;
  filter: saturate(calc(1.08 + (var(--tf-hero-progress) * 0.08))) contrast(1.03) brightness(calc(1.08 + (var(--tf-hero-light) * 0.08)));
  will-change: transform, filter;
}

.tf-hero-atmosphere {
  position: absolute;
  z-index: 1;
  inset: -12% -10%;
  background:
    radial-gradient(ellipse at 68% 42%, rgba(220, 233, 130, calc(0.05 + (var(--tf-hero-progress) * 0.045))), transparent 34%),
    linear-gradient(115deg, transparent 18%, rgba(251, 248, 237, calc(0.028 + (var(--tf-hero-progress) * 0.028))) 44%, transparent 68%);
  mix-blend-mode: screen;
  opacity: calc(0.42 + (var(--tf-hero-progress) * 0.24));
  pointer-events: none;
  transform: translate3d(calc(var(--tf-hero-progress) * -10px), calc(var(--tf-hero-progress) * 7px), 0);
  will-change: opacity, transform;
}

.tf-premium-hero[data-hero-motion] .tf-hero-atmosphere {
  transition: opacity 180ms ease;
}

.tf-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 20, 14, 0.92), rgba(17, 20, 14, 0.72) 44%, rgba(17, 20, 14, 0.24)),
    linear-gradient(180deg, rgba(17, 20, 14, 0.12), rgba(17, 20, 14, 0.45));
  pointer-events: none;
}

.tf-premium-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto -8vw -16vw auto;
  width: 42vw;
  min-width: 360px;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(220, 233, 130, 0.14), transparent 58%),
    radial-gradient(circle, rgba(154, 203, 72, 0.1), transparent 70%);
  pointer-events: none;
}

.tf-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  gap: clamp(38px, 6vw, 84px);
  width: min(1240px, 100%);
  margin-inline: auto;
}

.tf-hero-copy {
  animation: tfFadeUp 700ms ease both;
}

.tf-premium-hero[data-hero-motion] .tf-hero-copy {
  transform: translate3d(0, var(--tf-hero-copy-y), 0);
  will-change: transform;
}

.tf-kicker,
.tf-section-eyebrow {
  margin: 0 0 16px;
  color: var(--tf-moss);
  font-size: var(--tf-type-label);
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-premium-hero .tf-kicker,
.tf-testimonials .tf-section-eyebrow,
.tf-final-cta-inner .tf-section-eyebrow,
.tf-about-cta .tf-section-eyebrow,
.tf-experience-detail-cta .tf-section-eyebrow {
  color: var(--tf-gold);
}

.tf-hero-title {
  max-width: 760px;
  margin: 0;
  font-size: var(--tf-type-hero);
  line-height: 0.9;
  letter-spacing: 0;
}

.tf-hero-title-text {
  display: inline-block;
  transition: opacity 520ms ease, transform 520ms ease, filter 520ms ease;
}

.tf-hero-title-text.is-swapping {
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(3px);
}

@media (prefers-reduced-motion: reduce) {
  .tf-hero-title-text {
    transition: none;
  }

  .tf-hero-title-text.is-swapping {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.tf-hero-lede {
  max-width: 670px;
  margin-top: 28px;
  color: rgba(251, 248, 237, 0.84);
  font-size: var(--tf-type-lede);
  line-height: var(--tf-leading-body);
}

.tf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.tf-hero-trust {
  margin-top: 20px;
  color: rgba(251, 248, 237, 0.86);
  font-size: 0.92rem;
}

.tf-hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(18px, 3vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(251, 248, 237, 0.2);
  border-radius: 999px;
  background: rgba(17, 20, 14, 0.34);
  color: rgba(251, 248, 237, 0.76);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.tf-premium-hero[data-hero-motion] .tf-hero-scroll {
  opacity: calc(1 - (var(--tf-hero-progress) * 1.8));
  transform: translateX(-50%) translateY(calc(var(--tf-hero-progress) * 16px));
}

.tf-hero-scroll:hover {
  border-color: rgba(220, 233, 130, 0.42);
  color: var(--tf-gold);
  transform: translateX(-50%) translateY(-2px);
}

.tf-hero-scroll i {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.82;
}

.tf-hero-scroll i::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  animation: tfScrollCue 1600ms ease-in-out infinite;
}

.tf-card-label {
  display: block;
  margin-bottom: 8px;
  color: var(--tf-moss);
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tf-section {
  margin-block-start: 0;
  padding: clamp(72px, 8vw, 112px) clamp(20px, 5vw, 64px);
}

.tf-home-compact-section {
  padding-block: clamp(54px, 6vw, 84px);
}

.tf-section-head {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.tf-section-head-with-media {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(26px, 5vw, 72px);
  max-width: 1240px;
  align-items: center;
}

.tf-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(26px, 5vw, 72px);
  max-width: 1240px;
  align-items: end;
}

.tf-section-heading {
  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-tight);
}

.tf-section-lede {
  color: var(--tf-muted);
  font-size: var(--tf-type-body);
  line-height: var(--tf-leading-body);
}

.tf-grid-3,
.tf-grid-4 {
  display: grid;
  gap: 14px;
}

.tf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tf-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tf-panel,
.tf-card {
  border: 1px solid var(--tf-line);
  background: var(--tf-panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tf-panel {
  border-radius: var(--tf-radius-panel);
}

.tf-card {
  border-radius: var(--tf-radius-card);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.tf-media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--tf-radius-card);
  border: 1px solid rgba(73, 99, 51, 0.16);
  box-shadow: var(--tf-soft-shadow);
}

.tf-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 20, 14, 0), rgba(17, 20, 14, 0.16));
  pointer-events: none;
}

.tf-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tf-media-frame:hover img {
  transform: scale(1.035);
}

.tf-section-dark {
  background: var(--tf-charcoal);
  color: var(--tf-paper);
}

.tf-section-dark .tf-section-heading,
.tf-section-dark .tf-section-lede {
  color: var(--tf-paper);
}

.tf-media-frame,
.tf-section-media,
.tf-wide-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--tf-radius-card);
  border: 1px solid rgba(73, 99, 51, 0.16);
  box-shadow: var(--tf-soft-shadow);
}

.tf-section-media {
  aspect-ratio: 4 / 3;
}

.tf-wide-media {
  aspect-ratio: 16 / 7;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.tf-media-frame::after,
.tf-section-media::after,
.tf-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 20, 14, 0), rgba(17, 20, 14, 0.16));
  pointer-events: none;
}

.tf-media-frame img,
.tf-section-media img,
.tf-wide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tf-media-frame:hover img,
.tf-section-media:hover img,
.tf-wide-media:hover img {
  transform: scale(1.035);
}

.tf-section-media-dark {
  border-color: rgba(251, 248, 237, 0.16);
}

.tf-trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-block-start: 0;
  padding: 0 clamp(20px, 5vw, 64px);
  background: var(--tf-stone);
}

.tf-home-trust-band {
  padding-block: clamp(10px, 2vw, 20px);
}

#tf-home-next {
  scroll-margin-top: 92px;
}

.tf-trust-item {
  min-height: 128px;
  padding: 20px 22px;
  background: var(--tf-paper);
  transition: transform 220ms ease, background-color 220ms ease;
}

.tf-trust-item:hover {
  transform: translateY(-4px);
  background: #fffbea;
}

.tf-trust-item span,
.tf-process-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--tf-moss);
  font-weight: 860;
}

.tf-trust-item strong {
  display: block;
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-trust-item p,
.tf-process-card p,
.tf-experience-card p {
  color: var(--tf-muted);
}

.tf-process-section {
  background: var(--tf-stone);
}

.tf-process-section.tf-home-compact-section {
  padding-block: clamp(42px, 5vw, 66px);
}

.tf-process-section .tf-section-head {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.tf-process-section .tf-wide-media {
  aspect-ratio: 16 / 4.8;
  margin-bottom: clamp(16px, 2.4vw, 24px);
}

.tf-grid-3,
.tf-process-grid,
.tf-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tf-card,
.tf-process-card,
.tf-experience-card,
.tf-quote-card {
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius-card);
  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-process-card {
  padding: 22px;
}

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

.tf-process-card h3,
.tf-experience-card h3 {
  margin: 0 0 12px;
  font-size: var(--tf-type-card);
  line-height: var(--tf-leading-heading);
}

.tf-featured-experiences,
.tf-all-experiences {
  background: var(--tf-paper);
}

.tf-featured-experiences .tf-section-head {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.tf-home-experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tf-home-experience-card {
  min-height: 0;
}

.tf-home-experience-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: var(--tf-stone);
}

.tf-home-experience-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tf-home-experience-card:hover .tf-home-experience-media img {
  transform: scale(1.045);
}

.tf-home-experience-card .tf-card-label {
  margin: 22px 24px 8px;
}

.tf-home-experience-card h3 {
  margin-inline: 24px;
}

.tf-home-experience-card p {
  margin-inline: 24px;
}

.tf-home-experience-card > a:not(.tf-home-experience-media) {
  display: inline-flex;
  margin: auto 24px 24px;
}

.tf-all-experiences {
  position: relative;
  overflow: hidden;
  padding-top: clamp(44px, 5vw, 72px);
}

.tf-all-experiences::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(220, 233, 130, 0.2), transparent 28rem),
    linear-gradient(180deg, rgba(251, 248, 237, 0.72), rgba(255, 253, 243, 0));
  pointer-events: none;
}

.tf-all-experiences > * {
  position: relative;
  z-index: 1;
}

.tf-experiences-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(16px, 3vw, 36px);
  align-items: end;
  max-width: 1240px;
  margin-bottom: clamp(12px, 2vw, 22px);
}

.tf-experiences-intro .tf-section-head {
  margin-bottom: 0;
}

.tf-all-experiences .tf-section-heading {
  max-width: 820px;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.tf-all-experiences .tf-section-lede {
  max-width: 640px;
  margin-top: 12px;
  margin-bottom: 0;
}

.tf-experiences-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0 0 4px;
}

.tf-experiences-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(73, 99, 51, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.82);
  color: var(--tf-moss);
  font-size: 0.78rem;
  font-weight: 820;
  box-shadow: 0 10px 26px rgba(17, 20, 14, 0.05);
}

.tf-experience-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1240px;
  margin: clamp(12px, 2vw, 20px) 0 18px;
  padding: 10px;
  border: 1px solid rgba(73, 99, 51, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 243, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.tf-experience-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tf-experience-filters button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(73, 99, 51, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.78);
  color: var(--tf-ash);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 820;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tf-experience-filters button:hover {
  transform: translateY(-1px);
  border-color: rgba(73, 99, 51, 0.34);
  background: var(--tf-paper);
}

.tf-experience-filters button.is-active {
  border-color: rgba(73, 99, 51, 0.7);
  background: var(--tf-moss);
  color: var(--tf-paper);
  box-shadow: 0 10px 24px rgba(73, 99, 51, 0.16);
}

.tf-experience-count {
  flex: 0 0 auto;
  margin: 0;
  color: var(--tf-muted);
  font-size: var(--tf-type-small);
  font-weight: 760;
  white-space: nowrap;
}

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

.tf-home-experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tf-experience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
}

.tf-experience-card.is-filtered-out {
  display: none;
}

.tf-experience-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--tf-gold), var(--tf-leaf));
}

.tf-experience-card-media {
  display: block;
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  background: var(--tf-cream);
}

.tf-experience-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tf-experience-card:hover .tf-experience-card-media img {
  transform: scale(1.045);
}

.tf-experience-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.tf-experience-card-body > a {
  margin-top: auto;
}

.tf-experience-card a,
.tf-text-link {
  color: var(--tf-moss);
  font-weight: 820;
  text-decoration: none;
}

.tf-experience-card a:hover,
.tf-text-link:hover {
  color: var(--tf-charcoal);
}

.tf-section-action {
  margin-top: 30px;
}

.tf-section-dark,
.tf-testimonials {
  background:
    radial-gradient(circle at top right, rgba(220, 233, 130, 0.14), transparent 32rem),
    var(--tf-charcoal);
  color: var(--tf-paper);
  padding-block: clamp(48px, 6vw, 74px);
}

.tf-testimonials .tf-section-head {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.tf-section-dark .tf-section-heading,
.tf-section-dark .tf-section-lede,
.tf-testimonials .tf-section-heading,
.tf-testimonials .tf-section-lede {
  color: var(--tf-paper);
}

.tf-quote-card {
  margin: 0;
  padding: 32px;
  color: var(--tf-ink);
}

.tf-quote-card blockquote {
  margin: 0;
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.25rem;
  line-height: 1.45;
}

.tf-quote-card figcaption {
  margin-top: 22px;
  color: var(--tf-moss);
  font-weight: 850;
}

.tf-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 14px;
}

.tf-story-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(251, 248, 237, 0.16);
  border-radius: 20px;
  background: rgba(251, 248, 237, 0.9);
  color: var(--tf-ink);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.tf-story-featured {
  grid-row: span 2;
  justify-content: space-between;
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(255, 253, 243, 0.96), rgba(223, 230, 216, 0.9)),
    var(--tf-paper);
}

.tf-story-label {
  margin: 0 0 14px;
  color: var(--tf-moss);
  font-size: var(--tf-type-label);
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-story-card blockquote {
  margin: 0;
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.12rem, 1.65vw, 1.48rem);
  line-height: 1.42;
}

.tf-story-card:not(.tf-story-featured) blockquote {
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
}

.tf-story-card figcaption {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  color: var(--tf-moss);
}

.tf-story-card figcaption span {
  font-weight: 860;
}

.tf-story-card figcaption small {
  color: var(--tf-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.tf-final-cta {
  background: var(--tf-stone);
  padding-block: clamp(48px, 6vw, 76px);
}

