/* Public contact continuation. Booking, account and cinematic scene layouts remain untouched. */
.ccc-connect {
  --connect-accent: #b72b22;
  padding: 0 max(6%, calc((100% - 1480px) / 2)) clamp(56px, 7vw, 108px);
  background: #f7f5f0;
  color: #1c2023;
  scroll-margin-top: calc(var(--cinema-header-height, 110px) + 24px);
}
.ccc-connect *, .ccc-connect *::before { box-sizing: border-box; }
.ccc-connect [hidden] { display: none !important; }
.ccc-connect__heading { border-top: 1px solid #20252b30; padding-top: 44px; max-width: none; }
.ccc-connect .ccc-connect__eyebrow { color: var(--connect-accent); font-size: .75rem; font-weight: 800; line-height: 1.6; letter-spacing: .1em; margin: 0 0 18px; }
.ccc-connect h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.1; font-weight: 600; letter-spacing: -.035em; text-wrap: balance; margin: 0 0 22px; }
.ccc-connect p { font-size: 1rem; line-height: 1.75; max-width: 44em; margin: 0; color: #4d5457; }
.ccc-connect a { text-underline-offset: 5px; }
.ccc-connect :is(a, button):focus-visible { outline: 2px solid #b72b22; outline-offset: 5px; }
.ccc-connect__location-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 24px; margin-top: 32px; }
.ccc-connect__location-grid > *, .ccc-social > * { min-width: 0; }
.ccc-map { display: flex; flex-direction: column; border: 1px solid #20252b30; background: #eceae4; }
.ccc-map__viewport { min-height: 420px; flex: 1; position: relative; display: grid; }
.ccc-map__consent {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 32px; background: radial-gradient(ellipse at 50% 25%, #fff8, transparent 70%);
}
.ccc-map__pin { color: var(--connect-accent); margin-bottom: 14px; flex-shrink: 0; }
.ccc-map__consent h3 { font: 650 clamp(1.3rem, 2vw, 1.75rem)/1.2 Archivo, sans-serif; margin: 0 0 10px; }
.ccc-map__consent .ccc-map__address { color: #252a2d; line-height: 1.6; margin-bottom: 20px; }
.ccc-map__consent .ccc-map__privacy { max-width: 43em; font-size: .75rem; line-height: 1.65; margin-top: 17px; }
.ccc-map__privacy a { color: #373e42; }
.ccc-connect .ccc-connect__button {
  display: inline-flex; justify-content: center; align-items: center; gap: 18px; max-width: 100%;
  min-height: 50px; padding: 14px 20px; background: var(--connect-accent); color: #fff;
  border: 1px solid var(--connect-accent); text-decoration: none; font: 700 .875rem/1.5 Manrope, sans-serif;
  cursor: pointer; transition: background-color .2s ease, transform .3s cubic-bezier(.22,1,.36,1);
}
.ccc-connect__button > :is(span, svg) { flex-shrink: 0; }
.ccc-connect .ccc-connect__button--light { background: transparent; color: #242a2d; border-color: #242a2d55; }
.ccc-map__viewport > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #eceae4; }
.ccc-map__loading { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; background: #eceae4; padding: 30px; text-align: center; font-size: .875rem; color: #4d5457; }
.ccc-map__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 10px 20px; border-top: 1px solid #20252b24; background: #faf9f5; }
.ccc-map__bar :is(a,button) { font-size: .8125rem; font-weight: 700; min-height: 44px; display: inline-flex; align-items: center; gap: 18px; color: #252a2d; }
.ccc-map__bar button { text-decoration: underline; text-underline-offset: 4px; }
.ccc-map .ccc-map__status { font-size: .75rem; padding-inline: 20px; background: #faf9f5; }
.ccc-map__status:not(:empty) { padding-bottom: 14px; }
.ccc-reviews { padding: clamp(24px, 3vw, 42px); border: 1px solid #20252b30; background: #fffdf8; display: flex; flex-direction: column; align-items: flex-start; }
.ccc-reviews h3 { font-size: clamp(1.5rem, 2.1vw, 2.125rem); line-height: 1.15; font-weight: 600; letter-spacing: -.025em; margin: 0 0 26px; }
.ccc-reviews__rating { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-bottom: 22px; }
.ccc-reviews__rating strong { font: 500 clamp(4rem, 6vw, 5.25rem)/1 Archivo, sans-serif; letter-spacing: -.06em; }
.ccc-reviews__rating strong > span { font-size: 1.125rem; color: #62676a; letter-spacing: 0; }
.ccc-reviews__rating > span:last-child { font-size: .8125rem; color: #4d5457; }
.ccc-reviews__stars { color: #9a651b; letter-spacing: .15em; font-size: 1.25rem; }
.ccc-reviews > p:not(.ccc-connect__eyebrow) { font-size: .875rem; }
.ccc-reviews .ccc-connect__button { margin-top: 24px; width: 100%; padding-inline: 12px; gap: 12px; }
.ccc-reviews .ccc-reviews__source { font-size: .6875rem; line-height: 1.65; margin-top: 18px; }
.ccc-social { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); gap: clamp(28px, 5vw, 76px); align-items: center; margin-top: clamp(56px, 7vw, 104px); padding-top: clamp(40px, 5vw, 70px); border-top: 1px solid #20252b30; }
.ccc-social h2 { font-size: clamp(2rem, 3.1vw, 3rem); }
.ccc-social__copy .ccc-connect__button { margin-top: 25px; gap: 12px; }
.ccc-social__copy .ccc-social__handle { font-size: .75rem; margin-top: 10px; overflow-wrap: anywhere; }
.ccc-social__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; color: inherit; text-decoration: none; }
.ccc-social__gallery figure { margin: 0; min-width: 0; }
.ccc-social__gallery figure > div { aspect-ratio: 3/4; overflow: hidden; background: #dddcd6; }
.ccc-social__gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.ccc-social__gallery figure:nth-child(2) img { object-position: 44% 50%; }
.ccc-social__gallery figcaption { padding-top: 13px; font-size: .8125rem; font-weight: 700; line-height: 1.6; overflow-wrap: anywhere; }
.ccc-social__gallery figcaption span { display: block; color: #5b6265; font-weight: 400; font-size: .75rem; }
.ccc-social__footnote { margin-top: 22px; padding-top: 16px; border-top: 1px solid #20252b24; display: flex; gap: 10px 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: .75rem; color: #52595c; }
.ccc-social__footnote a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: #252a2d; }
@media (hover:hover) and (pointer:fine) {
  .ccc-connect__button:hover { background: #922219; transform: translateY(-2px); }
  .ccc-connect .ccc-connect__button--light:hover { color: #fff; background: #242a2d; }
  .ccc-social__gallery:hover img { transform: scale(1.035); }
}
@media (max-width:1000px) {
  .ccc-connect__location-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 18px; }
  .ccc-reviews { padding: 24px; }
  .ccc-map__consent { padding: 24px; }
  .ccc-social { grid-template-columns: minmax(0, 1fr); }
  .ccc-social__copy { max-width: 580px; }
  .ccc-social__gallery figure > div { aspect-ratio: 1/1; }
}
@media (max-width:700px) {
  .ccc-connect__heading { padding-top: 32px; }
  .ccc-connect h2 { font-size: clamp(1.875rem, 7vw, 2.5rem); }
  .ccc-connect__location-grid { grid-template-columns: minmax(0,1fr); }
  .ccc-map__viewport { min-height: 425px; }
  .ccc-map__consent { padding: 25px 20px; }
  .ccc-map__bar { padding-inline: 16px; gap: 0 10px; }
  .ccc-reviews h3 br { display: none; }
  .ccc-reviews { padding: 26px; }
  .ccc-reviews h3 { margin-bottom: 18px; }
  .ccc-reviews__rating strong { font-size: 4.5rem; }
  .ccc-social { margin-top: 48px; padding-top: 36px; gap: 28px; }
  .ccc-social__gallery { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 12px; }
  .ccc-social__gallery figure > div { aspect-ratio: 1/1; }
  .ccc-social__gallery figure:first-child { grid-column: 1 / -1; }
  .ccc-social__gallery figure:first-child > div { aspect-ratio: 16/9; }
  .ccc-social__gallery figcaption { font-size: .875rem; }
  .ccc-social__gallery figcaption span { font-size: .75rem; }
  .ccc-social__footnote { align-items: flex-start; gap: 0; }
}
@media (prefers-reduced-motion:reduce) {
  .ccc-connect *, .ccc-connect *::before { animation: none !important; transition: none !important; }
  .ccc-connect__button:hover, .ccc-social__gallery:hover img { transform: none; }
}
@media (max-width:359px) {
  /* Keep the three existing navigation targets distinct even on a narrow outer screen. */
  body.cinema .cinema-header nav { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 8px; }
  body.cinema .cinema-header nav :is(a,button), body.cinema .cinema-header #passOpen { min-width: 0; padding-inline: 0; font-size: 12px; }
}
