.ttt-homepage-shell {
  margin: 0;
  color: #18252f;
  background: #fff8ef;
  font-family: Arial, Helvetica, sans-serif;
}

.ttt-homepage {
  --ttt-home-ink: #18252f;
  --ttt-home-copy: #3d4f5b;
  --ttt-home-cream: #fff8ef;
  --ttt-home-paper: #ffffff;
  --ttt-home-purple: #542764;
  --ttt-home-purple-dark: #361640;
  --ttt-home-purple-pale: #f2e9f5;
  --ttt-home-orange: #ce4717;
  --ttt-home-orange-dark: #a9360f;
  --ttt-home-teal: #006f78;
  --ttt-home-border: rgba(24, 37, 47, 0.15);
  --ttt-home-shadow: 0 24px 64px rgba(24, 37, 47, 0.13);
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ttt-home-ink);
  background: var(--ttt-home-cream);
}

.ttt-homepage,
.ttt-homepage * {
  box-sizing: border-box;
}

.ttt-homepage h1,
.ttt-homepage h2,
.ttt-homepage h3,
.ttt-homepage p,
.ttt-homepage a,
.ttt-homepage li {
  overflow-wrap: break-word;
}

.ttt-homepage h1,
.ttt-homepage h2,
.ttt-homepage h3 {
  color: var(--ttt-home-ink);
}

.ttt-homepage h1,
.ttt-homepage h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ttt-homepage h3 {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.2;
}

.ttt-homepage a:focus-visible,
.ttt-homepage button:focus-visible {
  outline: 3px solid #00a0aa;
  outline-offset: 4px;
}

.ttt-homepage .ttt-eyebrow {
  margin: 0 0 13px;
  color: var(--ttt-home-teal);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ttt-homepage .ttt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
}

.ttt-homepage .ttt-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 21px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ttt-homepage .ttt-button--primary,
.ttt-homepage .ttt-button--primary:visited {
  border-color: var(--ttt-home-orange);
  color: #ffffff;
  background: var(--ttt-home-orange);
  box-shadow: 0 12px 24px rgba(206, 71, 23, 0.22);
}

.ttt-homepage .ttt-button--primary:hover,
.ttt-homepage .ttt-button--primary:focus-visible {
  border-color: var(--ttt-home-orange-dark);
  color: #ffffff;
  background: var(--ttt-home-orange-dark);
}

.ttt-homepage .ttt-button--secondary,
.ttt-homepage .ttt-button--secondary:visited {
  border-color: var(--ttt-home-purple);
  color: var(--ttt-home-purple);
  background: #ffffff;
}

.ttt-homepage .ttt-button--secondary:hover,
.ttt-homepage .ttt-button--secondary:focus-visible {
  color: var(--ttt-home-purple-dark);
  background: var(--ttt-home-purple-pale);
}

.ttt-homepage .ttt-button--light,
.ttt-homepage .ttt-button--light:visited {
  border-color: #ffffff;
  color: var(--ttt-home-purple-dark);
  background: #ffffff;
}

.ttt-homepage .ttt-button:active {
  transform: translateY(1px);
}

.ttt-home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(440px, 1.07fr);
  align-items: center;
  gap: 58px;
  width: min(1240px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  padding: 68px 0 74px;
}

.ttt-home-hero::before {
  position: absolute;
  top: 74px;
  right: -86px;
  z-index: 0;
  width: 280px;
  height: 280px;
  border: 38px solid rgba(206, 71, 23, 0.11);
  border-radius: 50%;
  content: "";
}

.ttt-home-hero__copy,
.ttt-home-hero__media {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ttt-home-hero h1 {
  max-width: 680px;
  font-size: clamp(3.35rem, 5.4vw, 5.35rem);
  line-height: 0.98;
}

.ttt-home-hero__lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--ttt-home-copy);
  font-size: 1.2rem;
  line-height: 1.68;
}

.ttt-home-hero__note {
  max-width: 620px;
  margin: 30px 0 0;
  padding: 17px 19px;
  border-left: 5px solid var(--ttt-home-teal);
  color: var(--ttt-home-copy);
  background: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.ttt-home-hero__media {
  min-height: 530px;
  overflow: hidden;
  border: 9px solid #ffffff;
  border-radius: 28px 28px 94px 28px;
  background: #e5d7ca;
  box-shadow: var(--ttt-home-shadow);
}

.ttt-home-hero__image {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
}

.ttt-home-hero__caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  max-width: 330px;
  margin: 0;
  padding: 13px 16px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(54, 22, 64, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.ttt-home-trust {
  color: #ffffff;
  background: var(--ttt-home-purple);
}

.ttt-home-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ttt-home-trust__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ttt-home-trust__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ttt-home-trust__number {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: #f5b33d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.ttt-home-trust strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.ttt-home-trust p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.91rem;
  line-height: 1.5;
}

.ttt-home-section {
  padding: 98px 0;
}

.ttt-home-section--paper {
  background: #ffffff;
}

.ttt-home-section--mural {
  color: #ffffff;
  background: var(--ttt-home-purple);
}

.ttt-home-section--story {
  background: #f1f8f6;
}

.ttt-home-section--private {
  color: #ffffff;
  background: var(--ttt-home-purple-dark);
}

.ttt-home-section--gift {
  background: #f9e5c4;
}

.ttt-home-section__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ttt-home-section__heading {
  max-width: 850px;
  margin-bottom: 40px;
}

.ttt-home-section__heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 56px;
  max-width: none;
}

.ttt-home-section__heading h2,
.ttt-local-story h2,
.ttt-private-callout h2,
.ttt-gift-callout h2,
.ttt-home-final h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.04;
}

.ttt-home-section__heading > p:not(.ttt-eyebrow),
.ttt-home-section__heading--split > p,
.ttt-local-story__copy > p,
.ttt-private-callout__copy > p,
.ttt-gift-callout__copy > p,
.ttt-home-final__inner > p {
  color: var(--ttt-home-copy);
  font-size: 1.06rem;
  line-height: 1.7;
}

.ttt-home-section--mural .ttt-eyebrow,
.ttt-home-section--private .ttt-eyebrow,
.ttt-home-final .ttt-eyebrow {
  color: #95e1dc;
}

.ttt-home-section--mural h2,
.ttt-home-section--mural .ttt-home-section__heading--split > p,
.ttt-home-section--private h2,
.ttt-home-section--private .ttt-private-callout__copy > p,
.ttt-home-final h2,
.ttt-home-final__inner > p {
  color: #ffffff;
}

.ttt-path-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  gap: 22px;
}

.ttt-path-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ttt-home-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(24, 37, 47, 0.09);
}

.ttt-path-card--feature {
  border-color: rgba(206, 71, 23, 0.35);
  box-shadow: 0 20px 54px rgba(206, 71, 23, 0.12);
}

.ttt-path-card__media {
  position: relative;
  height: 255px;
  overflow: hidden;
  background: #ddd1c5;
}

.ttt-path-card__image,
.ttt-mural-card__image,
.ttt-local-story__image,
.ttt-private-callout__image,
.ttt-gift-callout__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttt-path-card__media > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(54, 22, 64, 0.92);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ttt-path-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px;
}

.ttt-path-card__label {
  margin: 0 0 9px;
  color: var(--ttt-home-orange-dark);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ttt-path-card__body > p:not(.ttt-path-card__label) {
  margin: 15px 0 0;
  color: var(--ttt-home-copy);
  line-height: 1.62;
}

.ttt-path-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ttt-path-card__facts li {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ttt-home-purple-dark);
  background: var(--ttt-home-purple-pale);
  font-size: 0.8rem;
  font-weight: 800;
}

.ttt-card-link,
.ttt-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ttt-home-purple);
  font-weight: 900;
  line-height: 1.35;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ttt-card-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
}

.ttt-home-section__action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.ttt-mural-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ttt-mural-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #25102c;
  box-shadow: 0 20px 48px rgba(20, 8, 24, 0.28);
}

.ttt-mural-card > a {
  position: relative;
  min-height: 390px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.ttt-mural-card__image,
.ttt-mural-card__veil {
  position: absolute;
  inset: 0;
}

.ttt-mural-card__veil {
  background: linear-gradient(180deg, rgba(20, 8, 24, 0.03) 20%, rgba(20, 8, 24, 0.92) 100%);
}

.ttt-mural-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 24px 21px;
}

.ttt-mural-card small {
  color: #b6e9e5;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttt-mural-card strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.52rem;
  line-height: 1.08;
}

.ttt-mural-card em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.91rem;
  font-style: normal;
  line-height: 1.4;
}

.ttt-home-section--mural .ttt-home-section__action .ttt-button--primary {
  border-color: #ffffff;
  color: var(--ttt-home-purple-dark);
  background: #ffffff;
  box-shadow: none;
}

.ttt-local-story {
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: 74px;
}

.ttt-local-story__media {
  position: relative;
  min-height: 560px;
  padding: 0 70px 70px 0;
}

.ttt-local-story__main {
  height: 500px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--ttt-home-shadow);
}

.ttt-local-story__portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 205px;
  overflow: hidden;
  border: 7px solid #ffffff;
  border-radius: 18px;
  background: var(--ttt-home-purple-dark);
  box-shadow: 0 18px 38px rgba(24, 37, 47, 0.22);
}

.ttt-local-story__portrait .ttt-local-story__image {
  height: 205px;
}

.ttt-local-story__portrait span {
  display: block;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.ttt-local-story__copy > p {
  margin: 20px 0 0;
}

.ttt-local-story .ttt-text-link {
  padding-inline: 8px;
}

.ttt-private-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.84fr);
  align-items: center;
  gap: 68px;
}

.ttt-private-callout__copy > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.ttt-private-callout__note {
  padding-left: 17px;
  border-left: 4px solid #f5b33d;
  font-size: 0.94rem !important;
}

.ttt-private-callout__media {
  height: 430px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(20, 8, 24, 0.34);
}

.ttt-gift-callout {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: 66px;
}

.ttt-gift-callout__media {
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 22px;
  box-shadow: var(--ttt-home-shadow);
}

.ttt-gift-callout__image {
  aspect-ratio: 16 / 9;
}

.ttt-gift-callout__copy > p {
  margin: 18px 0 0;
}

.ttt-gift-callout__promise {
  color: var(--ttt-home-purple) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem !important;
  font-weight: 800;
}

.ttt-gift-callout .ttt-text-link {
  margin-top: 18px;
}

.ttt-home-final {
  padding: 100px 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 15%, rgba(149, 225, 220, 0.17), transparent 30%),
    linear-gradient(135deg, #004f58, #153843 58%, #18252f);
}

.ttt-home-final__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.ttt-home-final__inner > p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.ttt-home-final .ttt-actions {
  justify-content: center;
}

.ttt-home-final__phone {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: #ffffff;
  font-weight: 900;
  text-underline-offset: 4px;
}

@media (hover: hover) {
  .ttt-path-card__image,
  .ttt-mural-card__image {
    transition: transform 260ms ease;
  }

  .ttt-path-card:hover .ttt-path-card__image,
  .ttt-mural-card:hover .ttt-mural-card__image {
    transform: scale(1.025);
  }
}

@media (max-width: 1080px) {
  .ttt-home-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
    gap: 38px;
  }

  .ttt-home-hero h1 {
    font-size: clamp(3rem, 5vw, 4.2rem);
  }

  .ttt-home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-home-trust__item:nth-child(2) {
    border-right: 0;
  }

  .ttt-home-trust__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ttt-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-path-card--feature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  }

  .ttt-path-card--feature .ttt-path-card__media {
    height: auto;
    min-height: 370px;
  }

  .ttt-mural-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-mural-card > a {
    min-height: 350px;
  }
}

@media (max-width: 900px) {
  .ttt-home-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 54px 0 60px;
  }

  .ttt-home-hero::before {
    top: auto;
    right: -70px;
    bottom: 18px;
  }

  .ttt-home-hero__copy {
    max-width: 760px;
  }

  .ttt-home-hero__media,
  .ttt-home-hero__image {
    min-height: 460px;
    height: 460px;
  }

  .ttt-home-section__heading--split,
  .ttt-local-story,
  .ttt-private-callout,
  .ttt-gift-callout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ttt-home-section__heading--split,
  .ttt-local-story,
  .ttt-private-callout,
  .ttt-gift-callout {
    gap: 38px;
  }

  .ttt-local-story__media {
    width: min(680px, 100%);
  }

  .ttt-private-callout__media {
    order: -1;
  }

  .ttt-gift-callout__media {
    width: min(620px, 100%);
  }
}

@media (max-width: 650px) {
  .ttt-home-hero,
  .ttt-home-trust__inner,
  .ttt-home-section__inner {
    width: min(100% - 24px, 1180px);
  }

  .ttt-home-hero {
    gap: 30px;
    padding: 38px 0 42px;
  }

  .ttt-home-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
    line-height: 1;
  }

  .ttt-home-hero__lede {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .ttt-home-hero__note {
    margin-top: 24px;
  }

  .ttt-home-hero__media,
  .ttt-home-hero__image {
    min-height: 310px;
    height: 310px;
  }

  .ttt-home-hero__media {
    border-width: 6px;
    border-radius: 18px 18px 58px 18px;
  }

  .ttt-home-hero__caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    font-size: 0.84rem;
  }

  .ttt-homepage .ttt-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ttt-homepage .ttt-button,
  .ttt-home-final__phone {
    width: 100%;
  }

  .ttt-home-trust__inner,
  .ttt-path-grid,
  .ttt-mural-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ttt-home-trust__item,
  .ttt-home-trust__item:first-child,
  .ttt-home-trust__item:nth-child(2) {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ttt-home-trust__item:last-child {
    border-bottom: 0;
  }

  .ttt-home-section {
    padding: 68px 0;
  }

  .ttt-home-section__heading {
    margin-bottom: 30px;
  }

  .ttt-home-section__heading h2,
  .ttt-local-story h2,
  .ttt-private-callout h2,
  .ttt-gift-callout h2,
  .ttt-home-final h2 {
    font-size: 2.35rem;
  }

  .ttt-path-card--feature {
    grid-column: auto;
    display: flex;
  }

  .ttt-path-card--feature .ttt-path-card__media,
  .ttt-path-card__media {
    height: 245px;
    min-height: 0;
  }

  .ttt-path-card__body {
    padding: 23px 20px;
  }

  .ttt-mural-card > a {
    min-height: 330px;
  }

  .ttt-local-story__media {
    min-height: 430px;
    padding: 0 48px 60px 0;
  }

  .ttt-local-story__main {
    height: 380px;
  }

  .ttt-local-story__portrait {
    width: 160px;
    border-width: 5px;
  }

  .ttt-local-story__portrait .ttt-local-story__image {
    height: 160px;
  }

  .ttt-private-callout__media {
    height: 300px;
  }

  .ttt-home-final {
    padding: 74px 12px;
  }
}

@media (max-width: 390px) {
  .ttt-home-hero h1 {
    font-size: 2.48rem;
  }

  .ttt-home-section__heading h2,
  .ttt-local-story h2,
  .ttt-private-callout h2,
  .ttt-gift-callout h2,
  .ttt-home-final h2 {
    font-size: 2.12rem;
  }

  .ttt-local-story__media {
    min-height: 380px;
    padding-right: 34px;
  }

  .ttt-local-story__main {
    height: 335px;
  }
}

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