:root{--crema:#fef9f2;--crema2:#f8efe1;--tinta:#202020;--olivo:#555349;--olivo2:#727262;--negro:#050505;--blanco:#fdf6ea;--error:#a13d2f;--exito:#3d6b4f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--crema);color:var(--tinta);font-family:Arial,sans-serif;line-height:1.48}a{color:inherit}.nav-martha{height:78px;background:var(--crema);display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;z-index:10;border-bottom:1px solid #20202018}.marca-martha{font-family:"Brush Script MT","Segoe Script",cursive;font-size:2rem;text-decoration:none;line-height:.75}.marca-martha small{display:block;font:600 .49rem Arial,sans-serif;letter-spacing:.14em;margin:10px 0 0 5px}.nav-martha nav{display:flex;gap:2rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.nav-martha nav a,.enlace-simple,.mis-boletos{text-decoration:none}.nav-martha nav a:hover,.enlace-simple:hover,.mis-boletos:hover{text-decoration:underline}.nav-cta,.boton{display:inline-flex;align-items:center;justify-content:center;background:var(--olivo);border:0;border-radius:999px;color:var(--blanco);padding:.86rem 1.7rem;text-decoration:none;text-transform:uppercase;font-size:.74rem;font-weight:700;letter-spacing:.05em;transition:.2s}.nav-cta{padding:.65rem 1.2rem}.boton:hover,.nav-cta:hover{background:var(--olivo2);transform:translateY(-2px)}.hero-martha{min-height:calc(100vh - 78px);background:url("../img/martha-garza/d686ca1c6516876514ba94997d9b6816.jpg") center/cover;display:grid;place-items:center;position:relative;color:#fff}.hero-sombra{position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0003)}.hero-contenido{position:relative;width:min(780px,88vw);text-align:center;padding:5rem 0}.eyebrow{font-size:.69rem;text-transform:uppercase;letter-spacing:.17em;font-weight:700;margin:0 0 1rem;color:var(--olivo)}.eyebrow.claro{color:var(--blanco)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif}.hero-contenido h1{font-size:clamp(2.8rem,7vw,6.3rem);line-height:.98;margin:.3rem auto 1.4rem}.hero-contenido p:not(.eyebrow){font-size:clamp(1rem,2vw,1.25rem);max-width:580px;margin:0 auto 2rem}.boton-claro{background:var(--blanco);color:var(--tinta)}.presentacion-martha{min-height:760px;display:grid;grid-template-columns:1fr .88fr;gap:8vw;align-items:center;max-width:1240px;margin:auto;padding:8vw 6vw}.presentacion-texto{max-width:540px}.firma-martha{font-family:"Brush Script MT","Segoe Script",cursive;font-size:clamp(3.7rem,7vw,6rem);margin:0 0 .8rem;line-height:.75}.texto-editorial{font-size:1.06rem;letter-spacing:.015em}.texto-editorial p{margin:0 0 .7rem}.acciones-presentacion{display:flex;gap:1.2rem;align-items:center;margin-top:2rem}.enlace-simple{font-size:.8rem;font-weight:bold;text-transform:uppercase;letter-spacing:.07em}.presentacion-martha>img{width:100%;height:min(65vw,620px);object-fit:cover}.experiencias-martha{background:var(--negro);color:var(--blanco);padding:7rem 6vw 8rem}.seccion-cabecera{text-align:center;margin-bottom:3rem}.seccion-cabecera h2{font-size:clamp(2.7rem,5vw,4.7rem);margin:0}.tarjetas-experiencia{display:grid;grid-template-columns:repeat(3,1fr);max-width:1220px;margin:auto;gap:2.2rem}.tarjetas-experiencia article{background:var(--crema);color:var(--tinta);display:flex;flex-direction:column}.tarjetas-experiencia img{width:100%;aspect-ratio:1.18;object-fit:cover;filter:brightness(.8)}.tarjetas-experiencia article:nth-child(2) img{object-position:center 28%}.tarjetas-experiencia article>div{padding:1.65rem 1.7rem 2rem;text-align:center;display:flex;flex-direction:column;flex:1}.tarjetas-experiencia h3{font-size:1.65rem;margin:0 0 .8rem}.tarjetas-experiencia p{font-size:1rem;margin:0 auto 1.4rem;max-width:290px}.tarjetas-experiencia a{margin-top:auto;text-transform:uppercase;font-size:.74rem;font-weight:bold;letter-spacing:.06em;text-decoration:none}.evento-destacado{display:grid;grid-template-columns:1fr 1fr;min-height:530px;background:var(--crema2)}.evento-destacado>div{padding:clamp(3rem,7vw,7rem);align-self:center}.evento-destacado h2{font-size:clamp(2.4rem,4.4vw,4.3rem);line-height:1;margin:.3rem 0 1rem}.evento-destacado p{max-width:470px}.fecha-evento,.cupos{font-weight:700}.cupos{color:var(--olivo)}.evento-destacado>img{width:100%;height:100%;min-height:400px;object-fit:cover}.footer-martha{background:var(--negro);color:#fff;padding:5rem 8vw;display:grid;grid-template-columns:1.5fr 1fr;gap:5rem}.contacto-imagen{position:relative;min-height:500px;overflow:hidden}.contacto-imagen:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0009,transparent 55%)}.contacto-imagen img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}.contacto-imagen h2{position:absolute;bottom:2rem;left:2rem;margin:0;z-index:1;font-size:clamp(2.7rem,5vw,5rem)}.contacto-datos{padding-top:1rem}.contacto-datos h3{font-size:1.55rem;margin:1.8rem 0 .25rem}.contacto-datos p{margin:0;line-height:1.5}.contacto-datos a{color:#fff}.redes{display:flex;gap:1.1rem;margin:2.3rem 0}.redes a{width:42px;height:42px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:bold}.mis-boletos{font-size:.77rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:760px){.nav-martha{height:70px;padding:0 1.25rem}.marca-martha{font-size:1.55rem}.nav-martha nav{display:none}.nav-cta{font-size:.65rem}.hero-martha{min-height:630px}.presentacion-martha{grid-template-columns:1fr;padding:5rem 1.5rem;gap:2.5rem}.presentacion-martha>img{height:520px}.tarjetas-experiencia{grid-template-columns:1fr;gap:1.5rem}.experiencias-martha{padding:5rem 1.5rem}.tarjetas-experiencia article{max-width:430px;margin:auto}.evento-destacado,.footer-martha{grid-template-columns:1fr}.evento-destacado>div{padding:4rem 1.5rem}.evento-destacado>img{min-height:330px;order:-1}.footer-martha{padding:3rem 1.5rem;gap:3rem}.contacto-imagen{min-height:410px}.acciones-presentacion{align-items:flex-start;flex-direction:column}}
