/* Página estática sin dependencias externas. El contenido permanece visible aunque JavaScript no cargue. */
:root {
  --red: #991f22;
  --red-dark: #6f1215;
  --red-pale: #f7e9e9;
  --black: #171717;
  --gray: #555;
  --line: #dedad4;
  --cream: #f7f5f1;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 24px 64px rgba(23, 23, 23, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 2000; padding: 10px 14px; color: #fff; background: var(--red); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.08); }
.header__content { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand__logo { width: 118px; height: 62px; padding: 4px 7px; display: grid; place-items: center; background: #fff; border-radius: 10px; overflow: hidden; }
.brand__logo img, .footer__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.brand__text small { margin-top: 4px; color: var(--gray); font-size: .72rem; }
.menu { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 700; }
.menu > a:not(.menu__button) { padding: 12px 0; border-bottom: 2px solid transparent; }
.menu > a:not(.menu__button):hover, .menu > a:not(.menu__button):focus-visible { color: var(--red); border-color: var(--red); }
.menu__button { padding: 12px 20px; color: #fff; background: var(--red); border-radius: 999px; box-shadow: 0 10px 25px rgba(153,31,34,.22); }
.menu__button:hover, .menu__button:focus-visible { background: var(--red-dark); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--cream); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--black); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; padding-top: 75px; background: linear-gradient(135deg, #fff 0%, #f9f7f3 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--red); }
.hero__shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__shape--one { width: 430px; height: 430px; right: -190px; top: -190px; background: rgba(153,31,34,.08); }
.hero__shape--two { width: 210px; height: 210px; left: 42%; bottom: 100px; border: 1px solid rgba(153,31,34,.12); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 105px); }
.overline { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.overline span { width: 38px; height: 2px; background: currentColor; }
.overline--light { color: #fff; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.hero__subtitle { margin: 22px 0 0; color: var(--red); font-size: clamp(1rem, 2vw, 1.42rem); font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.hero__areas { margin: 24px 0 0; color: var(--gray); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero__actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 15px 35px rgba(153,31,34,.25); }
.button--primary:hover, .button--primary:focus-visible { background: var(--red-dark); }
.button--secondary { background: #fff; border-color: var(--line); }
.button--secondary:hover, .button--secondary:focus-visible { color: var(--red); border-color: var(--red); }
.hero__data { margin-top: 40px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 24px 48px; border-top: 1px solid var(--line); }
.hero__data div { display: flex; flex-direction: column; font-weight: 750; }
.hero__data small { color: #777; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero__visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.photo-frame { padding: 15px; background: #fff; box-shadow: var(--shadow); }
.photo-frame--hero { width: min(100%, 440px); aspect-ratio: .94; border-radius: 48% 48% 18px 18px; }
.photo-frame img { width: 100%; height: 100%; object-fit: contain; background: #efefed; }
.photo-frame--hero img { border-radius: 46% 46% 12px 12px; }
.hero__label { position: absolute; right: -5px; bottom: 55px; max-width: 245px; padding: 18px 22px; color: #fff; background: var(--red); border-radius: 14px; box-shadow: 0 18px 45px rgba(111,18,21,.3); }
.hero__label small { display: block; margin-bottom: 3px; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .75; }
.hero__label strong { font-size: .88rem; line-height: 1.35; }
.quick-links { position: relative; margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--black); border-radius: 18px 18px 0 0; overflow: hidden; }
.quick-links a { min-height: 88px; padding: 24px 30px; display: flex; align-items: center; gap: 16px; color: #fff; border-right: 1px solid rgba(255,255,255,.13); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.quick-links a:hover, .quick-links a:focus-visible { background: var(--red); }
.quick-links a:last-child { border-right: 0; }
.quick-links span { color: #dfa8a9; font-family: "Segoe UI", Arial, sans-serif; font-size: .72rem; font-weight: 850; }

.section { padding: 105px 0; }
.presentation__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(50px, 9vw, 130px); }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5vw, 4.55rem); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.presentation__text { margin: 0; color: var(--gray); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.34rem, 2.4vw, 2rem); line-height: 1.55; }
.areas { background: var(--cream); }
.section-title { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-title .overline { justify-content: center; }
.areas__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.area-card { position: relative; min-height: 390px; padding: 34px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e4dfd8; border-radius: 22px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.area-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(23,23,23,.1); }
.area-card--red { color: #fff; background: var(--red); border-color: var(--red); }
.area-card__number { color: #929292; font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.area-card--red .area-card__number { color: rgba(255,255,255,.7); }
.area-card__icon { width: 78px; height: 78px; margin-top: 42px; display: grid; place-items: center; color: var(--red); background: var(--red-pale); border-radius: 18px; }
.area-card--red .area-card__icon { color: #fff; background: rgba(255,255,255,.15); }
.area-card__icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.area-card h3 { margin: 30px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.area-card > a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: var(--red); font-size: .88rem; font-weight: 800; }
.area-card--red > a { color: #fff; }
.area-card > a span { font-size: 1.2rem; }

.gallery { color: #fff; background: radial-gradient(circle at 82% 18%, rgba(153,31,34,.35), transparent 30%), #181818; }
.gallery__heading { margin-bottom: 45px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.gallery__heading > p { margin: 0; color: #bdbdbd; font-size: 1.05rem; text-align: right; }
.gallery__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 24px; align-items: stretch; }
.gallery-card { min-height: 500px; margin: 0; padding: 15px; background: #fff; border-radius: 22px; }
.gallery-card--wide { min-height: 580px; }
.gallery-card__image { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; background: #efefed; border-radius: 14px; overflow: hidden; }
.gallery-card__image img { width: 100%; height: 100%; object-fit: contain; }

.contact { padding-bottom: 65px; }
.contact__box { position: relative; min-height: 330px; padding: clamp(38px,6vw,72px); display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 60px; color: #fff; background: linear-gradient(135deg, var(--red-dark), var(--red)); border-radius: 30px; box-shadow: 0 30px 70px rgba(111,18,21,.24); overflow: hidden; }
.contact__box h2 { max-width: 650px; }
.contact__box p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.78); }
.contact__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.button--light { color: var(--red-dark); background: #fff; }
.contact__actions > span { display: flex; flex-direction: column; font-weight: 750; }
.contact__actions small { color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.networks { padding-top: 50px; }
.networks__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px,8vw,110px); }
.networks__links { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.networks__links a { min-height: 125px; padding: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, border-color .2s ease; }
.networks__links a:hover, .networks__links a:focus-visible { transform: translateY(-5px); border-color: var(--red); }
.network-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--black); border-radius: 50%; font-size: .8rem; font-weight: 850; }
.networks__links strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; }
.networks__links b { color: var(--red); font-size: 1.2rem; }

.footer { padding: 75px 0 25px; color: #fff; background: #121212; }
.footer__grid { padding-bottom: 56px; display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 68px; }
.footer__brand { display: flex; align-items: center; gap: 20px; }
.footer__logo { width: 140px; height: 82px; padding: 7px; display: grid; place-items: center; background: #fff; border-radius: 12px; }
.footer__brand p { margin: 0; color: #c7c7c7; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer__links strong { margin-bottom: 6px; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__links a, .footer__links span { color: #bcbcbc; }
.footer__links a:hover, .footer__links a:focus-visible { color: #fff; }
.footer__bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; color: #858585; border-top: 1px solid #2a2a2a; font-size: .82rem; }
.whatsapp { position: fixed; right: 23px; bottom: 23px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.whatsapp:hover, .whatsapp:focus-visible { transform: translateY(-3px); }
.whatsapp svg { width: 30px; height: 30px; fill: currentColor; }
:focus-visible { outline: 3px solid rgba(153,31,34,.42); outline-offset: 4px; }

@media (max-width: 980px) {
  .brand__text { display: none; }
  .menu { gap: 18px; }
  .hero__grid { grid-template-columns: 1fr .85fr; gap: 44px; }
  .areas__grid { grid-template-columns: 1fr 1fr; }
  .area-card:last-child { grid-column: 1/-1; }
  .networks__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header__content { min-height: 76px; }
  .brand__logo { width: 105px; height: 56px; }
  .menu-button { display: block; position: relative; z-index: 1002; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu { position: fixed; inset: 76px 0 auto; min-height: calc(100vh - 76px); padding: 36px 26px; flex-direction: column; align-items: stretch; gap: 8px; background: #fff; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .menu.is-open { transform: translateX(0); visibility: visible; }
  .menu > a { padding: 14px 0; font-size: 1.05rem; }
  .menu > a:not(.menu__button) { border-bottom: 1px solid var(--line); }
  .menu__button { margin-top: 14px; padding: 16px 20px !important; text-align: center; }
  .hero { padding-top: 48px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.2rem,16vw,5.2rem); }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 485px; margin-top: 5px; }
  .photo-frame--hero { width: min(100%,390px); }
  .hero__label { right: 4px; bottom: 35px; }
  .quick-links { margin-top: 50px; grid-template-columns: 1fr; }
  .quick-links a { min-height: 72px; padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section { padding: 82px 0; }
  .presentation__grid { grid-template-columns: 1fr; gap: 34px; }
  .areas__grid { grid-template-columns: 1fr; }
  .area-card:last-child { grid-column: auto; }
  .area-card { min-height: 340px; }
  .gallery__heading { align-items: flex-start; flex-direction: column; }
  .gallery__heading > p { text-align: left; }
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card--wide { min-height: 435px; }
  .contact__box { grid-template-columns: 1fr; gap: 34px; border-radius: 22px; }
  .contact__actions { align-items: stretch; }
  .networks__links { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__brand { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 3.15rem; }
  .hero__visual { min-height: 410px; }
  .photo-frame--hero { padding: 10px; }
  .hero__label { left: 15px; right: 15px; bottom: 12px; max-width: none; }
  .gallery-card, .gallery-card--wide { min-height: 350px; padding: 10px; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .whatsapp { right: 15px; bottom: 15px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
