:root {
  --ttt-ink: #2f241b;
  --ttt-ink-soft: #5c4b3d;
  --ttt-accent: #8a3f1f;
  --ttt-accent-deep: #5f2913;
  --ttt-accent-soft: #f2dfc8;
  --ttt-paper: #f8f3ea;
  --ttt-paper-deep: #efe3d0;
  --ttt-line: rgba(63, 43, 28, 0.14);
  --ttt-card: #fffaf3;
  --ttt-shadow: 0 20px 55px rgba(47, 36, 27, 0.08);
  --ttt-radius: 22px;
}

.ttt-skip-link {
  background: var(--ttt-accent);
  border-radius: 0 0 8px 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 12px 18px;
  position: absolute;
  top: -60px;
  transition: top 0.2s ease;
  z-index: 10000;
}

.ttt-skip-link:focus {
  top: 0;
  color: #fff;
}

html,
body {
  background: linear-gradient(180deg, #f8f3ea 0%, #fffdf8 26%, #f7f0e6 100%);
  color: var(--ttt-ink);
  font-family: "Source Sans Pro", Arial, sans-serif;
}

body .m-main,
body .main-wrap {
  position: relative;
}

.l-wrapper,
.m-wrap,
.l-grid,
.l-content .l-wrapper,
.ttt-page-shell .l-wrapper.in-post,
.post-template .l-wrapper.in-post {
  max-width: 1600px;
  padding-left: 28px;
  padding-right: 28px;
}

h1,
h2,
h3,
h4,
.m-hero-title,
.m-heading__title,
.m-section-title,
.m-submenu-title,
.kg-header-card h1,
.kg-header-card h2 {
  color: var(--ttt-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.02em;
}

p,
li,
.kg-callout-card,
.kg-toggle-content,
.kg-card,
.m-heading__meta,
.m-hero-description {
  color: var(--ttt-ink-soft);
}

a {
  color: var(--ttt-accent-deep);
}

a:hover {
  color: var(--ttt-accent);
}

.m-icon-button,
.m-button {
  border-radius: 999px;
  min-height: 44px;
}

.m-button,
.kg-button-card .kg-btn,
.kg-header-card .kg-header-card-button,
.ttt-nav-button,
.ttt-mobile-topbar__cta {
  background: linear-gradient(135deg, var(--ttt-accent) 0%, var(--ttt-accent-deep) 100%);
  border: 1px solid transparent;
  box-shadow: 0 14px 34px rgba(95, 41, 19, 0.24);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(33, 15, 8, 0.28);
}

a.m-button,
button.m-button,
.kg-button-card a.kg-btn,
.kg-header-card a.kg-header-card-button,
a.ttt-nav-button,
a.ttt-mobile-topbar__cta,
.ttt-cta-row .m-button,
.ttt-action-band .m-button {
  color: #fff !important;
}

.m-button:hover,
.kg-button-card .kg-btn:hover,
.kg-header-card .kg-header-card-button:hover,
.ttt-nav-button:hover,
.ttt-mobile-topbar__cta:hover {
  background: linear-gradient(135deg, #9a4925 0%, #4f220f 100%);
  color: #fff !important;
}

.m-header.ttt-header {
  background: rgba(248, 243, 234, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ttt-line);
  box-shadow: 0 10px 30px rgba(47, 36, 27, 0.06);
}

.m-mobile-topbar.ttt-mobile-topbar {
  background: transparent;
  min-height: 74px;
  padding: 14px 16px;
}

.ttt-mobile-topbar__cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  justify-content: center;
  min-height: 44px;
  min-width: 84px;
  padding: 12px 14px;
  text-decoration: none;
}

.ttt-main-nav {
  align-items: center;
  min-height: 90px;
}

.ttt-main-nav .m-logo,
.ttt-mobile-topbar .m-logo {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
}

.ttt-main-nav .m-logo img,
.ttt-main-nav .m-logo__image-light,
.ttt-main-nav .m-logo__image-dark {
  height: 72px;
  max-height: none;
  width: auto;
}

.ttt-mobile-topbar .m-logo img,
.ttt-mobile-topbar .m-logo__image-light,
.ttt-mobile-topbar .m-logo__image-dark {
  height: 54px;
  max-height: none;
  width: auto;
}

.ttt-main-nav .m-nav__left {
  overflow: hidden;
}

.ttt-main-nav .m-nav__left > ul {
  align-items: center;
  gap: 10px;
}

.ttt-main-nav .m-nav__left a {
  border-radius: 999px;
  color: var(--ttt-ink);
  font-size: 0.98rem;
  font-weight: 600;
  padding: 10px 14px;
  text-decoration: none;
}

.ttt-main-nav .m-nav__left .nav-current a,
.ttt-main-nav .m-nav__left a:hover {
  background: rgba(155, 79, 46, 0.08);
  color: var(--ttt-accent-deep);
}

.ttt-nav-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.ttt-nav-actions::before,
.m-nav__right::before {
  display: none !important;
}

.ttt-nav-link {
  color: var(--ttt-ink);
  font-weight: 700;
  text-decoration: none;
}

.ttt-nav-button {
  border: none;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 138px;
  padding: 12px 20px;
  text-decoration: none;
}

.ttt-menu-support {
  align-items: center;
  border-top: 1px solid var(--ttt-line);
  gap: 20px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.ttt-menu-support__eyebrow,
.ttt-page-hero__eyebrow,
.ttt-footer__eyebrow,
.ttt-post-kicker {
  color: var(--ttt-accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ttt-menu-support__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ttt-menu-support__links a {
  color: var(--ttt-ink-soft);
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 44px;
  text-decoration: none;
}

.ttt-menu-support__links a:hover {
  color: var(--ttt-accent);
}

body:not(.home-template) .m-hero.no-picture {
  display: none;
}

.ttt-page-hero {
  padding: 126px 0 34px;
}

.ttt-page-hero__content,
.ttt-hero__content {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96) 0%, rgba(247, 240, 230, 0.96) 100%);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 28px;
  box-shadow: var(--ttt-shadow);
  margin: 0 auto;
  max-width: 1360px;
  padding: 34px 38px;
}

.ttt-page-hero__title,
.ttt-hero__content .m-hero-title {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.02;
  margin: 0;
}

.ttt-page-hero__description,
.ttt-hero__content .m-hero-description {
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 72rem;
}

.ttt-page-hero__meta {
  color: var(--ttt-ink-soft);
  font-size: 0.98rem;
  font-weight: 700;
  margin: 16px 0 0;
}

.ttt-page-shell .l-post-content,
.ttt-archive-shell .l-grid,
.l-content.in-post,
.l-content .l-wrapper.in-post,
.l-content .l-wrapper:not(.in-submenu) {
  position: relative;
  z-index: 1;
}

.ttt-page-shell .l-post-content,
.ttt-archive-shell .l-grid,
.ttt-no-image-post .l-post-content,
.page-template .l-post-content,
.tag-template .l-grid,
.author-template .l-grid {
  background: var(--ttt-card);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: var(--ttt-radius);
  box-shadow: var(--ttt-shadow);
  max-width: 1520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 42px;
}

.post-template .l-content.in-post,
.page-template .l-content,
.tag-template .l-content,
.author-template .l-content {
  padding-bottom: 64px;
}

.post-template .m-heading,
.page-template .m-heading {
  border-bottom: 1px solid var(--ttt-line);
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.m-heading__meta__tag {
  pointer-events: none;
}

.m-article-card,
.m-post-card,
.m-recent-article,
.kg-product-card-container {
  background: var(--ttt-card);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(47, 36, 27, 0.08);
  overflow: hidden;
}

.m-article-card__content,
.m-post-card__content {
  padding: 18px 18px 22px;
}

.m-article-card__title,
.m-post-card__title {
  color: var(--ttt-ink);
}

.kg-card,
.kg-callout-card,
.kg-toggle-card,
.kg-file-card,
.kg-bookmark-card,
.kg-product-card-container,
.kg-audio-card,
.kg-gallery-card,
.kg-image-card,
.kg-embed-card {
  border-radius: 22px;
}

.kg-callout-card,
.kg-toggle-card,
.kg-file-card,
.kg-bookmark-card {
  background: rgba(242, 223, 200, 0.42);
  border: 1px solid rgba(155, 79, 46, 0.14);
}

.kg-header-card,
.kg-cta-card {
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.92) 0%, rgba(242, 223, 200, 0.82) 100%);
  border-radius: 28px;
  overflow: hidden;
}

.kg-header-card h2,
.kg-header-card h3,
.kg-cta-card h2,
.kg-cta-card h3 {
  color: var(--ttt-ink);
}

.m-footer.ttt-footer {
  background: #2d2118;
  margin-top: 40px;
}

.ttt-footer__content {
  color: rgba(255, 248, 238, 0.84);
  padding: 56px 0 42px;
}

.ttt-footer__intro {
  margin: 0 auto 36px;
  max-width: 980px;
  text-align: center;
}

.ttt-footer__intro h2 {
  color: #fff7ef;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 14px;
}

.ttt-footer__intro p {
  color: rgba(255, 248, 238, 0.78);
}

.ttt-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 32px;
}

.ttt-footer__grid h3 {
  color: #fff7ef;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.ttt-footer__grid p,
.ttt-footer__grid li,
.ttt-footer__grid a,
.ttt-footer__bottom p,
.ttt-footer__bottom a {
  color: rgba(255, 248, 238, 0.78);
}

.ttt-footer__grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ttt-footer__grid li a,
.ttt-footer__grid p a,
.ttt-footer__bottom a {
  display: inline-block;
  min-height: 44px;
  padding: 10px 0;
}

.ttt-footer__grid li + li {
  margin-top: 2px;
}

.ttt-footer__subscribe {
  margin-top: 18px;
}

.ttt-subscribe-btn {
  background: rgba(255, 248, 238, 0.14);
  border: 1px solid rgba(255, 248, 238, 0.24);
  border-radius: 999px;
  color: #fff7ef !important;
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 700;
  min-height: 44px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.ttt-subscribe-btn:hover {
  background: rgba(255, 248, 238, 0.22);
  border-color: rgba(255, 248, 238, 0.38);
  color: #fff7ef !important;
}

.ttt-footer__bottom {
  border-top: 1px solid rgba(255, 248, 238, 0.14);
  display: flex;
  gap: 12px 24px;
  justify-content: space-between;
  padding-top: 18px;
}

.ttt-footer__social {
  display: flex;
  gap: 18px;
}

.ttt-footer__social a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.m-hero.with-picture .m-hero__picture:after {
  background: linear-gradient(180deg, rgba(32, 23, 17, 0.08) 0%, rgba(32, 23, 17, 0.38) 100%);
}

.m-hero.with-picture .ttt-hero__content {
  margin-bottom: 24px;
}

.home-template .ttt-hero__content {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.7) 0%, rgba(247, 240, 230, 0.64) 100%);
  backdrop-filter: blur(6px);
  max-width: 1360px;
  padding: 16px 22px 18px;
}

.home-template .ttt-hero__content .ttt-page-hero__eyebrow {
  display: none;
}

.home-template .m-hero__content .m-hero-title {
  font-size: clamp(2rem, 5.3vw, 4.1rem);
  line-height: 0.92;
  margin-top: 0;
  text-shadow: 0 6px 20px rgba(30, 22, 16, 0.2);
}

.home-template .ttt-hero__content .m-hero-description {
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  line-height: 1.32;
  margin-top: 10px;
  max-width: 64rem;
}

.home-template .kg-header-card,
.home-template .kg-cta-card,
.home-template .kg-callout-card,
.home-template .kg-card {
  box-shadow: var(--ttt-shadow);
}

.home-template .l-post-content,
.home-template .kg-card,
.home-template .m-article-card {
  border-color: rgba(63, 43, 28, 0.08);
}

.author-template .m-footer,
.tag-template .m-footer,
.post-template .m-footer,
.page-template .m-footer {
  margin-top: 0;
}

.ttt-section-kicker {
  color: var(--ttt-accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ttt-visual-split {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.98) 0%, rgba(242, 223, 200, 0.72) 100%);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 28px;
  box-shadow: var(--ttt-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  margin: 28px 0;
  overflow: hidden;
}

.ttt-visual-split--compact {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.ttt-visual-split__media,
.ttt-visual-split__content {
  min-width: 0;
}

.ttt-visual-split__media img {
  display: block;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

.ttt-visual-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
}

.ttt-visual-split__content h2,
.ttt-action-band h2,
.ttt-promo-card h3,
.ttt-detail-card h3,
.ttt-note-card h3 {
  margin-top: 0;
}

.ttt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ttt-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ttt-chip {
  background: rgba(155, 79, 46, 0.1);
  border: 1px solid rgba(155, 79, 46, 0.14);
  border-radius: 999px;
  color: var(--ttt-accent-deep);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 13px;
}

.ttt-proof-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.ttt-proof-list li {
  color: var(--ttt-ink);
}

.ttt-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 28px;
}

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

.ttt-photo-panel {
  background: var(--ttt-card);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(47, 36, 27, 0.08);
  margin: 0;
  overflow: hidden;
}

.ttt-photo-panel img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ttt-photo-panel figcaption {
  color: var(--ttt-ink-soft);
  font-size: 0.94rem;
  line-height: 1.55;
  padding: 14px 16px 18px;
}

.ttt-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 24px 0 28px;
}

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

.ttt-promo-card,
.ttt-detail-card,
.ttt-note-card {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(47, 36, 27, 0.06);
  padding: 24px 22px;
}

.ttt-text-link {
  align-items: center;
  color: var(--ttt-accent-deep);
  display: inline-flex;
  font-weight: 800;
  margin-top: 6px;
  min-height: 44px;
  padding: 10px 0;
  text-decoration: none;
}

.ttt-text-link:hover {
  color: var(--ttt-accent);
}

.ttt-link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 22px 0 28px;
}

.ttt-link-card {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(63, 43, 28, 0.08);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(47, 36, 27, 0.06);
  color: var(--ttt-ink);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 18px 18px 20px;
  text-decoration: none;
}

.ttt-link-card:hover {
  border-color: rgba(155, 79, 46, 0.24);
  color: var(--ttt-accent-deep);
  transform: translateY(-2px);
}

.ttt-link-card__title {
  color: var(--ttt-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.2;
}

.ttt-link-card__meta {
  color: var(--ttt-ink-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}

.ttt-vendor-nav {
  border-top: 1px solid var(--ttt-line);
  margin-top: 36px;
  padding-top: 28px;
}

.ttt-vendor-nav__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttt-vendor-nav__link,
.ttt-vendor-nav__center {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(247, 240, 230, 0.98));
  border: 1px solid var(--ttt-line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(47, 36, 27, 0.06);
  color: var(--ttt-ink);
  display: grid;
  gap: 6px;
  min-height: 110px;
  padding: 18px 18px 16px;
  text-decoration: none;
}

.ttt-vendor-nav__link:hover,
.ttt-vendor-nav__center:hover {
  border-color: rgba(95, 41, 19, 0.22);
  color: var(--ttt-accent-deep);
  transform: translateY(-1px);
}

.ttt-vendor-nav__eyebrow {
  color: var(--ttt-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttt-vendor-nav__title {
  color: var(--ttt-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.ttt-quick-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 22px 0 30px;
}

.ttt-note-card {
  margin: 18px 0 22px;
}

.ttt-note-card p:last-child,
.ttt-promo-card p:last-child,
.ttt-detail-card p:last-child {
  margin-bottom: 0;
}

.ttt-action-band {
  align-items: center;
  background: linear-gradient(135deg, #3c2c21 0%, #7f3d1e 100%);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(47, 36, 27, 0.18);
  color: #fff7ef;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  margin: 34px 0 10px;
  padding: 28px 30px;
}

.ttt-action-band h2,
.ttt-action-band p,
.ttt-action-band .ttt-section-kicker {
  color: #fff7ef;
}

.ttt-action-band h1,
.ttt-action-band h2,
.ttt-action-band h3,
.ttt-action-band h4,
.ttt-action-band p,
.ttt-action-band li,
.ttt-action-band strong,
.ttt-action-band a:not(.m-button),
.ttt-action-band .ttt-section-kicker {
  color: #fff7ef !important;
}

.ttt-action-band .m-button,
.ttt-action-band .m-button:hover,
.ttt-action-band .m-button:focus,
.ttt-action-band .m-button:active {
  color: #fff !important;
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .ttt-main-nav .m-nav__left > ul {
    gap: 4px;
  }

  .ttt-main-nav .m-nav__left a {
    font-size: 0.9rem;
    padding: 8px 10px;
  }

  .ttt-nav-button {
    font-size: 0.88rem;
    min-width: 110px;
    padding: 10px 14px;
  }

  .ttt-menu-support__links {
    gap: 10px;
  }

  .ttt-menu-support__links a {
    font-size: 0.85rem;
  }

  .ttt-menu-support__eyebrow {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 1600px) {
  .ttt-visual-split__content {
    padding: 36px 44px;
  }

  .ttt-gallery-grid {
    gap: 22px;
  }

  .ttt-link-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }

  .ttt-card-grid--three {
    gap: 22px;
  }

  .ttt-action-band {
    padding: 34px 40px;
  }

  .ttt-page-hero__description,
  .ttt-hero__content .m-hero-description {
    font-size: 1.14rem;
  }

  .ttt-footer__content {
    padding: 64px 0 48px;
  }
}

@media screen and (max-width: 1024px) {
  .ttt-main-nav {
    min-height: unset;
  }

  .ttt-nav-actions {
    display: none;
  }

  .ttt-menu-support {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .ttt-footer__grid {
    grid-template-columns: 1fr;
  }

  .ttt-footer__bottom {
    flex-direction: column;
  }

  .ttt-card-grid--three,
  .ttt-gallery-grid--three,
  .ttt-action-band,
  .ttt-visual-split,
  .ttt-visual-split--compact {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .home-template .ttt-hero__content {
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.6) 0%, rgba(247, 240, 230, 0.54) 100%);
    max-width: calc(100% - 56px);
    padding: 12px 14px 14px;
  }

  .home-template .m-hero__content .m-hero-title {
    font-size: clamp(1.45rem, 8.2vw, 2.35rem);
    line-height: 0.94;
  }

  .home-template .ttt-hero__content .m-hero-description {
    font-size: 0.84rem;
    line-height: 1.24;
    margin-top: 8px;
  }

  .ttt-page-hero {
    padding: 104px 0 22px;
  }

  .ttt-page-hero__content,
  .ttt-hero__content,
  .ttt-page-shell .l-post-content,
  .ttt-archive-shell .l-grid,
  .ttt-no-image-post .l-post-content,
  .page-template .l-post-content,
  .tag-template .l-grid,
  .author-template .l-grid {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .ttt-page-hero__title,
  .ttt-hero__content .m-hero-title {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .ttt-page-hero__description,
  .ttt-hero__content .m-hero-description {
    font-size: 1rem;
    line-height: 1.58;
  }

  .m-mobile-topbar.ttt-mobile-topbar {
    min-height: 82px;
    padding: 16px;
  }

  .ttt-mobile-topbar .m-logo img,
  .ttt-mobile-topbar .m-logo__image-light,
  .ttt-mobile-topbar .m-logo__image-dark {
    height: 48px;
  }

  .ttt-mobile-topbar__cta {
    font-size: 0.74rem;
    min-height: 44px;
    min-width: 72px;
    padding: 12px 12px;
  }

  .ttt-menu-support__links {
    flex-direction: column;
    gap: 10px;
  }

  .ttt-visual-split__content,
  .ttt-action-band,
  .ttt-promo-card,
  .ttt-detail-card,
  .ttt-note-card {
    padding: 22px 18px;
  }

  .ttt-gallery-grid,
  .ttt-gallery-grid--three,
  .ttt-card-grid,
  .ttt-card-grid--three,
  .ttt-link-grid,
  .ttt-quick-grid {
    grid-template-columns: 1fr;
  }

  .ttt-vendor-nav__grid {
    grid-template-columns: 1fr;
  }

  .ttt-visual-split__media img {
    min-height: 220px;
  }

  .m-footer__content.ttt-footer__content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ttt-footer__grid {
    grid-template-columns: 1fr;
  }

  .page-template .l-content,
  .post-template .l-content.in-post,
  .tag-template .l-content,
  .author-template .l-content {
    padding-bottom: 44px;
  }
}
