/* =========================================================================
   Triple Harbour — theme.css
   Grilla y utilidades vienen de Bootstrap. Aquí SOLO marca + componentes th-*.
   Paleta y tipografía extraídas del diseño Figma.
   ====================================================================== */

/* 0) Fuentes locales (@font-face) — descomentar al cargar los .woff2/.woff.
   Perpetua Titling MT es comercial (Monotype): requiere licencia web. Ver README. */
/*
@font-face{font-family:"Perpetua Titling MT";src:url("../fonts/PerpetuaTitlingMT-Regular.woff2") format("woff2"),url("../fonts/PerpetuaTitlingMT-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Perpetua Titling MT";src:url("../fonts/PerpetuaTitlingMT-Bold.woff2") format("woff2"),url("../fonts/PerpetuaTitlingMT-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap;}
*/

/* 1) Tokens de marca (extraídos del diseño) */
:root{
	--th-navy:#003050;--th-navy-2:#003558;--th-blue:#0071bb;--th-blue-600:#005a97;
	--th-cyan:#29a9e1;--th-light:#ebf1f7;--th-text:#3f4a54;--th-muted:#696969;
	--th-white:#ffffff;--th-border:#e2e8f0;
	--th-font-title:"Perpetua Titling MT","Cinzel",Georgia,"Times New Roman",serif;
	--th-font-body:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	--th-h1:clamp(2.1rem,4.2vw,3.4rem);--th-h2:clamp(1.7rem,3vw,2.4rem);--th-h3:clamp(1.15rem,1.6vw,1.4rem);
}

/* 2) Base + jerarquía tipográfica */
body{font-family:var(--th-font-body);color:var(--th-text);line-height:1.6;}
h1,h2,h3,h4,.th-title{font-family:var(--th-font-title);color:var(--th-navy);letter-spacing:.01em;line-height:1.15;}
h1{font-size:var(--th-h1);}h2{font-size:var(--th-h2);}h3{font-size:var(--th-h3);}
a{color:var(--th-blue);text-decoration:none;}a:hover{color:var(--th-blue-600);}
img{max-width:100%;height:auto;}
.py-lg-6{padding-top:2rem;padding-bottom:2rem;}
@media(min-width:992px){.py-lg-6{padding-top:5rem;padding-bottom:5rem;}}
.th-accent-bar{display:block;width:64px;height:3px;background:var(--th-cyan);border-radius:2px;margin:.85rem 0 1.25rem;}
.text-center .th-accent-bar,.th-section-heading .th-accent-bar{margin-left:auto;margin-right:auto;}
.th-section-heading{margin-bottom:1rem;}
.th-section-heading__title{font-size:var(--th-h2);}
.th-section-heading__subtitle{max-width:720px;margin:0 auto;color:var(--th-muted);}
.th-section-heading--light .th-section-heading__title{color:var(--th-white);}
.th-section-heading--light .th-section-heading__subtitle{color:rgba(255,255,255,.82);}
.th-icon{color:var(--th-blue);}
.th-arrow{display:inline-block;transition:transform .2s ease;}
.th-btn-light:hover .th-arrow,.th-btn-primary:hover .th-arrow{transform:translateX(3px);}

/* 3) Botones */
.th-btn-primary{display:inline-flex;align-items:center;gap:.4rem;background:var(--th-blue);color:var(--th-white);border:none;border-radius:6px;padding:.62rem 1.4rem;font-weight:600;transition:background .2s ease;}
.th-btn-primary:hover{background:var(--th-blue-600);color:var(--th-white);}
.th-btn-light{display:inline-flex;align-items:center;gap:.45rem;background:var(--th-white);color:var(--th-navy);border-radius:6px;padding:.62rem 1.4rem;font-weight:600;box-shadow:0 6px 18px rgba(0,0,0,.12);transition:transform .2s ease,box-shadow .2s ease;}
.th-btn-light:hover{color:var(--th-navy);transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.18);}

/* 4) Header / Navbar */
.th-header{background:var(--th-light);position:sticky;top:0;z-index:1030;box-shadow:0 1px 0 rgba(0,48,80,.06);}
.th-navbar{padding-block:.65rem;}
.th-brand__logo{height:42px;width:auto;}
.th-nav .nav-link{color:var(--th-navy);font-weight:500;padding:.35rem .95rem;position:relative;}
.th-nav .nav-link:hover{color:var(--th-blue);}
.th-nav .nav-link.active::after,.th-nav .current-menu-item>a::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:-.15rem;height:2px;background:var(--th-cyan);}
.th-header__actions{display:flex;gap:.6rem;align-items:center;}
.th-btn-account{display:inline-flex;align-items:center;gap:.45rem;background:var(--th-white);color:var(--th-navy);border:1px solid #cdd8e3;border-radius:6px;padding:.5rem 1.05rem;font-weight:600;}
.th-btn-account:hover{color:var(--th-blue);border-color:var(--th-blue);}
.navbar-toggler{border-color:rgba(0,48,80,.25);}
.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,48,80,0.85%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/* 5) Hero */
.th-hero{position:relative;background:linear-gradient(120deg,var(--th-navy),#0a4a72);background-size:cover;background-position:center;color:var(--th-white);min-height:520px;display:flex;align-items:center;padding-block:5rem;}
.th-hero__title{color:var(--th-white);font-size:var(--th-h1);max-width:16ch;margin-bottom:1.1rem;}
.th-hero__lead{font-size:1.05rem;max-width:52ch;margin-bottom:1.6rem;color:rgba(255,255,255,.92);}

/* 6) Intro */
.th-intro__media{aspect-ratio:4/3;border-radius:10px;background:linear-gradient(135deg,#c9d6e2,#9fb2c4);background-size:cover;background-position:center;box-shadow:0 12px 30px rgba(0,48,80,.15);}
.th-intro__title{font-size:var(--th-h2);}
.th-intro__loc{display:flex;align-items:center;gap:.4rem;color:var(--th-blue);font-weight:600;margin-top:1rem;}

/* 7) Stats */
.th-stats-section{background:var(--th-light);}
.th-stat-card{position:relative;min-height:230px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem;color:var(--th-white);background:linear-gradient(180deg,rgba(0,48,80,.25),rgba(0,48,80,.78)),linear-gradient(135deg,#4a6b86,#26435c);background-size:cover;background-position:center;}
.th-stat-card__value{font-family:var(--th-font-title);font-size:clamp(2.6rem,5vw,3.6rem);line-height:1;}
.th-stat-card__prefix,.th-stat-card__suffix{font-family:var(--th-font-title);}
.th-stat-card__label{margin-top:.5rem;font-size:1.05rem;}

/* 8) Feature cards */
.th-feature-card{background:var(--th-white);border:1px solid var(--th-border);border-radius:10px;padding:2rem 1.5rem;transition:transform .25s ease,box-shadow .25s ease;}
.th-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,48,80,.12);}
.th-feature-card__icon{color:var(--th-blue);margin-bottom:1rem;}
.th-feature-card__title{font-size:1.15rem;margin-bottom:.6rem;}
.th-feature-card p{color:var(--th-muted);font-size:.95rem;margin:0;}

/* 9) Dark band */
.th-band{background:linear-gradient(120deg,var(--th-navy),#0a5aa0);color:var(--th-white);padding-block:4rem;}
.th-band__item{padding:1rem;}
.th-band__icon{color:var(--th-white);margin-bottom:.9rem;}
.th-band__title{color:var(--th-white);font-size:1.15rem;max-width:16ch;margin:0 auto;}

/* 10) Proof */
.th-proof-card{background:var(--th-white);border:1px solid var(--th-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,48,80,.06);}
.th-proof-card__media{position:relative;aspect-ratio:16/7;background:linear-gradient(135deg,#4a6b86,#26435c);background-size:cover;background-position:center;}
.th-badge{position:absolute;top:1rem;left:1rem;padding:.3rem .8rem;border-radius:6px;font-size:.8rem;font-weight:600;color:var(--th-navy);background:var(--th-white);}
.th-badge--exec{background:#1f8f4e;color:#fff;}
.th-proof-card__body{padding:1.5rem;}
.th-proof-card__title{font-size:1.3rem;margin-bottom:.6rem;}
.th-proof-card__body p{color:var(--th-muted);font-size:.95rem;margin:0;}

/* 11) CTA */
.th-cta{background:linear-gradient(90deg,rgba(0,48,80,.85),rgba(0,48,80,.6)),linear-gradient(135deg,#37516b,#20364c);background-size:cover;background-position:center;color:var(--th-white);padding-block:4.5rem;}
.th-cta__title{color:var(--th-white);font-size:clamp(1.5rem,2.6vw,2.1rem);max-width:24ch;margin:0 auto 1.6rem;}

/* 12) Fade + contadores */
.th-fade-up,.th-fade{opacity:0;transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform;}
.th-fade-up{transform:translateY(28px);}
.th-fade-up.th-in,.th-fade.th-in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){.th-fade-up,.th-fade{opacity:1;transform:none;transition:none;}}

/* 13) Footer */
.th-footer{background:var(--th-navy);color:rgba(255,255,255,.82);padding-block:3.2rem 2rem;}
.th-footer__logo{height:74px;width:auto;margin-bottom:.5rem;}
.th-footer__title{color:var(--th-white);font-family:var(--th-font-body);font-weight:700;font-size:1rem;margin-bottom:1rem;}
.th-footer__nav li{margin-bottom:.5rem;}
.th-footer__nav a{color:rgba(255,255,255,.82);}
.th-footer__nav a:hover{color:var(--th-white);}
.th-footer__contact li{display:flex;align-items:center;gap:.55rem;margin-bottom:.7rem;}
.th-footer__contact a{color:rgba(255,255,255,.82);}
.th-footer__contact a:hover{color:var(--th-white);}
.th-footer__contact .th-icon{color:rgba(255,255,255,.7);flex:0 0 auto;}
.th-footer__divider{border-color:rgba(255,255,255,.15);margin:2rem 0 1.2rem;}
.th-footer__copy{font-size:.85rem;color:rgba(255,255,255,.7);}

/* 14) Páginas / breadcrumb / 404 */
.th-breadcrumb{font-size:.85rem;color:var(--th-muted);padding:1.2rem 0 0;}
.th-breadcrumb a{color:var(--th-muted);}
.th-breadcrumb .current{color:var(--th-blue);}
.th-page__title{color:var(--th-navy);margin-bottom:1.2rem;}
.th-404__code{font-size:clamp(4rem,12vw,8rem);color:var(--th-navy);}
.th-404__msg{color:var(--th-muted);margin-bottom:1.5rem;}

/* 15) Contact page (CF7) */
.th-contact__card{background:var(--th-white);border-radius:14px;box-shadow:0 20px 50px rgba(0,48,80,.14);padding:2.4rem;}
.th-contact__title{color:var(--th-navy);font-size:var(--th-h2);margin-bottom:.6rem;}
.th-contact__intro{color:var(--th-muted);margin-bottom:1.4rem;}
.th-contact__media{min-height:100%;border-radius:0;background:linear-gradient(135deg,#7a5a3a,#3a2a1c);background-size:cover;background-position:center;}
.th-cf7 label{display:block;font-weight:600;color:var(--th-navy);margin-bottom:.35rem;font-size:.95rem;}
.th-cf7 .wpcf7-form-control:not(.wpcf7-submit){width:100%;background:#f3f5f8;border:1px solid var(--th-border);border-radius:8px;padding:.7rem .85rem;}
.th-cf7 textarea.wpcf7-form-control{min-height:130px;}
.th-cf7 .wpcf7-submit{background:var(--th-blue);color:#fff;border:none;border-radius:8px;padding:.75rem 1.8rem;font-weight:600;cursor:pointer;}
.th-cf7 .wpcf7-submit:hover{background:var(--th-blue-600);}

/* 16) Client Area */
.th-dashboard{background:var(--th-light);min-height:60vh;padding-block:3rem 4rem;}
.th-dashboard__title{color:var(--th-navy);margin-bottom:.5rem;}
.th-dashboard__intro{color:var(--th-muted);max-width:60ch;}
.th-doccenter{background:var(--th-white);border-radius:14px;box-shadow:0 10px 30px rgba(0,48,80,.08);padding:2rem;margin-top:2rem;}
.th-doccenter__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;border-bottom:1px solid var(--th-border);padding-bottom:1.2rem;margin-bottom:1.4rem;}
.th-doccenter__title{color:var(--th-navy);font-size:1.4rem;margin-bottom:.2rem;}
.th-doccenter__sub{color:var(--th-muted);margin:0;}
.th-doccenter__secure{display:flex;align-items:center;gap:.7rem;color:var(--th-muted);font-size:.9rem;}
.th-doccenter__secure .th-lockcircle{width:46px;height:46px;border-radius:50%;background:var(--th-light);display:flex;align-items:center;justify-content:center;color:var(--th-navy);}
.th-folder{display:flex;align-items:center;gap:1rem;background:var(--th-white);border:1px solid var(--th-border);border-radius:10px;padding:1.1rem 1.2rem;height:100%;transition:box-shadow .2s ease,transform .2s ease;}
.th-folder:hover{box-shadow:0 10px 26px rgba(0,48,80,.1);transform:translateY(-2px);}
.th-folder__icon{color:var(--th-blue);flex:0 0 auto;}
.th-folder__body{flex:1;min-width:0;}
.th-folder__title{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.02rem;margin:0 0 .15rem;}
.th-folder__desc{color:var(--th-muted);font-size:.85rem;margin:0;}
.th-folder__dl{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--th-navy);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease;}
.th-folder__dl:hover{background:var(--th-blue);color:#fff;}
.th-folder__count{display:inline-block;min-width:20px;text-align:center;background:var(--th-cyan);color:#fff;border-radius:10px;font-size:.72rem;padding:0 .4rem;margin-left:.4rem;}
.th-docs-table thead th{background:var(--th-navy);color:#fff;border:none;}
.th-docs-table .btn-download{display:inline-flex;align-items:center;gap:.35rem;background:var(--th-blue);color:#fff;border-radius:6px;padding:.35rem .8rem;font-size:.85rem;}
.th-docs-table .btn-download:hover{background:var(--th-blue-600);}

/* 17) About / Strategy shared */
.th-team-card{background:var(--th-white);border:1px solid var(--th-border);border-radius:12px;padding:1.6rem 1.3rem;text-align:center;height:100%;}
.th-team-card__photo{width:110px;height:110px;border-radius:50%;margin:0 auto 1rem;background:#cfd8e3 center/cover;}
.th-team-card__name{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.15rem;margin-bottom:.3rem;}
.th-team-card__role{color:var(--th-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem;}
.th-team-card__bio{color:var(--th-muted);font-size:.88rem;}
.th-team-card__more{color:var(--th-blue);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;}
.th-team-card__linkedin{display:inline-flex;width:32px;height:32px;border-radius:6px;background:var(--th-navy);color:#fff;align-items:center;justify-content:center;margin-top:.8rem;}

/* =========================================================================
   v0.3.0 — Regeneración: Lazy Blocks, fotos reales, degradé azul, menú móvil
   ====================================================================== */

/* ---- Header layout (flex) ---- */
.th-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.65rem;}
.th-nav-desktop{flex:1;justify-content:center;}
.th-header--scrolled{box-shadow:0 4px 18px rgba(0,48,80,.10);}
.th-main{overflow-x:clip;}

/* ---- Hero: título en sans-serif bold (según diseño actualizado) ---- */
.th-hero__title{font-family:var(--th-font-body);font-weight:800;letter-spacing:-.01em;line-height:1.08;}

/* ---- Íconos reales (PNG) en cards ---- */
.th-feature-card__icon img,.th-band__icon img,.th-strategy-card__icon img,.th-economics__icon img{display:inline-block;}
.th-accent-bar--light{background:var(--th-white);}

/* ---- Menú hamburguesa ---- */
.th-burger{width:44px;height:44px;border:none;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:0;}
.th-burger span{display:block;height:2px;width:26px;margin:0 auto;background:var(--th-navy);border-radius:2px;transition:transform .3s ease,opacity .2s ease;}
.th-burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.th-burger.is-active span:nth-child(2){opacity:0;}
.th-burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ---- Panel móvil full-screen (patrón Tanik) ---- */
.th-mobile-panel{position:fixed;inset:0;z-index:1050;background:var(--th-white);height:100vh;width:100%;transform:translateX(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;visibility:hidden;}
.th-mobile-panel.is-open{transform:translateX(0);visibility:visible;}
.th-mobile-panel__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid var(--th-border);}
.th-mobile-panel__logo{height:40px;width:auto;}
.th-mobile-close{border:none;background:transparent;font-size:2.2rem;line-height:1;color:var(--th-navy);cursor:pointer;padding:0 .4rem;}
.th-mobile-nav{padding:1.4rem 1.4rem 2rem;overflow-y:auto;flex:1;}
.th-mobile-menu{margin:0;}
.th-mobile-menu li{border-bottom:1px solid var(--th-border);}
.th-mobile-menu a{display:block;padding:1rem .2rem;color:var(--th-navy);font-size:1.15rem;font-weight:500;}
.th-mobile-menu a:hover,.th-mobile-menu .current-menu-item>a{color:var(--th-blue);}
.th-mobile-panel__actions{margin-top:1.6rem;}
.th-no-scroll{overflow:hidden;}

/* ---- Page hero interior (split) ---- */
.th-pagehero .th-breadcrumb{padding-left:0;}
.th-pagehero__text{background:var(--th-white);display:flex;align-items:center;}
.th-pagehero__inner{padding:3rem clamp(1.2rem,4vw,4rem);max-width:640px;margin-left:auto;}
.th-pagehero__eyebrow{display:block;color:var(--th-muted);font-size:.85rem;letter-spacing:.05em;margin-bottom:.5rem;}
.th-pagehero__title{font-size:var(--th-h2);}
.th-pagehero__text p{color:var(--th-muted);}
.th-pagehero__media{min-height:340px;background:#cfd8e3 center/cover no-repeat;}

/* ---- Our Strategy (banda azul sólida) ---- */
.th-strategy{background:linear-gradient(120deg,var(--th-navy) 0%,#0a5aa0 100%);color:var(--th-white);padding-block:4rem;}
.th-strategy-card{background:var(--th-white);border-radius:10px;padding:1.8rem 1.4rem;box-shadow:0 10px 30px rgba(0,20,40,.18);}
.th-strategy-card__icon{margin-bottom:.8rem;}
.th-strategy-card__title{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.1rem;margin-bottom:.5rem;}
.th-strategy-card p{color:var(--th-muted);font-size:.92rem;margin:0;}

/* ---- How the fund works (proceso) ---- */
.th-process{background:#26435c center/cover no-repeat;padding-block:4rem;}
.th-process__panel{background:rgba(255,255,255,.975);border-radius:14px;padding:2.4rem 2rem;box-shadow:0 16px 40px rgba(0,20,40,.22);}
.th-process__track{position:relative;}
.th-process__step{text-align:center;position:relative;}
.th-process__circle{width:78px;height:78px;border-radius:50%;background:var(--th-blue);display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;position:relative;z-index:2;box-shadow:0 6px 16px rgba(0,113,187,.3);}
.th-process__circle img{filter:none;}
/* línea conectora entre círculos (desktop) */
@media(min-width:768px){
	.th-process__track::before{content:"";position:absolute;top:39px;left:12%;right:12%;height:2px;background:var(--th-blue);opacity:.5;z-index:1;}
}
.th-process__title{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1rem;margin-bottom:.4rem;}
.th-process__step p{color:var(--th-muted);font-size:.82rem;margin:0;}

/* ---- Economics ---- */
.th-economics{background:var(--th-white);}
.th-economics__title{font-size:var(--th-h2);}
.th-economics__icon{margin-bottom:.6rem;}
.th-economics__label{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.05rem;margin-bottom:.3rem;}
.th-economics p{color:var(--th-muted);font-size:.9rem;margin:0;}

/* ---- Legal structure (foto + degradé azul) ---- */
.th-legal{background:#20364c center/cover no-repeat;padding-block:4.5rem;color:var(--th-white);}
.th-legal-card{background:var(--th-white);border-radius:10px;padding:1.4rem 1.5rem;margin-bottom:1.2rem;box-shadow:0 10px 28px rgba(0,20,40,.22);max-width:560px;}
.th-legal-card__title{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.1rem;margin-bottom:.4rem;}
.th-legal-card p{color:var(--th-muted);font-size:.88rem;margin:0;}
.th-legal__title{color:var(--th-white);font-size:var(--th-h2);}

/* ---- Mission & Philosophy (foto + degradé azul) ---- */
.th-mission{background:#26435c center/cover no-repeat;padding-block:4rem;}
.th-mission-card{background:var(--th-white);border-radius:10px;padding:1.6rem 1.6rem;box-shadow:0 12px 30px rgba(0,20,40,.2);}
.th-mission-card__title{color:var(--th-navy);font-family:var(--th-font-body);font-weight:700;font-size:1.2rem;margin-bottom:.5rem;}
.th-mission-card p{color:var(--th-muted);font-size:.92rem;margin:0;}

/* ---- Testimonies (carrusel) ---- */
.th-testimonials{background:var(--th-light);}
.th-testi{text-align:center;padding:0 1.5rem;}
.th-testi__quote{color:var(--th-text);font-size:1rem;line-height:1.7;margin-bottom:1.1rem;}
.th-testi__author{color:var(--th-navy);font-weight:700;}
.th-testi__role{display:block;color:var(--th-muted);font-weight:400;font-size:.88rem;margin-top:.2rem;}
.th-testi-carousel{position:relative;padding:0 3rem;}
.th-testi-carousel .carousel-control-prev,.th-testi-carousel .carousel-control-next{width:44px;height:44px;top:50%;transform:translateY(-50%);background:var(--th-blue);border-radius:50%;opacity:1;}
.th-testi-carousel .carousel-control-prev{left:0;}
.th-testi-carousel .carousel-control-next{right:0;}
.th-testi-carousel .carousel-control-prev-icon,.th-testi-carousel .carousel-control-next-icon{width:18px;height:18px;}

/* ---- Partners (split) ---- */
.th-partners__title{margin:0;line-height:1.05;}
.th-partners__t1{display:block;font-family:var(--th-font-body);font-weight:400;font-size:clamp(1.4rem,2.4vw,2rem);color:var(--th-navy);}
.th-partners__t2{display:block;font-family:var(--th-font-title);font-size:clamp(2rem,3.6vw,3rem);color:var(--th-navy);}
.th-partners__media{aspect-ratio:16/10;border-radius:12px;background:#cfd8e3 center/cover no-repeat;box-shadow:0 14px 34px rgba(0,48,80,.16);}

/* ---- Contact (card centrada sobre foto) ---- */
.th-contact{background:#3a4a57 center/cover no-repeat;padding-block:4rem;}
.th-cf7-fallback input,.th-cf7-fallback textarea{width:100%;background:#f3f5f8;border:1px solid var(--th-border);border-radius:8px;padding:.7rem .85rem;}
.th-cf7-fallback .wpcf7-submit{display:inline-block;background:var(--th-blue);color:#fff;border-radius:8px;padding:.75rem 1.8rem;font-weight:600;cursor:default;}
.th-cf7-note{color:var(--th-muted);font-size:.8rem;margin-top:1rem;text-align:center;}
.th-cf7-fallback label{display:block;font-weight:600;color:var(--th-navy);margin-bottom:.35rem;font-size:.92rem;}

/* ---- Responsive ---- */
@media(max-width:991px){
	.th-hero{min-height:440px;padding-block:3.5rem;}
	.th-pagehero__inner{margin:0 auto;padding:2.4rem 1.2rem;}
}

/* ---- Nav desktop horizontal (sin depender de navbar-expand) ---- */
.th-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem;align-items:center;list-style:none;margin:0;padding:0;}
.th-nav li{list-style:none;}
.th-nav a{display:block;color:var(--th-navy);font-weight:500;padding:.35rem .95rem;position:relative;}
.th-nav a:hover{color:var(--th-blue);}
.th-nav .current-menu-item>a::after,.th-nav .nav-link.active::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:-.15rem;height:2px;background:var(--th-cyan);}
