/*
Theme Name: Azzurro Premium
Theme URI: https://azzurromoda.com/
Description: Tema hijo editorial y premium para Azzurro Moda Hombre, construido sobre Divi.
Author: Enterser 2006 S.L.
Template: Divi
Version: 1.0.0
Text Domain: azzurro-premium
*/

@font-face {
  font-family: "Azzurro Serif";
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Azzurro Serif";
  src: url("assets/fonts/cormorant-garamond-latin-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Azzurro Sans";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --az-navy: #0b1b32;
  --az-navy-soft: #142945;
  --az-ink: #182033;
  --az-ivory: #f4efe5;
  --az-paper: #fbf8f2;
  --az-white: #ffffff;
  --az-cobalt: #2457d6;
  --az-cobalt-dark: #173f9f;
  --az-stone: #c9bda9;
  --az-sand: #ded1be;
  --az-muted: #667085;
  --az-line: rgba(11, 27, 50, 0.16);
  --az-shadow: 0 30px 80px rgba(11, 27, 50, 0.13);
  --az-serif: "Azzurro Serif", "Iowan Old Style", Baskerville, Georgia, serif;
  --az-sans: "Azzurro Sans", Inter, "Segoe UI", Arial, sans-serif;
  --az-content: 1320px;
}

html {
  scroll-behavior: smooth;
}

body.azzurro-premium {
  overflow-x: hidden;
  background: var(--az-paper);
  color: var(--az-ink);
  font-family: var(--az-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

body.azzurro-premium h1,
body.azzurro-premium h2,
body.azzurro-premium h3,
body.azzurro-premium h4,
body.azzurro-premium h5,
body.azzurro-premium h6 {
  color: var(--az-navy);
  font-family: var(--az-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

body.azzurro-premium a {
  color: inherit;
}

body.azzurro-premium img {
  image-rendering: auto;
}

/* Cabecera de Divi */
#top-header {
  display: none !important;
}

#page-container {
  padding-top: 0 !important;
}

#main-header {
  position: sticky !important;
  top: 0;
  z-index: 9998;
  min-height: 94px;
  border-bottom: 1px solid var(--az-line);
  background: rgba(251, 248, 242, 0.94);
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  transition: min-height 220ms ease, background 220ms ease;
}

#main-header.et-fixed-header,
body.az-header-scrolled #main-header {
  position: sticky !important;
  min-height: 76px;
  background: rgba(251, 248, 242, 0.985);
  box-shadow: 0 12px 38px rgba(11, 27, 50, 0.08) !important;
}

#main-header .container {
  width: min(92%, var(--az-content));
  max-width: none;
}

#main-header .logo_container {
  display: flex;
  align-items: center;
}

#logo {
  width: auto;
  max-width: 248px;
  max-height: 49px !important;
  filter: none;
  transition: max-height 220ms ease;
}

.et-fixed-header #logo,
body.az-header-scrolled #logo {
  max-height: 40px !important;
}

#et-top-navigation {
  padding-left: 260px !important;
  font-family: var(--az-sans);
  font-weight: 600;
}

#top-menu li {
  padding-right: clamp(14px, 1.6vw, 28px);
}

#top-menu > li > a {
  position: relative;
  padding-bottom: 38px !important;
  color: var(--az-navy) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#top-menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  height: 1px;
  background: var(--az-cobalt);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

#top-menu > li.current-menu-item > a::after,
#top-menu > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#top-menu .menu-whatsapp {
  padding-right: 0;
}

#top-menu .menu-whatsapp > a {
  margin-top: -15px;
  padding: 14px 18px !important;
  border: 1px solid var(--az-navy);
}

#top-menu .menu-whatsapp > a::after {
  display: none;
}

#top-menu .menu-whatsapp > a:hover {
  background: var(--az-navy);
  color: var(--az-white) !important;
  opacity: 1;
}

.mobile_menu_bar::before {
  color: var(--az-navy);
}

.et_mobile_menu {
  border-top: 2px solid var(--az-cobalt);
  background: var(--az-paper) !important;
  box-shadow: var(--az-shadow);
}

.et_mobile_menu li a {
  color: var(--az-navy) !important;
  font-family: var(--az-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Utilidades editoriales */
.az-section {
  position: relative;
  padding: clamp(86px, 9vw, 144px) 0 !important;
  background: var(--az-paper);
}

.az-section > .et_pb_row,
.az-section .et_pb_row {
  width: min(88%, var(--az-content));
  max-width: none !important;
}

.az-section .et_pb_module {
  margin-bottom: 0;
}

.az-section p:last-child {
  padding-bottom: 0;
}

.az-kicker {
  margin-bottom: 20px !important;
  color: var(--az-cobalt);
  font-family: var(--az-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.az-kicker p {
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
}

.az-display h1,
.az-display h2 {
  margin: 0;
  padding: 0;
  font-size: clamp(58px, 6.6vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.az-title h2 {
  margin: 0;
  padding: 0;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 0.94;
}

.az-subtitle h2 {
  margin: 0;
  padding: 0;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 0.98;
}

.az-lead {
  color: #435069;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.75;
}

.az-copy {
  color: #4f5b70;
  font-size: 16px;
  line-height: 1.8;
}

.az-copy strong {
  color: var(--az-navy);
}

.az-rule {
  width: 132px;
  height: 2px;
  margin: 30px 0;
  background: var(--az-cobalt);
}

.az-number {
  color: var(--az-stone);
  font-family: var(--az-serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.az-btn {
  display: inline-block;
  margin-top: 30px !important;
}

.az-btn + .az-btn {
  margin-left: 12px;
}

.az-btn .et_pb_button {
  min-width: 214px;
  padding: 17px 22px !important;
  border: 1px solid var(--az-cobalt) !important;
  border-radius: 0 !important;
  background: transparent;
  color: var(--az-cobalt) !important;
  font-family: var(--az-sans);
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
  text-align: left;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease !important;
}

.az-btn .et_pb_button::after {
  right: 17px;
  margin-left: 0;
  font-size: 18px;
  opacity: 1;
}

.az-btn .et_pb_button:hover {
  padding: 17px 22px !important;
  background: var(--az-cobalt) !important;
  color: var(--az-white) !important;
  transform: translateY(-2px);
}

.az-btn-primary .et_pb_button {
  background: var(--az-cobalt);
  color: var(--az-white) !important;
}

.az-btn-primary .et_pb_button:hover {
  background: var(--az-cobalt-dark) !important;
}

.az-btn-light .et_pb_button {
  border-color: var(--az-ivory) !important;
  background: var(--az-ivory);
  color: var(--az-navy) !important;
}

.az-btn-light .et_pb_button:hover {
  border-color: var(--az-white) !important;
  background: var(--az-white) !important;
  color: var(--az-navy) !important;
}

.az-inline-btn.et_pb_button {
  display: inline-flex;
  min-width: 214px;
  align-items: center;
  justify-content: space-between;
  margin: 30px 10px 0 0;
  padding: 17px 22px !important;
  border: 1px solid var(--az-cobalt) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--az-cobalt) !important;
  font-family: var(--az-sans);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease !important;
}

.az-inline-btn.et_pb_button::after {
  display: none;
}

.az-inline-btn.et_pb_button:hover {
  padding: 17px 22px !important;
  background: var(--az-cobalt) !important;
  color: var(--az-white) !important;
  transform: translateY(-2px);
}

.az-inline-primary.et_pb_button {
  background: var(--az-cobalt) !important;
  color: var(--az-white) !important;
}

.az-inline-primary.et_pb_button:hover {
  background: var(--az-cobalt-dark) !important;
}

.az-inline-light.et_pb_button {
  border-color: var(--az-ivory) !important;
  background: var(--az-ivory) !important;
  color: var(--az-navy) !important;
}

.az-inline-light.et_pb_button:hover {
  border-color: var(--az-white) !important;
  background: var(--az-white) !important;
  color: var(--az-navy) !important;
}

.az-text-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--az-cobalt);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.az-text-link:hover {
  color: var(--az-cobalt-dark);
}

/* Hero de inicio */
.az-home-hero {
  display: flex;
  min-height: calc(100svh - 94px);
  align-items: stretch;
  padding: 0 !important;
  overflow: hidden;
  background: var(--az-ivory);
}

.az-home-hero > .et_pb_row {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  min-height: inherit;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
}

.az-home-hero .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 8vw, 132px) clamp(30px, 5.6vw, 94px) 54px;
}

.az-hero-copy .az-display h1 {
  max-width: 720px;
}

.az-hero-copy .az-lead {
  max-width: 610px;
}

.az-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.az-hero-actions .az-btn {
  margin-top: 34px !important;
}

.az-hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto !important;
  padding-top: 44px;
  color: var(--az-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.az-hero-note::before {
  width: 3px;
  height: 31px;
  background: var(--az-cobalt);
  content: "";
}

.az-hero-visual {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.az-hero-visual .et_pb_image,
.az-hero-visual .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}

.az-hero-visual img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}

.az-hero-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(11, 27, 50, 0.02), rgba(11, 27, 50, 0.25));
  content: "";
}

.az-image-badge {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  display: grid;
  width: 96px;
  height: 96px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(11, 27, 50, 0.78);
  color: var(--az-white);
  font-family: var(--az-sans);
  text-align: center;
  backdrop-filter: blur(10px);
}

.az-image-badge span {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.az-image-badge strong {
  display: block;
  margin-top: 3px;
  font-family: var(--az-serif);
  font-size: 23px;
  font-weight: 500;
}

/* Introducción */
.az-intro .et_pb_row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}

.az-intro .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

/* Colecciones */
.az-collections {
  background: var(--az-white);
}

.az-heading-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: 58px !important;
}

.az-heading-row .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-cards-row {
  display: grid !important;
  min-height: 610px;
  grid-template-columns: 1.25fr 0.88fr 0.88fr;
  gap: 18px;
}

.az-cards-row > .et_pb_column {
  position: relative;
  display: flex;
  width: auto !important;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 !important;
  overflow: hidden;
  background: var(--az-navy);
}

.az-card-image {
  position: absolute;
  inset: 0;
}

.az-card-image .et_pb_image_wrap,
.az-card-image img {
  width: 100%;
  height: 100% !important;
}

.az-card-image img {
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0, 1);
}

.az-cards-row > .et_pb_column:hover .az-card-image img {
  transform: scale(1.045);
}

.az-cards-row > .et_pb_column::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 28%, rgba(7, 19, 37, 0.94));
  content: "";
}

.az-card-copy {
  position: relative;
  z-index: 2;
  padding: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.az-card-copy span {
  display: block;
  margin-bottom: 10px;
  color: #afc4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.az-card-copy h3 {
  margin: 0 0 11px;
  padding: 0;
  color: var(--az-white);
  font-size: clamp(38px, 3vw, 52px);
  line-height: 1;
}

.az-card-copy p {
  max-width: 340px;
  color: inherit;
}

.az-source-note {
  margin-top: 16px !important;
  color: #7c8492;
  font-size: 10px;
  letter-spacing: 0.03em;
}

/* Ceremonia */
.az-ceremony {
  padding: 0 !important;
  background: var(--az-navy);
  color: var(--az-white);
}

.az-ceremony > .et_pb_row {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  min-height: 780px;
  grid-template-columns: 1.08fr 0.92fr;
}

.az-ceremony .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-ceremony-media,
.az-ceremony-media .et_pb_image_wrap,
.az-ceremony-media img {
  width: 100%;
  height: 100% !important;
}

.az-ceremony-media img {
  object-fit: cover;
  filter: saturate(0.62) contrast(1.05);
}

.az-ceremony-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 132px);
}

.az-ceremony-copy h2,
.az-ceremony-copy h3 {
  color: var(--az-white);
}

.az-ceremony-copy .az-copy,
.az-ceremony-copy .az-lead {
  color: rgba(255, 255, 255, 0.7);
}

.az-checks ul {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 15px 26px;
  list-style: none;
}

.az-checks li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.az-checks li::before {
  margin-right: 8px;
  color: #8da9f0;
  content: "—";
}

/* Firmas */
.az-brands {
  text-align: center;
}

.az-brands .az-title {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}

.az-brand-list {
  display: grid;
  margin-top: 62px !important;
  border-top: 1px solid var(--az-line);
  border-bottom: 1px solid var(--az-line);
  grid-template-columns: repeat(6, 1fr);
}

.az-brand-list span {
  display: grid;
  min-height: 126px;
  place-items: center;
  padding: 20px 14px;
  border-right: 1px solid var(--az-line);
  color: var(--az-navy);
  font-family: var(--az-serif);
  font-size: 19px;
  line-height: 1.2;
}

.az-brand-list span:last-child {
  border-right: 0;
}

/* Historia */
.az-story {
  background: var(--az-white);
}

.az-story > .et_pb_row {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: center;
}

.az-story .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-quote {
  margin-top: 38px !important;
  padding: 21px 0 21px 28px;
  border-left: 2px solid var(--az-cobalt);
  color: var(--az-navy);
  font-family: var(--az-serif);
  font-size: clamp(23px, 2vw, 31px);
  font-style: italic;
  line-height: 1.4;
}

.az-story-visual {
  position: relative;
  padding: 0 0 90px 46px;
}

.az-story-main img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.az-story-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(72%, 540px);
  padding: 22px;
  border: 1px solid var(--az-line);
  background: var(--az-white);
  box-shadow: 0 22px 55px rgba(11, 27, 50, 0.12);
}

/* Tiendas */
.az-stores {
  background: var(--az-paper);
}

.az-store-row {
  display: grid !important;
  margin-top: 56px !important;
  border-top: 1px solid var(--az-line);
  border-bottom: 1px solid var(--az-line);
  grid-template-columns: 1fr 1fr;
}

.az-store-card {
  position: relative;
  width: auto !important;
  margin: 0 !important;
  padding: clamp(42px, 5vw, 72px);
}

.az-store-card + .az-store-card {
  border-left: 1px solid var(--az-line);
}

.az-store-card .az-number {
  position: absolute;
  top: 27px;
  right: 29px;
}

.az-store-card h3 {
  margin: 0 0 17px;
  padding: 0;
  font-size: clamp(36px, 3.5vw, 55px);
  line-height: 1;
}

/* CTA */
.az-cta {
  background: var(--az-ivory);
}

.az-cta > .et_pb_row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.62fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
}

.az-cta .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

/* Hero interior */
.az-page-hero {
  padding: 0 !important;
  background: var(--az-navy);
  color: var(--az-white);
}

.az-page-hero > .et_pb_row {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  min-height: 650px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.az-page-hero .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 132px);
}

.az-page-hero h1,
.az-page-hero h2,
.az-page-hero .az-display h1,
.az-page-hero .az-title h2 {
  color: var(--az-white);
}

.az-page-hero .az-lead,
.az-page-hero .az-copy {
  color: rgba(255, 255, 255, 0.7);
}

.az-page-hero-media,
.az-page-hero-media .et_pb_image_wrap,
.az-page-hero-media img {
  width: 100%;
  height: 100% !important;
}

.az-page-hero-media {
  position: relative;
}

.az-page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 27, 50, 0.32), transparent 45%);
  content: "";
}

.az-page-hero-media img {
  object-fit: cover;
  filter: saturate(0.74) contrast(1.04);
}

/* Bloques interiores */
.az-split > .et_pb_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 125px);
  align-items: center;
}

.az-split.az-split-wide > .et_pb_row {
  grid-template-columns: minmax(0, 1.17fr) minmax(0, 0.83fr);
}

.az-split .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.az-split-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.az-panel {
  padding: clamp(36px, 5vw, 70px);
  border: 1px solid var(--az-line);
  background: var(--az-white);
}

.az-dark {
  background: var(--az-navy);
  color: var(--az-white);
}

.az-dark h2,
.az-dark h3,
.az-dark h4 {
  color: var(--az-white);
}

.az-dark .az-copy,
.az-dark .az-lead {
  color: rgba(255, 255, 255, 0.7);
}

.az-dark .az-feature-grid > .et_pb_column {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.az-dark .az-feature-grid h3 {
  color: var(--az-white);
}

.az-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.az-feature-grid > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  padding: clamp(32px, 4vw, 54px);
  border: 1px solid var(--az-line);
  background: var(--az-white);
}

.az-feature-grid h3 {
  margin: 17px 0 13px;
  padding: 0;
  font-size: 34px;
  line-height: 1;
}

.az-list {
  margin-top: 28px !important;
}

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

.az-list li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-bottom: 1px solid var(--az-line);
}

.az-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--az-cobalt);
  content: "—";
}

.az-contact-grid {
  display: grid !important;
  margin-top: 55px !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.az-contact-grid > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  padding: clamp(32px, 4vw, 55px);
  border: 1px solid var(--az-line);
  background: var(--az-white);
}

.az-contact-grid h3 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 36px;
  line-height: 1;
}

/* Pie global */
#main-footer {
  display: none !important;
}

#azzurro-footer {
  position: relative;
  z-index: 2;
  padding: 76px 6vw 28px;
  background: var(--az-navy);
  color: var(--az-white);
  font-family: var(--az-sans);
}

.az-footer-inner {
  width: min(100%, var(--az-content));
  margin: 0 auto;
}

.az-footer-top {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 38px;
}

.az-footer-brand img {
  width: 250px;
  height: auto;
  filter: brightness(0) invert(1);
}

.az-footer-brand p,
.az-footer-block span,
.az-footer-block a {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.6;
}

.az-footer-block strong {
  display: block;
  margin-bottom: 15px;
  color: #a9bff5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.az-footer-block a:hover {
  color: var(--az-white);
}

.az-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.03em;
}

.az-footer-social {
  display: flex;
  gap: 24px;
}

.az-footer-social a:hover {
  color: var(--az-white);
}

.az-whatsapp-float {
  position: fixed;
  z-index: 9997;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 40px;
  background: var(--az-navy);
  color: var(--az-white) !important;
  box-shadow: 0 16px 42px rgba(11, 27, 50, 0.25);
  font-family: var(--az-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.az-whatsapp-float::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40c878;
  box-shadow: 0 0 0 5px rgba(64, 200, 120, 0.15);
  content: "";
}

.az-whatsapp-float:hover {
  background: var(--az-cobalt);
  transform: translateY(-2px);
}

/* Aparición sutil */
.js .az-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .az-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.et-fb .az-reveal,
body.et-fb-root-ancestor .az-reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1180px) {
  #et-top-navigation {
    padding-left: 210px !important;
  }

  #top-menu li {
    padding-right: 14px;
  }

  #top-menu > li > a {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .az-cards-row {
    grid-template-columns: 1fr 1fr;
  }

  .az-cards-row > .et_pb_column:first-child {
    grid-row: span 2;
  }

  .az-brand-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .az-brand-list span:nth-child(3) {
    border-right: 0;
  }

  .az-brand-list span:nth-child(-n + 3) {
    border-bottom: 1px solid var(--az-line);
  }
}

@media (max-width: 980px) {
  #main-header,
  #main-header.et-fixed-header,
  body.az-header-scrolled #main-header {
    min-height: 76px;
  }

  #main-header .container {
    width: calc(100% - 42px);
  }

  #logo {
    max-width: 205px;
    max-height: 42px !important;
  }

  #et-top-navigation {
    padding-left: 0 !important;
  }

  .et_header_style_left #et-top-navigation {
    padding-top: 25px;
  }

  .az-home-hero {
    min-height: auto;
  }

  .az-home-hero > .et_pb_row {
    grid-template-columns: 1fr;
  }

  .az-hero-copy {
    min-height: 720px;
  }

  .az-hero-visual {
    min-height: 620px;
    clip-path: none;
  }

  .az-intro .et_pb_row,
  .az-heading-row,
  .az-story > .et_pb_row,
  .az-cta > .et_pb_row,
  .az-split > .et_pb_row {
    grid-template-columns: 1fr;
  }

  .az-ceremony > .et_pb_row,
  .az-page-hero > .et_pb_row {
    grid-template-columns: 1fr;
  }

  .az-page-hero-copy {
    min-height: 520px;
  }

  .az-page-hero-media {
    min-height: 560px;
  }

  .az-feature-grid,
  .az-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .az-footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .az-footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  body.azzurro-premium {
    font-size: 15px;
  }

  .az-section {
    padding: 78px 0 !important;
  }

  .az-section > .et_pb_row,
  .az-section .et_pb_row {
    width: calc(100% - 44px);
  }

  .az-display h1,
  .az-display h2 {
    font-size: clamp(53px, 16vw, 76px);
    line-height: 0.9;
  }

  .az-title h2 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .az-subtitle h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .az-hero-copy {
    min-height: calc(100svh - 76px);
    padding: 68px 22px 32px;
  }

  .az-hero-copy .az-lead {
    font-size: 17px;
  }

  .az-hero-actions {
    display: block;
  }

  .az-btn,
  .az-btn + .az-btn {
    display: block;
    width: 100%;
    margin: 12px 0 0 !important;
  }

  .az-btn:first-child {
    margin-top: 31px !important;
  }

  .az-btn .et_pb_button {
    display: block;
    width: 100%;
  }

  .az-inline-btn.et_pb_button {
    display: flex;
    width: 100%;
    margin: 12px 0 0;
  }

  .az-inline-btn.et_pb_button:first-child {
    margin-top: 30px;
  }

  .az-hero-note {
    margin-top: 48px !important;
  }

  .az-hero-visual {
    min-height: 82vw;
  }

  .az-image-badge {
    right: 20px;
    bottom: 20px;
    width: 82px;
    height: 82px;
  }

  .az-heading-row {
    gap: 28px;
    margin-bottom: 40px !important;
  }

  .az-cards-row {
    display: flex !important;
    min-height: 0;
    flex-direction: column;
  }

  .az-cards-row > .et_pb_column {
    min-height: 490px;
  }

  .az-card-copy {
    padding: 27px;
  }

  .az-ceremony > .et_pb_row {
    min-height: 0;
  }

  .az-ceremony-media {
    min-height: 460px;
  }

  .az-ceremony-copy {
    padding: 75px 22px;
  }

  .az-checks ul {
    grid-template-columns: 1fr;
  }

  .az-brand-list {
    grid-template-columns: 1fr 1fr;
  }

  .az-brand-list span,
  .az-brand-list span:nth-child(3) {
    min-height: 105px;
    border-right: 1px solid var(--az-line);
    border-bottom: 1px solid var(--az-line);
  }

  .az-brand-list span:nth-child(even) {
    border-right: 0;
  }

  .az-story-visual {
    padding: 0 0 70px;
  }

  .az-story-main img {
    min-height: 360px;
  }

  .az-story-logo {
    width: 83%;
  }

  .az-store-row {
    grid-template-columns: 1fr;
  }

  .az-store-card + .az-store-card {
    border-top: 1px solid var(--az-line);
    border-left: 0;
  }

  .az-page-hero-copy {
    min-height: 500px;
    padding: 76px 22px;
  }

  .az-page-hero-media {
    min-height: 78vw;
  }

  .az-split-image img {
    min-height: 390px;
  }

  .az-feature-grid,
  .az-contact-grid {
    grid-template-columns: 1fr;
  }

  .az-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .az-footer-brand {
    grid-column: 1 / -1;
  }

  .az-footer-bottom {
    flex-direction: column;
    gap: 15px;
  }

  .az-whatsapp-float {
    right: 15px;
    bottom: 15px;
    min-height: 48px;
    padding: 0 16px;
  }
}

@media (max-width: 430px) {
  .az-footer-top {
    grid-template-columns: 1fr;
  }

  .az-footer-brand {
    grid-column: auto;
  }

  .az-whatsapp-float span {
    display: none;
  }

  .az-whatsapp-float {
    width: 50px;
    justify-content: center;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .az-reveal {
    opacity: 1;
    transform: none;
  }
}

/* === AZZURRO PREMIUM V2 · 2026 === */
:root {
  --az-navy: #09182c;
  --az-navy-soft: #122943;
  --az-ink: #172033;
  --az-ivory: #f3ede2;
  --az-paper: #fbf8f2;
  --az-cobalt: #1f55d5;
  --az-gold: #b7a487;
  --az-line: rgba(9, 24, 44, 0.14);
  --az-shadow: 0 38px 100px rgba(9, 24, 44, 0.16);
}

/* Correcciones de auditoría */
html.js .az-reveal,
html.js .az-reveal.is-visible,
body:not(.et-fb) .az-reveal {
  opacity: 1 !important;
  transform: none !important;
}

#logo {
  content: url("assets/azzurro-logo.png") !important;
  width: 224px !important;
  height: auto !important;
  max-width: 224px !important;
  max-height: 50px !important;
  object-fit: contain;
}

#et_top_search {
  display: none !important;
}

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

#main-header {
  min-height: 86px;
  background: rgba(251, 248, 242, 0.93);
}

#main-header.et-fixed-header,
body.az-header-scrolled #main-header {
  min-height: 72px;
}

#main-header .container {
  width: min(94%, 1370px);
}

#et-top-navigation {
  padding-left: 230px !important;
}

#top-menu li {
  padding-right: clamp(11px, 1.25vw, 21px);
}

#top-menu > li > a {
  font-size: 11px;
  letter-spacing: 0.075em;
}

/* Dirección visual */
body.azzurro-premium {
  background:
    radial-gradient(circle at 8% 2%, rgba(31, 85, 213, 0.045), transparent 30%),
    var(--az-paper);
}

.az-section {
  padding: clamp(96px, 8vw, 136px) 0 !important;
}

.az-kicker {
  margin-bottom: 24px !important;
  letter-spacing: 0.24em;
}

.az-title h2 {
  max-width: 1080px;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: 0.94;
}

.az-home-hero {
  isolation: isolate;
  min-height: min(900px, calc(100svh - 86px));
  background:
    linear-gradient(90deg, rgba(31, 85, 213, 0.035) 1px, transparent 1px),
    var(--az-ivory);
  background-size: 80px 100%;
}

.az-home-hero > .et_pb_row {
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
}

.az-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(74px, 7vw, 116px) clamp(34px, 5.2vw, 90px) 42px;
}

.az-hero-copy::before {
  position: absolute;
  top: 10%;
  left: clamp(34px, 5.2vw, 90px);
  width: 34px;
  height: 1px;
  background: var(--az-cobalt);
  content: "";
}

.az-hero-copy .az-display h1 {
  max-width: 680px;
  font-size: clamp(66px, 6vw, 96px);
  line-height: 0.86;
}

.az-hero-copy .az-lead {
  max-width: 540px;
  font-size: clamp(17px, 1.25vw, 20px);
}

.az-hero-visual {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.az-hero-visual img {
  object-position: center 22%;
  filter: saturate(0.72) contrast(1.07);
}

.az-hero-visual::after {
  background:
    linear-gradient(90deg, rgba(9, 24, 44, 0.14), transparent 35%),
    linear-gradient(0deg, rgba(9, 24, 44, 0.26), transparent 38%);
}

.az-image-badge {
  z-index: 4;
  width: 106px;
  height: 106px;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(9, 24, 44, 0.82);
}

.az-inline-btn.et_pb_button {
  min-width: 205px;
  padding: 16px 20px !important;
  letter-spacing: 0.065em;
}

.az-intro::after {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: min(36vw, 520px);
  height: 1px;
  background: var(--az-line);
  content: "";
}

.az-heading-row {
  margin-bottom: 48px !important;
}

.az-cards-row {
  min-height: 650px;
  gap: 12px;
}

.az-cards-row > .et_pb_column {
  box-shadow: 0 24px 70px rgba(9, 24, 44, 0.12);
}

.az-card-image .et_pb_image_wrap {
  display: block;
}

.az-card-image img {
  object-position: center 25%;
  filter: saturate(0.68) contrast(1.1);
}

.az-cards-row > .et_pb_column:nth-child(2) .az-card-image img {
  object-position: center 50%;
}

.az-card-copy {
  padding: 38px;
}

.az-card-copy h3 {
  font-size: clamp(40px, 3vw, 55px);
}

.az-source-note {
  margin-top: 20px !important;
  opacity: 0.82;
}

.az-ceremony > .et_pb_row {
  min-height: 760px;
}

.az-ceremony-media .et_pb_image_wrap {
  display: block;
}

.az-ceremony-media img {
  object-position: center 28%;
  filter: saturate(0.68) contrast(1.06);
}

.az-ceremony-copy {
  position: relative;
}

.az-ceremony-copy::before {
  position: absolute;
  top: 12%;
  left: clamp(64px, 8vw, 132px);
  width: 70px;
  height: 1px;
  background: rgba(169, 191, 255, 0.62);
  content: "";
}

.az-brands {
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(9, 24, 44, 0.035) 50%, transparent 50.08%),
    var(--az-paper);
}

.az-brand-list {
  display: block !important;
  margin-top: 52px !important;
}

.az-brand-list .et_pb_text_inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.az-brand-list span {
  min-width: 0;
  min-height: 116px;
  padding: 20px 10px;
  font-size: clamp(16px, 1.35vw, 20px);
}

.az-story-main .et_pb_image_wrap,
.az-story-main img {
  width: 100%;
}

.az-story-main img {
  min-height: 610px;
  object-position: center 28%;
  filter: saturate(0.74) contrast(1.07);
}

.az-story-logo {
  width: min(62%, 430px);
  padding: 26px 31px;
}

.az-story-logo .et_pb_image_wrap,
.az-story-logo img {
  display: block;
  width: 100%;
}

.az-story-logo img {
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain;
}

.az-store-row {
  box-shadow: 0 28px 80px rgba(9, 24, 44, 0.07);
}

.az-store-card {
  background: rgba(255, 255, 255, 0.66);
}

.az-store-card:hover {
  background: var(--az-white);
}

.az-cta {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 85, 213, 0.06), transparent 46%),
    var(--az-ivory);
}

.az-cta::after {
  position: absolute;
  right: -9vw;
  bottom: -16vw;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(31, 85, 213, 0.16);
  border-radius: 50%;
  content: "";
}

.az-page-hero > .et_pb_row {
  min-height: 690px;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
}

.az-page-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(68px, 7vw, 112px);
}

.az-page-hero-media {
  overflow: hidden;
}

.az-page-hero-media .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.az-page-hero-media img {
  object-position: center 28%;
  filter: saturate(0.7) contrast(1.08);
  transition: transform 1.1s cubic-bezier(0.2, 0.72, 0, 1);
}

.az-page-hero:hover .az-page-hero-media img {
  transform: scale(1.018);
}

.az-split-image .et_pb_image_wrap {
  display: block;
  width: 100%;
}

.az-split-image img {
  min-height: 600px;
  object-position: center 32%;
  filter: saturate(0.75) contrast(1.05);
}

.az-panel {
  box-shadow: 0 28px 80px rgba(9, 24, 44, 0.08);
}

#azzurro-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.az-whatsapp-float {
  box-shadow: 0 18px 45px rgba(9, 24, 44, 0.26);
}

@media (max-width: 1180px) {
  #et-top-navigation {
    padding-left: 205px !important;
  }

  #logo {
    width: 198px !important;
    max-width: 198px !important;
  }

  .az-brand-list .et_pb_text_inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.admin-bar #main-header {
    top: 32px;
  }

  #logo {
    width: 205px !important;
    max-width: 205px !important;
    max-height: 43px !important;
  }

  .az-home-hero > .et_pb_row,
  .az-page-hero > .et_pb_row {
    grid-template-columns: 1fr;
  }

  .az-hero-copy {
    min-height: 650px;
  }

  .az-hero-visual {
    min-height: 700px;
    clip-path: none;
  }

  .az-page-hero-media {
    min-height: 620px;
  }
}

@media (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .az-section {
    padding: 78px 0 !important;
  }

  .az-hero-copy {
    min-height: auto;
    padding: 90px 22px 42px;
  }

  .az-hero-copy::before {
    top: 58px;
    left: 22px;
  }

  .az-hero-copy .az-display h1 {
    font-size: clamp(52px, 15.5vw, 72px);
    line-height: 0.89;
  }

  .az-hero-visual {
    min-height: 118vw;
  }

  .az-cards-row {
    gap: 14px;
  }

  .az-cards-row > .et_pb_column {
    min-height: 520px;
  }

  .az-ceremony > .et_pb_row {
    min-height: 0;
  }

  .az-ceremony-media {
    min-height: 125vw;
  }

  .az-ceremony-copy::before {
    top: 48px;
    left: 22px;
  }

  .az-brand-list .et_pb_text_inner {
    grid-template-columns: 1fr 1fr;
  }

  .az-brand-list span {
    min-height: 96px;
  }

  .az-page-hero-copy {
    min-height: auto;
    padding: 90px 22px 72px;
  }

  .az-page-hero-media {
    min-height: 118vw;
  }

  .az-story-main img,
  .az-split-image img {
    min-height: 118vw;
  }
}

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

/* === AZZURRO DEMO REAL V3 · presentación === */
.az-video-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(31, 85, 213, 0.16), transparent 34%),
    #09182c;
  color: #fff;
}

.az-video-story .az-kicker,
.az-video-story .az-title h2,
.az-video-story .az-copy {
  color: #fff !important;
}

.az-video-story .az-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 110px);
}

.az-video-frame {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.3);
}

.az-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 24, 44, 0.52), transparent 38%);
  pointer-events: none;
  content: "";
}

.az-video-frame video {
  display: block;
  width: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.08);
}

.az-video-frame span {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.az-demo-source {
  padding: 18px 0 !important;
  border-top: 1px solid rgba(9, 24, 44, 0.1);
  background: #f3ede2;
}

.az-demo-source p {
  margin: 0;
  color: rgba(9, 24, 44, 0.62);
  font-size: 11px;
  letter-spacing: 0.045em;
  text-align: center;
}

@media (max-width: 980px) {
  .az-video-story > .et_pb_row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .az-video-frame,
  .az-video-frame video {
    min-height: 78vw;
  }
}

@media (max-width: 767px) {
  .az-video-story .az-video-copy {
    padding: 74px 22px 54px;
  }

  .az-video-frame,
  .az-video-frame video {
    min-height: 118vw;
  }
}

/* === AZZURRO ENCUADRES PREMIUM V4 · formatos editoriales reales === */

/*
 * La fotografía real de tienda es apaisada. Esta versión deja de forzarla
 * dentro de marcos verticales y construye la composición desde su proporción.
 */

/* 1. Tarjetas de colecciones: tres columnas iguales y foto apaisada superior */
.az-cards-row {
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 26px) !important;
}

.az-cards-row > .et_pb_column,
.az-cards-row > .et_pb_column:first-child {
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  grid-row: auto !important;
  grid-template-rows: auto 1fr;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(9, 24, 44, 0.08);
  background: var(--az-navy);
  box-shadow: 0 26px 70px rgba(9, 24, 44, 0.12);
}

.az-cards-row > .et_pb_column::after {
  display: none !important;
}

.az-card-image {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
  background: #d8d2c8;
}

.az-card-image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.az-card-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.78) contrast(1.055) !important;
}

.az-card-image img[alt*="Colección de moda masculina"] {
  object-position: 50% 48% !important;
}

.az-card-image img[alt*="ceremonia"] {
  object-position: 58% 48% !important;
}

.az-card-image img[alt*="lino"] {
  object-position: 50% 34% !important;
}

.az-card-copy {
  position: relative !important;
  z-index: 2;
  align-self: stretch;
  margin: 0 !important;
  padding: clamp(28px, 2.5vw, 42px) !important;
  background:
    linear-gradient(145deg, rgba(31, 85, 213, 0.08), transparent 48%),
    var(--az-navy);
}

.az-card-copy h3 {
  font-size: clamp(34px, 2.7vw, 48px) !important;
}

/* 2. Ceremonia de portada: composición panorámica, sin cortar los trajes */
.az-ceremony > .et_pb_row {
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 62%) minmax(330px, 38%) !important;
  align-items: stretch !important;
}

.az-ceremony .et_pb_column {
  min-width: 0 !important;
}

.az-ceremony-media {
  display: block !important;
  width: 100% !important;
  min-height: 560px !important;
  overflow: hidden !important;
}

.az-ceremony-media .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
}

.az-ceremony-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  object-fit: cover !important;
  object-position: 69% 50% !important;
  filter: saturate(0.76) contrast(1.05) !important;
}

.az-ceremony-copy {
  display: flex !important;
  min-height: 560px !important;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(74px, 7.5vw, 124px)
    clamp(42px, 5.4vw, 88px) !important;
}

/* 3. Historia: Roberto y el logotipo conservan el formato fotográfico real */
.az-story > .et_pb_row {
  align-items: center !important;
}

.az-story-visual {
  padding: 0 0 72px 36px !important;
}

.az-story-main {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
  background: #0a1729;
}

.az-story-main .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.az-story-main img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: 45% 50% !important;
  filter: saturate(0.82) contrast(1.045) !important;
}

.az-story-logo {
  right: -12px !important;
  bottom: 20px !important;
  width: min(58%, 390px) !important;
  padding: 20px 24px !important;
}

/* 4. Vídeo: formato cinematográfico 16:9 en vez de un cuadrado forzado */
.az-video-story > .et_pb_row {
  align-items: center !important;
}

.az-video-frame {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  overflow: hidden !important;
}

.az-video-frame video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* 5. Héroes interiores: fotografía ancha y texto equilibrado */
.az-page-hero {
  padding: 0 !important;
}

.az-page-hero > .et_pb_row {
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: minmax(355px, 40%) minmax(0, 60%) !important;
  align-items: stretch !important;
}

.az-page-hero > .et_pb_row > .et_pb_column {
  min-width: 0 !important;
}

.az-page-hero > .et_pb_row > .et_pb_column:last-child {
  display: flex !important;
}

.az-page-hero-copy {
  display: flex !important;
  min-height: 560px !important;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(70px, 7vw, 112px)
    clamp(42px, 6vw, 96px) !important;
}

.az-page-hero-media {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  overflow: hidden !important;
}

.az-page-hero-media .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
}

.az-page-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.78) contrast(1.05) !important;
}

.az-page-hero-media img[alt*="Colección de moda masculina"],
.az-page-hero-media img[alt*="Selección de firmas"] {
  object-position: 50% 48% !important;
}

.az-page-hero-media img[alt*="Trajes de ceremonia"] {
  object-position: 69% 50% !important;
}

.az-page-hero-media img[alt*="Roberto del Valle"] {
  object-position: 44% 50% !important;
}

.az-page-hero-media img[alt*="Interior de la nueva tienda"] {
  object-position: 50% 50% !important;
}

/* 6. Bloques secundarios: proporción editorial 16:10 */
.az-split-image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
}

.az-split-image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.az-split-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.8) contrast(1.04) !important;
}

.az-split-image img[alt*="Interior de la nueva tienda"] {
  object-position: 50% 50% !important;
}

.az-split-image img[alt*="Roberto del Valle"] {
  object-position: 44% 50% !important;
}

/* 7. Carga progresiva sin saltos blancos */
.az-card-image,
.az-ceremony-media,
.az-story-main,
.az-page-hero-media,
.az-split-image,
.az-video-frame {
  background:
    linear-gradient(110deg, #e5ded2 8%, #f4efe7 18%, #e5ded2 33%);
  background-size: 200% 100%;
}

.az-ceremony-media,
.az-video-frame {
  background:
    linear-gradient(110deg, #0a192d 8%, #122943 18%, #0a192d 33%);
  background-size: 200% 100%;
}

/* Tablet */
@media (max-width: 1180px) {
  .az-cards-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .az-ceremony > .et_pb_row {
    grid-template-columns: minmax(0, 57%) minmax(330px, 43%) !important;
  }

  .az-page-hero > .et_pb_row {
    grid-template-columns: minmax(330px, 42%) minmax(0, 58%) !important;
  }
}

/* Tablet vertical */
@media (max-width: 980px) {
  .az-cards-row {
    grid-template-columns: 1fr 1fr !important;
  }

  .az-cards-row > .et_pb_column:first-child {
    grid-column: 1 / -1;
  }

  .az-cards-row > .et_pb_column:first-child .az-card-image {
    aspect-ratio: 16 / 8;
  }

  .az-ceremony > .et_pb_row,
  .az-page-hero > .et_pb_row,
  .az-video-story > .et_pb_row {
    grid-template-columns: 1fr !important;
  }

  .az-ceremony-media,
  .az-ceremony-media .et_pb_image_wrap,
  .az-ceremony-media img {
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  .az-ceremony-copy {
    min-height: 0 !important;
  }

  .az-page-hero-copy {
    min-height: 0 !important;
  }

  .az-page-hero-media,
  .az-page-hero-media .et_pb_image_wrap,
  .az-page-hero-media img {
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
  }

  .az-story-visual {
    padding-left: 0 !important;
  }
}

/* Móvil */
@media (max-width: 767px) {
  .az-cards-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .az-cards-row > .et_pb_column,
  .az-cards-row > .et_pb_column:first-child {
    display: grid !important;
    width: 100% !important;
    min-height: 0 !important;
    grid-template-rows: auto 1fr;
  }

  .az-cards-row > .et_pb_column:first-child .az-card-image,
  .az-card-image {
    aspect-ratio: 16 / 10;
  }

  .az-card-copy {
    padding: 27px 24px 31px !important;
  }

  .az-card-copy h3 {
    font-size: 38px !important;
  }

  .az-ceremony-media,
  .az-ceremony-media .et_pb_image_wrap,
  .az-ceremony-media img,
  .az-page-hero-media,
  .az-page-hero-media .et_pb_image_wrap,
  .az-page-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .az-ceremony-copy,
  .az-page-hero-copy {
    padding: 72px 22px !important;
  }

  .az-story-visual {
    padding: 0 0 64px !important;
  }

  .az-story-main {
    aspect-ratio: 4 / 3;
  }

  .az-story-logo {
    right: 10px !important;
    bottom: 18px !important;
    width: min(72%, 310px) !important;
    padding: 14px 17px !important;
  }

  .az-video-frame {
    aspect-ratio: 4 / 3;
  }

  .az-split-image {
    aspect-ratio: 4 / 3;
  }
}
