/* CCO shell: header + footer (referencia cco2_ref) */

body.cco-site {
  font-family: var(--cco-font-body);
  color: var(--cco-text);
  background: var(--cco-bg-page);
}

/* ── Header root ── */
#cco-header-root {
  --vino: var(--cco-vino);
  --vino-dark: var(--cco-vino-dk);
  --vino-deep: var(--cco-vino-xdk);
  --gold: var(--cco-gold);
  --gold-dark: var(--cco-gold-dk);
  --gold-light: var(--cco-gold-lt);
  --gold-lt: var(--cco-gold-lt);
  --white-soft: rgba(255, 255, 255, 0.86);
  --white-muted: rgba(255, 255, 255, 0.68);
  --header-height: var(--cco-header-h);
  --logo-size: var(--cco-logo-size);
  --ease: 0.25s ease;
  width: 100%;
  font-family: var(--cco-font-body);
  position: relative;
  z-index: 9999;
}

#cco-header-root,
#cco-header-root * {
  box-sizing: border-box;
}

#cco-header-root a {
  text-decoration: none;
  color: inherit;
}

#cco-header-root ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cco-header-root img {
  display: block;
  max-width: 100%;
}

#cco-header-root button,
#cco-header-root input {
  font-family: inherit;
}

#cco-header-root svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

#cco-header-root svg:not(.cco-icon-solid) path,
#cco-header-root svg:not(.cco-icon-solid) circle,
#cco-header-root svg:not(.cco-icon-solid) rect,
#cco-header-root svg:not(.cco-icon-solid) line {
  fill: none;
  stroke: currentColor;
}

#cco-header-root svg.cco-icon-solid path,
#cco-header-root svg.cco-icon-solid circle {
  fill: currentColor !important;
  stroke: none !important;
}

/* Topbar */
#cco-header-root .cco-topbar {
  height: var(--cco-topbar-h);
  background: var(--vino-deep);
  color: var(--white-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  position: relative;
  font-size: var(--cco-type-sm);
  font-weight: 400;
  letter-spacing: var(--cco-track-tight);
}

#cco-header-root .cco-topbar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

#cco-header-root .cco-topbar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: var(--ease);
}

#cco-header-root .cco-topbar-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--gold-lt);
  opacity: 1;
}

#cco-header-root .cco-topbar-item i {
  flex-shrink: 0;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--gold-lt);
}

#cco-header-root .cco-whatsapp-link svg {
  width: 15px;
  height: 15px;
}

#cco-header-root .cco-whatsapp-link svg.cco-icon-solid path {
  fill: currentColor !important;
  stroke: none !important;
}

#cco-header-root .cco-topbar-item:hover svg,
#cco-header-root .cco-topbar-item:hover i {
  color: var(--gold);
}

#cco-header-root .cco-topbar-item:hover {
  color: rgba(255, 255, 255, 0.92);
}

#cco-header-root .cco-whatsapp-link {
  color: rgba(255, 255, 255, 0.78) !important;
}

#cco-header-root .cco-topbar-social {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}

#cco-header-root .cco-topbar-social a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(212, 200, 78, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-lt) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ease);
}

#cco-header-root .cco-topbar-social a svg {
  width: 13px;
  height: 13px;
}

#cco-header-root .cco-topbar-social a svg path {
  fill: currentColor;
  stroke: none;
}

#cco-header-root .cco-topbar-social a:hover {
  background: var(--gold);
  color: var(--vino-deep) !important;
  border-color: var(--gold);
  transform: translateY(-1px);
}

/* Main header */
#cco-header-root .cco-header {
  width: 100%;
  height: var(--header-height);
  background: var(--vino);
  position: sticky;
  top: 0;
  z-index: 9998;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.32);
  overflow: visible;
}

/* Cabecera blanca + acentos dorados (mockup) */
#cco-header-root .cco-header--light {
  background: #fff;
  box-shadow: 0 2px 18px rgba(78, 11, 29, 0.08);
}

#cco-header-root .cco-header--light::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(189, 176, 70, 0.25),
    var(--gold),
    rgba(189, 176, 70, 0.25),
    transparent
  );
}

#cco-header-root .cco-header--light .cco-brand-title {
  color: var(--vino-deep);
  text-shadow: none;
}

#cco-header-root .cco-header--light .cco-menu > li > a {
  color: var(--vino-deep) !important;
}

#cco-header-root .cco-header--light .cco-menu > li:hover > a,
#cco-header-root .cco-header--light .cco-menu > li.current-menu-item > a,
#cco-header-root .cco-header--light .cco-menu > li.current-menu-ancestor > a,
#cco-header-root .cco-header--light .cco-menu > li.current_page_item > a {
  color: var(--vino) !important;
}

#cco-header-root .cco-header--light .cco-logo-circle {
  background: var(--vino-dark);
  border-color: rgba(189, 176, 70, 0.65);
  box-shadow: 0 6px 18px rgba(78, 11, 29, 0.18);
}

#cco-header-root .cco-header--light .cco-search-btn {
  border-color: rgba(136, 20, 51, 0.16);
  background: rgba(136, 20, 51, 0.04);
  color: var(--vino);
}

#cco-header-root .cco-header--light .cco-search-btn:hover {
  background: var(--gold-lt);
  color: var(--vino-deep);
  border-color: var(--gold-lt);
}

#cco-header-root .cco-header--light .cco-menu-btn {
  border-color: rgba(136, 20, 51, 0.2);
}

#cco-header-root .cco-header--light .cco-menu-btn span {
  background: var(--vino);
}

body.admin-bar #cco-header-root .cco-header {
  top: 32px;
}

#cco-header-root .cco-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, rgba(189, 176, 70, 0.15), var(--gold), rgba(189, 176, 70, 0.15), transparent);
}

#cco-header-root .cco-header-inner {
  width: 100%;
  max-width: var(--cco-container-wide);
  height: 100%;
  margin: 0 auto;
  padding: 0 44px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#cco-header-root .cco-logo-area {
  width: var(--logo-size);
  min-width: var(--logo-size);
  height: var(--logo-size);
  margin-top: 42px;
  margin-right: 32px;
  position: relative;
  z-index: 20;
  flex-shrink: 0;
}

#cco-header-root .cco-logo-circle {
  width: var(--logo-size);
  height: var(--logo-size);
  border-radius: 50%;
  background: var(--vino-dark);
  border: 3px solid rgba(189, 176, 70, 0.55);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  transition: var(--ease);
}

#cco-header-root .cco-logo-circle:hover {
  transform: scale(1.025) translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

#cco-header-root .cco-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

#cco-header-root .cco-center {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}

#cco-header-root .cco-brand-title {
  font-family: var(--cco-font-brand);
  font-size: calc(var(--cco-type-sm) * 2);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(189, 176, 70, 0.92);
  text-align: center;
  margin-bottom: 8px;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

#cco-header-root .cco-brand-title__mobile {
  display: none;
}

#cco-header-root .cco-brand-title__desktop {
  display: block;
}

#cco-header-root .cco-nav {
  width: 100%;
}

#cco-header-root .cco-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
}

#cco-header-root .cco-menu > li {
  position: relative;
}

#cco-header-root .cco-menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  color: var(--white-soft) !important;
  font-family: var(--cco-font-ui);
  font-size: var(--cco-type-sm);
  font-weight: 700;
  letter-spacing: var(--cco-track-nav);
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  transition: var(--ease);
}

#cco-header-root .cco-menu > li > a::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 3px;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--ease);
}

#cco-header-root .cco-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
  transition: var(--ease);
}

#cco-header-root .cco-menu > li:hover > a,
#cco-header-root .cco-menu > li.current-menu-item > a,
#cco-header-root .cco-menu > li.current-menu-ancestor > a,
#cco-header-root .cco-menu > li.current_page_item > a {
  color: var(--gold) !important;
}

#cco-header-root .cco-menu > li:hover > a::before,
#cco-header-root .cco-menu > li.current-menu-item > a::before,
#cco-header-root .cco-menu > li.current-menu-ancestor > a::before,
#cco-header-root .cco-menu > li.current_page_item > a::before {
  transform: scaleX(1);
}

#cco-header-root .cco-menu > li > .sub-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  min-width: 240px !important;
  background: var(--vino-dark) !important;
  border-top: 2px solid var(--gold-dark) !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38) !important;
  transform: translateX(-50%) translateY(-6px) !important;
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
  z-index: 1000;
}

#cco-header-root .cco-menu > li:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

#cco-header-root .cco-menu .sub-menu li {
  position: relative !important;
}

#cco-header-root .cco-menu .sub-menu a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-family: var(--cco-font-ui) !important;
  color: rgba(255, 255, 255, 0.74) !important;
  background: transparent !important;
  font-size: var(--cco-type-sm) !important;
  font-weight: 500 !important;
  letter-spacing: var(--cco-track-tight) !important;
  text-transform: none !important;
  padding: 11px 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  white-space: nowrap !important;
  transition: var(--ease);
}

#cco-header-root .cco-menu .sub-menu a:hover {
  background: rgba(189, 176, 70, 0.1) !important;
  color: var(--gold) !important;
  padding-left: 24px !important;
}

#cco-header-root .cco-menu > li > .sub-menu li > .sub-menu {
  position: absolute !important;
  top: 0 !important;
  left: calc(100% - 2px) !important;
  min-width: 220px !important;
  background: var(--vino-dark) !important;
  border-top: 0 !important;
  border-left: 2px solid var(--gold) !important;
  border-radius: 0 8px 8px 0 !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38) !important;
  transform: translateX(10px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: var(--ease);
  z-index: 1200 !important;
}

#cco-header-root .cco-menu > li > .sub-menu li:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

#cco-header-root .cco-menu .sub-menu li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 18px;
  border-right: 1.6px solid var(--gold);
  border-bottom: 1.6px solid var(--gold);
  transform: rotate(-45deg);
  flex-shrink: 0;
}

/* Actions */
#cco-header-root .cco-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 16px;
  flex-shrink: 0;
}

#cco-header-root .cco-affiliate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--cco-gold-lt);
  color: var(--cco-vino-xdk) !important;
  font-family: var(--cco-font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(189, 176, 70, 0.55);
  box-shadow: 0 2px 10px rgba(78, 11, 29, 0.08);
  transition: background var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease);
}

#cco-header-root .cco-affiliate-btn:hover {
  background: var(--cco-gold);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(78, 11, 29, 0.12);
}

#cco-header-root .cco-search-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(212, 200, 78, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--ease);
}

#cco-header-root .cco-search-btn svg {
  width: 17px;
  height: 17px;
}

#cco-header-root .cco-search-btn:hover {
  background: var(--gold-lt);
  color: var(--vino-dark);
  border-color: var(--gold-lt);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

#cco-header-root .cco-portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  border-radius: 6px;
  background: var(--cco-vino);
  color: #fff !important;
  font-family: var(--cco-font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(78, 11, 29, 0.18);
  transition: background var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

#cco-header-root .cco-portal-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--cco-gold-lt);
  flex-shrink: 0;
}

#cco-header-root .cco-portal-btn__icon svg {
  width: 14px;
  height: 14px;
}

#cco-header-root .cco-portal-btn__label {
  padding-right: 2px;
}

#cco-header-root .cco-portal-btn__arrow {
  display: none;
}

#cco-header-root .cco-portal-btn:hover {
  transform: translateY(-2px);
  background: var(--cco-vino-dk);
  box-shadow: 0 8px 20px rgba(78, 11, 29, 0.22);
  color: #fff !important;
}

#cco-header-root .cco-portal-btn:hover .cco-portal-btn__icon {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cco-gold-lt);
}

#cco-header-root .cco-portal-btn:hover .cco-portal-btn__arrow {
  display: none;
}

#cco-header-root .cco-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(189, 176, 70, 0.28);
  border-radius: var(--cco-radius);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

#cco-header-root .cco-menu-btn span {
  width: 20px;
  height: 2px;
  background: var(--gold);
  display: block;
}

/* Search overlay */
#cco-header-root .cco-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(78, 11, 29, 0.97);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
}

#cco-header-root .cco-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

#cco-header-root .cco-search-box {
  width: min(680px, 90vw);
  position: relative;
}

#cco-header-root .cco-search-box span {
  display: block;
  color: rgba(189, 176, 70, 0.65);
  text-transform: uppercase;
  letter-spacing: var(--cco-track-label);
  font-size: var(--cco-type-xs);
  font-weight: 700;
  margin-bottom: 20px;
}

#cco-header-root .cco-search-box form {
  display: flex;
  gap: 14px;
  border-bottom: 2px solid rgba(189, 176, 70, 0.45);
  padding-bottom: 12px;
}

#cco-header-root .cco-search-box input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  font-family: var(--cco-font-ui);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 300;
}

#cco-header-root .cco-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

#cco-header-root .cco-search-box button[type="submit"] {
  border: none;
  background: var(--gold);
  color: var(--vino-dark);
  padding: 0 22px;
  border-radius: var(--cco-radius);
  font-weight: 800;
  cursor: pointer;
}

#cco-header-root .cco-search-close {
  position: absolute;
  top: -65px;
  right: 0;
  width: 45px;
  height: 45px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--ease);
}

#cco-header-root .cco-search-close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Mobile menu */
#cco-header-root .cco-mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--vino-dark);
  z-index: 99999;
  transform: translateX(100%);
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

#cco-header-root .cco-mobile-menu.is-open {
  transform: translateX(0);
}

#cco-header-root .cco-mobile-head {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(189, 176, 70, 0.15);
}

#cco-header-root .cco-mobile-logo {
  display: flex;
  align-items: center;
  gap: 13px;
}

#cco-header-root .cco-mobile-logo img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: contain;
}

#cco-header-root .cco-mobile-logo strong {
  font-family: var(--cco-font-brand);
  color: var(--gold);
  text-transform: uppercase;
  font-size: var(--cco-type-xs);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

#cco-header-root .cco-mobile-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#cco-header-root .cco-mobile-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 22px 8px;
}

#cco-header-root .cco-mobile-affiliate,
#cco-header-root .cco-mobile-portal {
  margin: 0;
  padding: 13px 10px;
  text-align: center;
  border-radius: 8px;
  font-family: var(--cco-font-ui);
  font-size: var(--cco-type-xs);
  font-weight: 800;
  letter-spacing: var(--cco-track-label);
  text-transform: uppercase;
}

#cco-header-root .cco-mobile-affiliate {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--vino-dark) !important;
}

#cco-header-root .cco-mobile-portal {
  background: var(--vino);
  color: #fff !important;
  border: 1px solid rgba(189, 176, 70, 0.35);
}

#cco-header-root .cco-mobile-search {
  margin: 8px 22px 18px;
}

#cco-header-root .cco-mobile-search input {
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(189, 176, 70, 0.25);
  border-radius: var(--cco-radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

#cco-header-root .cco-mobile-nav {
  flex: 1;
  display: block;
  position: static;
  inset: auto;
  z-index: auto;
  background: transparent;
  padding: 0;
}

#cco-header-root .cco-mobile-menu-list a {
  display: flex;
  padding: 15px 22px;
  color: var(--white-soft) !important;
  font-family: var(--cco-font-ui);
  text-transform: uppercase;
  font-size: var(--cco-type-base);
  font-weight: 700;
  letter-spacing: var(--cco-track-nav);
  border-left: 3px solid transparent;
  transition: var(--ease);
}

#cco-header-root .cco-mobile-menu-list a:hover {
  border-left-color: var(--gold);
  background: rgba(189, 176, 70, 0.08);
}

#cco-header-root .cco-mobile-menu-list .sub-menu {
  background: rgba(0, 0, 0, 0.18);
}

#cco-header-root .cco-mobile-menu-list .sub-menu a {
  padding-left: 40px;
  text-transform: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66) !important;
}

#cco-header-root .cco-mobile-footer {
  margin-top: auto;
  padding: 22px;
  border-top: 1px solid rgba(189, 176, 70, 0.16);
  background: linear-gradient(180deg, rgba(78, 11, 29, 0.15), rgba(0, 0, 0, 0.18));
}

#cco-header-root .cco-mobile-footer-title {
  font-family: var(--cco-font-ui);
  color: var(--gold);
  font-size: var(--cco-type-xs);
  font-weight: 700;
  letter-spacing: var(--cco-track-label);
  text-transform: uppercase;
  margin-bottom: 14px;
}

#cco-header-root .cco-mobile-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px;
  padding: 7px 0;
}

#cco-header-root .cco-mobile-footer-item span {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(189, 176, 70, 0.25);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#cco-header-root .cco-mobile-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

#cco-header-root .cco-mobile-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(189, 176, 70, 0.32);
  border-radius: 50%;
  color: var(--gold) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ease);
}

#cco-header-root .cco-mobile-social a svg {
  width: 13px;
  height: 13px;
}

#cco-header-root .cco-mobile-social a:hover {
  background: var(--gold);
  color: var(--vino-dark) !important;
}

/* Header responsive */
@media (max-width: 1280px) {
  #cco-header-root {
    --logo-size: 155px;
  }

  #cco-header-root .cco-header-inner {
    padding: 0 32px;
  }

  #cco-header-root .cco-logo-area {
    margin-top: 34px;
    margin-right: 26px;
  }

  #cco-header-root .cco-brand-title {
    font-size: calc(var(--cco-type-sm) * 2);
    letter-spacing: var(--cco-track-label);
  }

  #cco-header-root .cco-menu > li > a {
    padding: 8px 12px;
    font-size: var(--cco-type-sm);
  }
}

@media (max-width: 1140px) {
  #cco-header-root {
    --logo-size: 140px;
  }

  #cco-header-root .cco-logo-area {
    margin-top: 28px;
    margin-right: 18px;
  }

  #cco-header-root .cco-menu > li > a {
    padding: 8px 10px;
    font-size: var(--cco-type-sm);
  }

  #cco-header-root .cco-brand-title {
    letter-spacing: var(--cco-track-label);
  }
}

@media (max-width: 1024px) {
  #cco-header-root {
    --logo-size: 125px;
    --header-height: 80px;
  }

  #cco-header-root .cco-portal-btn__label,
  #cco-header-root .cco-portal-btn__arrow {
    display: none;
  }

  #cco-header-root .cco-affiliate-btn {
    padding: 8px 10px;
    font-size: 10px;
  }

  #cco-header-root .cco-portal-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 6px;
  }

  #cco-header-root .cco-portal-btn__icon {
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--cco-gold-lt);
  }

  #cco-header-root .cco-portal-btn:hover .cco-portal-btn__icon {
    background: transparent;
    color: var(--cco-gold-lt);
  }

  #cco-header-root .cco-header-inner {
    padding: 0 20px;
  }

  #cco-header-root .cco-logo-area {
    margin-top: 22px;
    margin-right: 14px;
  }

  #cco-header-root .cco-brand-title {
    font-size: calc(var(--cco-type-sm) * 2);
    letter-spacing: var(--cco-track-label);
  }

  #cco-header-root .cco-menu > li > a {
    padding: 7px 9px;
    font-size: var(--cco-type-sm);
  }

  #cco-header-root .cco-topbar-item:nth-child(2) {
    display: none;
  }
}

@media (max-width: 860px) {
  #cco-header-root {
    --logo-size: 108px;
    --header-height: 72px;
  }

  #cco-header-root .cco-logo-area {
    margin-top: 14px;
  }

  #cco-header-root .cco-menu > li > a {
    padding: 6px 7px;
    font-size: var(--cco-type-xs);
  }

  #cco-header-root .cco-brand-title {
    letter-spacing: var(--cco-track-label);
  }
}

@media (max-width: 768px) {
  #cco-header-root {
    --logo-size: 58px;
    --header-height: 82px;
  }

  body.admin-bar #cco-header-root .cco-header {
    top: 46px;
  }

  #cco-header-root .cco-topbar {
    display: none;
  }

  #cco-header-root .cco-header {
    background: #fff !important;
    overflow: hidden;
  }

  #cco-header-root .cco-header--light {
    background: #fff !important;
  }

  #cco-header-root .cco-header-inner {
    padding: 0 12px;
    align-items: center;
    position: relative;
    gap: 8px;
  }

  #cco-header-root .cco-logo-area {
    width: 58px;
    min-width: 58px;
    height: 58px;
    margin: 0;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
  }

  #cco-header-root .cco-logo-circle {
    width: 58px;
    height: 58px;
  }

  /* Texto a la derecha del logo (no centrado sobre los botones). */
  #cco-header-root .cco-center {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0;
    align-items: flex-start;
    justify-content: center;
    pointer-events: auto;
    z-index: 1;
  }

  #cco-header-root .cco-brand-title {
    font-family: var(--cco-font-brand);
    text-align: left;
    font-size: clamp(0.72rem, 3.2vw, 0.88rem);
    letter-spacing: 0.03em;
    white-space: normal;
    line-height: 1.12;
    margin: 0;
    max-width: 100%;
    color: var(--vino-deep);
    text-shadow: none;
  }

  #cco-header-root .cco-brand-title__desktop {
    display: none;
  }

  #cco-header-root .cco-brand-title__mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08em;
  }

  #cco-header-root .cco-brand-title__line {
    display: block;
    white-space: normal;
  }

  #cco-header-root .cco-nav {
    display: none;
  }

  #cco-header-root .cco-actions {
    margin-left: 0;
    gap: 5px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
  }

  #cco-header-root .cco-search-btn,
  #cco-header-root .cco-portal-btn,
  #cco-header-root .cco-menu-btn {
    width: 36px;
    height: 36px;
  }

  #cco-header-root .cco-affiliate-btn {
    display: inline-flex;
    height: 36px;
    padding: 0 9px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  #cco-header-root .cco-menu-btn {
    display: flex;
  }

  #cco-header-root .cco-search-box form {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  #cco-header-root .cco-search-btn {
    display: none;
  }

  #cco-header-root .cco-brand-title {
    font-size: clamp(0.68rem, 3.1vw, 0.82rem);
  }

  #cco-header-root .cco-affiliate-btn {
    padding: 0 7px;
    font-size: 8px;
  }
}

/* ── Footer ── */
.cco-footer {
  font-family: var(--cco-font-body);
  font-size: var(--cco-ft-text);
  line-height: 1.65;
  margin-top: auto;
  -webkit-font-smoothing: antialiased;
}

.cco-footer a {
  text-decoration: none;
  color: inherit;
}

.cco-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cco-gold-rule {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(189, 176, 70, 0.08) 6%,
    var(--cco-gold-dk) 28%,
    var(--cco-gold) 50%,
    var(--cco-gold-dk) 72%,
    rgba(189, 176, 70, 0.08) 94%,
    transparent 100%
  );
}

.cco-ft-portal {
  background: var(--cco-vino);
  position: relative;
  overflow: hidden;
  padding: 38px 48px;
}

.cco-ft-portal::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 340px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 176, 70, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.cco-ft-portal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--cco-gold-dk) 40%, var(--cco-gold) 60%, transparent);
}

.cco-ft-portal__inner {
  max-width: var(--cco-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cco-ft-portal__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--cco-font-body);
  font-size: var(--cco-ft-text-sm);
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  color: var(--cco-gold-lt);
  margin-bottom: 10px;
}

.cco-ft-portal__badge svg {
  width: 12px;
  height: 12px;
}

.cco-ft-portal__title {
  font-family: var(--cco-font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: var(--cco-ft-heading-track);
  line-height: 1.35;
  margin-bottom: 8px;
}

.cco-ft-portal__sub {
  font-size: var(--cco-ft-text);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  max-width: 520px;
}

.cco-ft-portal__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cco-gold);
  color: var(--cco-vino-xdk);
  font-family: var(--cco-font-body);
  font-size: var(--cco-ft-text-sm);
  font-weight: 800;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--cco-ease), transform var(--cco-ease), box-shadow var(--cco-ease);
  box-shadow: 0 4px 18px rgba(189, 176, 70, 0.18);
}

.cco-ft-portal__btn:hover {
  background: var(--cco-gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(189, 176, 70, 0.28);
}

.cco-ft-portal__btn svg {
  width: 16px;
  height: 16px;
}

.cco-ft-main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
}

.cco-ft-col {
  padding: 50px 36px 46px;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.cco-ft-col:first-child {
  border-left: none;
}

.cco-ft-col--links {
  background: var(--cco-slate);
}

.cco-ft-col--info {
  background: var(--cco-carbon-md);
}

.cco-col-title {
  font-family: var(--cco-font-heading);
  font-size: var(--cco-ft-heading);
  font-weight: 600;
  letter-spacing: var(--cco-ft-heading-track);
  text-transform: uppercase;
  color: var(--cco-gold);
  margin-bottom: 6px;
}

.cco-col-title--minor {
  font-family: var(--cco-font-body);
  font-size: var(--cco-ft-text-sm);
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  color: rgba(189, 176, 70, 0.78);
  margin-top: 4px;
}

.cco-col-rule {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--cco-gold-dk), transparent);
  margin-bottom: 24px;
}

.cco-ft-col--brand {
  background: linear-gradient(180deg, var(--cco-vino-xdk) 0%, #3f0816 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 44px;
  padding-right: 44px;
}

.cco-brand-block {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.cco-brand-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 18px;
}

.cco-brand-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--cco-vino-dk);
  border: 2px solid rgba(212, 200, 78, 0.55);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow:
    0 8px 26px rgba(0, 0, 0, 0.42),
    0 0 0 4px rgba(189, 176, 70, 0.1);
}

.cco-brand-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cco-brand-name {
  font-family: var(--cco-font-brand);
  font-size: clamp(0.8rem, 1.7vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cco-gold-lt);
  line-height: 1.25;
  text-align: center;
  max-width: 22ch;
}

.cco-brand-divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cco-gold) 20%, var(--cco-gold-lt) 50%, var(--cco-gold) 80%, transparent);
  margin: 0 auto 18px;
  border-radius: 2px;
  opacity: 0.9;
}

.cco-brand-site {
  margin: 0 0 0.85rem;
  text-align: center;
  font-family: var(--cco-font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cco-brand-site a {
  color: var(--cco-gold-lt);
  text-decoration: none;
}

.cco-brand-site a:hover {
  color: var(--cco-gold);
  text-decoration: underline;
}

.cco-brand-desc {
  font-family: var(--cco-font-ui);
  font-size: var(--cco-ft-text-sm);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 auto 24px;
  max-width: 44ch;
  text-align: center;
}

.cco-brand-socials {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 28px;
  width: 100%;
  max-width: 360px;
}

.cco-footer a.cco-brand-social {
  width: 33px;
  height: 33px;
  border: 1px solid rgba(189, 176, 70, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cco-gold) !important;
  background: rgba(189, 176, 70, 0.08);
  transition: background var(--cco-ease), color var(--cco-ease), border-color var(--cco-ease), transform var(--cco-ease);
}

.cco-footer a.cco-brand-social:hover {
  background: var(--cco-gold);
  color: var(--cco-carbon) !important;
  border-color: var(--cco-gold);
  transform: translateY(-2px);
}

.cco-footer a.cco-brand-social svg,
.cco-footer a.cco-brand-social svg path {
  fill: currentColor;
}

.cco-footer a.cco-brand-social svg {
  width: 14px;
  height: 14px;
}

.cco-brand-cert {
  padding: 14px 18px;
  border: 1px solid rgba(189, 176, 70, 0.11);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}

.cco-brand-cert__label {
  font-family: var(--cco-font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  color: var(--cco-gold-dk);
  margin-bottom: 8px;
}

.cco-brand-cert__row {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: var(--cco-ft-text-sm);
  color: var(--cco-ft-muted-soft);
  line-height: 1.5;
  padding: 4px 0;
}

.cco-brand-cert__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cco-gold-dk);
  flex-shrink: 0;
}

.cco-ft-links-group {
  margin-bottom: 24px;
}

.cco-ft-links-group:last-child {
  margin-bottom: 0;
}

.cco-ft-links-group__label {
  font-family: var(--cco-font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 8px;
}

.cco-ft-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cco-ft-links a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: var(--cco-ft-text);
  color: var(--cco-ft-muted);
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: color var(--cco-ease), padding-left var(--cco-ease);
}

.cco-ft-links a::before {
  content: "";
  width: 4px;
  height: 1px;
  background: var(--cco-gold-dk);
  flex-shrink: 0;
  transition: width var(--cco-ease);
}

.cco-ft-links a:hover {
  color: rgba(189, 176, 70, 0.85);
  padding-left: 4px;
}

.cco-ft-links a:hover::before {
  width: 9px;
}

.cco-ft-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.cco-ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.cco-ft-contact-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(189, 176, 70, 0.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--cco-gold-dk);
  background: rgba(0, 0, 0, 0.2);
}

.cco-ft-contact-icon svg {
  width: 12px;
  height: 12px;
}

.cco-ft-contact-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  color: var(--cco-gold-lt);
  margin-bottom: 3px;
}

.cco-ft-contact-value {
  font-size: var(--cco-ft-text);
  color: var(--cco-ft-muted);
  line-height: 1.55;
}

.cco-ft-contact-value a,
.cco-ft-contact-value .cco-ft-contact-map-link {
  color: inherit;
  text-decoration: none;
}

.cco-ft-contact-value a:hover,
.cco-ft-contact-value .cco-ft-contact-map-link:hover {
  color: rgba(189, 176, 70, 0.85);
  text-decoration: underline;
}

.cco-ft-section-sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 22px;
}

.cco-ft-hours__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: var(--cco-ft-text-sm);
}

.cco-ft-hours__day {
  color: var(--cco-ft-muted);
}

.cco-ft-hours__time {
  font-weight: 700;
  color: rgba(189, 176, 70, 0.82);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.cco-ft-badge-open {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--cco-font-ui);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: var(--cco-ft-label-track);
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(189, 176, 70, 0.32) 0%, rgba(189, 176, 70, 0.14) 100%);
  color: var(--cco-gold-lt);
  border: 1px solid rgba(212, 200, 78, 0.72);
  box-shadow:
    0 2px 10px rgba(189, 176, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
}

.cco-ft-badge-open__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cco-gold-lt);
  box-shadow: 0 0 8px rgba(212, 200, 78, 0.75);
  animation: cco-blink 1.8s ease-in-out infinite;
}

@keyframes cco-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.28;
  }
}

.cco-ft-simple {
  background:
    radial-gradient(circle at 10% 12%, rgba(136, 20, 51, 0.72) 0%, transparent 36%),
    linear-gradient(125deg, var(--cco-vino-xdk) 0%, var(--cco-vino-dk) 52%, #3b0715 100%);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 4.5rem) 48px;
}

.cco-ft-simple__inner {
  width: min(100%, var(--cco-container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(350px, 1.55fr) minmax(170px, 0.7fr) minmax(260px, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.cco-ft-simple__brand {
  max-width: 500px;
}

.cco-ft-simple__brand-head {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
}

.cco-ft-simple__logo {
  display: inline-flex;
  margin: 0;
}

.cco-ft-simple__logo img {
  display: block;
  width: 104px;
  height: auto;
  max-height: 104px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.28));
}

.cco-ft-simple__about {
  max-width: 36ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.cco-ft-simple__brand-socials {
  margin-top: 1.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cco-ft-simple__social-label {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cco-ft-simple__title {
  margin: 0 0 1rem;
  padding-left: 0.75rem;
  border-left: 3px solid var(--cco-gold);
  color: #fff;
  font-family: var(--cco-font-ui);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cco-ft-simple__links {
  display: grid;
  gap: 0.55rem;
}

.cco-ft-simple__links a,
.cco-ft-simple__contact-row a {
  color: rgba(255, 255, 255, 0.84);
  transition: color var(--cco-ease);
}

.cco-ft-simple__links a:hover,
.cco-ft-simple__contact-row a:hover {
  color: var(--cco-gold-lt);
}

.cco-ft-simple__contact {
  display: grid;
  gap: 0.95rem;
}

.cco-ft-simple__contact-row {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: center;
  color: rgba(255, 252, 245, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cco-ft-simple__contact-body {
  min-width: 0;
}

.cco-ft-simple__contact-body a {
  display: inline;
  white-space: nowrap;
}

.cco-ft-simple__contact-label {
  font-weight: 600;
  margin-right: 0.35rem;
  color: rgba(255, 252, 245, 0.78);
}

.cco-ft-simple__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  color: var(--cco-gold-lt);
  line-height: 1;
}

.cco-ft-simple__icon i,
.cco-ft-simple__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  font-size: 1.05rem;
}

.cco-ft-simple__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cco-ft-simple__socials a {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  transition: color var(--cco-ease), border-color var(--cco-ease), background var(--cco-ease), transform var(--cco-ease);
}

.cco-ft-simple__socials a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cco-gold-lt);
  color: var(--cco-gold-lt);
  transform: translateY(-2px);
}

.cco-ft-simple__socials i,
.cco-ft-simple__socials svg {
  width: 1.05rem;
  height: 1.05rem;
  font-size: 1.05rem;
  fill: currentColor;
}

#cco-header-root .cco-topbar-social a i {
  font-size: 0.8rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .cco-ft-simple__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cco-ft-simple__brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .cco-ft-simple__column--links {
    display: none;
  }
}

@media (max-width: 600px) {
  .cco-ft-simple {
    padding: 2.5rem 24px;
  }

  .cco-ft-simple__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cco-ft-simple__column--links {
    display: none;
  }

  .cco-ft-simple__brand {
    grid-column: auto;
    max-width: none;
  }

  .cco-ft-simple__brand-head {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .cco-ft-simple__logo {
    margin-inline: auto;
  }

  .cco-ft-simple__about {
    max-width: 38ch;
    margin-inline: auto;
  }

  .cco-ft-simple__brand-socials {
    text-align: center;
  }

  .cco-ft-simple__socials {
    justify-content: center;
  }
}

.cco-ft-bottom {
  background: var(--cco-charcoal);
  padding: 15px 48px;
}

.cco-ft-bottom__inner {
  max-width: var(--cco-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cco-ft-bottom__copy {
  font-size: var(--cco-ft-text-sm);
  color: var(--cco-ft-muted-soft);
  letter-spacing: 0.02em;
}

.cco-ft-bottom__copy strong {
  color: var(--cco-gold-lt);
  font-family: var(--cco-font-brand);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cco-ft-bottom__links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cco-ft-bottom__links a {
  font-size: var(--cco-ft-text-sm);
  color: var(--cco-ft-muted-soft);
  letter-spacing: 0.02em;
  transition: color var(--cco-ease);
}

.cco-ft-bottom__links a:hover {
  color: var(--cco-gold-lt);
}

.cco-ft-bottom__sep {
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.22);
}

.cco-ft-bottom__credit {
  font-size: var(--cco-ft-text-sm);
  color: var(--cco-ft-muted-soft);
}

.cco-ft-bottom__credit a {
  color: var(--cco-gold-lt);
  transition: color var(--cco-ease);
}

.cco-ft-bottom__credit a:hover {
  color: var(--cco-gold);
}

@media (max-width: 900px) {
  .cco-ft-main {
    grid-template-columns: 1fr 1fr;
  }

  .cco-ft-col--info {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-left: none;
  }
}

@media (max-width: 600px) {
  .cco-ft-main {
    grid-template-columns: 1fr;
  }

  .cco-ft-col {
    padding: 36px 24px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }

  .cco-ft-portal {
    padding: 28px 24px;
  }

  .cco-ft-portal__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cco-ft-portal__btn {
    width: 100%;
    justify-content: center;
  }

  .cco-ft-bottom {
    padding: 14px 24px;
  }

  .cco-ft-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Scrollbar institucional (WebKit) ── */
*::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

*::-webkit-scrollbar-track {
  background: #e4ddd3;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--cco-vino-dk) 0%, var(--cco-vino) 55%, var(--cco-vino-xdk) 100%);
  border: 2px solid #e4ddd3;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--cco-vino) 0%, var(--cco-vino-xdk) 100%);
}

*::-webkit-scrollbar-corner {
  background: #e4ddd3;
}

/* ── WhatsApp flotante ── */
.cco-wa-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: var(--cco-white) !important;
  text-decoration: none;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 0 3px rgba(255, 255, 255, 0.85);
  transition: transform var(--cco-ease), box-shadow var(--cco-ease), background var(--cco-ease);
  animation: cco-wa-float-pulse 2.6s ease-in-out infinite;
}

.cco-wa-float svg,
.cco-wa-float i {
  width: 1.95rem;
  height: 1.95rem;
  font-size: 1.95rem;
  line-height: 1;
  color: var(--cco-white);
  display: block;
}

.cco-wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  background: #1ebe57;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.28),
    0 0 0 3px rgba(212, 200, 78, 0.55);
}

@keyframes cco-wa-float-pulse {
  0%,
  100% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.22),
      0 0 0 0 rgba(37, 211, 102, 0.42);
  }

  50% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.22),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
}

@media (min-width: 768px) {
  .cco-wa-float {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.75rem;
    height: 3.75rem;
  }

  .cco-wa-float svg,
  .cco-wa-float i {
    width: 2.15rem;
    height: 2.15rem;
    font-size: 2.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cco-wa-float {
    animation: none;
  }
}
