/* MIXED CSS PACK */
/* Template: clasesdeesquicatedral.com.ar/index.html */
/* Template mtime: 2026-05-05 13:34:59 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Barlow+Condensed:wght@400;600;700&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --red: #2964a6;
      --red2: #1b2735;
      --ink: #0a0a0a;
      --paper: #f4f6f8;
      --muted: #4b596e;
      --line: rgba(0,0,0,.11);
      --nav-h: 72px;
      --display: 'Bebas Neue', Impact, sans-serif;
      --body: 'Barlow', ui-sans-serif, system-ui, sans-serif;
      --cond: 'Barlow Condensed', 'Barlow', sans-serif;
      --mono: 'SFMono-Regular', Consolas, monospace;
      --ease: cubic-bezier(.4,0,.2,1);
      --cream: #e2d2c2;
      --cream-rgb: 226,210,194;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; overflow-x: hidden; }

    body {
      font-family: var(--body);
      color: var(--ink);
      background: #fff;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    body::after {
      content: '';
      position: fixed; inset: 0;
      pointer-events: none; z-index: 9999;
      opacity: .022;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
      background-size: 256px;
    }

    .site-nav {
      min-height: var(--nav-h);
      background: rgba(var(--cream-rgb),.96);
      backdrop-filter: blur(20px) saturate(160%);
      -webkit-backdrop-filter: blur(20px) saturate(160%);
      border-bottom: 1px solid rgba(40,56,74,.16);
      transition: background .25s var(--ease), box-shadow .25s var(--ease);
      z-index: 1040;
    }

    .site-nav.is-scrolled {
      background: rgba(var(--cream-rgb),.99);
      box-shadow: 0 2px 0 var(--line), 0 8px 40px rgba(0,0,0,.06);
    }

    .navbar-brand { display: flex; align-items: center; gap: 10px; }
    .brand-logo { height: 42px; width: auto; object-fit: contain; }
    .brand-text {
      font-family: var(--display);
      font-size: 22px; letter-spacing: .04em; line-height: 1; color: var(--ink);
    }

    .navbar-toggler {
      width: 44px; height: 44px;
      border: 1.5px solid var(--ink); border-radius: 4px;
      padding: 0; background: transparent;
      box-shadow: none !important;
      display: grid; place-items: center;
    }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(40,56,74,.18) !important; }

    .toggler-bars { display: flex; flex-direction: column; gap: 5px; width: 18px; }
    .toggler-bars span { display: block; height: 1.5px; background: var(--ink); }

    .nav-link {
      font-family: var(--cond);
      font-size: 14px; font-weight: 600;
      letter-spacing: .06em; text-transform: uppercase;
      color: var(--ink); padding: .6rem .8rem !important;
      transition: color .18s var(--ease);
      position: relative;
    }
    .nav-link::after {
      content: ''; position: absolute;
      bottom: 2px; left: .8rem; right: .8rem;
      height: 2px; background: var(--red);
      transform: scaleX(0); transform-origin: left;
      transition: transform .22s var(--ease);
    }
    .nav-link:hover { color: var(--red); }
    .nav-link:hover::after { transform: scaleX(1); }

    .btn-accent {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 40px; padding: 0 20px;
      background: var(--red); color: #fff !important;
      border: none; border-radius: 0;
      font-family: var(--cond);
      font-size: 13px; font-weight: 700;
      letter-spacing: .1em; text-transform: uppercase;
      transition: background .18s var(--ease), transform .18s var(--ease);
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
    }
    .btn-accent:hover { background: #000; transform: translateY(-1px); }

    .hero {
      width: 100%;
      min-height: 100vh;
      min-height: 100svh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: var(--nav-h) 0 0;
      background: var(--cream);
    }

    .hero-video-wrap {
      position: relative;
      width: 100%;
      height: clamp(380px, 56vh, 660px);
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
      background:
        radial-gradient(circle at center, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 58%),
        linear-gradient(180deg, #111 0%, #000 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(12px, 2vw, 26px);
    }

    .hero-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center;
      transform: none;
      filter: contrast(1.04) saturate(1.02);
      background: transparent;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(0,0,0,.01) 0%, rgba(0,0,0,.04) 64%, rgba(0,0,0,.25) 100%),
        radial-gradient(circle at 50% 42%, rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 78%, rgba(0,0,0,.18) 100%);
    }

    .hero-noise {
      position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      background-size: 200px; opacity: .5; pointer-events: none; z-index: 1;
    }

    .hero-content {
      position: relative; z-index: 2;
      display: flex; flex-direction: column;
      align-items: center;
      width: 100%; max-width: none;
      min-height: auto;
      padding: clamp(30px, 4vw, 56px) 24px clamp(34px, 4.4vw, 64px);
      background: var(--cream);
      justify-content: center;
      box-shadow: none;
    }

    .hero-title {
      width: 100%;
      font-family: var(--display);
      font-size: clamp(82px, 13.5vw, 184px);
      font-weight: 400; letter-spacing: .045em;
      line-height: .86; text-transform: uppercase;
      text-align: center; color: #fff;
      white-space: nowrap;
      overflow-wrap: normal;
    }

    .hero-title.is-looping { animation: fadeUpLoop 5s cubic-bezier(.22,1,.36,1) infinite; will-change: transform, opacity; }
    .hero-title .char { display: inline-block; opacity: 1; filter: blur(0); transform: none; will-change: transform, opacity, filter; }
    .hero-title.is-looping .char { animation: charInLoop 5s cubic-bezier(.22,1,.36,1) infinite; }
    .hero-title .word { display: inline-block; white-space: nowrap; }
    .hero-title .space { display: inline-block; width: .12em; }

    .hero-kicker {
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255,255,255,.5);
      margin-bottom: 14px;
      text-align: center;
    }

    .hero-line { width: clamp(70px,7vw,124px); height: 3px; background: var(--red); margin: 16px auto 0; }

    .hero-copy {
      max-width: 820px;
      margin: 18px auto 0;
      font-size: clamp(15px, 1.35vw, 18px);
      line-height: 1.65;
      color: rgba(255,255,255,.76);
      text-align: center;
      font-weight: 300;
    }

    .hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

    .btn-ghost {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 40px; padding: 0 20px;
      border: 1px solid rgba(255,255,255,.34);
      color: #fff;
      font-family: var(--cond);
      font-size: 13px; font-weight: 700;
      letter-spacing: .1em; text-transform: uppercase;
      transition: background .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease);
    }
    .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; transform: translateY(-1px); }

    .hero-scroll {
      margin-top: 18px;
      font-family: var(--mono); font-size: 10px;
      letter-spacing: .14em; text-transform: uppercase;
      color: rgba(255,255,255,.44);
      display: flex; align-items: center; gap: 12px;
    }
    .hero-scroll::before { content: ''; width: 36px; height: 1px; background: rgba(255,255,255,.2); }

    @keyframes fadeUpLoop { 0%{opacity:.001;transform:translateY(40px)} 18%,100%{opacity:1;transform:none} }
    @keyframes charInLoop { 0%{opacity:.001;filter:blur(12px);transform:translateY(12px)} 14%,100%{opacity:1;filter:blur(0);transform:none} }

    .section { padding: 108px 0; scroll-margin-top: calc(var(--nav-h) + 8px); }
    .section-paper { background: var(--paper); }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      margin-bottom: 16px;
      font-family: var(--mono); font-size: 10px; font-weight: 700;
      letter-spacing: .18em; text-transform: uppercase; color: var(--red);
    }
    .eyebrow::before { content: '//'; color: var(--red); font-size: 12px; letter-spacing: 0; }

    .section-title {
      font-family: var(--display);
      font-size: clamp(48px,7vw,96px);
      font-weight: 400; line-height: .92;
      letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin: 0;
    }
    .text-center .section-title { margin-inline: auto; max-width: 900px; }

    .section-subtitle {
      font-size: clamp(15px,1.5vw,17px); line-height: 1.72;
      color: var(--muted); font-weight: 300;
      max-width: 680px; margin: 18px auto 0;
    }

    #quienes-somos .about-row {
      align-items: stretch !important;
    }

    #quienes-somos .about-copy-col {
      display: flex;
      flex-direction: column;
    }

    .about-copy-stack {
      width: 100%;
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }

    .about-fade-slider {
      --about-pad: clamp(10px, 1.5vw, 18px);
      width: 100%;
      height: clamp(360px, 35vw, 540px);
      margin: 0;
      border-radius: 24px;
      background: var(--cream);
      box-shadow: 0 20px 54px rgba(40,56,74,.12);
      overflow: hidden;
      position: relative;
      isolation: isolate;
    }

    .about-fade-slider::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background:
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.44), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.24), transparent 58%),
        linear-gradient(128deg, transparent 0 64%, rgba(255,255,255,.18) 65%, transparent 69%);
    }

    .about-fade-track {
      position: absolute;
      inset: var(--about-pad);
      z-index: 1;
      border-radius: 18px;
      overflow: hidden;
      background: var(--cream);
    }

    .about-fade-track img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      opacity: 0;
      transform: scale(1.012);
      animation: aboutFade 25s ease-in-out infinite;
      will-change: opacity;
    }

    .about-fade-track img:nth-child(1) { animation-delay: -1s; }
    .about-fade-track img:nth-child(2) { animation-delay: 4s; }
    .about-fade-track img:nth-child(3) { animation-delay: 9s; }
    .about-fade-track img:nth-child(4) { animation-delay: 14s; }
    .about-fade-track img:nth-child(5) { animation-delay: 19s; }

    .about-text-bottom {
      margin-top: auto;
      padding-top: clamp(28px, 3.5vw, 62px);
      max-width: 720px;
    }

    @keyframes aboutFade {
      0% { opacity: 0; }
      4% { opacity: 1; }
      20% { opacity: 1; }
      24% { opacity: 0; }
      100% { opacity: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      .about-fade-track img {
        animation: none;
      }
      .about-fade-track img:first-child {
        opacity: 1;
      }
    }

    @media (max-width: 991.98px) {
      .about-fade-slider {
        height: clamp(280px, 58vw, 460px);
      }
      .about-text-bottom {
        margin-top: 0;
        padding-top: 24px;
      }
    }

    @media (max-width: 575.98px) {
      .about-fade-slider {
        height: clamp(230px, 64vw, 360px);
        border-radius: 18px;
      }
      .about-fade-track {
        border-radius: 14px;
      }
    }

    .lead-copy { font-size: clamp(15px,1.4vw,17px); line-height: 1.82; color: #2a2a2a; font-weight: 300; }
    .lead-copy p { margin-bottom: 20px; }
    .lead-copy p:last-child { margin-bottom: 0; }

    .quote-line {
      margin-top: 36px; padding: 22px 24px;
      border-left: 4px solid var(--red);
      background: #fff;
      font-family: var(--cond);
      font-size: clamp(18px,2vw,26px);
      font-weight: 600; letter-spacing: .01em; line-height: 1.3;
      color: var(--ink);
      box-shadow: 4px 4px 0 rgba(40,56,74,.15);
    }

    .fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 32px; }

    .fact-card {
      padding: 16px 18px;
      background: var(--ink); color: #fff;
      font-family: var(--cond);
      font-size: 13px; font-weight: 600;
      letter-spacing: .06em; text-transform: uppercase;
      border-radius: 0;
      transition: background .18s var(--ease), transform .18s var(--ease);
      position: relative;
    }
    .fact-card::before { content: '—'; display: block; font-size: 10px; color: #fff; opacity: .55; margin-bottom: 4px; letter-spacing: 0; }
    .fact-card:hover { background: var(--red); transform: translate(-2px,-2px); }

    .service-card {
      height: 100%; padding: 32px 28px;
      border: 1.5px solid var(--ink); background: #fff;
      transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
      position: relative; overflow: hidden;
    }
    .service-card::after {
      content: ''; position: absolute; inset: 0;
      box-shadow: 5px 5px 0 var(--ink);
      transition: box-shadow .2s var(--ease); pointer-events: none;
    }
    .service-card:hover { transform: translate(-3px,-3px); background: var(--red); color: #fff; border-color: var(--red); }
    .service-card:hover::after { box-shadow: 5px 5px 0 rgba(0,0,0,.45); }
    .service-card:hover p, .service-card:hover .program-price, .service-card:hover .program-time { color: rgba(255,255,255,.85); }

    .service-num {
      display: block; font-family: var(--display);
      font-size: 56px; line-height: 1;
      color: rgba(0,0,0,.06); margin-bottom: 12px;
      transition: color .2s var(--ease);
    }
    .service-card:hover .service-num { color: rgba(255,255,255,.12); }

    .service-card h3 {
      font-family: var(--cond); font-size: 20px; font-weight: 700;
      letter-spacing: .04em; text-transform: uppercase;
      margin-bottom: 12px; color: var(--ink);
      transition: color .2s var(--ease);
    }
    .service-card:hover h3 { color: #fff; }
    .service-card p { font-size: 15px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 0; transition: color .2s var(--ease); }

    .program-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
    .program-price { font-family: var(--display); font-size: clamp(56px, 8vw, 96px); line-height: .85; color: var(--red); transition: color .2s var(--ease); }
    .program-time { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; transition: color .2s var(--ease); }

    .why-card {
      height: 100%; padding: 28px 24px;
      border: 1px solid var(--line); background: #fff;
      box-shadow: 0 2px 0 var(--line);
      transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
      position: relative;
    }
    .why-card::before {
      content: ''; position: absolute;
      top: 0; left: 0; width: 3px; height: 0;
      background: var(--red); transition: height .25s var(--ease);
    }
    .why-card:hover { transform: translateY(-4px); border-color: rgba(40,56,74,.2); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
    .why-card:hover::before { height: 100%; }

    .icon-mark {
      width: 46px; height: 46px;
      display: grid; place-items: center;
      margin-bottom: 18px;
      background: var(--ink); color: #fff;
      transition: background .2s var(--ease);
    }
    .why-card:hover .icon-mark { background: var(--red); }
    .icon-mark svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }

    .why-card h3 { font-family: var(--cond); font-size: 17px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink); }
    .why-card p { font-size: 14.5px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 0; }

    .gal-gallery .carousel { max-width: 980px; margin-inline: auto; position: relative; }
    .gal-frame { height: clamp(220px,48vh,500px); background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,.12); display: flex; align-items: center; justify-content: center; padding: 8px; }
    .gal-img { width: auto !important; max-width: 100%; height: auto !important; max-height: 100%; object-fit: contain !important; object-position: center; display: block; cursor: zoom-in; }
    .gal-gallery .carousel-control-prev, .gal-gallery .carousel-control-next { z-index: 20; width: 50px; height: 50px; top: 50%; transform: translateY(-50%); opacity: 1; background: rgba(0,0,0,.55); border-radius: 50%; margin: 0 12px; }
    .gal-gallery .carousel-control-prev { left: 0; }
    .gal-gallery .carousel-control-next { right: 0; }
    .gal-gallery .gal-ctrl-icon { width: 2.6rem; height: 2.6rem; background-size: 60% 60%; }
    .gal-gallery .carousel-indicators { z-index: 10; bottom: -50px; }
    .gal-gallery .carousel-indicators button { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,.5); border: none; }
    .gal-gallery .carousel-indicators button.active { background: #000; }
    .gal-gallery { padding-bottom: 56px; }
    #galLightbox .modal-content { background: #000; }
    #galLightboxImg { max-height: 86vh; width: 100%; height: auto; object-fit: contain; background: #000; }
    .gal-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); border: 0; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-size: 30px; line-height: 44px; text-align: center; z-index: 5; cursor: pointer; }
    .gal-lightbox-nav:hover { background: rgba(255,255,255,.28); }
    .gal-lightbox-nav.gal-prev { left: 10px; }
    .gal-lightbox-nav.gal-next { right: 10px; }

    .accordion { --bs-accordion-border-color: transparent; max-width: 860px; margin-inline: auto; }
    .accordion-item { margin-bottom: 4px; border: 1.5px solid var(--ink) !important; border-radius: 0 !important; overflow: hidden; background: #fff; transition: border-color .2s var(--ease); }
    .accordion-item:has(.accordion-button:not(.collapsed)) { border-color: var(--red) !important; }
    .accordion-button { min-height: 68px; padding: 18px 24px; color: var(--ink); background: #fff; font-family: var(--cond); font-weight: 700; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
    .accordion-button:not(.collapsed) { color: var(--red); background: #fff; box-shadow: inset 0 -2px 0 var(--red); }
    .accordion-button:focus { box-shadow: 0 0 0 3px rgba(40,56,74,.15) !important; }
    .accordion-button::after { width: 28px; height: 28px; border-radius: 0; background-color: var(--ink); background-position: center; background-size: 12px; filter: invert(1); flex-shrink: 0; }
    .accordion-button:not(.collapsed)::after { background-color: var(--red); filter: invert(1); }
    .accordion-body { padding: 20px 24px 28px; font-size: 16px; line-height: 1.75; color: var(--muted); font-weight: 300; }
    .faq-num { font-family: var(--display); font-size: 28px; color: rgba(40,56,74,.22); margin-right: 14px; line-height: 1; vertical-align: middle; }

    .contact-panel { background: var(--ink); border-radius: 0; padding: 40px 36px; box-shadow: 8px 8px 0 var(--red); }
    .contact-links { display: grid; gap: 10px; margin-top: 26px; }
    .contact-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--cond); font-size: 16px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
    .contact-link span { color: var(--muted); font-family: var(--body); font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none; }
    .form-label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.45); text-transform: uppercase; margin-bottom: 8px; }
    .form-control, .form-select { min-height: 50px; border-radius: 0; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff; font-size: 15px; font-weight: 300; box-shadow: none !important; transition: border-color .2s var(--ease), background .2s var(--ease); }
    .form-control::placeholder { color: rgba(255,255,255,.25); }
    .form-control:focus, .form-select:focus { border-color: var(--red); background: rgba(255,255,255,.1); color: #fff; box-shadow: 0 0 0 3px rgba(40,56,74,.2) !important; }
    .form-select option { background: var(--ink); color: #fff; }
    textarea.form-control { min-height: 140px; resize: vertical; }
    .btn-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 52px; background: var(--red); color: #fff; border: none; border-radius: 0; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); }
    .btn-submit:hover { background: var(--red2); transform: translate(-2px,-2px); box-shadow: 4px 4px 0 rgba(255,255,255,.15); }
    .btn-submit svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
    .contact-big-label { font-family: var(--display); font-size: clamp(80px,14vw,160px); line-height: .88; color: rgba(0,0,0,.04); letter-spacing: .02em; text-transform: uppercase; user-select: none; margin-bottom: -28px; }

    .footer { background: var(--red); color: rgba(255,255,255,.78); padding: 72px 0 0; position: relative; overflow: hidden; }
    .footer-bg-text { position: absolute; bottom: -10px; left: -10px; font-family: var(--display); font-size: 220px; color: rgba(255,255,255,.045); letter-spacing: -.02em; line-height: 1; user-select: none; pointer-events: none; white-space: nowrap; }
    .footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
    .footer-logo { height: 40px; width: auto; object-fit: contain; filter: none; }
    .footer-brand-name { font-family: var(--body); font-size: 14px; font-weight: 600; color: #fff; letter-spacing: .02em; }
    .footer-tagline { font-family: var(--body); font-size: 14px; font-weight: 300; color: rgba(255,255,255,.72); max-width: 330px; line-height: 1.7; }
    .footer-col-title { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.48); margin-bottom: 20px; }
    .footer-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
    .footer-list a { font-size: 14px; color: rgba(255,255,255,.76); font-weight: 400; font-family: var(--cond); letter-spacing: .04em; text-transform: uppercase; transition: color .18s var(--ease), letter-spacing .18s var(--ease); }
    .footer-list a:hover { color: #fff; letter-spacing: .08em; }
    .footer-list li:not(:has(a)) { font-size: 14px; color: rgba(255,255,255,.7); font-weight: 300; }
    .footer-stripe { height: 3px; background: rgba(255,255,255,.28); margin-top: 56px; }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-size: 12px; font-family: var(--mono); letter-spacing: .06em; color: rgba(255,255,255,.56); flex-wrap: wrap; }
    .footer-bottom a { color: rgba(255,255,255,.72); transition: color .18s var(--ease); }
    .footer-bottom a:hover { color: #fff; }

    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
    .reveal.is-visible { opacity: 1; transform: none; }

    .ig-float { position: fixed; right: 18px; bottom: 90px; z-index: 9998; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
    .ig-btn { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 8%, #fd5949 38%, #d6249f 62%, #285AEB 100%); box-shadow: 0 10px 28px rgba(0,0,0,.20); transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease); }
    .ig-btn:hover { color: #fff; transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 34px rgba(0,0,0,.27); filter: saturate(1.08); }
    .ig-btn svg { width: 25px; height: 25px; display: block; }

    .wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 9999; font-family: inherit; }
    .wa-btn { background: #25D366; color: #fff; border: 0; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.22); cursor: pointer; transition: transform .3s, box-shadow .3s, filter .3s; position: relative; overflow: hidden; }
    .wa-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 36px rgba(0,0,0,.28); filter: brightness(.98); }
    .wa-card { position: absolute; right: 0; bottom: 74px; width: min(360px,92vw); background: #fff; color: #1c1f1d; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.25); border: 1px solid #dde4df; transform: translateY(10px); opacity: 0; transition: transform .3s, opacity .3s; z-index: 10000; }
    .wa-card[aria-modal="true"] { transform: translateY(0); opacity: 1; }
    .wa-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: linear-gradient(135deg,#ffffff,#ecf6f0); border-bottom: 1px solid #dde4df; }
    .wa-avatar { width: 40px; height: 40px; border-radius: 10px; background: #e9f7ef; display: grid; place-items: center; border: 1px solid #cfeeda; overflow: hidden; flex: 0 0 auto; }
    .wa-avatar img { width: 100%; height: 100%; object-fit: contain; padding: 5px; border-radius: 10px; }
    .wa-title { font-weight: 800; font-size: 1.02rem; color: #1c1f1d; }
    .wa-status { font-size: .85rem; color: #6c756f; display: flex; align-items: center; gap: 6px; }
    .wa-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #25D366; }
    .wa-close { margin-left: auto; background: transparent; color: #6c756f; border: 0; font-size: 24px; cursor: pointer; opacity: .75; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .2s; }
    .wa-close:hover { opacity: 1; background: rgba(0,0,0,.04); }
    .wa-body { padding: 12px 14px; max-height: 40vh; overflow: auto; background: #f6f8f7; display: flex; flex-direction: column; gap: 8px; }
    .wa-bubble { max-width: 88%; padding: 9px 11px; border-radius: 14px; line-height: 1.35; box-shadow: 0 3px 10px rgba(0,0,0,.06); animation: waFadeIn .25s ease; font-size: .9rem; }
    @keyframes waFadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
    .wa-bot { background: #fff; border: 1px solid #dde4df; align-self: flex-start; border-bottom-left-radius: 4px; }
    .wa-user { background: #25D366; color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
    .wa-compose { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 12px; background: #fff; border-top: 1px solid #dde4df; }
    .wa-compose textarea { resize: none; border-radius: 12px; padding: 10px 12px; border: 1px solid #dde4df; background: #f9fbfa; color: #1c1f1d; outline: none; min-height: 44px; font-family: inherit; font-size: .9rem; transition: .2s; }
    .wa-compose textarea:focus { border-color: #25D366; box-shadow: 0 0 0 2px rgba(37,211,102,.15); background: #fff; }
    .wa-send { background: #25D366; color: #fff; border: 0; border-radius: 12px; padding: 0 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; }
    .wa-send:hover { background: #1fb85a; transform: scale(1.04); }

    @media (min-width: 1400px) {
      .hero-video-wrap { height: clamp(440px, 58vh, 720px); }
      .hero-content { padding-bottom: 56px; }
      .hero-title { font-size: clamp(150px, 11vw, 210px); }
    }

    @media (max-width: 1199.98px) {
      .hero-video-wrap { height: clamp(340px, 52vh, 540px); }
      .hero-title { font-size: clamp(74px, 14vw, 150px); }
    }

    @media (max-width: 991.98px) {
      .navbar-collapse { margin-top: 10px; padding: 14px; border: 1.5px solid var(--ink); background: var(--cream); box-shadow: 6px 6px 0 var(--ink); }
      .nav-link::after { display: none; }
      .nav-link { padding: .7rem .4rem !important; }
      .btn-accent.nav-cta { width: 100%; margin-top: 10px; clip-path: none; }
      .section { padding: 80px 0; }
    }

    @media (max-width: 767.98px) {
      :root { --nav-h: 66px; }
      .brand-logo { height: 36px; }
      .brand-text { font-size: 18px; }
      .hero { min-height: auto; padding: var(--nav-h) 0 0; justify-content: flex-start; }
      .hero-video-wrap { width: 100%; height: clamp(270px, 48vh, 430px); min-height: 0; flex: 0 0 auto; padding: 10px; }
      .hero-img { object-fit: contain; object-position: center center; background: transparent; }
      .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.01) 0%, rgba(0,0,0,.05) 76%, rgba(0,0,0,.24) 100%); }
      .hero-content { min-height: auto; padding: 18px 16px 26px; box-shadow: none; }
      .hero-kicker { font-size: 9px; margin-bottom: 10px; }
      .hero-title { font-size: clamp(58px, 17vw, 92px); line-height: .88; letter-spacing: .035em; white-space: nowrap; }
      .hero-copy { font-size: 15px; line-height: 1.55; margin-top: 14px; }
      .hero-line { margin-top: 10px; }
      .hero-scroll { margin-top: 12px; }
      .fact-grid { grid-template-columns: 1fr; }
      .contact-panel { padding: 24px 18px; }
      .contact-big-label { display: none; }
    }

    @media (max-width: 575.98px) {
      .section { padding: 60px 0; }
      .gal-frame { height: clamp(200px,40vh,360px); }
      .gal-gallery .carousel-control-prev, .gal-gallery .carousel-control-next { width: 42px; height: 42px; margin: 0 6px; }
      .gal-lightbox-nav { width: 38px; height: 38px; line-height: 38px; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .ig-float { right: 12px; bottom: 82px; gap: 9px; }
      .ig-btn { width: 50px; height: 50px; }
      .wa-float { right: 12px; bottom: 12px; }
      .wa-btn { width: 56px; height: 56px; }
      .wa-card { width: calc(100vw - 24px); right: 0; bottom: 70px; }
    }

    @media (max-width: 390px) {
      .hero-video-wrap { height: clamp(248px, 44vh, 340px); }
      .hero-title { font-size: clamp(48px, 16vw, 68px); letter-spacing: .028em; }
      .brand-text { font-size: 16px; }
    }
    .hero {
      min-height: auto;
      background: var(--cream);
    }

    .hero-video-wrap {
      width: 100% !important;
      height: auto !important;
      min-height: 0 !important;
      padding: 0 !important;
      background: #fff !important;
      display: block !important;
      line-height: 0;
      overflow: hidden;
    }

    .hero-img {
      width: 100% !important;
      height: auto !important;
      max-width: none !important;
      object-fit: initial !important;
      object-position: center center;
      display: block;
      background: #fff;
    }

    .hero-overlay {
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.02) 72%, rgba(0,0,0,.18) 100%);
    }

    .hero-content {
      background: var(--cream);
      padding: clamp(34px, 4.2vw, 62px) 24px clamp(42px, 4.8vw, 72px);
    }

    @media (max-width: 767.98px) {
      .hero-video-wrap {
        height: auto !important;
        padding: 0 !important;
      }

      .hero-img {
        width: 100% !important;
        height: auto !important;
        object-fit: initial !important;
      }
    }


    .hero {
      min-height: auto !important;
      background: var(--cream) !important;
      padding: var(--nav-h) 0 0 !important;
    }

    .hero-video-wrap {
      width: 100% !important;
      height: clamp(420px, 44vw, 580px) !important;
      min-height: 0 !important;
      padding: clamp(10px, 1.4vw, 18px) 18px !important;
      background: var(--cream) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      overflow: hidden !important;
      line-height: normal !important;
    }

    .hero-img {
      width: auto !important;
      height: auto !important;
      max-width: min(94vw, 1240px) !important;
      max-height: 100% !important;
      object-fit: contain !important;
      object-position: center center !important;
      display: block !important;
      background: transparent !important;
      filter: contrast(1.04) saturate(1.02);
    }

    .hero-overlay {
      background: linear-gradient(180deg, rgba(var(--cream-rgb),0) 0%, rgba(var(--cream-rgb),.08) 68%, var(--cream) 100%) !important;
    }

    .hero-noise { opacity: .22 !important; }

    .hero-content {
      background: var(--cream) !important;
      padding: clamp(24px, 3vw, 42px) 24px clamp(34px, 3.8vw, 56px) !important;
      box-shadow: none !important;
    }

    .hero-kicker { color: rgba(40,56,74,.62) !important; }

    .hero-title {
      color: #28384a !important;
      font-size: clamp(72px, 11vw, 156px) !important;
      text-shadow: none !important;
    }

    .hero-line { background: #28384a !important; }

    .hero-copy { color: rgba(10,10,10,.68) !important; }

    .btn-ghost {
      color: #28384a !important;
      border-color: rgba(40,56,74,.38) !important;
    }

    .btn-ghost:hover {
      background: rgba(40,56,74,.08) !important;
      border-color: #28384a !important;
    }

    .hero-scroll { color: rgba(40,56,74,.45) !important; }
    .hero-scroll::before { background: rgba(40,56,74,.28) !important; }

    @media (min-width: 1400px) {
      .hero-video-wrap { height: 580px !important; }
      .hero-title { font-size: clamp(118px, 8.8vw, 156px) !important; }
    }

    @media (max-width: 767.98px) {
      .hero-video-wrap {
        height: clamp(260px, 66vw, 420px) !important;
        padding: 10px !important;
      }

      .hero-content {
        padding: 22px 16px 30px !important;
      }

      .hero-title {
        font-size: clamp(54px, 16vw, 86px) !important;
      }
    }

    @media (max-width: 390px) {
      .hero-video-wrap { height: clamp(230px, 64vw, 360px) !important; }
      .hero-title { font-size: clamp(46px, 15vw, 66px) !important; }
    }


    @media (min-width: 1200px) {
      :root {
        --nav-h: 154px;
      }

      .site-nav {
        min-height: var(--nav-h) !important;
        padding: 16px 0 14px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: stretch !important;
        background: rgba(var(--cream-rgb),.985) !important;
        border-bottom: 1px solid rgba(40,56,74,.08) !important;
        box-shadow: none !important;
      }

      .site-nav::before {
        content: 'CLASES DE ESQUÍ CATEDRAL';
        display: block;
        width: 100%;
        margin: 0 auto 14px;
        padding: 0 24px;
        font-family: var(--display);
        font-size: clamp(62px, 5.45vw, 96px);
        font-weight: 400;
        line-height: .86;
        letter-spacing: .07em;
        text-align: center;
        text-transform: uppercase;
        color: #1d2734;
        white-space: nowrap;
      }

      .site-nav > .container {
        min-height: 44px;
        justify-content: center !important;
      }

      .site-nav:not(.is-scrolled) .navbar-brand {
        display: none !important;
      }

      .site-nav:not(.is-scrolled) .navbar-collapse {
        flex-grow: 0 !important;
        justify-content: center !important;
      }

      .site-nav:not(.is-scrolled) .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center !important;
        gap: clamp(8px, .6vw, 18px) !important;
      }

      .site-nav:not(.is-scrolled) .nav-link {
        padding: .35rem .35rem !important;
        font-size: clamp(13px, .86vw, 16px);
        letter-spacing: .105em;
        color: #15191f !important;
      }

      .site-nav:not(.is-scrolled) .nav-link::after {
        left: .35rem;
        right: .35rem;
        bottom: -4px;
        background: #28384a;
      }

      .site-nav:not(.is-scrolled) .btn-accent.nav-cta {
        min-height: 52px;
        padding: 0 24px;
        margin-left: clamp(4px, .55vw, 12px);
        background: #28384a !important;
        font-size: clamp(13px, .86vw, 16px);
        letter-spacing: .1em;
        box-shadow: 0 0 0 1px rgba(255,255,255,.15) inset;
      }

      .site-nav.is-scrolled {
        --nav-h: 72px;
        min-height: 72px !important;
        padding: 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        background: rgba(var(--cream-rgb),.99) !important;
        box-shadow: 0 2px 0 var(--line), 0 8px 40px rgba(0,0,0,.06) !important;
      }

      .site-nav.is-scrolled::before {
        display: none !important;
      }

      .site-nav.is-scrolled > .container {
        justify-content: space-between !important;
      }

      .site-nav.is-scrolled .navbar-brand {
        display: flex !important;
      }

      .site-nav.is-scrolled .navbar-collapse {
        flex-grow: 1 !important;
      }

      .site-nav.is-scrolled .navbar-nav {
        margin-left: auto !important;
      }
    }

    @media (min-width: 1200px) and (max-width: 1360px) {
      .site-nav::before {
        font-size: clamp(54px, 5vw, 72px);
        letter-spacing: .055em;
        margin-bottom: 12px;
      }

      .site-nav:not(.is-scrolled) .navbar-nav {
        gap: 6px !important;
      }

      .site-nav:not(.is-scrolled) .nav-link {
        font-size: 13px;
        letter-spacing: .075em;
      }

      .site-nav:not(.is-scrolled) .btn-accent.nav-cta {
        min-height: 46px;
        padding: 0 18px;
        font-size: 13px;
      }
    }


    /* FIX: mantener el título + navbar del cliente visible también al hacer scroll en desktop */
    @media (min-width: 1200px) {
      .site-nav.is-scrolled {
        min-height: var(--nav-h) !important;
        padding: 16px 0 14px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: stretch !important;
        background: rgba(var(--cream-rgb),.99) !important;
        border-bottom: 1px solid rgba(40,56,74,.10) !important;
        box-shadow: 0 8px 32px rgba(40,56,74,.08) !important;
      }

      .site-nav.is-scrolled::before {
        content: 'CLASES DE ESQUÍ CATEDRAL' !important;
        display: block !important;
        width: 100% !important;
        margin: 0 auto 14px !important;
        padding: 0 24px !important;
        font-family: var(--display) !important;
        font-size: clamp(62px, 5.45vw, 96px) !important;
        font-weight: 400 !important;
        line-height: .86 !important;
        letter-spacing: .07em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #1d2734 !important;
        white-space: nowrap !important;
      }

      .site-nav.is-scrolled > .container {
        min-height: 44px !important;
        justify-content: center !important;
      }

      .site-nav.is-scrolled .navbar-brand {
        display: none !important;
      }

      .site-nav.is-scrolled .navbar-collapse {
        flex-grow: 0 !important;
        justify-content: center !important;
      }

      .site-nav.is-scrolled .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center !important;
        gap: clamp(8px, .6vw, 18px) !important;
      }

      .site-nav.is-scrolled .nav-link {
        padding: .35rem .35rem !important;
        font-size: clamp(13px, .86vw, 16px) !important;
        letter-spacing: .105em !important;
        color: #15191f !important;
      }

      .site-nav.is-scrolled .nav-link::after {
        left: .35rem !important;
        right: .35rem !important;
        bottom: -4px !important;
        background: #28384a !important;
      }

      .site-nav.is-scrolled .btn-accent.nav-cta {
        min-height: 52px !important;
        padding: 0 24px !important;
        margin-left: clamp(4px, .55vw, 12px) !important;
        background: #28384a !important;
        font-size: clamp(13px, .86vw, 16px) !important;
        letter-spacing: .1em !important;
        box-shadow: 0 0 0 1px rgba(255,255,255,.15) inset !important;
      }
    }

    @media (min-width: 1200px) and (max-width: 1360px) {
      .site-nav.is-scrolled::before {
        font-size: clamp(54px, 5vw, 72px) !important;
        letter-spacing: .055em !important;
        margin-bottom: 12px !important;
      }

      .site-nav.is-scrolled .navbar-nav {
        gap: 6px !important;
      }

      .site-nav.is-scrolled .nav-link {
        font-size: 13px !important;
        letter-spacing: .075em !important;
      }

      .site-nav.is-scrolled .btn-accent.nav-cta {
        min-height: 46px !important;
        padding: 0 18px !important;
        font-size: 13px !important;
      }
    }



    /* FIX HERO: se quita el gradiente/ruido que oscurecía la imagen principal */
    .hero-overlay {
      display: none !important;
      background: none !important;
      opacity: 0 !important;
    }

    .hero-noise {
      display: none !important;
      background: none !important;
      opacity: 0 !important;
    }

    .hero-video-wrap::before,
    .hero-video-wrap::after {
      content: none !important;
      display: none !important;
      background: none !important;
    }

    .hero-img {
      filter: none !important;
    }


    /* FIX PHONE: el título del hero entra completo sin cortarse */
    @media (max-width: 767.98px) {
      .hero-title {
        width: min(100%, 420px) !important;
        max-width: calc(100vw - 28px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: clamp(46px, 14.2vw, 70px) !important;
        line-height: .84 !important;
        letter-spacing: .012em !important;
        white-space: normal !important;
        overflow: visible !important;
        text-align: center !important;
      }

      .hero-title .word {
        display: inline-block !important;
        white-space: nowrap !important;
      }

      .hero-title .space {
        display: block !important;
        width: 0 !important;
        height: .08em !important;
      }
    }

    @media (max-width: 390px) {
      .hero-title {
        font-size: clamp(40px, 13.4vw, 52px) !important;
        letter-spacing: .006em !important;
      }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
.section-subtitle2 {
display: table;        /* clave para centrar tipo “etiqueta” */
margin: 10px auto;     /* centra horizontal */
text-align: center;

background: #f1f1f1;
color: #555;
padding: 8px 14px;
border-radius: 8px;
font-size: 0.9rem;
}

/* ===== INLINE <style> BLOCK #3 ===== */


