/* Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

/* =========================================================
TONI BODAS · CSS REFACTORIZADO
- Reglas repetidas consolidadas
- Bloques ordenados por página / componente
- Blog/single unificado en una sola versión
========================================================= */

/* =========================================================
1) TOKENS / VARIABLES
========================================================= */
:root {
  --tb-green: #7b7a45;
  --tb-green-dark: #6d6c3d;
  --tb-text: #1f1c18;
  --tb-text-soft: #2f2b26;
  --tb-body: #4f4a43;
  --tb-body-soft: #6a655d;
  --tb-kicker: #6f6a54;
  --tb-soft: #f4f0ea;
  --tb-soft-alt: #efe9e3;
  --tb-soft-featured: #ece7db;
  --tb-bg: #ffffff;
  --tb-white: #ffffff;
  --tb-placeholder: #eeeeee;
  --tb-accent: #c62828;
  --tb-border: #e7e1d8;
  --tb-border-soft: #d9d2c8;
  --tb-border-hover: #d8d0c4;
  --tb-serif: Georgia, "Times New Roman", serif;
  --tb-max: 1280px;
  --tb-blog-max: 1120px;
  --tb-content-max: 900px;
  --tb-text-max: 760px;
  --tb-gutter: 48px;
  --tb-gutter-mobile: 28px;
  --tb-shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.04);
  --tb-shadow-md: 0 10px 24px rgba(0, 0, 0, 0.04);
  --tb-shadow-lg: 0 14px 28px rgba(0, 0, 0, 0.06);
  --tb-shadow-xl: 0 14px 40px rgba(0, 0, 0, 0.12);
  --tb-shadow-2xl: 0 16px 40px rgba(0, 0, 0, 0.12);
  --tb-transition: 0.25s ease;
  --tb-transition-fast: 0.22s ease;
}

/* =========================================================
2) BASE / RESETEOS DEL TEMA
========================================================= */
body.tb-custom-site {
  overflow-x: hidden;
  background: var(--tb-bg);
  color: var(--tb-text);
}

.tb-custom-site .inside-article,
.tb-custom-site .entry-content,
.tb-custom-site .site-main,
.tb-custom-site #primary,
.tb-custom-site #main {
  width: 100% !important;
  max-width: 100% !important;
}

.tb-is-home .entry-content > * {
  margin-bottom: 0;
}

.tb-is-inner .inside-article {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tb-is-inner .entry-content,
.tb-is-inner .entry-content p,
.tb-is-inner .entry-content li {
  line-height: 1.75;
}

.tb-is-inner .entry-content p,
.tb-is-inner .entry-content li {
  margin-bottom: 1em;
}

.tb-is-inner .entry-content ul,
.tb-is-inner .entry-content ol {
  margin-bottom: 1.2em;
  padding-left: 1.4em;
}

.tb-is-inner .entry-content h1,
.tb-is-inner .entry-content h2,
.tb-is-inner .entry-content h3,
.tb-is-inner .entry-content h4 {
  margin: 0 0 0.8em;
  line-height: 1.25;
}

.tb-is-inner #page,
.tb-is-inner .site,
.tb-is-inner .site-content,
.tb-is-inner .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ocultar cabecera / footer nativos de GeneratePress */
.tb-custom-site #masthead,
.tb-custom-site .site-header,
.tb-custom-site .inside-header,
.tb-custom-site #site-navigation,
.tb-custom-site .main-navigation:not(.tb-nav),
.tb-custom-site .navigation-branding,
.tb-custom-site .site-logo,
.tb-custom-site .site-branding,
.tb-custom-site .site-footer,
.tb-custom-site .footer-widgets,
.tb-custom-site .site-info {
  display: none !important;
}

.tb-sticky-reserva {
  display: none !important;
}

/* =========================================================
3) UTILIDADES GENERALES
========================================================= */
.tb-site {
  width: 100%;
}

.section-space,
.section-space-sm,
.tb-topbar {
  width: min(var(--tb-max), calc(100% - var(--tb-gutter)));
  margin: 0 auto;
}

.section-space {
  padding: 72px 0;
}

.section-space-sm {
  padding: 36px 0 48px;
}

.tb-kicker {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  text-align: center;
  color: var(--tb-kicker);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Kicker alineado a la izquierda en módulos editoriales */
.tb-packs-feature-image__text .tb-kicker,
.tb-info-card .tb-kicker,
.tb-meta-card .tb-kicker,
.tb-packs-cta__content .tb-kicker,
.tb-contact-direct__item .tb-kicker {
  margin: 0 0 14px;
  text-align: left;
}

/* Títulos serif compartidos */
.tb-values__intro h2,
.tb-packs-hero h1,
.tb-packs-feature-image__text h2,
.tb-info-card h3,
.tb-info-note h3,
.tb-packs-meta__intro h3,
.tb-process__intro h3,
.tb-faq__intro h3,
.tb-faq-note h4,
.tb-packs-cta__content h3,
.tb-about-hero__content h1,
.tb-about-split__text h2,
.tb-about-editorial__content h2,
.tb-about-quote blockquote,
.tb-about-cta__inner h3,
.tb-contact-hero__content h1,
.tb-contact-form-wrap__intro h2,
.tb-contact-cta__inner h3,
.tb-zone-hero__content h1,
.tb-zone-intro__text h2,
.tb-zone-editorial__content h2,
.tb-zone-points__intro h3,
.tb-zone-faq__intro h3,
.tb-zone-cta__inner h3,
.tb-blog-hero h1,
.single-post .entry-title,
.single-post .entry-content h2 {
  font-family: var(--tb-serif);
  color: var(--tb-text);
}

/* Texto corrido compartido */
.tb-packs-lead,
.tb-pack-card p,
.tb-packs-feature-image__text p,
.tb-meta-card p,
.tb-step-card p,
.tb-info-note p,
.tb-packs-meta__intro p,
.tb-faq__intro p,
.tb-faq__item p,
.tb-faq-note p,
.tb-packs-cta__content p,
.tb-packs-cta__box p,
.tb-about-hero__content p,
.tb-about-split__text p,
.tb-about-editorial__content p,
.tb-about-card p,
.tb-about-cta__inner p,
.tb-contact-hero__content p,
.tb-contact-form-wrap__intro p,
.tb-contact-info-card p,
.tb-contact-cta__inner p,
.tb-zone-hero__content p,
.tb-zone-intro__text p,
.tb-zone-editorial__content p,
.tb-zone-card p,
.tb-zone-point p,
.tb-zone-faq__item p,
.tb-zone-cta__inner p,
.tb-blog-hero p,
.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  color: var(--tb-body);
}

/* Módulos con borde compartido */
.tb-info-card,
.tb-meta-card,
.tb-step-card,
.tb-about-card,
.tb-contact-info-card,
.tb-zone-card,
.tb-zone-point,
.tb-zone-faq__item,
.tb-packs-cta__box {
  border: 1px solid var(--tb-border);
}

/* Bloques suaves compartidos */
.tb-card,
.tb-meta-card,
.tb-about-card,
.tb-contact-form-box,
.tb-contact-cta__inner,
.tb-zone-card,
.tb-zone-point,
.tb-zone-cta__inner,
.tb-faq-note,
.tb-about-quote__inner,
.tb-about-cta__inner,
.tb-packs-feature-image__text,
.tb-packs-cta__inner,
.tb-cta-strip__inner {
  background: var(--tb-soft);
}

/* Bloques blancos compartidos */
.tb-step-card,
.tb-contact-info-card,
.tb-packs-cta__box,
.tb-zone-faq__item {
  background: var(--tb-white);
}

/* Números decorativos */
.tb-meta-card__num,
.tb-step-card__num,
.tb-about-card__num,
.tb-contact-info-card__num,
.tb-zone-card__num {
  display: block;
  margin-bottom: 12px;
  font-family: var(--tb-serif);
  font-size: 40px;
  line-height: 1;
  color: var(--tb-green);
}

/* Media blocks compartidos */
.tb-packs-feature-image__media,
.tb-about-hero__media,
.tb-about-editorial__media,
.tb-contact-hero__media,
.tb-zone-hero__media,
.tb-zone-editorial__media {
  overflow: hidden;
  background: var(--tb-placeholder);
}

.tb-packs-feature-image__media img,
.tb-about-hero__media img,
.tb-about-editorial__media img,
.tb-contact-hero__media img,
.tb-zone-hero__media img,
.tb-zone-editorial__media img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.tb-about-hero__media img,
.tb-contact-hero__media img,
.tb-zone-hero__media img {
  height: 760px;
}

.tb-packs-feature-image__media img,
.tb-about-editorial__media img,
.tb-zone-editorial__media img {
  height: 620px;
}

/* =========================================================
4) BOTONES
========================================================= */
.tb-btn,
.tb-contact-form-box button,
.tb-contact-form-box input[type="submit"],
.tb-contact-form-box .wpforms-submit,
.tb-contact-form-box .metform-btn,
.tb-contact-form-box .wpcf7-submit,
.tb-blog-readmore-btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--tb-green);
  background: var(--tb-green);
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  transition: var(--tb-transition);
  white-space: nowrap;
}

.tb-btn:hover,
.tb-contact-form-box button:hover,
.tb-contact-form-box input[type="submit"]:hover,
.tb-contact-form-box .wpforms-submit:hover,
.tb-contact-form-box .metform-btn:hover,
.tb-contact-form-box .wpcf7-submit:hover,
.tb-blog-readmore-btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #7a1f32;
  background: #7a1f32;
  color: #fff !important;
  text-decoration: none !important;
}

.tb-btn:visited,
.tb-btn:focus,
.tb-btn:active,
.wp-block-button__link:visited,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: #fff !important;
  text-decoration: none !important;
}

.tb-btn--block {
  width: 100%;
}

.tb-btn--ghost {
  background: transparent;
  color: var(--tb-green) !important;
}

.tb-btn--ghost:hover {
  background: #7a1f32;
  border-color: #7a1f32;
  color: #fff !important;
}

.tb-btn--header {
  min-height: 46px;
  padding: 0 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex: 0 0 auto;
}

.tb-blog-readmore-btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 11px;
}

/* =========================================================
5) HEADER GLOBAL / MENÚ
========================================================= */
.tb-global-header {
  width: 100%;
  z-index: 9999;
}

.tb-global-header--home {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}

.tb-global-header--inner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #c8c6bd;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.tb-topbar {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px 0;
}

.tb-brand {
  line-height: 1;
}

.tb-brand__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.tb-brand__logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: 78px;
  object-fit: contain;
}

.tb-nav {
  width: auto;
  min-width: 0;
  justify-self: center;
}

.tb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.tb-menu li {
  position: relative;
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
}

.tb-menu a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.tb-menu a:hover {
  opacity: 0.8;
}

.tb-menu > li > a {
  position: relative;
}

.tb-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--tb-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--tb-transition);
}

.tb-menu > li > a:hover::after,
.tb-menu > li:hover > a::after,
.tb-menu > li.current-menu-item > a::after,
.tb-menu > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

/* Submenú desktop */
.tb-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 220px;
  margin: 0;
  padding: 12px 16px;
  list-style: none;
  background: var(--tb-white);
  box-shadow: var(--tb-shadow-2xl);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: var(--tb-transition-fast);
}

.tb-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tb-menu .sub-menu li {
  width: 100%;
}

.tb-menu .sub-menu a {
  padding: 8px 0;
  color: var(--tb-text) !important;
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* Contraste según fondo */
.tb-global-header--home .tb-brand a,
.tb-global-header--home .tb-menu > li > a {
  color: var(--tb-white) !important;
}

.tb-global-header--home .tb-menu > li > a,
.tb-global-header--inner .tb-menu > li > a {
  opacity: 1 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.tb-global-header--home .tb-menu > li > a:hover,
.tb-global-header--home .tb-menu > li.current-menu-item > a,
.tb-global-header--home .tb-menu > li.current-menu-ancestor > a {
  color: var(--tb-white) !important;
}

.tb-global-header--inner .tb-brand a {
  color: var(--tb-white) !important;
}

.tb-global-header--inner .tb-menu > li > a {
  color: var(--tb-text-soft) !important;
}

.tb-global-header--inner .tb-menu > li > a:hover,
.tb-global-header--inner .tb-menu > li.current-menu-item > a,
.tb-global-header--inner .tb-menu > li.current-menu-ancestor > a {
  color: var(--tb-green) !important;
}

.tb-mobile-toggle,
.tb-btn--mobile-contact,
.tb-mobile-menu,
.tb-contact-mobile {
  display: none;
}

/* =========================================================
6) HOME
========================================================= */
.tb-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 720px;
}

.tb-hero__bg,
.tb-hero__overlay {
  position: absolute;
  inset: 0;
}

.tb-hero__bg {
  background-position: center center;
  background-size: cover;
}

.tb-hero__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.12) 26%,
    rgba(0, 0, 0, 0.15)
  );
}

.tb-values {
  display: grid;
  grid-template-columns: 1.08fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.tb-values__intro h2 {
  margin: 0;
  font-size: 68px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-values__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tb-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 34px 26px;
  text-align: center;
}

.tb-card__icon {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1;
  color: #8a8658;
}

.tb-card h3 {
  margin: 0 0 12px;
  color: var(--tb-text);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tb-card p {
  margin: 0;
  color: var(--tb-body);
  font-size: 15px;
  line-height: 1.65;
}

.tb-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.tb-gallery__item {
  margin: 0;
  overflow: hidden;
  background: var(--tb-placeholder);
}

.tb-gallery__item img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tb-gallery__item:hover img {
  transform: scale(1.04);
}

.tb-cta-strip {
  padding-top: 0;
}

.tb-cta-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
}

.tb-cta-strip__inner p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.tb-footer {
  padding-top: 32px;
  border-top: 1px solid var(--tb-border);
}

.tb-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tb-footer h4 {
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-footer p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
}

.tb-footer a {
  position: relative;
  color: var(--tb-green) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tb-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--tb-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--tb-transition);
}

.tb-footer a:hover {
  color: var(--tb-green-dark) !important;
}

.tb-footer a:hover::after {
  transform: scaleX(1);
}

.tb-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================================================
7) PÁGINA PACKS
========================================================= */
.tb-packs-page {
  padding-bottom: 20px;
}

.tb-packs-hero {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.tb-packs-hero h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-packs-lead {
  max-width: 840px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.tb-packs-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.tb-packs-grid,
.tb-packs-meta__grid,
.tb-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tb-pack-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 34px 28px 28px;
  background: var(--tb-soft);
}

.tb-pack-card--featured {
  transform: translateY(-8px);
  background: var(--tb-soft-featured);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.tb-pack-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  background: var(--tb-green);
  color: var(--tb-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-pack-card h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tb-pack-card__price {
  color: var(--tb-green);
  font-family: var(--tb-serif);
  font-size: 40px;
  line-height: 1;
}

.tb-pack-card p {
  margin: 0;
  line-height: 1.75;
}

.tb-pack-fit {
  margin-top: auto;
  padding-top: 6px;
}

.tb-pack-fit strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-packs-feature-image {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding-top: 0;
}

.tb-packs-feature-image__text {
  padding: 42px 36px;
}

.tb-packs-feature-image__text h2 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-packs-feature-image__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.tb-packs-info,
.tb-packs-meta {
  padding-top: 10px;
}

.tb-packs-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.tb-info-card {
  min-height: 100%;
  padding: 42px 34px;
}

.tb-info-card--soft {
  background: var(--tb-soft);
}

.tb-info-card--white {
  background: var(--tb-white);
}

.tb-info-card h3 {
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-info-card .tb-pack-list {
  gap: 18px;
}

.tb-info-card .tb-pack-list li {
  padding-left: 22px;
  color: #2e2a26;
  font-size: 16px;
  line-height: 1.7;
}

.tb-info-card .tb-pack-list li::before {
  top: 0.78em;
  width: 9px;
  height: 9px;
}

.tb-packs-info__bottom,
.tb-faq__bottom {
  max-width: 880px;
  margin: 28px auto 0;
}

.tb-info-note {
  padding: 40px 34px;
  border: 1px solid var(--tb-border);
  background: var(--tb-soft-alt);
  text-align: center;
}

.tb-info-note h3 {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-info-note p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.tb-info-note__actions,
.tb-faq-note__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.tb-packs-meta__intro,
.tb-faq__intro,
.tb-contact-form-wrap__intro,
.tb-zone-points__intro,
.tb-zone-faq__intro {
  text-align: center;
}

.tb-packs-meta__intro {
  max-width: 860px;
  margin: 0 auto 28px;
}

.tb-packs-meta__intro p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.tb-packs-meta__intro h3 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-meta-card {
  min-height: 100%;
  padding: 32px 26px;
}

.tb-meta-card__num {
  margin-bottom: 14px;
}

.tb-meta-card h4,
.tb-step-card h4,
.tb-contact-info-card h3,
.tb-zone-card h3,
.tb-zone-point h4 {
  color: var(--tb-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tb-meta-card h4 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
}

.tb-meta-card p,
.tb-step-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.tb-process__intro {
  margin-bottom: 26px;
  text-align: center;
}

.tb-process__intro h3 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tb-step-card {
  padding: 28px 24px;
}

.tb-step-card__num {
  margin-bottom: 14px;
  font-size: 44px;
}

.tb-step-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.tb-faq {
  max-width: 1180px;
  margin-inline: auto;
}

.tb-faq__intro {
  max-width: 820px;
  margin: 0 auto 28px;
}

.tb-faq__intro h3 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-faq__intro p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.tb-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tb-faq__item {
  padding: 0 20px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tb-faq__item:hover {
  border-color: var(--tb-border-hover);
  box-shadow: var(--tb-shadow-sm);
}

.tb-faq__item summary {
  position: relative;
  padding: 20px 34px 20px 0;
  list-style: none;
  cursor: pointer;
  color: var(--tb-text);
  font-weight: 600;
  line-height: 1.5;
}

.tb-faq__item summary::-webkit-details-marker {
  display: none;
}

.tb-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--tb-green);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.tb-faq__item[open] summary::after {
  content: "–";
}

.tb-faq__item p {
  margin: 0 0 20px;
  line-height: 1.75;
}

.tb-faq-note {
  padding: 38px 32px;
  text-align: center;
}

.tb-faq-note h4 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-faq-note p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.tb-packs-cta {
  padding-top: 14px;
}

.tb-packs-cta__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid var(--tb-border);
}

.tb-packs-cta__content {
  padding: 10px 6px;
}

.tb-packs-cta__content h3 {
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-packs-cta__content p {
  max-width: 700px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.tb-packs-cta__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tb-packs-cta__list li {
  padding: 10px 14px;
  border: 1px solid var(--tb-border);
  background: var(--tb-white);
  color: var(--tb-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-packs-cta__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}

.tb-packs-cta__box h4 {
  margin: 0 0 10px;
  color: var(--tb-text);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tb-packs-cta__box p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.tb-packs-cta__mini-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.tb-packs-cta__mini-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--tb-border);
  background: var(--tb-soft);
}

.tb-packs-cta__mini-list li::before {
  content: none !important;
  display: none !important;
}

.tb-packs-cta__mini-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--tb-green);
  color: var(--tb-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-packs-cta__mini-text {
  color: var(--tb-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.tb-packs-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* =========================================================
8) PÁGINA SOBRE MÍ
========================================================= */
.tb-about-hero,
.tb-contact-hero,
.tb-zone-hero {
  display: grid;
  align-items: center;
  gap: 34px;
  padding-top: 46px;
}

.tb-about-hero {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
}

.tb-contact-hero,
.tb-zone-hero {
  grid-template-columns: 1.05fr 0.95fr;
}

.tb-about-hero__content,
.tb-contact-hero__content,
.tb-zone-hero__content {
  max-width: 560px;
}

.tb-about-hero__content h1,
.tb-contact-hero__content h1,
.tb-zone-hero__content h1 {
  margin: 0 0 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-about-hero__content h1 {
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.tb-contact-hero__content h1 {
  font-size: 58px;
  line-height: 0.98;
}

.tb-zone-hero__content h1 {
  font-size: 56px;
  line-height: 0.98;
}

.tb-about-hero__content p,
.tb-contact-hero__content p,
.tb-zone-hero__content p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
}

.tb-about-hero__actions,
.tb-contact-hero__actions,
.tb-zone-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tb-about-split,
.tb-zone-intro__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.tb-about-split__text h2,
.tb-about-editorial__content h2,
.tb-about-cta__inner h3,
.tb-zone-intro__text h2,
.tb-zone-editorial__content h2,
.tb-zone-points__intro h3,
.tb-zone-cta__inner h3,
.tb-contact-form-wrap__intro h2,
.tb-contact-cta__inner h3 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-about-split__text p,
.tb-about-editorial__content p,
.tb-about-cta__inner p,
.tb-zone-intro__text p,
.tb-zone-editorial__content p,
.tb-zone-cta__inner p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
}

.tb-about-split__cards,
.tb-zone-intro__cards,
.tb-contact-direct {
  display: grid;
  gap: 18px;
}

.tb-about-card,
.tb-zone-card {
  padding: 28px 24px;
}

.tb-about-card h3,
.tb-zone-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tb-text);
}

.tb-about-card p,
.tb-zone-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.tb-about-quote__inner {
  padding: 42px 36px;
  border: 1px solid var(--tb-border);
  text-align: center;
}

.tb-about-quote__inner .tb-kicker {
  margin: 0 auto 16px;
}

.tb-about-quote blockquote {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.tb-about-editorial,
.tb-zone-editorial {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.tb-about-cta,
.tb-contact-cta,
.tb-zone-cta {
  padding-top: 10px;
}

.tb-about-cta__inner,
.tb-contact-cta__inner,
.tb-zone-cta__inner {
  padding: 46px 34px;
  border: 1px solid var(--tb-border);
  text-align: center;
}

.tb-about-cta__inner p,
.tb-contact-cta__inner p,
.tb-zone-cta__inner p {
  max-width: 760px;
  margin: 0 auto;
}

.tb-about-cta__inner .tb-about-hero__actions,
.tb-contact-cta__inner .tb-contact-hero__actions,
.tb-zone-cta__inner .tb-zone-hero__actions {
  justify-content: center;
}

/* =========================================================
9) CONTACTO
========================================================= */
.tb-contact-direct {
  margin-top: 22px;
}

.tb-contact-direct__item {
  padding: 18px 18px 16px;
  border: 1px solid var(--tb-border);
  background: var(--tb-soft);
}

.tb-contact-direct__item .tb-kicker {
  margin: 0 0 10px;
}

.tb-contact-direct__item a {
  color: var(--tb-text);
  text-decoration: none;
  font-family: var(--tb-serif);
  font-size: 28px;
  line-height: 1.1;
}

.tb-contact-direct__item p {
  margin: 10px 0 0;
  color: var(--tb-body-soft);
  font-size: 14px;
  line-height: 1.6;
}

.tb-contact-form-wrap__intro {
  max-width: 860px;
  margin: 0 auto 26px;
}

.tb-contact-form-wrap__intro p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.tb-contact-form-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid var(--tb-border);
}

.tb-contact-form-box input[type="text"],
.tb-contact-form-box input[type="email"],
.tb-contact-form-box input[type="tel"],
.tb-contact-form-box input[type="date"],
.tb-contact-form-box textarea,
.tb-contact-form-box select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--tb-border-soft);
  border-radius: 0;
  background: var(--tb-white);
  color: var(--tb-text);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}

.tb-contact-form-box textarea {
  min-height: 160px;
  resize: vertical;
}

.tb-contact-form-box label {
  display: block;
  margin-bottom: 8px;
  color: var(--tb-kicker);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tb-contact-info-card {
  padding: 30px 24px;
}

.tb-contact-info-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
}

.tb-contact-info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.tb-contact-cta__inner h3 {
  margin: 0 0 16px;
  font-size: 50px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.tb-contact-cta__inner p {
  font-size: 17px;
  line-height: 1.8;
}

/* =========================================================
10) LANDING ZONAS
========================================================= */
.tb-zone-points {
  padding-top: 18px;
}

.tb-zone-points__intro {
  max-width: 900px;
  margin: 0 auto 34px;
}

.tb-zone-points__intro h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tb-zone-points__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  counter-reset: zonepoints;
}

.tb-zone-point {
  position: relative;
  min-height: 100%;
  padding: 34px 28px 28px;
  overflow: hidden;
  transition:
    transform var(--tb-transition),
    box-shadow var(--tb-transition),
    border-color var(--tb-transition);
}

.tb-zone-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--tb-green);
}

.tb-zone-point::after {
  counter-increment: zonepoints;
  content: "0" counter(zonepoints);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid var(--tb-border);
  background: var(--tb-white);
  color: var(--tb-green);
  font-family: var(--tb-serif);
  font-size: 24px;
  line-height: 1;
}

.tb-zone-point:hover {
  border-color: var(--tb-border-soft);
  box-shadow: var(--tb-shadow-lg);
  transform: translateY(-4px);
}

.tb-zone-point h4 {
  max-width: 260px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.25;
}

.tb-zone-point p {
  max-width: 320px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.tb-zone-point:nth-child(2) {
  background: #f4efe8;
}

.tb-zone-point:nth-child(3) {
  background: #f8f5f0;
}

.tb-zone-faq {
  max-width: 980px;
  margin-inline: auto;
}

.tb-zone-faq__intro {
  max-width: 760px;
  margin: 0 auto 26px;
}

.tb-zone-faq__intro h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tb-zone-faq__list {
  display: grid;
  gap: 14px;
}

.tb-zone-faq__item {
  padding: 0;
  background: var(--tb-soft);
  transition:
    background var(--tb-transition),
    border-color var(--tb-transition),
    box-shadow var(--tb-transition);
}

.tb-zone-faq__item:hover {
  border-color: var(--tb-border-soft);
  box-shadow: var(--tb-shadow-md);
}

.tb-zone-faq__item[open] {
  background: #f7f3ee;
  border-color: var(--tb-border-soft);
}

.tb-zone-faq__item summary {
  position: relative;
  padding: 24px 72px 24px 24px;
  list-style: none;
  cursor: pointer;
  color: var(--tb-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.tb-zone-faq__item summary::-webkit-details-marker {
  display: none;
}

.tb-zone-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(123, 122, 69, 0.35);
  background: var(--tb-white);
  color: var(--tb-green);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
  transition: var(--tb-transition);
}

.tb-zone-faq__item[open] summary::after {
  content: "–";
  border-color: var(--tb-green);
  background: var(--tb-green);
  color: var(--tb-white);
}

.tb-zone-faq__item p {
  max-width: 820px;
  margin: 0;
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.8;
}

.tb-zone-faq__item[open] p {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* =========================================================
11) BLOG ARCHIVE + SINGLE POST · UNIFORME DEFINITIVO
========================================================= */

.tb-blog-archive .entry-header,
.single-post .entry-header {
  display: block !important;
}

/* HERO BLOG */
.tb-blog-hero {
  padding-top: 38px;
  padding-bottom: 24px;
  text-align: center;
}

.tb-blog-hero .tb-kicker {
  margin: 0 auto 12px;
}

.tb-blog-hero h1 {
  max-width: 860px;
  margin: 0 auto 16px;
  font-size: 46px;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.tb-blog-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.76;
}

.tb-blog-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* CONTENEDOR BLOG */
.tb-blog-archive .site-content {
  width: min(var(--tb-blog-max), calc(100% - var(--tb-gutter))) !important;
  margin: 0 auto !important;
}

.tb-blog-archive .site-main {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

/* TARJETAS */
.tb-blog-archive .site-main > article {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #ddd5c9 !important;
  background: #f7f4ef !important;
  box-shadow: 0 10px 30px rgba(31, 28, 24, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tb-blog-archive .site-main > article:hover {
  transform: translateY(-4px);
  border-color: #cfc5b8 !important;
  box-shadow: 0 18px 40px rgba(31, 28, 24, 0.08);
}

.tb-blog-archive .inside-article {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  background: #f7f4ef !important;
}

/* OCULTAR META */
.tb-blog-archive .entry-meta,
.tb-blog-archive .posted-on,
.tb-blog-archive .byline,
.tb-blog-archive .cat-links,
.tb-blog-archive .comments-link,
.tb-blog-archive .tags-links,
.tb-blog-archive .entry-footer,
.tb-blog-archive footer,
.single-post .entry-meta {
  display: none !important;
}

/* IMAGEN */
.tb-blog-archive .post-image,
.tb-blog-archive .featured-image {
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ebe6de;
}

.tb-blog-archive .post-image img,
.tb-blog-archive .featured-image img,
.tb-blog-archive .inside-article img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.45s ease;
}

.tb-blog-archive .site-main > article:hover .post-image img,
.tb-blog-archive .site-main > article:hover .featured-image img,
.tb-blog-archive .site-main > article:hover .inside-article img {
  transform: scale(1.03);
}

/* CABECERA UNIFORME */
.tb-blog-archive .entry-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 34px 30px 12px !important;
  min-height: 280px !important;
}

.tb-blog-archive .entry-header::before {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-bottom: 24px;
  background: var(--tb-green);
}

/* CATEGORÍA */
.tb-blog-card-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--tb-kicker);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* TÍTULO */
.tb-blog-archive .entry-title {
  display: -webkit-box !important;
  min-height: 3.3em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #1c1814 !important;
  font-family: var(--tb-serif);
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.tb-blog-archive .entry-title a {
  color: #1c1814 !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.tb-blog-archive .entry-title a:hover {
  color: var(--tb-green) !important;
}

/* EXTRACTO */
.tb-blog-archive .entry-summary,
.tb-blog-archive .entry-content {
  flex: 1 1 auto !important;
  padding: 0 30px 22px !important;
}

.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #6a6258 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}

.tb-blog-archive .entry-summary .more-link,
.tb-blog-archive .entry-content .more-link {
  display: none !important;
}

/* BOTÓN */
.tb-blog-readmore-wrap {
  margin-top: auto !important;
  padding: 0 30px 32px !important;
}

.tb-blog-archive .tb-blog-readmore-btn,
.tb-blog-archive a.tb-blog-readmore-btn,
.tb-blog-archive .read-more,
.tb-blog-archive a.read-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  border: 1px solid var(--tb-green) !important;
  background: var(--tb-green) !important;
  color: #fff !important;
  fill: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.tb-blog-archive .tb-blog-readmore-btn:hover,
.tb-blog-archive a.tb-blog-readmore-btn:hover,
.tb-blog-archive .read-more:hover,
.tb-blog-archive a.read-more:hover {
  border-color: #7a1f32 !important;
  background: #7a1f32 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.tb-blog-archive .tb-blog-readmore-btn:visited,
.tb-blog-archive .tb-blog-readmore-btn:focus,
.tb-blog-archive .tb-blog-readmore-btn:active,
.tb-blog-archive a.tb-blog-readmore-btn:visited,
.tb-blog-archive a.tb-blog-readmore-btn:focus,
.tb-blog-archive a.tb-blog-readmore-btn:active {
  color: #fff !important;
  text-decoration: none !important;
}

/* PAGINACIÓN */
.tb-blog-archive .site-main > nav,
.tb-blog-archive .site-main > .paging-navigation,
.tb-blog-archive .site-main > .navigation {
  grid-column: 1 / -1;
  margin-top: 8px;
  text-align: center;
}

/* SINGLE */
.single-post .inside-article {
  max-width: var(--tb-content-max) !important;
  margin: 0 auto !important;
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.single-post .post-image,
.single-post .featured-image {
  max-width: 980px;
  margin: 0 auto 30px !important;
  overflow: hidden;
  background: #eee8de;
}

.single-post .post-image img,
.single-post .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post .entry-header {
  max-width: 820px !important;
  margin: 0 auto 22px !important;
  padding-top: 10px !important;
  text-align: center !important;
}

.single-post .entry-header::before {
  content: "BLOG";
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--tb-border);
  color: var(--tb-kicker);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-post .entry-title {
  margin: 0 auto !important;
  color: var(--tb-text) !important;
  font-family: var(--tb-serif);
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.03em;
  text-transform: none;
  text-align: center !important;
  text-wrap: balance;
}

.single-post .entry-content {
  max-width: var(--tb-text-max) !important;
  margin: 0 auto !important;
  color: #403a33 !important;
  font-size: 19px !important;
  line-height: 1.9 !important;
}

.single-post .entry-content p {
  margin-bottom: 1.08em !important;
}

.single-post .entry-content h2 {
  margin: 1.45em 0 0.55em !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
}

.single-post .entry-content h3 {
  margin: 1.2em 0 0.45em !important;
  font-size: 24px !important;
  line-height: 1.16 !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-bottom: 1.1em;
  padding-left: 1.35em;
}

/* IMÁGENES GUTENBERG */
.single-post .entry-content .wp-block-image,
.single-post .entry-content figure {
  max-width: 100%;
  margin: 26px auto !important;
}

.single-post .entry-content .wp-block-image img,
.single-post .entry-content figure img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  height: auto !important;
}

/* GALERÍA */
.single-post .entry-content .wp-block-gallery,
.single-post .entry-content .wp-block-gallery.has-nested-images {
  margin: 24px 0 !important;
  padding: 0 !important;
  gap: 12px !important;
}

.single-post .entry-content .wp-block-gallery.has-nested-images {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}

.single-post .entry-content .wp-block-gallery.columns-2.has-nested-images figure.wp-block-image,
.single-post .entry-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image {
  width: calc(50% - 6px) !important;
  margin: 0 !important;
}

.single-post .entry-content .wp-block-gallery.columns-3.has-nested-images figure.wp-block-image,
.single-post .entry-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image {
  width: calc(33.333% - 8px) !important;
  margin: 0 !important;
}

.single-post .entry-content .wp-block-gallery.columns-4.has-nested-images figure.wp-block-image,
.single-post .entry-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image {
  width: calc(25% - 9px) !important;
  margin: 0 !important;
}

.single-post .entry-content .wp-block-gallery.columns-5.has-nested-images figure.wp-block-image,
.single-post .entry-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image {
  width: calc(20% - 10px) !important;
  margin: 0 !important;
}

.single-post .entry-content .wp-block-gallery.has-nested-images:not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5) figure.wp-block-image {
  width: calc(33.333% - 8px) !important;
  margin: 0 !important;
}

.single-post .entry-content .wp-block-gallery figure,
.single-post .entry-content .wp-block-gallery .wp-block-image,
.single-post .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  padding: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.single-post .entry-content .wp-block-gallery figure img,
.single-post .entry-content .wp-block-gallery .wp-block-image img,
.single-post .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover !important;
}

/* =========================================================
12) RESPONSIVE · TABLET (<= 1100px)
========================================================= */
@media (max-width: 1100px) {
  .tb-hero {
    min-height: 560px;
  }

  .tb-topbar {
    width: min(var(--tb-max), calc(100% - var(--tb-gutter-mobile)));
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .tb-nav,
  .tb-btn--header,
  .tb-btn--mobile-contact {
    display: none !important;
  }

  .tb-brand {
    text-align: center;
  }

  .tb-brand a {
    font-size: 24px;
    line-height: 0.9;
  }

  .tb-brand__logo {
    max-width: 220px;
    height: 64px;
  }

  .tb-mobile-toggle {
    position: relative;
    z-index: 10002;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(40, 40, 40, 0.55) !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .tb-mobile-toggle::before,
  .tb-mobile-toggle::after {
    content: none !important;
    display: none !important;
  }

  .tb-mobile-toggle span {
    position: absolute !important;
    left: 50%;
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: var(--tb-white) !important;
    opacity: 1 !important;
    transform: translateX(-50%);
  }

  .tb-mobile-toggle span:nth-child(1) {
    top: 14px !important;
  }

  .tb-mobile-toggle span:nth-child(2) {
    top: 23px !important;
  }

  .tb-mobile-toggle span:nth-child(3) {
    top: 32px !important;
  }

  .tb-mobile-menu {
    position: absolute;
    top: 72px;
    right: 14px;
    left: 14px;
    z-index: 10001;
    display: none;
    padding: 18px;
    border: 1px solid var(--tb-border);
    background: var(--tb-white);
    box-shadow: var(--tb-shadow-xl);
  }

  .tb-mobile-menu.is-open {
    display: block !important;
  }

  .tb-mobile-menu .tb-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    margin-bottom: 16px;
  }

  .tb-mobile-menu .tb-menu li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee7dc;
  }

  .tb-mobile-menu .tb-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tb-mobile-menu .tb-menu > li > a,
  .tb-global-header--home .tb-mobile-menu .tb-menu > li > a,
  .tb-global-header--inner .tb-mobile-menu .tb-menu > li > a {
    padding: 4px 0;
    color: var(--tb-text-soft) !important;
    opacity: 1 !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tb-mobile-menu .tb-menu > li > a:hover,
  .tb-mobile-menu .tb-menu .current-menu-item > a,
  .tb-mobile-menu .tb-menu .current-menu-ancestor > a,
  .tb-global-header--home .tb-mobile-menu .tb-menu > li > a:hover,
  .tb-global-header--inner .tb-mobile-menu .tb-menu > li > a:hover {
    color: var(--tb-green) !important;
  }

  .tb-mobile-menu .sub-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
    padding: 8px 0 0 14px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .tb-mobile-menu .sub-menu a,
  .tb-global-header--home .tb-mobile-menu .sub-menu a,
  .tb-global-header--inner .tb-mobile-menu .sub-menu a {
    color: #5a544c !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: none;
  }

  .tb-mobile-menu .tb-btn {
    margin-top: 10px;
  }

  .tb-values {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tb-values__intro h2 {
    font-size: 54px;
  }

  .tb-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tb-packs-grid,
  .tb-packs-info__grid,
  .tb-packs-meta__grid,
  .tb-process__grid,
  .tb-contact-info__grid,
  .tb-zone-points__grid,
  .tb-blog-archive .site-main {
    grid-template-columns: 1fr !important;
  }

  .tb-pack-card--featured {
    transform: none;
  }

  .tb-packs-feature-image,
  .tb-about-hero,
  .tb-about-split,
  .tb-about-editorial,
  .tb-contact-hero,
  .tb-zone-hero,
  .tb-zone-intro__grid,
  .tb-zone-editorial {
    grid-template-columns: 1fr;
  }

  .tb-about-hero,
  .tb-contact-hero,
  .tb-zone-hero,
  .tb-zone-editorial {
    gap: 24px;
  }

  .tb-about-hero__content,
  .tb-contact-hero__content,
  .tb-zone-hero__content,
  .tb-zone-intro__text {
    max-width: none;
  }

  .tb-packs-hero h1 {
    font-size: 52px;
  }

  .tb-packs-feature-image__media img {
    height: 500px;
  }

  .tb-packs-feature-image__text h2,
  .tb-info-card h3,
  .tb-packs-meta__intro h3,
  .tb-faq__intro h3,
  .tb-packs-cta__content h3 {
    font-size: 42px;
  }

  .tb-info-note h3 {
    font-size: 36px;
  }

  .tb-about-hero__content h1,
  .tb-contact-hero__content h1,
  .tb-zone-hero__content h1 {
    font-size: 42px;
  }

  .tb-about-split__text h2,
  .tb-about-editorial__content h2,
  .tb-about-cta__inner h3,
  .tb-contact-form-wrap__intro h2,
  .tb-contact-cta__inner h3,
  .tb-zone-intro__text h2,
  .tb-zone-editorial__content h2,
  .tb-zone-points__intro h3,
  .tb-zone-faq__intro h3,
  .tb-zone-cta__inner h3 {
    font-size: 40px;
  }

  .tb-about-hero__media img,
  .tb-contact-hero__media img,
  .tb-zone-hero__media img {
    height: 620px;
  }

  .tb-about-editorial__media img,
  .tb-zone-editorial__media img {
    height: 500px;
  }

  .tb-about-quote blockquote {
    font-size: 32px;
  }

  .tb-zone-point h4,
  .tb-zone-point p {
    max-width: none;
  }

  .tb-zone-faq__intro h3 {
    font-size: 30px;
  }

  .tb-zone-faq__item summary {
    font-size: 20px;
  }

  /* BLOG TABLET */
  .tb-blog-hero h1 {
    max-width: 700px;
    font-size: 38px;
    line-height: 1.08;
  }

  .tb-blog-archive .entry-header {
    min-height: 250px !important;
  }

  .tb-blog-archive .entry-title {
    min-height: 3.3em !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    -webkit-line-clamp: 3 !important;
  }

  .single-post .entry-title {
    font-size: 38px !important;
  }

  .single-post .entry-content h2 {
    font-size: 28px !important;
  }
}

/* =========================================================
13) RESPONSIVE · MÓVIL (<= 768px)
========================================================= */
@media (max-width: 768px) {
  .section-space,
  .section-space-sm {
    width: min(var(--tb-max), calc(100% - var(--tb-gutter-mobile)));
  }

  .tb-brand__logo {
    max-width: 180px;
    height: 52px;
  }

  .section-space {
    padding: 46px 0;
  }

  .section-space-sm {
    padding: 22px 0 34px;
  }

  .tb-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
  }

  .tb-hero {
    min-height: 480px;
  }

  .tb-values__intro {
    text-align: center;
  }

  .tb-values__intro h2 {
    font-size: 30px !important;
    line-height: 1.02 !important;
  }

  .tb-values__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .tb-card {
    min-height: 160px;
    padding: 16px 10px;
  }

  .tb-card__icon {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .tb-card h3 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .tb-card p {
    font-size: 11px;
    line-height: 1.35;
  }

  .tb-contact-mobile {
    display: block;
    margin-top: 16px;
  }

  .tb-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tb-gallery__item img {
    height: 190px;
  }

  .tb-cta-strip__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .tb-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tb-packs-hero {
    padding-top: 32px;
  }

  .tb-packs-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .tb-packs-lead {
    font-size: 16px;
  }

  .tb-pack-card {
    padding: 26px 18px 20px;
  }

  .tb-pack-card h2 {
    font-size: 24px;
  }

  .tb-pack-card__price {
    font-size: 34px;
  }

  .tb-packs-feature-image {
    gap: 14px;
  }

  .tb-packs-feature-image__media img {
    height: 300px;
  }

  .tb-packs-feature-image__text {
    padding: 26px 18px;
  }

  .tb-packs-feature-image__text h2,
  .tb-info-card h3,
  .tb-info-note h3,
  .tb-packs-meta__intro h3,
  .tb-faq__intro h3,
  .tb-packs-cta__content h3 {
    font-size: 28px;
    line-height: 1.02;
  }

  .tb-packs-feature-image__text p,
  .tb-info-card .tb-pack-list li,
  .tb-info-note p,
  .tb-packs-meta__intro p,
  .tb-meta-card p,
  .tb-faq__intro p,
  .tb-faq__item p,
  .tb-faq-note p,
  .tb-packs-cta__content p,
  .tb-packs-cta__box p {
    font-size: 15px;
    line-height: 1.65;
  }

  .tb-info-card,
  .tb-info-note,
  .tb-meta-card,
  .tb-step-card {
    padding: 22px 18px;
  }

  .tb-packs-info__bottom {
    margin-top: 18px;
  }

  .tb-packs-meta__intro,
  .tb-faq__intro,
  .tb-zone-faq__intro {
    margin-bottom: 18px;
  }

  .tb-meta-card__num {
    font-size: 32px;
  }

  .tb-meta-card h4 {
    font-size: 16px;
  }

  .tb-faq__item {
    padding: 0 16px;
  }

  .tb-faq__item summary {
    padding: 16px 28px 16px 0;
  }

  .tb-faq-note {
    padding: 26px 18px;
  }

  .tb-faq-note h4 {
    font-size: 26px;
    line-height: 1.02;
  }

  .tb-packs-cta__inner {
    gap: 18px;
    padding: 22px 18px;
  }

  .tb-packs-cta__box {
    padding: 22px 18px;
  }

  .tb-packs-cta__box h4 {
    font-size: 18px;
  }

  .tb-packs-cta__list {
    gap: 8px;
  }

  .tb-packs-cta__list li {
    padding: 8px 10px;
    font-size: 11px;
  }

  .tb-packs-cta__mini-list li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 12px 14px;
  }

  .tb-packs-cta__mini-num {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .tb-packs-cta__mini-text {
    font-size: 15px;
  }

  .tb-about-hero,
  .tb-contact-hero,
  .tb-zone-hero {
    gap: 18px;
    padding-top: 28px;
  }

  .tb-about-hero__media img,
  .tb-contact-hero__media img,
  .tb-zone-hero__media img {
    height: 420px;
  }

  .tb-about-editorial__media img,
  .tb-zone-editorial__media img {
    height: 300px;
  }

  .tb-about-hero__content h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .tb-contact-hero__content h1,
  .tb-zone-hero__content h1 {
    font-size: 32px;
    line-height: 1.03;
  }

  .tb-about-split__text h2,
  .tb-about-editorial__content h2,
  .tb-about-cta__inner h3,
  .tb-contact-form-wrap__intro h2,
  .tb-contact-cta__inner h3,
  .tb-zone-intro__text h2,
  .tb-zone-editorial__content h2,
  .tb-zone-points__intro h3,
  .tb-zone-faq__intro h3,
  .tb-zone-cta__inner h3 {
    font-size: 28px;
    line-height: 1.02;
  }

  .tb-about-hero__content p,
  .tb-about-split__text p,
  .tb-about-editorial__content p,
  .tb-about-cta__inner p,
  .tb-about-card p,
  .tb-contact-hero__content p,
  .tb-contact-form-wrap__intro p,
  .tb-contact-info-card p,
  .tb-contact-cta__inner p,
  .tb-zone-hero__content p,
  .tb-zone-intro__text p,
  .tb-zone-editorial__content p,
  .tb-zone-point p,
  .tb-zone-card p,
  .tb-zone-faq__item p,
  .tb-zone-cta__inner p {
    font-size: 15px;
    line-height: 1.7;
  }

  .tb-about-card,
  .tb-contact-form-box,
  .tb-contact-cta__inner,
  .tb-contact-info-card,
  .tb-zone-card,
  .tb-zone-point,
  .tb-zone-cta__inner {
    padding: 24px 18px;
  }

  .tb-about-quote__inner,
  .tb-about-cta__inner {
    padding: 28px 18px;
  }

  .tb-about-quote blockquote {
    font-size: 24px;
    line-height: 1.25;
  }

  .tb-contact-direct__item a {
    font-size: 22px;
  }

  .tb-zone-points__intro {
    margin-bottom: 22px;
  }

  .tb-zone-points__intro h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .tb-zone-point::after {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .tb-zone-point h4 {
    font-size: 15px;
  }

  .tb-zone-faq__intro h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  .tb-zone-faq__item summary {
    padding: 18px 58px 18px 18px;
    font-size: 18px;
    line-height: 1.35;
  }

  .tb-zone-faq__item summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .tb-zone-faq__item p {
    padding: 0 18px 18px;
  }

  .tb-zone-faq__item[open] p {
    padding-top: 14px;
  }

  /* BLOG MÓVIL */
  .tb-blog-hero {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .tb-blog-hero h1 {
    max-width: 340px;
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.01em;
  }

  .tb-blog-hero p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.68;
  }

  .tb-blog-archive .site-content {
    width: min(var(--tb-blog-max), calc(100% - var(--tb-gutter-mobile))) !important;
  }

  .tb-blog-archive .entry-header {
    min-height: 210px !important;
    padding: 22px 18px 10px !important;
  }

  .tb-blog-archive .entry-header::before {
    width: 52px;
    height: 4px;
    margin-bottom: 16px;
  }

  .tb-blog-card-kicker {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .tb-blog-archive .entry-summary,
  .tb-blog-archive .entry-content,
  .tb-blog-readmore-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .tb-blog-archive .entry-title {
    min-height: 3.3em !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    -webkit-line-clamp: 3 !important;
  }

  .tb-blog-archive .entry-summary p,
  .tb-blog-archive .entry-content p {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  .tb-blog-archive .tb-blog-readmore-btn,
  .tb-blog-archive a.tb-blog-readmore-btn {
    width: auto !important;
    min-width: 170px !important;
    min-height: 44px !important;
    font-size: 11px !important;
  }

  .single-post .inside-article {
    padding-top: 12px !important;
    padding-bottom: 22px !important;
  }

  .single-post .entry-header {
    margin-bottom: 12px !important;
    padding-top: 4px !important;
    text-align: center !important;
  }

  .single-post .entry-title {
    font-size: 32px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.015em;
    text-align: center !important;
  }

  .single-post .entry-content {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  .single-post .entry-content h2 {
    font-size: 26px !important;
    line-height: 1.14 !important;
  }

  .single-post .entry-content h3 {
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  .single-post .entry-content .wp-block-buttons {
    display: flex !important;
    justify-content: center !important;
    margin: 24px 0 !important;
  }

  .single-post .entry-content .wp-block-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .single-post .entry-content .wp-block-button__link,
  .single-post .entry-content a.wp-block-button__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    padding: 14px 18px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }
}

/* =========================================================
14) AJUSTE ADMIN BAR SOLO EN HOME
========================================================= */
@media (max-width: 782px) {
  .admin-bar .tb-global-header--home {
    top: 46px !important;
  }
}

@media (min-width: 783px) {
  .admin-bar .tb-global-header--home {
    top: 32px !important;
  }
}

.site-footer.grid-container:empty {
  display: none;
}

/* BOTONES-ENLACE: siempre blancos */
.entry-content a.tb-btn,
.inside-article a.tb-btn,
.entry-content .wp-block-button__link,
.inside-article .wp-block-button__link {
  background: var(--tb-green) !important;
  border: 1px solid var(--tb-green) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.entry-content a.tb-btn:hover,
.inside-article a.tb-btn:hover,
.entry-content .wp-block-button__link:hover,
.inside-article .wp-block-button__link:hover {
  background: #7a1f32 !important;
  border-color: #7a1f32 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* BOTONES GUTENBERG EN BLOG Y SINGLE */
.tb-blog-archive .wp-block-button__link,
.tb-blog-archive a.wp-block-button__link,
.single-post .wp-block-button__link,
.single-post a.wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 18px 36px !important;
  border: 1px solid var(--tb-green) !important;
  background: var(--tb-green) !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tb-blog-archive .wp-block-button__link:hover,
.tb-blog-archive a.wp-block-button__link:hover,
.single-post .wp-block-button__link:hover,
.single-post a.wp-block-button__link:hover {
  border-color: #7a1f32 !important;
  background: #7a1f32 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.tb-blog-archive .wp-block-button__link:visited,
.tb-blog-archive .wp-block-button__link:focus,
.tb-blog-archive .wp-block-button__link:active,
.single-post .wp-block-button__link:visited,
.single-post .wp-block-button__link:focus,
.single-post .wp-block-button__link:active {
  color: #fff !important;
  text-decoration: none !important;
}

.tb-blog-archive .entry-header,
.single-post .entry-header {
  display: block !important;
}

.tb-blog-archive .entry-title {
  display: block !important;
  max-width: 16ch;
  font-size: 42px !important;
  line-height: 1.02 !important;
}

/* =========================================================
BLOG · LAYOUT DEFINITIVO PRO
========================================================= */

/* GRID */
.tb-blog-archive .site-main {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
}

/* PRIMER POST DESTACADO */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: 1 / -1 !important;
  }
}

/* HEADER (igualar altura tarjetas) */
.tb-blog-archive .entry-header {
  padding: 32px 28px 10px !important;
  min-height: 150px; /* 👈 clave para alinear imágenes */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* TÍTULO GENERAL (más elegante y más pequeño) */
.tb-blog-archive .entry-title {
  font-family: var(--tb-serif);
  font-size: 28px !important; /* 👈 tamaño equilibrado */
  line-height: 1.15 !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* HOVER */
.tb-blog-archive .entry-title a:hover {
  color: var(--tb-green) !important;
}

/* PRIMER POST (ligeramente más grande, pero coherente) */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    font-size: 32px !important;
    line-height: 1.12 !important;
    max-width: 780px;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 170px;
  }
}

/* IMAGENES UNIFORMES */
.tb-blog-archive .post-image,
.tb-blog-archive .featured-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tb-blog-archive .post-image img,
.tb-blog-archive .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PRIMER POST IMAGEN MÁS CINEMÁTICA */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type .post-image,
  .tb-blog-archive .site-main > article:first-of-type .featured-image {
    aspect-ratio: 16 / 9;
  }
}


/* =========================================================
BLOG · PRIMER POST DESTACADO LIMPIO Y CORRECTO
========================================================= */

/* grid general */
.tb-blog-archive .site-main {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: start !important;
}

/* cards normales */
.tb-blog-archive .site-main > article {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #ddd5c9 !important;
  background: #f7f4ef !important;
  box-shadow: 0 10px 30px rgba(31, 28, 24, 0.04);
}

.tb-blog-archive .inside-article {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
  background: #f7f4ef !important;
}

/* header uniforme */
.tb-blog-archive .entry-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 230px !important;
  padding: 34px 30px 18px !important;
  overflow: visible !important;
}

.tb-blog-archive .entry-header::before {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin-bottom: 20px;
  background: var(--tb-green);
  flex: 0 0 auto;
}

.tb-blog-card-kicker {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--tb-kicker);
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  flex: 0 0 auto;
}

/* título uniforme */
.tb-blog-archive .entry-title {
  display: -webkit-box !important;
  min-height: 3.45em !important;
  max-height: 3.45em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #1c1814 !important;
  font-family: var(--tb-serif) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.tb-blog-archive .entry-title a {
  color: #1c1814 !important;
  text-decoration: none !important;
}

.tb-blog-archive .entry-title a:hover {
  color: var(--tb-green) !important;
}

/* imagen normal */
.tb-blog-archive .post-image,
.tb-blog-archive .featured-image {
  margin: 0 !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: #ebe6de !important;
}

.tb-blog-archive .post-image img,
.tb-blog-archive .featured-image img,
.tb-blog-archive .inside-article img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* extracto */
.tb-blog-archive .entry-summary,
.tb-blog-archive .entry-content {
  display: block !important;
  flex: 1 1 auto !important;
  padding: 28px 30px 22px !important;
  background: #f7f4ef !important;
}

.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  display: -webkit-box !important;
  max-width: 42ch !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #6a6258 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

/* botón abajo izquierda */
.tb-blog-readmore-wrap {
  margin-top: auto !important;
  padding: 0 30px 30px !important;
  text-align: left !important;
  background: #f7f4ef !important;
}

.tb-blog-archive .tb-blog-readmore-btn,
.tb-blog-archive a.tb-blog-readmore-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border: 1px solid var(--tb-green) !important;
  background: var(--tb-green) !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tb-blog-archive .tb-blog-readmore-btn:hover,
.tb-blog-archive a.tb-blog-readmore-btn:hover {
  border-color: #7a1f32 !important;
  background: #7a1f32 !important;
  color: #fff !important;
}

/* ===== PRIMER POST DESTACADO SOLO POR ANCHO ===== */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: 1 / -1 !important;
  }

  /* misma estructura, solo cambia el ancho y la imagen algo más panorámica */
  .tb-blog-archive .site-main > article:first-of-type .inside-article {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    inset: auto !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 210px !important;
    padding: 38px 34px 18px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    min-height: 2.3em !important;
    max-height: 2.3em !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    -webkit-line-clamp: 2 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .post-image,
  .tb-blog-archive .site-main > article:first-of-type .featured-image {
    aspect-ratio: 16 / 8 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content {
    padding: 28px 34px 22px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary p,
  .tb-blog-archive .site-main > article:first-of-type .entry-content p {
    max-width: 54ch !important;
    -webkit-line-clamp: 3 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding: 0 34px 34px !important;
    text-align: left !important;
  }
}

/* tablet */
@media (max-width: 1100px) {
  .tb-blog-archive .site-main {
    grid-template-columns: 1fr !important;
  }

  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: auto !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 230px !important;
    padding: 34px 30px 18px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    min-height: 3.45em !important;
    max-height: 3.45em !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    -webkit-line-clamp: 3 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .post-image,
  .tb-blog-archive .site-main > article:first-of-type .featured-image {
    aspect-ratio: 4 / 3 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* móvil */
@media (max-width: 768px) {
  .tb-blog-archive .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 190px !important;
    padding: 24px 18px 14px !important;
  }

  .tb-blog-archive .entry-title,
  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    min-height: 3.42em !important;
    max-height: 3.42em !important;
    font-size: 24px !important;
    line-height: 1.14 !important;
    -webkit-line-clamp: 3 !important;
  }

  .tb-blog-archive .entry-summary,
  .tb-blog-archive .entry-content,
  .tb-blog-readmore-wrap,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* =========================================================
BLOG · ALINEAR TODOS LOS BOTONES "LEER MÁS"
========================================================= */

/* cada card como columna completa */
.tb-blog-archive .site-main > article,
.tb-blog-archive .inside-article {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* el contenido de texto crece */
.tb-blog-archive .entry-summary,
.tb-blog-archive .entry-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* párrafo del extracto con altura estable */
.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  display: -webkit-box !important;
  min-height: 4.8em !important;   /* 👈 iguala el hueco del texto */
  max-height: 5.2em !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

/* botón siempre abajo */
.tb-blog-readmore-wrap {
  margin-top: auto !important;
  padding-top: 8px !important;
  text-align: left !important;
}

/* también para el primer post */
.tb-blog-archive .site-main > article:first-of-type .entry-summary,
.tb-blog-archive .site-main > article:first-of-type .entry-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.tb-blog-archive .site-main > article:first-of-type .entry-summary p,
.tb-blog-archive .site-main > article:first-of-type .entry-content p {
  min-height: 5.2em !important;
  max-height: 5.2em !important;
  -webkit-line-clamp: 3 !important;
}

.tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
  margin-top: auto !important;
  text-align: left !important;
}


/* =========================================================
BLOG · TITULOS ENTEROS + BOTONES ALINEADOS
========================================================= */

.tb-blog-archive .site-main > article,
.tb-blog-archive .inside-article {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.tb-blog-archive .entry-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 285px !important;
  padding: 34px 30px 18px !important;
  overflow: visible !important;
}

.tb-blog-archive .entry-title,
.tb-blog-archive .site-main > article:first-of-type .entry-title {
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
  min-height: 0 !important;
  max-height: none !important;
  color: #1c1814 !important;
  font-family: var(--tb-serif) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.tb-blog-archive .entry-summary,
.tb-blog-archive .entry-content,
.tb-blog-archive .site-main > article:first-of-type .entry-summary,
.tb-blog-archive .site-main > article:first-of-type .entry-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 28px 30px 22px !important;
}

.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p,
.tb-blog-archive .site-main > article:first-of-type .entry-summary p,
.tb-blog-archive .site-main > article:first-of-type .entry-content p {
  display: -webkit-box !important;
  min-height: 5.2em !important;
  max-height: 5.2em !important;
  overflow: hidden !important;
  color: #6a6258 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.tb-blog-readmore-wrap,
.tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
  margin-top: auto !important;
  padding: 0 30px 30px !important;
  text-align: left !important;
}

@media (max-width: 1100px) {
  .tb-blog-archive .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 250px !important;
  }
}

@media (max-width: 768px) {
  .tb-blog-archive .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 210px !important;
    padding: 24px 18px 14px !important;
  }

  .tb-blog-archive .entry-title,
  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    font-size: 24px !important;
    line-height: 1.14 !important;
  }

  .tb-blog-archive .entry-summary,
  .tb-blog-archive .entry-content,
  .tb-blog-readmore-wrap,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* =========================================================
BLOG · QUITAR HUECOS Y APROVECHAR MÁS EL ANCHO DEL TEXTO
========================================================= */

/* PRIMER POST DESTACADO */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: auto !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    max-width: none !important;   /* antes estrechaba demasiado */
    width: 100% !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content {
    width: 100% !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary p,
  .tb-blog-archive .site-main > article:first-of-type .entry-content p {
    max-width: none !important;   /* que el texto rellene el ancho */
    width: 100% !important;
  }
}

/* RESTO DE POSTS */
.tb-blog-archive .entry-title {
  max-width: none !important;
  width: 100% !important;
}

.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  max-width: none !important;
  width: 100% !important;
}

/* Reducir espacio vacío del primer post destacado */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 0 !important;
    padding: 34px 30px 12px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    margin-bottom: 0 !important;
  }
}
/* =========================================================
ULTIMO FIX DEFINITIVO · BLOG + MOVIL + HEADER
Este bloque pisa parches anteriores conflictivos.
========================================================= */

/* ---------- BLOG DESKTOP / BASE ---------- */
.tb-blog-archive .site-main {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

.tb-blog-archive .site-main > article {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
}

.tb-blog-archive .inside-article {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
  background: #f7f4ef !important;
}

.tb-blog-archive .entry-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 260px !important;
  padding: 34px 30px 14px !important;
}

.tb-blog-archive .entry-header::before {
  width: 62px !important;
  height: 4px !important;
  margin-bottom: 18px !important;
}

.tb-blog-card-kicker {
  margin: 0 0 12px !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
}

.tb-blog-archive .entry-title {
  display: block !important;
  margin: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  max-width: none !important;
  width: 100% !important;
  color: #1c1814 !important;
  font-family: var(--tb-serif) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.018em !important;
  text-transform: none !important;
  -webkit-line-clamp: unset !important;
}

.tb-blog-archive .entry-title a {
  color: #1c1814 !important;
  text-decoration: none !important;
}

.tb-blog-archive .entry-summary,
.tb-blog-archive .entry-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 26px 30px 16px !important;
}

.tb-blog-archive .entry-summary p,
.tb-blog-archive .entry-content p {
  display: -webkit-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 4.95em !important;
  max-height: 4.95em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #6a6258 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.tb-blog-readmore-wrap {
  margin-top: 0 !important;
  padding: 0 30px 30px !important;
  text-align: left !important;
}

.tb-blog-archive .tb-blog-readmore-btn,
.tb-blog-archive a.tb-blog-readmore-btn {
  min-height: 44px !important;
  padding: 0 22px !important;
}

/* ---------- PRIMER POST DESTACADO EN DESKTOP ---------- */
@media (min-width: 1101px) {
  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: 1 / -1 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .inside-article {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 180px !important;
    padding: 34px 34px 12px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    font-size: 28px !important;
    line-height: 1.12 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .post-image,
  .tb-blog-archive .site-main > article:first-of-type .featured-image {
    aspect-ratio: 16 / 8 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content {
    padding: 24px 34px 16px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .entry-summary p,
  .tb-blog-archive .site-main > article:first-of-type .entry-content p {
    width: 100% !important;
    max-width: none !important;
    min-height: 4.95em !important;
    max-height: 4.95em !important;
    -webkit-line-clamp: 3 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    margin-top: 0 !important;
    padding: 0 34px 30px !important;
  }
}

/* ---------- TABLET ---------- */
@media (max-width: 1100px) {
  .tb-blog-archive .site-main {
    grid-template-columns: 1fr !important;
  }

  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: auto !important;
  }

  .tb-blog-archive .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 230px !important;
    padding: 30px 26px 12px !important;
  }

  .tb-blog-archive .entry-title,
  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .tb-blog-archive .entry-summary,
  .tb-blog-archive .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content {
    padding: 24px 26px 16px !important;
  }

  .tb-blog-readmore-wrap,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding: 0 26px 26px !important;
  }
}

/* ---------- MOVIL ---------- */
@media (max-width: 768px) {
  .tb-topbar {
    width: min(var(--tb-max), calc(100% - var(--tb-gutter-mobile))) !important;
    grid-template-columns: 48px 1fr !important;
    gap: 12px !important;
    padding: 16px 0 !important;
  }

  .tb-nav,
  .tb-btn--header,
  .tb-btn--mobile-contact {
    display: none !important;
  }

  .tb-mobile-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(40, 40, 40, 0.55) !important;
    position: relative !important;
    z-index: 10002 !important;
  }

  .tb-mobile-toggle span {
    position: absolute !important;
    left: 50% !important;
    width: 26px !important;
    height: 2px !important;
    background: #fff !important;
    transform: translateX(-50%) !important;
  }

  .tb-mobile-toggle span:nth-child(1) { top: 14px !important; }
  .tb-mobile-toggle span:nth-child(2) { top: 23px !important; }
  .tb-mobile-toggle span:nth-child(3) { top: 32px !important; }

  .tb-mobile-menu {
    position: absolute !important;
    top: 72px !important;
    right: 14px !important;
    left: 14px !important;
    z-index: 10001 !important;
    display: none;
    padding: 18px !important;
    border: 1px solid var(--tb-border) !important;
    background: #fff !important;
    box-shadow: var(--tb-shadow-xl) !important;
  }

  .tb-mobile-menu.is-open {
    display: block !important;
  }

  .tb-mobile-menu .tb-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .tb-mobile-menu .tb-menu li {
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #eee7dc !important;
  }

  .tb-mobile-menu .tb-menu > li > a {
    padding: 4px 0 !important;
    color: var(--tb-text-soft) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
  }

  .tb-blog-archive .site-main {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .tb-blog-archive .site-main > article:first-of-type {
    grid-column: auto !important;
  }

  .tb-blog-archive .entry-header,
  .tb-blog-archive .site-main > article:first-of-type .entry-header {
    min-height: 0 !important;
    padding: 22px 18px 10px !important;
  }

  .tb-blog-archive .entry-header::before,
  .tb-blog-archive .site-main > article:first-of-type .entry-header::before {
    width: 52px !important;
    height: 4px !important;
    margin-bottom: 16px !important;
  }

  .tb-blog-card-kicker {
    margin-bottom: 10px !important;
    font-size: 10px !important;
  }

  .tb-blog-archive .entry-title,
  .tb-blog-archive .site-main > article:first-of-type .entry-title {
    font-size: 24px !important;
    line-height: 1.1 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .tb-blog-archive .post-image,
  .tb-blog-archive .featured-image,
  .tb-blog-archive .site-main > article:first-of-type .post-image,
  .tb-blog-archive .site-main > article:first-of-type .featured-image {
    aspect-ratio: 4 / 3 !important;
  }

  .tb-blog-archive .entry-summary,
  .tb-blog-archive .entry-content,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary,
  .tb-blog-archive .site-main > article:first-of-type .entry-content {
    padding: 20px 18px 14px !important;
  }

  .tb-blog-archive .entry-summary p,
  .tb-blog-archive .entry-content p,
  .tb-blog-archive .site-main > article:first-of-type .entry-summary p,
  .tb-blog-archive .site-main > article:first-of-type .entry-content p {
    min-height: auto !important;
    max-height: none !important;
    font-size: 14px !important;
    line-height: 1.68 !important;
    -webkit-line-clamp: 4 !important;
  }

  .tb-blog-readmore-wrap,
  .tb-blog-archive .site-main > article:first-of-type .tb-blog-readmore-wrap {
    padding: 0 18px 22px !important;
  }
}
